/* KILN & WOK — S301 restaurant direction.
   A local, fictional fast-casual canteen with a red / sun / black rhythm borrowed from the
   supplied Panda Express render evidence: utility strip, compact order-first header, image-led
   hero, dark category board, full-bleed story bands and a dense black footer. The mark, copy and
   Stoke details are original. No remote fonts, images, gradients or autonomous motion are used. */

:root {
  --ink: #231f20;
  --charcoal: #231f20;
  --paper: #fce7d4;
  --white: #ffffff;
  --tomato: #d1282e;
  --tomato-deep: #a61f26;
  --sun: #f8c74e;
  --mandarin: #f28a32;
  --jade: #2d6255;
  --jade-soft: #dce9dd;
  --blush: #fff1e8;
  --lilac: #e4dafa;
  --muted: #6c625e;
  --line: #231f20;
  --display: "Arial Black", "Franklin Gothic Heavy", Impact, sans-serif;
  --sans: "Trebuchet MS", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  --mono: "Courier New", ui-monospace, monospace;
  --on-tomato: #ffffff;
  --on-jade: #ffffff;
  --content: min(1280px, calc(100vw - 2rem));
  --shadow: 8px 8px 0 var(--ink);
  --small-shadow: 4px 4px 0 var(--ink);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behaviour: smooth; scroll-behavior: smooth; }
body { min-width: 320px; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.55; }
body.is-ready { overflow-x: clip; }
img, video { display: block; max-width: 100%; }
img { background: var(--blush); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, .wordmark, .wordmark-footer, .hero-stamp, .hero-kicker, .section-index { font-family: var(--display); line-height: .92; letter-spacing: -.045em; }
h1, h2, h3 { text-wrap: balance; }
p, li { text-wrap: pretty; }
ul, ol { list-style: none; }
::selection { color: var(--paper); background: var(--tomato); }

.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 130; top: -5rem; left: 1rem; padding: .8rem 1rem; color: var(--white); background: var(--ink); border: 2px solid var(--white); font-weight: 900; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 4px solid var(--sun); outline-offset: 3px; }

