:root {
  --ink: #171411;
  --ink-soft: #24201b;
  --paper: #f1e9dc;
  --surface: #171411;
  --surface-warm: #171411;
  --muted: #9f9383;
  --muted-dark: #c8b9a6;
  --ember: #e27642;
  --ember-surface: #e3a05d;
  --saffron: #e6a24c;
  --line: rgba(241, 233, 220, 0.19);
  --line-dark: rgba(241, 233, 220, 0.18);
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Playfair Display", Georgia, serif;
  --content: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.55; overflow-x: hidden; }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button { font: inherit; }
.site-shell { overflow: hidden; }
.content-width { width: min(var(--content), calc(100% - 80px)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Focus visibility: an authored ring on every interactive control, on top of any
   hover/active styling that element already carries. */
a:focus-visible, button:focus-visible { outline: 2px solid var(--saffron); outline-offset: 3px; border-radius: 2px; }
.button:focus-visible { outline-offset: 3px; border-radius: 999px; }
.language-button:focus-visible { outline-offset: 2px; border-radius: 999px; }
.filter-button:focus-visible { outline-offset: 2px; border-radius: 999px; }
.menu-toggle:focus-visible { outline-offset: 3px; border-radius: 999px; }
.gallery-arrow:focus-visible { outline-offset: 2px; }
.gallery-thumb:focus-visible { outline-offset: -3px; z-index: 2; }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; padding: 26px 40px; color: var(--paper); transition: padding 240ms ease, background 240ms ease, border-color 240ms ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { padding-block: 14px; background: rgba(23, 20, 17, 0.91); border-color: var(--line); backdrop-filter: blur(16px); }
.wordmark { display: inline-flex; flex-direction: column; width: max-content; text-decoration: none; }
.brand-logo { display: block; width: auto; object-fit: contain; }
.brand-logo-header { height: 29px; }
.brand-logo-footer { height: 42px; }
.wordmark-sub { margin-top: 7px; color: var(--muted); font-family: var(--serif); font-size: 0.73rem; font-style: italic; letter-spacing: 0.02em; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); }
.main-nav a, .footer-links a { color: var(--paper); font-size: 0.73rem; letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; transition: color 180ms ease; }
.main-nav a:hover, .footer-links a:hover { color: var(--saffron); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
.language-switch { display: flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(0, 0, 0, 0.12); }
.language-button { display: inline-flex; align-items: center; gap: 5px; min-height: 29px; padding: 0 8px; border: 0; border-radius: 999px; color: var(--muted); background: transparent; cursor: pointer; font-size: 0.67rem; font-weight: 700; letter-spacing: 0.08em; transition: color 180ms ease, background 180ms ease; }
.language-button.is-active { color: var(--ink); background: var(--paper); }
.flag { font-size: 0.86rem; line-height: 1; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.11em; text-decoration: none; text-transform: uppercase; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 38px; padding-inline: 16px; font-size: 0.64rem; }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { background: white; }
.button-primary { color: var(--ink); background: var(--saffron); box-shadow: 0 14px 32px rgba(230, 162, 76, 0.2); }
.button-primary:hover { background: #f0b767; }
.button-outline-light { border-color: rgba(241, 233, 220, 0.44); color: var(--paper); background: transparent; }
.button-outline-light:hover { border-color: var(--paper); background: rgba(241, 233, 220, 0.09); }
.button-dark { border-color: var(--line-dark); color: var(--paper); background: transparent; }
.button-dark:hover { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.button-arrow { font-size: 1.05em; }
.menu-toggle { display: none; width: 42px; height: 38px; padding: 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--paper); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 4px auto; background: currentColor; transition: transform 180ms ease; }

.hero { position: relative; min-height: min(900px, 100svh); display: flex; align-items: center; padding: 160px 0 84px; isolation: isolate; }
.hero-media.motion-media, .hero-shade, .hero-grain { position: absolute; z-index: -1; inset: 0; }
.hero-image, .hero-video { object-position: center 52%; }
.hero-shade { background: linear-gradient(90deg, rgba(12, 10, 8, 0.86) 0%, rgba(12, 10, 8, 0.54) 43%, rgba(12, 10, 8, 0.17) 100%), linear-gradient(0deg, rgba(12, 10, 8, 0.72) 0%, transparent 42%, rgba(12, 10, 8, 0.21) 100%); }
.hero-grain { opacity: 0.14; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; pointer-events: none; }
.hero-content { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--ember-surface); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; }
.eyebrow-line { width: 32px; height: 1px; background: currentColor; }
.hero-eyebrow { color: var(--saffron); opacity: 0; animation: rise-in 700ms 150ms ease-out forwards; }
.hero h1 { margin: 0; line-height: 0; opacity: 0; animation: rise-in 800ms 300ms ease-out forwards; }
.hero-brand-logo { display: block; width: clamp(290px, 46vw, 640px); max-width: 100%; height: auto; filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.24)); }
.hero-subtitle { max-width: 540px; margin: 38px 0 0; color: var(--paper); font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.6rem); font-style: italic; line-height: 1.05; opacity: 0; animation: rise-in 800ms 450ms ease-out forwards; }
.hero-copy { max-width: 450px; margin: 24px 0 0; color: rgba(241, 233, 220, 0.77); font-size: 1rem; opacity: 0; animation: rise-in 800ms 570ms ease-out forwards; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 35px; opacity: 0; animation: rise-in 800ms 690ms ease-out forwards; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--ink); font-size: 0.73rem; font-weight: 700; letter-spacing: 0.11em; text-decoration: none; text-transform: uppercase; }
.text-link span:last-child { font-size: 1rem; transition: transform 180ms ease; }
.text-link:hover span:last-child { transform: translate(3px, -3px); }
.text-link-light { color: var(--paper); }
.hero-meta { position: absolute; z-index: 1; right: 0; bottom: 38px; left: 0; display: flex; justify-content: space-between; gap: 30px; opacity: 0; animation: rise-in 800ms 850ms ease-out forwards; }
.hero-meta-item { display: flex; flex-direction: column; gap: 5px; color: var(--paper); text-decoration: none; }
.meta-label { color: var(--muted); font-size: 0.64rem; letter-spacing: 0.13em; text-transform: uppercase; }
.hero-meta strong { font-size: 0.83rem; font-weight: 500; letter-spacing: 0.04em; }
.hero-rating { text-align: right; }
.stars { color: var(--saffron); font-size: 0.69rem; letter-spacing: 0.1em; }

