:root {
  --ink: #17221d;
  --ink-soft: #435149;
  --paper: #f3f5f0;
  --surface: #e7ebe4;
  --surface-deep: #d9dfd7;
  --accent: #176b4b;
  --accent-dark: #0e4f36;
  --accent-soft: #a8d6bd;
  --rating: #f0ca60;
  --signal: #df674d;
  --white: #fbfcf8;
  --line: rgba(23, 34, 29, 0.2);
  --radius: 4px;
  --container: 1200px;
  --header-height: 72px;
  --z-header: 20;
  --z-action-bar: 25;
  --z-dialog: 40;
  --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);
  color-scheme: light;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

section[id] {
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.modal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

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

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid #70b694;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 0.65rem 0.9rem;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius);
}

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

h1,
h2,
h3,
p,
blockquote,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3,
.wordmark,
.footer-brand {
  font-family: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", sans-serif;
  font-stretch: condensed;
  text-wrap: balance;
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.45rem, 7vw, 5.5rem);
  line-height: 0.96;
  letter-spacing: -0.038em;
  font-weight: 750;
}

p,
blockquote {
  text-wrap: pretty;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.section-shell {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: var(--z-header);
  color: var(--white);
  border-bottom: 1px solid rgba(251, 252, 248, 0.28);
  background: rgba(17, 23, 19, 0.16);
  transition: background-color 240ms var(--ease-out), border-color 240ms var(--ease-out), box-shadow 240ms var(--ease-out);
}

.site-header.is-scrolled,
.site-header:has(.menu-toggle[aria-expanded="true"]) {
  background: rgba(14, 79, 54, 0.97);
  border-bottom-color: rgba(251, 252, 248, 0.16);
  box-shadow: 0 6px 8px rgba(7, 31, 21, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.nav-shell {
  width: min(calc(100% - 2rem), var(--container));
  height: var(--header-height);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.wordmark {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.wordmark span {
  font-size: 1.16rem;
  font-weight: 800;
}

.wordmark small {
  margin-top: 0.25rem;
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 0.63rem;
  letter-spacing: 0.12em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.2vw, 2.3rem);
  white-space: nowrap;
}

.desktop-nav a,
.mobile-menu a,
.site-footer nav a {
  text-decoration: none;
}

.desktop-nav a {
  font-size: 0.92rem;
  font-weight: 650;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
}

.social-link {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  color: currentColor;
  border-radius: var(--radius);
  transition: transform 160ms var(--ease-out), background-color 160ms ease;
}

.social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: none;
}

.social-link svg rect,
.social-link svg circle:not(.social-dot) {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-link .social-dot {
  fill: currentColor;
}

.ui-icon {
  width: 1.05em;
  height: 1.05em;
  display: inline-block;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-button .ui-icon,
.button .ui-icon {
  width: 1.05rem;
  height: 1.05rem;
}

.booking-button,
.button {
  min-height: 46px;
  padding: 0.72rem 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 160ms var(--ease-out), background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.booking-button:active,
.button:active,
.gallery-item:active {
  transform: scale(0.97);
}

.header-booking {
  margin-left: 0.25rem;
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
}

.menu-toggle {
  width: 44px;
  height: 44px;
  padding: 11px;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-toggle span {
  width: 100%;
  height: 2px;
  display: block;
  background: currentColor;
  transition: transform 180ms var(--ease-out), opacity 140ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  width: 100%;
  padding: 0.6rem 1rem 1rem;
  background: rgba(17, 23, 19, 0.96);
  border-top: 1px solid rgba(251, 252, 248, 0.16);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu a,
.mobile-menu .booking-button {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(251, 252, 248, 0.18);
}

.mobile-menu .booking-button {
  margin-top: 0.6rem;
  border: 1px solid var(--white);
  background: var(--white);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  color: var(--white);
  overflow: hidden;
}

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

.hero-picture {
  z-index: -2;
}

.hero-picture img {
  display: block;
  object-fit: cover;
  object-position: 52% 50%;
  will-change: transform;
  animation: hero-breathe 18s var(--ease-in-out) infinite alternate;
}

.hero-scrim {
  z-index: -1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.16) 54%, rgba(0, 0, 0, 0.08));
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  display: block;
  border-radius: 50%;
  mix-blend-mode: screen;
  will-change: transform, opacity;
}

.hero-glow-one {
  width: clamp(240px, 38vw, 620px);
  aspect-ratio: 1;
  right: -10%;
  top: 9%;
  background: radial-gradient(circle, rgba(240, 202, 96, 0.24), rgba(240, 202, 96, 0) 68%);
  animation: glow-drift-one 11s var(--ease-in-out) infinite alternate;
}

.hero-glow-two {
  width: clamp(180px, 28vw, 440px);
  aspect-ratio: 1;
  left: 28%;
  bottom: -12%;
  background: radial-gradient(circle, rgba(168, 214, 189, 0.22), rgba(168, 214, 189, 0) 70%);
  animation: glow-drift-two 9s var(--ease-in-out) -3s infinite alternate;
}

.hero-line {
  width: 1px;
  height: 34vh;
  position: absolute;
  right: clamp(2rem, 16vw, 14rem);
  top: 15%;
  display: block;
  background: linear-gradient(to bottom, transparent, rgba(251, 252, 248, 0.72), transparent);
  transform-origin: 50% 0;
  animation: line-breathe 5.5s var(--ease-in-out) infinite;
}

.hero-seal {
  width: clamp(126px, 15vw, 210px);
  aspect-ratio: 1;
  position: absolute;
  right: clamp(1.2rem, 7vw, 7rem);
  bottom: clamp(7rem, 16vh, 11rem);
  z-index: 1;
  display: grid;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(251, 252, 248, 0.55);
  border-radius: 50%;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  animation: seal-float 6s var(--ease-in-out) infinite;
  pointer-events: none;
}

.hero-seal::before,
.hero-seal::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-seal::before {
  inset: 8px;
  border: 1px dashed rgba(251, 252, 248, 0.62);
  animation: orbit-clockwise 20s linear infinite;
}

.hero-seal::after {
  inset: -8px;
  background: repeating-conic-gradient(from 0deg, rgba(251, 252, 248, 0.65) 0 1deg, transparent 1deg 14deg);
  mask: radial-gradient(circle, transparent 68%, #000 69% 72%, transparent 73%);
  -webkit-mask: radial-gradient(circle, transparent 68%, #000 69% 72%, transparent 73%);
  animation: orbit-counter 26s linear infinite;
}

.hero-seal-core {
  display: grid;
  place-items: center;
  line-height: 1;
  transition: transform 260ms var(--ease-out);
  will-change: transform;
}

.hero-seal-core span {
  font-family: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 750;
}

.hero-seal-core small {
  margin-top: 0.45rem;
  font-size: 0.6rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-content {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
  padding: calc(var(--header-height) + 2rem) 0 clamp(3rem, 8vh, 6rem);
}

.hero-brand,
.hero-intro {
  min-width: 0;
}

.eyebrow {
  margin-bottom: 0.8rem;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow-mobile {
  display: none;
}

.hero h1 {
  max-width: 12ch;
  margin-bottom: 0.9rem;
  font-size: clamp(3.8rem, 8vw, 6rem);
  line-height: 0.88;
  letter-spacing: -0.038em;
  text-wrap: balance;
}

.hero-intro > p:not(.hero-service) {
  max-width: 42ch;
  margin-bottom: 1rem;
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.45;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.36);
}

.hero-service {
  margin-bottom: 1.35rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: rgba(251, 252, 248, 0.9);
}

.hero-service strong {
  color: var(--white);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.4rem;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  color: rgba(251, 252, 248, 0.76);
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-scroll-cue span {
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-scroll-cue i {
  width: 1px;
  height: 34px;
  display: block;
  overflow: hidden;
  background: rgba(251, 252, 248, 0.3);
}

.hero-scroll-cue i::after {
  content: "";
  width: 100%;
  height: 42%;
  display: block;
  background: var(--white);
  animation: scroll-cue 2s var(--ease-in-out) infinite;
}

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

.button-ghost {
  color: var(--white);
  background: rgba(15, 18, 16, 0.28);
  border-color: rgba(251, 252, 248, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

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

.button-light {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
}

.button-outline-light {
  background: transparent;
  color: var(--white);
  border-color: rgba(251, 252, 248, 0.7);
}

.ratio-3x4 {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: var(--radius);
}

.ratio-3x4 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.quick-facts {
  color: var(--white);
  background: var(--accent-dark);
  border-bottom: 1px solid rgba(251, 252, 248, 0.15);
}

.quick-facts-shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quick-facts-shell > * {
  min-height: 132px;
  padding: 1.45rem clamp(1rem, 2.5vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(251, 252, 248, 0.18);
}

.quick-facts-shell > *:last-child {
  border-right: 1px solid rgba(251, 252, 248, 0.18);
}

.quick-facts-shell a {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: background-color 180ms ease;
}

.quick-facts-shell a::after {
  content: "";
  width: 42%;
  height: 160%;
  position: absolute;
  top: -30%;
  left: -58%;
  background: linear-gradient(90deg, transparent, rgba(251, 252, 248, 0.12), transparent);
  transform: skewX(-18deg);
  animation: fact-light 8s linear infinite;
  pointer-events: none;
}

.quick-facts-shell span {
  margin-bottom: 0.35rem;
  color: rgba(251, 252, 248, 0.7);
  font-size: 0.78rem;
}

.quick-fact-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.quick-fact-icon {
  width: 1.05rem;
  height: 1.05rem;
  color: var(--accent-soft);
}

.quick-facts-shell strong {
  font-size: clamp(1rem, 1.7vw, 1.3rem);
  line-height: 1.22;
}

.quick-facts-shell small {
  margin-top: 0.25rem;
  display: block;
  color: rgba(251, 252, 248, 0.76);
  font-size: 0.78rem;
  font-weight: 500;
}

.flavour-marquee {
  width: 100%;
  padding-block: 0.92rem;
  overflow: hidden;
  color: var(--accent-dark);
  background: var(--rating);
  border-bottom: 1px solid rgba(23, 34, 29, 0.18);
}

.flavour-marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 3vw, 2.5rem);
  white-space: nowrap;
  will-change: transform;
  animation: marquee-flow 28s linear infinite;
}

.flavour-marquee span {
  font-family: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", sans-serif;
  font-size: clamp(0.95rem, 1.6vw, 1.3rem);
  font-weight: 750;
  letter-spacing: 0.08em;
}

.flavour-marquee i {
  width: 7px;
  aspect-ratio: 1;
  display: block;
  flex: 0 0 auto;
  background: currentColor;
  border-radius: 50%;
}

.about {
  padding-block: clamp(5rem, 10vw, 9rem);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.about-visuals {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.about-visuals::before {
  content: "";
  width: clamp(180px, 24vw, 330px);
  aspect-ratio: 1;
  position: absolute;
  right: 1%;
  top: 8%;
  border: 1px dashed rgba(23, 107, 75, 0.45);
  border-radius: 50%;
  animation: orbit-clockwise 24s linear infinite;
  pointer-events: none;
}

.about-visuals::after {
  content: "";
  width: 18px;
  aspect-ratio: 1;
  position: absolute;
  right: 22%;
  top: 5%;
  background: var(--signal);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(223, 103, 77, 0.12);
  animation: accent-pulse 3.4s var(--ease-in-out) infinite;
  pointer-events: none;
}

.about-copy {
  max-width: 640px;
}

.about-copy p {
  max-width: 60ch;
  color: var(--ink-soft);
}

.about-detail {
  width: min(100%, 520px);
  height: auto;
  margin: 0;
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  background: var(--ink);
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
}

.about-detail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  animation: about-detail-drift 10s var(--ease-in-out) -2s infinite alternate;
}

.about-detail figcaption {
  padding: 0.62rem 0.75rem;
  color: var(--white);
  font-size: 0.78rem;
}

.about-highlights {
  margin: 1.75rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
}

.about-highlights li {
  padding: 0.48rem 0.7rem;
  color: var(--accent-dark);
  background: var(--surface);
  border-radius: var(--radius);
  font-size: 0.84rem;
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--accent-dark);
  font-weight: 750;
  text-decoration-thickness: 1px;
  transition: color 160ms ease, transform 160ms var(--ease-out);
}

.text-link .ui-icon {
  width: 1rem;
  height: 1rem;
}

.menu-section {
  padding-block: clamp(5rem, 9vw, 8rem);
  background: var(--surface);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  column-gap: clamp(1.5rem, 5vw, 6rem);
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 0;
  border-bottom: 1px solid var(--line);
}

.section-heading-copy {
  min-width: 0;
}

.section-heading h2,
.gallery-heading h2,
.reviews-heading h2,
.visit-intro h2 {
  max-width: 11ch;
}

.menu-section .section-heading h2 {
  max-width: 16ch;
  margin-bottom: 0.9rem;
}

.section-heading p,
.gallery-heading p,
.visit-intro p {
  max-width: 48ch;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.menu-heading-action {
  align-self: start;
  gap: 0.5rem;
  margin-top: 0.25rem;
  background: var(--signal);
  color: var(--white);
  border-color: var(--signal);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.3vw, 2rem);
}

.menu-card {
  min-width: 0;
  padding-top: clamp(2.75rem, 4.6vw, 4.5rem);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.menu-card .ratio-3x4 {
  width: 100%;
  position: relative;
  background: var(--surface-deep);
  transform-style: preserve-3d;
  transition: transform 240ms var(--ease-out), box-shadow 240ms var(--ease-out);
  will-change: transform;
}

.menu-card .ratio-3x4::after {
  content: "";
  width: 42%;
  height: 150%;
  position: absolute;
  top: -25%;
  left: -70%;
  z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(251, 252, 248, 0.2), transparent);
  transform: skewX(-16deg);
  animation: image-light-pass 9s linear infinite;
  pointer-events: none;
}

.menu-card:nth-child(2) .ratio-3x4::after { animation-delay: -3s; }
.menu-card:nth-child(3) .ratio-3x4::after { animation-delay: -6s; }

.menu-card img {
  object-position: 50% 50%;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-card-copy {
  width: 100%;
}

.menu-card-copy h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.65rem, 2.6vw, 2.6rem);
  letter-spacing: -0.035em;
}

.menu-card-copy > p {
  min-height: 3.8em;
  margin-bottom: 1.1rem;
  color: var(--ink-soft);
}

.menu-card dl {
  width: 100%;
  margin-bottom: 0;
  border-top: 1px solid var(--line);
}

.menu-card dl div {
  padding-block: 0.78rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
}

.menu-card dt {
  font-weight: 600;
}

.menu-card dd {
  margin-bottom: 0;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
}

.menu-note {
  margin-top: clamp(2.75rem, 5vw, 4.5rem);
  padding-top: 1.2rem;
  margin-bottom: 0;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.menu-band {
  min-height: clamp(520px, 65vw, 720px);
  position: relative;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
}

.menu-band > picture,
.menu-band-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.menu-band > picture {
  z-index: -2;
  display: block;
  overflow: hidden;
  will-change: transform;
  animation: band-breathe 16s var(--ease-in-out) infinite alternate;
}

.menu-band > picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 48%;
}

.menu-band-scrim {
  z-index: -1;
  background: linear-gradient(90deg, rgba(9, 15, 12, 0.74), rgba(9, 15, 12, 0.4) 48%, rgba(9, 15, 12, 0.12));
}

.menu-band-content {
  padding-block: 5rem;
}

.menu-band-content > p:first-child {
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.menu-band-content h2 {
  max-width: 10ch;
  margin-bottom: 1.25rem;
}

.menu-band-content > p:not(:first-child) {
  max-width: 38ch;
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}

.gallery-section {
  padding-block: clamp(5rem, 10vw, 9rem);
}

.gallery-heading {
  margin-bottom: clamp(2.2rem, 5vw, 4rem);
}

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

.gallery-item {
  width: 100%;
  padding: 0;
  position: relative;
  background: var(--surface-deep);
  border: 0;
  border-radius: var(--radius);
  cursor: zoom-in;
  transform-style: preserve-3d;
  transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out);
  will-change: transform;
}

.gallery-item::before {
  content: "";
  width: 50%;
  height: 160%;
  position: absolute;
  top: -30%;
  left: -80%;
  z-index: 2;
  background: linear-gradient(90deg, transparent, rgba(251, 252, 248, 0.16), transparent);
  transform: skewX(-18deg);
  animation: gallery-light-pass 11s linear infinite;
  pointer-events: none;
}

.gallery-item:nth-child(2)::before { animation-delay: -1.8s; }
.gallery-item:nth-child(3)::before { animation-delay: -3.6s; }
.gallery-item:nth-child(4)::before { animation-delay: -5.4s; }
.gallery-item:nth-child(5)::before { animation-delay: -7.2s; }
.gallery-item:nth-child(6)::before { animation-delay: -9s; }

.gallery-item:nth-child(2),
.gallery-item:nth-child(5) {
  margin-top: 4.5rem;
}

.gallery-item img {
  object-position: 50% 50%;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), filter 420ms ease;
}

.gallery-item:nth-child(1) img { object-position: 50% 47%; }
.gallery-item:nth-child(2) img { object-position: 50% 50%; }
.gallery-item:nth-child(3) img { object-position: 50% 48%; }
.gallery-item:nth-child(4) img { object-position: 50% 50%; }
.gallery-item:nth-child(5) img { object-position: 50% 50%; }
.gallery-item:nth-child(6) img { object-position: 50% 52%; }

.gallery-label {
  padding: 0.55rem 0.72rem;
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  color: var(--ink);
  background: rgba(251, 252, 248, 0.94);
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1;
  pointer-events: none;
  animation: label-float 4.5s var(--ease-in-out) infinite;
}

.gallery-item:nth-child(even) .gallery-label { animation-delay: -2.2s; }

.reviews-section {
  padding-block: clamp(5rem, 9vw, 8rem);
  background: var(--accent-dark);
  color: var(--white);
}

.reviews-heading {
  margin-bottom: clamp(2rem, 5vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(251, 252, 248, 0.28);
}

.reviews-heading h2 {
  margin-bottom: 0;
}

.rating-summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.rating-summary::before {
  content: "";
  width: clamp(104px, 10vw, 150px);
  aspect-ratio: 1;
  position: absolute;
  left: -1.2rem;
  top: 50%;
  border: 1px dashed rgba(240, 202, 96, 0.52);
  border-radius: 50%;
  transform: translateY(-50%);
  animation: rating-orbit 16s linear infinite;
  pointer-events: none;
}

.rating-summary > strong {
  font-family: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", sans-serif;
  font-stretch: condensed;
  font-size: clamp(3.2rem, 7vw, 5.4rem);
  line-height: 0.8;
  letter-spacing: -0.035em;
}

.rating-summary > span {
  color: var(--rating);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
}

.rating-summary small {
  margin-top: 0.25rem;
  display: block;
  color: rgba(251, 252, 248, 0.7);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0;
}

.reviews-list {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 0 clamp(2rem, 6vw, 6rem);
}

.review {
  padding-block: 1.7rem;
  border-top: 1px solid rgba(251, 252, 248, 0.36);
}

.review-featured {
  grid-row: 1 / span 2;
  padding: clamp(2rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(251, 252, 248, 0.08);
  border-top: 0;
  border-radius: var(--radius);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.review-featured::before {
  content: "";
  width: 42%;
  height: 170%;
  position: absolute;
  top: -35%;
  left: -65%;
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(251, 252, 248, 0.09), transparent);
  transform: skewX(-14deg);
  animation: review-light-pass 10s linear infinite;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.review-author img {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}

.review-author h3 {
  margin-bottom: 0.1rem;
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 0.98rem;
}

.review-author p {
  margin-bottom: 0;
  color: var(--rating);
  font-size: 0.83rem;
  letter-spacing: 0.08em;
}

.review blockquote {
  margin: 1.5rem 0;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.45;
}

.review-featured blockquote {
  font-size: clamp(1.5rem, 3.2vw, 2.55rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.review a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
  font-weight: 750;
}

.review a .ui-icon {
  width: 0.95rem;
  height: 0.95rem;
}

.visit-section {
  padding-block: clamp(5rem, 10vw, 9rem);
  color: var(--white);
  background: var(--ink);
}

.visit-shell {
  display: grid;
  grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
  gap: clamp(2.5rem, 5vw, 5rem);
}

.visit-content {
  padding-block: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.visit-intro p {
  color: rgba(251, 252, 248, 0.72);
}

.visit-details {
  margin-block: 2rem;
}

.visit-details > div {
  padding-block: 1.15rem;
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 1rem;
  border-top: 1px solid rgba(251, 252, 248, 0.22);
}

.visit-details h3 {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0;
}

.detail-icon {
  width: 1rem;
  height: 1rem;
  color: var(--accent-soft);
}

.visit-details address {
  margin-bottom: 0;
  color: rgba(251, 252, 248, 0.78);
  font-style: normal;
}

.hours-list div {
  margin-bottom: 0.65rem;
}

.hours-list dt {
  color: rgba(251, 252, 248, 0.7);
}

.hours-list dd {
  margin-bottom: 0;
  font-weight: 700;
}

.phone-link {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 800;
}

.visit-details p {
  margin-bottom: 0;
  color: rgba(251, 252, 248, 0.7);
}

.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.map-section {
  width: 100%;
  min-height: 620px;
  position: relative;
  background: var(--surface-deep);
  border-radius: var(--radius);
  overflow: hidden;
}

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

.map-signal {
  min-height: 44px;
  padding: 0.7rem 0.9rem;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  background: rgba(251, 252, 248, 0.95);
  border: 1px solid rgba(23, 34, 29, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(6, 10, 8, 0.2);
  font-size: 0.78rem;
  font-weight: 750;
  pointer-events: none;
}

.map-signal > .ui-icon {
  width: 1.05rem;
  height: 1.05rem;
  color: var(--accent-dark);
}

.map-signal i {
  width: 9px;
  aspect-ratio: 1;
  position: relative;
  display: block;
  flex: 0 0 auto;
  background: var(--signal);
  border-radius: 50%;
}

.map-signal i::before,
.map-signal i::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(223, 103, 77, 0.74);
  border-radius: 50%;
  animation: map-pulse 2.8s var(--ease-out) infinite;
}

.map-signal i::after {
  animation-delay: -1.4s;
}

.closing-cta {
  min-height: clamp(560px, 72vw, 760px);
  position: relative;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
}

.closing-cta > picture,
.closing-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.closing-cta > picture {
  z-index: -2;
  display: block;
  overflow: hidden;
  will-change: transform;
  animation: closing-breathe 17s var(--ease-in-out) infinite alternate;
}

.closing-cta > picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 52%;
}

.closing-scrim {
  z-index: -1;
  background: linear-gradient(90deg, rgba(6, 10, 8, 0.72), rgba(6, 10, 8, 0.32) 62%, rgba(6, 10, 8, 0.12));
}

.closing-mark {
  width: clamp(142px, 17vw, 224px);
  aspect-ratio: 1;
  position: absolute;
  right: clamp(1.5rem, 9vw, 9rem);
  top: 50%;
  z-index: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  padding: 1.2rem;
  color: rgba(251, 252, 248, 0.88);
  border: 1px solid rgba(251, 252, 248, 0.52);
  border-radius: 50%;
  transform: translateY(-50%);
  animation: closing-mark-float 7.5s var(--ease-in-out) infinite;
  pointer-events: none;
}

.closing-mark::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px dashed rgba(251, 252, 248, 0.55);
  border-radius: 50%;
  animation: orbit-counter 22s linear infinite;
}

.closing-mark span {
  font-size: clamp(0.7rem, 1.1vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.closing-mark i {
  height: 1px;
  display: block;
  background: currentColor;
  transform-origin: 50% 50%;
  animation: closing-line 3.2s var(--ease-in-out) infinite;
}

.closing-content {
  padding-block: 5rem;
}

.closing-content h2 {
  max-width: 9ch;
}

.closing-content > p {
  max-width: 38ch;
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}

.closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.site-footer {
  padding-block: 3.5rem;
  color: var(--white);
  background: var(--ink);
  border-top: 1px solid rgba(251, 252, 248, 0.16);
}

.footer-shell {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.7fr auto;
  align-items: start;
  gap: 2rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.footer-brand strong {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.footer-brand span {
  margin-top: 0.5rem;
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

.site-footer p {
  margin-bottom: 0.6rem;
}

.site-footer nav {
  display: grid;
  gap: 0.5rem;
}

.site-footer nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.site-footer nav a .ui-icon {
  width: 0.95rem;
  height: 0.95rem;
}

.footer-socials {
  display: flex;
  gap: 0.25rem;
}

.mobile-action-bar {
  display: none;
}

dialog {
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--paper);
  opacity: 1;
  transform: scale(1);
  transition: opacity 220ms var(--ease-out), transform 260ms var(--ease-out), overlay 220ms allow-discrete, display 220ms allow-discrete;
}

@starting-style {
  dialog[open] {
    opacity: 0;
    transform: scale(0.96);
  }
}

dialog::backdrop {
  background: rgba(6, 10, 8, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 1;
  transition: opacity 220ms var(--ease-out), overlay 220ms allow-discrete, display 220ms allow-discrete;
}

@starting-style {
  dialog[open]::backdrop {
    opacity: 0;
  }
}

.booking-dialog {
  width: min(calc(100% - 1.5rem), 760px);
  max-height: calc(100dvh - 1.5rem);
}

.dialog-panel {
  position: relative;
  padding: clamp(1.35rem, 5vw, 3rem);
}

.dialog-close,
.lightbox-close {
  min-width: 44px;
  min-height: 44px;
  padding: 0.55rem 0.8rem;
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  background: transparent;
  cursor: pointer;
  transition: transform 150ms var(--ease-out), background-color 150ms ease, color 150ms ease;
}

.dialog-close,
.lightbox-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.dialog-close .ui-icon,
.lightbox-close .ui-icon {
  width: 1rem;
  height: 1rem;
}

.dialog-heading {
  padding-right: 4rem;
}

.dialog-heading > p:first-child {
  margin-bottom: 0.5rem;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dialog-heading h2 {
  margin-bottom: 0.85rem;
  font-size: clamp(2.15rem, 7vw, 3.7rem);
}

.dialog-heading > p:last-child {
  color: var(--ink-soft);
}

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

.form-grid label {
  display: grid;
  gap: 0.35rem;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.form-grid input,
.form-grid textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.72rem 0.78rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #6a756f;
  border-radius: var(--radius);
}

.form-grid textarea {
  min-height: 90px;
  resize: vertical;
}

.form-grid input:focus,
.form-grid textarea:focus {
  border-color: var(--accent-dark);
  outline: 3px solid rgba(23, 107, 75, 0.28);
  outline-offset: 1px;
}

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

.form-error {
  margin: 0.85rem 0 0;
  color: #922f27;
  font-weight: 700;
}

.form-submit {
  margin-top: 1.25rem;
}

.booking-message {
  padding: 1.5rem;
  background: var(--surface);
  outline: 1px solid var(--line);
  outline-offset: -1px;
}

.booking-message h3 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.lightbox {
  width: min(calc(100% - 1rem), 1180px);
  height: min(calc(100dvh - 1rem), 900px);
  color: var(--white);
  background: #101512;
}

.lightbox-panel {
  width: 100%;
  height: 100%;
  padding: 4.2rem 5.8rem 2rem;
  position: relative;
  display: grid;
  place-items: center;
}

.lightbox figure {
  width: 100%;
  height: 100%;
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  place-items: center;
  gap: 0.8rem;
}

.lightbox img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}

.lightbox figcaption {
  font-size: 0.92rem;
}

.lightbox-meta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

#lightbox-count {
  flex: 0 0 auto;
  color: rgba(251, 252, 248, 0.68);
  font-size: 0.82rem;
}

.lightbox-close {
  color: var(--white);
}

.lightbox-nav {
  min-width: 44px;
  min-height: 44px;
  padding: 0.6rem;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: var(--white);
  background: rgba(16, 21, 18, 0.74);
  border: 1px solid rgba(251, 252, 248, 0.55);
  border-radius: var(--radius);
  cursor: pointer;
  transition: transform 150ms var(--ease-out), background-color 150ms ease;
}

.lightbox-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.lightbox-nav .ui-icon {
  width: 1.1rem;
  height: 1.1rem;
}

.lightbox-prev { left: 0.8rem; }
.lightbox-next { right: 0.8rem; }

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

.reveal.is-visible {
  animation: reveal-in 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.menu-card:nth-child(2).reveal.is-visible,
.gallery-item:nth-child(2).reveal.is-visible,
.review:nth-child(2).reveal.is-visible {
  animation-delay: 55ms;
}

.menu-card:nth-child(3).reveal.is-visible,
.gallery-item:nth-child(3).reveal.is-visible,
.review:nth-child(3).reveal.is-visible {
  animation-delay: 110ms;
}

.gallery-item:nth-child(4).reveal.is-visible { animation-delay: 35ms; }
.gallery-item:nth-child(5).reveal.is-visible { animation-delay: 90ms; }
.gallery-item:nth-child(6).reveal.is-visible { animation-delay: 145ms; }

@keyframes reveal-in {
  from {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@keyframes hero-breathe {
  from { transform: scale(1.015) translate3d(0, 0, 0); }
  to { transform: scale(1.075) translate3d(-0.8%, -0.6%, 0); }
}

@keyframes glow-drift-one {
  from { opacity: 0.48; transform: translate3d(0, 0, 0) scale(0.92); }
  to { opacity: 0.9; transform: translate3d(-12%, 8%, 0) scale(1.1); }
}

@keyframes glow-drift-two {
  from { opacity: 0.42; transform: translate3d(-8%, 4%, 0) scale(0.9); }
  to { opacity: 0.76; transform: translate3d(12%, -9%, 0) scale(1.12); }
}

@keyframes line-breathe {
  0%, 100% { opacity: 0.28; transform: scaleY(0.64); }
  50% { opacity: 0.9; transform: scaleY(1); }
}

@keyframes seal-float {
  0%, 100% { transform: translate3d(0, -8px, 0) rotate(-1deg); }
  50% { transform: translate3d(0, 10px, 0) rotate(1deg); }
}

@keyframes orbit-clockwise {
  to { transform: rotate(360deg); }
}

@keyframes orbit-counter {
  to { transform: rotate(-360deg); }
}

@keyframes scroll-cue {
  0% { opacity: 0; transform: translateY(-100%); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translateY(240%); }
}

@keyframes fact-light {
  0%, 58% { transform: translateX(0) skewX(-18deg); }
  78%, 100% { transform: translateX(430%) skewX(-18deg); }
}

@keyframes marquee-flow {
  to { transform: translateX(-50%); }
}

@keyframes accent-pulse {
  0%, 100% { opacity: 0.7; transform: scale(0.84); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes about-detail-drift {
  from { transform: scale(1.025) translate3d(-0.5%, 0, 0); }
  to { transform: scale(1.075) translate3d(1%, -1%, 0); }
}

@keyframes image-light-pass {
  0%, 54% { transform: translateX(0) skewX(-16deg); }
  76%, 100% { transform: translateX(520%) skewX(-16deg); }
}

@keyframes band-breathe {
  from { transform: scale(1.025) translate3d(0, 0, 0); }
  to { transform: scale(1.09) translate3d(-1%, -0.8%, 0); }
}

@keyframes gallery-light-pass {
  0%, 62% { transform: translateX(0) skewX(-18deg); }
  82%, 100% { transform: translateX(500%) skewX(-18deg); }
}

@keyframes label-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -5px, 0); }
}

@keyframes rating-orbit {
  from { transform: translateY(-50%) rotate(0deg); }
  to { transform: translateY(-50%) rotate(360deg); }
}

@keyframes review-light-pass {
  0%, 55% { transform: translateX(0) skewX(-14deg); }
  78%, 100% { transform: translateX(520%) skewX(-14deg); }
}

@keyframes map-pulse {
  0% { opacity: 0.8; transform: scale(0.5); }
  100% { opacity: 0; transform: scale(1.9); }
}

@keyframes closing-breathe {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(0.8%, -0.8%, 0); }
}

@keyframes closing-mark-float {
  0%, 100% { transform: translate3d(0, calc(-50% - 8px), 0) rotate(-1deg); }
  50% { transform: translate3d(0, calc(-50% + 8px), 0) rotate(1deg); }
}

@keyframes closing-line {
  0%, 100% { opacity: 0.4; transform: scaleX(0.5); }
  50% { opacity: 1; transform: scaleX(1); }
}

@media (min-width: 901px) {
  .hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.75fr);
    grid-template-areas: "brand intro";
    align-items: end;
    column-gap: clamp(3rem, 6vw, 6rem);
    padding-bottom: clamp(4rem, 7vh, 5.5rem);
  }

  .hero-brand {
    grid-area: brand;
    align-self: end;
  }

  .hero-brand .eyebrow {
    max-width: 44ch;
    margin-bottom: 1.5rem;
  }

  .hero h1 {
    max-width: none;
    margin-bottom: 0;
    font-size: clamp(6.5rem, 11vw, 9.5rem);
    line-height: 0.84;
    white-space: nowrap;
  }

  .hero-intro {
    width: min(100%, 390px);
    grid-area: intro;
    align-self: end;
    justify-self: end;
    padding-bottom: 0.25rem;
    text-align: center;
  }

  .hero-intro > p:not(.hero-service) {
    max-width: 34ch;
    margin-inline: auto;
    margin-bottom: 1.2rem;
    font-size: clamp(1.05rem, 1.55vw, 1.28rem);
    line-height: 1.42;
  }

  .hero-intro .hero-service {
    justify-content: center;
    margin-bottom: 1.7rem;
  }

  .hero-intro .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .hero-intro .button {
    min-width: 0;
  }

  .hero-seal {
    top: clamp(5.5rem, 10vh, 8rem);
    right: clamp(1.8rem, 7vw, 7rem);
    bottom: auto;
  }

  .hero-line {
    top: 13%;
    right: clamp(2rem, 16vw, 14rem);
  }
}

@media (max-width: 900px) {
  .desktop-nav,
  .header-booking {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .about {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2.5rem;
  }

  .about-visuals {
    min-height: 0;
  }

  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 1.5rem;
  }

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

  .gallery-item:nth-child(2),
  .gallery-item:nth-child(5) {
    margin-top: 3rem;
  }

  .reviews-list {
    grid-template-columns: minmax(0, 1.1fr) minmax(250px, 0.9fr);
    gap: 0 2.5rem;
  }

  .review-featured {
    grid-column: auto;
  }

  .visit-shell {
    grid-template-columns: 1fr;
  }

  .visit-content {
    padding-block: 0;
  }

  .footer-shell {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  :root {
    --header-height: 72px;
  }

  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  .site-header {
    background: rgba(17, 23, 19, 0.32);
  }

  .nav-shell {
    width: min(calc(100% - 3rem), var(--container));
    height: var(--header-height);
  }

  .wordmark {
    display: grid;
    grid-template-columns: 44px auto;
    grid-template-rows: 1fr 1fr;
    column-gap: 0.55rem;
    align-items: center;
    letter-spacing: 0.06em;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  }

  .wordmark::before {
    content: "K";
    width: 44px;
    height: 44px;
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    color: var(--ink);
    background: rgba(251, 252, 248, 0.94);
    border: 1px solid rgba(23, 34, 29, 0.18);
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(7, 31, 21, 0.22);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: 0;
  }

  .wordmark span {
    align-self: end;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: 0.045em;
  }

  .wordmark small {
    align-self: start;
    margin-top: 0.12rem;
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }

  .nav-actions {
    gap: 0.1rem;
  }

  .nav-actions > .social-link {
    width: 36px;
    height: 44px;
    display: inline-grid;
  }

  .nav-actions > .social-link svg {
    width: 18px;
    height: 18px;
  }

  .hero-picture img {
    object-position: 51% 50%;
  }

  .hero-seal {
    width: 112px;
    right: -18px;
    top: 15%;
    bottom: auto;
  }

  .hero-line {
    height: 24vh;
    right: 18%;
    top: 8%;
  }

  .hero-scroll-cue {
    display: none;
  }

  .hero-content {
    width: min(calc(100% - 3rem), var(--container));
    padding-bottom: clamp(4rem, 7vh, 5rem);
  }

  .eyebrow-desktop {
    display: none;
  }

  .eyebrow-mobile {
    display: inline;
  }

  .hero-brand .eyebrow {
    max-width: 28ch;
    margin-bottom: 1rem;
  }

  .hero h1 {
    max-width: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.8rem, 17vw, 5rem);
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: -0.035em;
    white-space: nowrap;
  }

  .hero-intro {
    margin-top: 1.15rem;
  }

  .hero-intro > p:not(.hero-service) {
    max-width: 31ch;
    margin-bottom: 1.45rem;
    font-size: 1.04rem;
    line-height: 1.45;
  }

  .hero-service {
    display: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  .hero-actions .button {
    min-height: 60px;
    padding-inline: 0.65rem;
    font-size: 0.9rem;
  }

  .quick-facts-shell {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flavour-marquee {
    padding-block: 0.78rem;
  }

  .flavour-marquee-track {
    animation-duration: 22s;
  }

  .quick-facts-shell > * {
    min-height: 116px;
    padding: 1.1rem 1rem;
    border-left: 0;
    border-right: 1px solid rgba(251, 252, 248, 0.18);
    border-bottom: 1px solid rgba(251, 252, 248, 0.18);
  }

  .quick-facts-shell > *:nth-child(even) {
    border-right: 0;
  }

  .quick-facts-shell > *:last-child {
    border-right: 0;
  }

  .about {
    padding-block: 5rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .about-visuals {
    min-height: 0;
  }

  .about-visuals::before {
    right: 0;
    top: 10%;
  }

  .about-detail {
    width: min(100%, 390px);
  }

  .section-heading {
    grid-template-columns: 1fr;
    row-gap: 1.35rem;
    align-items: start;
    padding-bottom: 2rem;
  }

  .menu-section .section-heading h2 {
    max-width: 12ch;
  }

  .menu-heading-action {
    justify-self: start;
    margin-top: 0;
  }

  .menu-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .menu-card {
    padding-block: 2.7rem;
    gap: 1.3rem;
    border-bottom: 1px solid var(--line);
  }

  .menu-card:first-child {
    padding-top: 2.7rem;
  }

  .menu-card:last-child {
    border-bottom: 0;
  }

  .menu-card .ratio-3x4 {
    width: min(100%, 390px);
  }

  .menu-card-copy > p {
    min-height: auto;
  }

  .menu-band {
    min-height: 600px;
  }

  .menu-band > picture img {
    object-position: 51% 50%;
  }

  .menu-band-scrim {
    background: linear-gradient(to top, rgba(9, 15, 12, 0.78), rgba(9, 15, 12, 0.36) 68%, rgba(9, 15, 12, 0.1));
  }

  .menu-band-content {
    align-self: flex-end;
    position: relative;
    z-index: 1;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 0;
  }

  .gallery-item,
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(5) {
    width: 92%;
    margin-top: 0;
  }

  .gallery-item:nth-child(even) {
    justify-self: end;
  }

  .reviews-heading {
    display: block;
  }

  .reviews-heading h2 {
    margin-bottom: 1.5rem;
  }

  .reviews-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .review-featured {
    grid-row: auto;
    margin-bottom: 1.2rem;
    padding: 1.6rem;
  }

  .visit-details > div {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .map-section,
  .map-section iframe {
    min-height: 500px;
    height: 500px;
  }

  .closing-cta {
    min-height: 660px;
    align-items: flex-end;
  }

  .closing-cta > picture img {
    object-position: 51% 50%;
  }

  .closing-scrim {
    background: linear-gradient(to top, rgba(6, 10, 8, 0.82), rgba(6, 10, 8, 0.34) 62%, rgba(6, 10, 8, 0.1));
  }

  .closing-content {
    padding-bottom: 4rem;
    position: relative;
    z-index: 1;
  }

  .closing-mark {
    width: 148px;
    right: -22px;
    top: 23%;
    opacity: 0.78;
  }

  .closing-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer-shell {
    grid-template-columns: 1fr;
  }

  .mobile-action-bar {
    min-height: calc(64px + env(safe-area-inset-bottom));
    padding: 0 0.6rem env(safe-area-inset-bottom);
    position: fixed;
    inset: auto 0 0;
    z-index: var(--z-action-bar);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    color: var(--white);
    background: rgba(14, 79, 54, 0.98);
    border-top: 1px solid rgba(251, 252, 248, 0.22);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(110%);
    transition: opacity 220ms ease, transform 280ms cubic-bezier(0.16, 1, 0.3, 1), visibility 220ms ease;
  }

  .mobile-action-bar.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .mobile-action-bar a,
  .mobile-action-bar button {
    min-width: 0;
    padding: 0.75rem 0.35rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.18rem;
    color: inherit;
    background: transparent;
    border: 0;
    border-right: 1px solid rgba(251, 252, 248, 0.16);
    font: inherit;
    font-size: 0.8rem;
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
  }

  .mobile-action-bar .ui-icon {
    width: 1.05rem;
    height: 1.05rem;
  }

  .mobile-action-bar > :last-child {
    border-right: 0;
    color: var(--ink);
    background: var(--white);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-wide {
    grid-column: auto;
  }

  .lightbox-panel {
    padding: 4.2rem 0.8rem 5rem;
  }

  .lightbox-nav {
    top: auto;
    bottom: 0.8rem;
    transform: none;
  }

  .lightbox-prev { left: 0.8rem; }
  .lightbox-next { right: 0.8rem; }
}

.motion-zone *,
.motion-zone *::before,
.motion-zone *::after {
  animation-play-state: paused;
}

.motion-zone.motion-active *,
.motion-zone.motion-active *::before,
.motion-zone.motion-active *::after {
  animation-play-state: running;
}

@media (hover: hover) and (pointer: fine) {
  .desktop-nav a:hover,
  .site-footer a:hover {
    text-decoration: underline;
  }

  .button:hover,
  .booking-button:hover {
    transform: translateY(-2px);
  }

  .social-link:hover {
    transform: rotate(-5deg) scale(1.06);
  }

  .quick-facts-shell a:hover {
    background: rgba(251, 252, 248, 0.08);
  }

  .text-link:hover {
    color: var(--signal);
    transform: translateX(4px);
  }

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

  .menu-card .ratio-3x4:hover,
  .gallery-item:hover {
    box-shadow: 0 24px 50px rgba(23, 34, 29, 0.18);
  }

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

  .dialog-close:hover,
  .lightbox-close:hover,
  .lightbox-nav:hover {
    background: currentColor;
  }

  .dialog-close:hover {
    color: var(--white);
    background: var(--ink);
  }

  .lightbox-close:hover,
  .lightbox-nav:hover {
    color: var(--ink);
    background: var(--white);
  }
}

@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;
  }

  .reveal.is-visible {
    animation: none;
  }

  .hero-picture img,
  .about-detail img,
  .menu-band > picture,
  .closing-cta > picture,
  .hero-seal,
  .closing-mark,
  .flavour-marquee-track {
    transform: none !important;
  }
}
