:root {
  --ink: #2b1710;
  --muted: #735e54;
  --cream: #fff9ef;
  --paper: #fffdf8;
  --orange: #f1642e;
  --orange-dark: #c93f16;
  --gold: #ffb72d;
  --green: #168b54;
  --border: rgba(74, 39, 25, 0.12);
  --shadow: 0 24px 60px rgba(84, 39, 18, 0.13);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; overflow-x: clip; }
body { min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(241, 100, 46, 0.45); outline-offset: 3px; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--orange-dark); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { width: 25px; height: 2px; content: ""; background: var(--orange); }

.header { position: fixed; z-index: 50; top: 0; right: 0; left: 0; border-bottom: 1px solid rgba(72, 35, 20, .08); background: rgba(255, 249, 239, .9); backdrop-filter: blur(16px); }
.nav { display: flex; min-height: 76px; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { display: block; width: 76px; height: 48px; border-radius: 9px; object-fit: cover; object-position: center; box-shadow: 0 7px 20px rgba(83, 37, 18, .18); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: .92rem; }
.brand small { color: var(--muted); font-size: .62rem; }
.nav-menu { display: flex; align-items: center; gap: 26px; color: #5c443a; font-size: .8rem; font-weight: 700; }
.nav-menu a:hover { color: var(--orange-dark); }
.nav-order { padding: 10px 16px; border-radius: 9px; color: #fff !important; background: var(--green); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); transition: .25s; }

.hero { position: relative; overflow: hidden; padding: 150px 0 85px; background: linear-gradient(135deg, #fffaf1 0%, #fff3dc 55%, #ffead3 100%); }
.hero::before { position: absolute; top: -180px; right: -150px; width: 580px; height: 580px; border-radius: 50%; content: ""; background: radial-gradient(circle, rgba(241, 100, 46, .19), transparent 67%); }
.hero-grid { position: relative; display: grid; align-items: center; grid-template-columns: 1.05fr .95fr; gap: 70px; }
h1, h2, h3 { line-height: 1.12; }
h1 { max-width: 670px; margin-top: 18px; font-size: clamp(3.3rem, 6vw, 5.7rem); letter-spacing: -.06em; }
h1 span { color: var(--orange-dark); }
.hero-lead { max-width: 640px; margin-top: 24px; color: #482b20; font-size: 1.28rem; font-weight: 750; }
.hero-copy > p:last-of-type { max-width: 620px; margin-top: 15px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 12px 21px; border: 0; border-radius: 11px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button--primary { color: #fff; background: var(--green); box-shadow: 0 13px 28px rgba(22, 139, 84, .21); }
.button--secondary { border: 1px solid var(--border); background: rgba(255, 255, 255, .72); }
.button--light { color: var(--orange-dark); background: #fff; box-shadow: 0 12px 26px rgba(70, 24, 8, .15); }
.hero-data { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 35px; }
.hero-data span { color: var(--muted); font-size: .68rem; }
.hero-data strong { display: block; color: var(--ink); font-size: .95rem; }
.hero-visual { position: relative; display: grid; min-height: 470px; place-items: center; }
.hero-image-frame { position: relative; width: min(100%, 500px); aspect-ratio: 1.08; overflow: hidden; border: 12px solid rgba(255, 255, 255, .82); border-radius: 42% 18% 38% 20%; background: #fff; box-shadow: 0 38px 70px rgba(97, 49, 21, .2); transform: rotate(-3deg); }
.hero-image-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(145deg, transparent 55%, rgba(87, 31, 10, .16)); pointer-events: none; }
.hero-image-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.visual-badge { position: absolute; right: 0; bottom: 40px; padding: 15px 20px; border-radius: 15px; background: #fff; box-shadow: var(--shadow); transform: rotate(4deg); }
.visual-badge strong, .visual-badge span { display: block; }
.visual-badge strong { color: var(--orange-dark); font-size: 1.1rem; }
.visual-badge span { color: var(--muted); font-size: .7rem; }
.spark { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 8px rgba(255, 183, 45, .12); }
.spark--one { top: 65px; right: 40px; }
.spark--two { bottom: 80px; left: 15px; width: 8px; height: 8px; }

.benefits { padding: 34px 0; color: #fff; background: var(--ink); }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefits article { display: flex; gap: 14px; padding: 18px 22px; border-right: 1px solid rgba(255, 255, 255, .1); }
.benefits article:last-child { border: 0; }
.benefits article > span { color: var(--gold); font-size: .7rem; font-weight: 900; }
.benefits h2 { font-size: .94rem; }
.benefits p { margin-top: 5px; color: #cdbdb6; font-size: .72rem; }

.section-heading { max-width: 680px; margin-bottom: 42px; }
.section-heading h2, .location-copy h2, .contact-grid h2 { margin-top: 13px; font-size: clamp(2.2rem, 4.3vw, 3.7rem); letter-spacing: -.045em; }
.section-heading > p, .location-copy > p, .contact-grid > div > p { margin-top: 15px; color: var(--muted); }
.menu-section { background: var(--paper); }
.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.menu-card { display: grid; align-items: center; padding: 14px; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(70, 35, 18, .05); grid-template-columns: 92px 1fr auto; gap: 16px; }
.menu-card.featured { border-color: rgba(241, 100, 46, .35); }
.menu-card > img { display: block; width: 92px; height: 82px; border-radius: 12px; object-fit: cover; object-position: center; box-shadow: 0 8px 18px rgba(68, 29, 12, .13); }
.menu-icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 13px; color: var(--orange-dark); background: #fff1df; font-weight: 900; }
.menu-card h3 { font-size: .98rem; }
.menu-card p { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.menu-card > strong { color: var(--orange-dark); white-space: nowrap; }

.promo-section { padding-top: 0; background: var(--paper); }
.promo-card { position: relative; display: grid; overflow: hidden; align-items: center; padding: 46px; border-radius: 28px; color: #fff; background: linear-gradient(125deg, #bf3915, #f1642e 56%, #ff9c30); box-shadow: 0 28px 70px rgba(171, 56, 19, .22); grid-template-columns: 1fr minmax(220px, 320px) auto; gap: 30px; }
.promo-card::after { position: absolute; right: -80px; width: 330px; height: 330px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; content: ""; box-shadow: 0 0 0 55px rgba(255, 255, 255, .05), 0 0 0 110px rgba(255, 255, 255, .035); }
.promo-copy, .promo-price { position: relative; z-index: 2; }
.promo-copy .eyebrow { color: #ffe8d6; }
.promo-copy .eyebrow::before { background: #fff; }
.promo-copy h2 { margin-top: 10px; font-size: clamp(2.7rem, 5vw, 4.6rem); }
.promo-copy p { max-width: 600px; margin: 15px 0 25px; color: #ffe8dc; }
.promo-image { position: relative; z-index: 2; display: block; width: 100%; aspect-ratio: 1.35; border: 7px solid rgba(255, 255, 255, .22); border-radius: 20px; object-fit: cover; object-position: center; box-shadow: 0 18px 35px rgba(88, 22, 7, .24); }
.promo-price { min-width: 220px; padding: 25px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 20px; background: rgba(97, 24, 7, .22); backdrop-filter: blur(8px); text-align: center; }
.promo-price small, .promo-price span { display: block; color: #ffe6d8; }
.promo-price strong { display: block; margin: 4px 0; font-size: 2.5rem; }

.gallery-section { background: #2b1710; color: #fff; }
.gallery-section .eyebrow { color: #ffc76b; }
.gallery-grid { display: grid; height: 410px; grid-template-columns: 1.4fr 1fr; grid-template-rows: 1fr 1fr; gap: 15px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 20px; background-color: #522519; box-shadow: 0 18px 35px rgba(0, 0, 0, .2); }
.gallery-item::after { position: absolute; inset: 35% 0 0; content: ""; background: linear-gradient(transparent, rgba(24, 10, 6, .8)); pointer-events: none; }
.gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item--large { grid-row: 1 / 3; }
.gallery-item figcaption { position: absolute; z-index: 2; right: 25px; bottom: 21px; left: 25px; font-weight: 800; text-shadow: 0 2px 8px #000; }

.location-section { background: #fffaf2; }
.location-grid { display: grid; align-items: center; grid-template-columns: 1fr 1fr; gap: 75px; }
.location-image { position: relative; min-height: 390px; overflow: hidden; border: 1px solid var(--border); border-radius: 24px; background: #f3e8d7; box-shadow: var(--shadow); }
.location-image::after { position: absolute; inset: 50% 0 0; content: ""; background: linear-gradient(transparent, rgba(35, 16, 9, .68)); }
.location-image img { display: block; width: 100%; height: 390px; object-fit: cover; object-position: center; }
.location-image span { position: absolute; z-index: 2; right: 24px; bottom: 20px; left: 24px; color: #fff; font-weight: 800; text-shadow: 0 2px 10px rgba(0, 0, 0, .7); }
.location-detail { margin-top: 24px; padding-bottom: 15px; border-bottom: 1px solid var(--border); }
.location-detail span, .location-detail strong { display: block; }
.location-detail span { color: var(--orange-dark); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.location-detail strong { margin-top: 3px; }

.contact-section { color: #fff; background: #20120d; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-grid .eyebrow { color: #ffc778; }
.contact-grid > div > p { color: #c8b6ae; }
.contact-form { display: grid; padding: 28px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 20px; background: rgba(255, 255, 255, .045); grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { color: #e6d7d0; font-size: .74rem; font-weight: 700; }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: 6px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 9px; outline: 0; color: #fff; background: #160c09; }
.contact-form input { height: 47px; padding: 0 13px; }
.contact-form textarea { min-height: 110px; padding: 12px 13px; resize: vertical; }
.field-full { grid-column: 1 / -1; }
.form-message { min-height: 24px; color: #ffc778; font-size: .8rem; font-weight: 700; }

.footer { padding: 30px 0; color: #d4c4bd; background: #160c09; }
.footer-content { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer strong, .footer span { display: block; }
.footer span { margin-top: 3px; color: #8f7b72; font-size: .7rem; }
.footer a { color: #ffc778; font-size: .8rem; font-weight: 700; }
.toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; width: min(390px, calc(100% - 32px)); padding: 17px 19px; border-left: 4px solid var(--gold); border-radius: 12px; color: #fff; background: #2b1710; box-shadow: 0 18px 50px rgba(0, 0, 0, .28); opacity: 0; pointer-events: none; transform: translateY(25px); transition: opacity .25s, transform .25s; }
.toast.visible { opacity: 1; transform: translateY(0); }
.toast strong, .toast span { display: block; }
.toast span { margin-top: 3px; color: #ddcdc5; font-size: .76rem; }

@media (max-width: 900px) {
  .nav-menu { position: fixed; inset: 76px 0 auto 0; display: none; padding: 25px 20px 32px; align-items: stretch; flex-direction: column; gap: 18px; background: #fff9ef; box-shadow: 0 20px 30px rgba(70, 35, 18, .12); text-align: center; }
  .nav-menu.open { display: flex; }
  .menu-toggle { display: block; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid, .location-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 30px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-data { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-visual { min-height: 420px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits article:nth-child(2) { border-right: 0; }
  .promo-card { padding: 45px; grid-template-columns: 1fr minmax(220px, 300px); }
  .promo-price { grid-column: 1 / -1; justify-self: center; width: min(100%, 300px); }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1120px); }
  .section { padding: 72px 0; }
  .hero { padding: 125px 0 65px; }
  h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero-lead { font-size: 1.08rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-data { gap: 14px 22px; }
  .hero-visual { min-height: 340px; }
  .hero-image-frame { width: min(100%, 360px); border-width: 8px; border-radius: 30% 15% 28% 14%; }
  .visual-badge { right: 5px; bottom: 25px; }
  .benefits-grid, .menu-grid { grid-template-columns: 1fr; }
  .benefits article { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .benefits article:last-child { border-bottom: 0; }
  .menu-card { padding: 12px; grid-template-columns: 86px 1fr; }
  .menu-card > img { width: 86px; height: 80px; }
  .menu-icon { width: 44px; height: 44px; }
  .menu-card > strong { grid-column: 2; }
  .promo-card { padding: 34px 25px; grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .promo-copy .eyebrow { justify-content: center; }
  .promo-price { min-width: 0; }
  .gallery-grid { height: auto; grid-template-columns: 1fr; grid-template-rows: repeat(3, 230px); }
  .gallery-item--large { grid-row: auto; }
  .location-image { min-height: 300px; }
  .location-image img { height: 300px; }
  .contact-grid { gap: 35px; }
  .contact-form { padding: 20px; grid-template-columns: 1fr; }
  .contact-form label, .field-full { grid-column: 1; }
  .footer-content { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
