:root {
  color-scheme: light;
  --color-ivory: #f8f4eb;
  --color-ivory-bright: #fffdf8;
  --color-wave-sand: #fdfbf7;
  --color-sand: #e9d4ab;
  --color-sand-light: #f3e7ce;
  --color-gold: #c8a265;
  --color-gold-deep: #af864d;
  --color-navy: #031c35;
  --color-navy-soft: #0c2b45;
  --color-ink: #282a2a;
  --color-muted: #6f6d67;
  --font-serif: Georgia, "Times New Roman", serif;
  --font-sans: Arial, Helvetica, sans-serif;
  --shadow-soft: 0 1.5rem 3rem rgba(35, 30, 22, 0.13);
  --container: 72rem;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  color: var(--color-ink);
  background: var(--color-ivory);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
}

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

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

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

h2 {
  margin-bottom: 1.35rem;
  font-size: clamp(3rem, 5vw, 5.25rem);
  letter-spacing: -0.06em;
}

h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 3vw, 2.85rem);
  letter-spacing: -0.045em;
}

.container {
  width: min(100% - 3rem, var(--container));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1rem;
  color: var(--color-navy);
  background: var(--color-ivory-bright);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

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

.section-label {
  margin-bottom: 0.7rem;
  color: var(--color-gold-deep);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
}

.section-label span::before {
  content: "·";
  padding-inline: 0.55rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.5rem;
  border: 1px solid transparent;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

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

.button-gold {
  color: #fffdf8;
  background: var(--color-gold);
}

.button-gold:hover,
.button-gold:focus-visible {
  background: var(--color-gold-deep);
}

.text-link {
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  color: var(--color-navy);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  color: var(--color-gold-deep);
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: rotate(90deg);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  color: #fffdf8;
  background: linear-gradient(to bottom, rgba(3, 18, 32, 0.52), rgba(3, 18, 32, 0));
  transition:
    background-color 240ms ease,
    box-shadow 240ms ease;
}

.site-header.is-scrolled,
.site-header.nav-active {
  background: rgba(3, 28, 53, 0.96);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.12);
}

.header-inner {
  display: flex;
  width: min(100% - 3rem, 82rem);
  min-height: 4.8rem;
  margin-inline: auto;
  align-items: center;
  gap: 2rem;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  flex-shrink: 0;
  color: inherit;
  text-decoration: none;
}

.logo-mark {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 253, 248, 0.65);
}

.logo-sun,
.logo-wave {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

.logo-sun {
  top: 0.5rem;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid var(--color-gold);
  border-radius: 50%;
}

.logo-wave {
  bottom: 0.45rem;
  width: 1.1rem;
  height: 0.36rem;
  border-top: 1px solid var(--color-gold);
  border-radius: 50%;
}

.logo-wave::before,
.logo-wave::after {
  position: absolute;
  left: 0;
  display: block;
  width: 1.1rem;
  height: 0.36rem;
  border-top: 1px solid var(--color-gold);
  border-radius: 50%;
  content: "";
}

.logo-wave::before {
  top: 0.16rem;
}

.logo-wave::after {
  top: 0.32rem;
}

.logo-lockup {
  display: grid;
  gap: 0.1rem;
}

.logo-name {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.logo-descriptor,
.logo-geo {
  color: rgba(255, 253, 248, 0.74);
  font-size: 0.43rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.logo-geo {
  color: var(--color-gold);
  font-size: 0.4rem;
  letter-spacing: 0.24em;
}

.nav-toggle {
  display: none;
}

.site-nav {
  margin-left: auto;
}

.site-nav ul {
  display: flex;
  gap: clamp(1.2rem, 3vw, 2.6rem);
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav a,
.header-cta {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding-block: 0.4rem;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--color-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  padding: 0.65rem 1.1rem;
  border: 1px solid rgba(255, 253, 248, 0.4);
  transition:
    background-color 180ms ease,
    border-color 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  border-color: var(--color-gold);
  background: var(--color-gold);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  color: #fffdf8;
  text-align: center;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 2;
  height: clamp(2.75rem, 6vw, 5.5rem);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FDFBF7' d='M0 72L80 63C160 54 320 36 480 41C640 46 800 74 960 79C1120 84 1280 66 1360 57L1440 48V120H0Z'/%3E%3C/svg%3E");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  pointer-events: none;
}

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

.hero-image {
  object-fit: cover;
  animation: hero-drift 18s ease-out both;
}

.hero-shade {
  background:
    linear-gradient(to bottom, rgba(3, 19, 34, 0.2), rgba(3, 19, 34, 0.08) 45%, rgba(3, 19, 34, 0.35)),
    linear-gradient(to right, rgba(3, 19, 34, 0.1), transparent 40%, rgba(3, 19, 34, 0.06));
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 52rem;
  padding-top: 4rem;
}

.hero h1 {
  max-width: 58rem;
  margin: 0 auto 1rem;
  color: #fffdf8;
  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
  text-wrap: balance;
  animation: fade-up 800ms 180ms ease both;
}

.hero-copy {
  max-width: 48rem;
  margin: 0 auto 1.8rem;
  color: #fff;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.7;
  text-transform: none;
  text-wrap: balance;
  animation: fade-up 800ms 280ms ease both;
}

.hero-tagline {
  display: block;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  animation: fade-up 700ms 100ms ease both;
}

.hero .button {
  animation: fade-up 800ms 380ms ease both;
}

.hero-scroll {
  position: absolute;
  z-index: 3;
  bottom: 1.8rem;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255, 253, 248, 0.84);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%) rotate(90deg);
  transform-origin: center;
}

.scroll-line {
  display: block;
  width: 2.8rem;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 253, 248, 0.45);
}

.scroll-line::after {
  display: block;
  width: 100%;
  height: 1px;
  background: #fffdf8;
  content: "";
  animation: scroll-pulse 2.2s ease-in-out infinite;
}

.section-light {
  background: var(--color-wave-sand);
}

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

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(17rem, 0.75fr);
  align-items: center;
  gap: clamp(3rem, 9vw, 8rem);
}

