:root {
  --navy: #292741;
  --navy-deep: #1c1a31;
  --plum: #98235f;
  --plum-dark: #741845;
  --gold: #d5b563;
  --gold-soft: #eddfb4;
  --cream: #f7f1e7;
  --paper: #fffdf8;
  --ink: #211f28;
  --muted: #69636a;
  --line: rgba(41, 39, 65, .16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --radius: 24px;
  --shadow: 0 28px 60px rgba(29, 25, 45, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f0c951; outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 112px; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: white; color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.plum, .plum { color: var(--plum); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.05; letter-spacing: -.035em; }
h1 { font-size: clamp(3.35rem, 6.7vw, 6.8rem); }
h2 { margin-bottom: 28px; font-size: clamp(2.4rem, 4.2vw, 4.65rem); }
h3 { font-size: 1.8rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid var(--plum); border-radius: 999px; background: var(--plum); color: white; font-weight: 700; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--plum-dark); box-shadow: 0 12px 26px rgba(152, 35, 95, .22); }
.button:active { transform: translateY(1px) scale(.99); }
.button-small { min-height: 44px; padding: 11px 18px; font-size: .9rem; }
.button-ghost { border-color: rgba(255,255,255,.55); background: transparent; }
.button-ghost:hover { background: rgba(255,255,255,.09); }
.button-ghost-light { border-color: var(--gold); background: transparent; color: white; }
.button-ghost-light:hover { background: var(--gold); color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 6px; }
.text-link.plum { text-decoration-color: rgba(152,35,95,.3); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px, -2px); }

.site-header { position: absolute; z-index: 50; top: 0; width: 100%; color: white; }
.site-header.is-stuck { position: fixed; background: rgba(28, 26, 49, .94); box-shadow: 0 8px 30px rgba(0,0,0,.13); backdrop-filter: blur(14px); animation: header-in .25s ease both; }
.site-header-solid { position: relative; background: var(--navy-deep); }
@keyframes header-in { from { transform: translateY(-100%); } }
.header-inner { display: flex; min-height: 82px; align-items: center; gap: 34px; }
.brand { display: inline-flex; flex-direction: column; flex-shrink: 0; align-items: center; color: var(--gold); line-height: 1; }
.brand-name { font: 600 1.65rem/.9 var(--serif); letter-spacing: .04em; text-transform: uppercase; }
.brand-type { margin-top: 8px; color: white; font-size: .75rem; letter-spacing: .26em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.site-nav a { position: relative; font-size: .91rem; font-weight: 600; }
.site-nav a::after { position: absolute; bottom: -8px; left: 0; width: 100%; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: transparent; color: white; }
.header-call { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.header-call:hover { background: #e3c875; color: var(--navy); }

.hero { position: relative; min-height: 850px; overflow: hidden; background: var(--navy); color: white; }
.hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 75% 30%, rgba(211,181,99,.12), transparent 32%), linear-gradient(90deg, transparent 0 50%, rgba(0,0,0,.08)); content: ""; }
.hero-pattern { position: absolute; width: 620px; height: 620px; right: -130px; top: -135px; border: 1px solid rgba(213,181,99,.2); border-radius: 50%; }
.hero-pattern::before, .hero-pattern::after { position: absolute; inset: 70px; border: 1px solid rgba(213,181,99,.14); border-radius: 50%; content: ""; }
.hero-pattern::after { inset: 145px; }
.hero-inner { position: relative; display: grid; min-height: 805px; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 6vw; padding-top: 105px; }
.hero-copy { z-index: 2; max-width: 660px; }
.hero h1 { max-width: 760px; margin-bottom: 30px; color: var(--cream); }
.hero-lede { max-width: 590px; margin-bottom: 36px; color: rgba(255,255,255,.78); font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.hero-actions .text-link { margin-left: 10px; }
.hero-meta { display: grid; max-width: 590px; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 58px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-meta p { display: flex; margin: 0; gap: 20px; color: rgba(255,255,255,.78); }
.hero-meta span { color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-meta strong { font-size: .88rem; font-weight: 500; }
.hero-visual { position: relative; min-height: 560px; border: 1px solid rgba(213,181,99,.4); border-radius: 48% 48% 34px 34px; background: radial-gradient(circle at 46% 43%, #b86e35 0 6%, #8d3d2f 7% 14%, #d39449 15% 22%, #4f692f 23% 30%, #1f1d34 31% 34%, transparent 35%), radial-gradient(circle at 50% 45%, rgba(213,181,99,.32), transparent 44%), linear-gradient(145deg, #45415f, #1b192e); box-shadow: var(--shadow); }
.hero-visual::before { position: absolute; inset: 10% 14%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; }
.dish-art-bowl { position: absolute; width: 56%; height: 20%; left: 22%; top: 55%; border-radius: 0 0 50% 50%; background: linear-gradient(#f4e3bd, #b48b45); box-shadow: 0 25px 45px rgba(0,0,0,.35); }
.dish-art-leaf { position: absolute; width: 50px; height: 110px; border: 2px solid #78924f; border-radius: 100% 0 100% 0; transform-origin: bottom; }
.leaf-one { left: 25%; top: 27%; transform: rotate(-45deg); }
.leaf-two { right: 23%; top: 29%; transform: rotate(50deg); }
.leaf-three { left: 49%; top: 22%; transform: rotate(10deg); }
.image-note { position: absolute; right: 22px; bottom: 22px; left: 22px; margin: 0; padding: 13px 16px; border-radius: 14px; background: rgba(28,26,49,.88); color: rgba(255,255,255,.7); font-size: .75rem; backdrop-filter: blur(8px); }
.image-note span { display: block; color: var(--gold); font-weight: 700; text-transform: uppercase; }
.offer-card { position: absolute; top: 70px; left: -55px; width: 170px; padding: 24px; border-radius: 22px; background: var(--gold); color: var(--navy); box-shadow: 0 20px 35px rgba(0,0,0,.2); transform: rotate(-4deg); }
.offer-card span { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.offer-card strong { display: block; font: 600 2.2rem/1 var(--serif); }
.offer-card p { margin: 4px 0 0; }
.hero-scroll { position: absolute; right: 28px; bottom: 30px; writing-mode: vertical-rl; color: var(--gold); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }

.quick-actions { position: relative; z-index: 4; margin-top: -34px; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); overflow: hidden; }
.quick-card { position: relative; min-height: 128px; padding: 28px; border-right: 1px solid var(--line); transition: color .2s ease, background .2s ease; }
.quick-card:last-child { border: 0; }
.quick-card > span { display: block; margin-bottom: 14px; color: var(--plum); font-size: .7rem; font-weight: 700; }
.quick-card strong, .quick-card small { display: block; }
.quick-card strong { font: 600 1.25rem var(--serif); }
.quick-card small { color: var(--muted); font-size: .8rem; }
.quick-card:hover { background: var(--plum); color: white; }
.quick-card:hover span, .quick-card:hover small { color: white; }

.section-kicker { margin-bottom: 40px; color: var(--plum); font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.intro-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; }
.intro h2 { margin: 0; }
.intro h2 em { color: var(--plum); font-weight: 500; }
.intro-copy { padding-bottom: 10px; color: var(--muted); font-size: 1.05rem; }
.intro-copy .text-link { margin-top: 16px; }

.menu-preview { background: var(--cream); }
.section-heading, .menu-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading h2, .menu-intro h2 { margin: 0; }
.preview-track { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 260px 260px; gap: 18px; }
.feature-dish { display: flex; flex-direction: column; justify-content: end; padding: 28px; border: 1px solid rgba(41,39,65,.1); border-radius: var(--radius); background: var(--paper); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.feature-dish:hover { transform: translateY(-4px); box-shadow: 0 18px 30px rgba(41,39,65,.08); }
.feature-dish h3 { margin: 4px 0 9px; }
.feature-dish p { margin: 0; color: var(--muted); font-size: .9rem; }
.dish-number { color: var(--plum); font-size: .7rem; font-weight: 700; }
.feature-dish-tall { grid-row: span 2; padding: 16px; }
.feature-dish-tall > div:last-child, .feature-dish-wide > div:last-child { padding: 22px 12px 12px; }
.feature-dish-wide { grid-column: span 2; display: grid; grid-template-columns: .8fr 1.2fr; padding: 16px; align-items: stretch; }
.feature-dish-colour { background: var(--plum); color: white; }
.feature-dish-colour p, .feature-dish-colour .dish-number { color: white; }
.food-placeholder { min-height: 300px; position: relative; display: grid; place-items: center; border-radius: 18px; background: radial-gradient(circle at 50% 55%, #e7aa4d 0 8%, #98452a 9% 17%, #68783b 18% 27%, #292741 28% 30%, transparent 31%), linear-gradient(140deg, #cfb788, #efe1c5); overflow: hidden; }
.food-placeholder::after { position: absolute; inset: 10%; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; content: ""; }
.food-placeholder span { position: absolute; bottom: 12px; padding: 5px 8px; border-radius: 6px; background: rgba(41,39,65,.8); color: white; font-size: .65rem; text-transform: uppercase; }
.food-placeholder-two { min-height: 100%; background: radial-gradient(circle at 50% 50%, #92a75c 0 10%, #d77842 11% 18%, #b9c777 19% 26%, #292741 27% 29%, transparent 30%), linear-gradient(130deg, #e9d4ac, #be7e5b); }

.offers { background: var(--paper); }
.offers-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 22px; }
.lunch-card, .takeaway-card { min-height: 480px; padding: clamp(34px, 5vw, 68px); border-radius: 28px; }
.lunch-card { background: var(--navy); color: white; }
.lunch-card h2 { max-width: 450px; color: var(--gold-soft); }
.lunch-card > p:not(.eyebrow) { max-width: 480px; color: rgba(255,255,255,.7); }
.lunch-prices { display: grid; grid-template-columns: 1fr 1fr; margin: 10px 0 24px; border-block: 1px solid rgba(255,255,255,.2); }
.lunch-prices p { padding: 20px 0; margin: 0; }
.lunch-prices p + p { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.2); }
.lunch-prices span, .lunch-prices strong { display: block; }
.lunch-prices strong { color: var(--gold); font: 600 2rem var(--serif); }
.lunch-prices small { font: 500 .9rem var(--sans); }
.takeaway-card { position: relative; background: var(--gold-soft); overflow: hidden; }
.takeaway-card::after { position: absolute; width: 300px; height: 300px; right: -70px; top: -90px; border: 1px solid rgba(152,35,95,.2); border-radius: 50%; box-shadow: 0 0 0 50px rgba(152,35,95,.06), 0 0 0 100px rgba(152,35,95,.04); content: ""; }
.takeaway-card h2 { max-width: 610px; }
.takeaway-card h2 span { color: var(--plum); }
.takeaway-card > p:not(.eyebrow) { max-width: 540px; color: var(--muted); }
.phone-stack { display: flex; flex-direction: column; max-width: 500px; margin-top: 32px; }
.phone-stack a { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid rgba(41,39,65,.25); font-weight: 700; }
.phone-stack span { color: var(--plum); font-size: .8rem; }

.digital-menu { background: var(--cream); }
.menu-intro > p { max-width: 380px; margin: 0; color: var(--muted); }
.menu-filters { position: sticky; z-index: 15; top: 82px; display: flex; gap: 8px; margin-bottom: 44px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,253,248,.94); overflow-x: auto; box-shadow: 0 12px 30px rgba(41,39,65,.06); backdrop-filter: blur(12px); scrollbar-width: none; }
.menu-filters::-webkit-scrollbar { display: none; }
.filter-button { flex: 0 0 auto; min-height: 42px; padding: 9px 16px; border: 1px solid transparent; border-radius: 999px; background: transparent; color: var(--navy); cursor: pointer; font-size: .86rem; font-weight: 700; }
.filter-button:hover { border-color: var(--plum); color: var(--plum); }
.filter-button.is-active { background: var(--plum); color: white; }
.menu-columns { columns: 2; column-gap: 28px; }
.menu-category { display: inline-block; width: 100%; margin: 0 0 28px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); break-inside: avoid; transition: opacity .2s ease, transform .2s ease; }
.menu-category[hidden] { display: none; }
.menu-category > header { display: flex; align-items: center; gap: 18px; margin-bottom: 22px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.menu-category > header > span { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 50%; background: var(--plum); color: white; font-size: .75rem; font-weight: 700; }
.menu-category header p { margin: 0 0 1px; color: var(--plum); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.menu-category header h3 { margin: 0; font-size: 2rem; }
.menu-item { display: grid; grid-template-columns: 28px 1fr auto; gap: 9px; padding: 13px 0; border-bottom: 1px solid rgba(41,39,65,.09); }
.menu-item:last-of-type { border: 0; }
.item-no { color: var(--plum); font-size: .72rem; font-weight: 700; }
.menu-item h4 { margin: 0; color: var(--navy); font-size: .98rem; line-height: 1.35; }
.menu-item h4 small { font-size: .75rem; font-weight: 500; }
.menu-item p { margin: 4px 0 0; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.menu-item > strong { color: var(--plum); font-size: .87rem; white-space: nowrap; }
.choice-note, .menu-extra { margin: -5px 0 12px; padding: 12px 14px; border-radius: 12px; background: var(--cream); color: var(--muted); font-size: .875rem; }
.menu-extra { margin: 14px 0 0; }
.set-menu { background: var(--navy); color: white; }
.set-menu header { border-color: rgba(255,255,255,.15); }
.set-menu header h3 { color: var(--gold); }
.set-menu header p { color: rgba(255,255,255,.6); }
.set-menu header strong { margin-left: auto; color: var(--gold); white-space: nowrap; }
.set-menu > p { margin: 9px 0; color: rgba(255,255,255,.7); font-size: .83rem; }
.set-menu b { color: white; }
.menu-callout { display: flex; align-items: center; gap: 28px; margin-top: 20px; padding: 30px 34px; border-radius: 20px; background: var(--gold); color: var(--navy); }
.menu-callout p { margin: 0; font-size: .8rem; font-weight: 700; text-transform: uppercase; }
.menu-callout strong { margin-right: auto; font: 600 1.5rem var(--serif); }

.allergen { display: flex; gap: 22px; margin-block: 55px; padding: 28px 34px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.allergen-icon { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: var(--gold-soft); color: var(--plum); font-weight: 700; }
.allergen h2 { margin: 0 0 4px; font: 600 1rem var(--sans); }
.allergen p { margin: 0; color: var(--muted); font-size: .83rem; }

.visit { background: var(--paper); }
.visit-grid { display: grid; grid-template-columns: .8fr .7fr 1.2fr; gap: 24px; }
.visit-copy { padding: 45px 20px 45px 0; }
.visit-copy h2 { font-size: clamp(2.8rem, 4.5vw, 5rem); }
.address { margin-bottom: 28px; color: var(--muted); font-size: 1.05rem; }
.visit-actions { display: flex; align-items: center; gap: 22px; }
.location-label { display: inline-flex; min-height: 44px; align-items: center; padding: 10px 0; color: var(--navy); font-weight: 700; }
.hours { padding: 42px; border-radius: var(--radius); background: var(--navy); color: white; }
.hours dl { margin: 0 0 28px; }
.hours dl div { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.hours dt { color: rgba(255,255,255,.6); }
.hours dd { margin: 0; text-align: right; }
.hours > p { color: rgba(255,255,255,.6); font-size: .8rem; }
.hours > a { display: block; margin-top: 8px; color: var(--gold); font-size: 1.1rem; font-weight: 700; }
.map-placeholder { position: relative; min-height: 500px; border-radius: var(--radius); background-color: #ded8ca; background-image: linear-gradient(30deg, rgba(41,39,65,.06) 12%, transparent 12.5%, transparent 87%, rgba(41,39,65,.06) 87.5%), linear-gradient(150deg, rgba(41,39,65,.06) 12%, transparent 12.5%, transparent 87%, rgba(41,39,65,.06) 87.5%); background-size: 60px 104px; overflow: hidden; }
.map-road { position: absolute; display: block; background: #f7f1e7; box-shadow: 0 0 0 1px rgba(41,39,65,.08); }
.road-a { width: 140%; height: 46px; left: -20%; top: 48%; transform: rotate(-14deg); }
.road-b { width: 46px; height: 120%; left: 65%; top: -10%; transform: rotate(16deg); }
.road-c { width: 100%; height: 26px; left: 0; bottom: 15%; transform: rotate(8deg); }
.map-pin { position: absolute; z-index: 2; top: 43%; left: 46%; display: flex; flex-direction: column; min-width: 150px; align-items: center; padding: 18px; border-radius: 16px; background: var(--plum); color: white; box-shadow: 0 18px 35px rgba(41,39,65,.24); text-align: center; }
.map-pin span { position: absolute; width: 16px; height: 16px; bottom: -8px; background: var(--plum); transform: rotate(45deg); }
.map-pin strong { font-family: var(--serif); }
.map-pin small { color: rgba(255,255,255,.7); }

.site-footer { padding: 75px 0 24px; background: var(--navy-deep); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 7vw; padding-bottom: 50px; }
.brand-footer { display: inline-flex; margin-bottom: 24px; }
.footer-grid > div:first-child p { max-width: 340px; color: rgba(255,255,255,.6); }
.footer-grid h2 { margin-bottom: 18px; color: var(--gold); font: 700 .7rem var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { display: block; margin: 0 0 9px; color: rgba(255,255,255,.7); font-size: .875rem; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .75rem; }
.footer-bottom p { margin: 0; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1); }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Booking placeholder page */
.booking-page { min-height: 100vh; background: var(--navy); color: white; }
.header-back { margin-left: auto; }
.booking-main { position: relative; display: grid; width: min(1180px, calc(100% - 48px)); min-height: calc(100vh - 160px); margin-inline: auto; grid-template-columns: 1.25fr .55fr; gap: 8vw; align-items: center; padding-block: 80px; overflow: hidden; }
.booking-message { width: auto; margin: 0; }
.booking-message h1 { max-width: 900px; margin-bottom: 28px; color: var(--cream); font-size: clamp(3rem, 5.6vw, 5.8rem); }
.booking-message > p { max-width: 720px; color: rgba(255,255,255,.7); }
.booking-message .booking-lede { color: white; font-size: 1.15rem; }
.booking-phone-grid { display: grid; max-width: 720px; grid-template-columns: 1fr 1fr; gap: 12px; margin: 34px 0; }
.booking-phone-grid a { padding: 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; transition: background .2s ease; }
.booking-phone-grid a:hover { background: rgba(255,255,255,.08); }
.booking-phone-grid span, .booking-phone-grid strong { display: block; }
.booking-phone-grid span { color: var(--gold); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.booking-phone-grid strong { font-size: 1.18rem; }
.booking-details { display: flex; flex-direction: column; gap: 18px; }
.booking-details > div { padding: 30px; border-radius: 20px; background: var(--cream); color: var(--navy); }
.booking-details p { margin-bottom: 12px; }
.booking-details p:last-child { margin: 0; }
.booking-orbit { position: absolute; width: 700px; height: 700px; right: -260px; top: 8%; border: 1px solid rgba(213,181,99,.15); border-radius: 50%; }
.booking-orbit::before, .booking-orbit::after { position: absolute; inset: 85px; border: 1px solid rgba(213,181,99,.13); border-radius: inherit; content: ""; }
.booking-orbit::after { inset: 180px; }
.booking-footer { display: flex; justify-content: space-between; padding: 20px 4vw; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .75rem; }
.booking-footer p { margin: 0; }

@media (max-width: 1020px) {
  .shell { width: min(100% - 36px, 900px); }
  .site-nav { gap: 16px; }
  .hero { min-height: auto; }
  .hero-inner { min-height: 760px; grid-template-columns: 1.15fr .85fr; gap: 40px; }
  .hero-visual { min-height: 450px; }
  .offer-card { left: -30px; }
  .preview-track { grid-template-columns: 1fr 1fr; }
  .feature-dish-wide { grid-column: auto; display: flex; }
  .feature-dish-wide .food-placeholder { display: none; }
  .offers-grid { grid-template-columns: 1fr; }
  .lunch-card, .takeaway-card { min-height: auto; }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .map-placeholder { grid-column: 1 / -1; min-height: 380px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .booking-main { grid-template-columns: 1fr; }
  .booking-details { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 74px; }
  .shell { width: min(100% - 30px, 600px); }
  .section { padding-block: 76px; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  h2 { font-size: clamp(2.3rem, 11vw, 3.5rem); }
  .header-inner { min-height: 72px; }
  .brand-name { font-size: 1.35rem; }
  .brand-type { margin-top: 6px; font-size: .75rem; letter-spacing: .22em; }
  .header-call { display: none; }
  .menu-toggle { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; margin-left: auto; padding: 8px; cursor: pointer; }
  .menu-toggle-lines, .menu-toggle-lines::before { display: block; width: 20px; height: 2px; background: white; transition: transform .2s ease; content: ""; }
  .menu-toggle-lines::before { transform: translateY(6px); }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines::before { transform: rotate(-90deg); }
  .site-nav { position: fixed; inset: 72px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 20px 24px; background: var(--navy-deep); box-shadow: 0 20px 30px rgba(0,0,0,.2); }
  .site-nav.is-open { display: flex; }
  .site-nav a { display: block; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1rem; }
  .hero-inner { display: flex; min-height: 850px; flex-direction: column; align-items: stretch; gap: 46px; padding-top: 130px; padding-bottom: 95px; }
  .hero-copy { max-width: none; }
  .hero h1 { margin-bottom: 20px; }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1; }
  .hero-actions .text-link { width: 100%; margin: 7px 0 0; justify-content: center; }
  .hero-meta { gap: 12px; margin-top: 34px; }
  .hero-meta p { flex-direction: column; gap: 5px; }
  .hero-visual { min-height: 370px; border-radius: 48% 48% 24px 24px; }
  .offer-card { top: 20px; left: -5px; width: 140px; padding: 18px; }
  .offer-card strong { font-size: 1.75rem; }
  .hero-scroll { display: none; }
  .quick-actions { margin-top: -24px; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-card { min-height: 110px; padding: 20px; border-bottom: 1px solid var(--line); }
  .quick-card:nth-child(even) { border-right: 0; }
  .intro-grid { grid-template-columns: 1fr; gap: 35px; }
  .section-heading, .menu-intro { display: block; }
  .section-heading .text-link { margin-top: 12px; }
  .preview-track { display: flex; margin-right: -15px; padding-right: 15px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .feature-dish { min-width: 82vw; min-height: 390px; scroll-snap-align: start; }
  .feature-dish-tall { padding: 16px; }
  .feature-dish-wide { display: flex; }
  .food-placeholder { min-height: 205px; }
  .lunch-card, .takeaway-card { padding: 34px 25px; }
  .lunch-prices { grid-template-columns: 1fr; }
  .lunch-prices p + p { padding-left: 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .phone-stack a { align-items: center; }
  .menu-intro > p { margin-top: 15px; }
  .menu-filters { top: 72px; margin-inline: -15px; border-radius: 0; }
  .menu-columns { columns: 1; }
  .menu-category { padding: 25px 20px; }
  .menu-item { grid-template-columns: 24px minmax(0, 1fr) auto; }
  .menu-item h4 { font-size: .95rem; }
  .menu-item p { font-size: .875rem; }
  .menu-callout { align-items: stretch; flex-direction: column; gap: 8px; }
  .menu-callout .button { margin-top: 12px; }
  .allergen { margin-block: 35px; padding: 22px; }
  .visit-grid { grid-template-columns: 1fr; }
  .visit-copy { padding: 0 0 20px; }
  .map-placeholder { grid-column: auto; min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { gap: 20px; }
  .mobile-call { position: fixed; z-index: 100; right: 0; bottom: 0; left: 0; display: flex; min-height: 74px; align-items: center; justify-content: space-between; padding: 12px 20px; background: var(--gold); color: var(--navy); box-shadow: 0 -8px 28px rgba(0,0,0,.16); }
  .mobile-call span { font-size: .78rem; font-weight: 700; text-transform: uppercase; }
  .mobile-call strong { font-size: 1.04rem; }
  .booking-page { padding-bottom: 0; }
  .booking-page .header-call { display: none; }
  .header-back { font-size: .8rem; }
  .booking-main { width: min(100% - 30px, 600px); padding-block: 65px; }
  .booking-message { width: auto; }
  .booking-phone-grid, .booking-details { grid-template-columns: 1fr; }
  .booking-footer { gap: 20px; padding: 20px 15px; }
}

@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 { opacity: 1; transform: none; }
}
