:root {
  --navy: #040d1b;
  --navy-soft: #0b1d33;
  --gold: #bc9947;
  --gold-bright: #fbd55c;
  --ivory: #f7f3ea;
  --paper: #fffdf8;
  --stone: #ded8ce;
  --stone-dark: #a59d91;
  --ink: #1c1b19;
  --white: #ffffff;
  --serif: Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 80px));
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }

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

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

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

.scroll-progress {
  position: fixed;
  z-index: 1500;
  top: 0;
  right: 0;
  width: 3px;
  height: 100dvh;
  background: var(--gold-bright);
  pointer-events: none;
  transform: scaleY(var(--page-progress, 0));
  transform-origin: top;
  will-change: transform;
}

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

img { height: auto; }

a { color: inherit; text-decoration: none; }

button { font: inherit; }

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 4px;
}

.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;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--navy);
  background: var(--white);
  transform: translateY(-150%);
}

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

.section { padding: 130px 0; }

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

.eyebrow,
.section-number {
  margin: 0 0 22px;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.section-number { color: #6f685e; }

.section-number--gold { color: var(--gold-bright); }

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

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

h2 {
  margin-bottom: 32px;
  font-size: clamp(3rem, 6.5vw, 6rem);
  letter-spacing: -.045em;
}

h2 em { color: var(--gold); font-weight: 400; }

.lead {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.45;
}

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 88px;
  padding: 16px 48px;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.22);
  transition: min-height .35s var(--ease), color .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease);
}

.site-header.scrolled,
.site-header.menu-active {
  min-height: 72px;
  color: var(--navy);
  background: rgba(255,253,248,.96);
  box-shadow: 0 10px 35px rgba(4,13,27,.08);
  backdrop-filter: blur(14px);
}

.header-brand {
  display: grid;
  width: 156px;
  height: 68px;
  place-items: center;
  transition: width .35s var(--ease), height .35s var(--ease);
}

.header-brand img {
  width: 146px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.16));
}

.site-header.scrolled .header-brand,
.site-header.menu-active .header-brand { width: 132px; height: 54px; }

.site-header.scrolled .header-brand img,
.site-header.menu-active .header-brand img { width: 122px; }

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 36px);
  font-size: .73rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.site-nav a:not(.nav-reserve) {
  position: relative;
  padding: 8px 0;
}

.site-nav a:not(.nav-reserve)::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease);
}

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

.nav-reserve {
  padding: 11px 20px;
  color: var(--navy);
  background: var(--gold-bright);
  border: 1px solid var(--gold-bright);
}

.scrolled .nav-reserve,
.menu-active .nav-reserve { color: var(--white); background: var(--navy); border-color: var(--navy); }

.menu-toggle { display: none; }

.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy) url("assets/champagne-pour-poster.webp") center/cover no-repeat;
}

.hero__video,
.hero__shade,
.hero__grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__video {
  object-fit: cover;
  transform: translate3d(0, var(--hero-parallax, 0px), 0) scale(1.1);
  transform-origin: center;
  will-change: transform;
}

.hero__shade {
  background:
    linear-gradient(180deg, rgba(4,13,27,.42), rgba(4,13,27,.06) 38%, rgba(4,13,27,.63)),
    linear-gradient(90deg, rgba(4,13,27,.32), transparent 45%, rgba(4,13,27,.18));
}

.hero__grain {
  opacity: .2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E");
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(920px, calc(100vw - 40px));
  padding: 120px 0 80px;
  text-align: center;
}

.hero__eyebrow { margin-bottom: 20px; }

.hero__mark {
  width: clamp(225px, 23vw, 320px);
  margin: 0 auto 14px;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.18));
}

.hero h1 {
  margin-bottom: 15px;
  font-size: clamp(4.1rem, 10vw, 9.5rem);
  letter-spacing: -.055em;
  text-wrap: balance;
}

.hero__feature {
  margin-bottom: 25px;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  letter-spacing: .02em;
}

.hero__feature span { color: var(--gold-bright); }