.story-copy {
  max-width: 39rem;
}

.lead {
  color: #484742;
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  line-height: 1.7;
}

.story-copy > p:not(.section-label, .lead) {
  max-width: 37rem;
  margin-bottom: 1.7rem;
  color: var(--color-muted);
  line-height: 1.85;
}

.story-image-frame {
  position: relative;
  padding: 0.75rem 0.75rem 3rem;
  margin: 0;
  background: #fff;
  box-shadow: var(--shadow-soft);
  transform: rotate(3deg);
}

.story-image-frame::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1px solid rgba(200, 162, 101, 0.35);
  content: "";
  transform: rotate(-6deg);
}

.story-image-frame img {
  width: 100%;
  aspect-ratio: 1023 / 1537;
  object-fit: cover;
}

.story-image-frame figcaption {
  padding: 0.85rem 0.4rem 0;
  color: var(--color-muted);
  font-family: var(--font-serif);
  font-size: 0.94rem;
  font-style: italic;
  line-height: 1.35;
  text-align: center;
}

.experience {
  padding-block: clamp(4.5rem, 8vw, 7rem);
  color: #fffdf8;
  background: var(--color-navy);
}

.experience .section-label {
  color: var(--color-gold);
}

.experience-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(16rem, 0.58fr);
  gap: 2rem;
  align-items: end;
  padding-bottom: 3.3rem;
  border-bottom: 1px solid rgba(255, 253, 248, 0.17);
}

.experience-heading h2 {
  max-width: 43rem;
  margin-bottom: 0;
}

.experience-heading p {
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.68);
}

.experience-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.8rem, 5vw, 4.6rem);
  padding-top: 2.8rem;
}

.experience-point {
  position: relative;
}

.point-number {
  margin-bottom: 1.5rem;
  color: var(--color-gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.experience-point h3 {
  margin-bottom: 0.7rem;
  color: #fffdf8;
  font-size: clamp(1.7rem, 2.4vw, 2.25rem);
}

.experience-point p:last-child {
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.66);
}

.menu-highlights {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5.2rem, 9vw, 8.5rem);
  background:
    radial-gradient(circle at 15% 30%, rgba(255, 253, 248, 0.52), transparent 25rem),
    linear-gradient(135deg, var(--color-sand-light), #e5c793);
}

.menu-highlights::before {
  position: absolute;
  top: 2.3rem;
  right: -5rem;
  width: 19rem;
  height: 8rem;
  border-top: 1px solid rgba(175, 134, 77, 0.3);
  border-radius: 50%;
  box-shadow:
    0 -0.75rem 0 -0.7rem rgba(175, 134, 77, 0.25),
    0 -1.5rem 0 -1.4rem rgba(175, 134, 77, 0.2);
  content: "";
  transform: rotate(-8deg);
}

.menu-highlights .container {
  position: relative;
}

.menu-heading {
  max-width: 38rem;
  margin: 0 auto clamp(3.5rem, 7vw, 6rem);
  text-align: center;
}

.menu-heading p:last-child {
  margin-bottom: 0;
  color: #6a604f;
}

.menu-feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(2.2rem, 7vw, 6rem);
  margin-bottom: clamp(3.8rem, 8vw, 7.5rem);
}

.menu-feature-copy {
  max-width: 29rem;
}

.menu-feature-copy p:last-child {
  margin-bottom: 0;
  color: #675e50;
}

