:root {
  --ink: #191714;
  --ink-soft: #29251f;
  --paper: #f3eee4;
  --paper-deep: #e7dece;
  --rice: #faf7f0;
  --cinnabar: #a33224;
  --cinnabar-dark: #7d271d;
  --gold: #aa8a57;
  --muted: #777065;
  --line: rgba(25, 23, 20, .16);
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  --container: min(1240px, calc(100vw - 96px));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.75; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }

:focus-visible { outline: 2px solid var(--cinnabar); outline-offset: 4px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 16px; background: var(--paper); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 140px 0; }
.eyebrow { margin: 0 0 24px; color: var(--cinnabar); font-size: 11px; font-weight: 600; letter-spacing: .28em; line-height: 1.4; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h2 { margin-bottom: 40px; font-size: clamp(42px, 5.2vw, 78px); line-height: 1.23; letter-spacing: .03em; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 88px; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; color: var(--rice); border-bottom: 1px solid rgba(255,255,255,.18); transition: height .35s var(--ease), background .35s, color .35s, border-color .35s; }
.site-header.scrolled { height: 72px; color: var(--ink); background: rgba(243, 238, 228, .9); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 13px; min-height: 48px; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; color: var(--rice); background: var(--cinnabar); font-family: var(--serif); font-size: 22px; line-height: 1; }
.brand-name { font-family: var(--serif); font-size: 21px; letter-spacing: .24em; line-height: 1; }
.brand-name small { display: block; margin-top: 7px; font-family: var(--sans); font-size: 7px; letter-spacing: .42em; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { position: relative; padding-block: 14px; font-size: 13px; letter-spacing: .12em; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: .12em; bottom: 8px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-cta { min-width: 118px; min-height: 46px; display: grid; place-items: center; border: 1px solid currentColor; transition: color .25s, background .25s; }
.site-nav .nav-cta:hover { color: var(--ink); background: var(--rice); }
.scrolled .site-nav .nav-cta:hover { color: var(--rice); background: var(--ink); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; color: var(--rice); background: var(--ink); overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("assets/hero-dining.png") center center / cover no-repeat; transform: scale(1.015); animation: hero-in 1.4s var(--ease) both; }
.hero-shade { background: linear-gradient(90deg, rgba(10,9,8,.88) 0%, rgba(10,9,8,.55) 43%, rgba(10,9,8,.12) 72%, rgba(10,9,8,.35) 100%), linear-gradient(0deg, rgba(10,9,8,.55) 0%, transparent 42%); }
.hero-content { position: relative; z-index: 1; width: var(--container); min-height: 100svh; margin: 0 auto; padding: 172px 0 88px; display: flex; flex-direction: column; justify-content: center; }
.hero-eyebrow { color: #d2b17e; animation: rise-in .8s .25s var(--ease) both; }
.hero h1 { margin: 0; font-size: clamp(68px, 8.8vw, 136px); line-height: .96; letter-spacing: .08em; }
.hero h1 span { display: block; animation: rise-in 1s var(--ease) both; }
.hero h1 span:last-child { margin: 18px 0 0 1.1em; animation-delay: .12s; }
.hero-bottom { width: min(720px, 64%); margin-top: 64px; display: flex; align-items: flex-end; justify-content: space-between; gap: 44px; animation: rise-in .8s .45s var(--ease) both; }
.hero-bottom p { margin: 0; color: rgba(250,247,240,.7); font-family: var(--serif); font-size: 16px; letter-spacing: .1em; line-height: 2; }
.circle-link { flex: 0 0 98px; height: 98px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 11px; letter-spacing: .12em; transition: background .25s, color .25s, transform .25s; }
.circle-link svg { display: none; width: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.circle-link:hover { color: var(--ink); background: var(--rice); transform: rotate(-8deg); }
.hero-index { position: absolute; z-index: 1; right: 48px; top: 50%; display: flex; flex-direction: column; align-items: center; gap: 14px; transform: translateY(-50%); font-family: var(--serif); font-size: 12px; }
.hero-index i { width: 1px; height: 64px; background: rgba(255,255,255,.35); }
.scroll-cue { position: absolute; z-index: 1; left: 48px; bottom: 38px; display: flex; align-items: center; gap: 14px; font-size: 10px; letter-spacing: .2em; writing-mode: vertical-lr; }
.scroll-cue i { width: 1px; height: 46px; overflow: hidden; background: rgba(255,255,255,.3); }
.scroll-cue i::after { content: ""; display: block; width: 1px; height: 50%; background: white; animation: scroll-line 1.8s infinite; }

.intro { position: relative; background: var(--paper); }
.intro::before { content: ""; position: absolute; inset: 0; opacity: .4; pointer-events: none; background-image: radial-gradient(rgba(25,23,20,.13) .45px, transparent .45px); background-size: 7px 7px; }
.intro-grid { position: relative; display: grid; grid-template-columns: 150px minmax(0, 1fr) 180px; gap: 60px; align-items: start; }
.section-kicker { display: flex; gap: 17px; align-items: flex-start; padding-top: 15px; }
.section-kicker > span { color: var(--cinnabar); font-family: var(--serif); font-size: 14px; }
.section-kicker p { margin: 0; padding-left: 16px; border-left: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .18em; line-height: 1.8; }
.intro-copy h2 { max-width: 800px; }
.copy-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 56px; max-width: 760px; }
.copy-columns p { color: #5f594f; font-family: var(--serif); font-size: 16px; line-height: 2; }
.text-link { display: inline-flex; gap: 42px; align-items: center; margin-top: 28px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 13px; letter-spacing: .16em; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(3px,-3px); }
.seal { align-self: center; justify-self: end; width: 118px; height: 174px; display: flex; flex-direction: column; align-items: center; color: var(--rice); background: var(--cinnabar); box-shadow: 16px 18px 0 rgba(163,50,36,.1); }
.seal span { margin-top: 24px; font-family: var(--serif); font-size: 72px; line-height: 1.2; }
.seal small { margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.35); font-size: 9px; letter-spacing: .35em; }

.menu-section { color: var(--paper); background: var(--ink); }
.menu-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; border-bottom: 1px solid rgba(255,255,255,.16); }
.menu-heading h2 { margin-bottom: 44px; }
.menu-heading > p { max-width: 430px; margin-bottom: 50px; color: rgba(243,238,228,.56); font-family: var(--serif); line-height: 2; }
.menu-tabs { display: flex; gap: 42px; padding: 44px 0 24px; }
.menu-tabs button { position: relative; min-height: 44px; padding: 0 0 9px; color: rgba(243,238,228,.52); background: none; border: 0; cursor: pointer; font-family: var(--serif); font-size: 16px; letter-spacing: .18em; }
.menu-tabs button::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .25s; }
.menu-tabs button[aria-selected="true"] { color: var(--paper); }
.menu-tabs button[aria-selected="true"]::after { transform: scaleX(1); }
.menu-panel { border-top: 1px solid rgba(255,255,255,.16); }
.dish { min-height: 142px; display: grid; grid-template-columns: 72px 1fr auto; gap: 24px; align-items: center; padding: 28px 26px 28px 12px; border-bottom: 1px solid rgba(255,255,255,.13); transition: background .28s, padding .28s; }
.dish:hover { padding-left: 28px; background: rgba(255,255,255,.035); }
.dish-number { width: 42px; height: 42px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(170,138,87,.5); border-radius: 50%; font-family: var(--serif); }
.dish-copy h3 { margin: 2px 0 5px; font-size: 27px; letter-spacing: .1em; }
.dish-copy > p:last-child { margin: 0; color: rgba(243,238,228,.46); font-size: 12px; letter-spacing: .14em; }
.dish-note { margin: 0; color: var(--gold); font-size: 9px; letter-spacing: .28em; }
.dish-price { color: rgba(243,238,228,.76); font-family: var(--serif); font-size: 24px; font-variant-numeric: tabular-nums; }
.dish-price span { margin-right: 4px; font-size: 12px; }
.menu-footnote { margin: 24px 0 0; color: rgba(243,238,228,.36); font-size: 11px; letter-spacing: .08em; }

.space-section { position: relative; overflow: hidden; background: var(--paper-deep); }
.space-word { position: absolute; right: -2vw; top: -9vw; color: rgba(25,23,20,.035); font-family: var(--serif); font-size: min(42vw, 620px); line-height: 1; }
.space-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 10vw; align-items: center; }
.space-art { position: relative; min-height: 680px; overflow: hidden; background: #24211c; box-shadow: 28px 28px 0 rgba(25,23,20,.07); }
.space-art::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 42%, rgba(217,188,139,.28), transparent 28%), linear-gradient(135deg, transparent 30%, rgba(255,255,255,.03)); }
.moon { position: absolute; width: 70%; aspect-ratio: 1; left: 15%; top: 11%; border: 2px solid rgba(231,222,206,.62); border-radius: 50%; box-shadow: inset 0 0 80px rgba(231,222,206,.08); }
.moon::after { content: ""; position: absolute; width: 76%; height: 76%; left: 12%; top: 12%; border: 1px solid rgba(231,222,206,.12); border-radius: 50%; }
.branch { position: absolute; width: 2px; height: 370px; background: rgba(231,222,206,.33); transform-origin: bottom; }
.branch::before, .branch::after { content: ""; position: absolute; width: 70px; height: 1px; background: inherit; }
.branch::before { top: 90px; left: -8px; transform: rotate(-38deg); }
.branch::after { top: 170px; right: -7px; transform: rotate(42deg); }
.branch-one { left: 20%; bottom: 0; transform: rotate(-13deg); }
.branch-two { right: 19%; bottom: -30px; height: 290px; transform: rotate(18deg); }
.water-lines { position: absolute; inset: auto 0 0; height: 35%; background: repeating-radial-gradient(ellipse at 50% 100%, transparent 0 30px, rgba(231,222,206,.15) 31px 32px); opacity: .7; }
.space-copy > p:not(.eyebrow) { max-width: 500px; color: #5f594f; font-family: var(--serif); line-height: 2.1; }
.space-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 56px 0 0; padding: 34px 0 0; border-top: 1px solid var(--line); list-style: none; }
.space-features li { color: var(--muted); font-size: 11px; letter-spacing: .12em; }
.space-features span { display: block; color: var(--ink); font-family: var(--serif); font-size: 31px; letter-spacing: 0; }