/* One-shot loader */
.site-loader { position: fixed; z-index: 120; inset: 0; display: grid; place-items: center; padding: 2rem; color: var(--white); background: var(--tomato); opacity: 1; visibility: visible; transition: opacity .42s ease, visibility .42s ease; }
.site-loader-card { display: grid; justify-items: center; gap: 1.1rem; width: min(24rem, 100%); text-align: center; }
.site-loader .brand-mark { width: 72px; height: 72px; }
.site-loader .brand-mark .mark-body { fill: var(--white); }
.site-loader .brand-mark .mark-band { fill: var(--tomato); }
.site-loader .brand-mark .mark-leaf { fill: var(--sun); }
.loader-title { font-family: var(--display); font-size: clamp(1.65rem, 5vw, 2.55rem); text-transform: uppercase; }
.loader-note { color: #ffe8d7; font-family: var(--mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.loader-rule { width: min(16rem, 75vw); height: 4px; overflow: hidden; background: rgba(255,255,255,.35); }
.loader-rule::after { content: ""; display: block; width: 100%; height: 100%; background: var(--sun); transform: scaleX(0); transform-origin: left; }
body.is-ready .site-loader { opacity: 0; visibility: hidden; pointer-events: none; }
@media (prefers-reduced-motion: no-preference) { .loader-rule::after { animation: loader-line .8s cubic-bezier(.16, 1, .3, 1) .08s forwards; } }
@keyframes loader-line { to { transform: scaleX(1); } }

/* Brand mark and chrome */
.brand-mark { width: 46px; height: 46px; flex: 0 0 auto; overflow: visible; background: transparent; object-fit: contain; }
.brand-mark .mark-body { fill: var(--tomato); stroke: var(--ink); stroke-width: 3; stroke-linejoin: round; }
.brand-mark .mark-band { fill: var(--paper); stroke: var(--ink); stroke-width: 2.5; }
.brand-mark .mark-leaf { fill: var(--jade); stroke: var(--ink); stroke-width: 2.5; stroke-linejoin: round; }
.brand-mark .mark-seed { fill: var(--ink); }
.ticker { display: flex; align-items: center; justify-content: center; gap: clamp(.65rem, 2.5vw, 2rem); min-height: 34px; padding: .35rem 1rem; color: var(--white); background: var(--tomato); border-bottom: 2px solid var(--ink); font-size: .68rem; font-weight: 900; letter-spacing: .14em; line-height: 1; text-align: center; text-transform: uppercase; }
.ticker .ticker-accent { color: var(--sun); }
.site-header { position: relative; z-index: 80; display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 84px; padding: .8rem clamp(1rem, 4vw, 4rem); background: var(--white); border-bottom: 1px solid var(--ink); }
.wordmark { display: inline-flex; align-items: center; gap: .65rem; min-height: 48px; color: var(--ink); text-decoration: none; text-transform: uppercase; }
.wordmark-copy { display: grid; gap: .15rem; font-size: 1.2rem; }
.wordmark-copy small { color: var(--tomato); font-family: var(--mono); font-size: .54rem; font-weight: 800; letter-spacing: .12em; line-height: 1; }
.header-tools { display: flex; align-items: center; justify-content: flex-end; gap: .75rem; }
.header-context { color: var(--muted); font-family: var(--mono); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.header-phone { display: block; margin-top: .2rem; color: var(--tomato); font-size: .76rem; letter-spacing: 0; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.header-order { white-space: nowrap; }
.nav-disclosure { position: relative; }
.nav-disclosure summary { min-height: 44px; padding: .7rem .9rem; color: var(--white); background: var(--ink); border: 2px solid var(--ink); cursor: pointer; font-weight: 900; letter-spacing: .06em; list-style: none; text-transform: uppercase; }
.nav-disclosure summary::-webkit-details-marker { display: none; }
.nav-disclosure summary::after { content: " +"; color: var(--sun); }
.nav-disclosure[open] summary::after { content: " −"; }
.nav-disclosure nav { position: absolute; z-index: 90; top: calc(100% + .5rem); right: 0; display: grid; gap: .2rem; width: min(22rem, calc(100vw - 2rem)); padding: .7rem; background: var(--white); border: 2px solid var(--ink); box-shadow: var(--shadow); }
.nav-disclosure:not([open]) nav { display: none; }
.nav-disclosure nav a { display: flex; align-items: center; min-height: 44px; padding: .55rem .7rem; font-weight: 900; text-decoration: none; }
.nav-disclosure nav a:not(.button):hover, .nav-disclosure nav a[aria-current="page"]:not(.button) { color: var(--tomato); background: var(--blush); }
.nav-disclosure nav a[aria-current="page"]:not(.button) { text-decoration: underline 3px var(--tomato); text-underline-offset: 5px; }
.nav-disclosure.nav-inline nav { position: static; display: flex; align-items: center; width: auto; padding: 0; background: transparent; border: 0; box-shadow: none; }
.nav-disclosure.nav-inline summary { display: none; }
.nav-disclosure.nav-inline nav a { min-height: 44px; padding: .5rem .55rem; font-size: .86rem; }
.nav-disclosure.nav-inline nav a:not(.button):hover, .nav-disclosure.nav-inline nav a[aria-current="page"]:not(.button) { background: transparent; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .78rem 1.25rem; color: var(--white); background: var(--tomato); border: 2px solid var(--ink); border-radius: 2px; box-shadow: var(--small-shadow); cursor: pointer; font-weight: 900; line-height: 1.05; text-align: center; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease; }
.button:hover { background: var(--tomato-deep); transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.button:active { transform: translate(4px, 4px); box-shadow: none; }
.button-small { min-height: 42px !important; padding: .58rem .85rem !important; font-size: .83rem; }
.button-dark { background: var(--ink); }
.button-dark:hover { background: #3d302c; }
.button-sun { color: var(--ink); background: var(--sun); }
.button-sun:hover { color: var(--ink); background: #f4b832; }
.button-outline { color: var(--ink); background: transparent; box-shadow: none; }
.button-outline:hover { color: var(--white); background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: .35rem; min-height: 44px; color: var(--ink); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.text-link:hover { color: var(--tomato); }
.text-link-light { color: var(--white); }
.text-link-light:hover { color: var(--sun); }

/* Shared rhythm */
.section-wrap { width: var(--content); margin-inline: auto; }
.section-kicker, .eyebrow { margin-bottom: 1rem; color: var(--tomato); font-family: var(--mono); font-size: .68rem; font-weight: 900; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-invert, .section-kicker-invert { color: var(--sun); }
.eyebrow-tag { display: inline-block; padding: .35rem .5rem; color: var(--ink); background: var(--sun); border: 2px solid var(--ink); }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 1.2rem; }
.section-title-row h2 { font-size: clamp(2.5rem, 5.5vw, 5.8rem); text-transform: uppercase; }
.section-title-row-dark { color: var(--white); }
.section-index { color: var(--tomato); font-size: 1.2rem; }
.fine-print { color: var(--muted); font-family: var(--mono); font-size: .68rem; line-height: 1.45; }
.breadcrumb { margin-bottom: 2rem; font-family: var(--mono); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb a { text-decoration-thickness: 2px; text-underline-offset: 4px; }
.breadcrumb a:hover { color: var(--tomato); }

/* Home: full-bleed hero followed by the dark meal board, matching the supplied competitor cadence. */
.hero-home { padding: clamp(1rem, 2vw, 2rem); background: var(--paper); border-bottom: 1px solid var(--ink); }
.hero-home-grid { display: grid; width: min(1520px, 100%); min-height: min(690px, calc(100vh - 120px)); margin-inline: auto; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 6.5rem) clamp(1.2rem, 6vw, 7rem); background: var(--sun); border: 2px solid var(--ink); border-bottom: 0; }
.hero-copy h1 { max-width: 8.5ch; font-size: clamp(3.6rem, 9vw, 8.2rem); text-transform: uppercase; }
.hero-copy h1 em { display: block; color: var(--tomato); font-style: normal; }
.hero-sub { max-width: 40rem; margin-top: 1.45rem; font-size: clamp(1rem, 1.6vw, 1.25rem); font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .85rem 1rem; margin-top: 1.8rem; }
.hero-actions .button-dark { color: var(--ink); background: transparent; box-shadow: none; }
.hero-actions .button-dark:hover { color: var(--white); background: var(--ink); box-shadow: var(--small-shadow); }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 38rem; margin-top: 2.5rem; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.hero-facts div { padding: .7rem .65rem; border-right: 1px solid var(--ink); }
.hero-facts div:last-child { border-right: 0; }
.hero-facts dt { color: #614d27; font-family: var(--mono); font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-facts dd { margin-top: .25rem; font-size: .86rem; font-weight: 900; }
.hero-visual { --mx: 0; --my: 0; position: relative; min-height: 520px; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 70% 24%, rgba(255,255,255,.58), transparent 38%), linear-gradient(145deg, #f6e0d8, var(--paper) 62%, #f2d2ca); border: 2px solid var(--ink); }
.hero-visual::before { content: ""; position: absolute; z-index: -1; inset: 7% 7% 7% 8%; border: 1px solid rgba(255,255,255,.65); transform: translate(calc(var(--mx) * -3px), calc(var(--my) * -3px)); }
.hero-visual::after { display: block; content: ""; position: absolute; z-index: 0; right: -7%; bottom: 7%; width: 92%; height: 64%; border: 1px solid rgba(17,16,14,.18); background: rgba(255,250,242,.72); box-shadow: -1rem 1rem 0 rgba(209,40,46,.12); transform: rotate(-5deg) translate(calc(var(--mx) * -2px), calc(var(--my) * -2px)); }
.hero-image { position: absolute; z-index: 1; inset: -1% -8% -3% -8%; width: 116%; height: 108%; object-fit: contain; object-position: center 54%; filter: drop-shadow(0 1.4rem 1.1rem rgba(17, 16, 14, .26)); transform: translate(calc(var(--mx) * -5px), calc(var(--my) * -4px)) rotate(-3deg) scale(1.22); transition: transform .35s cubic-bezier(.16, 1, .3, 1); }
.hero-visual::selection { background: var(--white); }
.hero-logo-motion { position: absolute; z-index: 5; left: 1rem; bottom: 1rem; display: grid; gap: .35rem; width: clamp(6.75rem, 17%, 8.5rem); padding: .42rem; color: var(--white); background: var(--ink); border: 2px solid var(--ink); box-shadow: var(--small-shadow); transform: translate(calc(var(--mx) * -4px), calc(var(--my) * -3px)); }
.hero-logo-motion video, .hero-logo-motion > img { width: 100%; aspect-ratio: 1; object-fit: cover; background: var(--ink); border: 1px solid rgba(255,255,255,.28); }
.hero-logo-motion > img { display: none; }
.hero-logo-motion p { color: var(--sun); font-family: var(--mono); font-size: .5rem; font-weight: 900; letter-spacing: .08em; line-height: 1.25; text-transform: uppercase; }
.hero-logo-controls { display: grid; gap: .35rem; }
.hero-logo-controls button { justify-self: start; min-height: 32px; padding: .35rem .5rem; color: var(--white); background: transparent; border: 1px solid var(--sun); cursor: pointer; font-family: var(--mono); font-size: .56rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.hero-logo-controls button:hover { color: var(--ink); background: var(--sun); }
.hero-logo-controls label { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: .45rem; color: #d8cdca; font-family: var(--mono); font-size: .54rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.hero-logo-controls input { width: 100%; accent-color: var(--sun); }
.hero-sticker { position: absolute; z-index: 4; top: 10%; left: 8%; max-width: 12ch; padding: .8rem; color: var(--ink); background: var(--sun); border: 2px solid var(--ink); box-shadow: var(--small-shadow); font-family: var(--display); font-size: clamp(1.45rem, 3.4vw, 3.2rem); line-height: .84; text-transform: uppercase; transform: rotate(-4deg) translate(calc(var(--mx) * 5px), calc(var(--my) * 4px)); }
.hero-stamp { position: absolute; z-index: 4; right: 7%; bottom: 11%; display: grid; place-content: center; width: 132px; aspect-ratio: 1; padding: 1rem; color: var(--white); background: var(--ink); border: 2px solid var(--white); border-radius: 50%; font-size: 2.2rem; text-align: center; text-transform: uppercase; transform: rotate(7deg) translate(calc(var(--mx) * 10px), calc(var(--my) * 7px)); }
.hero-stamp small { font-family: var(--mono); font-size: .55rem; letter-spacing: .13em; }
.hero-caption { position: absolute; z-index: 4; right: 1rem; bottom: 1rem; max-width: 23ch; color: var(--muted); font-family: var(--mono); font-size: .62rem; line-height: 1.35; text-align: right; text-transform: uppercase; }

.meal-band { padding: clamp(4rem, 8vw, 8rem) 1rem; color: var(--white); background: var(--charcoal); border-bottom: 1px solid var(--ink); }
.meal-band .section-wrap { max-width: 1370px; }
.meal-intro { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.meal-intro p:last-child { max-width: 33ch; color: #d8cdca; font-size: .95rem; }
.meal-grid { display: grid; gap: 1rem; margin-top: 2.5rem; }
.meal-choice { display: flex; flex-direction: column; min-height: 340px; padding: 1rem; color: var(--ink); background: var(--white); border: 2px solid var(--white); border-radius: 3px; box-shadow: 0 10px 0 rgba(0,0,0,.25); }
.meal-choice:nth-child(2) { background: var(--blush); }
.meal-choice:nth-child(3) { background: var(--sun); }
.meal-choice:nth-child(4) { background: var(--jade-soft); }
.meal-choice:nth-child(5) { background: #f8e8bc; }
.meal-choice:nth-child(6) { background: var(--lilac); }
.meal-choice-image { height: 158px; overflow: hidden; margin: -1rem -1rem 1rem; background: var(--paper); }
.meal-choice-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.16, 1, .3, 1); }
.meal-choice:hover .meal-choice-image img { transform: scale(1.06); }
.meal-choice h3 { margin-top: auto; font-size: clamp(1.65rem, 2.5vw, 2.55rem); text-transform: uppercase; }
.meal-choice p { max-width: 25ch; margin-top: .55rem; color: var(--muted); font-size: .82rem; font-weight: 700; }
.meal-choice-footer { display: flex; align-items: center; justify-content: space-between; gap: .7rem; margin-top: 1.1rem; padding-top: .75rem; border-top: 1px solid currentColor; font-family: var(--mono); font-size: .67rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.meal-choice-footer strong { font-family: var(--display); font-size: 1.35rem; letter-spacing: -.04em; }

.feature-band { position: relative; display: grid; min-height: 620px; color: var(--ink); background: var(--paper); }
.feature-image { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.feature-copy { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; justify-items: center; width: min(29rem, calc(100% - 2rem)); padding: 2rem; color: var(--ink); background: rgba(255,250,242,.94); border: 2px solid var(--ink); box-shadow: var(--shadow); text-align: center; transform: translate(-50%, -50%); }
.feature-copy h2 { font-size: clamp(2.8rem, 6vw, 5.7rem); text-transform: uppercase; }
.feature-copy p:not(.section-kicker) { max-width: 34ch; margin-top: .9rem; font-weight: 700; }
.feature-copy .button { margin-top: 1.35rem; }

.promise-band { position: relative; display: grid; min-height: 430px; overflow: hidden; color: var(--white); background: var(--ink); }
.promise-image { width: 100%; height: 100%; min-height: 430px; object-fit: cover; opacity: .65; }
.promise-copy { position: absolute; z-index: 2; inset: 0; display: grid; place-content: center; justify-items: center; padding: 2rem; text-align: center; }
.promise-copy::before { content: ""; position: absolute; width: 220px; height: 220px; border: 1px solid var(--sun); border-radius: 50%; opacity: .7; }
.promise-copy > * { position: relative; }
.promise-copy h2 { max-width: 8ch; font-size: clamp(3rem, 8vw, 7.5rem); text-transform: uppercase; }
.promise-copy p:not(.section-kicker) { max-width: 34ch; margin-top: 1rem; color: #f6e8dc; font-weight: 700; }
.promise-copy .button { margin-top: 1.35rem; }

/* Interactive build-a-bowl interlude: a local, honest preview with no order side effect. */
.bowl-builder { padding: clamp(4rem, 8vw, 8rem) 1rem; color: var(--ink); background: var(--jade-soft); border-block: 1px solid var(--ink); }
.bowl-builder-intro { max-width: 48rem; }
.bowl-builder-intro h2 { max-width: 8ch; font-size: clamp(3.2rem, 8vw, 7.2rem); text-transform: uppercase; }
.bowl-builder-intro h2 em { color: var(--tomato); font-style: normal; }
.bowl-builder-intro > p:not(.section-kicker):not(.fine-print) { max-width: 52ch; margin-top: 1.2rem; font-weight: 700; }
.bowl-builder-intro .fine-print { max-width: 60ch; margin-top: .8rem; }
.bowl-builder-grid { display: grid; gap: 1rem; margin-top: 3rem; }
.bowl-builder-preview { min-width: 0; }
.bowl-stage { position: relative; min-height: 390px; overflow: hidden; background: var(--paper); border: 2px solid var(--ink); box-shadow: var(--shadow); }
.bowl-stage::before { position: absolute; top: 1rem; left: 1rem; color: var(--tomato); content: "LIVE PREVIEW / LOCAL ONLY"; font-family: var(--mono); font-size: .58rem; font-weight: 900; letter-spacing: .1em; }
.bowl-art { position: absolute; top: 50%; left: 50%; width: min(31rem, 92%); aspect-ratio: 1.18; transform: translate(-50%, -45%); }
.bowl-art__body { position: absolute; z-index: 1; top: 38%; right: 11%; bottom: 7%; left: 11%; background: var(--ink); border: 2px solid var(--ink); border-radius: 12% 12% 33% 33% / 10% 10% 30% 30%; box-shadow: 8px 10px 0 rgba(29,23,21,.2); }
.bowl-art__body::after { position: absolute; right: 10%; bottom: 11%; left: 10%; height: 13%; background: var(--tomato); border-radius: 0 0 50% 50%; content: ""; }
.bowl-art__rim { position: absolute; z-index: 4; top: 25%; left: 8%; width: 84%; height: 34%; background: var(--paper); border: 2px solid var(--ink); border-radius: 50%; box-shadow: 0 7px 0 rgba(29,23,21,.18); }
.bowl-art__broth { position: absolute; z-index: 5; top: 30%; left: 14%; width: 72%; height: 26%; overflow: hidden; background: var(--tomato-deep); border: 2px solid var(--ink); border-radius: 50%; }
.bowl-art__steam { position: absolute; z-index: 2; top: 8%; left: 35%; width: 30%; height: 23%; border: 3px solid var(--white); border-right-color: transparent; border-bottom-color: transparent; border-radius: 50%; opacity: .8; transform: rotate(28deg); }
.bowl-art__steam::after { position: absolute; top: 20%; left: 85%; width: 60%; height: 100%; border: 3px solid var(--white); border-right-color: transparent; border-bottom-color: transparent; border-radius: 50%; content: ""; transform: rotate(45deg); }
.bowl-art__noodle { position: absolute; z-index: 2; display: block; width: 35%; height: 42%; border: .36rem solid var(--sun); border-right-color: transparent; border-bottom-color: transparent; border-radius: 50%; opacity: 1; transform: rotate(10deg); transition: opacity .2s ease, border-color .2s ease; }
.bowl-art__noodle--one { top: 22%; left: 8%; transform: rotate(20deg); }
.bowl-art__noodle--two { top: 36%; left: 26%; transform: rotate(-25deg); }
.bowl-art__noodle--three { top: 22%; left: 45%; transform: rotate(15deg); }
.bowl-art__noodle--four { top: 37%; left: 52%; transform: rotate(-30deg); }
.bowl-art__noodle--five { top: 14%; left: 28%; transform: rotate(74deg); }
.bowl-art__noodle--six { top: 28%; left: 14%; width: 38%; height: 44%; border-width: .42rem; border-color: var(--mandarin); border-right-color: transparent; transform: rotate(-8deg); }
.bowl-art__noodle--seven { top: 32%; left: 44%; width: 38%; height: 44%; border-width: .42rem; border-color: var(--mandarin); border-right-color: transparent; transform: rotate(20deg); }
.bowl-art[data-base="udon"] .bowl-art__noodle--one,
.bowl-art[data-base="udon"] .bowl-art__noodle--two,
.bowl-art[data-base="udon"] .bowl-art__noodle--three,
.bowl-art[data-base="udon"] .bowl-art__noodle--four,
.bowl-art[data-base="udon"] .bowl-art__noodle--five { opacity: 0; }
.bowl-art[data-base="wok"] .bowl-art__noodle--six,
.bowl-art[data-base="wok"] .bowl-art__noodle--seven { opacity: 0; }
.bowl-art__ingredient { position: absolute; z-index: 4; display: block; opacity: 0; transition: opacity .2s ease, transform .2s ease; }
.bowl-art.has-beans [data-bowl-ingredient="beans"], .bowl-art.has-onion [data-bowl-ingredient="onion"], .bowl-art.has-egg [data-bowl-ingredient="egg"], .bowl-art.has-sesame [data-bowl-ingredient="sesame"], .bowl-art.has-chilli [data-bowl-ingredient="chilli"] { opacity: 1; }
.bowl-art__ingredient--bean-one, .bowl-art__ingredient--bean-two, .bowl-art__ingredient--bean-three { width: 18%; height: 7%; background: var(--jade); border: 2px solid var(--ink); border-radius: 999px; }
.bowl-art__ingredient--bean-one { top: 28%; left: 15%; transform: rotate(20deg); }
.bowl-art__ingredient--bean-two { top: 53%; left: 36%; transform: rotate(-14deg); }
.bowl-art__ingredient--bean-three { top: 35%; left: 65%; transform: rotate(32deg); }
.bowl-art__ingredient--onion-one, .bowl-art__ingredient--onion-two { width: 9%; aspect-ratio: 1; border: .25rem solid var(--jade); border-radius: 50%; }
.bowl-art__ingredient--onion-one { top: 20%; left: 40%; }
.bowl-art__ingredient--onion-two { top: 54%; left: 61%; }
.bowl-art__ingredient--egg { top: 23%; left: 61%; width: 17%; height: 22%; background: var(--paper); border: 2px solid var(--ink); border-radius: 50%; transform: rotate(-18deg); }
.bowl-art__ingredient--yolk { top: 30%; left: 66%; width: 7%; height: 10%; background: var(--sun); border: 2px solid var(--ink); border-radius: 50%; }
.bowl-art__ingredient--sesame-one, .bowl-art__ingredient--sesame-two, .bowl-art__ingredient--sesame-three { width: 4%; height: 1.6%; background: var(--paper); border: 1px solid var(--ink); border-radius: 50%; }
.bowl-art__ingredient--sesame-one { top: 25%; left: 25%; transform: rotate(20deg); }
.bowl-art__ingredient--sesame-two { top: 40%; left: 49%; transform: rotate(-34deg); }
.bowl-art__ingredient--sesame-three { top: 50%; left: 25%; transform: rotate(12deg); }
.bowl-art__ingredient--chilli { top: 19%; left: 76%; width: 7%; height: 35%; background: var(--tomato); border: 2px solid var(--ink); border-radius: 60% 40% 55% 45%; transform: rotate(26deg); transform-origin: bottom center; }
.bowl-art__ingredient--chilli::before { position: absolute; top: -18%; left: 25%; width: 55%; height: 25%; background: var(--jade); border: 2px solid var(--ink); border-radius: 50%; content: ""; }
.bowl-builder-readout { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding: .85rem 0 0; }
.bowl-builder-readout .section-kicker { margin-bottom: .25rem; }
.bowl-builder-readout > div { display: grid; gap: .25rem; }
.bowl-builder-readout strong { font-size: 1.05rem; }
.bowl-builder-total { color: var(--tomato); font-family: var(--display); font-size: 2.6rem !important; letter-spacing: -.05em; }
.bowl-builder-form { display: grid; gap: 1rem; align-self: start; padding: clamp(1rem, 3vw, 1.6rem); background: var(--white); border: 2px solid var(--ink); box-shadow: var(--small-shadow); }
.bowl-builder-form fieldset { display: grid; gap: .55rem; border: 0; }
.bowl-builder-form legend { margin-bottom: .15rem; font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; }
.bowl-choice { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: .65rem; min-height: 58px; padding: .55rem .6rem; background: var(--paper); border: 1px solid var(--ink); cursor: pointer; }
.bowl-choice:hover, .bowl-choice:has(input:focus-visible) { background: var(--sun); }
.bowl-choice input { width: 1.15rem; height: 1.15rem; accent-color: var(--tomato); }
.bowl-choice span { display: grid; gap: .08rem; }
.bowl-choice strong { font-size: .9rem; }
.bowl-choice small { color: var(--muted); font-family: var(--mono); font-size: .6rem; font-weight: 700; line-height: 1.25; }
.bowl-choice b { font-family: var(--mono); font-size: .64rem; white-space: nowrap; }
.bowl-builder-actions { display: grid; gap: .7rem; align-items: center; padding-top: .35rem; border-top: 2px solid var(--ink); }
.bowl-builder-actions .button { justify-self: start; }
.form-note { color: var(--muted); font-family: var(--mono); font-size: .66rem; line-height: 1.4; }

.room-band { display: grid; color: var(--ink); background: var(--white); }
.room-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 7vw, 7rem) clamp(1rem, 7vw, 8rem); }
.room-copy h2 { max-width: 8ch; font-size: clamp(3rem, 6.6vw, 6.5rem); text-transform: uppercase; }
.room-copy > p:not(.section-kicker) { max-width: 42ch; margin-top: 1rem; font-weight: 700; }
.room-list { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 34rem; margin-top: 2rem; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.room-list li { padding: .85rem .6rem; border-right: 1px solid var(--ink); font-family: var(--mono); font-size: .64rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.room-list li:last-child { border-right: 0; }
.room-list strong { display: block; margin-bottom: .25rem; color: var(--tomato); font-family: var(--display); font-size: 1.8rem; letter-spacing: -.04em; }
.room-photo { min-height: 420px; overflow: hidden; background: var(--blush); }
.room-photo img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.room-photo figcaption { position: relative; z-index: 1; margin: -3.8rem 1rem 1rem; padding: .7rem .9rem; color: var(--white); background: var(--ink); font-family: var(--mono); font-size: .67rem; text-transform: uppercase; }

.nutrition-callout { display: grid; gap: 2rem; align-items: center; padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 7vw, 8rem); color: var(--white); background: var(--tomato); border-block: 1px solid var(--ink); }
.nutrition-callout h2 { max-width: 12ch; font-size: clamp(2.7rem, 5.8vw, 6rem); text-transform: uppercase; }
.nutrition-callout p:not(.section-kicker) { max-width: 48ch; margin-top: 1rem; color: #ffe8d7; font-weight: 700; }
.nutrition-callout .button { margin-top: 1.35rem; }
.nutrition-stamp { display: grid; place-content: center; width: min(200px, 52vw); aspect-ratio: 1; margin-inline: auto; color: var(--ink); background: var(--sun); border: 2px solid var(--ink); border-radius: 50%; box-shadow: var(--small-shadow); font-family: var(--display); font-size: clamp(1.6rem, 4vw, 2.6rem); line-height: .8; text-align: center; transform: rotate(-6deg); }
.nutrition-stamp span { color: var(--tomato); }
.nutrition-preview { padding: 1.35rem; color: var(--ink); background: var(--paper); border: 2px solid var(--ink); box-shadow: var(--small-shadow); }
.nutrition-preview > p:first-child { font-family: var(--mono); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.nutrition-preview > strong { display: block; margin-top: .65rem; font-family: var(--display); font-size: clamp(3rem, 7vw, 5rem); letter-spacing: -.06em; }
.nutrition-preview > strong small { font-family: var(--sans); font-size: .8rem; letter-spacing: 0; }
.nutrition-preview dl { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 1rem; border-top: 1px solid var(--ink); }
.nutrition-preview dl div { padding: .6rem .35rem; border-right: 1px solid var(--ink); }
.nutrition-preview dl div:last-child { border-right: 0; }
.nutrition-preview dt { color: var(--muted); font-family: var(--mono); font-size: .62rem; text-transform: uppercase; }
.nutrition-preview dd { margin-top: .25rem; font-weight: 900; }
.nutrition-preview .fine-print { margin-top: 1rem; }

.booking-band { display: grid; justify-items: center; padding: clamp(4rem, 8vw, 8rem) 1rem; color: var(--white); background: var(--tomato); border-top: 1px solid var(--ink); text-align: center; }
.booking-band h2 { max-width: 12ch; font-size: clamp(3rem, 7vw, 7rem); text-transform: uppercase; }
.booking-band p:not(.eyebrow) { max-width: 45ch; margin-top: 1rem; color: #ffe8d7; font-weight: 700; }
.booking-band .button { margin-top: 1.5rem; }
.booking-band-blue { background: var(--jade); }
.booking-band-blue .eyebrow { color: var(--sun); }

/* Menu route */
.page-hero { padding: clamp(3.5rem, 8vw, 8rem) max(1rem, calc((100vw - 1280px) / 2)); background: var(--sun); border-bottom: 1px solid var(--ink); }
.page-hero h1 { max-width: 11ch; font-size: clamp(3.4rem, 8vw, 8rem); text-transform: uppercase; }
.page-hero > p:not(.breadcrumb, .eyebrow, .service-note) { max-width: 58ch; margin-top: 1.2rem; font-size: clamp(1rem, 1.7vw, 1.2rem); font-weight: 700; }
.service-note { max-width: 55rem; margin-top: 1.5rem; padding: .85rem 1rem; color: var(--ink); background: var(--white); border-left: 5px solid var(--tomato); font-size: .85rem; font-weight: 700; }
.filter-panel { padding: 1rem; background: var(--paper); border-bottom: 1px solid var(--ink); }
.filter-form { display: grid; gap: .75rem; align-items: end; width: min(1280px, 100%); margin-inline: auto; }
.field { display: grid; gap: .35rem; }
.field label, .filter-form label, .form-label, .pad-label { color: var(--tomato); font-family: var(--mono); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
input, select, textarea { width: 100%; min-height: 48px; padding: .68rem .75rem; color: var(--ink); background: var(--white); border: 2px solid var(--ink); border-radius: 2px; }
textarea { min-height: 110px; resize: vertical; }
select { cursor: pointer; }
.filter-form .button { align-self: end; }
.menu-page { padding: clamp(3rem, 7vw, 7rem) 1rem; color: var(--white); background: var(--charcoal); }
.menu-page > * { width: min(1280px, 100%); margin-inline: auto; }
.filter-count { color: var(--sun); font-family: var(--mono); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.menu-grid { display: grid; gap: 1rem; margin-top: 2.5rem; }
.menu-card { position: relative; display: grid; overflow: hidden; color: var(--ink); background: var(--white); border: 2px solid var(--white); border-radius: 3px; box-shadow: 0 6px 0 rgba(0,0,0,.24); transition: transform .2s ease, box-shadow .2s ease; }
.menu-card:hover { transform: translateY(-5px); box-shadow: 0 11px 0 rgba(0,0,0,.3); }
.menu-card::before { content: ""; position: absolute; z-index: 2; top: 0; right: 0; left: 0; height: 7px; background: var(--tomato); }
.menu-card-red::before { background: var(--tomato); }
.menu-card-mint::before { background: var(--jade); }
.menu-card-blue::before { background: #2f4e83; }
.menu-card-pink::before { background: #c76c6a; }
.menu-card-lilac::before { background: #8064a5; }
.menu-image { min-height: 220px; overflow: hidden; background: var(--blush); }
.menu-image img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; transition: transform .5s cubic-bezier(.16, 1, .3, 1); }
.menu-card:hover .menu-image img { transform: scale(1.05); }
.menu-ticket { display: flex; flex-direction: column; padding: 1.25rem; }
.menu-index { color: var(--tomato); font-family: var(--mono); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.menu-ticket h3 { margin-top: .65rem; font-size: clamp(1.9rem, 3vw, 3.1rem); text-transform: uppercase; }
.menu-ticket > p:not(.menu-index, .allergen-line) { margin-top: .65rem; color: var(--muted); font-size: .86rem; font-weight: 700; }
.allergen-line { margin-top: 1rem; color: var(--muted); font-family: var(--mono); font-size: .66rem; line-height: 1.45; }
.allergen-line strong { color: var(--ink); }
.menu-meta { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-top: 1.25rem; padding-top: .85rem; border-top: 1px solid var(--ink); }
.menu-meta span { color: var(--muted); font-family: var(--mono); font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.menu-meta strong { color: var(--tomato); font-family: var(--display); font-size: 1.45rem; letter-spacing: -.04em; }
.filter-empty { margin-top: 1.5rem; padding: 1rem; color: var(--ink); background: var(--sun); border: 2px solid var(--ink); font-weight: 900; }
.menu-disclaimer { display: grid; gap: 1rem; margin-top: 3.5rem; padding: clamp(1.5rem, 4vw, 2.5rem); color: var(--ink); background: var(--paper); border: 2px solid var(--paper); }
.menu-disclaimer h2 { max-width: 14ch; font-size: clamp(2rem, 4vw, 3.8rem); text-transform: uppercase; }
.menu-disclaimer p { max-width: 70ch; font-size: .86rem; font-weight: 700; }

/* Nutrition signature */
.nutrition-page { background: var(--paper); }
.nutrition-hero { background: var(--jade-soft); }
.nutrition-hero h1 { max-width: 8ch; }
.accuracy-note { max-width: 58rem; margin-top: 1.6rem; padding: 1rem; color: var(--ink); background: var(--white); border: 2px solid var(--ink); box-shadow: var(--small-shadow); font-size: .82rem; font-weight: 700; }
.builder-layout { display: grid; gap: 2rem; width: min(1280px, calc(100% - 2rem)); margin: 0 auto; padding-block: clamp(3rem, 7vw, 7rem); }
.builder-menu { min-width: 0; }
.builder-menu .section-title-row { color: var(--ink); }
.builder-menu .section-title-row h2 { font-size: clamp(2.35rem, 5vw, 5rem); }
.reset-button { min-height: 44px; padding: .55rem .7rem; color: var(--ink); background: transparent; border: 0; cursor: pointer; font-family: var(--mono); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-decoration: underline; text-underline-offset: 4px; text-transform: uppercase; }
.reset-button:hover { color: var(--tomato); }
.reset-button:disabled { color: var(--muted); cursor: not-allowed; }
.mobile-total { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; padding: .8rem 1rem; color: var(--ink); background: var(--sun); border: 2px solid var(--ink); font-weight: 900; text-decoration: none; }
.mobile-total strong { color: var(--tomato); font-family: var(--display); font-size: 1.3rem; }
.builder-grid { display: grid; gap: 1rem; margin-top: 1.5rem; }
.builder-card { display: flex; flex-direction: column; min-height: 340px; padding: 1.25rem; color: var(--ink); background: var(--sun); border: 2px solid var(--ink); box-shadow: var(--small-shadow); }
.builder-card h3 { margin-top: .55rem; font-size: clamp(1.8rem, 3vw, 3rem); text-transform: uppercase; }
.builder-card > p:not(.menu-index, .builder-nutrients, .allergen-line) { margin-top: .75rem; font-size: .8rem; font-weight: 700; }
.builder-red { color: var(--on-tomato); background: var(--tomato); }
.builder-mint { background: var(--jade-soft); }
.builder-blue { color: var(--white); background: #2f4e83; }
.builder-pink { background: var(--blush); }
.builder-lilac { background: var(--lilac); }
.builder-red .menu-index, .builder-blue .menu-index { color: var(--sun); }
.builder-red .allergen-line, .builder-blue .allergen-line { color: #ffe8d7; }
.builder-red .allergen-line strong, .builder-blue .allergen-line strong { color: var(--white); }
.builder-nutrients { display: flex; align-items: baseline; flex-wrap: wrap; gap: .6rem; margin-top: auto !important; padding-top: 1rem; border-top: 1px solid currentColor; }
.builder-nutrients strong { font-family: var(--display); font-size: 1.65rem; letter-spacing: -.05em; }
.builder-nutrients span { font-family: var(--mono); font-size: .66rem; font-weight: 900; }
.builder-card label { margin-top: 1rem; font-family: var(--mono); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.builder-card select { margin-top: .3rem; background: rgba(255,255,255,.75); }
.builder-summary { align-self: start; padding: clamp(1.25rem, 3vw, 2rem); color: var(--white); background: var(--charcoal); border: 2px solid var(--ink); box-shadow: var(--shadow); }
.summary-label { color: var(--sun); font-family: var(--mono); font-size: .66rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.builder-summary > h2 { margin-top: .75rem; color: var(--sun); font-size: clamp(4rem, 9vw, 7rem); }
.builder-summary > h2 small { color: var(--white); font-family: var(--sans); font-size: .9rem; letter-spacing: 0; }
.summary-kj { margin-top: -.1rem; color: #d8cdca; font-family: var(--mono); font-size: .72rem; }
.macro-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 1.4rem; border-top: 1px solid #776964; border-left: 1px solid #776964; }
.macro-grid div { padding: .7rem .5rem; border-right: 1px solid #776964; border-bottom: 1px solid #776964; }
.macro-grid dt { color: #cbbeba; font-family: var(--mono); font-size: .62rem; text-transform: uppercase; }
.macro-grid dd { margin-top: .2rem; color: var(--white); font-weight: 900; }
.builder-summary > h3 { margin-top: 1.5rem; color: var(--sun); font-size: 1.15rem; text-transform: uppercase; }
.meal-lines { display: grid; gap: .5rem; margin-top: .75rem; }
.meal-lines li { display: flex; justify-content: space-between; gap: .7rem; padding-bottom: .5rem; border-bottom: 1px dashed #776964; color: #f3e7df; font-size: .78rem; }
.meal-lines strong { color: var(--sun); white-space: nowrap; }
.allergen-summary { margin-top: 1.25rem; padding: .85rem; color: var(--ink); background: var(--paper); font-size: .74rem; }
.allergen-summary p { margin-top: .4rem; color: var(--muted); }
.method-section { display: grid; gap: 2rem; width: min(1280px, calc(100% - 2rem)); margin: 0 auto; padding-bottom: clamp(3rem, 7vw, 7rem); }
.method-section h2 { max-width: 10ch; font-size: clamp(2.7rem, 5.5vw, 5.6rem); text-transform: uppercase; }
.method-grid { display: grid; gap: 1rem; }
.method-grid article { padding: 1.25rem; background: var(--white); border: 2px solid var(--ink); }
.method-grid article > span { color: var(--tomato); font-family: var(--display); font-size: 2rem; }
.method-grid h3 { margin-top: .8rem; font-size: 1.5rem; text-transform: uppercase; }
.method-grid p { margin-top: .6rem; color: var(--muted); font-size: .82rem; font-weight: 700; }
.source-disclosure { margin-top: 1rem; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.source-disclosure summary { min-height: 48px; padding: .85rem 0; cursor: pointer; font-weight: 900; }
.source-disclosure > div { display: grid; gap: .8rem; padding: 0 0 1rem; color: var(--muted); font-size: .78rem; }
.source-disclosure a { color: var(--tomato); font-weight: 900; }

/* Booking route */
.booking-page { background: var(--paper); }
.booking-hero { display: grid; gap: 1rem; width: min(1400px, calc(100% - 2rem)); margin: 0 auto; padding-block: clamp(2rem, 5vw, 5rem); }
.booking-intro { position: relative; padding: clamp(2rem, 5vw, 5rem); overflow: hidden; color: var(--white); background: var(--tomato); border: 2px solid var(--ink); }
.booking-intro .breadcrumb, .booking-intro .eyebrow { color: var(--sun); }
.booking-intro h1 { max-width: 8ch; font-size: clamp(3.2rem, 7vw, 7rem); text-transform: uppercase; }
.booking-intro > p:not(.breadcrumb, .eyebrow) { max-width: 38ch; margin-top: 1.2rem; color: #ffe8d7; font-weight: 700; }
.booking-intro .text-link { margin-top: 1rem; color: var(--white); }
.booking-intro .text-link:hover { color: var(--sun); }
.booking-poster { position: absolute; right: -2rem; bottom: -2rem; display: grid; grid-template-columns: repeat(2, 1fr); width: clamp(150px, 26vw, 260px); aspect-ratio: 1; border: 2px solid var(--ink); box-shadow: var(--small-shadow); transform: rotate(-7deg); }
.booking-poster span { display: grid; place-items: center; color: var(--ink); background: var(--sun); border: 1px solid var(--ink); font-family: var(--display); font-size: clamp(1rem, 2.4vw, 2.2rem); text-transform: uppercase; }
.booking-poster span:nth-child(2) { color: var(--white); background: var(--jade); }
.booking-poster span:nth-child(3) { color: var(--white); background: var(--ink); }
.booking-poster span:nth-child(4) { background: var(--blush); }
.book-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-content: start; padding: clamp(1.25rem, 4vw, 3rem); background: var(--white); border: 2px solid var(--ink); box-shadow: var(--small-shadow); }
.form-label { grid-column: 1 / -1; margin-bottom: .2rem; }
.field-wide { grid-column: 1 / -1; }
.label-optional { color: var(--muted); font-weight: 400; letter-spacing: 0; text-transform: none; }
.check-field { display: flex; align-items: flex-start; gap: .7rem; padding: .8rem; background: var(--blush); border: 1px solid var(--ink); font-size: .8rem; font-weight: 700; }
.check-field input { flex: 0 0 auto; width: 1.25rem; min-height: 1.25rem; margin-top: .05rem; accent-color: var(--tomato); }
.book-form > .button { justify-self: start; }
.form-status { grid-column: 1 / -1; min-height: 2.4rem; color: var(--tomato-deep); font-size: .82rem; font-weight: 900; }
.visit-strip { display: grid; gap: 1.5rem; padding: clamp(2.5rem, 6vw, 6rem) max(1rem, calc((100vw - 1280px) / 2)); color: var(--ink); background: var(--sun); border-block: 1px solid var(--ink); }
.visit-strip h2 { font-size: clamp(2.5rem, 5vw, 5rem); text-transform: uppercase; }
.hours { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.hours div { padding: .8rem .55rem; border-right: 1px solid var(--ink); }
.hours div:last-child { border-right: 0; }
.hours dt { font-family: var(--mono); font-size: .66rem; font-weight: 900; text-transform: uppercase; }
.hours dd { margin-top: .35rem; font-weight: 900; }
.visit-note { padding: 1rem; background: var(--paper); border: 2px solid var(--ink); }
.visit-note p { margin-top: .45rem; color: var(--muted); font-size: .8rem; font-weight: 700; }

/* Order route — the board remains live and the pad remains preview-only. */
.page-hero-order { color: var(--white); background: var(--tomato); }
.page-hero-order .eyebrow { color: var(--sun); }
.page-hero-order .breadcrumb { color: var(--white); }
.page-hero-order .breadcrumb a:hover { color: var(--sun); }
.page-hero-order .service-note { color: var(--ink); background: var(--sun); }
.noscript-note { width: min(1280px, calc(100% - 2rem)); margin: 1.5rem auto 0; padding: 1rem; background: var(--sun); border: 2px solid var(--ink); box-shadow: var(--small-shadow); }
.noscript-note .noscript-head { font-family: var(--display); font-size: 1.5rem; text-transform: uppercase; }
.noscript-note p + p { margin-top: .5rem; font-size: .82rem; font-weight: 700; }
.wait-band { display: grid; gap: 1.5rem; align-items: center; width: min(1280px, calc(100% - 2rem)); margin: 0 auto; padding-block: clamp(3rem, 6vw, 6rem); }
.wait-band .nutrition-stamp { margin-inline: 0; }
.wait-stamp { color: var(--ink); background: var(--sun); }
.wait-stamp-unknown { color: var(--white); background: var(--charcoal); }
.wait-stamp small { display: block; margin-top: .35rem; font-family: var(--mono); font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.wait-copy h2 { max-width: 12ch; font-size: clamp(2.5rem, 5vw, 5.5rem); text-transform: uppercase; }
.wait-lead { max-width: 48ch; margin-top: .9rem; font-size: 1rem; font-weight: 700; }
.wait-assumptions { display: grid; gap: .45rem; max-width: 48rem; margin-top: 1.1rem; }
.wait-assumptions li { padding: .5rem .7rem; background: var(--jade-soft); border-left: 4px solid var(--jade); font-size: .78rem; font-weight: 800; }
.wait-meta { max-width: 48rem; margin-top: .9rem; color: var(--muted); font-family: var(--mono); font-size: .68rem; }
.wait-copy .button { margin-top: 1.1rem; }
.order-layout { display: grid; gap: 2rem; width: min(1280px, calc(100% - 2rem)); margin: 0 auto; padding-bottom: clamp(3rem, 7vw, 7rem); }
.order-board .section-title-row { color: var(--ink); }
.order-board .section-title-row h2 { font-size: clamp(2.6rem, 5vw, 5rem); }
.state-note { margin-top: 1rem; padding: 1rem; background: var(--sun); border: 2px solid var(--ink); }
.state-line { font-weight: 800; }
.state-fallback, .state-detail { margin-top: .4rem; }
.state-detail { color: var(--muted); font-family: var(--mono); font-size: .68rem; }
.course-block { margin-top: 2rem; }
.course-head { display: inline-block; padding: .5rem .8rem; color: var(--white); background: var(--ink); border: 2px solid var(--ink); font-size: 1.15rem; text-transform: uppercase; transform: rotate(-1deg); }
.counter-list { margin-top: .9rem; background: var(--white); border: 2px solid var(--ink); box-shadow: var(--small-shadow); }
.counter-row { display: grid; gap: 1rem; padding: 1rem; border-bottom: 1px solid var(--ink); }
.counter-row:last-child { border-bottom: 0; }
.counter-list > .counter-row:nth-child(even) { background: var(--blush); }
.counter-name { font-family: var(--display); font-size: 1.35rem; line-height: 1; text-transform: uppercase; }
.counter-price { display: inline-block; margin-left: .25rem; padding: .15rem .35rem; color: var(--white); background: var(--tomato); border: 1px solid var(--ink); font-family: var(--mono); font-size: .68rem; font-weight: 900; white-space: nowrap; }
.counter-portion { margin-top: .3rem; color: var(--tomato); font-family: var(--mono); font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.counter-desc { margin-top: .35rem; color: var(--muted); font-size: .85rem; font-weight: 700; }
.counter-row .allergen-line { margin-top: .6rem; }
.counter-add { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; }
.counter-count { color: var(--tomato); font-family: var(--mono); font-size: .64rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.order-pad { position: relative; align-self: start; padding: clamp(1.25rem, 3vw, 2rem); background: var(--paper); border: 2px solid var(--ink); box-shadow: var(--shadow); }
.order-pad::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 8px; background: repeating-linear-gradient(90deg, var(--tomato) 0 10px, transparent 10px 18px); }
.pad-label { margin-top: .5rem; }
.order-pad h2 { margin-top: .75rem; font-size: clamp(2.8rem, 6vw, 5rem); text-transform: uppercase; }
.pad-empty { margin-top: 1rem; padding: .85rem; background: var(--sun); border: 1px solid var(--ink); font-size: .8rem; font-weight: 700; }
.pad-lines { margin-top: 1rem; }
.pad-line { display: grid; gap: .55rem; padding: .85rem 0; border-bottom: 1px dashed var(--ink); }
.pad-line-name { font-weight: 900; }
.pad-line-unit { display: inline-block; color: var(--muted); font-family: var(--mono); font-size: .65rem; font-weight: 700; white-space: nowrap; }
.pad-line-total { font-family: var(--display); font-size: 1.35rem; }
.stepper { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem; }
.stepper-button { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; min-height: 42px; color: var(--ink); background: var(--white); border: 2px solid var(--ink); cursor: pointer; font-family: var(--display); font-size: 1.35rem; line-height: 1; }
.stepper-button:hover { background: var(--sun); }
.stepper-button:disabled { color: var(--muted); background: var(--paper); cursor: not-allowed; }
.stepper-count { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; min-height: 42px; font-family: var(--display); font-size: 1.2rem; }
.stepper-remove { min-height: 42px; padding: .45rem .65rem; color: var(--ink); background: transparent; border: 2px solid var(--ink); cursor: pointer; font-family: var(--mono); font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.stepper-remove:hover { color: var(--white); background: var(--tomato); }
.pad-total { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-top: 1rem; padding-top: .9rem; border-top: 3px solid var(--ink); font-family: var(--mono); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pad-total strong { color: var(--tomato); font-family: var(--display); font-size: clamp(2.2rem, 5vw, 3.7rem); letter-spacing: -.06em; }
.pad-note { margin-top: .85rem; color: var(--muted); font-size: .76rem; font-weight: 700; }
.pad-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.1rem; }
.order-pad .button:disabled { color: #b5aaa6; background: #4e4542; cursor: not-allowed; box-shadow: 3px 3px 0 var(--ink); transform: none; }
.send-note { margin-top: .9rem; padding: .75rem; color: var(--ink); background: var(--lilac); border: 1px solid var(--ink); font-family: var(--mono); font-size: .66rem; line-height: 1.45; }
.sage-panel { margin-top: 2rem; padding: clamp(1.25rem, 3vw, 2.5rem); color: var(--white); background: var(--jade); border: 2px solid var(--ink); box-shadow: var(--small-shadow); }
.sage-panel .form-label { color: var(--sun); }
.sage-panel h2 { margin-top: .8rem; font-size: clamp(2.5rem, 5vw, 5rem); text-transform: uppercase; }
.sage-lead { max-width: 48rem; margin-top: .8rem; color: #e5f0e9; font-weight: 700; }
.sage-thread { display: grid; gap: .8rem; margin-top: 1.5rem; }
.sage-turn { padding: .9rem; color: var(--ink); border: 2px solid var(--ink); }
.sage-turn-guest { background: var(--sun); }
.sage-turn-host { background: var(--paper); }
.sage-who { margin-bottom: .35rem; color: var(--tomato); font-family: var(--mono); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sage-turn p:not(.sage-who, .sage-proposal-head, .sage-proposal-note, .sage-unanswered) { font-size: .84rem; font-weight: 700; }
.sage-unanswered { margin-top: .65rem; padding: .55rem .7rem; color: var(--white); background: var(--tomato); border: 1px solid var(--ink); font-size: .76rem; font-weight: 800; }
.sage-sources-wrap { margin-top: .75rem; }
.sage-sources-label { margin: 0 0 .35rem; color: var(--muted); font-family: var(--mono); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sage-sources { display: flex; flex-wrap: wrap; gap: .35rem; }
.sage-chip { padding: .2rem .4rem; color: var(--muted); border: 1px dashed var(--muted); font-family: var(--mono); font-size: .63rem; }
.sage-followups { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .8rem; }
.sage-followups .sage-sources-label { flex-basis: 100%; }
.sage-followup { min-height: 42px; padding: .45rem .65rem; color: var(--ink); background: var(--sun); border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); cursor: pointer; font-size: .76rem; font-weight: 900; }
.sage-followup:hover { background: var(--white); transform: translate(1px, 1px); box-shadow: 2px 2px 0 var(--ink); }
.sage-proposal { margin-top: .9rem; padding: .9rem; background: var(--paper); border: 2px dashed var(--ink); }
.sage-proposal-head { color: var(--tomato); font-family: var(--display); font-size: 1.05rem; text-transform: uppercase; }
.sage-proposal-lines { margin-top: .6rem; }
.sage-proposal-lines li { display: flex; justify-content: space-between; gap: .6rem; padding: .45rem 0; border-bottom: 1px solid var(--ink); font-size: .78rem; font-weight: 800; }
.sage-line-unknown { color: var(--muted); }
.sage-proposal-total { display: flex; justify-content: space-between; gap: .5rem; margin-top: .7rem; padding-top: .6rem; border-top: 2px solid var(--ink); font-family: var(--mono); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.sage-proposal-note { margin-top: .65rem; color: var(--muted); font-size: .72rem; font-weight: 700; }
.sage-proposal .button { margin-top: .85rem; }
.sage-form { display: grid; gap: .8rem; align-items: end; margin-top: 1.35rem; }
.sage-form .field label { color: var(--sun); }
.sage-form input { color: var(--ink); background: var(--white); }
.sage-status { min-height: 2rem; margin-top: .7rem; color: var(--sun); font-family: var(--mono); font-size: .7rem; font-weight: 900; }

/* Sage dock on the other routes */
.sage-dock { position: fixed; right: clamp(.75rem, 3vw, 1.75rem); bottom: max(.75rem, env(safe-area-inset-bottom)); z-index: 70; display: flex; flex-direction: column; align-items: flex-end; gap: .65rem; opacity: 0; transform: translateY(.5rem); pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
.sage-dock[data-revealed="true"] { opacity: 1; transform: none; pointer-events: auto; }
.sage-dock-button { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 3.7rem; height: 3.7rem; min-height: 0; padding: .22rem; border-radius: 50%; color: var(--white); background: var(--tomato); border: 2px solid var(--ink); box-shadow: var(--small-shadow); cursor: pointer; font-weight: 900; }
.sage-dock-button > span:not(.sage-dock-avatar) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.sage-dock-button:hover { background: var(--tomato-deep); transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.sage-dock-dot { width: .65rem; height: .65rem; background: var(--sun); border: 1px solid var(--ink); }
.sage-dock-avatar { display: inline-block; width: 2rem; height: 2rem; border-radius: 50%; vertical-align: middle; background-image: url("assistant-robot-atlas.webp"); background-repeat: no-repeat; background-size: 500% 500%; }
.sage-dock-avatar--ember { background-position: 75% 0%; }
.sage-dock-panel { display: flex; flex-direction: column; gap: .65rem; width: min(24rem, calc(100vw - 1.5rem)); max-height: min(40rem, calc(100dvh - 3rem)); padding: 1rem; overflow-y: auto; overscroll-behavior: contain; color: var(--ink); background: var(--white); border: 2px solid var(--ink); box-shadow: var(--shadow); }
.sage-dock-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: .6rem; border-bottom: 2px solid var(--ink); }
.sage-dock-head p { font-family: var(--display); font-size: 1.05rem; text-transform: uppercase; }
.sage-dock-head-actions { display: flex; align-items: center; gap: .35rem; }
.sage-dock-minimise { min-height: 40px; padding: .4rem .55rem; color: var(--ink); background: var(--paper); border: 1px solid var(--ink); cursor: pointer; font-family: var(--mono); font-size: .64rem; font-weight: 900; text-transform: uppercase; }
.sage-dock-close { min-height: 40px; padding: .4rem .55rem; color: var(--ink); background: transparent; border: 1px solid var(--ink); cursor: pointer; font-family: var(--mono); font-size: .64rem; font-weight: 900; text-transform: uppercase; }
.sage-dock-minimise:hover, .sage-dock-close:hover { color: var(--white); background: var(--ink); }
.sage-dock[data-minimised="true"] .sage-dock-panel { max-height: none; overflow: hidden; }
.sage-dock[data-minimised="true"] .sage-dock-panel > :not(.sage-dock-head) { display: none; }
.sage-dock-intro, .sage-dock-intro-compact { color: var(--muted); font-size: .76rem; font-weight: 700; }
.sage-dock-intro-compact { display: none; }
.sage-dock-panel:has(.sage-dock-log:not(:empty)) .sage-dock-intro { display: none; }
.sage-dock-panel:has(.sage-dock-log:not(:empty)) .sage-dock-intro-compact { display: block; }
.sage-dock-log { display: grid; gap: .5rem; flex: 1 1 auto; min-height: 0; overflow-y: auto; }
.sage-dock-log:empty { display: none; }
.sage-dock-guest, .sage-dock-reply { margin: 0; padding: .55rem .65rem; border: 1px solid var(--ink); font-size: .76rem; font-weight: 700; }
.sage-dock-guest { background: var(--sun); }
.sage-dock-reply { background: var(--jade-soft); }
.sage-dock-proposal, .sage-dock-unanswered { margin-top: .35rem; color: var(--tomato); font-family: var(--mono); font-size: .67rem; font-weight: 900; }
.sage-dock-form { display: grid; gap: .45rem; }
.sage-dock-label { color: var(--tomato); font-family: var(--mono); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sage-dock-form input { min-height: 44px; }
.sage-dock-status { min-height: 1.8rem; color: var(--tomato); font-family: var(--mono); font-size: .68rem; font-weight: 900; }
.sage-dock-foot { padding-top: .55rem; border-top: 1px solid var(--ink); font-family: var(--mono); font-size: .66rem; font-weight: 900; }
.sage-dock-foot a:hover { color: var(--tomato); }
.sage-dock-followups { display: flex; flex-wrap: wrap; gap: .35rem; }
.sage-dock-followup { min-height: 38px; padding: .35rem .5rem; color: var(--ink); background: var(--blush); border: 1px solid var(--ink); cursor: pointer; font-size: .67rem; font-weight: 900; }
@media (max-width: 620px) { .sage-dock { right: .75rem; left: .75rem; bottom: 5.25rem; } .sage-dock-panel { width: 100%; max-height: calc(100dvh - 2rem); } .sage-dock-button { align-self: end; } }

/* Shared footer: compact like the competitor, but honest and local to this fictional demo. */
footer { padding: clamp(2.5rem, 6vw, 5rem) max(1rem, calc((100vw - 1280px) / 2)) 1rem; color: var(--white); background: var(--charcoal); border-top: 1px solid var(--ink); }
.footer-main { display: grid; gap: 2rem; }
.footer-brand { display: grid; align-content: start; gap: .7rem; }
.footer-brand .brand-mark .mark-body { fill: var(--tomato); stroke: var(--white); }
.footer-brand .brand-mark .mark-band { fill: var(--charcoal); stroke: var(--white); }
.footer-brand .brand-mark .mark-leaf { fill: var(--sun); stroke: var(--white); }
.footer-brand-lockup { display: flex; align-items: center; gap: .65rem; }
.wordmark-footer { font-size: 1.45rem; text-transform: uppercase; }
.footer-address { color: #d8cdca; font-family: var(--mono); font-size: .7rem; line-height: 1.45; }
.footer-contact { display: grid; gap: .3rem; font-family: var(--mono); font-size: .72rem; }
.footer-contact a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.footer-contact a:hover, .footer-powered a:hover { color: var(--sun); }
.footer-powered { color: var(--sun); font-family: var(--mono); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 1.3rem; }
.footer-links h2 { color: var(--sun); font-family: var(--mono); font-size: .67rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-nav { display: grid; align-content: start; gap: .5rem; }
.footer-nav a { width: fit-content; font-size: .82rem; font-weight: 700; text-decoration: none; }
.footer-nav a:hover { color: var(--sun); text-decoration: underline; text-underline-offset: 4px; }
.footer-truth { grid-column: 1 / -1; padding-top: 1rem; color: #b8aaa6; border-top: 1px solid #544a47; font-family: var(--mono); font-size: .62rem; line-height: 1.55; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem 1rem; margin-top: 2rem; padding-top: .8rem; color: #8f817c; border-top: 1px solid #544a47; font-family: var(--mono); font-size: .6rem; }
.footer-bottom span:last-child { color: var(--sun); }

/* One-shot reveal, no JS fallback and reduced-motion reset. */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.is-visible { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s cubic-bezier(.16, 1, .3, 1); }
.js .reveal[data-reveal-delay="1"].is-visible { transition-delay: .08s; }
.js .reveal[data-reveal-delay="2"].is-visible { transition-delay: .16s; }
.js .reveal[data-reveal-delay="3"].is-visible { transition-delay: .24s; }

/* Accessibility modes supplied by the shared library controls. */
html[data-a11y-contrast="high"] {
  --ink: #000000; --charcoal: #000000; --tomato: #000000; --tomato-deep: #000000; --jade: #000000;
  --line: #000000; --muted: #000000; --paper: #ffffff; --white: #ffffff; --sun: #ffffff;
  --mandarin: #ffffff; --jade-soft: #ffffff; --blush: #ffffff; --lilac: #ffffff;
}
html[data-a11y-contrast="high"] footer { color: #ffffff; background: #000000; }
html[data-a11y-colour="safe"] {
  --tomato: #0072b2; --tomato-deep: #005a8d; --sun: #e69f00; --jade: #23282a;
  --charcoal: #16191a; --blush: #f4dcb8; --lilac: #e4e7ea; --jade-soft: #cfe3ef;
  --on-tomato: #ffffff; --on-jade: #ffffff;
}

@media (min-width: 620px) {
  .meal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-form { grid-template-columns: repeat(2, minmax(0, 1fr)) auto; }
  .builder-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wait-band { grid-template-columns: auto minmax(0, 1fr); gap: 3rem; }
  .sage-form { grid-template-columns: minmax(0, 1fr) auto; }
  .counter-row { grid-template-columns: minmax(0, 1fr) auto; align-items: start; }
  .counter-add { flex-direction: column; align-items: flex-end; }
  .pad-line { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .pad-line-total { grid-column: 2; grid-row: 1; }
  .pad-line .stepper { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1.25fr 1fr 1fr; }
  .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 840px) {
  .hero-home-grid { grid-template-columns: .86fr 1.14fr; }
  .hero-copy { border-right: 0; border-bottom: 2px solid var(--ink); }
  .hero-visual { min-height: 650px; }
  .meal-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .feature-band { min-height: 720px; }
  .feature-image { min-height: 720px; }
  .room-band { grid-template-columns: .85fr 1.15fr; }
  .bowl-builder-grid { grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); align-items: start; }
  .nutrition-callout { grid-template-columns: minmax(160px, .35fr) minmax(0, 1fr) minmax(260px, .65fr); }
  .filter-panel { position: sticky; z-index: 30; top: 0; }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .builder-layout { grid-template-columns: minmax(0, 1fr) minmax(300px, .43fr); align-items: start; }
  .builder-summary { position: sticky; top: 1.5rem; }
  .mobile-total { display: none; }
  .booking-hero { grid-template-columns: .9fr 1.1fr; align-items: stretch; }
  .booking-intro, .book-form { min-height: 630px; }
  .visit-strip { grid-template-columns: .75fr 1fr .8fr; align-items: start; }
  .order-layout { grid-template-columns: minmax(0, 1fr) minmax(320px, .45fr); align-items: start; }
  .order-pad { position: sticky; top: 1.5rem; }
}

@media (min-width: 1180px) {
  .menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 839px) {
  .header-context { display: none; }
  .header-tools { gap: .5rem; }
  .nav-disclosure nav { right: -1rem; }
  .hero-copy { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .hero-visual { min-height: 450px; }
  .feature-band, .promise-band { min-height: 520px; }
  .feature-image, .promise-image { min-height: 520px; }
  .feature-copy { padding: 1.35rem; }
  .bowl-stage { min-height: 340px; }
}

@media (max-width: 619px) {
  .ticker { justify-content: space-between; gap: .4rem; padding-inline: .65rem; font-size: .56rem; }
  .ticker span:nth-of-type(n + 4) { display: none; }
  .site-header { min-height: 72px; padding: .6rem .8rem; }
  .wordmark-copy { font-size: .95rem; }
  .wordmark-copy small { font-size: .46rem; }
  .brand-mark { width: 38px; height: 38px; }
  .header-order { min-height: 40px; padding-inline: .6rem; font-size: .72rem; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div { display: flex; align-items: center; justify-content: space-between; border-right: 0; border-bottom: 1px solid var(--ink); }
  .hero-facts div:last-child { border-bottom: 0; }
  .meal-intro, .section-title-row { align-items: flex-start; flex-direction: column; }
  .bowl-builder { padding-inline: .75rem; }
  .bowl-stage { min-height: 300px; }
  .bowl-builder-readout { align-items: flex-start; flex-direction: column; }
  .bowl-choice { grid-template-columns: auto minmax(0, 1fr); }
  .bowl-choice b { grid-column: 2; }
  .room-list { grid-template-columns: 1fr; }
  .room-list li { display: flex; align-items: center; gap: .5rem; border-right: 0; border-bottom: 1px solid var(--ink); }
  .room-list li:last-child { border-bottom: 0; }
  .room-list strong { display: inline; font-size: 1.5rem; }
  .filter-form { grid-template-columns: 1fr; }
  .page-hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .menu-grid { grid-template-columns: 1fr; }
  .builder-card { min-height: 320px; }
  .book-form { grid-template-columns: 1fr; }
  .book-form .field-wide, .form-label, .form-status { grid-column: auto; }
  .hours { grid-template-columns: 1fr; }
  .hours div { display: flex; justify-content: space-between; gap: 1rem; border-right: 0; border-bottom: 1px solid var(--ink); }
  .hours div:last-child { border-bottom: 0; }
  .footer-main { gap: 2.5rem; }
  .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 720px) and (max-width: 839px) {
  .hero-home-grid { grid-template-columns: 1.08fr .92fr; min-height: 690px; }
  .hero-copy { padding: 2.5rem 2rem; border-right: 0; border-bottom: 2px solid var(--ink); }
  .hero-copy h1 { font-size: clamp(3rem, 7.8vw, 5.2rem); }
  .hero-sub { font-size: 1rem; }
  .hero-actions { gap: .6rem; }
  .hero-actions .button { padding-inline: .7rem; }
  .hero-visual { min-height: 690px; }
  .hero-caption { right: auto; left: 1rem; max-width: 16ch; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js .reveal, .js .reveal.is-visible { opacity: 1; transform: none; }
  .hero-image, .hero-sticker, .hero-stamp, .hero-logo-motion, .hero-visual::before, .hero-visual::after { transform: none; }
  .hero-logo-motion video { display: none; }
  .hero-logo-motion > img { display: block; }
  .bowl-art__ingredient, .bowl-art__noodle { transition: none; }
  .button:hover, .button:active, .menu-card:hover, .menu-choice:hover .meal-choice-image img { transform: none; }
}

/* S301 parity repair: a compact red/yellow counter rail and an image label bring the Panda-like
   counter rhythm into the rebranded opening without copying any restaurant identity. */
.counter-utility { display: flex; align-items: center; justify-content: space-between; gap: .55rem 1.5rem; flex-wrap: wrap; padding: .48rem clamp(1rem, 4vw, 3rem); color: var(--muted); background: var(--paper); border-bottom: 1px solid var(--ink); font-size: .66rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.counter-utility a { color: var(--tomato); text-decoration: none; }
.counter-utility__label { color: var(--ink); }
.hero-visual { isolation: isolate; }
.hero-visual::before { position: absolute; top: 1rem; right: 1rem; z-index: 3; padding: .45rem .6rem; color: var(--ink); background: var(--yellow); content: "COUNTER / OPEN 7 DAYS"; font-size: .56rem; font-weight: 900; letter-spacing: .1em; }
@media (max-width: 620px) {
  .counter-utility { align-items: center; gap: .25rem .7rem; padding-block: .42rem; }
  .counter-utility__label { display: none; }
  .counter-utility span:nth-child(2) { flex: 1 1 11rem; }
  .hero-visual::before { top: .7rem; right: .7rem; font-size: .5rem; }
  .hero-logo-motion { display: none; }
  .hero-sticker { top: 7%; }
  .hero-stamp { top: 2.6rem; right: .55rem; bottom: auto; width: 82px; font-size: 1.55rem; }
  .hero-caption { display: none; }
}

/* Final commercial polish: make the opening carry one authored campaign message, give the food object
   first claim on the pink panel, and soften the poster-to-board seam on small screens. */
.ticker { justify-content: space-between; min-height: 44px; padding-block: .55rem; gap: .7rem clamp(1rem, 3vw, 2.5rem); }
.ticker-primary { font-size: .76rem; letter-spacing: .16em; }
.ticker-cta { flex: 0 0 auto; padding: .35rem .65rem; color: var(--ink); background: var(--sun); border: 1px solid var(--ink); font-size: .64rem; font-weight: 950; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.ticker-honesty { margin-left: auto; font-size: .58rem; opacity: .82; }
.hero-image { transform: translate(calc(var(--mx) * -5px), calc(var(--my) * -4px - 3%)) rotate(-3deg) scale(1.29); }
.meal-band { border-top: 10px solid var(--tomato); }
@media (min-width: 840px) {
  .hero-image { transform: translate(calc(var(--mx) * -5px), calc(var(--my) * -4px - 3.5%)) rotate(-3deg) scale(1.31); }
}
@media (max-width: 619px) {
  .ticker { min-height: 42px; justify-content: flex-start; padding-inline: .65rem; gap: .55rem; }
  .ticker-accent, .ticker-secondary { display: none; }
  .ticker-primary { min-width: 0; overflow: hidden; font-size: .58rem; letter-spacing: .1em; text-overflow: ellipsis; white-space: nowrap; }
  .ticker-cta { margin-left: auto; padding: .3rem .45rem; font-size: .54rem; white-space: nowrap; }
  .ticker-honesty { display: none; }
  .hero-image { inset: -1% -3% 0; width: 106%; height: 104%; object-position: center 51%; transform: translate(calc(var(--mx) * -3px), calc(var(--my) * -3px - 1%)) rotate(-2deg) scale(1.13); }
  .meal-band { border-top-width: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-image { transform: none; }
}

/* S301 visual-parity correction: the food belongs to the hero poster, not to a
   second card. Keep the KILN story, mark and dish on one authored plane so the
   cutout can bleed through the composition like a real campaign asset. */
.hero-home-grid {
  position: relative;
  display: block;
  min-height: clamp(640px, calc(100vh - 165px), 760px);
  overflow: hidden;
  background: var(--sun);
  border: 2px solid var(--ink);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.hero-home-grid::before {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 39%;
  background: var(--blush);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
}
.hero-home-grid::after {
  position: absolute;
  z-index: 6;
  inset: .8rem;
  border: 1px solid rgba(29, 23, 21, .38);
  content: "";
  pointer-events: none;
}
.hero-copy {
  position: relative;
  z-index: 4;
  width: min(58%, 48rem);
  min-height: inherit;
  background: transparent;
  border: 0;
}
.hero-visual {
  position: absolute;
  z-index: 2;
  inset: 0;
  min-height: 100%;
  overflow: hidden;
  background: transparent;
  border: 0;
  pointer-events: none;
}
.hero-visual::before {
  position: absolute;
  z-index: 3;
  inset: auto 1.5rem auto auto;
  top: 1.5rem;
  width: auto;
  height: auto;
  padding: .45rem .6rem;
  color: var(--ink);
  background: var(--sun);
  border: 2px solid var(--ink);
  content: "COUNTER / OPEN 7 DAYS";
  font-size: .56rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.hero-visual::after {
  position: absolute;
  z-index: 0;
  right: -3%;
  bottom: 3%;
  width: 57%;
  height: 70%;
  border: 0;
  border-radius: 52% 48% 45% 55%;
  background: rgba(255, 250, 242, .54);
  box-shadow: -1.25rem 1.1rem 0 rgba(209, 40, 46, .14);
  content: "";
  transform: rotate(-7deg) translate(calc(var(--mx) * -2px), calc(var(--my) * -2px));
}
.hero-image {
  inset: auto -5% -11% auto;
  width: 68%;
  height: 119%;
  object-position: center bottom;
  transform: translate(calc(var(--mx) * -5px), calc(var(--my) * -4px - 1%)) rotate(-3deg) scale(1.08);
}
.hero-campaign-note {
  position: absolute;
  z-index: 4;
  top: 1.5rem;
  right: 31%;
  margin: 0;
  padding-bottom: .35rem;
  color: var(--tomato);
  border-bottom: 2px solid var(--tomato);
  font-family: var(--mono);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}
.hero-campaign-note span { color: var(--ink); }
.hero-sticker { top: 11%; right: 7%; left: auto; }
.hero-stamp { right: 4%; bottom: 8%; }
.hero-logo-motion { right: 1.4rem; left: auto; bottom: 1.2rem; }

@media (min-width: 840px) {
  .hero-copy { padding: clamp(2rem, 6vw, 6.5rem) clamp(1.2rem, 6vw, 7rem); }
  .hero-image { right: -8%; bottom: -11%; width: 70%; height: 121%; }
}

@media (min-width: 620px) and (max-width: 839px) {
  .hero-home-grid { min-height: 690px; }
  .hero-copy { width: 62%; min-height: 690px; padding: 2.5rem 2rem; }
  .hero-image { right: -8%; bottom: -8%; width: 62%; height: 112%; }
  .hero-campaign-note { right: 28%; }
}

@media (max-width: 619px) {
  .hero-home { padding: .75rem; }
  .hero-home-grid { min-height: 735px; }
  .hero-home-grid::before {
    inset: 47% 0 0;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
  }
  .hero-copy {
    width: 100%;
    min-height: 735px;
    padding: 2rem 1rem 15rem;
    background: linear-gradient(180deg, var(--sun) 0%, var(--sun) 58%, rgba(248, 199, 78, .92) 100%);
  }
  .hero-copy h1 { font-size: clamp(3rem, 14vw, 5.2rem); }
  .hero-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 1.25rem; }
  .hero-facts div { display: block; padding: .55rem .35rem; }
  .hero-facts dt { font-size: .53rem; }
  .hero-facts dd { font-size: .72rem; }
  .hero-visual::before { top: .8rem; right: .8rem; padding: .35rem .45rem; font-size: .48rem; }
  .hero-image { inset: auto -10% -7% auto; width: 96%; height: 54%; object-position: center bottom; transform: translate(calc(var(--mx) * -3px), calc(var(--my) * -3px)) rotate(-2deg) scale(1.08); }
  .hero-campaign-note { top: auto; right: auto; bottom: 45%; left: 1rem; padding-bottom: .25rem; font-size: .52rem; }
  .hero-sticker { top: auto; right: 1rem; bottom: 40%; max-width: 8ch; padding: .55rem; font-size: 1.25rem; }
  .hero-stamp { top: auto; right: .6rem; bottom: 3.5%; width: 76px; padding: .6rem; font-size: 1.45rem; }
  .hero-logo-motion { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-home-grid::after, .hero-visual::after, .hero-image, .hero-campaign-note { transform: none; }
}

/* Final composition calibration after the rendered comparison pass. */
.hero-home-grid {
  background: var(--blush);
}
.hero-home-grid::before {
  display: block;
  inset: 0;
  background: radial-gradient(ellipse at 24% 50%, var(--sun) 0 38%, rgba(248, 199, 78, .78) 52%, rgba(248, 199, 78, 0) 78%);
  clip-path: none;
  filter: blur(8px);
  opacity: 1;
}
.hero-image { right: -4%; bottom: -18%; width: 57%; height: 108%; }
.hero-image { background: transparent; }

@media (min-width: 840px) {
  .hero-image { right: -4%; bottom: -18%; width: 57%; height: 108%; }
}

@media (min-width: 620px) and (max-width: 839px) {
  .hero-image { right: -5%; bottom: -12%; width: 55%; height: 104%; }
}

@media (max-width: 619px) {
  .hero-home-grid { background: var(--blush); }
  .hero-home-grid::before {
    inset: 0;
    background: radial-gradient(ellipse at 44% 28%, var(--sun) 0 40%, rgba(248, 199, 78, .76) 56%, rgba(248, 199, 78, 0) 78%);
    filter: blur(8px);
  }
  .hero-copy { background: transparent; }
  .hero-visual { z-index: 2; }
  .hero-image { right: -10%; bottom: 3%; width: 96%; height: 46%; }
  .hero-campaign-note { bottom: 24%; }
  .hero-sticker { display: none; }
}

/* Fresh Pauli repair: preserve the campaign lockup on mobile without letting the
   food cutout climb into the facts band. The bowl remains the hero subject, but
   the message gets a clean, readable safe zone above it. */
@media (max-width: 619px) {
  .hero-image {
    right: -3%;
    bottom: 0;
    width: 82%;
    height: 33%;
    transform: translate(calc(var(--mx) * -3px), calc(var(--my) * -3px)) rotate(-2deg) scale(1.04);
  }
  .hero-sticker {
    display: block;
    top: 4.2rem;
    right: auto;
    bottom: auto;
    left: .9rem;
    max-width: none;
    padding: 0;
    color: var(--tomato);
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: .62rem;
    line-height: 1;
    white-space: nowrap;
    text-shadow: 1px 1px 0 rgba(255, 250, 242, .66);
  }
  .hero-sticker br { display: none; }
}

/* The dish and campaign lockup are part of the poster artwork; neither gets a
   secondary white/paper card or a boxed callout. */
.hero-visual::after { display: none; }
.hero-sticker {
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  box-shadow: none;
  text-shadow: 2px 2px 0 rgba(255, 250, 242, .45);
}
.hero-sticker span { display: block; }

@media (max-width: 619px) {
  .hero-sticker span { display: inline; }
}

/* KILN food-role calibration: authored takeaway cartons are illustrations, so preserve their
   complete silhouette and measured campaign colours instead of treating them like cropped photos. */
.hero-image[src$=".png"],
.meal-choice-image img[src$=".png"],
.menu-image img[src$=".png"],
.feature-image-art[src$=".png"],
.promise-image-art[src$=".png"] { object-fit: contain; }
.meal-choice-image img[src$=".png"],
.menu-image img[src$=".png"] { padding: .35rem; background: var(--paper); }
.feature-image-art[src$=".png"] { padding: clamp(1.25rem, 5vw, 5rem); background: var(--tomato); }
.promise-image-art[src$=".png"] { padding: clamp(1.25rem, 4vw, 3.5rem); background: var(--sun); }

/* Keep the compact disclosure inside the viewport on narrow screens. The desktop
   dropdown remains anchored to its trigger; mobile gets a bounded sheet because the
   header tools no longer have enough horizontal room for an anchored 22rem panel. */
@media (max-width: 619px) {
  .nav-disclosure nav {
    position: fixed;
    top: 114px;
    right: .8rem;
    left: .8rem;
    width: auto;
    max-width: none;
  }
}