.menu-feature-image {
  margin: 0;
  overflow: hidden;
  box-shadow: 0 1.5rem 3rem rgba(96, 71, 33, 0.16);
}

.menu-feature-image img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  transition: transform 600ms ease;
}

.menu-feature:hover .menu-feature-image img {
  transform: scale(1.035);
}

.menu-feature-sea .menu-feature-copy {
  padding-left: clamp(0rem, 4vw, 3rem);
}

.menu-feature-land .menu-feature-copy {
  padding-right: clamp(0rem, 4vw, 3rem);
}

.menu-link-wrap {
  text-align: center;
}

.menu-reservation-cta {
  min-width: min(100%, 19rem);
}

.menu-rhythm {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 3rem;
  border-block: 1px solid rgba(96, 71, 33, 0.2);
}

.menu-rhythm p {
  display: grid;
  gap: 0.55rem;
  padding: 1.35rem 1rem;
  margin-bottom: 0;
  border-right: 1px solid rgba(96, 71, 33, 0.2);
}

.menu-rhythm p:last-child {
  border-right: 0;
}

.menu-rhythm strong {
  color: var(--color-navy);
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.05;
}

.menu-rhythm span {
  color: #675e50;
  font-size: 0.78rem;
  line-height: 1.7;
}

.social-proof {
  padding-block: clamp(4.2rem, 8vw, 6.5rem);
  background: var(--color-ivory-bright);
}

.social-proof-inner {
  max-width: 58rem;
  text-align: center;
}

.social-proof h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-style: italic;
  line-height: 1.16;
  text-wrap: balance;
}

.proof-copy {
  max-width: 47rem;
  margin: 0 auto 1.4rem;
  color: var(--color-muted);
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.7;
}

.proof-source {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tripadvisor-mark {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border: 1px solid var(--color-gold-deep);
  border-radius: 50%;
  color: var(--color-gold-deep);
  font-size: 0.52rem;
  letter-spacing: 0.08em;
}

.reservation-footer {
  color: rgba(255, 253, 248, 0.74);
  background: var(--color-navy);
}

.footer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.85fr);
  gap: clamp(3rem, 9vw, 8rem);
  padding-block: clamp(4.5rem, 8vw, 7rem);
}

.footer-brand {
  max-width: 26rem;
}

.footer-logo {
  margin-bottom: 1.6rem;
  color: #fffdf8;
  font-size: 1.42rem;
}

.footer-tagline {
  max-width: 24rem;
  color: #fffdf8;
  font-family: var(--font-serif);
  font-size: 1.6rem;
  line-height: 1.32;
}

.footer-brand address,
.footer-note {
  color: rgba(255, 253, 248, 0.62);
  font-size: 0.76rem;
  font-style: normal;
  letter-spacing: 0.035em;
  line-height: 1.8;
}

.footer-map-link {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  margin: 1.1rem 0 1.45rem;
  color: var(--color-gold);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-map-link span {
  font-size: 1rem;
  transition: transform 180ms ease;
}

.footer-map-link:hover span,
.footer-map-link:focus-visible span {
  transform: translate(0.16rem, -0.16rem);
}

.footer-note {
  padding-top: 1.25rem;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 253, 248, 0.14);
}

.reservation-panel {
  padding: clamp(1.7rem, 4vw, 2.5rem);
  color: var(--color-ink);
  background: var(--color-ivory-bright);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
}

.reservation-panel h2 {
  margin-bottom: 0.9rem;
  color: var(--color-navy);
  font-size: clamp(2.05rem, 3.3vw, 3rem);
}

.reservation-panel > p:not(.section-label, .reservation-help) {
  color: var(--color-muted);
  font-size: 0.92rem;
}

.reservation-panel .reservation-urgency {
  color: var(--color-navy);
  font-family: var(--font-serif);
  font-size: 1.12rem;
  line-height: 1.55;
}

.reservation-call {
  display: grid;
  gap: 0.35rem;
  width: 100%;
  margin-top: 1.4rem;
}

