:root {
  --cream: #F8F2E7;
  --milk: #FDFAF3;
  --kokoa: #33261D;
  --kokoa-soft: #6B594C;
  --brick: #A6402F;
  --olive: #5F6B45;
  --amber: #C98F4E;
  --wood: #4A382B;
  --paper-line: #DCCFBB;
  --serif: "Shippori Mincho", "Yu Mincho", serif;
  --rounded: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  --shadow: 0 18px 45px rgba(51, 38, 29, 0.14);
  --shadow-soft: 0 10px 28px rgba(51, 38, 29, 0.11);
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--kokoa); font-family: var(--rounded); font-size: 16px; font-weight: 400; line-height: 1.9; }
body, button { font-family: var(--rounded); }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
h1, h2, h3, p, dl, dd, figure, ul { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.42; }
p:last-child, dl:last-child, ul:last-child { margin-bottom: 0; }
:focus-visible { outline: 3px solid rgba(201, 143, 78, 0.65); outline-offset: 4px; }
[hidden] { display: none !important; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-header { position: sticky; top: 0; z-index: 100; height: 86px; border-bottom: 1px solid rgba(220, 207, 187, 0.88); background: rgba(253, 250, 243, 0.94); backdrop-filter: blur(14px); }
.site-header__inner { width: min(calc(100% - 48px), 1240px); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand__mark { width: 54px; height: 54px; filter: drop-shadow(0 5px 8px rgba(166, 64, 47, 0.18)); }
.brand__mark circle { fill: var(--brick); }
.brand__mark text { fill: var(--milk); font-family: var(--serif); font-size: 28px; font-weight: 600; }
.brand__type { display: grid; line-height: 1.15; }
.brand__type small { margin-bottom: 4px; color: var(--kokoa-soft); font-size: 10px; letter-spacing: 0.12em; }
.brand__type strong { font-family: var(--serif); font-size: 23px; font-weight: 600; letter-spacing: 0.12em; }
.desktop-nav { height: 100%; display: flex; align-items: center; gap: clamp(18px, 2.1vw, 34px); font-size: 14px; font-weight: 500; }
.desktop-nav > a:not(.desktop-nav__phone) { position: relative; white-space: nowrap; }
.desktop-nav > a:not(.desktop-nav__phone)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--amber); transform: scaleX(0); transition: transform 0.25s ease; }
.desktop-nav > a:hover::after, .desktop-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.desktop-nav__phone { align-self: stretch; min-width: 218px; margin-right: -24px; padding: 0 23px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--brick); color: var(--milk); transition: background 0.25s ease; }
.desktop-nav__phone:hover { background: var(--amber); }
.desktop-nav__phone span { display: grid; line-height: 1.3; }
.desktop-nav__phone small { font-size: 9px; letter-spacing: 0.08em; }
.desktop-nav__phone strong { font-size: 17px; font-weight: 500; letter-spacing: 0.06em; }
.mobile-nav-button, .mobile-nav { display: none; }

.eyebrow { margin-bottom: 13px; color: var(--olive); font-family: var(--rounded); font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; }
.section { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; padding-block: clamp(82px, 9vw, 132px); }
.section-heading h2 { margin-bottom: 20px; font-size: clamp(34px, 3.7vw, 54px); letter-spacing: 0.04em; }
.section-heading > p:not(.eyebrow) { color: var(--kokoa-soft); }
.section-heading--center { max-width: 780px; margin-inline: auto; text-align: center; }
.mobile-heading-break { display: block; }

