* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
:root {
  --bg: #06120d;
  --bg-2: #0b1b13;
  --cream: #fff8e8;
  --cream-2: #f5ecd4;
  --ink: #111712;
  --text: #fffaf0;
  --muted: #d7c8a0;
  --soft: rgba(255, 248, 232, .82);
  --green: #0d4b2b;
  --green-2: #17723f;
  --gold: #d9a441;
  --gold-2: #ffe28a;
  --orange: #ef8a24;
  --black: #050706;
  --line: rgba(255, 226, 138, .24);
  --line-dark: rgba(16, 28, 20, .12);
  --shadow: 0 28px 80px rgba(0, 0, 0, .38);
  --radius: 28px;
}
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  background:
    radial-gradient(circle at 85% 5%, rgba(217,164,65,.14), transparent 24rem),
    radial-gradient(circle at 8% 16%, rgba(23,114,63,.22), transparent 26rem),
    linear-gradient(180deg, #06120d 0%, #0b1b13 44%, #08120d 100%);
  color: var(--text);
  line-height: 1.62;
  font-size: 17px;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip { position: absolute; left: -999px; top: 12px; z-index: 100; background: #fff; color: #111; padding: 12px 14px; border-radius: 12px; }
.skip:focus { left: 12px; }
.site-header {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 12px clamp(16px, 4vw, 70px);
  background: rgba(6, 18, 13, .91);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand img { width: 58px; height: 58px; border-radius: 18px; object-fit: cover; border: 1px solid var(--line); box-shadow: 0 12px 28px rgba(0,0,0,.3); background: #fff; }
.brand strong { display: block; font-weight: 1000; letter-spacing: -.02em; color: var(--gold-2); font-size: 1.02rem; }
.brand small { display: block; margin-top: -5px; color: var(--muted); font-weight: 800; font-size: .72rem; }
.nav { display: flex; gap: 20px; align-items: center; }
.nav a { text-decoration: none; font-size: .91rem; font-weight: 900; color: var(--soft); }
.nav a:hover { color: var(--gold-2); }
.header-cta, .btn { display: inline-flex; align-items: center; justify-content: center; text-align: center; min-height: 48px; border-radius: 999px; padding: 13px 20px; text-decoration: none; font-weight: 1000; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.header-cta, .btn.primary { color: #111006; background: linear-gradient(135deg, var(--gold), var(--gold-2)); box-shadow: 0 16px 34px rgba(217,164,65,.25); }
.btn.secondary { color: var(--gold-2); border: 2px solid rgba(255,226,138,.54); background: rgba(255,255,255,.06); }
.btn.ghost { color: #fff; border: 1px solid rgba(255,255,255,.18); background: rgba(13,75,43,.68); }
.btn:hover, .header-cta:hover { transform: translateY(-2px); }
.btn.full { width: 100%; }
.menu-toggle { display: none; border: 0; width: 48px; height: 48px; border-radius: 16px; font-size: 1.4rem; font-weight: 900; color: #111006; background: linear-gradient(135deg, var(--gold), var(--gold-2)); }
.hero {
  min-height: calc(100svh - 84px);
  display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); gap: clamp(28px, 5vw, 72px); align-items: center;
  padding: clamp(34px, 6vw, 86px) clamp(18px, 5vw, 78px) clamp(42px, 7vw, 96px);
}
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 12px; color: var(--gold-2); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 1000; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.03em; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; }
h1 { font-size: clamp(2.7rem, 6.8vw, 5.8rem); max-width: 880px; text-wrap: balance; }
h2 { font-size: clamp(2rem, 4.2vw, 3.85rem); text-wrap: balance; }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.55rem); }
.lead { max-width: 680px; margin: 24px 0 0; color: var(--cream); font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 26px; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.trust-strip span { display: inline-flex; gap: 5px; align-items: center; padding: 11px 14px; border-radius: 999px; color: var(--cream); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); font-weight: 800; }
.mobile-call-card { display: none; }
.hero-visual { position: relative; min-height: 650px; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 9% 4% 7% 10%; border-radius: 42px; background: linear-gradient(135deg, rgba(217,164,65,.2), rgba(13,75,43,.52)); filter: blur(1px); z-index: -1; }
.hero-photo { position: absolute; margin: 0; overflow: hidden; border-radius: 34px; border: 1px solid rgba(255,226,138,.32); box-shadow: var(--shadow); background: #111; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo figcaption { position: absolute; left: 18px; bottom: 18px; padding: 10px 14px; border-radius: 999px; color: #111006; background: rgba(255,226,138,.95); font-weight: 1000; box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.main-photo { top: 0; right: 0; width: 82%; height: 54%; }
.food-photo { left: 0; bottom: 5%; width: 52%; height: 42%; }
.menu-photo { right: 3%; bottom: 0; width: 51%; height: 34%; }
.single-food-layout { min-height: 650px; display: flex; align-items: center; justify-content: center; }
.single-food-layout::before { inset: 6% 1% 5% 8%; background: radial-gradient(circle at 45% 35%, rgba(217,164,65,.36), transparent 28%), linear-gradient(135deg, rgba(13,75,43,.72), rgba(217,164,65,.14)); }
.main-food-hero { position: relative; width: min(86%, 540px); height: min(88%, 620px); border-radius: 42px; }
.main-food-hero img { object-position: center center; }
.food-first-badge { left: auto; right: 5%; top: auto; bottom: 8%; }
.floating-phone { position: absolute; left: 9%; top: 49%; z-index: 2; padding: 16px 20px; border-radius: 24px; color: #111006; background: linear-gradient(135deg, var(--gold), var(--gold-2)); box-shadow: 0 18px 50px rgba(0,0,0,.38); font-weight: 900; }
.floating-phone strong { font-size: 1.25rem; }
.section { padding: clamp(56px, 8vw, 110px) clamp(18px, 5vw, 78px); }
.section-heading { max-width: 900px; margin: 0 auto 34px; text-align: center; }
.section-heading.narrow { max-width: 780px; }
.section-heading p:not(.eyebrow) { color: var(--soft); font-size: 1.08rem; }
.intro-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 26px; align-items: stretch; }
.intro-panel, .card, .menu-card, .preorder-card, .direction-card, blockquote, .map-card { border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.045)); box-shadow: 0 20px 60px rgba(0,0,0,.22); }
.intro-panel { border-radius: var(--radius); padding: clamp(24px, 4vw, 42px); }
.intro-panel p:not(.eyebrow) { color: var(--soft); font-size: 1.08rem; }
.quick-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.quick-cards article { padding: 24px; border-radius: var(--radius); color: var(--ink); background: var(--cream); box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.quick-cards span { color: var(--green); font-weight: 1000; }
.quick-cards strong { display: block; margin: 10px 0 6px; font-size: 1.18rem; }
.quick-cards p { margin: 0; color: #334238; }
.direction-section { background: linear-gradient(180deg, rgba(255,248,232,.04), rgba(255,248,232,.09)); }
.direction-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.direction-card { overflow: hidden; border-radius: 32px; }
.direction-card img { width: 100%; height: 240px; object-fit: cover; }
.direction-card div { padding: 24px; }
.direction-card span { color: var(--gold-2); font-weight: 1000; text-transform: uppercase; font-size: .75rem; letter-spacing: .12em; }
.direction-card p { color: var(--soft); }
.direction-card.minimal { background: linear-gradient(180deg, rgba(255,248,232,.15), rgba(255,248,232,.06)); }
.direction-card.bold { background: linear-gradient(180deg, rgba(23,114,63,.45), rgba(4,8,5,.2)); }
.direction-card.photo-heavy { background: linear-gradient(180deg, rgba(217,164,65,.22), rgba(0,0,0,.2)); }
.menu-section { background: var(--cream); color: var(--ink); }
.menu-section .eyebrow { color: #7b4b00; }
.menu-section .section-heading p { color: #374337; }
.menu-layout { display: grid; grid-template-columns: minmax(260px, 350px) 1fr; gap: 24px; align-items: start; }
.menu-art { position: sticky; top: 104px; display: grid; gap: 16px; }
.menu-art img { border-radius: 24px; box-shadow: 0 18px 44px rgba(0,0,0,.16); border: 1px solid var(--line-dark); }
.order-guide-card { padding: 24px; border-radius: 26px; background: #0d3f28; color: var(--cream); box-shadow: 0 18px 44px rgba(0,0,0,.18); }
.order-guide-card .eyebrow { color: var(--gold-2); }
.order-guide-card ol { margin: 18px 0 22px; padding-left: 1.35rem; display: grid; gap: 10px; }
.order-guide-card li { font-weight: 800; }
.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.menu-card { color: var(--ink); background: #fffdf6; border-color: var(--line-dark); border-radius: 22px; padding: 22px; box-shadow: 0 14px 34px rgba(0,0,0,.08); }
.menu-card.featured { background: linear-gradient(135deg, #123820, #0b1b13); color: var(--text); border-color: rgba(217,164,65,.4); }
.menu-card.sides-card { grid-column: span 2; }
.menu-card h3 { margin-bottom: 10px; }
.menu-card p { color: inherit; opacity: .84; margin: 0; }
.menu-card ul { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 8px; }
.menu-card li { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; border-top: 1px dashed rgba(19, 37, 25, .2); padding-top: 10px; }
.menu-card li span { min-width: 0; }
.menu-card.featured li { border-color: rgba(255,255,255,.19); }
.menu-card b { color: #7a4d00; white-space: nowrap; }
.menu-card.featured b { color: var(--gold-2); }
em { display: inline-block; font-style: normal; margin-left: 6px; padding: 2px 8px; border-radius: 999px; background: rgba(217,164,65,.16); color: #8a5600; font-size: .72rem; font-weight: 900; }
.menu-card.featured em { color: #111006; background: var(--gold-2); }
.menu-downloads { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.menu-section .btn.secondary { color: #0b321f; border-color: #0b321f; background: #fffdf6; }
.menu-section .btn.ghost { color: #ffffff; border-color: #0d5c35; background: #0d5c35; }
.preorder-card { display: grid; grid-template-columns: 1fr minmax(260px, 370px); gap: 28px; align-items: center; border-radius: 34px; padding: clamp(24px, 5vw, 48px); background: linear-gradient(135deg, rgba(13,75,43,.78), rgba(8,18,13,.96)); }
.preorder-card p { color: var(--soft); }
.check-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 34px; font-weight: 800; color: var(--cream); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #111006; background: var(--gold-2); }
.download-panel { display: grid; gap: 12px; }
.download-panel a { text-decoration: none; padding: 16px 18px; border-radius: 18px; color: #111006; background: var(--cream); font-weight: 1000; box-shadow: 0 12px 32px rgba(0,0,0,.18); }
.download-panel a:hover { background: var(--gold-2); }
.gallery-section { background: #07110d; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-auto-rows: 240px; gap: 16px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 28px; border: 1px solid var(--line); background: #111; box-shadow: 0 18px 48px rgba(0,0,0,.28); }
.gallery-grid figure.feature { grid-row: span 2; }
.gallery-grid figure.tall { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-grid figure:hover img { transform: scale(1.04); }
.gallery-grid figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 10px 12px; border-radius: 16px; color: #111006; background: rgba(255,226,138,.93); font-weight: 1000; }
.reviews { background: linear-gradient(180deg, #07110d, #0c1b13); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
blockquote { margin: 0; border-radius: 28px; padding: 28px; color: var(--cream); font-size: 1.08rem; }
blockquote cite { display: block; margin-top: 18px; color: var(--gold-2); font-style: normal; font-weight: 1000; }
.hours-location { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; background: var(--cream); color: var(--ink); }
.hours-location .eyebrow { color: #7b4b00; }
.faq-section { background: linear-gradient(180deg, rgba(255,248,232,.08), rgba(255,248,232,.04)); }
.faq-grid a { color: #075f36; font-weight: 1000; }
.card { border-color: var(--line-dark); background: #fffdf6; border-radius: 30px; padding: clamp(24px, 4vw, 38px); color: var(--ink); }
dl { display: grid; gap: 14px; margin: 24px 0; }
dl div { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line-dark); }
dt { font-weight: 900; } dd { margin: 0; color: #33503c; font-weight: 800; text-align: right; }
.note { color: #5d655d; font-weight: 700; }
.location a { color: #075f36; font-weight: 900; overflow-wrap: anywhere; }
.contact-section { display: grid; grid-template-columns: 1fr 360px; gap: 26px; align-items: center; background: linear-gradient(135deg, #0d4b2b, #07110d); }
.contact-copy p:not(.eyebrow) { color: var(--soft); font-size: 1.1rem; }
.map-card { border-radius: 34px; padding: 28px; text-align: center; background: var(--cream); color: var(--ink); border-color: var(--line-dark); }
.map-card img { width: 140px; height: 140px; object-fit: contain; margin: 0 auto 14px; }
.map-card strong { display: block; font-size: 1.2rem; }
.big-phone { font-size: 1.65rem; font-weight: 1000; color: #075f36; }

/* Professional restaurant IA additions */
.why-section { background: linear-gradient(180deg, rgba(255,248,232,.04), rgba(255,248,232,.08)); }
.signature-section { background: #07110d; }
.signature-grid { display: grid; grid-template-columns: 1.15fr repeat(2, minmax(0, .85fr)); gap: 16px; align-items: stretch; }
.dish-card { position: relative; min-height: 210px; padding: 24px; border-radius: 28px; color: var(--cream); background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.045)); border: 1px solid var(--line); box-shadow: 0 18px 48px rgba(0,0,0,.22); overflow: hidden; }
.dish-card span { display: inline-block; margin-bottom: 10px; color: var(--gold-2); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 1000; }
.dish-card p { margin: 10px 0 0; color: var(--soft); }
.dish-card.hero-dish { grid-row: span 2; min-height: 440px; padding: 0; display: grid; align-content: end; }
.dish-card.hero-dish img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dish-card.hero-dish::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(3,9,6,.88) 100%); }
.dish-card.hero-dish div { position: relative; z-index: 1; padding: 26px; }
.order-flow-section { background: linear-gradient(180deg, var(--cream), #fffaf0); color: var(--ink); }
.order-flow-section .eyebrow { color: #7b4b00; }
.order-flow-section .section-heading p { color: #374337; }
.order-flow-section .quick-cards article { background: #fffdf6; border: 1px solid var(--line-dark); }
.dark-checks { margin-top: 22px; }
.dark-checks li { color: var(--ink); }
.dark-checks li::before { background: #0d5c35; color: var(--cream); }
.story-section { background: linear-gradient(180deg, #07110d, #0b1b13); }
.story-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: 28px; align-items: center; padding: clamp(24px, 5vw, 46px); border-radius: 34px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.04)); box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.story-card p { color: var(--soft); }
.story-card img { width: 100%; height: 360px; object-fit: cover; border-radius: 28px; border: 1px solid var(--line); box-shadow: 0 18px 44px rgba(0,0,0,.24); }
.note-light { color: var(--muted) !important; font-weight: 800; }
.final-cta-section { background: linear-gradient(135deg, #0d4b2b, #07110d); }
.logo-tile img { object-fit: contain; padding: 16px; background: var(--cream); }

footer { padding: 28px 18px 96px; text-align: center; color: var(--muted); background: #050806; }
.mobile-sticky-cta { display: none; }
@media (max-width: 1120px) {
  .nav { display: none; position: absolute; left: 16px; right: 16px; top: 82px; padding: 16px; border: 1px solid var(--line); border-radius: 22px; background: rgba(6,18,13,.98); box-shadow: var(--shadow); }
  .nav.open { display: grid; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { min-height: 560px; max-width: 760px; width: 100%; margin: 0 auto; }
  .intro-section, .contact-section, .hours-location { grid-template-columns: 1fr; }
  .quick-cards, .direction-grid, .review-grid, .signature-grid, .story-card { grid-template-columns: 1fr; }
  .menu-layout { grid-template-columns: 1fr; }
  .menu-art { position: static; max-width: 430px; margin: 0 auto; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .dish-card.hero-dish { grid-row: auto; min-height: 360px; }
}
@media (max-width: 720px) {
  body { font-size: 16px; padding-bottom: 76px; }
  .site-header { padding: 10px 14px; }
  .brand img { width: 50px; height: 50px; border-radius: 15px; }
  .brand strong { font-size: .96rem; }
  .brand small { display: none; }
  .hero { padding: 24px 16px 46px; gap: 26px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.05rem); }
  .lead { font-size: 1.06rem; margin-top: 18px; }
  .mobile-call-card { display: grid; gap: 4px; margin-top: 20px; padding: 16px; border-radius: 22px; color: #111006; background: linear-gradient(135deg, var(--gold), var(--gold-2)); box-shadow: 0 16px 44px rgba(0,0,0,.25); }
  .mobile-call-card span { font-weight: 800; }
  .mobile-call-card a { font-size: 1.24rem; font-weight: 1000; text-decoration: none; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; min-height: 54px; }
  .trust-strip { display: grid; grid-template-columns: 1fr; }
  .trust-strip span { justify-content: center; }
  .hero-visual { min-height: 500px; }
  .main-photo { width: 100%; height: 56%; }
  .food-photo { width: 58%; height: 34%; bottom: 9%; }
  .menu-photo { width: 56%; height: 30%; right: 0; bottom: 0; }
  .single-food-layout { min-height: 520px; }
  .main-food-hero { width: min(92%, 430px); height: 82%; border-radius: 32px; }
  .hero-photo figcaption { left: 12px; right: 12px; bottom: 12px; text-align: center; }
  .food-first-badge { display: none; }
  .floating-phone { display: none; }
  .section { padding: 58px 16px; }
  .intro-panel, .preorder-card, .card, .map-card { border-radius: 24px; }
  .quick-cards { gap: 12px; }
  .quick-cards article { padding: 20px; }
  .direction-card img { height: 210px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { padding: 20px; }
  .menu-card.sides-card { grid-column: auto; }
  .menu-card li { align-items: flex-start; }
  .preorder-card { grid-template-columns: 1fr; padding: 22px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .signature-grid { gap: 12px; }
  .dish-card { min-height: auto; padding: 20px; }
  .dish-card.hero-dish { min-height: 360px; }
  .story-card { padding: 22px; border-radius: 24px; }
  .story-card img { height: 260px; }
  .gallery-grid figure.feature, .gallery-grid figure.tall { grid-row: span 1; }
  .gallery-grid figure.feature { grid-row: span 2; }
  .review-grid { gap: 12px; }
  dl div { display: grid; gap: 4px; }
  dd { text-align: left; }
  .mobile-sticky-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: grid; grid-template-columns: 1.4fr .8fr; gap: 10px; padding: 10px; border-radius: 22px; background: rgba(6,18,13,.94); border: 1px solid var(--line); box-shadow: 0 20px 60px rgba(0,0,0,.46); backdrop-filter: blur(14px); }
  .mobile-sticky-cta a { display: grid; place-items: center; min-height: 50px; border-radius: 16px; text-decoration: none; font-weight: 1000; color: #111006; background: linear-gradient(135deg, var(--gold), var(--gold-2)); }
  .mobile-sticky-cta a:last-child { color: var(--gold-2); background: rgba(255,255,255,.08); border: 1px solid rgba(255,226,138,.34); }
  footer { padding-bottom: 110px; }
}
@media (max-width: 390px) {
  .brand strong { font-size: .86rem; }
  .menu-toggle { width: 44px; height: 44px; }
  .hero-visual { min-height: 430px; }
  .mobile-call-card a { font-size: 1.08rem; }
}


/* Static live chat helper */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.chat-widget { position: fixed; right: 18px; bottom: 18px; z-index: 80; font-family: Inter, system-ui, sans-serif; }
.chat-launch { min-height: 54px; padding: 14px 20px; border: 0; border-radius: 999px; color: #111006; background: linear-gradient(135deg, var(--gold), var(--gold-2)); font-weight: 1000; box-shadow: 0 18px 45px rgba(0,0,0,.34); cursor: pointer; }
.chat-panel { position: absolute; right: 0; bottom: 70px; width: min(380px, calc(100vw - 28px)); overflow: hidden; border-radius: 26px; color: var(--ink); background: #fffdf6; border: 1px solid rgba(17,23,18,.12); box-shadow: 0 26px 80px rgba(0,0,0,.42); }
.chat-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px; color: var(--cream); background: linear-gradient(135deg, #0d4b2b, #07110d); }
.chat-head strong, .chat-head span { display: block; }
.chat-head span { color: var(--muted); font-size: .82rem; font-weight: 800; }
.chat-close { width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.13); color: var(--cream); font-size: 1.35rem; cursor: pointer; }
.chat-body { max-height: 310px; overflow-y: auto; display: grid; gap: 10px; padding: 16px; background: linear-gradient(180deg, #fffdf6, #fff8e8); }
.chat-msg { max-width: 88%; padding: 11px 13px; border-radius: 16px; font-size: .94rem; line-height: 1.45; }
.chat-msg.bot { justify-self: start; color: #1b2b20; background: #efe4c4; border-bottom-left-radius: 6px; }
.chat-msg.user { justify-self: end; color: var(--cream); background: #0d4b2b; border-bottom-right-radius: 6px; }
.chat-prompts { display: flex; gap: 8px; flex-wrap: wrap; padding: 0 16px 14px; background: #fff8e8; }
.chat-prompts button { border: 1px solid rgba(13,75,43,.22); border-radius: 999px; padding: 8px 10px; background: #fffdf6; color: #0d4b2b; font-weight: 900; cursor: pointer; }
.chat-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 14px 16px; border-top: 1px solid rgba(13,75,43,.12); background: #fffdf6; }
.chat-form input { min-width: 0; min-height: 44px; border: 1px solid rgba(13,75,43,.22); border-radius: 999px; padding: 0 14px; font: inherit; }
.chat-form button { border: 0; border-radius: 999px; padding: 0 14px; color: #111006; background: linear-gradient(135deg, var(--gold), var(--gold-2)); font-weight: 1000; cursor: pointer; }
.chat-text-link { display: block; padding: 13px 16px 16px; color: #075f36; background: #fffdf6; font-weight: 1000; text-align: center; text-decoration: none; }
@media (max-width: 720px) {
  .chat-widget { right: 12px; bottom: 86px; }
  .chat-panel { bottom: 64px; }
  .chat-launch { min-height: 48px; padding: 12px 16px; }
}



/* Motion graphics + customer infographics */
@keyframes gentle-float { 0%,100% { transform: translate3d(0,0,0) rotate(var(--tilt, 0deg)); } 50% { transform: translate3d(0,-12px,0) rotate(calc(var(--tilt, 0deg) + .7deg)); } }
@keyframes soft-pulse { 0%,100% { box-shadow: 0 18px 50px rgba(0,0,0,.38), 0 0 0 0 rgba(217,164,65,.28); } 50% { box-shadow: 0 18px 50px rgba(0,0,0,.38), 0 0 0 14px rgba(217,164,65,0); } }
@keyframes steam-rise { 0% { opacity: 0; transform: translateY(10px) scale(.8); } 35% { opacity: .9; } 100% { opacity: 0; transform: translateY(-38px) scale(1.2); } }
@keyframes ring-rotate { to { transform: rotate(360deg); } }
@keyframes step-glow { 0%,100% { border-color: rgba(217,164,65,.18); transform: translateY(0); } 50% { border-color: rgba(217,164,65,.72); transform: translateY(-4px); } }
.hero-photo { will-change: transform; }
.main-photo { --tilt: -.6deg; animation: gentle-float 7.2s ease-in-out infinite; }
.food-photo { --tilt: 1.1deg; animation: gentle-float 6.5s ease-in-out infinite .6s; }
.menu-photo { --tilt: -.4deg; animation: gentle-float 7.8s ease-in-out infinite 1.1s; }
.floating-phone, .chat-launch { animation: soft-pulse 3.6s ease-in-out infinite; }
.motion-badge { position: absolute; right: 7%; top: 39%; z-index: 3; display: grid; place-items: center; width: 118px; height: 118px; border-radius: 50%; color: #111006; background: radial-gradient(circle at 35% 28%, #fff8d8, var(--gold-2) 45%, var(--gold)); border: 1px solid rgba(255,255,255,.48); box-shadow: 0 22px 55px rgba(0,0,0,.36); text-align: center; animation: gentle-float 5.8s ease-in-out infinite; }
.motion-badge strong { display: block; font-size: 1.08rem; line-height: 1; }
.motion-badge small { display: block; font-weight: 900; font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.steam { position: absolute; top: -8px; width: 12px; height: 34px; border-radius: 999px; border-left: 3px solid rgba(255,248,232,.95); filter: blur(.2px); opacity: 0; animation: steam-rise 2.6s ease-in-out infinite; }
.steam-one { left: 35px; animation-delay: 0s; }
.steam-two { left: 54px; animation-delay: .45s; }
.steam-three { left: 73px; animation-delay: .9s; }
.infographic-section { background: linear-gradient(180deg, #fff8e8, #fffdf6); color: var(--ink); }
.infographic-section .eyebrow { color: #7b4b00; }
.infographic-section .section-heading p { color: #39483e; }
.infographic-layout { display: grid; grid-template-columns: minmax(320px, .9fr) 1.1fr; gap: 24px; align-items: stretch; }
.plate-infographic { display: grid; grid-template-columns: minmax(260px, 1fr) .9fr; gap: 22px; align-items: center; padding: clamp(22px, 4vw, 34px); border-radius: 34px; background: linear-gradient(135deg, #0d4b2b, #07110d); color: var(--cream); border: 1px solid rgba(217,164,65,.36); box-shadow: 0 22px 58px rgba(0,0,0,.18); overflow: hidden; }
.plate-graphic { position: relative; width: min(100%, 360px); aspect-ratio: 1; margin: 0 auto; border-radius: 50%; background: radial-gradient(circle, #fffdf6 0 42%, #ead79e 43% 47%, transparent 48%), conic-gradient(from 10deg, rgba(217,164,65,.28), rgba(13,75,43,.52), rgba(239,138,36,.24), rgba(217,164,65,.28)); display: grid; place-items: center; isolation: isolate; }
.plate-graphic::before { content: ""; position: absolute; inset: 10%; border-radius: 50%; border: 2px dashed rgba(217,164,65,.58); animation: ring-rotate 18s linear infinite; }
.plate-center { position: relative; z-index: 1; display: grid; place-items: center; width: 112px; height: 112px; border-radius: 50%; color: #111006; background: linear-gradient(135deg, var(--gold), var(--gold-2)); font-weight: 1000; text-align: center; box-shadow: 0 14px 34px rgba(0,0,0,.22); }
.plate-center strong { font-size: 1.28rem; }
.plate-chip { position: absolute; z-index: 2; padding: 9px 12px; border-radius: 999px; color: #111006; background: #fffdf6; border: 1px solid rgba(13,75,43,.16); font-weight: 1000; box-shadow: 0 10px 24px rgba(0,0,0,.16); font-size: .86rem; }
.chip-top { top: 7%; left: 50%; transform: translateX(-50%); }
.chip-left { left: 0; top: 48%; transform: translateY(-50%); }
.chip-right { right: 0; top: 48%; transform: translateY(-50%); }
.chip-bottom { bottom: 7%; left: 50%; transform: translateX(-50%); }
.info-copy span { color: var(--gold-2); font-weight: 1000; text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; }
.info-copy p { color: var(--soft); }
.motion-steps { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.motion-steps article { position: relative; padding: 24px; border-radius: 28px; background: #fffdf6; border: 1px solid rgba(13,75,43,.16); box-shadow: 0 16px 36px rgba(0,0,0,.09); animation: step-glow 5.8s ease-in-out infinite; }
.motion-steps article:nth-child(2) { animation-delay: .35s; }
.motion-steps article:nth-child(3) { animation-delay: .7s; }
.motion-steps article:nth-child(4) { animation-delay: 1.05s; }
.motion-steps span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 14px; border-radius: 16px; color: #111006; background: linear-gradient(135deg, var(--gold), var(--gold-2)); font-weight: 1000; }
.motion-steps strong { display: block; font-size: 1.08rem; }
.motion-steps p { margin: 8px 0 0; color: #405044; }
.info-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 22px; }
.info-strip span { display: inline-flex; gap: 6px; padding: 11px 14px; border-radius: 999px; color: var(--cream); background: #0d4b2b; font-weight: 900; }
.reveal-ready .reveal-on-scroll { opacity: 1; transform: translateY(18px); transition: transform .65s ease; }
.reveal-ready .reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1120px) {
  .infographic-layout, .plate-infographic { grid-template-columns: 1fr; }
  .motion-badge { right: 3%; top: 43%; }
}
@media (max-width: 720px) {
  .motion-badge { width: 94px; height: 94px; right: 1%; top: 44%; }
  .motion-badge small { font-size: .58rem; }
  .motion-steps { grid-template-columns: 1fr; }
  .plate-chip { font-size: .75rem; padding: 8px 9px; }
  .plate-center { width: 96px; height: 96px; }
  .info-strip { display: grid; grid-template-columns: 1fr; }
  .info-strip span { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .reveal-ready .reveal-on-scroll { opacity: 1; transform: none; }
}