.section-space { padding: 140px 0; }
.section-space-small { padding: 36px 0 140px; }
.intro { color: var(--paper); background: var(--surface); }
.intro-grid { display: grid; grid-template-columns: 1.1fr 2fr 0.9fr; gap: clamp(36px, 7vw, 120px); align-items: start; }
.section-marker { display: flex; align-items: center; gap: 10px; padding-top: 12px; color: var(--muted-dark); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.section-marker i { width: 28px; height: 1px; background: var(--ember-surface); }
.intro-copy h2, .section-heading h2, .order-grid h2 { margin: 0; font-size: clamp(2.7rem, 5.5vw, 5.3rem); font-weight: 500; letter-spacing: -0.04em; line-height: 0.97; }
h2 em { color: var(--ember-surface); font-family: var(--serif); font-weight: 500; }
.intro-copy > p:not(.eyebrow) { max-width: 430px; margin: 30px 0; color: var(--muted-dark); font-size: 1rem; }
.intro-copy .text-link { color: var(--paper); }
.intro-stat { display: flex; flex-direction: column; padding-top: 12px; }
.stat-number { color: var(--ember-surface); font-family: var(--serif); font-size: clamp(3.3rem, 6vw, 5rem); line-height: 0.9; }
.stat-label { margin-top: 10px; color: var(--muted-dark); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.stat-rule { width: 100%; height: 1px; margin: 28px 0 18px; background: var(--line-dark); }
.stat-note { max-width: 175px; color: var(--muted-dark); font-family: var(--serif); font-size: 0.94rem; font-style: italic; }

.gallery-section { padding-bottom: 56px; color: var(--paper); background: var(--surface); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.gallery-heading .section-marker { margin-bottom: 34px; }
.gallery-heading .eyebrow { margin-bottom: 22px; }
.gallery-heading h2 { margin: 0; font-size: clamp(2.7rem, 5.5vw, 5.3rem); font-weight: 500; letter-spacing: -0.04em; line-height: 0.97; }
.gallery-shell { margin-top: 60px; }
.gallery-stage { position: relative; aspect-ratio: 16 / 8.8; overflow: hidden; background: var(--ink-soft); }
.gallery-slide { position: absolute; z-index: 0; inset: 0; margin: 0; overflow: hidden; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 760ms ease, visibility 0s linear 760ms; }
.gallery-slide.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.gallery-slide img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.gallery-slide::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(12, 10, 8, 0.72), transparent 48%); pointer-events: none; }
.gallery-slide figcaption { position: absolute; z-index: 1; right: 30px; bottom: 28px; left: 30px; display: flex; align-items: end; justify-content: space-between; gap: 24px; color: var(--paper); }
.gallery-slide-label { font-family: var(--serif); font-size: clamp(1.25rem, 2.2vw, 2rem); font-style: italic; }
.gallery-slide-source { color: rgba(241, 233, 220, 0.68); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.14em; }
.gallery-controls { position: absolute; z-index: 2; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; padding: 5px; border: 1px solid rgba(241, 233, 220, 0.22); background: rgba(23, 20, 17, 0.78); backdrop-filter: blur(12px); }
.gallery-arrow { width: 42px; height: 42px; display: inline-grid; place-items: center; padding: 0; border: 1px solid rgba(241, 233, 220, 0.32); color: var(--paper); background: transparent; cursor: pointer; font-size: 1.2rem; line-height: 1; transition: color 180ms ease, background 180ms ease, border-color 180ms ease; }
.gallery-arrow:hover, .gallery-arrow:focus-visible { border-color: var(--paper); background: rgba(241, 233, 220, 0.12); }
.gallery-playpause[aria-pressed="true"] { border-color: var(--ember-surface); color: var(--ember-surface); }
.gallery-count { min-width: 58px; color: var(--muted); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-align: center; }
.gallery-count strong { color: var(--paper); font-weight: 700; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.gallery-thumb { position: relative; aspect-ratio: 1.5; min-width: 0; padding: 0; border: 0; overflow: hidden; background: var(--ink-soft); cursor: pointer; opacity: 0.48; transition: opacity 180ms ease, box-shadow 180ms ease; }
.gallery-thumb:hover, .gallery-thumb:focus-visible { opacity: 0.82; }
.gallery-thumb.is-active { box-shadow: inset 0 0 0 2px var(--ember-surface); opacity: 1; }
.gallery-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }

.menu-section { padding-top: 100px; background: var(--surface); color: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-note { max-width: 260px; margin: 0 0 3px; color: var(--muted-dark); font-family: var(--serif); font-size: 1rem; font-style: italic; }
.menu-mosaic { display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 60px; }
.menu-mosaic-item { position: relative; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink-soft); }
.menu-mosaic-lead { grid-row: 1 / 3; aspect-ratio: auto; }
.menu-mosaic-item img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform 900ms ease; }
.menu-mosaic-item:hover img { transform: scale(1.03); }
.menu-mosaic-item::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(12, 10, 8, 0.66), transparent 46%); pointer-events: none; }
.menu-mosaic-item figcaption { position: absolute; z-index: 1; right: 22px; bottom: 18px; left: 22px; color: var(--paper); font-family: var(--serif); font-size: clamp(1rem, 1.6vw, 1.45rem); font-style: italic; }
.menu-controls { display: flex; flex-wrap: wrap; gap: 8px; margin: 48px 0 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line-dark); }
.filter-button { padding: 8px 14px; border: 1px solid transparent; border-radius: 999px; color: var(--muted-dark); background: transparent; cursor: pointer; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; transition: color 180ms ease, border-color 180ms ease, background 180ms ease; }
.filter-button:hover { color: var(--paper); border-color: var(--line-dark); }
.filter-button.is-active { color: var(--ink); border-color: var(--paper); background: var(--paper); }
.menu-list { border-top: 1px solid var(--line-dark); }
.menu-item { display: grid; grid-template-columns: 54px 96px 1fr auto; gap: 25px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line-dark); animation-delay: var(--item-delay); }
.menu-item-photo { aspect-ratio: 1; overflow: hidden; border-radius: 2px; background: var(--ink-soft); }
.menu-item-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform 600ms ease; }
.menu-item:hover .menu-item-photo img { transform: scale(1.06); }
.menu-item-index { color: var(--ember-surface); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; }
.menu-item-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.25rem, 2.3vw, 1.7rem); font-weight: 500; }
.menu-item-copy p { max-width: 580px; margin: 5px 0 0; color: var(--muted-dark); font-size: 0.84rem; }
.menu-item-price { align-self: start; padding-top: 3px; color: var(--ember-surface); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.05em; white-space: nowrap; }
.menu-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 30px; color: var(--muted-dark); font-family: var(--serif); font-size: 1.02rem; }
.menu-footer .text-link { color: var(--paper); }

