:root {
  color-scheme: light;
  --ink: #172119;
  --olive: #334b36;
  --olive-dark: #1c3022;
  --yellow: #f0df72;
  --off-white: #f5f7ef;
  --white: #ffffff;
  --sage: #dfe7d8;
  --line: rgba(23, 33, 25, 0.22);
  --page: min(1280px, calc(100vw - 64px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --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);
  --z-header: 40;
  --z-actions: 50;
  --z-modal: 100;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--off-white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.menu-open,
body.lightbox-open,
body.menu-viewer-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

.icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-inline,
.icon-button {
  width: 1em;
  height: 1em;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.23em;
}

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

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

button {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: var(--z-modal);
  padding: 10px 14px;
  transform: translateY(-150%);
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
}

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

.page-width {
  width: var(--page);
  margin-inline: auto;
}

.section-space {
  padding-block: clamp(88px, 10vw, 152px);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--olive);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--yellow);
}

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

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
}

h2 {
  margin-bottom: 28px;
  font-size: clamp(2.55rem, 4.7vw, 4.25rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: var(--z-header);
  color: var(--white);
  transition: background 200ms ease, box-shadow 200ms ease;
}

.site-header.is-scrolled {
  background: rgba(28, 48, 34, 0.96);
  box-shadow: 0 8px 28px rgba(14, 24, 17, 0.16);
}

.site-header.is-scrolled .nav-shell {
  border-bottom-color: transparent;
}

.scroll-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  overflow: hidden;
  pointer-events: none;
}

.scroll-progress i {
  width: 100%;
  height: 100%;
  display: block;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--yellow);
  box-shadow: 0 0 14px rgba(240, 223, 114, 0.62);
}

.nav-shell {
  width: var(--page);
  min-height: 88px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.56);
}