.reservation-call strong {
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.reservation-email,
.reservation-hours {
  margin-bottom: 0;
}

.reservation-email {
  display: grid;
  gap: 0.1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(40, 42, 42, 0.12);
  text-align: center;
}

.reservation-email span {
  color: var(--color-gold-deep);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.reservation-email a {
  color: var(--color-muted);
  font-size: 0.8rem;
  font-weight: 400;
}

.reservation-panel .reservation-hours {
  padding-top: 0.9rem;
  color: var(--color-navy);
  font-size: 0.78rem;
  line-height: 1.7;
  text-align: center;
}

.reservation-help {
  margin: 1rem 0 0;
  color: var(--color-muted);
  font-size: 0.72rem;
  line-height: 1.7;
  text-align: center;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.25rem;
  border-top: 1px solid rgba(255, 253, 248, 0.14);
  color: rgba(255, 253, 248, 0.5);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.footer-bottom a {
  color: rgba(255, 253, 248, 0.72);
  text-decoration: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(1.4rem);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

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

.js .reveal-section {
  opacity: 0;
  transform: translateY(1.5rem);
  transition:
    opacity 500ms ease-out,
    transform 500ms ease-out;
}

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

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

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }

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

@keyframes hero-drift {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

@keyframes scroll-pulse {
  0%,
  100% {
    transform: translateX(-110%);
  }

  50% {
    transform: translateX(110%);
  }
}

@media (max-width: 48rem) {
  .container {
    width: min(100% - 2rem, var(--container));
  }

  .header-inner {
    width: min(100% - 2rem, 82rem);
    min-height: 4.4rem;
  }

  .logo-name {
    font-size: 1.08rem;
  }

  .nav-toggle {
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    margin-left: auto;
    padding: 0.8rem 0.55rem;
    border: 0;
    background: transparent;
    cursor: pointer;
    place-content: center;
    gap: 0.42rem;
  }

  .nav-toggle span:not(.sr-only) {
    display: block;
    width: 1.45rem;
    height: 1px;
    background: #fffdf8;
    transition: transform 180ms ease;
  }

  .nav-active .nav-toggle span:nth-of-type(2) {
    transform: translateY(0.215rem) rotate(45deg);
  }

  .nav-active .nav-toggle span:nth-of-type(3) {
    transform: translateY(-0.215rem) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 4.4rem 0 auto;
    display: grid;
    max-height: 0;
    overflow: hidden;
    background: rgba(3, 28, 53, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.5rem);
    visibility: hidden;
    transition:
      max-height 280ms ease,
      opacity 220ms ease,
      transform 280ms ease,
      visibility 280ms ease;
  }

  .nav-active .site-nav {
    max-height: 22rem;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .site-nav ul {
    display: grid;
    gap: 0;
    width: min(100% - 2rem, var(--container));
    padding-block: 0.65rem 1rem;
    margin-inline: auto;
  }

  .site-nav a {
    display: block;
    min-height: 2.75rem;
    padding-block: 0.8rem;
    font-size: 0.9375rem;
  }

  .site-nav a::after {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: max(43rem, 100svh);
  }

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

  .hero-content {
    padding-top: 3rem;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.2rem, 8vw, 3.2rem);
    line-height: 1;
  }

  .hero-copy {
    max-width: 31rem;
    font-size: 1rem;
  }

  .hero-scroll {
    display: none;
  }

  .story-layout,
  .experience-heading,
  .menu-feature,
  .footer-layout {
    grid-template-columns: 1fr;
  }

  .story-layout {
    gap: 3.8rem;
  }

  .story-image-frame {
    width: min(84%, 22rem);
    margin-inline: auto;
  }

  .experience-heading {
    gap: 0.5rem;
  }

  .experience-points {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .experience-point {
    padding-bottom: 1.8rem;
    border-bottom: 1px solid rgba(255, 253, 248, 0.14);
  }

  .experience-point:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .point-number {
    margin-bottom: 0.65rem;
  }

  .menu-feature {
    gap: 1.75rem;
    margin-bottom: 4.5rem;
  }

  .menu-feature-sea .menu-feature-copy,
  .menu-feature-land .menu-feature-copy {
    padding-inline: 0.25rem;
  }

  .menu-feature-land .menu-feature-image {
    order: 2;
  }

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

  .menu-rhythm p:nth-child(2) {
    border-right: 0;
  }

  .menu-rhythm p:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(96, 71, 33, 0.2);
  }

  .reservation-call {
    min-height: 4.5rem;
  }

  .footer-layout {
    gap: 2.8rem;
  }

  .reservation-panel {
    order: -1;
  }

  .site-logo,
  .skip-link,
  .button,
  .text-link,
  .footer-map-link,
  .footer-bottom a {
    min-height: 2.75rem;
  }

  .button {
    font-size: 0.9375rem;
    letter-spacing: 0.12em;
  }

  .text-link {
    font-size: 0.9375rem;
  }

  .menu-rhythm span,
  .proof-source,
  .footer-brand address,
  .footer-note,
  .footer-map-link,
  .reservation-panel > p:not(.section-label),
  .reservation-email a,
  .reservation-panel .reservation-hours,
  .reservation-help,
  .footer-bottom {
    font-size: 0.9375rem;
  }

  .footer-bottom {
    display: grid;
  }

  .mobile-call-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: flex;
    height: 3.25rem;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    color: #c5a880;
    background: #001b3a;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition:
      opacity 220ms ease-out,
      transform 220ms ease-out;
  }

  .mobile-call-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

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

@media (max-width: 20rem) {
  .hero h1 {
    font-size: 2rem;
  }
}
