:root {
  color-scheme: dark;
  --reference-gold: oklch(74.8% 0.1718 62.19);
  --reference-red: oklch(57.92% 0.2244 31.2);
  --reference-teal: oklch(40.91% 0.0809 236.4);
  --page: oklch(18.35% 0.0135 18.46);
  --surface: oklch(26% 0.032 238.97);
  --surface-strong: var(--reference-teal);
  --ink: oklch(92.83% 0.0413 80.32);
  --muted: oklch(79% 0.04 80.32);
  --line: oklch(47% 0.055 62.19);
  --accent: var(--reference-gold);
  --accent-hover: oklch(84.25% 0.1728 94.3);
  --accent-ink: oklch(18.35% 0.0135 18.46);
  --hero-ink: oklch(96% 0.035 80.32);
  --danger: oklch(72% 0.17 31.2);
  --header: oklch(16% 0.014 18.46 / 0.9);
  --header-strong: oklch(13% 0.012 18.46 / 0.97);
  --shadow: oklch(8% 0.01 18.46 / 0.46);
  --review-star: var(--accent-hover);
  --dialog-backdrop: oklch(8% 0.01 18.46 / 0.86);
  --lightbox-surface: oklch(10% 0.012 18.46);
  --lightbox-control: oklch(24% 0.04 238.97 / 0.92);
  --menu-page-surface: oklch(28% 0.035 238.97);
  --font-body: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Arial Black", "Franklin Gothic Heavy", "Segoe UI", sans-serif;
  --radius: 0;
  --header-height: 72px;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.dialog-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--accent);
  color: var(--accent-ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  padding: 10px clamp(16px, 4vw, 52px);
  border-bottom: 1px solid rgb(255 255 255 / 0.12);
  background: var(--header);
  color: var(--hero-ink);
  backdrop-filter: blur(16px) saturate(125%);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  transition:
    background-color 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: rgb(255 255 255 / 0.2);
  background: var(--header-strong);
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.16);
}

.brand-link,
.header-actions,
.menu-button,
.social-link {
  display: inline-flex;
  align-items: center;
}