.wordmark {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: baseline;
  gap: 7px;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-wordmark {
  width: auto;
  height: 50px;
  align-items: center;
  gap: 11px;
}

.header-wordmark .brand-logo {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}

.header-wordmark > span,
.header-wordmark > small {
  display: inline-block;
}

.header-wordmark > span {
  font-family: var(--serif);
  font-size: 1.28rem;
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.header-wordmark > small {
  margin-left: -5px;
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wordmark span {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-style: italic;
  letter-spacing: -0.04em;
}

.wordmark small {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mobile-brand-seal,
.mobile-nav-social {
  display: none;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.1vw, 34px);
}

.primary-nav > a,
.nav-social a {
  text-decoration: none;
}

.primary-nav > a {
  position: relative;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.primary-nav > a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: currentColor;
  content: "";
  transition: transform 180ms ease;
}

.primary-nav > a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-social {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-left: 8px;
}

.nav-social a {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: transform 150ms var(--ease-out), background 180ms ease, color 180ms ease;
}

.nav-social a:focus-visible {
  background: var(--yellow);
  color: var(--ink);
}

.nav-social svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.menu-toggle {
  display: none;
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 150ms var(--ease-out);
}

.menu-toggle-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-toggle-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 12px;
}

.menu-toggle-icon i {
  position: absolute;
  left: 0;
  width: 20px;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease, top 180ms ease;
}

.menu-toggle-icon i:first-child {
  top: 2px;
}

.menu-toggle-icon i:last-child {
  top: 9px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:first-child {
  top: 6px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:last-child {
  top: 6px;
  transform: rotate(-45deg);
}

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

.hero-content {
  position: relative;
  z-index: 2;
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 16, 12, 0.10) 0%, rgba(10, 16, 12, 0.18) 48%, rgba(10, 16, 12, 0.30) 100%);
  content: "";
}

.hero-media,
.hero-media img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

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

.hero-glow {
  position: absolute;
  top: -28%;
  right: -10%;
  width: min(62vw, 820px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 223, 114, 0.28) 0%, rgba(240, 223, 114, 0.08) 38%, transparent 68%);
  mix-blend-mode: screen;
  animation: hero-glow-drift 11s var(--ease-in-out) infinite alternate;
}

.hero-orbit {
  position: absolute;
  top: 18%;
  right: clamp(52px, 9vw, 150px);
  width: clamp(170px, 19vw, 270px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: orbit-spin 18s linear infinite;
}

.hero-orbit::before,
.hero-orbit::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.hero-orbit::before {
  inset: 15%;
  border: 1px dashed rgba(240, 223, 114, 0.48);
}

.hero-orbit::after {
  top: -7px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background: var(--yellow);
  box-shadow: 0 0 34px rgba(240, 223, 114, 0.85);
}

.hero-orbit i,
.hero-orbit b {
  position: absolute;
  border-radius: 50%;
}

.hero-orbit i {
  inset: 36%;
  border: 1px solid rgba(255, 255, 255, 0.62);
}

.hero-orbit b {
  right: 8%;
  bottom: 16%;
  width: 7px;
  height: 7px;
  background: var(--white);
}

.hero-side-note {
  position: absolute;
  right: 24px;
  bottom: clamp(92px, 14vh, 150px);
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  animation: side-note-float 5.5s var(--ease-in-out) infinite alternate;
}

@keyframes hero-glow-drift {
  from {
    opacity: 0.58;
    transform: translate3d(-4%, -2%, 0) scale(0.9);
  }

  to {
    opacity: 1;
    transform: translate3d(8%, 7%, 0) scale(1.08);
  }
}

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

@keyframes side-note-float {
  from {
    opacity: 0.62;
    transform: translateY(-8px);
  }

  to {
    opacity: 0.92;
    transform: translateY(8px);
  }
}

.hero-media img {
  object-fit: cover;
  object-position: 50% 58%;
  animation: hero-image-in 1.4s var(--ease-out) both;
}

.hero-content {
  padding-block: 160px clamp(72px, 10vh, 112px);
}

.hero-eyebrow {
  color: var(--yellow);
}

.hero h1 {
  max-width: 780px;
  margin-bottom: 26px;
  font-size: clamp(3.55rem, 6.2vw, 4.9rem);
  letter-spacing: -0.04em;
  line-height: 0.9;
  text-wrap: balance;
}

.hero-content > * {
  animation: hero-copy-in 760ms var(--ease-out) both;
}

.hero-content > :nth-child(2) {
  animation-delay: 80ms;
}

.hero-content > :nth-child(3) {
  animation-delay: 150ms;
}

.hero-content > :nth-child(4) {
  animation-delay: 220ms;
}

@keyframes hero-copy-in {
  from {
    opacity: 0.78;
    transform: translateY(16px);
  }

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

@keyframes hero-image-in {
  from {
    transform: scale(1.025);
  }

  to {
    transform: scale(1);
  }
}

.hero-side {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 26px;
}

.hero-side > p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions,
.visit-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

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

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-block: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  transform-origin: left center;
  transition: transform 150ms var(--ease-out);
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link > svg,
.text-button > svg {
  flex: 0 0 auto;
}

.text-link-light {
  color: var(--white);
}

.ratio-three-four {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
}

.ratio-three-four > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quick-facts {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--yellow);
  color: var(--ink);
}

.quick-facts::after {
  position: absolute;
  z-index: -1;
  top: -80%;
  bottom: -80%;
  left: -34%;
  width: 24%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  content: "";
  animation: fact-light-pass 8s linear infinite;
}

.quick-facts ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick-facts li {
  min-height: 116px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 25px clamp(18px, 2.4vw, 34px);
}

.fact-icon {
  width: 22px;
  height: 22px;
  margin-bottom: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-facts li + li {
  border-left: 1px solid rgba(23, 33, 25, 0.3);
}

.quick-facts span,
.day-stop span,
.spread-message span {
  margin-bottom: 4px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.quick-facts strong {
  font-family: var(--serif);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 400;
  line-height: 1.18;
}

@keyframes fact-light-pass {
  0%,
  18% {
    opacity: 0;
    transform: translateX(0) skewX(-18deg);
  }

  28% {
    opacity: 0.72;
  }

  62%,
  100% {
    opacity: 0;
    transform: translateX(650%) skewX(-18deg);
  }
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  align-items: start;
  gap: clamp(28px, 5vw, 80px);
}

.about-copy {
  padding-top: clamp(22px, 8vw, 110px);
}

.section-label {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  color: var(--olive);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.section-label::before {
  width: 30px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.about-copy > p:not(.section-label) {
  max-width: 58ch;
  margin-bottom: 34px;
  color: rgba(23, 33, 25, 0.78);
  font-size: 1.04rem;
}

.about-montage {
  position: relative;
  min-height: 700px;
  padding: 0 0 66px 58px;
}

.about-figure {
  width: min(76%, 520px);
  margin-left: auto;
}

.about-figure img {
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.about-figure figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 1;
  padding: 11px 13px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-street-figure {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: min(49%, 360px);
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border: 8px solid var(--off-white);
  background: var(--olive-dark);
  animation: photo-float 8s var(--ease-in-out) infinite alternate;
}

.about-street-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-street-figure figcaption {
  position: absolute;
  inset: auto 12px 10px;
  padding: 8px 10px;
  background: rgba(28, 48, 34, 0.9);
  color: var(--white);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-signoff {
  position: absolute;
  top: 15%;
  right: -18px;
  margin: 0;
  padding: 16px 18px 18px;
  transform: rotate(2deg);
  background: var(--yellow);
  box-shadow: 0 16px 38px rgba(23, 33, 25, 0.14);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.08;
  animation: note-float 5.4s var(--ease-in-out) infinite alternate;
}

@keyframes photo-float {
  from {
    transform: translate3d(0, -5px, 0) rotate(-0.5deg);
  }

  to {
    transform: translate3d(0, 7px, 0) rotate(0.75deg);
  }
}

@keyframes note-float {
  from {
    transform: translate3d(0, -7px, 0) rotate(0.5deg);
  }

  to {
    transform: translate3d(0, 8px, 0) rotate(3deg);
  }
}

.day-section {
  padding-block: clamp(86px, 9vw, 138px);
  overflow: hidden;
  background: var(--olive-dark);
  color: var(--white);
}

.day-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  align-items: end;
  gap: clamp(38px, 7vw, 110px);
  margin-bottom: clamp(48px, 7vw, 86px);
}

.day-heading h2 {
  margin-bottom: 18px;
}

.day-heading > div > p {
  max-width: 48ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.day-clock {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
  color: var(--yellow);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.2vw, 2.75rem);
  line-height: 1;
}

.day-clock-icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.day-clock i {
  position: relative;
  height: 1px;
  flex: 1;
  overflow: hidden;
  background: rgba(240, 223, 114, 0.58);
}

.day-clock i::after {
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, var(--yellow), transparent);
  content: "";
  animation: clock-current 3.8s linear infinite;
}

@keyframes clock-current {
  to {
    transform: translateX(100%);
  }
}

.day-stops {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3.4vw, 50px);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: sidetrack-day;
}

.day-stop {
  position: relative;
  counter-increment: sidetrack-day;
}

.day-stop::before {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 14px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  content: "0" counter(sidetrack-day);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.day-stop figure {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0 0 28px;
  overflow: hidden;
  background: var(--olive);
  transform-style: preserve-3d;
  transform-origin: 50% 66%;
}

.about-figure.is-tilting,
.day-stop figure.is-tilting,
.menu-image.is-tilting {
  will-change: transform;
}

.day-stop figure::after,
.menu-image::after {
  position: absolute;
  inset: -28%;
  transform: translateX(-130%) rotate(14deg);
  background: linear-gradient(90deg, transparent 40%, rgba(255, 255, 255, 0.19) 50%, transparent 60%);
  content: "";
  pointer-events: none;
  animation: image-light-pass 9s linear infinite;
}

.day-stop:nth-child(2) figure::after,
.menu-column:nth-child(2) .menu-image::after {
  animation-delay: -3s;
}

.day-stop:nth-child(3) figure::after,
.menu-column:nth-child(3) .menu-image::after {
  animation-delay: -6s;
}

@keyframes image-light-pass {
  0%,
  58% {
    opacity: 0;
    transform: translateX(-130%) rotate(14deg);
  }

  66% {
    opacity: 1;
  }

  84%,
  100% {
    opacity: 0;
    transform: translateX(130%) rotate(14deg);
  }
}

.steam-field {
  position: absolute;
  top: 22%;
  left: 37%;
  width: 34%;
  height: 34%;
  display: block;
  overflow: hidden;
  color: var(--white);
  pointer-events: none;
}

.steam-field i {
  position: absolute;
  bottom: -18%;
  width: 18px;
  height: 74%;
  border-left: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  opacity: 0;
  animation: steam-rise 3.4s var(--ease-out) infinite;
}

.steam-field i:nth-child(1) {
  left: 18%;
}

.steam-field i:nth-child(2) {
  left: 48%;
  height: 88%;
  animation-delay: -1.15s;
}

.steam-field i:nth-child(3) {
  left: 74%;
  height: 66%;
  animation-delay: -2.3s;
}

@keyframes steam-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0) scale(0.85) rotate(-8deg);
  }

  24% {
    opacity: 0.68;
  }

  72% {
    opacity: 0.32;
  }

  100% {
    opacity: 0;
    transform: translate3d(10px, -54%, 0) scale(1.14) rotate(10deg);
  }
}

.day-stop figure picture {
  display: block;
  width: 100%;
  height: 100%;
}

.day-stop figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms var(--ease-out);
}

.day-stop span {
  display: block;
  color: var(--yellow);
}

.day-stop h3 {
  margin-bottom: 12px;
  font-size: clamp(1.75rem, 2.6vw, 2.35rem);
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.day-stop p {
  max-width: 38ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

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

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
  align-items: end;
  gap: 40px;
  margin-bottom: clamp(48px, 7vw, 88px);
}

.section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.section-heading > p,
.menu-heading-side {
  max-width: 38ch;
  margin: 0 0 8px auto;
  color: rgba(23, 33, 25, 0.69);
}

.menu-heading-side p {
  margin-bottom: 18px;
}

.text-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 3px 0 5px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transform-origin: left center;
  transition: transform 150ms var(--ease-out);
}

.text-button span {
  transition: transform 180ms ease;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(24px, 3vw, 46px);
}

.menu-column-offset {
  padding-top: 64px;
}

.menu-image {
  background: var(--olive-dark);
}

.menu-image img {
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.menu-category {
  padding-top: 26px;
  border-top: 1px solid var(--ink);
}

.menu-category h3 {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 10px;
  font-size: 2.2rem;
  letter-spacing: -0.04em;
  line-height: 1;
}

.menu-category-icon {
  width: 1.02em;
  height: 1.02em;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--olive);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-intro {
  min-height: 42px;
  margin-bottom: 20px;
  color: rgba(23, 33, 25, 0.65);
  font-size: 0.84rem;
}

.menu-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-category li {
  min-height: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 18px;
  padding-block: 13px;
  border-top: 1px solid rgba(23, 33, 25, 0.18);
  font-size: 0.94rem;
  line-height: 1.35;
}

.menu-category li strong {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}

.brand-spread {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.34fr);
  overflow: hidden;
  background: var(--white);
}

.brand-spread::before {
  position: absolute;
  z-index: 2;
  top: -48%;
  bottom: -48%;
  left: -30%;
  width: 18%;
  transform: translateX(0) rotate(12deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  content: "";
  pointer-events: none;
  animation: spread-sunlight 10.5s linear infinite;
}

@keyframes spread-sunlight {
  0%,
  24% {
    opacity: 0;
    transform: translateX(0) rotate(12deg);
  }

  38% {
    opacity: 0.78;
  }

  66%,
  100% {
    opacity: 0;
    transform: translateX(820%) rotate(12deg);
  }
}

.brand-spread picture {
  display: block;
  width: 100%;
}

.brand-spread picture img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: cover;
}

@media (min-width: 701px) {
  .brand-spread picture {
    height: 100%;
    min-height: 260px;
  }

  .brand-spread picture img {
    height: 100%;
    min-height: 260px;
  }
}

.spread-message {
  position: relative;
  z-index: 1;
  min-height: 320px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(38px, 5vw, 74px);
  background: var(--yellow);
  color: var(--ink);
}

.spread-message span {
  margin-bottom: 17px;
}

.spread-message p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.7vw, 3.6rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.spread-orbit {
  position: absolute;
  right: -52px;
  bottom: -70px;
  width: 190px;
  aspect-ratio: 1;
  margin: 0;
  border: 1px solid rgba(23, 33, 25, 0.36);
  border-radius: 50%;
  animation: orbit-spin 16s linear infinite reverse;
}

.spread-orbit::before,
.spread-orbit i {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.spread-orbit::before {
  inset: 22%;
  border: 1px dashed rgba(23, 33, 25, 0.4);
}

.spread-orbit i {
  top: -6px;
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  background: var(--olive-dark);
}

.brand-marquee {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--olive-dark);
  color: var(--yellow);
}

.brand-marquee-track {
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  padding-block: clamp(22px, 3vw, 38px);
  animation: brand-marquee-flow 22s linear infinite;
  will-change: transform;
}

.brand-marquee-track span {
  flex: 0 0 auto;
  display: block;
  padding-right: 0.22em;
  font-family: var(--serif);
  font-size: clamp(2.35rem, 4.8vw, 4.5rem);
  letter-spacing: -0.035em;
  line-height: 0.85;
  white-space: nowrap;
}

@keyframes brand-marquee-flow {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.gallery-heading h2 {
  max-width: 520px;
}

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

.gallery-item {
  width: 100%;
  padding: 0;
  border: 0;
  background: var(--olive-dark);
  cursor: zoom-in;
  transition: transform 150ms var(--ease-out);
}

.gallery-item img {
  transition: transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 250ms ease;
}

.gallery-zoom {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: rgba(23, 33, 25, 0.28);
  color: var(--white);
  transition: transform 180ms var(--ease-out), background 180ms ease, color 180ms ease;
}

.gallery-zoom .icon {
  width: 17px;
  height: 17px;
}

.reviews-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--yellow);
}

.reviews-section > .page-width {
  position: relative;
  z-index: 1;
}

.review-halo {
  position: absolute;
  z-index: 0;
  top: -180px;
  right: -130px;
  width: clamp(360px, 46vw, 700px);
  aspect-ratio: 1;
  border: 1px solid rgba(23, 33, 25, 0.17);
  border-radius: 50%;
  pointer-events: none;
  animation: halo-drift 12s var(--ease-in-out) infinite alternate;
}

.review-halo::before,
.review-halo::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.review-halo::before {
  inset: 14%;
  border: 1px dashed rgba(23, 33, 25, 0.18);
}

.review-halo::after {
  inset: 34%;
  background: rgba(255, 255, 255, 0.15);
}

@keyframes halo-drift {
  from {
    opacity: 0.5;
    transform: translate3d(-4%, -2%, 0) rotate(0deg);
  }

  to {
    opacity: 0.9;
    transform: translate3d(6%, 5%, 0) rotate(28deg);
  }
}

.reviews-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(52px, 7vw, 88px);
}

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

