:root {
  --red: #a71414;
  --red-dark: #6f0909;
  --red-bright: #d62e1f;
  --yellow: #ffc928;
  --yellow-dark: #e6a800;
  --black: #17120f;
  --ink: #251a16;
  --cream: #fff7e8;
  --paper: #fffdf8;
  --white: #ffffff;
  --muted: #756963;
  --line: rgba(37, 26, 22, .14);
  --shadow: 0 22px 60px rgba(52, 12, 7, .18);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img, video { display: block; max-width: 100%; }
svg { width: 1.2em; height: 1.2em; fill: currentColor; }
address { font-style: normal; }

.skip-link {
  position: fixed; left: 12px; top: -60px; z-index: 999;
  padding: 10px 14px; background: var(--yellow); color: var(--black); font-weight: 900;
  border-radius: 8px;
}
.skip-link:focus { top: 12px; }

.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-light { background: var(--paper); }
.section-dark { background: var(--black); color: var(--white); }
.section-red { background: linear-gradient(135deg, var(--red-dark), var(--red) 55%, #c42117); color: var(--white); }
.section-social { background: linear-gradient(120deg, #fff1d4, #fffaf0); }
.section-gallery { background: #fff4dc; }
.section-location { background: var(--red-dark); color: var(--white); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,253,248,.94); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 76px; width: min(calc(100% - 36px), var(--max)); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark {
  display: grid; place-items: center; width: 46px; aspect-ratio: 1;
  background: var(--red); color: var(--yellow); border: 3px solid var(--yellow);
  border-radius: 50%; font-weight: 1000; letter-spacing: -.05em; transform: rotate(-4deg);
  box-shadow: 0 4px 0 var(--red-dark);
}
.brand-copy { display: grid; line-height: .95; text-transform: uppercase; }
.brand-copy strong { color: var(--red); font-size: 1.14rem; font-weight: 1000; letter-spacing: -.04em; }
.brand-copy small { color: var(--black); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.main-nav { display: flex; align-items: center; gap: 23px; font-size: .92rem; font-weight: 800; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 3px;
  background: var(--red); transition: right .2s ease;
}
.main-nav > a:not(.button):hover::after { right: 0; }
.language-toggle {
  border: 1px solid var(--line); background: var(--white); border-radius: 99px; padding: 7px 10px;
  font-size: .78rem; font-weight: 900; color: var(--muted);
}
.language-toggle .lang-active { color: var(--red); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { display: block; width: 25px; height: 3px; margin: 4px; border-radius: 3px; background: var(--black); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 50px; padding: 13px 20px; border-radius: 12px; border: 2px solid transparent;
  font-weight: 950; line-height: 1.1; text-align: center; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.15); }
.button-small { min-height: 42px; padding: 10px 15px; background: var(--red); color: var(--white); }
.button-yellow { background: var(--yellow); color: var(--black); border-color: var(--yellow); }
.button-red { background: var(--red); color: var(--white); }
.button-black { background: var(--black); color: var(--white); }
.button-outline { border-color: currentColor; color: inherit; background: transparent; }
.button small { display: block; font-size: .72em; font-weight: 800; opacity: .8; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.text-link { text-decoration: underline; text-underline-offset: 5px; font-weight: 800; }
.text-link.light { color: var(--white); }

.hero { position: relative; overflow: hidden; padding: 70px 0 80px; }
.hero-pattern {
  position: absolute; inset: 0; opacity: .12; pointer-events: none;
  background-image: radial-gradient(circle at 10px 10px, #fff 2px, transparent 2.5px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}
.hero::before {
  content: ""; position: absolute; width: 620px; height: 620px; right: -240px; top: -260px;
  border: 90px solid rgba(255,201,40,.14); border-radius: 50%;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 13px; text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 1000; }
.eyebrow.red { color: var(--red); }
.eyebrow.yellow { color: var(--yellow); }
h1, h2, h3 { margin: 0; line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
h1 { max-width: 720px; font-size: clamp(3.25rem, 7vw, 6.6rem); font-weight: 1000; }
h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 1000; }
h3 { font-size: 1.25rem; font-weight: 950; }
.hero-description { max-width: 600px; margin: 22px 0 0; font-size: clamp(1.05rem, 1.8vw, 1.3rem); color: rgba(255,255,255,.86); }
.hero-offer {
  width: fit-content; display: flex; align-items: center; gap: 12px; margin-top: 27px;
  padding: 9px 9px 9px 14px; background: rgba(20,5,3,.34); border: 1px solid rgba(255,255,255,.18); border-radius: 14px;
}
.offer-day { color: var(--yellow); text-transform: uppercase; letter-spacing: .12em; font-size: .73rem; font-weight: 1000; }
.offer-price { display: grid; place-items: center; min-width: 58px; min-height: 43px; padding: 5px 10px; background: var(--yellow); color: var(--black); border-radius: 9px; font-weight: 1000; font-size: 1.2rem; }
.quick-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; }
.quick-links a { display: inline-flex; align-items: center; gap: 7px; font-weight: 850; color: rgba(255,255,255,.92); }

.video-stage { position: relative; display: grid; justify-items: center; }
.video-glow {
  position: absolute; inset: 15% 8%; background: var(--yellow); filter: blur(90px); opacity: .35; border-radius: 50%;
}
.phone-frame {
  position: relative; width: min(100%, 337px); border: 9px solid #160d0a; padding: 5px; background: #160d0a;
  border-radius: 38px; box-shadow: 0 28px 80px rgba(26,4,2,.55); transform: rotate(2.5deg); overflow: hidden;
}
.phone-frame::before {
  content: ""; position: absolute; z-index: 3; top: 7px; left: 50%; transform: translateX(-50%); width: 34%; height: 19px;
  background: #160d0a; border-radius: 0 0 14px 14px;
}
.phone-frame video { width: 100%; aspect-ratio: 9/16; object-fit: cover; border-radius: 27px; background: #000; }
.sound-button {
  position: absolute; z-index: 4; left: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 7px;
  border: 1px solid rgba(255,255,255,.28); background: rgba(0,0,0,.7); color: white; padding: 9px 12px; border-radius: 99px;
  font-size: .76rem; font-weight: 850; backdrop-filter: blur(8px);
}
.tiktok-pill {
  position: relative; margin-top: -17px; padding: 11px 16px; border-radius: 99px; background: var(--white); color: var(--black); box-shadow: var(--shadow);
  font-weight: 950; transform: rotate(-2deg); z-index: 5;
}

.feature-strip { background: var(--yellow); color: var(--black); border-block: 4px solid var(--black); }
.feature-grid { min-height: 94px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.feature-grid > div { display: grid; align-content: center; padding: 16px 20px; border-left: 1px solid rgba(0,0,0,.2); }
.feature-grid > div:last-child { border-right: 1px solid rgba(0,0,0,.2); }
.feature-grid strong { display: block; text-transform: uppercase; font-weight: 1000; }
.feature-grid span { font-size: .84rem; }


.food-gallery {
  display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 16px;
}
.food-photo {
  position: relative; margin: 0; overflow: hidden; border-radius: var(--radius-md); background: var(--black);
  border: 5px solid var(--white); box-shadow: var(--shadow); min-width: 0;
}
.food-photo-wide { grid-column: span 2; grid-row: span 2; }
.food-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.food-photo:hover img { transform: scale(1.035); }
.food-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 52%, rgba(0,0,0,.86)); pointer-events: none; }
.food-photo figcaption {
  position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 16px; display: flex; align-items: end; justify-content: space-between; gap: 12px; color: white;
}
.food-photo figcaption strong { font-size: 1.05rem; line-height: 1.05; }
.food-photo figcaption span { color: var(--yellow); font-weight: 1000; white-space: nowrap; }
.menu-pdf-link { margin-top: 24px; }

.section-heading { max-width: 740px; margin-bottom: 46px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p:last-child { margin: 16px auto 0; max-width: 620px; color: var(--muted); font-size: 1.05rem; }
.section-heading.inverse p:last-child { color: rgba(255,255,255,.68); }

.meat-selector {
  display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 16px;
  padding: 18px 21px; background: var(--cream); border: 1px solid #edd9b7; border-radius: var(--radius-md); margin-bottom: 24px;
}
.meat-selector strong { color: var(--red); }
.chip-list { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 7px 11px; border-radius: 99px; background: var(--white); border: 1px solid #e4ccaa; font-size: .8rem; font-weight: 800; }
.menu-tabs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 17px; }
.menu-tab {
  border: 1px solid var(--line); background: var(--white); color: var(--ink); border-radius: 99px; padding: 10px 14px; font-weight: 900;
}
.menu-tab[aria-selected="true"] { background: var(--red); color: var(--white); border-color: var(--red); }
.menu-panel {
  background: var(--white); border: 1px solid var(--line); border-top: 6px solid var(--red); border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  box-shadow: 0 18px 55px rgba(55,25,13,.08); padding: 29px;
}
.menu-section-title { margin-bottom: 23px; color: var(--red); font-size: 1.6rem; }
.menu-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 30px; }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 7px 18px; padding: 20px 0; border-bottom: 1px dashed #d6c6bb; }
.menu-item h3 { align-self: center; }
.menu-price { align-self: center; color: var(--red); font-size: 1.23rem; font-weight: 1000; white-space: nowrap; }
.menu-item p { grid-column: 1 / -1; margin: 0; color: var(--muted); }
.menu-item.has-photo { grid-template-columns: 92px 1fr auto; align-items: center; }
.menu-item-photo { grid-row: 1 / 3; width: 92px; height: 92px; object-fit: cover; border-radius: 14px; border: 2px solid #f0ddc2; }
.menu-item.has-photo h3 { grid-column: 2; }
.menu-item.has-photo .menu-price { grid-column: 3; }
.menu-item.has-photo p { grid-column: 2 / -1; }
.menu-cta {
  margin-top: 26px; display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 20px 22px;
  background: var(--yellow); border: 3px solid var(--black); border-radius: var(--radius-md); box-shadow: 7px 7px 0 var(--black);
}
.menu-cta div { display: grid; }
.menu-cta strong { font-size: 1.2rem; font-weight: 1000; }

.specials-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
.special-card {
  min-height: 205px; display: flex; flex-direction: column; justify-content: space-between; padding: 18px 14px;
  background: #28201c; border: 1px solid rgba(255,255,255,.11); border-radius: 17px; text-align: center; transition: transform .2s ease, border-color .2s ease;
}
.special-card:hover { transform: translateY(-5px); border-color: var(--yellow); }
.special-card.featured { background: var(--red); border: 3px solid var(--yellow); transform: rotate(-1.5deg) scale(1.03); box-shadow: 0 15px 35px rgba(0,0,0,.3); }
.special-day { text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; font-weight: 1000; color: var(--yellow); }
.special-item { font-size: 1.1rem; font-weight: 950; line-height: 1.05; }
.special-price { display: block; width: fit-content; margin-inline: auto; background: var(--yellow); color: var(--black); border-radius: 9px; padding: 7px 10px; font-size: 1.35rem; font-weight: 1000; }
.special-video-label { margin-top: 7px; color: white; font-size: .7rem; font-weight: 850; }
.special-action { margin-top: 30px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px; }

.social-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 75px; align-items: center; }
.social-copy > p:not(.eyebrow) { max-width: 600px; margin: 21px 0 26px; color: var(--muted); font-size: 1.07rem; }
.button-black svg { width: 22px; height: 22px; }
.button-black [data-tiktok-handle] { padding-left: 6px; opacity: .68; font-size: .8rem; }
.social-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.social-link { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 99px; padding: 8px 12px; background: white; font-weight: 850; }
.social-poster {
  position: relative; display: block; width: min(100%, 340px); justify-self: center; border: 8px solid var(--white); border-radius: 28px;
  overflow: hidden; box-shadow: var(--shadow); transform: rotate(2deg);
}
.social-poster img { width: 100%; aspect-ratio: 9/16; object-fit: cover; }
.social-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(0,0,0,.82)); }
.play-badge {
  position: absolute; z-index: 3; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 62px; aspect-ratio: 1;
  display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--black); font-size: 1.35rem; box-shadow: 0 10px 30px rgba(0,0,0,.3);
}
.poster-caption { position: absolute; z-index: 3; left: 20px; right: 20px; bottom: 20px; display: flex; justify-content: space-between; align-items: end; color: white; }
.poster-caption strong { font-size: 1.2rem; }
.poster-caption span { color: var(--yellow); font-size: 1.8rem; font-weight: 1000; }

.location-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: stretch; }
.location-card { padding: 38px; background: var(--red); border: 2px solid rgba(255,255,255,.16); border-radius: var(--radius-lg); }
.location-card h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.location-card address { margin-top: 27px; font-size: 1.35rem; font-weight: 850; }
.hours-note { color: rgba(255,255,255,.72); }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.ordering-platforms { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.platform-link { display: inline-flex; padding: 8px 11px; border-radius: 8px; background: rgba(0,0,0,.22); color: white; font-weight: 850; }
.map-wrap { min-height: 470px; overflow: hidden; border-radius: var(--radius-lg); border: 7px solid var(--yellow); box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

.site-footer { padding: 54px 0 92px; background: #100c0a; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; }
.footer-brand .brand-copy strong { color: var(--yellow); }
.footer-brand .brand-copy small { color: white; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.65); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid > div > strong { color: var(--yellow); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; }
.footer-bottom { margin-top: 38px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.52); font-size: .82rem; }
.mobile-order-bar { display: none; }
.toast { position: fixed; z-index: 300; left: 50%; bottom: 28px; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; background: var(--black); color: white; border: 2px solid var(--yellow); border-radius: 12px; padding: 12px 16px; font-weight: 850; transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  .main-nav { gap: 15px; }
  .hero-grid { gap: 35px; }
  .specials-grid { grid-template-columns: repeat(4, 1fr); }
  .special-card:nth-child(n+5) { min-height: 175px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 76px; }
  .site-header { position: sticky; }
  .nav-toggle { display: block; }
  .main-nav {
    display: none; position: fixed; z-index: 90; left: 0; right: 0; top: 76px; bottom: 0; padding: 30px 22px 110px;
    flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); overflow-y: auto;
  }
  .main-nav.open { display: flex; }
  .main-nav > a, .main-nav > button { padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: 1.15rem; }
  .main-nav .button { margin-top: 18px; border: 0; }
  .language-toggle { border-radius: 0; text-align: left; }
  .hero { padding-top: 52px; }
  .hero-grid, .social-grid, .location-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .hero-copy { text-align: center; }
  .hero-description, .hero-offer { margin-inline: auto; }
  .button-row, .quick-links { justify-content: center; }
  .phone-frame { width: min(78vw, 330px); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid > div { border-bottom: 1px solid rgba(0,0,0,.2); }
  .feature-grid > div:nth-child(odd) { border-left: 0; }
  .feature-grid > div:nth-child(even) { border-right: 0; }
  .menu-items { grid-template-columns: 1fr; }
  .food-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 240px; }
  .social-grid { gap: 50px; }
  .social-copy { text-align: center; }
  .social-copy > p:not(.eyebrow) { margin-inline: auto; }
  .social-links { justify-content: center; }
  .location-grid { gap: 18px; }
  .map-wrap { min-height: 360px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .mobile-order-bar {
    position: fixed; z-index: 120; display: grid; grid-template-columns: 1.4fr .8fr; left: 9px; right: 9px; bottom: 8px;
    overflow: hidden; border: 2px solid var(--black); border-radius: 14px; box-shadow: 0 12px 30px rgba(0,0,0,.3);
  }
  .mobile-order-bar a { min-height: 58px; display: grid; place-content: center; text-align: center; background: var(--yellow); color: var(--black); font-weight: 1000; }
  .mobile-order-bar a:last-child { background: var(--red); color: white; }
  .mobile-order-bar small { display: block; font-size: .67rem; }
}

@media (max-width: 600px) {
  .container, .header-inner { width: min(calc(100% - 24px), var(--max)); }
  .section { padding: 72px 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  h2 { font-size: clamp(2.25rem, 12vw, 3.5rem); }
  .hero-offer { flex-wrap: wrap; justify-content: center; }
  .button-row .button { width: 100%; }
  .quick-links { gap: 12px 20px; }
  .feature-grid { width: 100%; }
  .food-gallery { display: flex; overflow-x: auto; gap: 12px; scroll-snap-type: x mandatory; padding: 4px 2px 18px; }
  .food-photo, .food-photo-wide { flex: 0 0 84%; height: 360px; grid-column: auto; grid-row: auto; scroll-snap-align: center; }
  .feature-grid > div { padding: 14px 12px; }
  .meat-selector { grid-template-columns: 1fr; }
  .menu-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; }
  .menu-tab { white-space: nowrap; }
  .menu-panel { padding: 22px 17px; }
  .menu-item { grid-template-columns: 1fr auto; }
  .menu-item.has-photo { grid-template-columns: 76px 1fr auto; }
  .menu-item-photo { width: 76px; height: 76px; }
  .menu-cta { align-items: stretch; flex-direction: column; box-shadow: 5px 5px 0 var(--black); }
  .specials-grid { grid-template-columns: repeat(2, 1fr); }
  .special-card { min-height: 175px; }
  .special-card.featured { transform: rotate(-1deg); }
  .location-card { padding: 28px 22px; }
  .location-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

/* Updated hero food feature and relocated TikTok phone video */
.hero-food-stage { position: relative; display: grid; justify-items: center; }
.hero-food-glow {
  position: absolute; inset: 8% 3%; background: var(--yellow); filter: blur(95px); opacity: .32; border-radius: 50%;
}
.hero-food-card {
  position: relative; width: min(100%, 460px); margin: 0; overflow: hidden; border: 9px solid var(--white);
  border-radius: 32px; background: var(--black); box-shadow: 0 30px 85px rgba(26,4,2,.55); transform: rotate(2deg);
}
.hero-food-card picture, .hero-food-card img { display: block; width: 100%; }
.hero-food-card img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.hero-food-card::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 48%, rgba(0,0,0,.9)); pointer-events: none;
}
.hero-food-card figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: var(--white); }
.hero-food-label {
  display: inline-block; margin-bottom: 9px; padding: 6px 9px; border-radius: 99px; background: var(--yellow); color: var(--black);
  text-transform: uppercase; letter-spacing: .11em; font-size: .66rem; font-weight: 1000;
}
.hero-food-card figcaption > div { display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.hero-food-card figcaption strong { max-width: 315px; font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: .95; }
.hero-food-card figcaption b { color: var(--yellow); font-size: 2rem; line-height: 1; }
.hero-food-card figcaption small { display: block; margin-top: 8px; color: rgba(255,255,255,.82); font-size: .9rem; }
.social-video-stage { min-height: 640px; align-content: center; }
.section-social .video-glow { opacity: .22; }
.section-social .phone-frame { transform: rotate(2deg); }

@media (max-width: 760px) {
  .hero-food-card { width: min(88vw, 430px); }
  .hero-food-card img { aspect-ratio: 4 / 5; }
  .social-video-stage { min-height: auto; }
}


/* GEO / answer-first content */
.section-answer { background: #fffaf0; }
.answer-lead { max-width: 850px; margin: 0 auto; font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 1.75; color: #3d332e; }
.answer-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 34px 0 24px; }
.answer-facts > div { background: #fff; border: 1px solid rgba(84,32,21,.12); border-radius: 15px; padding: 20px; box-shadow: 0 10px 28px rgba(72,34,20,.07); }
.answer-facts dt { color: var(--red); font-weight: 900; text-transform: uppercase; font-size: .76rem; letter-spacing: .08em; margin-bottom: 8px; }
.answer-facts dd { margin: 0; color: #1f1a17; font-weight: 750; line-height: 1.45; }
.answer-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.answer-card { background: #24130f; color: #fff; border-radius: 18px; padding: 25px; }
.answer-card h3 { margin: 0 0 9px; font-size: 1.15rem; }
.answer-card p { margin: 0; color: #f3dfd1; line-height: 1.65; }

.geo-menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; }
.geo-menu-section { margin: 0; height: 100%; }
.geo-menu-section .menu-items { grid-template-columns: 1fr; }
.menu-item h4 { margin: 0; font-size: 1.05rem; }

.section-faq { background: #fff; }
.faq-wrap { max-width: 960px; }
.faq-list { display: grid; gap: 11px; }
.faq-item { border: 1px solid rgba(84,32,21,.14); background: #fffaf3; border-radius: 14px; overflow: hidden; }
.faq-item summary { cursor: pointer; padding: 19px 54px 19px 20px; font-weight: 850; color: #24130f; position: relative; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.45rem; color: var(--red); }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { margin: 0; padding: 0 20px 20px; color: #55443d; line-height: 1.7; }
.language-toggle { text-decoration: none; }

@media (max-width: 900px) {
  .answer-facts { grid-template-columns: repeat(2, 1fr); }
  .answer-cards, .geo-menu-grid { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .answer-facts { grid-template-columns: 1fr; }
  .answer-facts > div, .answer-card { padding: 18px; }
}