.brand-link {
  gap: 11px;
  color: inherit;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.brand-link img {
  width: 44px;
  height: 44px;
  object-fit: cover;
}

.header-actions {
  gap: 8px;
}

.social-link {
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  color: inherit;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 140ms var(--ease-out);
}

.social-link svg {
  width: 14px;
  height: 22px;
  fill: currentColor;
}

.social-link:hover {
  background: var(--accent);
  color: var(--accent-ink);
}

.social-link:active,
.button:active,
.menu-button:active,
.dialog-close:active,
.gallery-item:active {
  transform: scale(0.97);
}

.menu-button {
  gap: 10px;
  min-height: 44px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  padding: 0 14px;
  transition: background-color 180ms ease, color 180ms ease, transform 140ms var(--ease-out);
}

.menu-icon,
.menu-icon::before {
  display: block;
  width: 19px;
  height: 1px;
  background: currentColor;
}

.menu-icon {
  position: relative;
}

.menu-icon::before {
  position: absolute;
  content: "";
  top: 6px;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 100dvh;
  overflow: hidden;
  color: var(--hero-ink);
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 60%;
  animation: hero-image-in 1300ms var(--ease-out) both;
}

.hero-scrim {
  background:
    linear-gradient(180deg, oklch(12% 0.035 31.81 / 0.16) 0%, oklch(12% 0.035 31.81 / 0.12) 38%, oklch(12% 0.035 31.81 / 0.82) 100%),
    linear-gradient(90deg, oklch(18% 0.06 31.81 / 0.48), transparent 70%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, 1240px);
  margin-inline: auto;
  padding: calc(var(--header-height) + 20px) clamp(18px, 5vw, 72px) clamp(36px, 9vh, 86px);
}

.eyebrow {
  margin: 0 0 16px;
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
dialog h2 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.hero h1 {
  max-width: 8ch;
  font-size: clamp(3.6rem, 17vw, 8rem);
}

.hero-copy {
  max-width: 30rem;
  margin: 20px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.45;
}

.hero-actions,
.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero .eyebrow,
.hero h1,
.hero-copy,
.hero-actions {
  animation: hero-content-in 760ms var(--ease-out) both;
}

.hero h1 {
  animation-delay: 70ms;
}

.hero-copy {
  animation-delay: 140ms;
}

.hero-actions {
  animation-delay: 210ms;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, transform 160ms var(--ease-out);
}

.button-primary {
  background: var(--accent);
  color: var(--accent-ink);
}

.button-primary:hover {
  background: var(--accent-hover);
}

.button-ghost {
  border-color: rgb(255 255 255 / 0.72);
  background: oklch(18% 0.055 31.81 / 0.42);
  color: var(--hero-ink);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.button-ghost:hover {
  background: var(--hero-ink);
  color: var(--page);
}

.button-dark {
  background: var(--ink);
  color: var(--page);
}

.button-dark:hover {
  background: var(--accent);
  color: var(--accent-ink);
}

.button-outline {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.button-outline:hover {
  background: var(--ink);
  color: var(--page);
}

.section {
  scroll-margin-top: var(--header-height);
  padding: clamp(72px, 10vw, 132px) 0;
}

.section-shell {
  width: min(100% - 36px, 1240px);
  margin-inline: auto;
}

.section h2 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 7vw, 5.6rem);
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(34px, 6vw, 72px);
}

.section-heading p {
  max-width: 58ch;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.story {
  background: var(--page);
}

.story-grid {
  display: grid;
  gap: 48px;
}

.story-copy {
  align-self: center;
}

.story-copy p {
  max-width: 63ch;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.text-link {
  display: inline-block;
  margin-top: 26px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--accent);
  font-weight: 750;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms var(--ease-out);
}

.story-figure {
  margin: 0;
  overflow: hidden;
  background: var(--surface);
}

.story-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 54% center;
  transition: transform 700ms var(--ease-out);
}

.menu-section {
  background: var(--surface);
}

.menu-grid {
  display: grid;
  gap: 28px;
}

.menu-card {
  min-width: 0;
  overflow: hidden;
  background: var(--page);
  transition: transform 260ms var(--ease-out), box-shadow 260ms ease;
}

.menu-card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 520ms var(--ease-out);
}

.menu-card:nth-child(1) > img {
  object-position: 50% 50%;
}

.menu-card:nth-child(2) > img {
  object-position: 50% 48%;
}

.menu-card:nth-child(3) > img {
  object-position: 50% 50%;
}

.menu-card-body {
  padding: 28px 24px 26px;
}

.menu-card h3 {
  margin: 0;
  color: var(--reference-red);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.menu-card-body > p {
  min-height: 4.8em;
  margin: 14px 0 24px;
  color: var(--muted);
}

.dish-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.dish-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
}

.dish-list dt,
.dish-list dd {
  margin: 0;
}

.dish-list dt {
  font-weight: 700;
}

.dish-list dd {
  font-variant-numeric: tabular-nums;
}

.menu-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 26px;
  margin-top: 38px;
}

.menu-footer p {
  max-width: 48ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.gallery-section {
  background: var(--page);
}

.gallery-grid {
  display: grid;
  gap: 14px;
}

.gallery-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--surface);
  text-align: left;
  transition: transform 180ms var(--ease-out);
}

.gallery-item::after {
  position: absolute;
  inset: 0;
  border: 2px solid var(--accent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: scale(0.96);
  transition: opacity 180ms ease, transform 220ms var(--ease-out);
}

.gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 520ms var(--ease-out), filter 220ms ease;
}

.gallery-item:nth-child(1) img {
  object-position: 54% center;
}

.gallery-item:nth-child(2) img {
  object-position: center;
}