.review-score {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 8px;
}

.review-score > strong {
  font-family: var(--serif);
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.review-score > span {
  display: block;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.review-author span {
  letter-spacing: 0.09em;
}

.rating-star {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: -0.12em;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.6;
  animation: star-glow 2.8s var(--ease-in-out) infinite alternate;
}

.review-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.review-stars .rating-star {
  margin-right: 0;
}

.review-score em {
  display: block;
  margin-top: 3px;
  font-style: normal;
  font-size: 0.9em;
  letter-spacing: 0.04em;
}

.review-score .rating-star {
  animation: star-glow 2.8s var(--ease-in-out) infinite alternate;
}

@keyframes star-glow {
  from {
    opacity: 0.62;
  }

  to {
    opacity: 1;
  }
}

.reviews-list {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  grid-template-rows: repeat(2, minmax(230px, auto));
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.review {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px clamp(22px, 3vw, 42px) 38px;
}

.review:first-child {
  grid-row: 1 / 3;
  min-height: 520px;
}

.review:nth-child(2) {
  border-bottom: 1px solid var(--ink);
}

.review:first-child {
  border-right: 1px solid var(--ink);
  border-left: 0;
}

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

.review-author img {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(23, 33, 25, 0.22);
  border-radius: 50%;
  background: var(--off-white);
}

.review-author div {
  display: flex;
  flex-direction: column;
}

.review-author strong {
  font-size: 0.84rem;
}

.review-author span {
  font-size: 0.7rem;
}

.review blockquote {
  position: relative;
  margin: 38px 0 34px;
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.7vw, 1.45rem);
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.review blockquote::before {
  position: absolute;
  top: -34px;
  left: -9px;
  color: rgba(23, 33, 25, 0.13);
  content: "“";
  font-size: 4.8rem;
  line-height: 1;
  pointer-events: none;
}

.review:first-child blockquote {
  max-width: 24ch;
  font-size: clamp(1.65rem, 2.8vw, 2.45rem);
  line-height: 1.18;
}

.review .text-link {
  margin-top: auto;
}

.visit-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(88px, 10vw, 148px);
  background: var(--olive);
  color: var(--white);
}

.visit-section > .page-width {
  position: relative;
  z-index: 1;
}

.visit-compass {
  position: absolute;
  z-index: 0;
  top: 8%;
  right: 3%;
  width: clamp(180px, 24vw, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(240, 223, 114, 0.22);
  border-radius: 50%;
  pointer-events: none;
  animation: orbit-spin 24s linear infinite;
}

.visit-compass::before,
.visit-compass::after,
.visit-compass i,
.visit-compass b {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.visit-compass::before {
  inset: 16%;
  border: 1px dashed rgba(255, 255, 255, 0.18);
}

.visit-compass::after {
  inset: 43%;
  background: var(--yellow);
  box-shadow: 0 0 40px rgba(240, 223, 114, 0.36);
}

.visit-compass i {
  top: -7px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background: var(--yellow);
}

.visit-compass b {
  right: 6%;
  bottom: 17%;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.visit-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(48px, 7vw, 108px);
}

.visit-copy h2 {
  max-width: 560px;
}

.visit-details {
  margin: 48px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.visit-details > div {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 18px;
  padding-block: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

.visit-details dt {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--yellow);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.detail-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.visit-details dd {
  margin: 0;
  line-height: 1.45;
}

.visit-details a {
  text-decoration: none;
}

.amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.amenities li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.amenity-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.map-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 460px;
  overflow: hidden;
  background: var(--sage);
}

.map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.site-footer {
  padding: 72px 0 30px;
  background: var(--olive-dark);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.6fr 0.8fr;
  gap: 44px;
  padding-bottom: 68px;
}

.footer-wordmark {
  width: auto;
  height: 96px;
  align-items: center;
  gap: 13px;
  align-self: start;
}

.footer-wordmark .brand-logo {
  width: 96px;
  height: 96px;
  flex: 0 0 96px;
}

.footer-wordmark span {
  font-size: 2.15rem;
}

.footer-wordmark small {
  margin-left: -7px;
}

.footer-location p {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.76);
}

.footer-location a,
.footer-nav a,
.footer-social a {
  text-decoration: none;
}

.footer-nav,
.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-social {
  flex-direction: row;
  gap: 12px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  transition: transform 150ms var(--ease-out), color 180ms ease, border-color 180ms ease;
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-nav a:focus-visible,
.footer-social a:focus-visible,
.footer-location a:focus-visible {
  color: var(--yellow);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-bottom p {
  margin-bottom: 0;
}

.mobile-quick-actions {
  display: none;
}

.motion-item {
  opacity: 0.52;
  transform: translateY(34px) scale(0.985);
  transition: opacity 780ms var(--ease-out), transform 780ms var(--ease-out);
  transition-delay: var(--motion-delay, 0ms);
}

.motion-item.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ambient-paused::before,
.ambient-paused::after,
.ambient-paused .hero-glow,
.ambient-paused .hero-orbit,
.ambient-paused .hero-side-note,
.ambient-paused .about-street-figure,
.ambient-paused .about-signoff,
.ambient-paused .day-clock i::after,
.ambient-paused .day-stop figure::after,
.ambient-paused .menu-image::after,
.ambient-paused .steam-field i,
.ambient-paused .spread-orbit,
.ambient-paused .brand-marquee-track,
.ambient-paused .review-halo,
.ambient-paused .rating-star,
.ambient-paused .visit-compass,
body.page-hidden *,
body.page-hidden *::before,
body.page-hidden *::after {
  animation-play-state: paused !important;
}

.day-stop:nth-child(2),
.menu-column:nth-child(2),
.gallery-item:nth-child(2),
.gallery-item:nth-child(5),
.review:nth-child(2) {
  --motion-delay: 70ms;
}

.day-stop:nth-child(3),
.menu-column:nth-child(3),
.gallery-item:nth-child(3),
.gallery-item:nth-child(6),
.review:nth-child(3) {
  --motion-delay: 140ms;
}

.button:active,
.text-button:active,
.text-link:active,
.menu-toggle:active,
.nav-social a:active,
.footer-social a:active,
.gallery-item:active,
.menu-viewer-close:active,
.lightbox-close:active {
  transform: scale(0.97);
  transition-duration: 120ms;
}

.menu-viewer-nav:active,
.lightbox-nav:active {
  transform: translateY(-50%) scale(0.94);
  transition-duration: 120ms;
}

.dialog-pointer-entry[open] {
  animation: dialog-pointer-in 240ms var(--ease-out) both;
}

@keyframes dialog-pointer-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.97);
  }

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

.menu-viewer {
  width: min(94vw, 920px);
  height: min(94vh, 940px);
  padding: 52px 72px 30px;
  border: 0;
  background: var(--off-white);
  color: var(--ink);
}

.menu-viewer::backdrop,
.lightbox::backdrop {
  background: rgba(6, 10, 7, 0.86);
  backdrop-filter: blur(3px);
}

.menu-viewer figure {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 13px;
  margin: 0;
}

.menu-viewer figure img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.menu-viewer figcaption {
  min-height: 24px;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.menu-viewer-close,
.menu-viewer-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(23, 33, 25, 0.38);
  border-radius: 50%;
  background: var(--off-white);
  color: var(--ink);
  cursor: pointer;
  line-height: 1;
  transition: transform 150ms var(--ease-out), background 180ms ease, color 180ms ease;
}

.menu-viewer-close .icon,
.menu-viewer-nav .icon,
.lightbox-close .icon,
.lightbox-nav .icon {
  width: 20px;
  height: 20px;
}

.menu-viewer-close:focus-visible,
.menu-viewer-nav:focus-visible {
  background: var(--olive);
  color: var(--white);
}

.menu-viewer-close {
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  font-size: 1.7rem;
}

.menu-viewer-nav {
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  font-size: 2rem;
}

.menu-viewer-prev {
  left: 14px;
}

.menu-viewer-next {
  right: 14px;
}

.lightbox {
  width: min(92vw, 1040px);
  height: min(92vh, 900px);
  padding: 48px 74px 30px;
  border: 0;
  background: rgba(16, 24, 18, 0.98);
  color: var(--white);
}

.lightbox figure {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px;
  margin: 0;
}

.lightbox figure img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.lightbox figcaption {
  min-height: 24px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  line-height: 1;
  transition: transform 150ms var(--ease-out), background 180ms ease, color 180ms ease;
}

.lightbox-close:focus-visible,
.lightbox-nav:focus-visible {
  background: var(--yellow);
  color: var(--ink);
}

.lightbox-close {
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  font-size: 1.7rem;
}

.lightbox-nav {
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  font-size: 2rem;
}

.lightbox-prev {
  left: 14px;
}

.lightbox-next {
  right: 14px;
}

@media (hover: hover) and (pointer: fine) {
  .primary-nav > a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .nav-social a:hover {
    transform: translateY(-2px);
    background: var(--yellow);
    color: var(--ink);
  }

  .button:hover {
    transform: translateY(-3px);
  }

  .button-light:hover {
    background: var(--yellow);
  }

  .button-yellow:hover {
    background: var(--white);
  }

  .text-link:hover span,
  .text-button:hover span {
    transform: translate(3px, -3px);
  }

  .about-figure:hover img,
  .menu-column:hover .menu-image img {
    transform: scale(1.035);
  }

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

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

  .gallery-item:hover .gallery-zoom {
    transform: rotate(90deg) scale(1.08);
    background: var(--yellow);
    color: var(--ink);
  }

  .footer-nav a:hover,
  .footer-social a:hover,
  .footer-location a:hover {
    color: var(--yellow);
  }

  .footer-social a:hover {
    transform: translateY(-2px);
    border-color: var(--yellow);
  }

  .menu-viewer-close:hover,
  .menu-viewer-nav:hover {
    background: var(--olive);
    color: var(--white);
  }

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

@media (max-width: 980px) {
  :root {
    --page: min(100% - 48px, 920px);
  }

  .menu-toggle {
    position: relative;
    z-index: calc(var(--z-header) + 1);
    display: inline-flex;
  }

  .primary-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(88vw, 390px);
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 112px 32px 36px;
    transform: translateX(102%);
    visibility: hidden;
    background: var(--olive-dark);
    box-shadow: -18px 0 50px rgba(9, 17, 11, 0.3);
    transition: transform 280ms var(--ease-drawer), visibility 280ms;
  }

  .hero-orbit {
    right: 42px;
  }

  .primary-nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .primary-nav > a {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .primary-nav > a::after {
    display: none;
  }

  .nav-social {
    padding: 20px 0 0;
  }

  .about-copy {
    grid-column: 1;
  }

  .about-montage {
    grid-column: 2;
    min-height: 610px;
    padding-left: 34px;
  }

  .section-heading {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.45fr);
  }

  .menu-grid {
    gap: 20px;
  }

  .day-heading {
    grid-template-columns: minmax(190px, 0.45fr) minmax(0, 1fr);
    gap: 48px;
  }

  .day-stops {
    gap: 20px;
  }

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

  .menu-column-offset {
    padding-top: 38px;
  }

  .reviews-list {
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  }

  .review {
    padding-inline: 28px;
  }

  .visit-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .map-wrap {
    min-height: 0;
  }

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

  .footer-social {
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  :root {
    --page: calc(100% - 32px);
  }

  html {
    scroll-padding-top: 88px;
  }

  body {
    padding-bottom: 0;
  }

  .section-space {
    padding-block: 84px;
  }

  h2 {
    font-size: clamp(2.45rem, 12vw, 3.35rem);
  }

  .nav-shell {
    width: calc(100% - 32px);
    min-height: 74px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    gap: 10px;
  }

  .mobile-brand-seal {
    position: relative;
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
    margin-top: 5px;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
    color: var(--ink);
    text-align: center;
    text-decoration: none;
    box-shadow: 0 6px 12px rgba(14, 24, 17, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.24);
  }

  .mobile-brand-seal::before {
    display: none;
  }

  .mobile-brand-seal .brand-logo {
    width: 100%;
    height: 100%;
  }

  .mobile-brand-seal span,
  .mobile-brand-seal small {
    position: relative;
    z-index: 1;
    display: block;
  }

  .mobile-brand-seal span {
    font-family: var(--serif);
    font-size: 0.58rem;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-brand-seal small {
    margin-top: 5px;
    font-size: 0.43rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
  }

  .wordmark {
    min-width: 0;
    justify-self: center;
    gap: 5px;
    overflow: hidden;
    white-space: nowrap;
  }

  .header-wordmark {
    width: auto;
    height: auto;
    align-items: baseline;
    gap: 5px;
    overflow: hidden;
    white-space: nowrap;
  }

  .header-wordmark > .brand-logo {
    display: none;
  }

  .header-wordmark > span,
  .header-wordmark > small {
    display: block;
  }

  .wordmark span {
    overflow: hidden;
    font-size: clamp(0.95rem, 4.2vw, 1.24rem);
    font-style: normal;
    letter-spacing: 0.08em;
    text-overflow: ellipsis;
    text-transform: uppercase;
  }

  .wordmark small {
    font-size: 0.5rem;
    letter-spacing: 0.12em;
  }

  .mobile-nav-social {
    display: flex;
    align-items: center;
    gap: 2px;
  }

  .mobile-nav-social a {
    width: 26px;
    height: 40px;
    display: grid;
    place-items: center;
    color: currentColor;
  }

  .mobile-nav-social svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
  }

  .menu-toggle {
    width: 44px;
    min-width: 44px;
    padding: 0;
    gap: 0;
  }

  .menu-toggle-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .menu-toggle-icon,
  .menu-toggle-icon i {
    width: 24px;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(10, 16, 12, 0.08) 0%, rgba(10, 16, 12, 0.2) 45%, rgba(10, 16, 12, 0.64) 100%);
  }

  .primary-nav {
    padding-top: 96px;
  }

  .hero-media img {
    object-position: 50% 58%;
  }

  .hero-glow {
    top: -8%;
    right: -48%;
    width: 128vw;
    opacity: 0.7;
  }

  .hero-orbit {
    top: 17%;
    right: -38px;
    width: 154px;
    opacity: 0.78;
  }

  .hero-side-note {
    right: 10px;
    bottom: 174px;
    opacity: 0.58;
  }

  .hero-content {
    width: 100%;
    padding: 128px 28px 74px;
  }

  .hero h1 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: clamp(3.05rem, 14.7vw, 4.55rem);
    letter-spacing: -0.03em;
    line-height: 0.9;
  }

  .hero-side > p:not(.eyebrow) {
    max-width: 31ch;
    margin: 0;
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
  }

  .button {
    min-height: 48px;
    padding-inline: 20px;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    width: 100%;
    min-height: 52px;
    justify-content: space-between;
    padding-inline: 17px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    font-size: 0.71rem;
    letter-spacing: 0.11em;
    white-space: nowrap;
  }

  .hero-actions .button-light {
    background: rgba(255, 255, 255, 0.94);
  }

  .hero-actions .text-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.76);
  }

  .hero-actions .icon {
    width: 18px;
    height: 18px;
  }

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

  .quick-facts li {
    min-height: 104px;
    padding: 20px 14px;
  }

  .quick-facts li + li {
    border-left: 0;
  }

  .quick-facts li:nth-child(even) {
    border-left: 1px solid rgba(23, 33, 25, 0.3);
  }

  .quick-facts li:nth-child(n + 3) {
    border-top: 1px solid rgba(23, 33, 25, 0.3);
  }

  .about-grid,
  .section-heading,
  .day-heading,
  .visit-grid {
    grid-template-columns: 1fr;
  }

  .about-grid {
    gap: 48px;
  }

  .about-copy,
  .about-montage {
    grid-column: 1;
  }

  .about-copy {
    padding-top: 0;
  }

  .about-copy > p:not(.section-label) {
    font-size: 1rem;
  }

  .about-montage {
    min-height: 550px;
    padding: 0 0 66px 24px;
  }

  .about-figure {
    width: 80%;
  }

  .about-street-figure {
    width: 53%;
    border-width: 6px;
  }

  .about-signoff {
    top: 13%;
    right: -4px;
  }

  .section-heading {
    gap: 22px;
    margin-bottom: 42px;
  }

  .section-heading > p,
  .menu-heading-side {
    margin-left: 0;
  }

  .day-section {
    padding-block: 82px;
  }

  .day-heading {
    gap: 30px;
  }

  .day-clock {
    max-width: 320px;
  }

  .day-stops {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .day-stop figure {
    aspect-ratio: 4 / 4.6;
    margin-bottom: 24px;
  }

  .day-stop h3 {
    font-size: 2rem;
  }

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

  .menu-column-offset {
    padding-top: 0;
  }

  .menu-category {
    padding-top: 22px;
  }

  .menu-category h3 {
    font-size: 2rem;
  }

  .brand-spread {
    grid-template-columns: 1fr;
  }

  .brand-spread picture img {
    min-height: 190px;
  }

  .spread-message {
    min-height: 260px;
    padding: 46px 24px 52px;
  }

  .spread-orbit {
    right: -62px;
    bottom: -76px;
    width: 170px;
  }

  .brand-marquee-track {
    animation-duration: 17s;
  }

  .brand-marquee-track span {
    font-size: clamp(2.6rem, 5vw, 5.4rem);
  }

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

  .reviews-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .reviews-list {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .review {
    min-height: 0;
    padding: 30px 0 34px;
  }

  .review:first-child {
    grid-row: auto;
    min-height: 0;
    border-right: 0;
  }

  .review + .review,
  .review:nth-child(2) {
    border-top: 1px solid var(--ink);
    border-bottom: 0;
    border-left: 0;
  }

  .review:first-child blockquote {
    max-width: 27ch;
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .review-halo {
    top: -80px;
    right: -190px;
    width: 430px;
  }

  .review blockquote {
    margin-block: 30px;
  }

  .visit-grid {
    gap: 54px;
  }

  .visit-compass {
    top: 4%;
    right: -90px;
    width: 240px;
    opacity: 0.75;
  }

  .visit-details {
    margin-block: 36px;
  }

  .visit-details > div {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .map-wrap {
    aspect-ratio: 1 / 1.12;
    min-height: 0;
  }

  .map-wrap iframe {
    width: 140%;
    height: 140%;
    transform: scale(0.7142857);
    transform-origin: top left;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
    padding-bottom: 52px;
  }

  .footer-wordmark {
    grid-column: 1 / -1;
    gap: 13px;
    overflow: visible;
    white-space: normal;
  }

  .footer-social {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .mobile-quick-actions {
    display: none;
  }

  .lightbox,
  .menu-viewer {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-width: none;
    max-height: none;
    padding: 58px 18px 24px;
  }

  .lightbox-nav,
  .menu-viewer-nav {
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .menu-viewer-nav:active,
  .lightbox-nav:active {
    transform: scale(0.94);
  }

  .lightbox-prev,
  .menu-viewer-prev {
    left: 18px;
  }

  .lightbox-next,
  .menu-viewer-next {
    right: 18px;
  }

  .lightbox figcaption,
  .menu-viewer figcaption {
    padding-inline: 54px;
  }
}

@media (max-width: 340px) {
  .nav-shell {
    gap: 6px;
  }

  .mobile-brand-seal {
    width: 48px;
    height: 48px;
  }

  .wordmark.header-wordmark {
    width: auto;
    height: auto;
    align-items: baseline;
    gap: 5px;
    justify-self: center;
    overflow: hidden;
    white-space: nowrap;
  }

  .wordmark {
    width: 100%;
    justify-self: stretch;
  }

  .wordmark small {
    display: none;
  }

  .wordmark span {
    font-size: 0.91rem;
    letter-spacing: 0.04em;
  }

  .mobile-nav-social {
    gap: 0;
  }

  .mobile-nav-social a {
    width: 22px;
  }

  .menu-toggle {
    width: 38px;
    min-width: 38px;
  }

  .menu-toggle-icon,
  .menu-toggle-icon i {
    width: 20px;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    gap: 6px;
    padding-inline: 12px;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }
}

@media (min-width: 981px) {
  .hero::after {
    background: linear-gradient(180deg, rgba(10, 16, 12, 0.32) 0%, rgba(10, 16, 12, 0.27) 50%, rgba(10, 16, 12, 0.52) 100%);
  }

  .hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
    grid-template-rows: auto auto;
    align-items: end;
    column-gap: clamp(48px, 7vw, 120px);
    padding-block: 160px 72px;
  }

  .hero-eyebrow {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 18px;
  }

  .hero h1 {
    grid-column: 1;
    grid-row: 2;
    max-width: 900px;
    margin-bottom: 0;
    font-size: clamp(5.4rem, 7.6vw, 8rem);
    letter-spacing: -0.035em;
    line-height: 0.82;
  }

  .hero-side {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: end;
    gap: 36px;
    padding-bottom: 8px;
  }

  .hero-side > p:not(.eyebrow) {
    max-width: 34ch;
    margin: 0;
    font-size: clamp(1.05rem, 1.6vw, 1.4rem);
    line-height: 1.42;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 510px;
    gap: 14px;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    width: 100%;
    min-height: 60px;
    justify-content: space-between;
    padding-inline: 24px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    font-size: 0.73rem;
    letter-spacing: 0.11em;
    white-space: nowrap;
  }

  .hero-actions .button-light {
    background: rgba(255, 255, 255, 0.94);
  }

  .hero-actions .text-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.76);
  }

  .hero-actions .icon {
    width: 18px;
    height: 18px;
  }

  .brand-marquee-track {
    padding-block: clamp(18px, 2vw, 28px);
  }

  .brand-marquee-track span {
    font-size: clamp(2.35rem, 3.8vw, 4.5rem);
  }
}

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

  .motion-item {
    opacity: 1;
    transform: none;
  }

  .quick-facts::after,
  .day-clock i::after,
  .day-stop figure::after,
  .menu-image::after,
  .brand-spread::before,
  .day-stop .steam-field,
  .review-halo::after {
    display: none;
  }

  .hero-glow,
  .hero-orbit,
  .hero-side-note,
  .about-street-figure,
  .about-signoff,
  .spread-orbit,
  .brand-marquee-track,
  .review-halo,
  .rating-star,
  .visit-compass,
  .dialog-pointer-entry[open] {
    animation: none !important;
    transform: none !important;
  }
}