.home-hero { min-height: calc(100svh - 86px); display: grid; grid-template-columns: minmax(0, 48%) minmax(0, 52%); position: relative; isolation: isolate; background: radial-gradient(circle at 31% 22%, rgba(201, 143, 78, 0.09), transparent 31%), var(--cream); }
.home-hero::before { content: ""; position: absolute; z-index: -1; width: 260px; height: 260px; left: 24%; bottom: 2%; border-radius: 50%; background: radial-gradient(circle, rgba(201, 143, 78, 0.075), transparent 68%); }
.home-hero__copy { align-self: center; max-width: none; padding: clamp(70px, 8vw, 120px) clamp(40px, 6.5vw, 108px); padding-right: clamp(34px, 4.3vw, 68px); }
.home-hero__copy h1 { margin-bottom: 28px; font-size: clamp(42px, 3.8vw, 66px); letter-spacing: 0.035em; }
.home-hero__copy h1 span { display: block; white-space: nowrap; }
.home-hero__lead { max-width: 510px; margin-bottom: 0; color: var(--kokoa-soft); font-size: 17px; line-height: 2; }
.home-hero__visual { min-width: 0; min-height: 590px; position: relative; padding: clamp(24px, 3vw, 44px) clamp(24px, 3.5vw, 56px) clamp(50px, 5vw, 74px) 0; }
.home-hero__main-image { height: 100%; min-height: 540px; border-radius: 16px 0 0 16px; object-fit: cover; box-shadow: var(--shadow); }
.hero-load { filter: brightness(0.9); transition: filter 1.2s ease; }
.hero-load.is-loaded { filter: brightness(1); }
.album-photo { padding: 9px 9px 7px; border: 1px solid rgba(220, 207, 187, 0.8); border-radius: 14px; background: var(--milk); box-shadow: var(--shadow-soft); }
.album-photo img { border-radius: 10px; object-fit: cover; }
.album-photo figcaption { padding: 5px 8px 0; color: var(--kokoa-soft); font-size: 11px; letter-spacing: 0.08em; text-align: right; transform: rotate(-1deg); }
.home-hero__small-image { position: absolute; right: clamp(18px, 4vw, 64px); bottom: clamp(24px, 4vw, 60px); width: clamp(150px, 17vw, 250px); transform: rotate(1.4deg); }

.button-row { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 54px; padding: 13px 24px; border: 1px solid transparent; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 500; line-height: 1.4; transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--brick); color: var(--milk); box-shadow: 0 8px 22px rgba(166, 64, 47, 0.2); }
.button--primary:hover { background: var(--amber); }
.button--secondary { border-color: var(--kokoa); background: transparent; color: var(--kokoa); }
.button--secondary:hover { border-color: var(--amber); background: var(--amber); color: var(--milk); }
.hero-facts { margin: 38px 0 0; padding-top: 19px; border-top: 1px solid var(--paper-line); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.hero-facts > div { min-width: 0; display: grid; grid-template-columns: max-content minmax(0, 1fr); align-items: start; gap: 12px; }
.hero-facts dt { color: var(--olive); font-size: 12px; font-weight: 500; white-space: nowrap; }
.hero-facts dd { margin: 0; font-size: 13px; line-height: 1.65; }
.hero-facts small { display: block; color: var(--kokoa-soft); font-size: 11px; white-space: nowrap; }

.gingham-light { max-width: calc(var(--container) + 64px); padding-inline: 54px; border-radius: 16px; background-color: rgba(253, 250, 243, 0.72); background-image: repeating-linear-gradient(0deg, rgba(166, 64, 47, 0.045) 0, rgba(166, 64, 47, 0.045) 1px, transparent 1px, transparent 22px), repeating-linear-gradient(90deg, rgba(166, 64, 47, 0.045) 0, rgba(166, 64, 47, 0.045) 1px, transparent 1px, transparent 22px); }
.welcome { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(50px, 9vw, 140px); align-items: center; }
.welcome .section-heading h2 { font-size: clamp(32px, 3vw, 44px); }
.welcome__copy { position: relative; max-width: 560px; color: var(--kokoa-soft); font-size: 17px; }
.welcome__copy::before { content: "“"; position: absolute; top: -62px; left: -24px; color: rgba(201, 143, 78, 0.24); font-family: var(--serif); font-size: 92px; line-height: 1; }
.welcome__copy p + p { margin-top: 20px; }
.wave-divider { width: 120px; margin: -10px auto 0; }
.wave-divider svg { display: block; width: 100%; fill: none; stroke: var(--amber); stroke-width: 1.5; opacity: 0.72; }

.dish-mosaic { margin-top: 54px; display: grid; grid-template-columns: 1.55fr 0.9fr; gap: clamp(22px, 3vw, 42px); align-items: center; }
.dish-card { overflow: hidden; border: 1px solid rgba(220, 207, 187, 0.9); border-radius: 15px; background: var(--milk); box-shadow: var(--shadow-soft); }
.dish-card--tilted { transform: rotate(1.15deg); }
.dish-card img { height: 330px; object-fit: cover; }
.dish-card--large img { height: 510px; }
.dish-card__copy { padding: 24px 27px 27px; }
.dish-card__copy span { color: var(--olive); font-size: 11px; font-weight: 500; letter-spacing: 0.13em; }
.dish-card__copy h3 { margin: 6px 0 8px; font-size: 27px; }
.dish-card__copy p { margin: 0; color: var(--kokoa-soft); font-size: 14px; }
.center-link { margin-top: 42px; text-align: center; }
.text-link { display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid var(--amber); font-size: 14px; font-weight: 500; transition: color 0.2s ease; }
.text-link .icon { width: 18px; }
.text-link:hover { color: var(--brick); }

.small-plates { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr); gap: clamp(60px, 9vw, 130px); align-items: center; }
.small-plates__image { transform: rotate(-1.3deg); }
.small-plates__image img { aspect-ratio: 1.35; }
.small-plates__copy h2, .visit__copy h2 { margin-bottom: 23px; font-size: clamp(32px, 3.1vw, 44px); }
.small-plates__copy > p:not(.eyebrow) { color: var(--kokoa-soft); }
.small-plates__copy ul, .menu-category__copy ul { padding: 0; list-style: none; }
.small-plates__copy li, .menu-category__copy li { position: relative; padding: 11px 0 11px 22px; border-bottom: 1px dashed var(--paper-line); }
.small-plates__copy li::before, .menu-category__copy li::before { content: ""; position: absolute; top: 50%; left: 2px; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); transform: translateY(-50%); }