.chef-section { background: var(--rice); }
.chef-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12vw; align-items: end; }
.chef-title h2 { margin-bottom: 0; font-size: clamp(38px, 4vw, 62px); }
.chef-grid blockquote { margin: 0; padding: 50px 0 10px; border-top: 1px solid var(--line); font-family: var(--serif); font-size: clamp(25px, 2.7vw, 39px); line-height: 1.75; }
.chef-grid blockquote footer { margin-top: 32px; color: var(--cinnabar); font-family: var(--sans); font-size: 11px; letter-spacing: .2em; }

.reservation { color: var(--rice); background: var(--ink-soft); }
.reservation-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 11vw; align-items: start; }
.reserve-intro { position: sticky; top: 120px; }
.reserve-intro > p:not(.eyebrow) { max-width: 450px; color: rgba(250,247,240,.55); font-family: var(--serif); line-height: 2; }
.reserve-intro > a { display: inline-block; margin-top: 24px; color: #d2b17e; font-family: var(--serif); font-size: 24px; letter-spacing: .08em; }
.reserve-form { display: grid; gap: 30px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.field label { display: flex; align-items: center; gap: 4px; margin-bottom: 8px; color: rgba(250,247,240,.65); font-size: 11px; letter-spacing: .16em; }
.field label span { color: #d2b17e; }
.field label em { margin-left: auto; color: rgba(250,247,240,.3); font-style: normal; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 10px 2px; color: var(--rice); background: transparent; border: 0; border-bottom: 1px solid rgba(250,247,240,.28); border-radius: 0; outline: none; transition: border-color .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #d2b17e; }
.field input::placeholder, .field textarea::placeholder { color: rgba(250,247,240,.25); }
.field select { color-scheme: dark; }
.field.invalid input, .field.invalid select { border-color: #e08b78; }
.error { display: block; min-height: 18px; color: #f1a797; font-size: 11px; }
.submit-button { min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 26px; color: var(--ink); background: var(--paper); border: 1px solid var(--paper); cursor: pointer; letter-spacing: .16em; transition: color .25s, background .25s; }
.submit-button svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .25s; }
.submit-button:hover { color: var(--paper); background: transparent; }
.submit-button:hover svg { transform: translateX(5px); }
.privacy-note { margin: -16px 0 0; color: rgba(250,247,240,.32); font-size: 10px; line-height: 1.7; }

.visit { background: var(--paper); }
.visit-grid { display: grid; grid-template-columns: 1.3fr .8fr .7fr; gap: 7vw; }
.visit-heading h2 { margin: 0; }
.visit-info { padding-top: 36px; border-top: 1px solid var(--line); }
.visit-info h3 { margin-bottom: 20px; font-size: 24px; }
.visit-info p { color: var(--muted); font-family: var(--serif); line-height: 2; }
.visit-info a { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 12px; letter-spacing: .12em; }
.visit-info > span { color: var(--cinnabar); font-size: 11px; letter-spacing: .12em; }

.site-footer { padding: 86px 0 32px; color: var(--paper); background: #12110f; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 70px; }
.footer-brand { display: flex; align-items: center; gap: 24px; }
.footer-brand > span { width: 78px; height: 78px; display: grid; place-items: center; background: var(--cinnabar); font-family: var(--serif); font-size: 48px; }
.footer-brand h2 { margin: 0; font-size: 38px; letter-spacing: .2em; }
.footer-brand small { display: block; margin-top: 10px; font-family: var(--sans); font-size: 8px; letter-spacing: .48em; }
.footer-top > p { margin: 0; color: rgba(243,238,228,.5); font-family: var(--serif); font-size: 18px; letter-spacing: .25em; text-align: right; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(243,238,228,.42); font-size: 10px; letter-spacing: .12em; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 30px; }
.footer-bottom > a { justify-self: end; }

.success-dialog { width: min(540px, calc(100vw - 32px)); padding: 64px; color: var(--ink); background: var(--paper); border: 0; box-shadow: 0 30px 100px rgba(0,0,0,.35); text-align: center; }
.success-dialog::backdrop { background: rgba(15,14,12,.72); backdrop-filter: blur(7px); }
.success-dialog[open] { animation: dialog-in .35s var(--ease); }
.dialog-close { position: absolute; right: 16px; top: 16px; width: 44px; height: 44px; background: none; border: 0; cursor: pointer; font-size: 24px; }
.dialog-seal { width: 66px; height: 66px; margin: 0 auto 30px; display: grid; place-items: center; color: var(--paper); background: var(--cinnabar); font-family: var(--serif); font-size: 36px; }
.success-dialog h2 { margin-bottom: 24px; font-size: 34px; }
.success-dialog > p:not(.eyebrow) { color: var(--muted); font-family: var(--serif); }
.dialog-confirm { min-width: 160px; min-height: 48px; margin-top: 20px; color: var(--paper); background: var(--ink); border: 1px solid var(--ink); cursor: pointer; }
.mobile-reserve { display: none; }

@keyframes hero-in { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.015); } }
@keyframes rise-in { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes scroll-line { from { transform: translateY(-120%); } to { transform: translateY(230%); } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  :root { --container: min(100% - 48px, 820px); }
  .section { padding: 104px 0; }
  .site-header { height: 76px; padding: 0 24px; }
  .site-header.scrolled { height: 68px; }
  .menu-toggle { position: relative; z-index: 102; width: 52px; height: 48px; display: block; flex: 0 0 52px; padding: 0; color: var(--rice); background: transparent; border: 0; cursor: pointer; }
  .site-header.scrolled .menu-toggle { color: var(--ink); }
  .menu-label { display: block; font-family: var(--serif); font-size: 13px; letter-spacing: .18em; white-space: nowrap; }
  .site-nav { position: fixed; inset: 0; z-index: 101; padding: 120px 36px 56px; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; color: var(--paper); background: var(--ink); transform: translateX(100%); transition: transform .45s var(--ease); }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-family: var(--serif); font-size: 28px; }
  .site-nav .nav-cta { min-height: 58px; margin-top: 28px; border-color: var(--paper); font-family: var(--sans); font-size: 14px; }
  .nav-open .site-header { color: var(--paper); background: transparent; border-color: transparent; backdrop-filter: none; }
  .nav-open .site-header .menu-toggle { color: var(--paper); }
  .hero-content { padding-top: 140px; }
  .hero h1 { font-size: clamp(64px, 13vw, 110px); }
  .hero-bottom { width: 82%; }
  .hero-index { right: 24px; }
  .scroll-cue { display: none; }
  .intro-grid { grid-template-columns: 110px 1fr; gap: 40px; }
  .seal { grid-column: 2; justify-self: start; margin-top: 30px; }
  .menu-heading { align-items: flex-start; }
  .space-grid { grid-template-columns: 1fr 1fr; gap: 60px; }
  .space-art { min-height: 560px; }
  .reservation-grid { gap: 7vw; }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .visit-heading { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --container: calc(100% - 40px); }
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .section { padding: 88px 0; }
  .site-header { padding: 0 16px 0 20px; }
  .brand-mark { width: 32px; height: 32px; font-size: 20px; }
  .brand-name { font-size: 18px; }
  h2 { margin-bottom: 30px; font-size: clamp(38px, 12vw, 54px); }
  .hero { min-height: 760px; }
  .hero-media { background-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,9,8,.84), rgba(10,9,8,.22)), linear-gradient(0deg, rgba(10,9,8,.8), transparent 55%); }
  .hero-content { min-height: 760px; padding: 132px 0 142px; justify-content: flex-end; }
  .hero-eyebrow { margin-bottom: 18px; }
  .hero h1 { font-size: clamp(52px, 15.5vw, 72px); line-height: 1.02; letter-spacing: .045em; }
  .hero h1 span:last-child { margin: 10px 0 0 .45em; }
  .hero-bottom { width: 100%; margin-top: 42px; align-items: center; gap: 22px; }
  .hero-bottom { opacity: 1; animation: none; }
  .hero-bottom p { flex: 1; font-size: 13px; letter-spacing: .06em; }
  .circle-link { flex-basis: 58px; height: 58px; }
  .circle-link span { display: none; }
  .circle-link svg { display: block; }
  .hero-index { display: none; }
  .intro-grid { grid-template-columns: 1fr; gap: 46px; }
  .intro-copy { grid-row: 2; }
  .copy-columns { grid-template-columns: 1fr; gap: 8px; }
  .copy-columns p { font-size: 15px; }
  .seal { grid-column: 1; grid-row: 3; width: 92px; height: 136px; }
  .seal span { font-size: 55px; }
  .menu-heading { display: block; }
  .menu-heading > p { margin-bottom: 32px; font-size: 14px; }
  .menu-tabs { gap: 24px; overflow-x: auto; padding: 28px 0 14px; scrollbar-width: none; }
  .menu-tabs::-webkit-scrollbar { display: none; }
  .menu-tabs button { flex: 0 0 auto; font-size: 14px; }
  .dish { min-height: 124px; grid-template-columns: 44px 1fr auto; gap: 12px; padding: 20px 0; }
  .dish:hover { padding-left: 0; }
  .dish-number { width: 34px; height: 34px; font-size: 13px; }
  .dish-copy h3 { font-size: 21px; }
  .dish-copy > p:last-child { font-size: 10px; line-height: 1.55; letter-spacing: .08em; }
  .dish-price { font-size: 19px; }
  .space-grid { grid-template-columns: 1fr; gap: 66px; }
  .space-art { min-height: 480px; box-shadow: 14px 14px 0 rgba(25,23,20,.07); }
  .space-copy { grid-row: 1; }
  .space-art { grid-row: 2; }
  .space-features { gap: 12px; }
  .space-features span { font-size: 26px; }
  .chef-grid { grid-template-columns: 1fr; gap: 56px; }
  .chef-grid blockquote { font-size: 24px; }
  .reservation-grid { grid-template-columns: 1fr; gap: 66px; }
  .reserve-intro { position: static; }
  .reserve-intro > a { font-size: 21px; }
  .form-row { grid-template-columns: 1fr; gap: 30px; }
  .visit-grid { grid-template-columns: 1fr; gap: 50px; }
  .visit-heading { grid-column: auto; }
  .footer-top { display: block; }
  .footer-brand > span { width: 64px; height: 64px; font-size: 38px; }
  .footer-top > p { margin-top: 46px; text-align: left; }
  .footer-bottom { grid-template-columns: 1fr auto; gap: 28px; }
  .footer-bottom div { grid-column: 1 / -1; grid-row: 1; justify-content: space-between; }
  .footer-bottom > a { grid-column: 2; }
  .success-dialog { padding: 58px 28px 40px; }
  .mobile-reserve { position: fixed; z-index: 90; inset: auto 12px calc(10px + env(safe-area-inset-bottom)); min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; color: var(--paper); background: var(--cinnabar); box-shadow: 0 12px 36px rgba(46,24,17,.25); font-size: 13px; letter-spacing: .16em; }
}

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