:root {
    --background: #f4f0e7;
    --surface: #fff;
    --text: #191918;
    --muted: #706c63;
    --primary: #b93624;
    --primary-dark: #8e291c;
    --yellow: #e5ad32;
    --dark: #1d211d;
    --cream: #e9e1d2;
    --border: #d8d0c3;
    --success: #4e8a51;
    --font-display: "Barlow Condensed", Impact, sans-serif;
    --font-body: "Inter", Arial, sans-serif;
    --container: 1240px;
    --header-height: 82px;
    --shadow: 0 18px 50px rgba(28, 28, 25, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; background: var(--background); color: var(--text); font-family: var(--font-body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open, body.drawer-open, body:has(dialog[open]) { overflow: hidden; }
img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.02; }
h1, h2 { font-family: var(--font-display); font-weight: 900; letter-spacing: -.025em; text-transform: uppercase; }
h1 { font-size: clamp(4rem, 8vw, 8.8rem); }
h2 { margin-bottom: 24px; font-size: clamp(3rem, 5.5vw, 5.6rem); }
h1 em, h2 em { color: var(--primary); font-style: normal; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow { max-width: 780px; }
.section { padding: 112px 0; }
.eyebrow { margin: 0 0 16px; color: var(--primary); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #f5d67a; }
.section-heading { margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading.centered { max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading.centered > p:last-child { color: rgba(255,255,255,.65); }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; }
.split-heading > p { max-width: 490px; margin-bottom: 8px; color: var(--muted); }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 12px 18px; transform: translateY(-140%); background: #fff; box-shadow: var(--shadow); font-weight: 700; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 2px solid transparent; border-radius: 2px; font-size: .88rem; font-weight: 800; letter-spacing: .03em; text-align: center; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--primary); color: #fff; }
.button-primary:hover { background: var(--primary-dark); }
.button-yellow { background: var(--yellow); color: var(--text); }
.button-yellow:hover { background: #f0bc45; }
.button-light { border-color: rgba(255,255,255,.65); color: #fff; }
.button-light:hover { background: #fff; color: var(--text); }
.button-dark { background: var(--dark); color: #fff; }
.button-outline { border-color: var(--text); }
.button-outline:hover { background: var(--text); color: #fff; }
.button-small { min-height: 44px; padding: 0 18px; font-size: .77rem; }
.button-full { width: 100%; }
.button:disabled { cursor: not-allowed; opacity: .42; transform: none; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 2px solid var(--primary); padding-bottom: 4px; font-size: .85rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.center-action { margin-top: 50px; text-align: center; }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.14); color: #fff; transition: background .25s, color .25s, box-shadow .25s; }
.site-header.is-scrolled, body:not([data-page="start"]) .site-header { background: rgba(244,240,231,.97); box-shadow: 0 5px 24px rgba(29,33,29,.08); color: var(--text); backdrop-filter: blur(12px); }
.header-inner { display: flex; height: var(--header-height); align-items: center; gap: 32px; }
.brand { display: inline-flex; flex-shrink: 0; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--font-display); font-size: 2rem; font-weight: 900; letter-spacing: -.03em; }
.brand-tagline { margin-top: 4px; font-size: .52rem; font-weight: 700; letter-spacing: .2em; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a { position: relative; padding: 30px 0; font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.main-nav a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; transform: scaleX(0); background: var(--primary); content: ""; transition: transform .2s; }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone { font-family: var(--font-display); font-size: 1.12rem; font-weight: 800; }
.nav-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 0; background: transparent; color: inherit; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { position: relative; display: flex; min-height: 820px; align-items: center; overflow: hidden; color: #fff; }
.hero-media, .hero-media picture, .hero-media img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-position: 60% 48%; }
.hero-overlay { background: linear-gradient(90deg, rgba(13,15,13,.92) 0%, rgba(13,15,13,.72) 44%, rgba(13,15,13,.1) 78%), linear-gradient(0deg, rgba(13,15,13,.36), transparent 55%); }
.hero-content { position: relative; z-index: 2; padding-top: 110px; }
.hero h1 { max-width: 760px; margin: 0 0 20px; }
.hero h1 em { color: var(--yellow); }
.hero-copy { max-width: 610px; margin-bottom: 34px; color: rgba(255,255,255,.84); font-size: 1.13rem; }
.hero-status { display: flex; margin-top: 38px; align-items: center; gap: 16px; color: rgba(255,255,255,.74); font-size: .8rem; }
.hero-status strong { color: #fff; }
.hero-status a { border-bottom: 1px solid rgba(255,255,255,.45); }
.status-dot { display: inline-block; width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #d68a3c; box-shadow: 0 0 0 5px rgba(214,138,60,.16); }
.status-dot.is-open { background: #71bd72; box-shadow: 0 0 0 5px rgba(113,189,114,.16); }
.hero-stamp { position: absolute; z-index: 3; right: 4.5vw; bottom: 60px; display: flex; width: 120px; height: 120px; align-items: center; justify-content: center; flex-direction: column; transform: rotate(8deg); border: 2px solid rgba(255,255,255,.7); border-radius: 50%; font-family: var(--font-display); }
.hero-stamp strong, .hero-stamp small { font-size: .65rem; letter-spacing: .16em; }
.hero-stamp span { color: var(--yellow); font-size: 2.25rem; font-weight: 900; line-height: 1; }

.quick-info { position: relative; z-index: 5; background: var(--surface); box-shadow: 0 8px 30px rgba(29,33,29,.08); }
.quick-info-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-info-grid > div { display: flex; min-height: 112px; align-items: center; gap: 16px; border-right: 1px solid var(--border); padding: 24px 28px; }
.quick-info-grid > div:first-child { border-left: 1px solid var(--border); }
.quick-icon { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border: 1px solid var(--border); color: var(--primary); font-weight: 800; }
.quick-info p { display: flex; margin: 0; flex-direction: column; line-height: 1.45; }
.quick-info strong { font-size: .83rem; }
.quick-info span, .quick-info a { color: var(--muted); font-size: .73rem; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px 22px; }
.product-image { position: relative; height: 310px; overflow: hidden; background: var(--cream); }
.product-image img { width: 100%; height: 100%; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-number { position: absolute; top: 0; left: 0; padding: 8px 13px; background: var(--dark); color: #fff; font-family: var(--font-display); font-size: 1rem; font-weight: 800; }
.quick-add { position: absolute; right: 14px; bottom: 14px; min-height: 42px; padding: 0 18px; transform: translateY(12px); border: 0; background: var(--primary); color: #fff; font-size: .72rem; font-weight: 800; opacity: 0; text-transform: uppercase; transition: opacity .2s, transform .2s; }
.product-card:hover .quick-add, .quick-add:focus-visible { transform: none; opacity: 1; }
.product-info { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding-top: 20px; }
.product-info h3 { margin-bottom: 7px; font-family: var(--font-display); font-size: 1.55rem; font-weight: 800; text-transform: uppercase; }
.product-info p { margin: 0; color: var(--muted); font-size: .77rem; line-height: 1.45; }
.price { color: var(--primary); font-family: var(--font-display); font-size: 1.55rem; white-space: nowrap; }

.menu-preview { background: var(--dark); color: #fff; }
.category-tabs { display: flex; justify-content: center; gap: 6px; margin-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.13); }
.category-tabs button { padding: 15px 24px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: rgba(255,255,255,.55); font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.category-tabs button[aria-selected="true"] { border-color: var(--yellow); color: #fff; }
.menu-tab-panels { max-width: 880px; min-height: 315px; margin: auto; }
.menu-list[hidden] { display: none; }
.menu-row { display: flex; align-items: end; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.13); padding: 19px 0; }
.menu-row h3 { margin-bottom: 4px; font-family: var(--font-display); font-size: 1.45rem; font-weight: 700; text-transform: uppercase; }
.menu-row p { margin: 0; color: rgba(255,255,255,.5); font-size: .75rem; }
.menu-row .menu-dots { flex: 1; border-bottom: 1px dotted rgba(255,255,255,.28); }
.menu-row strong { color: var(--yellow); font-family: var(--font-display); font-size: 1.45rem; white-space: nowrap; }

.offers { background: var(--cream); }
.offer-strip { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--border); background: var(--surface); }
.offer-card { position: relative; min-height: 420px; border-right: 1px solid var(--border); padding: 44px; }
.offer-card:last-child { border-right: 0; }
.offer-card.featured { background: var(--primary); color: #fff; transform: translateY(-12px); box-shadow: var(--shadow); }
.offer-index { display: block; margin-bottom: 52px; color: var(--muted); font-family: var(--font-display); font-size: .9rem; }
.featured .offer-index { color: rgba(255,255,255,.55); }
.offer-badge { position: absolute; top: 20px; right: 20px; padding: 5px 10px; background: var(--yellow); color: var(--text); font-size: .6rem; font-weight: 800; letter-spacing: .1em; }
.offer-card h3 { margin-bottom: 18px; font-family: var(--font-display); font-size: 2.25rem; font-weight: 900; text-transform: uppercase; }
.offer-card p { color: var(--muted); line-height: 1.8; }
.offer-card.featured p { color: rgba(255,255,255,.75); }
.offer-card strong { display: block; margin: 26px 0; color: var(--primary); font-family: var(--font-display); font-size: 2.5rem; }
.offer-card.featured strong { color: var(--yellow); }
.offer-card a { font-size: .75rem; font-weight: 800; text-transform: uppercase; }

.daily-offer { display: grid; min-height: 630px; grid-template-columns: 1fr 1fr; background: var(--primary); color: #fff; }
.daily-image { overflow: hidden; }
.daily-image img { width: 100%; height: 100%; }
.daily-content { display: flex; max-width: 650px; align-items: flex-start; justify-content: center; flex-direction: column; padding: 80px 9vw; }
.daily-content h2 { margin-bottom: 8px; }
.daily-description { margin-bottom: 26px; font-size: 1.3rem; }
.old-price { margin: 0; color: rgba(255,255,255,.62); text-decoration: line-through; }
.daily-price { margin-bottom: 28px; color: var(--yellow); font-family: var(--font-display); font-size: 5.5rem; line-height: 1; }
.daily-content small { margin-top: 18px; color: rgba(255,255,255,.62); }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 11%; }
.about-images { position: relative; }
.about-main { width: 100%; height: 600px; }
.about-caption { position: absolute; right: -44px; bottom: 60px; display: flex; align-items: center; gap: 14px; padding: 20px 24px; background: var(--yellow); box-shadow: var(--shadow); }
.about-caption strong { font-family: var(--font-display); font-size: 3.3rem; line-height: 1; }
.about-caption span { font-size: .7rem; font-weight: 800; line-height: 1.4; text-transform: uppercase; }
.about-copy h2 { max-width: 620px; }
.about-copy > p:not(.eyebrow) { max-width: 580px; color: var(--muted); font-size: 1.03rem; }
.check-list { display: grid; margin: 34px 0; padding: 0; grid-template-columns: repeat(3, 1fr); list-style: none; }
.check-list li { border-left: 3px solid var(--primary); padding-left: 12px; font-size: .77rem; font-weight: 800; }

.quality-band { border-top: 1px solid rgba(255,255,255,.1); background: var(--dark); color: #fff; }
.quality-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quality-grid article { min-height: 250px; border-right: 1px solid rgba(255,255,255,.13); padding: 48px 30px; }
.quality-grid article:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.quality-grid span { color: var(--yellow); font-family: var(--font-display); font-size: .85rem; }
.quality-grid h3 { margin: 48px 0 12px; font-family: var(--font-display); font-size: 1.55rem; text-transform: uppercase; }
.quality-grid p { margin: 0; color: rgba(255,255,255,.55); font-size: .77rem; }

.lunch { background: #30372f; color: #fff; }
.lunch-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 10%; }
.lunch-copy p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.66); }
.lunch-menu article { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.17); padding: 25px 0; }
.lunch-menu h3 { margin-bottom: 6px; font-family: var(--font-display); font-size: 1.55rem; text-transform: uppercase; }
.lunch-menu p { margin: 0; color: rgba(255,255,255,.52); font-size: .75rem; }
.lunch-menu strong { color: var(--yellow); font-family: var(--font-display); font-size: 1.75rem; white-space: nowrap; }

.gallery-section { padding-bottom: 0; }
.gallery-grid { display: grid; height: 720px; grid-template-columns: 1.2fr .8fr .8fr 1.2fr; grid-template-rows: 1fr 1fr; gap: 6px; }
.gallery-item { position: relative; overflow: hidden; border: 0; padding: 0; background: #ddd; }
.gallery-item img { width: 100%; height: 100%; transition: transform .45s; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item span { position: absolute; bottom: 12px; left: 12px; padding: 5px 9px; background: rgba(29,33,29,.8); color: #fff; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gallery-item-1 { grid-row: span 2; }
.gallery-item-4 { grid-row: span 2; }
.lightbox { width: min(92vw, 1080px); max-width: none; border: 0; padding: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(12,14,12,.9); }
.lightbox img { width: 100%; max-height: 84vh; object-fit: contain; }
.lightbox-close { position: absolute; top: -46px; right: 0; width: 42px; height: 42px; border: 0; background: #fff; font-size: 1.8rem; }

.reviews { background: var(--cream); }
.reviews-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 11%; }
.reviews-score .stars { margin-top: 34px; color: var(--yellow); font-size: 1.35rem; letter-spacing: .12em; }
.reviews-score div strong { font-family: var(--font-display); font-size: 5rem; line-height: 1; }
.reviews-score div span { color: var(--muted); }
.reviews-score small { color: var(--muted); }
.review-list blockquote { margin: 0; border-bottom: 1px solid var(--border); padding: 28px 0; }
.review-list blockquote:first-child { padding-top: 0; }
.review-list blockquote p { font-family: var(--font-display); font-size: 1.55rem; font-weight: 600; line-height: 1.25; }
.review-list blockquote footer { display: flex; justify-content: space-between; color: var(--muted); font-size: .75rem; font-weight: 700; }
.review-list blockquote footer span { color: var(--yellow); }

.location-section { background: var(--surface); }
.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; }
.hours-block { padding: 70px 8% 70px 0; }
.status-callout { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .82rem; }
.hours-list { margin: 28px 0 0; }
.hours-list > div { display: flex; justify-content: space-between; border-bottom: 1px solid var(--border); padding: 11px 8px; }
.hours-list dt, .hours-list dd { margin: 0; font-size: .82rem; }
.hours-list .is-today { border-bottom-color: var(--primary); background: #f8ece8; color: var(--primary); font-weight: 800; }
.hours-list small { margin-left: 8px; font-size: .54rem; letter-spacing: .1em; }
.map-block { display: grid; min-height: 660px; grid-template-rows: 1.2fr .8fr; background: var(--cream); }
.map-placeholder { display: flex; align-items: center; justify-content: center; flex-direction: column; background-color: #d9d6cb; background-image: linear-gradient(30deg, transparent 46%, rgba(29,33,29,.07) 47%, rgba(29,33,29,.07) 53%, transparent 54%), linear-gradient(150deg, transparent 46%, rgba(29,33,29,.05) 47%, rgba(29,33,29,.05) 53%, transparent 54%); background-size: 55px 55px; color: var(--muted); text-align: center; }
.map-placeholder > span { color: var(--primary); font-size: 3rem; }
.map-placeholder p { font-size: .78rem; font-weight: 700; }
.text-button { border: 0; border-bottom: 1px solid currentColor; padding: 4px 0; background: transparent; color: var(--primary); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.map-placeholder iframe { width: 100%; height: 100%; border: 0; }
.address-card { padding: 38px 44px; }
.address-card h2 { margin-bottom: 12px; font-size: 2.8rem; }
.address-card address { margin-bottom: 12px; font-style: normal; }
.address-card > a { color: var(--primary); font-family: var(--font-display); font-size: 1.35rem; font-weight: 800; }
.address-card .button-row { margin: 24px 0 14px; }
.address-card small { color: var(--muted); }

.final-cta { padding: 100px 0; background: var(--primary); color: #fff; text-align: center; }
.final-cta h2 { margin-bottom: 12px; }
.final-cta h2 em { color: var(--yellow); }
.final-cta p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.final-cta .button-row { justify-content: center; margin-top: 32px; }
.final-cta.compact { padding: 78px 0; }

.site-footer { padding: 78px 0 0; background: #141714; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1fr; gap: 70px; }
.brand-footer { color: #fff; }
.brand-footer .brand-name { font-size: 2.8rem; }
.footer-claim { max-width: 260px; margin-top: 24px; color: rgba(255,255,255,.48); font-size: .8rem; }
.socials { display: flex; gap: 8px; margin-top: 24px; }
.socials a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.23); font-size: .68rem; font-weight: 800; }
.site-footer h2 { margin-bottom: 24px; color: var(--yellow); font-family: var(--font-body); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-nav { display: grid; gap: 9px; }
.footer-nav a, .site-footer address, .site-footer address a, .site-footer p { color: rgba(255,255,255,.58); font-size: .78rem; font-style: normal; }
.footer-nav a:hover, .site-footer address a:hover { color: #fff; }
.footer-hours { margin: 0; }
.footer-hours div { display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.1); padding: 7px 0; color: rgba(255,255,255,.58); font-size: .7rem; }
.footer-hours dd { margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0; color: rgba(255,255,255,.4); font-size: .68rem; }
.footer-bottom a { color: rgba(255,255,255,.7); }
.mobile-bottom-nav { display: none; }

.page-hero { min-height: 500px; padding: 180px 0 90px; background: var(--dark); color: #fff; }
.page-hero h1 { margin: 0 0 14px; font-size: clamp(4.5rem, 9vw, 8rem); }
.page-hero p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.68); }
.menu-page-hero { background: linear-gradient(90deg, rgba(20,23,20,.96), rgba(20,23,20,.65)), url("https://images.unsplash.com/photo-1555939594-58d7cb561ad1?auto=format&fit=crop&w=1920&q=80") center/cover; }
.contact-hero { background: linear-gradient(90deg, rgba(20,23,20,.96), rgba(20,23,20,.52)), url("https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&w=1920&q=80") center/cover; }
.page-hero-meta { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 32px; color: #fff; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.page-hero-meta span::before { margin-right: 8px; color: var(--yellow); content: "✓"; }
.sticky-categories { position: sticky; z-index: 50; top: var(--header-height); overflow-x: auto; border-bottom: 1px solid var(--border); background: rgba(244,240,231,.96); }
.sticky-categories .container { display: flex; }
.sticky-categories a { flex: 1; padding: 17px 15px; border-right: 1px solid var(--border); font-size: .67rem; font-weight: 800; text-align: center; text-transform: uppercase; white-space: nowrap; }
.sticky-categories a:first-child { border-left: 1px solid var(--border); }
.sticky-categories a:hover { background: var(--primary); color: #fff; }
.full-menu-layout { display: grid; grid-template-columns: 1fr 350px; align-items: start; gap: 8%; }
.menu-category { margin-bottom: 80px; }
.menu-category-heading { display: flex; align-items: baseline; gap: 18px; border-bottom: 4px solid var(--dark); }
.menu-category-heading span { color: var(--primary); font-family: var(--font-display); font-size: 1rem; font-weight: 800; }
.menu-category-heading h2 { margin: 0 0 9px; font-size: 3.2rem; }
.full-menu-item { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 18px; border-bottom: 1px solid var(--border); padding: 21px 4px; }
.full-menu-item h3 { margin-bottom: 5px; font-family: var(--font-display); font-size: 1.35rem; text-transform: uppercase; }
.full-menu-item h3 small { margin-left: 10px; padding: 3px 6px; background: var(--yellow); font-family: var(--font-body); font-size: .48rem; letter-spacing: .08em; vertical-align: middle; }
.full-menu-item p { margin: 0; color: var(--muted); font-size: .73rem; }
.full-menu-item strong { color: var(--primary); font-family: var(--font-display); font-size: 1.45rem; white-space: nowrap; }
.full-menu-item button { width: 38px; height: 38px; border: 0; background: var(--dark); color: #fff; font-size: 1.4rem; }
.full-menu-item button:hover { background: var(--primary); }
.menu-aside { position: sticky; top: 160px; }
.menu-aside > div { padding: 38px; background: var(--dark); color: #fff; }
.menu-aside h2 { font-size: 2.7rem; }
.menu-aside p:not(.eyebrow) { color: rgba(255,255,255,.63); font-size: .82rem; }
.aside-phone { display: block; margin: 22px 0; color: var(--yellow); font-family: var(--font-display); font-size: 1.75rem; font-weight: 800; }
.menu-aside small { display: block; color: rgba(255,255,255,.4); font-size: .65rem; }

.order-page { padding-top: var(--header-height); }
.order-head { padding: 70px 0 50px; background: var(--cream); }
.order-head .container { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.order-head h1 { margin-bottom: 8px; font-size: clamp(4rem, 7vw, 7rem); }
.order-head p:not(.eyebrow) { margin: 0; color: var(--muted); }
.pickup-status { display: flex; min-width: 260px; align-items: center; gap: 14px; border-left: 1px solid var(--border); padding: 12px 0 12px 30px; }
.pickup-status div { display: flex; flex-direction: column; }
.pickup-status strong { font-size: .82rem; }
.pickup-status small { color: var(--muted); font-size: .68rem; }
.order-categories { position: sticky; z-index: 45; top: var(--header-height); overflow-x: auto; border-bottom: 1px solid var(--border); background: var(--surface); }
.order-categories .container { display: flex; }
.order-categories button { padding: 17px 20px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.order-categories button.is-active { border-color: var(--primary); color: var(--primary); }
.order-content { padding: 46px 0 110px; }
.order-layout { display: grid; grid-template-columns: 1fr 390px; align-items: start; gap: 42px; }
.demo-notice { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; border-left: 4px solid var(--yellow); padding: 13px 17px; background: #fff8df; font-size: .72rem; }
.demo-notice strong { text-transform: uppercase; }
.demo-notice span { color: var(--muted); }
.order-product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.order-product { display: grid; min-height: 180px; grid-template-columns: 128px 1fr; border: 1px solid var(--border); background: var(--surface); }
.order-product.is-hidden { display: none; }
.order-product > img { width: 100%; height: 100%; min-height: 180px; }
.order-product > div { display: flex; padding: 18px; flex-direction: column; }
.order-product-category { margin: 0 0 6px!important; color: var(--primary)!important; font-size: .56rem!important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.order-product h2 { margin-bottom: 6px; font-size: 1.55rem; }
.order-product p { margin: 0; color: var(--muted); font-size: .66rem; line-height: 1.4; }
.order-product > div > div { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 12px; }
.order-product strong { color: var(--primary); font-family: var(--font-display); font-size: 1.35rem; }
.order-product button { width: 36px; height: 36px; border: 0; background: var(--dark); color: #fff; font-size: 1.3rem; transition: background .2s, transform .15s; }
.order-product button:hover { background: var(--primary); }
.order-product button:active { transform: scale(.88); }
.cart-panel { position: sticky; top: 158px; max-height: calc(100vh - 178px); border-top: 5px solid var(--primary); background: var(--surface); box-shadow: var(--shadow); overflow: hidden; }
.cart-panel-head { display: flex; justify-content: space-between; border-bottom: 1px solid var(--border); padding: 25px 26px 17px; }
.cart-panel-head h2 { margin: 0; font-size: 2.3rem; }
.cart-close { display: none; border: 0; background: transparent; font-size: 1.8rem; }
.cart-items { max-height: 330px; padding: 0 26px; overflow-y: auto; }
.empty-cart { padding: 48px 0; color: var(--muted); text-align: center; }
.empty-cart span { font-size: 2rem; }
.empty-cart h3 { margin: 8px 0 3px; font-family: var(--font-display); font-size: 1.3rem; text-transform: uppercase; }
.empty-cart p { margin: 0; font-size: .7rem; }
.cart-item { border-bottom: 1px solid var(--border); padding: 17px 0; }
.cart-item-main { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 12px; }
.cart-item img { width: 52px; height: 52px; }
.cart-item h3 { margin: 0 0 3px; font-family: var(--font-display); font-size: 1.05rem; text-transform: uppercase; }
.cart-item-price { color: var(--primary); font-family: var(--font-display); font-weight: 800; white-space: nowrap; }
.cart-item-controls { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-top: 10px; }
.cart-item-controls button { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--border); background: transparent; }
.cart-item-controls .remove-item { width: auto; margin-right: auto; border: 0; color: var(--muted); font-size: .65rem; text-decoration: underline; }
.cart-item-controls span { min-width: 20px; font-size: .72rem; font-weight: 800; text-align: center; }
.cart-summary { border-top: 1px solid var(--border); padding: 20px 26px 26px; }
.cart-summary > div { display: flex; justify-content: space-between; color: var(--muted); font-size: .75rem; }
.cart-summary .cart-total { margin-top: 8px; color: var(--text); font-size: .93rem; }
.cart-total strong { color: var(--primary); font-family: var(--font-display); font-size: 1.5rem; }
.cart-summary small { display: block; margin: 8px 0 16px; color: var(--muted); font-size: .61rem; }
.mobile-cart-bar, .cart-backdrop { display: none; }
.checkout-dialog { width: min(94vw, 550px); max-height: 92vh; border: 0; padding: 0; background: var(--background); box-shadow: var(--shadow); }
.checkout-dialog::backdrop { background: rgba(14,16,14,.8); }
.checkout-dialog > div { padding: 45px; }
.dialog-close { position: absolute; z-index: 2; top: 13px; right: 13px; width: 40px; height: 40px; border: 0; background: transparent; font-size: 1.8rem; }
.checkout-dialog h2 { margin-bottom: 8px; font-size: 3rem; }
.checkout-dialog > div > p:not(.eyebrow) { color: var(--muted); font-size: .77rem; }
.checkout-dialog form { display: grid; margin-top: 26px; }
.checkout-dialog label { margin: 12px 0 5px; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.checkout-dialog label span { color: var(--muted); font-weight: 500; text-transform: none; }
.checkout-dialog input, .checkout-dialog select, .checkout-dialog textarea { width: 100%; border: 1px solid var(--border); border-radius: 0; padding: 12px 13px; background: #fff; }
.checkout-dialog textarea { resize: vertical; }
.checkout-total { display: flex; justify-content: space-between; margin: 25px 0 15px; border-top: 2px solid var(--dark); padding-top: 15px; }
.checkout-total strong { color: var(--primary); font-family: var(--font-display); font-size: 1.6rem; }
.order-success { text-align: center; }
.success-check { display: grid; width: 66px; height: 66px; margin: 0 auto 20px; place-items: center; border-radius: 50%; background: var(--success); color: #fff; font-size: 2rem; }
.demo-status { margin: 26px 0; padding: 20px; background: var(--cream); text-align: left; }
.demo-status > div:first-child { display: flex; justify-content: space-between; gap: 18px; }
.demo-status span { color: var(--primary); font-size: .75rem; font-weight: 800; }
.status-progress { height: 5px; margin: 15px 0 8px; background: rgba(29,33,29,.12); }
.status-progress i { display: block; width: 45%; height: 100%; background: var(--primary); transition: width 1s; }
.demo-status.is-ready i { width: 100%; background: var(--success); }
.demo-status small { color: var(--muted); font-size: .62rem; }

.contact-section { background: var(--surface); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; }
.contact-details h2 { font-size: 4rem; }
.contact-details address { margin-bottom: 36px; font-size: 1.15rem; font-style: normal; }
.contact-details dl { margin-bottom: 34px; }
.contact-details dl > div { display: grid; grid-template-columns: 140px 1fr; border-top: 1px solid var(--border); padding: 13px 0; }
.contact-details dt { color: var(--muted); font-size: .72rem; }
.contact-details dd { margin: 0; font-weight: 700; }
.contact-details dd a { color: var(--primary); }
.contact-note { max-width: 480px; margin-top: 28px; color: var(--muted); font-size: .68rem; }
.contact-hours { padding: 42px; background: var(--cream); }
.contact-map { display: grid; min-height: 580px; grid-template-columns: 1.35fr .65fr; }
.map-placeholder.large h2 { margin: 15px 0 8px; font-size: 3rem; }
.map-placeholder.large small { margin-top: 14px; }
.route-panel { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 8vw; background: var(--yellow); }
.route-panel h2 { font-size: 3.5rem; }
.route-panel p:not(.eyebrow) { color: rgba(25,25,24,.68); }

.legal-hero { padding: 175px 0 70px; background: var(--dark); color: #fff; }
.legal-hero h1 { margin: 0; font-size: 5.5rem; }
.legal-content { background: var(--surface); }
.legal-content h2 { margin: 45px 0 14px; font-size: 2rem; }
.legal-content p { color: var(--muted); }

.toast { position: fixed; z-index: 3000; right: 22px; bottom: 22px; max-width: 320px; padding: 13px 18px; transform: translateY(25px); background: var(--dark); color: #fff; box-shadow: var(--shadow); font-size: .75rem; font-weight: 700; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
.toast.is-visible { transform: none; opacity: 1; }
.reveal { transform: translateY(18px); opacity: 0; transition: transform .45s ease var(--delay, 0ms), opacity .45s ease var(--delay, 0ms); }
.reveal.is-visible { transform: none; opacity: 1; }

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