:root {
  --red: #c91622;
  --red-dark: #8d0d16;
  --burgundy: #43070b;
  --yellow: #ffc928;
  --cream: #fff7e7;
  --paper: #fffdf8;
  --ink: #1b1613;
  --muted: #6f665e;
  --line: rgba(27, 22, 19, 0.13);
  --white: #fff;
  --shadow: 0 22px 60px rgba(66, 7, 11, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: var(--yellow); color: var(--ink); font-weight: 800; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  color: var(--white); transition: .25s ease;
}
.site-header.scrolled { background: rgba(67,7,11,.96); box-shadow: 0 10px 30px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.header-inner { height: 88px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-lockup > img { width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 5px 10px rgba(0,0,0,.18)); }
.brand-lockup .brand-copy strong { font-size: 31px; letter-spacing: 1px; }
.brand-lockup .brand-copy small { color: rgba(255,255,255,.78); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 900 26px/.9 "Barlow Condensed", sans-serif; letter-spacing: .6px; }
.brand-copy small { margin-top: 5px; font-size: 9px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; opacity: .78; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { position: relative; font-size: 13px; font-weight: 800; letter-spacing: .4px; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--yellow); transition: .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 24px; border: 2px solid transparent; border-radius: 5px; font-weight: 800; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 18px; background: var(--yellow); color: var(--burgundy); font-size: 12px; }
.button-primary { background: var(--yellow); color: var(--burgundy); box-shadow: 6px 6px 0 rgba(67,7,11,.75); }
.button-primary:hover { box-shadow: 3px 3px 0 rgba(67,7,11,.75); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.button-ghost:hover { background: var(--white); color: var(--burgundy); }
.button-dark { color: var(--white); background: var(--ink); }
.button-light { color: var(--burgundy); background: var(--white); box-shadow: 6px 6px 0 var(--yellow); }

.hero { position: relative; min-height: 820px; color: var(--white); background: var(--burgundy); isolation: isolate; display: flex; flex-direction: column; }
.hero-image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(40,2,5,.98) 0%, rgba(67,7,11,.84) 39%, rgba(67,7,11,.12) 72%, rgba(30,2,3,.28) 100%), linear-gradient(0deg, rgba(36,3,5,.72), transparent 45%); }
.hero::before { content: ""; position: absolute; z-index: -1; left: -80px; top: 155px; width: 360px; height: 360px; border: 1px solid rgba(255,201,40,.16); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,201,40,.025), 0 0 0 100px rgba(255,201,40,.018); }
.hero-inner { flex: 1; display: flex; align-items: center; padding-top: 112px; padding-bottom: 130px; }
.hero-copy { width: min(640px, 58%); }
.eyebrow, .kicker { display: flex; align-items: center; gap: 10px; color: var(--red); text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: 2.2px; }
.eyebrow { color: var(--yellow); margin-bottom: 18px; }
.eyebrow span { width: 28px; height: 3px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .food-card h3, .location-card h3 { font-family: "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
h1 { margin-bottom: 24px; font-size: clamp(64px, 7.7vw, 116px); line-height: .79; letter-spacing: -2.5px; font-weight: 900; }
h1 em, h2 em { color: var(--yellow); font-style: normal; }
.hero-copy > p { max-width: 590px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 33px; }
.hero-proof { display: flex; align-items: stretch; gap: 23px; margin-top: 50px; }
.hero-proof > div { display: flex; flex-direction: column; }
.hero-proof strong { font-family: "Barlow Condensed", sans-serif; font-size: 19px; text-transform: uppercase; }
.hero-proof small { color: rgba(255,255,255,.54); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.stars { color: var(--yellow); font-size: 11px; letter-spacing: 1px; }
.divider { width: 1px; background: rgba(255,255,255,.18); }
.hero-marquee { position: absolute; left: -6%; right: -6%; bottom: 12px; overflow: hidden; transform: rotate(-2deg); background: var(--yellow); color: var(--burgundy); border-block: 3px solid var(--burgundy); }
.hero-marquee .marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 53px;
  animation: marquee 22s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}
.hero-marquee .marquee-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-around;
  min-width: 114vw;
}
.hero-marquee span { font: 900 22px/1 "Barlow Condensed", sans-serif; letter-spacing: 1px; padding-inline: 27px; }
.hero-marquee i { font-style: normal; }
@keyframes marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.quick-info { background: var(--cream); border-bottom: 1px solid var(--line); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-grid article { min-height: 128px; display: flex; align-items: center; gap: 18px; padding: 26px 38px; border-left: 1px solid var(--line); }
.quick-grid article:last-child { border-right: 1px solid var(--line); }
.quick-icon { display: grid; place-items: center; flex: 0 0 48px; height: 48px; color: var(--red); background: var(--white); border-radius: 50%; font-size: 22px; box-shadow: 0 8px 22px rgba(98,20,20,.1); }
.quick-grid strong { display: block; font: 800 20px/1.1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.quick-grid p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }

.section { padding: 115px 0; }
.section-heading { margin-bottom: 52px; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; }
.section-heading h2 { margin: 8px 0 0; font-size: clamp(50px, 6vw, 82px); line-height: .87; font-weight: 900; letter-spacing: -1.5px; }
.section-heading h2 em { color: var(--red); }
.section-heading > p, .split-heading > p { color: var(--muted); margin-bottom: 4px; max-width: 520px; }
.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.centered .kicker { justify-content: center; }
.centered p { margin: 20px auto 0; }

.favorites { background: var(--paper); }
.favorite-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 18px; }
.food-card { position: relative; overflow: hidden; min-height: 410px; padding: 33px; display: flex; align-items: flex-end; background: var(--cream); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.food-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.food-card::before { content: ""; position: absolute; right: -55px; top: -70px; width: 220px; height: 220px; border: 50px solid rgba(201,22,34,.05); border-radius: 50%; }
.food-card-featured { color: var(--white); background: linear-gradient(145deg, var(--red), var(--red-dark)); border-color: var(--red); }
.food-card-featured::before { border-color: rgba(255,201,40,.15); }
.food-card-number { position: absolute; top: 24px; left: 28px; color: rgba(27,22,19,.08); font: 900 88px/.8 "Barlow Condensed", sans-serif; }
.food-card-featured .food-card-number { color: rgba(255,255,255,.12); }
.food-card-content { position: relative; z-index: 1; width: 100%; }
.pill { display: inline-flex; padding: 6px 10px; color: var(--red); background: rgba(201,22,34,.09); border-radius: 99px; font-size: 9px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.food-card-featured .pill { color: var(--burgundy); background: var(--yellow); }
.food-card h3 { margin: 17px 0 12px; font-size: 34px; line-height: .95; }
.food-card p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.food-card-featured p { color: rgba(255,255,255,.72); }
.price-row { margin-top: 28px; padding-top: 19px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.food-card-featured .price-row { border-color: rgba(255,255,255,.2); }
.price-row strong { font: 900 25px/1 "Barlow Condensed", sans-serif; }
.price-row a { color: var(--red); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .5px; }
.food-card-featured .price-row a { color: var(--yellow); }
.home-product-card { min-height: 540px; padding: 0; display: block; border-radius: 24px; }
.home-product-card::before, .home-product-card .food-card-number { display: none; }
.home-card-image { height: 260px; padding: 20px; overflow: hidden; background: #fff7e7; border-radius: 22px 22px 10px 10px; }
.home-card-image picture, .home-card-image img { width: 100%; height: 100%; }
.home-card-image img { object-fit: contain; mix-blend-mode: multiply; transition: transform .42s ease; }
.home-card-image.uber-photo { padding: 0; background: #272321; }
.home-card-image.uber-photo img { object-fit: cover; mix-blend-mode: normal; }
.home-card-image.takeaway-photo { padding: 0; background: #ecebe7; }
.home-card-image.takeaway-photo img { object-fit: cover; mix-blend-mode: normal; }
.home-card-image.home-card-graphic { position: relative; padding: 26px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; isolation: isolate; color: #fff; background: var(--burgundy); }
.home-card-image.home-card-graphic::before { content: ""; position: absolute; z-index: -1; right: -45px; top: -55px; width: 210px; height: 210px; border: 36px solid rgba(255,201,40,.14); border-radius: 50%; }
.home-card-graphic span { color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: 1.3px; text-transform: uppercase; }
.home-card-graphic strong { margin: 10px 0 0; color: #fff; font: 900 110px/.65 "Barlow Condensed", sans-serif; }
.home-card-graphic strong small { color: var(--yellow); font-size: .38em; }
.home-card-graphic i { color: #fff; font: 900 23px/1 "Barlow Condensed", sans-serif; font-style: normal; text-transform: uppercase; }
.home-product-card:hover .home-card-image img { transform: scale(1.045); }
.home-product-card .food-card-content { padding: 27px 29px 29px; }
.home-product-card.food-card-featured .home-card-image { background: #fff6df; }
.home-menu-links { margin-top: 34px; display: flex; justify-content: center; gap: 12px; }
.button-outline-home { color: var(--red); border-color: var(--red); }
.button-outline-home:hover { color: #fff; background: var(--red); }

.menu-section { background: var(--cream); border-block: 1px solid var(--line); }
.home-menu-showcase { display: grid; grid-template-columns: .76fr 1.24fr; align-items: center; gap: 52px; padding: 46px; background: var(--white); border: 1px solid var(--line); border-radius: 34px; box-shadow: 0 24px 65px rgba(67,7,11,.11); }
.home-menu-copy h2 { margin: 13px 0 22px; font-size: clamp(54px, 5.5vw, 78px); line-height: .84; }
.home-menu-copy h2 em { color: var(--red); }
.home-menu-copy > p { max-width: 430px; margin-bottom: 28px; color: var(--muted); font-size: 14px; }
.home-menu-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.home-menu-actions .button { min-height: 50px; padding-inline: 18px; font-size: 12px; }
.menu-filters { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.menu-filters button { padding: 11px 18px; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 4px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; cursor: pointer; }
.menu-filters button:hover, .menu-filters button:focus-visible, .menu-filters button.active { color: var(--white); background: var(--red); border-color: var(--red); }
.menu-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 54px; border-top: 1px solid var(--line); }
.menu-item { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.menu-item[hidden] { display: none; }
.menu-item h3 { margin-bottom: 3px; font: 800 20px/1.2 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.menu-item p { margin-bottom: 0; color: var(--muted); font-size: 11px; }
.menu-item > strong { flex-shrink: 0; color: var(--red); font: 900 21px/1 "Barlow Condensed", sans-serif; }
.home-menu-preview { position: relative; width: 100%; height: 360px; display: block; overflow: hidden; background: var(--cream); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 18px 45px rgba(67,7,11,.13); }
.home-menu-preview picture, .home-menu-preview img { width: 100%; height: 100%; }
.home-menu-preview img { object-fit: contain; transition: transform .45s ease; }
.home-menu-preview:hover img { transform: scale(1.012); }
.home-menu-preview > span { position: absolute; right: 18px; bottom: 18px; padding: 11px 16px; color: var(--burgundy); background: var(--yellow); border-radius: 8px; box-shadow: 4px 4px 0 rgba(67,7,11,.75); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .4px; }
.button-download-home { color: var(--burgundy); background: var(--yellow); }

.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 100px; }
.story-visual { position: relative; min-height: 640px; }
.story-visual::before { content: ""; position: absolute; left: -28px; top: 28px; width: 72%; height: 92%; background: var(--yellow); transform: rotate(-3deg); }
.poster-wrap { position: relative; width: 78%; height: 620px; margin-left: 36px; overflow: hidden; background: var(--cream); box-shadow: var(--shadow); transform: rotate(2deg); border: 10px solid var(--white); }
.poster-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.story-logo-panel { position: relative; z-index: 1; width: 92%; min-height: 590px; display: grid; place-items: center; padding: 44px; background: #fff8e8; border: 1px solid var(--line); border-radius: 35px; box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.story-logo-panel img { width: min(100%, 540px); height: auto; filter: drop-shadow(0 22px 25px rgba(88,11,15,.18)); }
.rating-stamp { position: absolute; right: 2%; bottom: 4%; width: 154px; height: 154px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: var(--red); border: 8px solid var(--paper); border-radius: 50%; transform: rotate(-8deg); box-shadow: 0 14px 36px rgba(77,11,14,.24); }
.rating-stamp strong { font: 900 42px/.9 "Barlow Condensed", sans-serif; }
.rating-stamp span { color: var(--yellow); font-size: 12px; letter-spacing: 1px; }
.rating-stamp small { margin-top: 4px; font-size: 8px; text-transform: uppercase; font-weight: 900; letter-spacing: 1px; }
.story-copy h2 { margin: 10px 0 28px; font-size: clamp(54px, 5.5vw, 80px); line-height: .86; }
.story-copy .lead { color: var(--ink); font-weight: 800; font-size: 18px; }
.story-copy > p { color: var(--muted); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; list-style: none; padding: 0; margin: 30px 0; }
.check-list li { font-size: 12px; font-weight: 700; }
.check-list span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 7px; color: var(--white); background: var(--red); border-radius: 50%; }
.text-link { color: var(--red); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .8px; border-bottom: 2px solid var(--yellow); }

.order-banner { position: relative; overflow: hidden; padding: 92px 0; color: var(--white); background: var(--red); }
.order-banner::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: repeating-linear-gradient(135deg, transparent 0 18px, var(--white) 18px 19px); }
.order-banner-inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 100px; }
.order-banner h2 { margin: 8px 0 0; font-size: clamp(60px, 7vw, 92px); line-height: .82; }
.order-banner-copy p { color: rgba(255,255,255,.8); max-width: 450px; }
.order-banner-copy .button { margin-top: 16px; }
.kicker-light { color: var(--yellow); }
.order-burst { position: absolute; right: -36px; top: -38px; width: 140px; height: 140px; display: grid; place-items: center; color: var(--burgundy); background: var(--yellow); clip-path: polygon(50% 0,61% 17%,79% 7%,83% 28%,100% 31%,87% 48%,100% 64%,80% 70%,79% 91%,60% 82%,48% 100%,38% 81%,18% 91%,18% 69%,0 62%,13% 47%,0 31%,20% 26%,23% 6%,40% 17%); font: 900 30px/1 "Barlow Condensed", sans-serif; transform: rotate(10deg); }

.visit { background: var(--paper); }
.visit-grid { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 510px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.location-card { position: relative; overflow: hidden; padding: 48px; display: flex; align-items: flex-end; color: var(--white); background: #3a0a0d; }
.map-pattern { position: absolute; inset: 0; opacity: .32; background: radial-gradient(circle at 45% 35%, rgba(255,201,40,.6) 0 2px, transparent 3px), repeating-linear-gradient(24deg, transparent 0 47px, rgba(255,255,255,.15) 48px 50px), repeating-linear-gradient(112deg, transparent 0 65px, rgba(255,255,255,.1) 66px 68px); }
.map-pin { position: absolute; left: 52%; top: 29%; width: 58px; height: 58px; display: grid; place-items: center; color: var(--burgundy); background: var(--yellow); border: 5px solid var(--white); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); font: 900 25px/1 "Barlow Condensed", sans-serif; box-shadow: 0 12px 32px rgba(0,0,0,.25); }
.map-pin::first-letter { transform: rotate(45deg); }
.map-pin img { width: 51px; height: 51px; object-fit: contain; transform: rotate(45deg); }
.location-content { position: relative; z-index: 1; }
.location-card .pill { color: var(--burgundy); background: var(--yellow); }
.location-card h3 { margin: 17px 0; font-size: 44px; line-height: .95; }
.location-card a { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .8px; border-bottom: 2px solid var(--yellow); }
.details-card { padding: 22px 48px; display: flex; flex-direction: column; justify-content: center; background: var(--cream); }
.detail-row { display: grid; grid-template-columns: 120px 1fr; gap: 26px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.detail-label { color: var(--red); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.2px; }
.detail-row strong { font: 800 21px/1.2 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.detail-row p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.status-line { margin-top: 25px; color: var(--muted); font-size: 11px; }
.status-line span { display: inline-block; width: 9px; height: 9px; margin-right: 8px; background: #2eaa62; border-radius: 50%; box-shadow: 0 0 0 5px rgba(46,170,98,.12); }
.status-line strong { color: var(--ink); }

.faq { padding-top: 30px; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; padding: 25px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 25px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; padding: 0 40px 24px 0; color: var(--muted); font-size: 13px; }

.site-footer { padding: 78px 0 20px; color: var(--white); background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1.5fr .65fr 1fr 1.1fr; gap: 60px; padding-bottom: 62px; }
.brand-footer { margin-bottom: 19px; }
.footer-brand-primary img { width: 185px; height: 185px; object-fit: contain; }
.footer-download { margin-top: 12px !important; color: var(--yellow) !important; font-weight: 800; }
.footer-top > div > p { max-width: 270px; color: rgba(255,255,255,.5); font-size: 12px; }
.footer-top h3 { margin-bottom: 18px; font: 800 15px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .7px; }
.footer-top > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-top > div:not(:first-child) > a:not(.button), .footer-top > div:not(:first-child) > span { margin: 5px 0; color: rgba(255,255,255,.56); font-size: 11px; }
.footer-order .button { margin-top: 5px; color: var(--burgundy); }
.footer-bottom { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.11); display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.35); font-size: 9px; text-transform: uppercase; letter-spacing: .7px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 22px; }
.mobile-order { display: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .55s ease var(--delay, 0ms), transform .55s ease var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.legal { padding: 150px 0 100px; min-height: 70vh; background: var(--cream); }
.legal .container { max-width: 850px; }
.legal h1 { color: var(--ink); font-size: 68px; line-height: .9; }
.legal h2 { margin-top: 40px; font-size: 30px; }
.legal p, .legal li { color: var(--muted); }

.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px 20px;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 20%, rgba(255, 201, 40, 0.18), transparent 28%),
    var(--burgundy);
}
.error-content { width: min(720px, 100%); text-align: center; }
.error-content > img { width: 118px; height: auto; margin: 0 auto 24px; }
.error-content .kicker { justify-content: center; color: var(--yellow); }
.error-content h1 { margin: 22px 0; font-size: clamp(68px, 11vw, 118px); }
.error-content p { color: rgba(255, 255, 255, 0.72); }
.error-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 32px; }

@media (max-width: 980px) {
  .header-inner { height: 76px; }
  .header-order { margin-left: auto; }
  .menu-toggle { order: 3; display: grid; gap: 5px; width: 42px; height: 42px; padding: 10px; background: transparent; border: 1px solid rgba(255,255,255,.4); border-radius: 4px; }
  .menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--white); }
  .main-nav { position: fixed; inset: 76px 0 auto; display: grid; gap: 0; padding: 20px; color: var(--ink); background: var(--cream); box-shadow: 0 20px 35px rgba(0,0,0,.15); transform: translateY(-140%); transition: transform .25s ease; }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 14px; border-bottom: 1px solid var(--line); }
  .hero { min-height: 760px; }
  .hero-copy { width: min(620px, 72%); }
  .home-menu-showcase { gap: 30px; padding: 32px; }
  .home-menu-preview { height: 310px; }
  .favorite-grid { grid-template-columns: 1fr 1fr; }
  .favorite-grid .food-card-featured { grid-column: 1 / -1; min-height: 330px; }
  .story-grid { gap: 55px; }
  .poster-wrap { width: 88%; }
  .story-logo-panel { width: 100%; min-height: 520px; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-order { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-order { display: none; }
  .menu-toggle { margin-left: auto; }
  .brand-lockup > img { width: 46px; height: 46px; }
  .brand-lockup .brand-copy strong { font-size: 24px; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 54% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(40,2,5,.97), rgba(67,7,11,.68)), linear-gradient(0deg, rgba(36,3,5,.75), transparent 45%); }
  .hero-inner { align-items: flex-end; padding-top: 125px; padding-bottom: 128px; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(58px, 19vw, 82px); }
  .hero-copy > p { max-width: 95%; font-size: 15px; }
  .hero-proof { gap: 14px; margin-top: 35px; }
  .hero-proof strong { font-size: 16px; }
  .hero-proof small { font-size: 8px; }
  .hero-actions .button { flex: 1 1 220px; }
  .quick-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .quick-grid article { min-height: 92px; padding: 18px 12px; border: 0; border-bottom: 1px solid var(--line); }
  .quick-grid article:last-child { border: 0; }
  .section { padding: 82px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: clamp(48px, 15vw, 66px); }
  .favorite-grid { grid-template-columns: 1fr; }
  .favorite-grid .food-card-featured { grid-column: auto; }
  .food-card { min-height: 340px; }
  .home-product-card { min-height: 480px; }
  .home-card-image { height: 230px; }
  .home-menu-links { display: grid; grid-template-columns: 1fr 1fr; }
  .home-menu-showcase { grid-template-columns: 1fr; gap: 28px; padding: 22px; border-radius: 24px; }
  .home-menu-copy h2 { font-size: 54px; }
  .home-menu-copy > p { margin-bottom: 22px; }
  .home-menu-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .home-menu-actions .button { min-width: 0; padding-inline: 10px; }
  .home-menu-preview { height: 220px; border-radius: 18px; }
  .home-menu-preview > span { display: none; }
  .menu-list { grid-template-columns: 1fr; }
  .menu-filters { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .menu-filters button { flex-shrink: 0; }
  .story-grid { grid-template-columns: 1fr; gap: 70px; }
  .story-visual { min-height: 550px; }
  .story-logo-panel { min-height: 500px; padding: 25px; }
  .poster-wrap { width: 82%; height: 540px; margin-left: 30px; }
  .check-list { grid-template-columns: 1fr; }
  .order-banner { padding: 75px 0; }
  .order-banner-inner { grid-template-columns: 1fr; gap: 32px; }
  .order-burst { width: 105px; height: 105px; font-size: 23px; }
  .visit-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 420px; padding: 32px; }
  .details-card { padding: 18px 25px 28px; }
  .detail-row { grid-template-columns: 95px 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 15px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-top > div:first-child, .footer-order { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; gap: 12px 20px; }
  .mobile-order { position: fixed; z-index: 99; left: 12px; right: 12px; bottom: 12px; min-height: 62px; padding: 0 20px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; color: var(--burgundy); background: var(--yellow); border: 2px solid var(--burgundy); box-shadow: 5px 5px 0 var(--burgundy), 0 15px 40px rgba(0,0,0,.25); font-size: 13px; font-weight: 900; text-transform: uppercase; }
  .mobile-order strong { font-size: 10px; opacity: .6; }
  .mobile-order i { font-style: normal; font-size: 23px; }
  body { padding-bottom: 88px; }
}

@media (max-width: 430px) {
  .brand-copy strong { font-size: 23px; }
  .hero-proof .divider:nth-of-type(2), .hero-proof > div:last-child { display: none; }
  .food-card { padding: 27px; }
  .story-visual { min-height: 475px; }
  .story-logo-panel { min-height: 440px; }
  .poster-wrap { width: 84%; height: 460px; margin-left: 18px; }
  .rating-stamp { width: 125px; height: 125px; }
  .detail-row { grid-template-columns: 1fr; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-marquee .marquee-track { animation-duration: 30s !important; animation-iteration-count: infinite !important; }
  .reveal { opacity: 1; transform: none; }
}