.order-band { position: relative; overflow: hidden; color: var(--paper); background: var(--ink-soft); }
.order-band-image { position: absolute; z-index: 0; inset: 0; background: url("/portfolio/mchi/assets/mchi-2026/dish-teppan-beef-band.webp") center 56% / cover no-repeat; }
.order-band::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(23, 20, 17, 0.96), rgba(23, 20, 17, 0.8) 52%, rgba(23, 20, 17, 0.36)); }
.order-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 0.8fr; gap: 100px; align-items: center; min-height: 480px; }
.eyebrow-light { color: var(--saffron); }
.order-copy { max-width: 430px; }
.order-copy > p { margin: 0; color: rgba(241, 233, 220, 0.74); font-size: 1rem; }
.order-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.delivery-note { display: block; margin-top: 16px; color: var(--muted); font-size: 0.71rem; }

.visit-section { color: var(--paper); background: var(--surface-warm); }
.visit-section .section-heading { align-items: end; }
.visit-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 70px; margin-top: 64px; }
.visit-image { aspect-ratio: 1.16; overflow: hidden; background: var(--ink); }
.visit-image img, .visit-image video { object-position: center; }
.visit-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 44px; align-content: center; }
.detail-block { padding-top: 14px; border-top: 1px solid var(--line-dark); }
.detail-label { color: var(--ember-surface); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.detail-block p { margin: 14px 0 0; color: var(--muted-dark); font-family: var(--serif); font-size: 1.05rem; line-height: 1.55; }
.detail-block a { color: inherit; text-decoration: none; }
.detail-block a:hover { color: var(--ember-surface); }
.detail-block small { color: var(--muted-dark); font-family: var(--sans); font-size: 0.72rem; }

.site-footer { padding: 60px 0 22px; color: var(--paper); background: var(--ink); }
.footer-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 65px; }
.wordmark-footer .wordmark-sub { color: var(--saffron); }
.footer-top p { margin: 22px 0 0; color: var(--muted); font-family: var(--serif); font-size: 1.05rem; font-style: italic; }
.footer-credit { margin-top: 10px; font-family: var(--sans); font-size: 0.68rem; font-style: normal; letter-spacing: 0.02em; opacity: 0.72; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 18px 28px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.64rem; letter-spacing: 0.08em; text-transform: uppercase; }

