:root {
  --ink: #171918;
  --ink-soft: #606260;
  --paper: #f1f1ed;
  --paper-warm: #e8e1cf;
  --red: #c54432;
  --red-dark: #a82e21;
  --line: #c9cbc6;
  --white: #fff;
  --radius: 8px;
  --shell: min(1540px, calc(100% - 64px));
  --shadow: 0 20px 55px rgb(0 0 0 / 0.14);
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { 
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
main#main-content { display: flex; flex-direction: column; }
main#main-content > .brand-splash { order: 0; }
main#main-content > .experience { order: 1; }
main#main-content > .more { display: none; }
main#main-content > .visit { order: 3; }
main#main-content > .social { order: 4; }
main#main-content > .proof,
main#main-content > .reviews,
main#main-content > .signature { display: none; }
body:has(dialog[open]) { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, blockquote, figure { margin: 0; }
address { font-style: normal; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(88px, 9vw, 150px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 16px; transform: translateY(-150%); background: var(--white); padding: 12px 16px; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { color: var(--red); font-size: 13px; font-weight: 700; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.eyebrow--light { color: var(--white); opacity: .78; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; padding: 0 25px; font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.button--red { background: var(--red); color: var(--white); }
.button--red:hover { background: var(--red-dark); }
.button--light { background: var(--paper); color: var(--ink); }
.button--light:hover { background: var(--white); }
.button--outline-light { border-color: rgb(255 255 255 / .72); background: rgb(0 0 0 / .06); color: var(--white); }
.button--outline-light:hover { border-color: var(--white); background: rgb(255 255 255 / .1); }
.button--wide { width: 100%; min-height: 70px; font-size: 19px; }
.text-link { display: inline-flex; width: max-content; align-items: center; gap: 22px; border: 0; border-bottom: 1px solid var(--red); background: transparent; padding: 0 0 7px; color: var(--ink); font-size: 13px; font-weight: 700; letter-spacing: .11em; line-height: 1.2; text-transform: uppercase; cursor: pointer; }
.text-link--light { color: var(--white); border-bottom-color: rgb(255 255 255 / .45); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 82px; background: rgb(216 212 204 / .94); border-bottom: 1px solid rgb(23 25 24 / .08); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 20px; font-weight: 800; letter-spacing: -.04em; text-transform: uppercase; }
.brand img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.brand--wordmark { font-family: Didot, "Bodoni 72", "Bodoni MT", Georgia, serif; font-size: 25px; font-weight: 400; letter-spacing: .2em; line-height: 1; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(22px, 2.5vw, 46px); margin-left: auto; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.primary-nav > a { position: relative; padding-block: 10px; }
.primary-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--red); transition: right .2s ease; }
.primary-nav > a:hover::after { right: 0; }
.primary-nav > .nav-link-button { position: relative; border: 0; background: transparent; padding: 10px 0; font-size: inherit; font-weight: inherit; letter-spacing: inherit; text-transform: inherit; cursor: pointer; }
.primary-nav > .nav-link-button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--red); transition: right .2s ease; }
.primary-nav > .nav-link-button:hover::after { right: 0; }
.nav-toggle { display: none; width: 45px; height: 45px; border: 0; background: transparent; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 860px; height: 100svh; max-height: 1040px; display: grid; align-items: center; overflow: hidden; background: #191816 url('public/assets/images/hero/hero-desktop.webp') center / cover no-repeat; color: var(--white); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(8 8 8 / .82) 0%, rgb(8 8 8 / .57) 37%, rgb(8 8 8 / .08) 70%), linear-gradient(0deg, rgb(0 0 0 / .36), transparent 50%); }
.hero-content { position: relative; z-index: 1; padding-top: 82px; }
.hero-eyebrow { color: #f08370; }
.hero h1 { max-width: 820px; margin-top: 25px; font-size: clamp(64px, 5vw, 84px); font-weight: 750; letter-spacing: -.06em; line-height: .94; text-transform: uppercase; }
.hero-copy { max-width: 500px; margin-top: 34px; color: rgb(255 255 255 / .8); font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.hero-location { margin-top: 32px; color: rgb(255 255 255 / .64); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.brand-splash { min-height: 100svh; height: 100svh; max-height: none; display: grid; place-items: center; overflow: hidden; background: url('public/assets/brand/concrete-texture.png') center / cover no-repeat; padding: 90px 32px 24px; color: var(--ink); }
.brand-splash .hero-shade, .brand-splash .hero-content { display: none; }
.brand-splash-image { width: min(100%, 1040px); max-height: calc(100svh - 114px); height: auto; object-fit: contain; }
@keyframes brand-splash-in {
  from { opacity: 0; transform: scale(.985); }
  to { opacity: 1; transform: scale(1); }
}
.brand-splash-image { animation: brand-splash-in 8s cubic-bezier(.22,.61,.36,1) both; }

.proof { border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: .9fr 1.25fr; gap: clamp(64px, 8vw, 140px); }
.press-proof { padding-right: 40px; border-right: 1px solid var(--line); }
.press-proof h2 { margin: 26px 0 46px; font-size: clamp(52px, 5vw, 86px); font-weight: 760; letter-spacing: -.06em; line-height: .92; text-transform: uppercase; }
.rating-proof { display: grid; grid-template-columns: .7fr 1.3fr; gap: 64px; align-items: center; }
.rating-number { font-size: clamp(96px, 10vw, 170px); font-weight: 760; letter-spacing: -.08em; line-height: .78; }
.rating-stars { margin-top: 24px; color: var(--red); font-size: 17px; letter-spacing: .18em; }
.rating-count { margin-top: 10px; color: var(--ink-soft); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.rating-source { margin-bottom: 24px; font-size: 15px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.rating-copy blockquote { max-width: 520px; margin-bottom: 38px; color: #343633; font-size: clamp(23px, 2vw, 34px); letter-spacing: -.025em; line-height: 1.25; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 54px; }
.section-heading h2, .more-heading h2, .social-heading h2 { margin-top: 18px; font-size: clamp(52px, 6vw, 98px); font-weight: 760; letter-spacing: -.065em; line-height: .94; text-transform: uppercase; }
.section-heading > p { max-width: 440px; color: var(--ink-soft); font-size: 17px; line-height: 1.6; }
.ramen-grid { display: grid; grid-template-columns: 1.55fr .72fr .72fr; gap: 18px; align-items: stretch; }
.dish-image { height: 630px; border-radius: var(--radius); overflow: hidden; background: #272421; }
.dish-card:not(.dish-card--featured) .dish-image { height: 510px; }
.dish-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.dish-card:hover .dish-image img { transform: scale(1.025); }
.dish-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding-top: 19px; }
.dish-caption h3 { font-size: 18px; font-weight: 700; letter-spacing: .01em; text-transform: uppercase; }
.dish-caption p { color: var(--ink-soft); font-size: 13px; line-height: 1.45; text-align: right; }
.section-action { display: flex; justify-content: flex-end; margin-top: 46px; }

.more { padding-top: 60px; }
.more-grid { display: grid; grid-template-columns: .88fr 1fr; gap: clamp(54px, 7vw, 110px); align-items: stretch; }
.gyoza-feature { min-height: 900px; border-radius: var(--radius); overflow: hidden; }
.gyoza-feature img { width: 100%; height: 100%; object-fit: cover; }
.more-content { display: flex; flex-direction: column; justify-content: center; border-block: 1px solid var(--line); padding-block: 58px; }
.more-heading > p:last-child { margin-top: 22px; color: var(--ink-soft); font-size: 19px; }
.small-plates { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 22px; margin-top: 56px; }
.small-plate img { width: 100%; aspect-ratio: 1.62; object-fit: cover; border-radius: var(--radius); }
.small-plate h3 { margin-top: 14px; font-size: 16px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.menu-card { min-height: 260px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: transparent; padding: 42px; color: var(--red); font-size: 14px; font-weight: 700; letter-spacing: .11em; text-align: left; text-transform: uppercase; cursor: pointer; }
.menu-card span:first-child { border-bottom: 1px solid var(--red); padding-bottom: 9px; }
.menu-card span:last-child { font-size: 25px; }

.experience { margin: 0; padding-block: 0; background: #e7dfcd; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 820px; }
.experience-gallery { position: relative; min-width: 0; overflow: hidden; }
.experience-main { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: none; transition: opacity 1.25s ease-in-out; }
.experience-main.is-active { opacity: 1; }
.experience-details { display: none; }
.experience-details img { width: 100%; height: 310px; object-fit: cover; border: 2px solid #e7dfcd; border-radius: var(--radius); box-shadow: var(--shadow); }
.experience-details img:first-child { object-position: 22% center; }
.experience-details img:last-child { object-position: 50% center; }
.experience-copy { display: flex; flex-direction: column; justify-content: center; padding: 82px clamp(48px, 6vw, 100px); }
.experience-copy h2 { margin-top: 32px; font-size: clamp(50px, 4.7vw, 82px); font-weight: 500; letter-spacing: -.055em; line-height: 1.02; }
.experience-copy > p:not(.eyebrow):not(.story-note) { max-width: 510px; margin-top: 40px; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.about-body { max-width: 540px; margin-top: 34px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.about-body p + p { margin-top: 20px; }
.about-menu-link { margin-top: 28px; scroll-margin-top: 110px; }
.experience-copy > p:not(.eyebrow), .experience-copy > a { display: none; }
.experience-copy .text-link { margin-top: 38px; }
.story-note { max-height: 0; overflow: hidden; margin-top: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; opacity: 0; transition: max-height .3s ease, opacity .3s ease, margin .3s ease; }
.story-note:target { max-height: 120px; margin-top: 24px; opacity: 1; }

.reviews-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(70px, 10vw, 180px); }
.reviews-heading { position: sticky; top: 130px; align-self: start; }
.reviews-heading h2 { margin-top: 24px; font-size: clamp(60px, 6vw, 96px); font-weight: 760; letter-spacing: -.07em; line-height: .9; text-transform: uppercase; }
.reviews-score { display: flex; align-items: baseline; gap: 18px; margin: 42px 0; }
.reviews-score strong { font-size: 52px; letter-spacing: -.05em; }
.reviews-score span { color: var(--ink-soft); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.review-list blockquote { padding: 0 0 58px; border-bottom: 1px solid var(--line); }
.review-list blockquote + blockquote { padding-top: 58px; }
.review-list p { font-size: clamp(28px, 3vw, 48px); letter-spacing: -.035em; line-height: 1.18; }
.review-list cite { display: block; margin-top: 28px; color: var(--ink-soft); font-size: 12px; font-style: normal; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.visit { display: grid; grid-template-columns: 1fr 1fr; min-height: 940px; margin: 0; gap: 0; }
.visit-visual { display: grid; grid-template-rows: 1fr; min-width: 0; order: 2; }
.visit-visual .map-card { display: none; }
.map-card { position: relative; display: block; overflow: hidden; background: #ebece9; border-top: 1px solid #dedfdb; }
.map-card::before, .map-card::after { content: ""; position: absolute; inset: -25%; background-image: linear-gradient(34deg, transparent 47%, #d1d3d0 48%, #d1d3d0 49%, transparent 50%), linear-gradient(112deg, transparent 47%, #d1d3d0 48%, #d1d3d0 49%, transparent 50%); background-size: 180px 125px, 240px 170px; opacity: .8; }
.map-card::after { transform: rotate(12deg) scale(1.15); opacity: .35; }
.map-road { position: absolute; z-index: 1; height: 9px; background: #d2d5d1; transform-origin: left; }
.map-road--one { width: 70%; left: 5%; top: 70%; transform: rotate(-8deg); }
.map-road--two { width: 55%; left: 32%; top: 16%; transform: rotate(57deg); }
.map-road--three { width: 45%; left: 10%; top: 28%; transform: rotate(33deg); }
.map-label { position: absolute; z-index: 2; color: #636762; font-size: 12px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.map-label--lace { left: 16%; top: 18%; }
.map-label--city { left: 51%; top: 58%; }
.map-label--castle { right: 10%; bottom: 12%; }
.map-pin { position: absolute; z-index: 3; left: 50%; top: 42%; width: 38px; height: 38px; border-radius: 50% 50% 50% 0; background: var(--red); transform: rotate(-45deg); box-shadow: 0 6px 18px rgb(0 0 0 / .18); }
.map-pin::after { content: ""; position: absolute; width: 12px; height: 12px; left: 13px; top: 13px; border-radius: 50%; background: var(--paper); }
.map-address { position: absolute; z-index: 3; left: calc(50% - 14px); top: calc(42% + 48px); font-size: 14px; font-weight: 700; }
.storefront { position: relative; overflow: hidden; }
.storefront > img:first-child { width: 100%; height: 100%; object-fit: cover; }
.storefront-logo { position: absolute; left: 25%; top: 9%; width: 92px; height: 92px; border-radius: 50%; box-shadow: 0 8px 18px rgb(0 0 0 / .25); }
.visit-info { display: flex; flex-direction: column; justify-content: center; background: var(--red); color: var(--white); padding: 90px clamp(60px, 8vw, 145px); order: 1; }
.visit-info h2 { margin-top: 22px; font-size: clamp(68px, 7vw, 112px); font-weight: 760; letter-spacing: -.07em; line-height: .9; text-transform: uppercase; }
.visit-info address { margin-top: 38px; padding-bottom: 34px; border-bottom: 1px solid rgb(255 255 255 / .35); font-size: 24px; font-weight: 520; letter-spacing: .02em; line-height: 1.45; text-transform: uppercase; }
.hours-note { display: grid; grid-template-columns: 1fr 1.7fr; gap: 28px; padding-block: 34px; border-bottom: 1px solid rgb(255 255 255 / .35); font-size: 13px; font-weight: 700; letter-spacing: .09em; line-height: 1.5; text-transform: uppercase; }
.hours-list { display: grid; grid-column: 1 / -1; gap: 12px; }
.hours-list div { display: flex; justify-content: space-between; gap: 22px; border-bottom: 1px solid rgb(255 255 255 / .18); padding-bottom: 10px; }
.hours-list strong { font-weight: 800; }
.hours-times { display: inline-flex; align-items: baseline; justify-content: flex-end; gap: 12px; opacity: 1 !important; text-align: right; }
.hours-times small { display: inline; font-size: 10px; font-weight: 650; letter-spacing: .06em; opacity: .72; white-space: nowrap; }
.last-order-note { display: none; }
.last-order-note[hidden] { display: none; }
.last-order-note div { display: flex; justify-content: space-between; gap: 22px; }
.last-order-note span { opacity: .7; }
.last-order-note strong { font-weight: 700; }
.hours-note > span, .hours-note > a { display: none; }
.hours-note span { opacity: .7; }
.hours-note a { text-decoration: underline; text-underline-offset: 5px; }
.walk-ins { margin: 34px 0; font-size: 18px; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }
.walk-ins span { display: inline-block; margin-right: 12px; font-size: 25px; }
.visit-info .text-link { margin-top: 34px; }
.visit-info .walk-ins, .visit-info .button--wide, .visit-info > .text-link { display: none; }

.social { display: none; }
.social-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 52px; }
.instagram-handle { border-bottom: 1px solid var(--red); padding-bottom: 9px; color: var(--red); font-size: 14px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.social-grid a { display: block; aspect-ratio: 1.16; overflow: hidden; border-radius: var(--radius); }
.social-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.social-grid a:hover img { transform: scale(1.035); }

.site-footer { background: var(--ink); color: var(--white); padding: 78px 0 28px; }
.footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: clamp(36px, 7vw, 110px); max-width: 1060px; justify-items: center; }
.footer-brand { display: flex; align-items: center; gap: 30px; }
.footer-brand img { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; }
.footer-brand p { color: rgb(255 255 255 / .72); font-size: 16px; line-height: 1.45; }
.footer-label { margin-bottom: 20px; color: rgb(255 255 255 / .45); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid address, .footer-grid a, .footer-grid button { display: block; margin: 0 0 12px; border: 0; background: transparent; padding: 0; color: rgb(255 255 255 / .8); font-size: 13px; line-height: 1.55; text-align: center; cursor: pointer; }
.footer-grid > div:nth-child(2), .footer-grid > div:nth-child(2) address, .footer-grid > div:nth-child(2) a { text-align: left; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 24px; border-top: 1px solid rgb(255 255 255 / .15); color: rgb(255 255 255 / .38); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.menu-dialog { width: min(1320px, calc(100% - 32px)); max-height: calc(100dvh - 32px); border: 0; border-radius: 10px; background: var(--paper); padding: 0; box-shadow: 0 30px 100px rgb(0 0 0 / .55); }
.menu-dialog::backdrop { background: rgb(9 10 9 / .78); backdrop-filter: blur(8px); }
.menu-dialog-bar { position: sticky; z-index: 3; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgb(241 241 237 / .96); border-bottom: 1px solid var(--line); padding: 24px 28px; }
.menu-dialog-bar h2 { margin-top: 7px; font-size: 28px; letter-spacing: -.04em; text-transform: uppercase; }
.dialog-close { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 30px; line-height: 1; cursor: pointer; }
.menu-image-wrap { padding: 22px; overflow: auto; }
.menu-image-wrap img { width: 100%; min-width: 920px; }
.menu-note { padding: 0 28px 28px; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 40px, 980px); }
  .hero { min-height: 760px; }
  .proof-grid, .reviews-inner { grid-template-columns: 1fr; }
  .press-proof { padding: 0 0 60px; border: 0; border-bottom: 1px solid var(--line); }
  .rating-proof { grid-template-columns: .6fr 1.4fr; }
  .ramen-grid { grid-template-columns: 1.25fr .75fr; }
  .dish-card:last-child { grid-column: 2; }
  .dish-card--featured { grid-row: span 2; }
  .dish-card--featured .dish-image { height: 820px; }
  .dish-card:not(.dish-card--featured) .dish-image { height: 350px; }
  .more-grid { grid-template-columns: 1fr; }
  .gyoza-feature { min-height: 650px; }
  .experience-grid { grid-template-columns: 1.1fr .9fr; min-height: 780px; }
  .experience-details { display: none; }
  .experience-copy { padding: 70px 50px; }
  .reviews-heading { position: static; }
  .visit { grid-template-columns: 1fr; }
  .visit-visual { min-height: 780px; }
  .visit-info { min-height: 720px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 32px); }
  .site-header { height: 70px; }
  .brand img { width: 44px; height: 44px; }
  .brand--wordmark { font-size: 21px; letter-spacing: .16em; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; max-height: 0; overflow: hidden; background: var(--paper); padding-inline: 16px; transition: max-height .25s ease, padding .25s ease; }
  .primary-nav.is-open { max-height: 420px; padding-block: 14px 22px; border-bottom: 1px solid var(--line); }
  .primary-nav > a { padding: 14px 8px; border-bottom: 1px solid var(--line); }
  .primary-nav > .nav-link-button { padding: 14px 8px; border-bottom: 1px solid var(--line); text-align: left; }
  .nav-contact-button { margin-top: 14px; }
  .hero { min-height: 820px; max-height: none; align-items: end; background-image: url('public/assets/images/hero/hero-mobile.webp'); background-position: center; }
  .brand-splash { min-height: 100svh; height: 100svh; padding: 82px 16px 16px; background: url('public/assets/brand/concrete-texture.png') center / cover no-repeat; }
  .brand-splash-image { width: 100%; max-height: calc(100svh - 98px); }
  .hero-shade { background: linear-gradient(0deg, rgb(8 8 8 / .88) 0%, rgb(8 8 8 / .54) 48%, rgb(8 8 8 / .03) 80%); }
  .hero-content { padding: 0 0 54px; }
  .hero h1 { font-size: clamp(48px, 13.2vw, 72px); }
  .hero-copy { max-width: 430px; font-size: 17px; }
  .section { padding-block: 82px; }
  .section-heading, .social-heading { display: block; }
  .section-heading > p { margin-top: 24px; }
  .rating-proof { grid-template-columns: 1fr; gap: 44px; }
  .rating-number { font-size: 110px; }
  .ramen-grid { grid-template-columns: 1fr 1fr; }
  .dish-card--featured { grid-column: 1 / -1; grid-row: auto; }
  .dish-card--featured .dish-image { height: 580px; }
  .dish-card:not(.dish-card--featured) .dish-image { height: 440px; }
  .dish-caption { display: block; }
  .dish-caption p { margin-top: 6px; text-align: left; }
  .more { padding-top: 28px; }
  .gyoza-feature { min-height: 580px; }
  .small-plates { gap: 28px 14px; }
  .menu-card { min-height: 190px; padding: 28px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-gallery { min-height: 640px; }
  .experience-main { height: 100%; }
  .experience-copy { padding: 80px 32px; }
  .reviews-score { margin-block: 34px; }
  .visit-visual { min-height: 680px; }
  .visit-info { min-height: auto; padding: 80px 32px; }
  .social-heading .instagram-handle { display: inline-flex; margin-top: 28px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
}

@media (max-width: 560px) {
  .section { padding-block: 68px; }
  .eyebrow { font-size: 11px; }
  .hero { min-height: 760px; }
  .hero h1 { margin-top: 18px; }
  .hero-copy { margin-top: 24px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 25px; margin-top: 30px; }
  .press-proof h2, .section-heading h2, .more-heading h2, .social-heading h2, .reviews-heading h2 { font-size: 47px; }
  .rating-copy blockquote { font-size: 24px; }
  .ramen-grid { display: block; }
  .dish-card + .dish-card { margin-top: 40px; }
  .dish-card--featured .dish-image, .dish-card:not(.dish-card--featured) .dish-image { height: auto; aspect-ratio: 4 / 5; }
  .dish-card--featured .dish-image { aspect-ratio: 1 / 1.08; }
  .section-action { justify-content: flex-start; }
  .gyoza-feature { min-height: 0; aspect-ratio: 4 / 5; }
  .more-content { padding-block: 48px; }
  .small-plates { grid-template-columns: 1fr; }
  .menu-card { min-height: 138px; }
  .experience-gallery { min-height: 500px; }
  .experience-main { height: 100%; }
  .experience-copy h2 { font-size: 45px; }
  .review-list p { font-size: 27px; }
  .visit-visual { grid-template-rows: 1fr; min-height: 610px; }
  .map-label--castle { display: none; }
  .map-label--city { display: none; }
  .map-address { left: calc(50% - 35px); top: calc(42% + 46px); }
  .storefront-logo { width: 64px; height: 64px; }
  .visit-info h2 { font-size: 61px; }
  .visit-info address { font-size: 19px; }
  .hours-note { grid-template-columns: 1fr; gap: 12px; }
  .button--wide { min-height: 60px; font-size: 16px; }
  .social-grid { grid-template-columns: 1fr; }
  .social-grid a { aspect-ratio: 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { align-items: flex-start; }
  .footer-bottom { gap: 20px; }
  .menu-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); }
  .menu-image-wrap { padding: 12px; }
  .menu-image-wrap img { min-width: 760px; }
}

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