.gallery-item:nth-child(3) img {
  object-position: center;
}

.gallery-item:nth-child(4) img {
  object-position: 50% 48%;
}

.gallery-item:nth-child(5) img {
  object-position: 50% 46%;
}

.gallery-item:nth-child(6) img {
  object-position: 50% 52%;
}

.reviews-section {
  background: var(--surface-strong);
}

.review-grid {
  display: grid;
}

.review {
  display: grid;
  align-content: space-between;
  min-width: 0;
  min-height: 320px;
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  transition: transform 220ms var(--ease-out);
}

.review:first-child {
  border-top: 1px solid var(--line);
}

.review-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.review-author img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  background: var(--surface);
  transition: transform 240ms var(--ease-out);
}

.review-author strong,
.review-author span {
  display: block;
}

.review-author span {
  color: var(--review-star);
  letter-spacing: 0.06em;
}

.review blockquote {
  max-width: 34ch;
  margin: 36px 0;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 620;
  line-height: 1.45;
}

.review figcaption a {
  font-size: 0.9rem;
  font-weight: 700;
  text-underline-offset: 4px;
}

.visit-section {
  background: var(--page);
}

.visit-grid {
  display: grid;
  gap: 42px;
}

.visit-copy address {
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 1.18rem;
  font-style: normal;
}

.phone-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--reference-red);
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  letter-spacing: -0.04em;
  text-decoration: none;
}

.hours {
  max-width: 440px;
  margin-top: 44px;
}

.hours h3 {
  margin: 0 0 14px;
  font-size: 1rem;
}

.hours p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.map-wrap {
  min-height: 480px;
  overflow: hidden;
  background: var(--surface);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
}

.site-footer {
  padding: 46px 0;
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.footer-grid {
  display: grid;
  gap: 34px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 64px;
  height: 64px;
}

.footer-brand strong,
.footer-brand span,
.footer-address span {
  display: block;
}

.footer-brand strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.footer-brand span,
.footer-address {
  color: var(--muted);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-contact a {
  font-weight: 700;
  text-underline-offset: 4px;
}

.footer-address {
  display: grid;
  justify-items: start;
  gap: 2px;
}

.footer-social {
  margin-top: 14px;
  color: var(--ink);
}

dialog {
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: var(--page);
  color: var(--ink);
  box-shadow: 0 30px 90px var(--shadow);
  opacity: 0;
  transform: translateY(18px) scale(0.975);
  transition:
    opacity 180ms ease,
    transform 300ms var(--ease-drawer),
    display 300ms allow-discrete,
    overlay 300ms allow-discrete;
}

dialog[open] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

dialog::backdrop {
  background: var(--dialog-backdrop);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition:
    opacity 220ms ease,
    display 220ms allow-discrete,
    overlay 220ms allow-discrete;
}

dialog[open]::backdrop {
  opacity: 1;
}

@starting-style {
  dialog[open] {
    opacity: 0;
    transform: translateY(18px) scale(0.975);
  }

  dialog[open]::backdrop {
    opacity: 0;
  }
}

.dialog-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(18px, 4vw, 42px);
  border-bottom: 1px solid var(--line);
}

.dialog-bar p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dialog-bar h2 {
  margin-top: 5px;
  font-size: clamp(2rem, 5vw, 3.6rem);
}

.dialog-close {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--ink);
  background: transparent;
  transition: background-color 180ms ease, color 180ms ease, transform 140ms var(--ease-out);
}

.nav-dialog {
  inset: 0;
  width: 100%;
  height: 100%;
}

.nav-dialog nav {
  display: grid;
  align-content: center;
  min-height: calc(100dvh - 90px);
  padding: 32px clamp(20px, 8vw, 110px);
}