.reveal { opacity: 1; transform: none; transition: opacity 700ms ease, transform 700ms ease; }
.js .reveal { opacity: 0; transform: translateY(22px); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes rise-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; padding: 20px 24px; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); background: rgba(23, 20, 17, 0.97); box-shadow: 0 20px 45px rgba(0, 0, 0, 0.24); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 12px; }
  .header-actions { gap: 8px; }
  .menu-toggle { display: block; }
  .header-actions .button-small { display: none; }
  .content-width { width: min(var(--content), calc(100% - 48px)); }
  .intro-grid { grid-template-columns: 0.6fr 1.4fr; gap: 32px; }
  .section-marker { grid-row: span 2; }
  .intro-stat { grid-column: 2; padding-top: 0; }
  .gallery-heading { gap: 32px; }
  .gallery-stage { aspect-ratio: 16 / 9; }
  .order-grid { gap: 48px; }
  .visit-grid { gap: 40px; }
  .menu-item { grid-template-columns: 40px 84px 1fr auto; gap: 18px; }
}

@media (max-width: 620px) {
  .content-width { width: calc(100% - 36px); }
  .site-header { padding: 17px 18px; }
  .brand-logo-header { height: 24px; }
  .brand-logo-footer { height: 36px; }
  .wordmark-sub { margin-top: 5px; font-size: 0.62rem; }
  .language-button { min-height: 27px; padding-inline: 6px; }
  .hero { min-height: 780px; padding-top: 150px; }
  .hero-image, .hero-video { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(12, 10, 8, 0.82), rgba(12, 10, 8, 0.27)), linear-gradient(0deg, rgba(12, 10, 8, 0.88), transparent 62%); }
  .hero-brand-logo { width: min(100%, 360px); }
  .hero-subtitle { margin-top: 28px; font-size: 2rem; }
  .hero-copy { max-width: 320px; font-size: 0.91rem; }
  .hero-meta { bottom: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
  .hero-rating { text-align: left; }
  .hero-meta-item:last-child { grid-column: 2; grid-row: 1; }
  .section-space { padding: 92px 0; }
  .section-space-small { padding: 24px 0 92px; }
  .intro-grid { grid-template-columns: 1fr; gap: 36px; }
  .section-marker { grid-row: auto; }
  .intro-stat { grid-column: auto; }
  .gallery-heading { display: block; }
  .gallery-heading .section-note { max-width: 320px; margin-top: 24px; }
  .gallery-shell { margin-top: 36px; }
  .gallery-section { padding-bottom: 32px; }
  .gallery-stage { aspect-ratio: 4 / 3; }
  .gallery-slide figcaption { right: 16px; bottom: 16px; left: 16px; }
  .gallery-slide-label { font-size: 1.15rem; }
  .gallery-slide-source { font-size: 0.58rem; }
  .gallery-controls { right: 12px; bottom: 12px; gap: 6px; }
  .gallery-arrow { width: 36px; height: 36px; }
  .gallery-thumbs { display: flex; gap: 8px; overflow-x: auto; margin-right: -18px; padding: 2px 18px 8px 2px; }
  .gallery-thumb { flex: 0 0 88px; }
  .order-band-image { background-position: 70% center; }
  .section-heading { display: block; }
  .menu-section { padding-top: 76px; }
  .section-note { max-width: 320px; margin-top: 24px; }
  .menu-controls { margin-top: 40px; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 12px; }
  .filter-button { flex: 0 0 auto; }
  .menu-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 8px; margin-top: 32px; }
  .menu-mosaic-lead { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 16 / 10; }
  .menu-mosaic-item figcaption { right: 12px; bottom: 10px; left: 12px; font-size: 0.95rem; }
  .menu-item { grid-template-columns: 20px 56px 1fr auto; gap: 10px; padding: 16px 0; }
  .menu-footer { flex-direction: column; align-items: flex-start; gap: 14px; }
  .menu-item-copy h3 { font-size: 1.17rem; }
  .menu-item-copy p { font-size: 0.76rem; line-height: 1.45; }
  .menu-item-price { font-size: 0.68rem; }
  .order-grid { display: block; min-height: 0; padding-top: 92px; padding-bottom: 92px; }
  .order-copy { margin-top: 34px; }
  .visit-section .section-heading .button { margin-top: 28px; }
  .visit-grid { display: block; margin-top: 40px; }
  .visit-image { aspect-ratio: 4 / 3; }
  .visit-details { grid-template-columns: 1fr 1fr; gap: 28px 18px; margin-top: 36px; }
  .detail-block p { font-size: 0.92rem; }
  .footer-top { display: block; padding-bottom: 40px; }
  .footer-links { justify-content: start; margin-top: 36px; }
  .footer-bottom { display: block; line-height: 2; }
  .footer-bottom span { display: block; }
}

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