.hero__intro {
  max-width: 590px;
  margin: 0 auto 36px;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.6;
  text-wrap: balance;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color .3s var(--ease), background .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}

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

.button--gold { color: var(--navy); background: var(--gold-bright); border-color: var(--gold-bright); }
.button--gold:hover { background: #ffe27a; border-color: #ffe27a; }
.button--ghost { color: var(--white); background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.7); }
.button--ghost:hover { color: var(--navy); background: var(--white); }
.button--navy { color: var(--white); background: var(--navy); border-color: var(--navy); }
.button--navy:hover { background: var(--navy-soft); }
.button--outline-gold { color: var(--gold-bright); background: transparent; border-color: var(--gold); }
.button--outline-gold:hover { color: var(--navy); background: var(--gold-bright); border-color: var(--gold-bright); }
.button--line { color: var(--navy); background: transparent; border-color: var(--navy); }
.button--line:hover { color: var(--white); background: var(--navy); }

.hero__scroll {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero__scroll i { display: block; width: 46px; height: 1px; background: rgba(255,255,255,.7); }

.hero__video-toggle {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 20px;
  min-width: 118px;
  min-height: 44px;
  padding: 10px 15px;
  color: var(--white);
  background: rgba(4,13,27,.56);
  border: 1px solid rgba(255,255,255,.62);
  cursor: pointer;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.hero__video-toggle:hover,
.hero__video-toggle:focus-visible { color: var(--navy); background: var(--white); }

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

.story__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
}

.story__copy { padding-left: clamp(0px, 3vw, 42px); }

.story__copy > p:not(.section-number) { max-width: 560px; }

.story__image { margin: 0; overflow: hidden; }

.story__image img {
  width: 100%;
  aspect-ratio: 1.24;
  object-fit: cover;
}

.story__image figcaption,
.event-video > p {
  margin-top: 13px;
  color: #6f685e;
  font-size: .69rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  padding: 5px 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  font-size: .77rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.text-link span { transition: transform .3s var(--ease); }
.text-link:hover span { transform: translateX(5px); }

.experience { overflow: hidden; background: var(--ivory); }

.experience__heading {
  display: grid;
  grid-template-columns: .7fr 1.7fr .7fr;
  align-items: end;
  margin-bottom: 80px;
}

.experience__heading .section-number { align-self: start; }
.experience__heading h2 { margin-bottom: 0; }
.experience__heading > p:last-child { margin: 0 0 8px; text-align: right; }

.gallery {
  display: grid;
  grid-template-columns: 1.4fr .72fr .72fr;
  grid-template-rows: 560px 420px;
  gap: 20px;
}

.gallery figure { margin: 0; overflow: hidden; }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery__wide { grid-column: 1 / 3; }
.gallery__portrait { grid-column: 3; grid-row: 1 / 3; }
.gallery__detail { grid-column: 1; }
.gallery__room { grid-column: 2; }

.featured {
  display: grid;
  grid-template-columns: 1.07fr .93fr;
  min-height: 780px;
  padding: 0;
  color: var(--white);
  background: var(--navy);
}

.featured__media { min-height: 780px; overflow: hidden; background: #050505; }
.featured__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }

.featured__content {
  display: flex;
  max-width: 590px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 90px clamp(50px, 7vw, 120px);
}

.featured__script {
  margin-bottom: 4px;
  color: var(--stone);
  font-family: var(--serif);
  font-size: 1.65rem;
  font-style: italic;
}

.featured h2 { margin-bottom: 22px; font-size: clamp(3.5rem, 6.5vw, 7rem); color: var(--gold-bright); }
.featured__content > p:not(.section-number, .featured__script) { max-width: 490px; color: #e7e2d9; }

.gold-rule { display: block; width: 80px; height: 1px; margin-bottom: 28px; background: var(--gold); }

.menus { background: var(--paper); }
.menus__heading { margin-bottom: 60px; text-align: center; }
.menus__heading h2 { margin-bottom: 0; }

.menu-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: clamp(28px, 5vw, 76px);
}

.menu-card--offset { margin-top: 110px; }
.menu-card__image { height: 620px; overflow: hidden; background: var(--stone); }
.menu-card__image img { width: 100%; height: 100%; object-fit: cover; }
.menu-card__image--food img { object-position: center 76%; }
.menu-card__copy { max-width: 520px; padding: 34px 22px 0; }
.menu-card__copy .eyebrow { margin-bottom: 13px; color: #6f685e; }
.menu-card h3 { margin-bottom: 18px; font-size: clamp(3rem, 5vw, 5rem); }
.menu-card p { max-width: 470px; }

.reservations {
  position: relative;
  display: grid;
  min-height: 760px;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  text-align: center;
}

.reservations__image,
.reservations__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.reservations__image { object-fit: cover; }
.reservations__shade { background: rgba(4,13,27,.58); }
.reservations__content { position: relative; z-index: 2; width: min(760px, calc(100vw - 40px)); }
.reservations h2 { font-size: clamp(4rem, 8vw, 8rem); }
.reservations__content > p:not(.eyebrow) { max-width: 590px; margin-inline: auto; font-size: 1.08rem; }

.events { background: var(--ivory); }

.event-grid {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) 1.3fr;
  align-items: center;
  gap: clamp(60px, 10vw, 150px);
}

.event-video { max-width: 480px; margin-inline: auto; }
.event-video video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: var(--navy); box-shadow: 0 35px 80px rgba(4,13,27,.16); }
.event-copy { max-width: 620px; }
.event-copy__date { margin-bottom: 20px; color: #6f685e; font-size: .79rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.event-copy h2 { margin-bottom: 10px; }
.event-copy__subhead { margin-bottom: 28px; font-family: var(--serif); font-size: clamp(1.4rem, 2.5vw, 2rem); font-style: italic; line-height: 1.35; }
.event-notes { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0; }
.event-notes span { padding: 8px 12px; border: 1px solid #bdb4a7; font-size: .69rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.event-copy .text-link { margin-left: 22px; }

.event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.event-actions + .text-link { margin-top: 22px; }

.jazz {
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.jazz__grid {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) 1.1fr;
  align-items: center;
  gap: clamp(65px, 10vw, 150px);
}

.jazz__image {
  position: relative;
  margin: 0;
  padding: 0 0 28px 28px;
}

.jazz__image::before {
  position: absolute;
  content: "";
  inset: 34px 34px 0 0;
  border: 1px solid rgba(251,213,92,.56);
}

.jazz__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.jazz__image figcaption {
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #aaa69f;
  font-size: .69rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.jazz__copy { max-width: 600px; }
.jazz__copy h2 { margin-bottom: 32px; }
.jazz__copy h2 em { color: var(--gold-bright); }
.jazz__copy > p:not(.section-number, .jazz__schedule) { max-width: 560px; color: #e7e2d9; }

.jazz__schedule {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--gold-bright);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.jazz__schedule span { font-size: 1.2rem; }
.jazz__copy .button { margin-top: 18px; }

.private { background: var(--paper); }
.private__grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(55px, 8vw, 120px); }
.private__copy { padding-left: clamp(0px, 3vw, 40px); }
.private__copy h2 { font-size: clamp(3.2rem, 5.5vw, 5.6rem); }
.private__copy > p:not(.section-number) { max-width: 510px; }
.private__image { margin: 0; overflow: hidden; }
.private__image img { width: 100%; aspect-ratio: 1.18; object-fit: cover; }

.visit { background: var(--ivory); }
.visit__grid { display: grid; grid-template-columns: .76fr 1.24fr; align-items: center; gap: clamp(50px, 10vw, 150px); }
.visit__identity { display: grid; padding: clamp(30px, 5vw, 70px); place-items: center; }
.visit__identity img { width: min(100%, 540px); }
.visit__details h2 { margin-bottom: 28px; }
.visit address { margin-bottom: 30px; font-family: var(--serif); font-size: 1.45rem; font-style: normal; line-height: 1.45; }

.visit__hours { max-width: 560px; margin-bottom: 34px; border-top: 1px solid #bdb4a7; }
.visit__hours div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid #bdb4a7; }
.visit__hours span { color: #6f685e; }
.visit__hours strong { font-weight: 600; text-align: right; }
.button-row--dark { justify-content: flex-start; }

.footer {
  padding: 65px 48px 95px;
  color: var(--white);
  background: var(--navy);
}

.footer__top,
.footer__bottom { display: flex; max-width: 1180px; justify-content: space-between; gap: 30px; margin-inline: auto; }
.footer__brand { margin-bottom: 4px; font-family: var(--serif); font-size: 1.8rem; }
.footer__top > div > p:last-child { color: var(--gold-bright); font-family: var(--serif); font-style: italic; }
.footer nav { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; font-size: .73rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.footer__bottom { margin-top: 45px; padding-top: 25px; color: #aaa69f; border-top: 1px solid rgba(255,255,255,.15); font-size: .73rem; letter-spacing: .06em; }
.footer p { margin-bottom: 0; }

.footer__legal,
.footer__disclosures {
  display: flex;
  max-width: 1180px;
  margin-inline: auto;
}

.footer__legal {
  flex-wrap: wrap;
  gap: 6px 24px;
  padding-top: 20px;
}

.legal-link {
  min-height: 44px;
  padding: 8px 0;
  color: #d8d4cc;
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.legal-link:hover,
.legal-link:focus-visible { color: var(--gold-bright); border-bottom-color: currentColor; }

.footer__disclosures {
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px 48px;
  margin-top: 20px;
  padding-top: 20px;
  color: #8f8b84;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .72rem;
  line-height: 1.55;
}

.footer__disclosures p { max-width: 540px; }
.footer__disclosures strong { color: #b8b3aa; font-weight: 600; }

.legal-dialog {
  width: min(880px, calc(100vw - 32px));
  max-height: min(86vh, 900px);
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(188,153,71,.55);
  box-shadow: 0 36px 120px rgba(4,13,27,.34);
}

.legal-dialog::backdrop { background: rgba(4,13,27,.78); backdrop-filter: blur(7px); }

.legal-dialog__panel { display: flex; max-height: inherit; flex-direction: column; }

.legal-dialog__header {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(24px, 5vw, 52px) 24px;
  background: var(--paper);
  border-bottom: 1px solid var(--stone);
}

.legal-dialog__header .eyebrow { margin-bottom: 8px; color: #6f685e; }
.legal-dialog__header h2 { margin-bottom: 0; font-size: clamp(2.25rem, 5vw, 4rem); }

.legal-dialog__close {
  display: grid;
  width: 48px;
  min-width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  color: var(--navy);
  background: transparent;
  border: 1px solid var(--navy);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 1.8rem;
  line-height: 1;
}

.legal-dialog__close:hover { color: var(--white); background: var(--navy); }

.legal-dialog__body {
  overflow: auto;
  padding: 36px clamp(24px, 5vw, 52px) 54px;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.legal-content { max-width: 720px; }
.legal-content[hidden] { display: none; }
.legal-effective { color: #6f685e; font-size: .83rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-content h3 { margin: 34px 0 12px; font-size: clamp(1.65rem, 3vw, 2.2rem); line-height: 1.15; }
.legal-content p,
.legal-content li,
.legal-content address { font-size: 1rem; line-height: 1.75; }
.legal-content ul { padding-left: 1.3rem; }
.legal-content address { font-style: normal; }

.mobile-reserve { display: none; }

.preview-toast {
  position: fixed;
  z-index: 2000;
  right: 24px;
  bottom: 24px;
  width: min(360px, calc(100vw - 48px));
  padding: 18px 22px;
  color: var(--white);
  background: var(--navy);
  border-left: 3px solid var(--gold-bright);
  box-shadow: 0 18px 60px rgba(4,13,27,.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}

.preview-toast.visible { opacity: 1; transform: translateY(0); }
.preview-toast span { color: var(--gold-bright); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.preview-toast p { margin: 4px 0 0; font-size: .88rem; line-height: 1.45; }

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}

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

.reveal--wipe { clip-path: inset(0); }

.parallax-media {
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.08);
  transform-origin: center;
  transition: transform .16s linear;
  will-change: transform;
}

.gallery figure:hover img.parallax-media {
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.105);
}

@media (max-width: 1000px) {
  :root { --shell: min(100% - 48px, 820px); }

  .site-header { min-height: 74px; padding: 14px 24px; }

  .menu-toggle {
    position: relative;
    z-index: 1002;
    display: grid;
    width: 46px;
    height: 46px;
    justify-self: end;
    place-content: center;
    gap: 8px;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
  }

  .menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 1px; background: currentColor; transition: transform .3s var(--ease); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4.5px) rotate(-45deg); }

  .site-nav {
    position: fixed;
    z-index: 1001;
    top: 76px;
    right: 14px;
    bottom: auto;
    left: auto;
    display: flex;
    width: min(38vw, 210px);
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    color: var(--navy);
    background: rgba(255,253,248,.985);
    border: 1px solid rgba(4,13,27,.12);
    box-shadow: 0 18px 50px rgba(4,13,27,.2);
    backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(.98);
    transform-origin: top right;
    transition: opacity .3s var(--ease), transform .3s var(--ease);
  }

  .site-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a {
    padding: 11px 9px;
    border-bottom: 1px solid rgba(4,13,27,.1);
    font-family: var(--sans);
    font-size: .69rem;
    font-weight: 700;
    letter-spacing: .11em;
    line-height: 1.25;
    text-align: right;
    text-transform: uppercase;
  }
  .site-nav a:last-of-type { border-bottom: 0; }
  .site-nav .nav-reserve { margin-top: 8px; padding: 12px 9px; color: var(--white); background: var(--navy); border-color: var(--navy); font-family: var(--sans); font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-align: center; text-transform: uppercase; }

  .story__grid,
  .private__grid,
  .visit__grid { grid-template-columns: 1fr; }

  .story__copy,
  .private__copy { padding: 0; }

  .story__image { order: -1; }

  .experience__heading { grid-template-columns: 1fr; gap: 20px; }
  .experience__heading > p:last-child { text-align: left; }

  .gallery { grid-template-columns: 1.3fr .7fr; grid-template-rows: 440px 360px; }
  .gallery__wide { grid-column: 1 / 3; }
  .gallery__portrait { grid-column: 1; grid-row: 2; }
  .gallery__detail { grid-column: 2; }
  .gallery__room { display: none; }

  .featured { grid-template-columns: 1fr; }
  .featured__media { min-height: 560px; }
  .featured__content { max-width: 760px; min-height: 620px; }

  .menu-card__image { height: 520px; }

  .event-grid { grid-template-columns: .8fr 1.2fr; gap: 55px; }
  .event-copy .text-link { display: flex; width: fit-content; margin-left: 0; }

  .jazz__grid { grid-template-columns: .85fr 1.15fr; gap: 55px; }

  .visit__identity { max-width: 520px; margin-inline: auto; }
}

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

  html { scroll-padding-top: 68px; }
  body { padding-bottom: 63px; }
  .section { padding: 88px 0; }

  .site-header { min-height: 68px; padding: 12px 19px; }
  .site-header.scrolled, .site-header.menu-active { min-height: 68px; }
  .header-brand { width: 112px; height: 48px; }
  .header-brand img { width: 104px; }
  .site-header.scrolled .header-brand,
  .site-header.menu-active .header-brand { width: 112px; height: 48px; }
  .site-header.scrolled .header-brand img,
  .site-header.menu-active .header-brand img { width: 104px; }

  .hero { min-height: 100svh; }
  .hero__video { object-position: 57% center; }
  .hero__shade { background: linear-gradient(180deg, rgba(4,13,27,.5), rgba(4,13,27,.05) 32%, rgba(4,13,27,.72)); }
  .hero__content { padding: 100px 0 94px; }
  .hero__mark { width: min(68vw, 265px); margin: 0 auto 10px; }
  .hero h1 { max-width: 100%; font-size: clamp(3.1rem, 14.5vw, 4.2rem); line-height: .92; }
  .hero__feature { margin-bottom: 20px; }
  .hero__intro { max-width: 330px; font-size: .98rem; }
  .hero .button-row { max-width: 330px; margin-inline: auto; }
  .hero .button { width: 100%; }
  .hero__scroll { display: none; }
  .hero__video-toggle { top: 82px; right: 12px; bottom: auto; min-width: 98px; min-height: 38px; padding: 8px 10px; font-size: .58rem; }

  h2 { max-width: 100%; font-size: clamp(2.65rem, 12vw, 3.8rem); }

  .story__grid { gap: 45px; }
  .story__image img { aspect-ratio: 4 / 5; object-position: 54% center; }

  .experience__heading { margin-bottom: 45px; }
  .gallery { width: 100%; grid-template-columns: 1fr 1fr; grid-template-rows: 300px 390px; gap: 8px; }
  .gallery__wide { grid-column: 1 / 3; }

  .featured__media { min-height: 440px; }
  .featured__content { min-height: 590px; padding: 72px 25px; }

  .menus__heading { margin-bottom: 40px; }
  .menu-pair { grid-template-columns: 1fr; gap: 75px; }
  .menu-card--offset { margin-top: 0; }
  .menu-card__image { height: 480px; }
  .menu-card__copy { padding: 25px 4px 0; }

  .reservations { min-height: 680px; }
  .reservations__image { object-position: 58% center; }
  .reservations h2 { font-size: clamp(3rem, 13.5vw, 4.25rem); }

  .event-grid { grid-template-columns: 1fr; gap: 55px; }
  .event-video { width: min(86%, 390px); }
  .event-copy { text-align: left; }
  .event-actions { align-items: stretch; flex-direction: column; }
  .event-actions .button { width: 100%; }

  .jazz__grid { grid-template-columns: 1fr; gap: 50px; }
  .jazz__image { width: min(92%, 500px); margin-inline: auto; padding: 0 0 20px 20px; }
  .jazz__image::before { inset: 24px 24px 0 0; }
  .jazz__copy { max-width: none; }
  .jazz__copy .button { width: 100%; }

  .private__grid { gap: 55px; }
  .private__image { order: -1; }
  .private__image img { aspect-ratio: 4 / 5; object-position: 54% center; }

  .visit__grid { gap: 15px; }
  .visit__identity { padding: 0 40px 30px; }
  .visit__details h2 { font-size: clamp(3rem, 13vw, 3.9rem); line-height: .95; }
  .visit__hours div { align-items: flex-start; flex-direction: column; gap: 1px; }
  .visit__hours strong { text-align: left; }
  .button-row--dark { align-items: stretch; flex-direction: column; }

  .footer { padding: 60px 20px 52px; }
  .footer__top, .footer__bottom { align-items: flex-start; flex-direction: column; }
  .footer nav { gap: 18px 24px; }
  .footer__bottom { margin-top: 35px; }
  .footer__disclosures { flex-direction: column; }

  .legal-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); }
  .legal-dialog__header { padding: 22px 20px 18px; }
  .legal-dialog__body { padding: 28px 20px 42px; }
  .legal-dialog__header h2 { font-size: clamp(2rem, 11vw, 3rem); }

  .mobile-reserve {
    position: fixed;
    z-index: 1200;
    inset: auto 0 0;
    display: flex;
    min-height: 63px;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    background: var(--gold-bright);
    border-top: 1px solid rgba(4,13,27,.14);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .preview-toast { right: 14px; bottom: 77px; width: calc(100vw - 28px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .hero__video { display: none; }
  .hero__video-toggle { display: none; }
  .scroll-progress { display: none; }
  .parallax-media,
  .hero__video { transform: none; }
}