.nav-dialog nav a,
.nav-dialog nav button {
  width: fit-content;
  margin: 0;
  padding: 4px 0;
  border: 0;
  background: none;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 9vw, 7rem);
  letter-spacing: -0.055em;
  line-height: 1.04;
  text-align: left;
  text-decoration: none;
  transition: color 160ms ease, transform 220ms var(--ease-out);
}

.nav-dialog nav a:hover,
.nav-dialog nav button:hover {
  color: var(--accent);
}

.booking-dialog {
  width: min(94vw, 880px);
  max-height: 94dvh;
  overflow: auto;
}

.booking-dialog form {
  padding: clamp(24px, 4vw, 44px);
}

.form-grid {
  display: grid;
  gap: 18px;
}

.form-grid label {
  display: grid;
  gap: 7px;
}

.form-grid label > span {
  font-size: 0.88rem;
  font-weight: 750;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
}

.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: var(--muted);
  opacity: 1;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--accent);
  outline: 3px solid color-mix(in srgb, var(--accent) 50%, transparent);
  outline-offset: 1px;
}

.form-helper {
  max-width: 62ch;
  margin: 22px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-status {
  min-height: 1.6em;
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.form-status.is-error {
  color: var(--danger);
}

.full-menu-dialog {
  width: min(96vw, 1020px);
  height: 94dvh;
  overflow: auto;
}

.full-menu-pages {
  display: grid;
  gap: 18px;
  padding: 18px;
  background: var(--menu-page-surface);
}

.full-menu-pages img {
  width: 100%;
  height: auto;
  background: #fff;
}

.lightbox {
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--lightbox-surface);
  color: var(--hero-ink);
}

.lightbox figure {
  display: grid;
  place-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 76px 18px 92px;
}

.lightbox figure img {
  max-width: 100%;
  max-height: calc(100dvh - 190px);
  object-fit: contain;
  will-change: transform, opacity;
}

.lightbox figcaption {
  margin-top: 14px;
  text-align: center;
}

.lightbox-close,
.lightbox-control {
  position: fixed;
  z-index: 2;
  min-height: 44px;
  border: 1px solid rgb(255 255 255 / 0.72);
  background: var(--lightbox-control);
  color: var(--hero-ink);
  transition: background-color 180ms ease, color 180ms ease, transform 140ms var(--ease-out);
}

.lightbox-close {
  top: 18px;
  right: 18px;
  padding: 0 14px;
}

.lightbox-control {
  bottom: 18px;
  padding: 0 16px;
}

.lightbox-previous {
  left: 18px;
}

.lightbox-next {
  right: 18px;
}

.reveal {
  opacity: 0;
  transform: translateY(38px) scale(0.985);
  transition:
    opacity 680ms ease,
    transform 760ms var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}

.story-figure.reveal,
.gallery-item.reveal {
  clip-path: inset(0 0 14% 0);
  transition:
    opacity 680ms ease,
    transform 760ms var(--ease-out),
    clip-path 820ms var(--ease-in-out);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.story-figure.reveal.is-visible,
.gallery-item.reveal.is-visible {
  clip-path: inset(0);
}

@keyframes hero-image-in {
  from {
    opacity: 0.72;
    transform: scale(1.075);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes hero-content-in {
  from {
    opacity: 0;
    transform: translateY(42px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nav-item-in {
  from {
    opacity: 0;
    transform: translateY(36px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nav-dialog[open] nav > * {
  animation: nav-item-in 520ms var(--ease-out) both;
}

.nav-dialog[open] nav > :nth-child(2) {
  animation-delay: 45ms;
}

.nav-dialog[open] nav > :nth-child(3) {
  animation-delay: 90ms;
}

.nav-dialog[open] nav > :nth-child(4) {
  animation-delay: 135ms;
}

.nav-dialog[open] nav > :nth-child(5) {
  animation-delay: 180ms;
}

.nav-dialog[open] nav > :nth-child(6) {
  animation-delay: 225ms;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .menu-button:hover,
  .social-link:hover,
  .dialog-close:hover,
  .lightbox-control:hover,
  .lightbox-close:hover {
    transform: translateY(-3px);
  }

  .menu-button:hover,
  .dialog-close:hover {
    background: var(--accent);
    color: var(--accent-ink);
  }

  .text-link:hover {
    color: color-mix(in srgb, var(--ink) 72%, var(--accent));
    transform: translateX(5px);
  }

  .story-figure:hover img {
    transform: scale(1.04);
  }

  .menu-card.is-visible:hover {
    box-shadow: 0 24px 48px var(--shadow);
    transform: translateY(-10px);
  }

  .menu-card:hover > img {
    transform: scale(1.045);
  }

  .gallery-item:hover {
    transform: translateY(-6px) scale(1.012);
  }

  .gallery-item:hover::after {
    opacity: 1;
    transform: scale(1);
  }

  .gallery-item:hover img {
    filter: saturate(1.08);
    transform: scale(1.07);
  }

  .review.is-visible:hover {
    transform: translateY(-5px);
  }

  .review:hover .review-author img {
    transform: rotate(-5deg) scale(1.08);
  }

  .nav-dialog nav a:hover,
  .nav-dialog nav button:hover {
    transform: translateX(12px);
  }
}

@media (min-width: 720px) {
  .section-shell {
    width: min(100% - 64px, 1240px);
  }

  .story-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
    align-items: center;
    gap: clamp(50px, 8vw, 120px);
  }

  .menu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-wide {
    grid-column: 1 / -1;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 0.7fr 0.8fr;
    align-items: start;
  }

  .full-menu-pages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 26px;
  }
}

@media (min-width: 940px) {
  .hero-content {
    padding-bottom: clamp(64px, 10vh, 108px);
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .review-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .review {
    min-height: 400px;
    padding: 34px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .review:first-child {
    border-top: 0;
    padding-left: 0;
  }

  .review:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .visit-grid {
    grid-template-columns: minmax(310px, 0.7fr) minmax(0, 1.3fr);
    align-items: stretch;
    gap: clamp(56px, 8vw, 110px);
  }
}

@media (max-width: 520px) {
  :root {
    --header-height: 66px;
  }

  .site-header {
    padding-inline: 14px;
  }

  .brand-link {
    gap: 8px;
  }

  .brand-link img {
    width: 40px;
    height: 40px;
  }

  .brand-link span {
    font-size: 0.88rem;
  }

  .header-actions {
    gap: 6px;
  }

  .social-link {
    width: 40px;
    height: 40px;
  }

  .menu-button {
    min-height: 40px;
    padding-inline: 11px;
  }

  .menu-button > span:last-child {
    display: none;
  }

  .hero-content {
    padding-inline: 18px;
  }

  .hero-image {
    object-position: 50% center;
  }

  .hero h1 {
    font-size: clamp(3.45rem, 18vw, 5.4rem);
  }

  .hero-actions .button {
    min-width: 0;
    flex: 1 1 auto;
  }

  .section-shell {
    width: min(100% - 28px, 1240px);
  }

  .menu-card-body {
    padding-inline: 20px;
  }

  .gallery-grid {
    gap: 14px;
  }

  .visit-actions .button {
    flex: 1 1 auto;
  }

  .hours p {
    display: grid;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 420px;
  }

  .nav-dialog nav a,
  .nav-dialog nav button {
    font-size: clamp(2.2rem, 12vw, 4rem);
  }

  .dialog-bar {
    padding-inline: 16px;
  }

  .lightbox figure {
    padding-inline: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .story-figure.reveal,
  .story-figure.reveal.is-visible,
  .gallery-item.reveal,
  .gallery-item.reveal.is-visible {
    clip-path: none;
  }

  .hero-image,
  .hero .eyebrow,
  .hero h1,
  .hero-copy,
  .hero-actions,
  .nav-dialog[open] nav > * {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