.drinks-band { position: relative; isolation: isolate; color: var(--cream); background-color: var(--wood); background-image: repeating-linear-gradient(0deg, rgba(248, 242, 231, 0.045) 0, rgba(248, 242, 231, 0.045) 1px, transparent 1px, transparent 24px), repeating-linear-gradient(90deg, rgba(248, 242, 231, 0.045) 0, rgba(248, 242, 231, 0.045) 1px, transparent 1px, transparent 24px); }
.drinks-band::after, .reservation-band::after { content: ""; position: absolute; z-index: -1; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(201, 143, 78, 0.1), transparent 68%); pointer-events: none; }
.drinks-band::after { top: -180px; right: 8%; }
.drinks { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: clamp(55px, 9vw, 130px); align-items: center; }
.drinks .eyebrow, .drink-menu .eyebrow { color: #d6b987; }
.drinks .section-heading > p:not(.eyebrow), .drink-menu .section-heading > p:not(.eyebrow) { color: rgba(248, 242, 231, 0.72); }
.drink-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.drink-list > div { min-height: 118px; padding: 24px 27px; border-bottom: 1px solid rgba(248, 242, 231, 0.2); }
.drink-list > div:nth-child(odd) { border-right: 1px solid rgba(248, 242, 231, 0.2); }
.drink-list h3 { margin-bottom: 6px; font-size: 20px; }
.drink-list p { margin: 0; color: rgba(248, 242, 231, 0.68); font-size: 13px; }

.visit { display: grid; grid-template-columns: minmax(400px, 0.9fr) minmax(0, 1.1fr); gap: clamp(55px, 8vw, 110px); align-items: center; }
.visit__copy > p:not(.eyebrow, .notice) { color: var(--kokoa-soft); }
.visit__image { transform: rotate(1.2deg); }
.visit__image img { aspect-ratio: 1.22; }
.info-list { margin: 31px 0 20px; border-top: 1px solid var(--paper-line); }
.info-list > div { padding: 13px 0; border-bottom: 1px solid var(--paper-line); display: grid; grid-template-columns: max-content minmax(0, 1fr); gap: 25px; }
.info-list dt { min-width: 5em; color: var(--olive); font-size: 13px; font-weight: 500; white-space: nowrap; }
.info-list dd { margin: 0; font-size: 14px; }
.notice { color: var(--kokoa-soft); font-size: 12px; }

.reservation-band { position: relative; isolation: isolate; overflow: hidden; padding: clamp(58px, 6vw, 86px) max(24px, calc((100% - var(--container)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 60px; color: var(--cream); background: var(--brick); }
.reservation-band::after { right: 10%; bottom: -260px; }
.reservation-band p { margin-bottom: 4px; font-size: 12px; letter-spacing: 0.15em; }
.reservation-band h2 { margin-bottom: 5px; font-size: clamp(31px, 3.2vw, 45px); }
.reservation-band span { color: rgba(248, 242, 231, 0.8); font-size: 13px; }
.reservation-band > a { display: flex; align-items: center; gap: 16px; white-space: nowrap; }
.reservation-band > a > .icon { width: 39px; height: 39px; }
.reservation-band > a span { display: grid; }
.reservation-band > a small { font-size: 10px; letter-spacing: 0.2em; }
.reservation-band > a strong { color: var(--milk); font-size: clamp(28px, 3vw, 43px); font-weight: 500; letter-spacing: 0.05em; line-height: 1.25; }

.site-footer { padding: 64px 24px 32px; color: var(--cream); background: #2d211a; }
.site-footer__inner { width: min(100%, var(--container)); margin: auto; display: flex; justify-content: space-between; gap: 60px; }
.site-footer__name { color: var(--cream) !important; font-family: var(--serif); font-size: 21px !important; font-weight: 600; }
.site-footer__details { max-width: 520px; }
.site-footer__details p { color: rgba(248, 242, 231, 0.62); font-size: 12px; line-height: 1.8; }
.site-footer__details > a { display: inline-block; margin: 5px 0 13px; color: var(--cream); font-size: 18px; }
.site-footer nav { display: flex; gap: 28px; align-items: flex-start; font-size: 13px; }
.site-footer nav a { white-space: nowrap; }
.site-footer nav a:hover { color: var(--amber); }
.site-footer__copyright { width: min(100%, var(--container)); margin: 36px auto 0; padding-top: 20px; border-top: 1px solid rgba(248, 242, 231, 0.14); color: rgba(248, 242, 231, 0.45); font-size: 11px; }
.mobile-bottom-cta { display: none; }

.page-hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(82px, 9vw, 132px) 24px; text-align: center; background: var(--milk); }
.page-hero::after { content: ""; position: absolute; z-index: -1; top: 50%; left: 50%; width: 720px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(201, 143, 78, 0.1), transparent 67%); transform: translate(-50%, -50%); }
.page-hero h1 { margin-bottom: 17px; font-size: clamp(45px, 5.8vw, 70px); letter-spacing: 0.06em; }
.page-hero > p:not(.eyebrow) { color: var(--kokoa-soft); }
.category-nav { position: sticky; top: 86px; z-index: 40; padding: 17px 24px; display: flex; justify-content: center; gap: clamp(22px, 4vw, 60px); overflow-x: auto; border-block: 1px solid var(--paper-line); background: rgba(248, 242, 231, 0.95); backdrop-filter: blur(12px); font-size: 13px; font-weight: 500; scrollbar-width: none; }
.category-nav::-webkit-scrollbar { display: none; }
.category-nav a { flex: 0 0 auto; white-space: nowrap; }
.category-nav a:hover { color: var(--brick); }
.menu-page { padding-top: 58px; }
.menu-category { padding: 72px 0; border-bottom: 1px solid var(--paper-line); display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(370px, 0.78fr); align-items: center; gap: clamp(60px, 10vw, 145px); scroll-margin-top: 150px; }
.menu-category--reverse .menu-category__photo { order: 2; transform: rotate(1.25deg); }
.menu-category__photo { transform: rotate(-1.25deg); }
.menu-category__photo img { aspect-ratio: 1.22; }
.menu-category__copy h2 { margin-bottom: 16px; font-size: clamp(34px, 3.7vw, 49px); }
.menu-category__copy > p:not(.eyebrow) { color: var(--kokoa-soft); }
.menu-category__copy ul { margin-top: 26px; }
.drink-menu { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(55px, 9vw, 130px); align-items: center; scroll-margin-top: 140px; }
.menu-notice { width: min(calc(100% - 48px), var(--container)); margin: 48px auto 82px; padding: 25px 28px; border: 1px solid var(--paper-line); border-radius: 12px; background: var(--milk); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.menu-notice p { margin: 0; color: var(--kokoa-soft); font-size: 12px; }
.menu-notice > div { display: flex; gap: 28px; white-space: nowrap; }

.access-grid { display: grid; grid-template-columns: minmax(380px, 0.82fr) minmax(0, 1.18fr); gap: clamp(60px, 8vw, 112px); align-items: start; }
.access-details h2 { margin-bottom: 30px; font-size: clamp(32px, 3.5vw, 47px); }
.info-list--full > div { padding: 15px 0; }
.info-list--full a { border-bottom: 1px solid var(--amber); }
.phone-panel { margin-top: 28px; padding: 20px 23px; border-radius: 13px; display: flex; align-items: center; gap: 15px; color: var(--milk); background: var(--brick); transition: background 0.25s ease; }
.phone-panel:hover { background: var(--amber); }
.phone-panel > .icon { width: 31px; height: 31px; }
.phone-panel span { display: grid; }
.phone-panel small { font-size: 10px; }
.phone-panel strong { font-size: 24px; font-weight: 500; letter-spacing: 0.05em; }
.access-media { display: grid; gap: 34px; }
.access-media__photo { transform: rotate(1.1deg); }
.access-media__photo img { aspect-ratio: 1.7; }
.map-panel { overflow: hidden; border: 1px solid var(--paper-line); border-radius: 14px; background: var(--milk); box-shadow: var(--shadow-soft); }
.map-panel iframe { display: block; width: 100%; height: 390px; border: 0; }
.map-panel__actions { padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.map-panel__actions p { margin: 0; display: flex; align-items: center; gap: 8px; color: var(--kokoa-soft); font-size: 12px; white-space: nowrap; }
.reservation-note { padding-top: 42px; display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(50px, 8vw, 110px); border-top: 1px solid var(--paper-line); }
.reservation-note h2 { font-size: 38px; }
.reservation-note > p { max-width: 660px; color: var(--kokoa-soft); }

.js .reveal { opacity: 0; transform: translateY(12px); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity 0.7s ease, transform 0.7s ease; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 17px; font-size: 12px; }
  .desktop-nav__phone { min-width: 190px; margin-right: -16px; padding-inline: 16px; }
  .home-hero { grid-template-columns: minmax(0, 52%) minmax(0, 48%); }
  .home-hero__copy { padding-left: 46px; }
  .home-hero__copy h1 { font-size: 42px; }
  .hero-facts { grid-template-columns: 1fr; gap: 8px; }
  .map-panel__actions { align-items: stretch; flex-direction: column; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 68px; }
  .site-header { height: 72px; }
  .site-header__inner { width: calc(100% - 30px); }
  .brand__mark { width: 44px; height: 44px; }
  .brand__mark text { font-size: 25px; }
  .brand__type small { font-size: 8px; }
  .brand__type strong { font-size: 19px; }
  .desktop-nav { display: none; }
  .mobile-nav-button { padding: 4px; border: 0; display: grid; place-items: center; gap: 0; background: transparent; font-size: 9px; font-weight: 500; cursor: pointer; }
  .mobile-nav-button .icon { width: 25px; height: 25px; }
  .mobile-nav { position: absolute; top: 72px; right: 0; left: 0; padding: 8px 20px 16px; display: grid; border-bottom: 1px solid var(--paper-line); background: var(--milk); box-shadow: var(--shadow-soft); }
  .mobile-nav a { padding: 13px 4px; border-bottom: 1px solid var(--paper-line); display: flex; align-items: center; justify-content: space-between; font-size: 14px; font-weight: 500; }
  .mobile-nav a:last-child { border-bottom: 0; }
  .mobile-nav .icon { width: 18px; }
  .mobile-bottom-cta { position: fixed; z-index: 110; right: 0; bottom: 0; left: 0; height: 68px; display: grid; grid-template-columns: 1fr 1fr; background: var(--milk); box-shadow: 0 -5px 20px rgba(51, 38, 29, 0.14); }
  .mobile-bottom-cta a { display: grid; place-items: center; align-content: center; gap: 1px; font-size: 10px; font-weight: 500; }
  .mobile-bottom-cta a:first-child { color: var(--milk); background: var(--brick); }
  .mobile-bottom-cta a + a { border-left: 1px solid var(--paper-line); }
  .mobile-bottom-cta .icon { width: 23px; height: 23px; }
  .section { width: min(calc(100% - 38px), var(--container)); padding-block: 72px; }
  .section-heading h2 { font-size: clamp(30px, 8vw, 40px); }
  .home-hero { min-height: 0; display: flex; flex-direction: column; }
  .home-hero__visual { order: 1; height: min(72vw, 480px); min-height: 0; padding: 0 0 0 18px; }
  .home-hero__main-image { height: 100%; min-height: 0; border-radius: 0 0 0 15px; }
  .home-hero__small-image { right: 18px; bottom: -38px; width: clamp(125px, 31vw, 178px); padding: 6px; }
  .home-hero__small-image figcaption { padding-top: 2px; font-size: 9px; }
  .home-hero__copy { order: 2; align-self: stretch; min-width: 0; max-width: none; padding: 76px 22px 58px; }
  .home-hero__copy h1 { margin-bottom: 20px; font-size: clamp(28px, 9vw, 50px); }
  .home-hero__lead { font-size: 15px; }
  .hero-facts { margin-top: 29px; grid-template-columns: 1fr; gap: 0; }
  .hero-facts > div { padding: 8px 0; grid-template-columns: 5.7em minmax(0, 1fr); gap: 13px; }
  .hero-facts dt { white-space: nowrap; }
  .hero-facts dd { text-align: left; }
  .hero-facts small { display: inline; }
  .gingham-light { width: calc(100% - 24px); padding-inline: 22px; }
  .welcome, .small-plates, .drinks, .visit, .drink-menu, .reservation-note { grid-template-columns: 1fr; gap: 38px; }
  .welcome__copy { font-size: 15px; }
  .welcome__copy::before { left: 0; }
  .dish-mosaic { grid-template-columns: 1fr; gap: 27px; }
  .dish-card img, .dish-card--large img { height: auto; aspect-ratio: 1.32; }
  .dish-card--tilted { transform: rotate(0.7deg); }
  .small-plates { gap: 48px; }
  .small-plates__copy h2, .visit__copy h2 { font-size: clamp(30px, 8vw, 40px); }
  .drinks .section-heading { max-width: 560px; }
  .visit__image { order: -1; }
  .reservation-band { padding: 51px 22px; display: block; }
  .reservation-band h2 { font-size: 30px; }
  .reservation-band > a { margin-top: 26px; }
  .site-footer { padding: 48px 20px 88px; }
  .site-footer__inner { display: block; }
  .site-footer nav { margin-top: 28px; flex-wrap: wrap; gap: 17px 23px; }
  .category-nav { top: 72px; justify-content: flex-start; padding: 13px 18px; gap: 24px; }
  .menu-category, .menu-category--reverse { padding: 48px 0; grid-template-columns: 1fr; gap: 34px; }
  .menu-category--reverse .menu-category__photo { order: 0; }
  .menu-category__photo { max-width: 620px; }
  .menu-category__copy h2 { font-size: 31px; }
  .menu-notice { width: calc(100% - 38px); margin-block: 38px 64px; display: block; }
  .menu-notice > div { margin-top: 17px; display: flex; flex-wrap: wrap; gap: 18px 26px; }
  .access-grid { grid-template-columns: 1fr; gap: 52px; }
  .access-media { order: -1; }
  .access-media__photo img { aspect-ratio: 1.38; }
  .reservation-note { padding-top: 52px; }
}

@media (max-width: 520px) {
  body { font-size: 15px; }
  .eyebrow { font-size: 10px; }
  .button-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .button { min-width: 0; padding-inline: 12px; font-size: 12px; }
  .hero-facts > div { grid-template-columns: max-content minmax(0, 1fr); }
  .hero-facts dd { font-size: 12px; }
  .hero-facts small { display: block; }
  .welcome .section-heading br { display: none; }
  .mobile-heading-break { display: block; }
  .drink-list { grid-template-columns: 1fr; }
  .drink-list > div { min-height: 0; padding: 18px 6px; border-right: 0 !important; }
  .dish-card__copy { padding: 20px; }
  .dish-card__copy h3 { font-size: 22px; }
  .small-plates__copy li, .menu-category__copy li { font-size: 14px; }
  .page-hero { padding: 68px 20px; }
  .page-hero h1 { font-size: 38px; }
  .page-hero--access h1 { font-size: clamp(28px, 8.6vw, 37px); white-space: nowrap; }
  .page-hero > p:not(.eyebrow) { font-size: 13px; }
  .menu-category__copy h2 { font-size: 28px; }
  .info-list > div { grid-template-columns: 5.4em minmax(0, 1fr); gap: 14px; }
  .map-panel iframe { height: 330px; }
  .map-panel__actions .button { width: 100%; }
  .reservation-note h2 { font-size: 30px; }
}

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