/* Cluster 4: Gourmet, Living, Light & Leisure Theme */
:root {
  --gourmet-primary: #3b2a22;
  --gourmet-dark: #1e1511;
  --copper: #c88a4b;
  --copper-hover: #ad743a;
  --bg-cream: #faf8f5;
  --bg-white: #ffffff;
  --text-dark: #221e1b;
  --text-fade: #6b6058;
  --line-border: #e6dfd5;
  --radius: 8px;
}
* { box-sizing: border-box; margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
body { background-color: var(--bg-cream); color: var(--text-dark); line-height: 1.6; }
header { background: var(--bg-white); border-bottom: 1px solid var(--line-border); position: sticky; top: 0; z-index: 100; }
.header-wrap { max-width: 1140px; margin: 0 auto; padding: 16px 24px; display: flex; justify-content: space-between; align-items: center; }
.brand-title { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--gourmet-primary); font-weight: 800; font-size: 1.3rem; }
.brand-logo { width: 36px; height: 36px; border-radius: 8px; }
.nav-items { display: flex; gap: 24px; align-items: center; }
.nav-items a { text-decoration: none; color: var(--text-dark); font-weight: 600; font-size: 0.95rem; }
.nav-items a:hover { color: var(--copper); }
.btn-prime { background: var(--gourmet-primary); color: #fff !important; padding: 10px 20px; border-radius: var(--radius); font-weight: 700; }
.hero-lazer { background: var(--gourmet-dark); color: #fff; padding: 85px 24px; position: relative; }
.hero-layout { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.tag-lazer { display: inline-flex; align-items: center; gap: 8px; background: rgba(200, 138, 75, 0.2); border: 1px solid var(--copper); color: #f0cb9e; padding: 6px 14px; border-radius: 30px; font-size: 0.85rem; font-weight: 700; margin-bottom: 18px; }
.hero-layout h1 { font-size: 2.7rem; line-height: 1.2; font-weight: 800; margin-bottom: 16px; }
.hero-layout h1 span { color: var(--copper); }
.hero-layout p { font-size: 1.1rem; color: #ded4cb; margin-bottom: 24px; }
.hero-visual { border-radius: var(--radius); overflow: hidden; box-shadow: 0 16px 36px rgba(0,0,0,0.35); border: 1px solid rgba(255,255,255,0.1); }
.hero-visual img { width: 100%; display: block; }
.lead-form-wrap { background: #fff; color: var(--text-dark); padding: 32px; border-radius: var(--radius); box-shadow: 0 16px 36px rgba(0,0,0,0.25); }
.lead-form-wrap h3 { font-size: 1.35rem; color: var(--gourmet-primary); margin-bottom: 6px; }
.lead-form-wrap p { font-size: 0.9rem; color: var(--text-fade); margin-bottom: 20px; }
.field-block { margin-bottom: 16px; }
.field-block label { display: block; font-size: 0.85rem; font-weight: 700; margin-bottom: 6px; color: #443; }
.field-block input, .field-block select, .field-block textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line-border); border-radius: var(--radius); font-size: 0.95rem; outline: none; background: #fdfcfb; }
.field-block input:focus, .field-block select:focus { border-color: var(--gourmet-primary); box-shadow: 0 0 0 3px rgba(59, 42, 34, 0.12); }
.btn-gourmet { width: 100%; background: var(--copper); color: #fff; border: none; padding: 14px; font-size: 1.05rem; font-weight: 700; border-radius: var(--radius); cursor: pointer; transition: background 0.2s; }
.btn-gourmet:hover { background: var(--copper-hover); }
.form-status-msg { display: none; padding: 12px; border-radius: var(--radius); margin-top: 14px; font-size: 0.88rem; text-align: center; }
.form-status-msg.success { display: block; background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }
.main-section { padding: 75px 24px; max-width: 1140px; margin: 0 auto; }
.heading-sec { text-align: center; margin-bottom: 48px; }
.heading-sec h2 { font-size: 2.1rem; color: var(--gourmet-primary); margin-bottom: 10px; font-weight: 800; }
.heading-sec p { color: var(--text-fade); max-width: 600px; margin: 0 auto; }
.gourmet-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 28px; }
.g-card { background: var(--bg-white); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-border); box-shadow: 0 4px 12px rgba(0,0,0,0.03); transition: transform 0.2s; }
.g-card:hover { transform: translateY(-5px); box-shadow: 0 10px 24px rgba(0,0,0,0.07); }
.g-img { width: 100%; height: 210px; overflow: hidden; }
.g-img img { width: 100%; height: 100%; object-fit: cover; }
.g-body { padding: 24px; }
.g-body h3 { font-size: 1.25rem; color: var(--gourmet-primary); margin-bottom: 10px; }
.g-body p { font-size: 0.95rem; color: var(--text-fade); }
.info-panel { background: #fff; border: 1px solid var(--line-border); border-radius: var(--radius); padding: 44px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.info-panel h3 { font-size: 1.8rem; color: var(--gourmet-primary); margin-bottom: 14px; }
.info-panel p { color: var(--text-fade); margin-bottom: 14px; }
.counters-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; background: var(--bg-cream); padding: 24px; border-radius: var(--radius); }
.c-item h4 { font-size: 1.7rem; color: var(--copper); font-weight: 800; }
.c-item span { font-size: 0.85rem; color: var(--text-fade); font-weight: 600; }
footer { background: #140f0c; color: #8e8076; padding: 60px 24px 30px 24px; border-top: 1px solid #281e18; font-size: 0.88rem; }
.foot-col-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 36px; padding-bottom: 36px; border-bottom: 1px solid #281e18; }
.foot-box-c h4 { color: #fff; font-size: 1.05rem; margin-bottom: 14px; }
.foot-box-c p { margin-bottom: 8px; line-height: 1.6; }
.foot-ul { list-style: none; }
.foot-ul li { margin-bottom: 8px; }
.foot-ul a { color: #8e8076; text-decoration: none; }
.foot-ul a:hover { color: var(--copper); }
.foot-bottom-bar { max-width: 1140px; margin: 24px auto 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; font-size: 0.82rem; }
.modal-layer { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.65); overflow-y: auto; }
.modal-box { background: #fff; margin: 60px auto; padding: 36px; max-width: 680px; width: 90%; border-radius: var(--radius); position: relative; }
.modal-box h3 { color: var(--gourmet-primary); margin-bottom: 14px; }
.modal-box h4 { color: var(--gourmet-primary); margin: 16px 0 6px 0; }
.modal-box p { color: var(--text-fade); font-size: 0.92rem; line-height: 1.6; margin-bottom: 10px; }
.modal-close { position: absolute; right: 20px; top: 16px; font-size: 26px; cursor: pointer; color: #888; }
@media (max-width: 860px) { .hero-layout { grid-template-columns: 1fr; } .info-panel { grid-template-columns: 1fr; } .foot-col-grid { grid-template-columns: 1fr; } .nav-items { display: none; } }
