:root {
  --lux-bg: #151515;
  --lux-panel: #181716;
  --lux-panel-soft: #1e1c1a;
  --lux-ink: #f4efe5;
  --lux-muted: rgba(244, 239, 229, .72);
  --lux-faint: rgba(244, 239, 229, .48);
  --lux-gold: #b98533;
  --lux-gold-soft: #d7ae66;
  --lux-line: rgba(215, 174, 102, .24);
  --lux-line-soft: rgba(244, 239, 229, .1);
  --lux-serif: "Baskerville", "Libre Baskerville", "Cormorant Garamond", Georgia, serif;
  --lux-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  color: var(--lux-ink);
  background: var(--lux-bg);
  font-family: var(--lux-sans);
  font-weight: 300;
}

.texture-layer,
.scroll-meter {
  display: none;
}

.site-header {
  min-height: 86px;
  padding: 1.4rem clamp(1rem, 2.4vw, 2.5rem);
  background: linear-gradient(180deg, rgba(21, 21, 21, .78), rgba(21, 21, 21, 0));
  border-bottom: 0;
  backdrop-filter: none;
}

.site-header.is-scrolled {
  min-height: 74px;
  background: rgba(21, 21, 21, .98);
  backdrop-filter: blur(18px);
}

.site-nav,
.passport-trigger {
  display: none !important;
}

.brand-mark {
  min-width: 0;
}

.brand-mark span {
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(1.05rem, 1.55vw, 1.45rem);
  font-weight: 400;
  letter-spacing: 0;
}

.brand-mark small {
  color: var(--lux-gold-soft);
  font-family: var(--lux-sans);
  font-size: .6rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: none;
}

.menu-toggle {
  width: 52px;
  height: 52px;
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--lux-line);
  border-radius: 0;
  background: rgba(21, 21, 21, .42);
}

.menu-toggle span:not(.sr-only) {
  width: 24px;
  height: 1px;
  margin: 0;
  background: var(--lux-gold-soft);
}

.menu-toggle span:not(.sr-only) + span:not(.sr-only) {
  margin-top: 6px;
}

.reserve-link,
.sticky-reserve-button {
  position: fixed;
  right: clamp(1rem, 2.4vw, 2rem);
  bottom: clamp(1rem, 2.4vw, 2rem);
  z-index: 540;
  min-width: 210px;
  min-height: 50px;
  padding: .85rem 1.15rem;
  color: #151515;
  border: 1px solid rgba(255, 220, 152, .44);
  border-radius: 12px;
  background: linear-gradient(135deg, #c99942, #b98533);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .46);
  font-family: var(--lux-sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.sticky-reserve-button {
  display: none;
}

.home-body > .reserve-link {
  display: none !important;
}

.site-header .reserve-link {
  position: static;
  display: inline-flex !important;
  min-width: 0;
  min-height: 44px;
  padding: .8rem 1rem;
  border-radius: 0;
  box-shadow: none;
}

.mobile-nav:not([hidden]) {
  position: fixed;
  inset: 0;
  z-index: 530;
  display: grid;
  place-content: center;
  gap: .4rem;
  padding: 6rem 2rem;
  background: rgba(21, 21, 21, .96);
  text-align: center;
}

.mobile-nav a {
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(2.2rem, 6vw, 5.4rem);
  line-height: .96;
}

.button,
.reserve-link {
  border-radius: 0;
}

.button,
.menu-sheet-head > a,
.menu-paper-sheet a[download] {
  min-height: 48px;
  padding: .86rem 1.1rem;
  border: 1px solid var(--lux-line);
  box-shadow: none;
  font-family: var(--lux-sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.button-primary {
  color: #151515;
  background: linear-gradient(135deg, #c99942, #b98533);
}

.button-secondary,
.button-ghost {
  color: var(--lux-ink);
  background: transparent;
}

.button:hover,
.reserve-link:hover,
.sticky-reserve-button:hover {
  transform: translateY(-1px);
  border-color: rgba(215, 174, 102, .62);
}

.kicker,
.folio,
.menu-page .kicker,
.menu-page .folio {
  color: var(--lux-gold-soft);
  font-family: var(--lux-sans);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.menu-door-card h2,
.special-card h3,
.menu-item h3,
.chapter-card strong,
.resource-grid strong {
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-weight: 400;
  letter-spacing: 0;
}

p {
  color: var(--lux-muted);
}

.home-page .portal-section {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 61vw) minmax(360px, 39vw);
  gap: 0;
  align-items: stretch;
  padding: 0;
  background: var(--lux-bg);
  text-align: left;
}

.home-page .portal-photo {
  position: relative;
  inset: auto;
  z-index: 0;
  min-height: 100svh;
  overflow: hidden;
}

.home-page .portal-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.88) contrast(1.03) brightness(.7);
}

.home-page .portal-section::before {
  inset: 0 auto 0 0;
  z-index: 1;
  width: 61vw;
  background:
    linear-gradient(90deg, rgba(21, 21, 21, .18), rgba(21, 21, 21, .08) 44%, rgba(21, 21, 21, .84)),
    linear-gradient(180deg, rgba(21, 21, 21, .12), rgba(21, 21, 21, .7));
}

.home-page .portal-section::after {
  display: none;
}

.home-page .portal-copy {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 100svh;
  display: grid;
  align-content: center;
  gap: 1.2rem;
  padding: 8.4rem clamp(2rem, 4.6vw, 5.25rem) 6rem;
  background: var(--lux-bg);
  border-left: 1px solid rgba(215, 174, 102, .12);
  overflow: hidden;
}

.home-page .portal-copy::before {
  content: "";
  position: absolute;
  inset: 7rem clamp(1.2rem, 3vw, 3rem) auto auto;
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  z-index: 0;
  border: 1px solid rgba(215, 174, 102, .08);
  background:
    linear-gradient(135deg, rgba(215, 174, 102, .08), transparent 42%),
    radial-gradient(circle at 70% 25%, rgba(244, 239, 229, .06), transparent 45%);
  opacity: .72;
  pointer-events: none;
}

.home-page .portal-copy > * {
  position: relative;
  z-index: 1;
}

.home-page .portal-copy h1 {
  max-width: 680px;
  margin: 0;
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(4.7rem, 7vw, 8.5rem);
  font-weight: 400;
  line-height: .9;
  text-shadow: none;
}

.home-page .portal-copy p:not(.kicker) {
  max-width: 520px;
  margin: 0;
  color: var(--lux-muted);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  font-weight: 300;
  line-height: 1.72;
}

.home-page .portal-actions {
  justify-content: flex-start;
}

.home-image-break {
  height: min(88svh, 860px);
  background: var(--lux-bg);
}

.home-image-break img {
  filter: saturate(.9) contrast(1.02) brightness(.78);
}

.home-window-sequence {
  position: relative;
  min-height: 225svh;
  overflow: clip;
  background:
    linear-gradient(180deg, rgba(21, 21, 21, .18), rgba(21, 21, 21, .82) 58%, rgba(21, 21, 21, .96)),
    linear-gradient(90deg, rgba(21, 21, 21, .86), rgba(21, 21, 21, .38) 48%, rgba(21, 21, 21, .86)),
    url("assets/photos/performance/bwh-hero-experience-v2.jpg") center center / cover no-repeat,
    var(--lux-bg);
  border-top: 1px solid var(--lux-line-soft);
  isolation: isolate;
}

.home-window-sequence::before,
.home-window-sequence::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.home-window-sequence::before {
  background:
    linear-gradient(90deg, transparent, rgba(215, 174, 102, .08) 49.95%, rgba(215, 174, 102, .08) 50.05%, transparent),
    linear-gradient(180deg, transparent, rgba(244, 239, 229, .045) 49.95%, rgba(244, 239, 229, .045) 50.05%, transparent);
  opacity: .42;
}

.home-window-sequence::after {
  inset: 0 clamp(1rem, 5vw, 5rem);
  border-inline: 1px solid rgba(215, 174, 102, .11);
}

.window-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.window-pane {
  position: absolute;
  inset: 0;
  z-index: -4;
  overflow: hidden;
}

.window-pane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.86) contrast(1.04) brightness(.66);
  transform: scale(1.05);
}

.window-sticky::before,
.window-sticky::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.window-sticky::before {
  z-index: -3;
  background:
    radial-gradient(circle at 48% 46%, rgba(21, 21, 21, .08), rgba(21, 21, 21, .68) 62%, rgba(21, 21, 21, .9)),
    linear-gradient(90deg, rgba(21, 21, 21, .9), rgba(21, 21, 21, .2) 46%, rgba(21, 21, 21, .82));
}

.window-sticky::after {
  z-index: -2;
  border-inline: 1px solid rgba(215, 174, 102, .12);
  box-shadow: inset 0 0 0 1px rgba(244, 239, 229, .04), inset 0 0 120px rgba(0, 0, 0, .54);
}

.window-words {
  display: none;
}

.window-words span {
  display: block;
  width: max-content;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 239, 229, .13);
  font-family: var(--lux-serif);
  font-size: clamp(6rem, 14vw, 17rem);
  line-height: .82;
  white-space: nowrap;
  opacity: .72;
  animation: luxWordDrift 34s linear infinite;
}

.window-words span:nth-child(2) {
  justify-self: end;
  animation-duration: 42s;
  animation-direction: reverse;
  opacity: .55;
}

.window-words span:nth-child(3) {
  animation-duration: 38s;
  transform: translateX(-18vw);
  opacity: .48;
}

.window-words span:nth-child(4) {
  justify-self: center;
  animation-duration: 46s;
  animation-direction: reverse;
  opacity: .4;
}

.window-title-lockup {
  width: min(calc(100% - 2rem), 1120px);
  min-height: 100svh;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: .85rem;
  padding-block: 7rem;
  pointer-events: none;
}

.window-title-lockup h2 {
  max-width: min(45vw, 540px);
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(3.8rem, 6.4vw, 7.5rem);
  font-weight: 400;
  line-height: .88;
  text-shadow: 0 18px 60px rgba(0, 0, 0, .55);
}

.window-side-label {
  position: absolute;
  right: clamp(1rem, 2vw, 2rem);
  top: 50%;
  margin: 0;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  color: rgba(215, 174, 102, .72);
  font-family: var(--lux-sans);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.window-story {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 2rem), 1120px);
  margin: -72svh auto 0;
  padding: 0 0 12svh;
  display: grid;
  justify-items: end;
  pointer-events: none;
}

.window-story article {
  width: min(42vw, 430px);
  margin-bottom: 32svh;
  padding: 1.05rem 0 0;
  border-top: 1px solid rgba(215, 174, 102, .34);
  text-shadow: 0 14px 40px rgba(0, 0, 0, .68);
  pointer-events: auto;
}

.window-story article:nth-child(2) {
  justify-self: end;
}

.window-story article:last-child {
  margin-bottom: 0;
}

.window-story span {
  display: block;
  margin-bottom: .55rem;
  color: var(--lux-gold-soft);
  font-family: var(--lux-sans);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.window-story strong {
  display: block;
  max-width: 520px;
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(2.25rem, 4vw, 4.6rem);
  font-weight: 400;
  line-height: .92;
}

.window-story p {
  max-width: 430px;
  margin: .85rem 0 0;
  color: rgba(244, 239, 229, .78);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.72;
}

@keyframes luxWordDrift {
  from {
    translate: -14vw 0;
  }

  to {
    translate: 14vw 0;
  }
}

.home-invitation-section {
  position: relative;
  padding: clamp(6rem, 10vw, 10rem) 1rem clamp(5rem, 8vw, 8rem);
  background: var(--lux-bg);
  border-top: 1px solid var(--lux-line-soft);
  overflow: hidden;
}

.home-marquee {
  display: none;
}

.home-invitation-copy h2 {
  max-width: 920px;
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(3.8rem, 8vw, 8.5rem);
  font-weight: 400;
}

.home-invitation-copy p:not(.folio) {
  max-width: 680px;
  color: var(--lux-muted);
  font-weight: 300;
}

.home-menu-route {
  gap: 0;
  border-top: 1px solid var(--lux-line-soft);
  border-bottom: 1px solid var(--lux-line-soft);
}

.home-menu-route a {
  border: 0;
  border-right: 1px solid var(--lux-line-soft);
  color: var(--lux-muted);
  background: transparent;
}

.home-menu-route a:last-child {
  border-right: 0;
}

.home-menu-route a:hover {
  color: var(--lux-ink);
  background: rgba(215, 174, 102, .08);
}

.home-page .ledger-section,
.home-page .home-resource-grid {
  width: min(calc(100% - 2rem), 1320px);
}

.home-page .atlas-globe-shell,
.home-page .atlas-follow-up,
.world-panel,
.atlas-canvas-stage,
.distillery-card,
.atlas-stats div,
.home-page .resource-grid article,
.page-hero-visual,
.ledger-card,
.chapter-card,
.resource-grid article,
.shop-grid article,
.event-ledger article,
.experience-gallery article,
.bottle-grid article {
  border-radius: 0;
  box-shadow: none;
}

.home-page .atlas-globe-shell {
  border: 1px solid var(--lux-line);
  background:
    radial-gradient(circle at 50% 25%, rgba(27, 58, 72, .22), transparent 46%),
    var(--lux-panel);
}

.home-page .atlas-website-panel {
  display: grid;
  grid-template-columns: minmax(280px, .42fr) minmax(0, .58fr);
  gap: 1rem;
  min-height: 390px;
  padding: 1rem;
  border: 1px solid var(--lux-line-soft);
  background:
    linear-gradient(135deg, rgba(8, 7, 6, .96), rgba(25, 18, 13, .88)),
    repeating-linear-gradient(0deg, rgba(255, 247, 232, .028) 0, rgba(255, 247, 232, .028) 1px, transparent 1px, transparent 9px);
}

.home-page .atlas-website-panel[hidden] {
  display: none;
}

.atlas-research-panel {
  position: absolute;
  right: clamp(.75rem, 1.8vw, 1.2rem);
  top: clamp(4.7rem, 8vw, 5.6rem);
  z-index: 3;
  width: min(330px, calc(100% - 1.5rem));
  max-height: min(300px, calc(100% - 6rem));
  overflow: auto;
  display: grid;
  gap: .42rem;
  padding: .82rem;
  border-left: 3px solid rgba(242, 213, 139, .48);
  border-top: 1px solid var(--lux-line-soft);
  background:
    linear-gradient(90deg, rgba(23, 15, 10, .9), rgba(8, 7, 6, .68)),
    repeating-linear-gradient(0deg, rgba(255, 247, 232, .026) 0, rgba(255, 247, 232, .026) 1px, transparent 1px, transparent 9px);
}

.atlas-research-panel[hidden] {
  display: none;
}

.atlas-research-panel > span {
  color: var(--lux-gold-soft);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.atlas-research-panel > strong {
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(1.15rem, 1.65vw, 1.45rem);
  font-weight: 400;
  line-height: 1.08;
}

.atlas-research-panel p {
  max-width: 740px;
  margin: 0;
  color: var(--lux-muted);
  font-size: .86rem;
  line-height: 1.42;
}

.atlas-research-panel ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: .5rem;
  margin: .35rem 0 0;
  padding: 0;
  list-style: none;
}

.atlas-research-panel li {
  display: grid;
  gap: .16rem;
  padding: .52rem;
  border: 1px solid rgba(246, 214, 132, .14);
  background: rgba(8, 7, 6, .48);
}

.atlas-research-panel em {
  color: var(--lux-gold-soft);
  font-size: .64rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.atlas-research-panel li span {
  color: var(--lux-ink);
  font-size: .8rem;
  line-height: 1.28;
}

.atlas-zoom-control {
  min-width: 38px;
  padding-inline: .5rem;
  font-size: 1rem;
}

.atlas-website-copy {
  display: grid;
  align-content: center;
  gap: .82rem;
  padding: clamp(.25rem, 1.2vw, 1rem);
}

.atlas-website-copy span {
  color: var(--lux-gold-soft);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.atlas-website-copy strong {
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 400;
  line-height: .96;
}

.atlas-website-copy p {
  max-width: 480px;
  margin: 0;
  color: var(--lux-muted);
  line-height: 1.62;
}

.atlas-website-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  align-items: center;
}

.atlas-website-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .78rem 1rem;
  border: 1px solid rgba(246, 214, 132, .34);
  color: var(--lux-ink);
  background: rgba(8, 7, 6, .62);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.atlas-website-actions a:first-child {
  color: #080604;
  background: linear-gradient(135deg, #f0c65d 0%, #c89434 52%, #f0c65d 100%);
}

.atlas-website-gateway {
  width: 100%;
  min-height: 360px;
  display: grid;
  align-content: center;
  gap: .85rem;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  border: 1px solid rgba(246, 214, 132, .18);
  background:
    radial-gradient(circle at 50% 22%, rgba(246, 214, 132, .16), transparent 14rem),
    linear-gradient(145deg, rgba(19, 44, 63, .58), rgba(8, 7, 6, .94));
}

.atlas-website-gateway span {
  color: var(--lux-gold-soft);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.atlas-website-gateway strong {
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(1.8rem, 2.7vw, 3rem);
  font-weight: 400;
  line-height: 1;
}

.atlas-website-gateway p {
  max-width: 520px;
  margin: 0;
  color: var(--lux-muted);
  line-height: 1.62;
}

.atlas-website-gateway a {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .78rem 1rem;
  border: 1px solid rgba(246, 214, 132, .34);
  color: var(--lux-ink);
  background: rgba(8, 7, 6, .72);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-page .atlas-follow-up,
.home-page .resource-grid article {
  background: transparent;
  border-color: var(--lux-line-soft);
}

.home-page .home-resource-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding-top: 5rem;
}

.home-page .home-resource-grid .section-intro {
  max-width: 760px;
  padding-bottom: 2rem;
}

.home-page .home-resource-grid article {
  min-height: 0;
  padding: 1.25rem 0;
  border: 0;
  border-top: 1px solid var(--lux-line-soft);
}

.home-page .home-resource-grid article:last-child {
  border-bottom: 1px solid var(--lux-line-soft);
}

.site-page {
  padding-top: 0;
  background: var(--lux-bg);
}

.page-hero,
.menu-hero,
.menu-detail-hero {
  width: min(calc(100% - 2rem), 1120px);
  min-height: 76svh;
  margin-inline: auto;
  display: grid;
  place-items: center;
  padding: 8rem 0 4rem;
  text-align: center;
}

.page-hero-copy,
.menu-hero-copy,
.menu-detail-hero {
  max-width: 860px;
  margin-inline: auto;
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.page-hero h1,
.menu-hero h1,
.menu-detail-hero h1 {
  max-width: 920px;
  color: var(--lux-ink);
  font-size: clamp(4rem, 8vw, 8.2rem);
  line-height: .88;
  text-wrap: balance;
}

.page-hero-copy p:not(.kicker):not(.folio),
.menu-hero p:not(.folio):not(.kicker),
.menu-detail-hero > p:not(.folio),
.section-intro p:not(.kicker):not(.folio),
.ledger-card p,
.chapter-card p,
.resource-grid p,
.menu-cta p,
.specials-intro p,
.menu-disclaimer {
  max-width: 700px;
  color: var(--lux-muted);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.72;
}

.page-hero-visual {
  width: min(100%, 760px);
  min-height: auto;
  margin-top: 1.5rem;
  border: 0;
  background: transparent;
}

.page-hero-visual img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--lux-line-soft);
  filter: saturate(.9) contrast(1.02) brightness(.82);
}

.page-hero-plaque {
  position: static;
  margin-top: .75rem;
  padding: .75rem 0 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.page-section,
.split-ledger,
.chapter-grid,
.resource-grid,
.event-ledger,
.experience-gallery,
.shop-grid,
.closing-section {
  width: min(calc(100% - 2rem), 1120px);
  margin-inline: auto;
  padding: clamp(4rem, 8vw, 8rem) 0;
  border-top: 1px solid var(--lux-line-soft);
}

.section-intro {
  max-width: 760px;
  margin: 0 0 2rem;
}

.section-intro h2,
.ledger-card h2,
.closing-section h2,
.menu-cta h2,
.specials-intro h2 {
  max-width: 860px;
  color: var(--lux-ink);
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 400;
  line-height: .92;
}

.split-ledger,
.chapter-grid,
.resource-grid,
.event-ledger,
.experience-gallery,
.shop-grid,
.bottle-grid,
.special-grid,
.menu-door-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.ledger-card,
.chapter-card,
.resource-grid article,
.shop-grid article,
.event-ledger article,
.experience-gallery article,
.bottle-grid article,
.special-card,
.menu-door-card {
  min-height: 0;
  padding: 1.3rem 0;
  color: var(--lux-ink);
  border: 0;
  border-top: 1px solid var(--lux-line-soft);
  background: transparent;
}

.ledger-card:last-child,
.chapter-card:last-child,
.resource-grid article:last-child,
.shop-grid article:last-child,
.event-ledger article:last-child,
.experience-gallery article:last-child,
.bottle-grid article:last-child,
.special-card:last-child,
.menu-door-card:last-child {
  border-bottom: 1px solid var(--lux-line-soft);
}

.chapter-card span,
.resource-grid span,
.special-card span,
.menu-door-card span,
.page-hero-plaque span {
  color: var(--lux-gold-soft);
  font-family: var(--lux-sans);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.chapter-card strong,
.resource-grid strong,
.special-card h3,
.menu-door-card h2,
.bottle-grid article strong,
.page-hero-plaque strong {
  color: var(--lux-ink);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 400;
  line-height: .95;
}

.menu-page {
  color: var(--lux-ink);
  background: var(--lux-bg);
}

.menu-door-card::after {
  display: none;
}

.menu-door-card p,
.special-card p,
.menu-item p {
  color: var(--lux-muted);
}

.menu-door-card strong {
  align-self: auto;
  color: var(--lux-gold-soft);
  font-family: var(--lux-sans);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.menu-route-nav {
  width: min(calc(100% - 2rem), 1120px);
  position: static;
  top: auto;
  z-index: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  border: 1px solid var(--lux-line-soft);
  background: transparent;
  backdrop-filter: none;
}

.menu-route-nav a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .85rem 1rem;
  color: var(--lux-muted);
  border: 0;
  border-right: 1px solid var(--lux-line-soft);
  background: transparent;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.menu-route-nav a:hover,
.menu-route-nav a[aria-current="page"] {
  color: #151515;
  background: var(--lux-gold-soft);
}

.specials-panel,
.menu-paper-sheet,
.menu-cta {
  width: min(calc(100% - 2rem), 1120px);
  margin-inline: auto;
  border-radius: 0;
  box-shadow: none;
}

.specials-panel {
  display: grid;
  grid-template-columns: 1fr;
  padding: clamp(4rem, 8vw, 7rem) 0 0;
}

.specials-intro {
  padding: 0 0 2rem;
  border: 0;
}

.menu-paper-sheet {
  margin-top: clamp(3rem, 6vw, 6rem);
  color: var(--lux-ink);
  border: 0;
  border-top: 1px solid var(--lux-line-soft);
  background: transparent;
}

.menu-sheet-head {
  padding: 2rem 0;
  border-bottom: 1px solid var(--lux-line-soft);
}

.menu-sheet-head h2 {
  color: var(--lux-ink);
  font-size: clamp(3rem, 6vw, 6.4rem);
  font-weight: 400;
}

.menu-sheet-head > a,
.menu-paper-sheet a[download] {
  color: var(--lux-ink);
  border-color: var(--lux-line);
  background: transparent;
}

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

.menu-board {
  padding: 2rem 0;
  border-top: 1px solid var(--lux-line-soft);
}

.menu-board:nth-child(odd) {
  border-right: 0;
}

.menu-board h2 {
  color: var(--lux-gold-soft);
  font-family: var(--lux-sans);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .16em;
}

.menu-item {
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1rem 0;
  border-top: 1px solid var(--lux-line-soft);
}

.menu-item h3 {
  color: var(--lux-ink);
  font-size: clamp(1.55rem, 2.8vw, 2.65rem);
}

.menu-item strong {
  color: var(--lux-gold-soft);
  font-weight: 500;
}

.menu-item.is-featured {
  margin: .5rem 0;
  padding: 1rem 0;
  border: 0;
  border-top: 1px solid var(--lux-line);
  border-bottom: 1px solid var(--lux-line);
  background: transparent;
}

.menu-cta {
  display: grid;
  grid-template-columns: 1fr;
  padding: clamp(4rem, 7vw, 7rem) 0;
  border-top: 1px solid var(--lux-line-soft);
}

.footer,
.site-footer {
  background: var(--lux-bg);
  border-top: 1px solid var(--lux-line-soft);
}

@media (max-width: 900px) {
  body {
    padding-bottom: 0;
  }

  .site-header {
    min-height: 76px;
    padding: 1rem;
  }

  .site-header .reserve-link {
    display: inline-flex !important;
    min-height: 44px;
    padding: .75rem .85rem;
    font-size: .66rem;
  }

  .home-page .portal-section {
    display: block;
  }

  .home-page .portal-photo {
    min-height: 52svh;
  }

  .home-page .portal-section::before {
    width: 100%;
  }

  .home-page .portal-copy {
    min-height: auto;
    padding: 3.2rem 1rem 7.5rem;
    border-left: 0;
  }

  .home-page .portal-copy::before {
    top: 2rem;
    font-size: 4.5rem;
  }

  .home-window-sequence {
    min-height: auto;
  }

  .window-sticky {
    position: relative;
    min-height: 86svh;
  }

  .window-title-lockup {
    min-height: 82svh;
    align-content: end;
    padding: 6rem 0 5rem;
  }

  .window-title-lockup h2 {
    max-width: 92vw;
    font-size: clamp(3.6rem, 15vw, 5.8rem);
  }

  .window-words span {
    font-size: clamp(4.5rem, 22vw, 9rem);
  }

  .window-story {
    width: min(calc(100% - 2rem), 1120px);
    margin: 0 auto;
    padding: 3rem 0 13rem;
    justify-items: start;
  }

  .window-story article,
  .window-story article:nth-child(2) {
    width: 100%;
    margin-bottom: 3rem;
    justify-self: start;
    text-shadow: none;
  }

  .window-side-label {
    display: none;
  }

  .home-page .portal-copy h1,
  .page-hero h1,
  .menu-hero h1,
  .menu-detail-hero h1 {
    font-size: clamp(3.6rem, 16vw, 5.6rem);
  }

  .home-page .portal-actions,
  .portal-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .reserve-link,
  .sticky-reserve-button {
    top: auto;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    min-width: 0;
  }

  .sticky-reserve-button {
    display: none;
  }

  .home-menu-route,
  .menu-route-nav {
    position: static;
    top: auto;
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-menu-route a,
  .menu-route-nav a {
    border-right: 0;
    border-bottom: 1px solid var(--lux-line-soft);
  }

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

@media (prefers-reduced-motion: reduce) {
  .home-page .portal-copy::before,
  .window-words span {
    animation: none;
  }
}

/* 2026-06-04 live homepage simplification */
.home-body .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 520;
  isolation: isolate;
  min-height: 92px;
  display: grid;
  grid-template-columns: minmax(255px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(.9rem, 1.6vw, 1.6rem);
  padding: .72rem clamp(.9rem, 2.6vw, 2.25rem);
  background:
    linear-gradient(180deg, rgba(18, 12, 7, .98), rgba(7, 6, 5, .96)),
    #070605;
  border-bottom: 1px solid rgba(214, 178, 94, .28);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .42);
  backdrop-filter: blur(18px) saturate(1.04);
  overflow: hidden;
}

.home-body .site-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 0;
  height: 56px;
  transform: translateY(-50%);
  border-top: 1px solid rgba(214, 178, 94, .16);
  border-bottom: 1px solid rgba(214, 178, 94, .16);
  background:
    linear-gradient(90deg, rgba(10, 8, 5, .9), rgba(24, 16, 9, .72), rgba(10, 8, 5, .9)),
    rgba(8, 7, 6, .72);
  pointer-events: none;
}

.home-body .site-header.is-scrolled {
  min-height: 82px;
  background:
    linear-gradient(180deg, rgba(13, 9, 5, .99), rgba(5, 5, 4, .98)),
    #060504;
}

.home-body .brand-mark {
  position: relative;
  z-index: 1;
  width: min(100%, 330px);
  display: flex;
  align-items: center;
  text-decoration: none;
}

.home-body .brand-mark img {
  width: auto;
  height: clamp(66px, 5.6vw, 84px);
  max-width: 100%;
  display: block;
  filter: saturate(1.28) contrast(1.12) brightness(1.18);
}

.home-body .site-nav {
  position: relative;
  z-index: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: clamp(2.1rem, 4.7vw, 5.8rem);
  width: 100%;
  min-height: 54px;
  padding: 0 clamp(1rem, 2vw, 2rem);
  border: 0;
  background: transparent;
}

.home-body .site-nav a {
  color: rgba(244, 239, 229, .78);
  font-family: var(--lux-sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-decoration: none;
  padding: .85rem .75rem;
}

.home-body .site-nav a:hover {
  color: var(--lux-ink);
}

.home-body .menu-toggle,
.home-body .mobile-nav,
.home-body .passport-trigger,
.home-body .sticky-reserve-button {
  display: none !important;
}

.home-body .header-actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home-body .site-header .reserve-link {
  position: static;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  min-height: 54px;
  padding: .85rem 1.35rem;
  border-radius: 0;
  border: 1px solid rgba(246, 214, 132, .42);
  background:
    linear-gradient(135deg, #f0c65d 0%, #c89434 52%, #f0c65d 100%);
  color: #080604;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 14px 34px rgba(0, 0, 0, .25);
}

.home-body .site-header .reserve-link:hover {
  color: #080604;
  transform: translateY(-1px);
}

.home-page .portal-section {
  min-height: 100svh;
  grid-template-columns: minmax(0, 58vw) minmax(390px, 42vw);
}

.home-page .portal-copy {
  align-content: center;
  padding: 8rem clamp(2rem, 4.5vw, 5rem) 5rem;
}

.home-page .portal-copy::before {
  display: none;
}

.home-page .portal-copy h1 {
  max-width: 720px;
  font-size: clamp(3.8rem, 4.52vw, 5.25rem);
}

.home-page .portal-copy h1 span,
.dining-copy h2 span {
  display: block;
}

.home-page .portal-copy p:not(.kicker) {
  max-width: 560px;
  font-size: clamp(1rem, 1.12vw, 1.16rem);
}

.home-page .portal-actions {
  width: min(100%, 600px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .6rem;
}

.home-page .portal-actions .button,
.dining-table-actions .button,
.passport-cta-row .button {
  min-width: 0;
  justify-content: center;
  white-space: nowrap;
}

.footer-reserve {
  justify-content: center;
  white-space: nowrap;
}

.home-page .portal-actions .button,
.dining-table-actions .button {
  padding-inline: .7rem;
  font-size: clamp(.58rem, .62vw, .68rem);
  letter-spacing: .075em;
}

.home-dining-section {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr);
  background: #10100e;
  border-top: 1px solid var(--lux-line-soft);
}

.dining-photo {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}

.dining-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 16, 14, .08), rgba(16, 16, 14, .52)),
    linear-gradient(180deg, rgba(16, 16, 14, .07), rgba(16, 16, 14, .48));
}

.dining-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.94) contrast(1.04) brightness(.82);
}

.dining-table-actions {
  width: min(100%, 560px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .6rem;
}

.dining-table-actions .button {
  width: 100%;
  min-height: 52px;
  justify-content: center;
  background: rgba(8, 7, 6, .72);
  backdrop-filter: blur(12px);
}

.dining-table-actions .button-primary {
  background:
    linear-gradient(135deg, #f0c65d 0%, #c89434 52%, #f0c65d 100%);
}

.dining-copy {
  display: grid;
  align-content: center;
  gap: 1.45rem;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(2rem, 4vw, 4.5rem);
  border-left: 1px solid rgba(215, 174, 102, .16);
}

.dining-copy h2 {
  max-width: 680px;
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(3.6rem, 4.45vw, 5.7rem);
  font-weight: 400;
  line-height: .92;
}

.dining-copy p:not(.folio) {
  max-width: 560px;
  color: var(--lux-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.dining-copy .portal-actions {
  justify-content: flex-start;
}

.dining-copy .home-menu-route {
  width: 100%;
  max-width: 680px;
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--lux-line-soft);
  border-left: 1px solid var(--lux-line-soft);
}

.dining-copy .home-menu-route a {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: .9rem 1rem;
  color: rgba(244, 239, 229, .78);
  border-right: 1px solid var(--lux-line-soft);
  border-bottom: 1px solid var(--lux-line-soft);
  background: transparent;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
}

.dining-copy .home-menu-route a:hover {
  color: var(--lux-ink);
  background: rgba(215, 174, 102, .08);
}

.home-page .ledger-section {
  padding-top: clamp(5rem, 8vw, 8rem);
}

.home-page .atlas-globe-heading strong {
  font-size: clamp(2.4rem, 5vw, 5rem);
}

/* Atlas explorer: make the globe feel immersive instead of boxed-in. */
.home-page .atlas-section {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(2.5rem, 5vw, 4.5rem);
  background:
    radial-gradient(ellipse at 50% 28%, rgba(28, 74, 94, .18), transparent 34rem),
    radial-gradient(ellipse at 12% 65%, rgba(214, 178, 94, .12), transparent 28rem),
    linear-gradient(180deg, rgba(7, 6, 5, 0), rgba(13, 9, 6, .56) 24%, rgba(7, 6, 5, 0));
}

.home-page .atlas-globe-shell {
  position: relative;
  width: min(calc(100% - 2rem), 1500px);
  margin-inline: auto;
  padding: clamp(1rem, 2.2vw, 1.85rem);
  border: 0;
  background:
    radial-gradient(ellipse at 50% 46%, rgba(30, 88, 116, .2), transparent 34rem),
    linear-gradient(135deg, rgba(16, 12, 9, .72), rgba(9, 13, 14, .86) 52%, rgba(21, 13, 8, .68));
  box-shadow:
    inset 0 0 0 1px rgba(246, 214, 132, .18),
    inset 0 0 72px rgba(214, 178, 94, .05),
    0 38px 110px rgba(0, 0, 0, .52);
  overflow: hidden;
}

.home-page .atlas-globe-shell::before,
.home-page .atlas-globe-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-page .atlas-globe-shell::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(246, 214, 132, .16), transparent 16%, transparent 84%, rgba(246, 214, 132, .16)),
    repeating-linear-gradient(90deg, rgba(246, 214, 132, .045) 0, rgba(246, 214, 132, .045) 1px, transparent 1px, transparent clamp(80px, 9vw, 140px));
  opacity: .55;
}

.home-page .atlas-globe-shell::after {
  inset: clamp(.65rem, 1.4vw, 1.15rem);
  border: 1px solid rgba(246, 214, 132, .14);
  box-shadow:
    inset 0 0 0 1px rgba(255, 247, 232, .025),
    inset 0 0 54px rgba(31, 84, 112, .14);
}

.home-page .atlas-globe-heading {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(320px, .95fr) minmax(360px, auto);
  align-items: center;
  padding: clamp(.25rem, 1vw, .65rem) clamp(.2rem, 1vw, .55rem) clamp(.9rem, 1.8vw, 1.35rem);
}

.home-page .atlas-globe-heading .folio {
  display: inline-flex;
  width: fit-content;
  padding: .38rem .58rem;
  border: 1px solid rgba(246, 214, 132, .22);
  background: rgba(7, 6, 5, .48);
}

.home-page .atlas-globe-heading strong {
  max-width: 850px;
  font-size: clamp(2.7rem, 5.8vw, 6.6rem);
  line-height: .86;
}

.home-page .atlas-globe-heading .region-tabs {
  justify-content: end;
  padding: .55rem;
  border: 1px solid rgba(246, 214, 132, .16);
  background: rgba(7, 6, 5, .42);
  box-shadow: inset 0 0 34px rgba(214, 178, 94, .04);
}

.home-page .atlas-globe-heading .region-tab {
  min-height: 34px;
  border-color: rgba(246, 214, 132, .22);
  background: rgba(255, 247, 232, .035);
}

.home-page .world-panel {
  position: relative;
  z-index: 1;
  min-height: clamp(690px, 76vw, 920px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  align-items: stretch;
  gap: clamp(.8rem, 1.25vw, 1.15rem);
  padding: clamp(.8rem, 1.25vw, 1.15rem);
  border: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(25, 89, 122, .18), transparent 32rem),
    linear-gradient(180deg, rgba(6, 11, 13, .88), rgba(7, 6, 5, .62));
  overflow: hidden;
}

.home-page .atlas-canvas-stage {
  position: relative;
  min-height: clamp(590px, 62vw, 780px);
  border: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(23, 79, 109, .24), transparent 28rem),
    radial-gradient(circle at 50% 44%, rgba(214, 178, 94, .08), transparent 20rem),
    linear-gradient(145deg, rgba(4, 7, 8, .74), rgba(12, 27, 34, .38));
}

.home-page .atlas-canvas-stage.is-map-active {
  background:
    radial-gradient(circle at 48% 42%, rgba(23, 79, 109, .2), transparent 26rem),
    linear-gradient(145deg, rgba(4, 7, 8, .92), rgba(9, 19, 24, .84));
}

.home-page .atlas-website-panel {
  display: none !important;
}

.home-page .atlas-canvas-stage::after {
  inset: clamp(.65rem, 1vw, 1rem);
  border: 1px solid rgba(246, 214, 132, .16);
  box-shadow:
    inset 0 0 0 1px rgba(255, 247, 232, .02),
    inset 0 -90px 110px rgba(7, 6, 5, .4);
  z-index: 3;
  pointer-events: none;
}

.home-page .atlas-canvas-stage canvas {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 34px 62px rgba(0, 0, 0, .34));
  transition: opacity .28s ease;
}

.home-page .atlas-canvas-stage.is-map-active canvas {
  opacity: 0;
  pointer-events: none;
}

.atlas-map-layer {
  position: absolute;
  inset: clamp(.75rem, 1.15vw, 1.1rem);
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(246, 214, 132, .16);
  background: #081015;
  box-shadow:
    inset 0 0 70px rgba(7, 6, 5, .52),
    0 22px 60px rgba(0, 0, 0, .26);
  transition: right .24s ease;
}

.atlas-map-layer[hidden] {
  display: none;
}

.home-page .atlas-canvas-stage.is-map-active.has-regional-notes .atlas-map-layer {
  right: min(360px, 34%);
}

.home-page .atlas-canvas-stage.is-map-active.has-regional-notes .atlas-research-panel {
  top: auto;
  bottom: clamp(.75rem, 1.15vw, 1.1rem);
  width: min(330px, calc(34% - 1.55rem));
  max-height: calc(100% - 7rem);
  background:
    linear-gradient(135deg, rgba(20, 13, 8, .92), rgba(8, 7, 6, .8)),
    repeating-linear-gradient(0deg, rgba(255, 247, 232, .026) 0, rgba(255, 247, 232, .026) 1px, transparent 1px, transparent 9px);
}

.atlas-map-layer.leaflet-container {
  width: auto;
  height: auto;
  background: #081015;
  color: var(--lux-ink);
  font-family: var(--lux-sans);
}

.atlas-map-layer .leaflet-container {
  width: 100%;
  height: 100%;
  background: #081015;
  color: var(--lux-ink);
  font-family: var(--lux-sans);
}

.atlas-map-layer .leaflet-tile {
  filter: saturate(.72) sepia(.14) hue-rotate(344deg) contrast(1.04) brightness(.78);
}

.atlas-map-layer .leaflet-control-zoom {
  overflow: hidden;
  border: 1px solid rgba(246, 214, 132, .24);
  background: rgba(8, 7, 6, .72);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .34);
}

.atlas-map-layer .leaflet-control-zoom a {
  width: 34px;
  height: 34px;
  border: 0;
  border-bottom: 1px solid rgba(246, 214, 132, .18);
  color: var(--lux-ink);
  background: rgba(8, 7, 6, .82);
  line-height: 34px;
}

.atlas-map-layer .leaflet-control-zoom a:last-child {
  border-bottom: 0;
}

.atlas-map-layer .leaflet-control-attribution {
  color: rgba(244, 239, 229, .56);
  background: rgba(8, 7, 6, .68);
  font-size: .62rem;
}

.atlas-map-layer .leaflet-control-attribution a {
  color: rgba(246, 214, 132, .74);
}

.atlas-leaflet-pin {
  width: 30px !important;
  height: 30px !important;
  margin-left: -15px !important;
  margin-top: -15px !important;
  border: 1px solid rgba(8, 7, 6, .88);
  border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, #fff1bb 0 20%, #e6bd55 21% 48%, #080706 49% 64%, rgba(214, 178, 94, .32) 65% 100%);
  box-shadow:
    0 0 0 1px rgba(246, 214, 132, .58),
    0 0 0 8px rgba(246, 214, 132, .12),
    0 12px 28px rgba(0, 0, 0, .34);
  transition: transform .16s ease, box-shadow .16s ease;
}

.atlas-leaflet-pin span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #080706;
  font-size: .62rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.atlas-leaflet-pin.is-active,
.leaflet-marker-icon:hover .atlas-leaflet-pin,
.atlas-leaflet-pin:hover {
  transform: scale(1.18);
  box-shadow:
    0 0 0 1px rgba(255, 247, 232, .86),
    0 0 0 11px rgba(246, 214, 132, .18),
    0 16px 34px rgba(0, 0, 0, .38);
}

.atlas-leaflet-tooltip {
  border: 1px solid rgba(246, 214, 132, .24);
  color: var(--lux-ink);
  background: rgba(8, 7, 6, .88);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .34);
  font-family: var(--lux-sans);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.atlas-map-layer .leaflet-popup-content-wrapper,
.atlas-map-layer .leaflet-popup-tip {
  border: 1px solid rgba(246, 214, 132, .22);
  color: var(--lux-ink);
  background: rgba(8, 7, 6, .94);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .42);
}

.atlas-map-popup {
  min-width: 220px;
  display: grid;
  gap: .5rem;
}

.atlas-map-popup span {
  color: var(--lux-amber-light);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.atlas-map-popup strong {
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

.atlas-map-popup p {
  margin: 0;
  color: rgba(244, 239, 229, .72);
  font-size: .78rem;
  line-height: 1.35;
}

.atlas-map-popup a {
  width: fit-content;
  color: var(--lux-amber-light);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.home-page .atlas-hud {
  z-index: 4;
  top: clamp(1rem, 1.8vw, 1.6rem);
  left: clamp(1rem, 1.8vw, 1.6rem);
  right: auto;
  width: min(100% - 2rem, 520px);
  padding: .45rem;
  border: 1px solid rgba(246, 214, 132, .14);
  background: rgba(6, 6, 5, .48);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .32);
  backdrop-filter: blur(14px);
}

.home-page .atlas-control {
  min-height: 32px;
  border-color: rgba(246, 214, 132, .26);
  background: rgba(8, 7, 6, .7);
}

.home-page .distillery-card {
  display: grid;
  grid-template-rows: minmax(210px, .58fr) auto;
  align-self: stretch;
  min-height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(246, 214, 132, .18);
  background:
    linear-gradient(180deg, rgba(11, 8, 6, .92), rgba(8, 7, 6, .98)),
    radial-gradient(circle at 96% 10%, rgba(214, 178, 94, .16), transparent 15rem);
  overflow: hidden;
}

.home-page .distillery-card-media {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  background: rgba(8, 7, 6, .74);
}

.home-page .distillery-card-media img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  display: block;
  object-fit: cover;
  filter: saturate(.94) contrast(1.06) brightness(.72);
  transform: scale(1.03);
}

.home-page .distillery-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, .04), rgba(7, 6, 5, .55)),
    radial-gradient(circle at 22% 12%, rgba(246, 214, 132, .13), transparent 16rem);
}

.home-page .distillery-card-media span {
  position: absolute;
  left: clamp(1rem, 1.8vw, 1.35rem);
  bottom: clamp(1rem, 1.8vw, 1.35rem);
  z-index: 1;
  padding: .46rem .6rem;
  color: var(--lux-amber-light);
  border: 1px solid rgba(246, 214, 132, .2);
  background: rgba(7, 6, 5, .62);
  font-family: var(--lux-sans);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

.home-page .distillery-card-body {
  display: grid;
  align-content: start;
  gap: .75rem;
  padding: clamp(1.15rem, 2vw, 1.6rem);
}

.home-page .distillery-card-body > span {
  color: var(--lux-amber-light);
  font-family: var(--lux-sans);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-page .distillery-card-body strong {
  max-width: 10ch;
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(2.45rem, 3vw, 3.75rem);
  font-weight: 400;
  line-height: .9;
  letter-spacing: 0;
}

.home-page .distillery-card-body p {
  color: rgba(244, 239, 229, .74);
  font-size: .98rem;
  line-height: 1.55;
}

.home-page .distillery-card-products {
  display: grid;
  gap: .45rem;
  margin: .2rem 0 .35rem;
  padding: .8rem 0 0;
  border-top: 1px solid rgba(246, 214, 132, .14);
  list-style: none;
}

.home-page .distillery-card-products li {
  color: rgba(244, 239, 229, .82);
  font-size: .88rem;
  line-height: 1.35;
}

.home-page .distillery-card-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: .55rem;
  margin-top: .35rem;
}

.home-page .distillery-card-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8rem .9rem;
  border: 1px solid rgba(246, 214, 132, .34);
  color: var(--lux-ink);
  background: rgba(8, 7, 6, .72);
  font-family: var(--lux-sans);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.home-page .distillery-card-actions a:first-child {
  color: #080706;
  background: linear-gradient(135deg, #f0c65d 0%, #c89434 55%, #f0c65d 100%);
}

.home-page .distillery-card-actions a:hover {
  transform: translateY(-1px);
}

@media (max-width: 1120px) {
  .home-page .atlas-globe-heading {
    grid-template-columns: 1fr;
  }

  .home-page .atlas-globe-heading .region-tabs {
    justify-content: start;
  }

  .home-page .world-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-page .atlas-canvas-stage {
    min-height: clamp(500px, 72vw, 680px);
  }

  .home-page .distillery-card {
    min-height: 0;
    grid-template-columns: minmax(220px, .38fr) minmax(0, .62fr);
    grid-template-rows: auto;
  }

  .home-page .distillery-card-media,
  .home-page .distillery-card-media img {
    min-height: 260px;
  }

  .home-page .distillery-card-body strong {
    max-width: 14ch;
  }
}

@media (max-width: 720px) {
  .home-page .atlas-section {
    padding-top: 3.5rem;
  }

  .home-page .atlas-globe-shell {
    width: min(calc(100% - 1rem), 1500px);
    padding: .55rem;
  }

  .home-page .atlas-globe-heading {
    padding: .35rem .35rem .9rem;
  }

  .home-page .atlas-globe-heading strong {
    font-size: clamp(2.35rem, 14vw, 4rem);
  }

  .home-page .atlas-globe-heading .region-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .home-page .atlas-globe-heading .region-tabs::-webkit-scrollbar {
    display: none;
  }

  .home-page .world-panel {
    padding: .55rem;
    gap: .55rem;
  }

  .home-page .atlas-canvas-stage {
    min-height: 430px;
  }

  .home-page .atlas-canvas-stage.is-map-active.has-regional-notes .atlas-map-layer {
    right: clamp(.75rem, 1.15vw, 1.1rem);
    bottom: min(42%, 260px);
  }

  .home-page .atlas-canvas-stage.is-map-active.has-regional-notes .atlas-research-panel {
    top: auto;
    right: clamp(.75rem, 1.15vw, 1.1rem);
    bottom: clamp(.75rem, 1.15vw, 1.1rem);
    left: clamp(.75rem, 1.15vw, 1.1rem);
    width: auto;
    max-height: min(230px, 38%);
  }

  .home-page .atlas-hud {
    width: calc(100% - 1rem);
    top: .5rem;
    left: .5rem;
    gap: .3rem;
  }

  .home-page .atlas-control {
    min-height: 30px;
    padding: .45rem .5rem;
    font-size: .62rem;
  }

  .home-page .distillery-card {
    grid-template-columns: 1fr;
  }

  .home-page .distillery-card-media,
  .home-page .distillery-card-media img {
    min-height: 230px;
  }

  .home-page .distillery-card-body {
    padding: 1rem;
  }

  .home-page .distillery-card-body strong {
    max-width: 12ch;
    font-size: clamp(2.25rem, 12vw, 3.25rem);
  }
}

.home-page .atlas-stats {
  position: relative;
  z-index: 2;
  gap: .65rem;
  margin-top: .85rem;
  border: 0;
  background: transparent;
}

.home-page .atlas-stats div {
  min-height: 96px;
  border: 1px solid rgba(246, 214, 132, .15);
  background:
    linear-gradient(180deg, rgba(214, 178, 94, .08), rgba(214, 178, 94, .02)),
    rgba(7, 6, 5, .5);
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 232, .04),
    0 18px 46px rgba(0, 0, 0, .24);
}

.passport-signup-panel {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: minmax(350px, .72fr) minmax(0, 1.28fr);
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--lux-line-soft);
  background:
    radial-gradient(circle at 80% 10%, rgba(214, 178, 94, .14), transparent 24rem),
    linear-gradient(135deg, rgba(42, 23, 16, .54), rgba(8, 7, 6, .94));
}

.passport-signup-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
}

.passport-signup-copy h2 {
  max-width: 760px;
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(3rem, 4.9vw, 5.8rem);
  font-weight: 400;
  line-height: .92;
}

.passport-signup-copy p:not(.folio) {
  max-width: 620px;
  color: var(--lux-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.passport-auth-card {
  width: min(100%, 520px);
  display: grid;
  gap: .75rem;
  margin-top: .5rem;
}

.passport-auth-card label {
  color: var(--lux-gold-soft);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.passport-auth-card input {
  width: 100%;
  min-height: 54px;
  padding: 0 1rem;
  border: 1px solid rgba(244, 239, 229, .14);
  border-radius: 0;
  background: rgba(8, 7, 6, .66);
  color: var(--lux-ink);
  font: inherit;
  outline: none;
}

.passport-auth-card input::placeholder {
  color: rgba(244, 239, 229, .38);
}

.passport-auth-card input:focus {
  border-color: rgba(246, 214, 132, .52);
  box-shadow: 0 0 0 1px rgba(246, 214, 132, .18);
}

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

.passport-signup-levels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--lux-line-soft);
  border-left: 1px solid var(--lux-line-soft);
}

.passport-level-card {
  position: relative;
  min-height: 178px;
  display: grid;
  align-content: center;
  gap: .45rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-right: 1px solid var(--lux-line-soft);
  border-bottom: 1px solid var(--lux-line-soft);
  background: rgba(8, 7, 6, .28);
  overflow: hidden;
}

.passport-level-card::before,
.passport-level-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.passport-level-card::before {
  background-image: var(--passport-card-image);
  background-size: cover;
  background-position: center;
  opacity: .28;
  filter: saturate(.96) contrast(1.04) brightness(.82);
  transform: scale(1.04);
}

.passport-level-card::after {
  background:
    linear-gradient(90deg, rgba(8, 7, 6, .78), rgba(8, 7, 6, .46)),
    radial-gradient(circle at 90% 10%, rgba(214, 178, 94, .14), transparent 16rem);
}

.passport-level-news {
  --passport-card-image: url("assets/photos/performance/whiskey-house-rules-card.jpg");
}

.passport-level-news::before {
  opacity: .44;
  filter: saturate(1.08) contrast(1.02) brightness(1);
}

.passport-level-journal {
  --passport-card-image: url("assets/photos/performance/passport-journal-card.jpg");
}

.passport-level-rare {
  --passport-card-image: url("assets/photos/performance/rare-pour-access-card.jpg");
}

.passport-level-founder {
  --passport-card-image: url("assets/photos/performance/founders-table-card.jpg");
}

.passport-level-journal::before,
.passport-level-rare::before,
.passport-level-founder::before {
  opacity: .42;
  filter: saturate(1.06) contrast(1.02) brightness(.98);
}

.passport-signup-levels span {
  position: relative;
  z-index: 1;
  color: var(--lux-gold-soft);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.passport-signup-levels strong {
  position: relative;
  z-index: 1;
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.05;
}

.passport-signup-levels em {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 28rem;
  color: rgba(245, 240, 230, .82);
  font-size: .92rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-body .site-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(210px, .5fr) minmax(260px, .8fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.4rem);
  padding: clamp(1.2rem, 2.4vw, 2rem) clamp(1rem, 3vw, 3rem);
  border-top: 1px solid rgba(214, 178, 94, .2);
  background:
    linear-gradient(180deg, rgba(13, 10, 7, .92), rgba(6, 5, 4, .98)),
    #070605;
}

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

.footer-brand img {
  width: min(100%, 220px);
  height: auto;
  display: block;
  filter: saturate(1.25) contrast(1.08) brightness(1.12);
}

.footer-details {
  display: grid;
  gap: .32rem;
}

.footer-details span {
  color: var(--lux-gold-soft);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer-details strong {
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(1.35rem, 2vw, 2.05rem);
  font-weight: 400;
  line-height: 1;
}

.footer-details a {
  color: rgba(244, 239, 229, .64);
  font-size: .88rem;
  text-decoration: none;
}

.footer-details small {
  max-width: 560px;
  color: rgba(244, 239, 229, .52);
  font-size: .78rem;
  line-height: 1.5;
}

.home-body .site-footer nav {
  display: flex;
  justify-content: center;
  gap: clamp(.55rem, 1.6vw, 1.15rem);
}

.home-body .site-footer nav a {
  color: rgba(244, 239, 229, .68);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-body .site-footer nav a:hover,
.footer-details a:hover {
  color: var(--lux-ink);
}

.footer-reserve {
  min-width: 132px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: .85rem 1.25rem;
  border: 1px solid rgba(246, 214, 132, .42);
  background: linear-gradient(135deg, #f0c65d 0%, #c89434 52%, #f0c65d 100%);
  color: #080604;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-page .home-resource-grid {
  display: block;
  width: min(100%, 1440px);
  padding-top: clamp(2.5rem, 5vw, 5rem);
  overflow: hidden;
}

.home-page .home-resource-grid .section-intro {
  max-width: 720px;
  margin-bottom: clamp(1rem, 2vw, 1.75rem);
  margin-inline: max(1rem, calc((100vw - 1320px) / 2));
}

.story-rail {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-top: 1px solid var(--lux-line-soft);
  border-bottom: 1px solid var(--lux-line-soft);
  cursor: grab;
  overscroll-behavior-x: contain;
  scroll-behavior: auto;
  scrollbar-color: rgba(214, 178, 94, .58) rgba(244, 239, 229, .08);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.story-rail:focus-visible {
  outline: 1px solid rgba(246, 214, 132, .5);
  outline-offset: 4px;
}

.story-rail.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.story-rail::-webkit-scrollbar {
  height: 8px;
}

.story-rail::-webkit-scrollbar-track {
  background: rgba(244, 239, 229, .08);
}

.story-rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(214, 178, 94, .58);
}

.story-rail::-webkit-scrollbar-thumb:hover {
  background: rgba(246, 214, 132, .78);
}

.story-rail::before,
.story-rail::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(.85rem, 3vw, 3.5rem);
  pointer-events: none;
}

.story-rail::before {
  left: 0;
  background: linear-gradient(90deg, var(--lux-bg), rgba(8, 7, 6, 0));
}

.story-rail::after {
  right: 0;
  background: linear-gradient(270deg, var(--lux-bg), rgba(8, 7, 6, 0));
}

.story-track {
  display: flex;
  width: max-content;
  animation: none;
  transform: none;
  will-change: scroll-position;
}

.home-page .home-resource-grid .story-card {
  flex: 0 0 clamp(290px, 27vw, 430px);
  display: grid;
  align-content: start;
  grid-template-rows: auto auto auto 1fr auto;
  gap: .65rem;
  min-height: 0;
  margin: 0;
  padding: 0 0 1.15rem;
  border: 0;
  border-right: 1px solid var(--lux-line-soft);
  background: rgba(12, 11, 9, .74);
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: background .25s ease, box-shadow .25s ease;
}

.home-page .home-resource-grid .story-card:hover {
  background: rgba(21, 18, 14, .88);
  box-shadow: inset 0 0 0 1px rgba(214, 178, 94, .24);
}

.home-page .home-resource-grid .story-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(.94) contrast(1.04) brightness(.9);
  border-bottom: 1px solid var(--lux-line-soft);
}

.home-page .home-resource-grid .story-card span,
.home-page .home-resource-grid .story-card strong,
.home-page .home-resource-grid .story-card p,
.home-page .home-resource-grid .story-card em {
  margin-inline: 1rem;
}

.home-page .home-resource-grid .story-card span {
  color: var(--lux-gold-soft);
  font-family: var(--lux-sans);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-page .home-resource-grid .story-card strong {
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  font-weight: 400;
  line-height: 1;
}

.home-page .home-resource-grid .story-card p {
  color: var(--lux-muted);
  font-size: .94rem;
  line-height: 1.45;
}

.home-page .home-resource-grid .story-card em {
  align-self: end;
  color: var(--lux-gold-soft);
  font-style: normal;
  font-weight: 800;
  margin-bottom: 0;
  text-decoration: none;
}

.story-detail-page {
  padding-top: var(--header-height);
}

.story-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  min-height: calc(100svh - var(--header-height));
  border-bottom: 1px solid var(--lux-line-soft);
  background: var(--lux-bg);
}

.story-detail-hero img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  filter: saturate(.94) contrast(1.04) brightness(.8);
}

.story-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.15rem;
  padding: clamp(2rem, 6vw, 6rem);
  border-left: 1px solid var(--lux-line-soft);
  background:
    linear-gradient(90deg, rgba(8, 7, 6, .8), rgba(8, 7, 6, .94)),
    url("assets/patterns/barnetts-wallpaper-step-repeat-gold.png");
  background-size: auto, 220px auto;
}

.story-detail-copy h1 {
  max-width: 820px;
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(3.1rem, 7vw, 7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .9;
}

.story-detail-copy p:not(.kicker) {
  max-width: 640px;
  color: var(--lux-muted);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.65;
}

@keyframes storyRail {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-rail {
    overflow-x: auto;
  }

  .story-track {
    animation: none;
  }
}

.home-contact-section {
  width: min(calc(100% - 2rem), 1320px);
  margin: 0 auto;
  padding: clamp(5rem, 8vw, 8rem) 0;
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  border-top: 1px solid var(--lux-line-soft);
}

.contact-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
}

.contact-copy h2 {
  max-width: 620px;
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(3.2rem, 6vw, 6.5rem);
  font-weight: 400;
  line-height: .92;
}

.contact-copy p {
  max-width: 520px;
  color: var(--lux-muted);
  line-height: 1.72;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.contact-details {
  display: grid;
  gap: .85rem;
  margin: 1.25rem 0 0;
}

.contact-details div {
  padding-top: .85rem;
  border-top: 1px solid var(--lux-line-soft);
}

.contact-details dt {
  color: var(--lux-gold-soft);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-details dd {
  margin: .35rem 0 0;
  color: var(--lux-ink);
}

.contact-details a {
  color: inherit;
}

.contact-map {
  position: relative;
  min-height: 520px;
  border: 1px solid var(--lux-line);
  background: #0c0b09;
  overflow: hidden;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: saturate(.94) contrast(1.02);
}

.map-directions-card {
  position: absolute;
  left: clamp(1rem, 2vw, 1.35rem);
  bottom: clamp(1rem, 2vw, 1.35rem);
  z-index: 2;
  width: min(calc(100% - 2rem), 360px);
  display: grid;
  gap: .42rem;
  padding: 1rem;
  border: 1px solid rgba(246, 214, 132, .28);
  background: rgba(7, 6, 5, .9);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .42);
  backdrop-filter: blur(14px);
}

.map-directions-card span {
  color: var(--lux-gold-soft);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.map-directions-card strong {
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 400;
  line-height: 1;
}

.map-directions-card a {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: .25rem;
  padding: .74rem 1rem;
  border: 1px solid rgba(246, 214, 132, .42);
  background: linear-gradient(135deg, #f0c65d 0%, #c89434 52%, #f0c65d 100%);
  color: #080604;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .home-body .site-header {
    grid-template-columns: minmax(220px, auto) 1fr auto;
  }

  .home-body .site-nav {
    justify-content: center;
    gap: clamp(1rem, 2.4vw, 2.2rem);
    overflow: visible;
    scrollbar-width: none;
  }

  .home-body .site-nav::-webkit-scrollbar {
    display: none;
  }

  .home-page .portal-actions,
  .dining-table-actions {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .home-body .site-footer {
    grid-template-columns: minmax(210px, .65fr) minmax(0, 1fr);
  }

  .home-body .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .home-body .site-header {
    min-height: 112px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand reserve"
      "nav nav";
    gap: .75rem 1rem;
    padding: .8rem 1rem .7rem;
  }

  .home-body .brand-mark {
    grid-area: brand;
    width: min(100%, 238px);
  }

  .home-body .brand-mark img {
    height: 60px;
    max-width: 100%;
  }

  .home-body .site-nav {
    grid-area: nav;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    gap: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .home-body .site-nav a {
    font-size: .64rem;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(215, 174, 102, .12);
  }

  .home-body .header-actions {
    grid-area: reserve;
  }

  .home-body .site-header .reserve-link {
    min-height: 42px;
    min-width: 96px;
    padding: .7rem .8rem;
    font-size: .64rem;
  }

  .home-page .portal-section {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .home-page .portal-photo {
    min-height: 44svh;
  }

  .home-page .portal-copy {
    padding: 3.2rem 1rem 4rem;
  }

  .home-page .portal-copy h1 {
    font-size: clamp(3rem, 13vw, 5rem);
  }

  .home-dining-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .dining-photo {
    min-height: 58svh;
  }

  .dining-copy {
    padding: 3.5rem 1rem 4rem;
    border-left: 0;
  }

  .dining-copy h2 {
    font-size: clamp(3rem, 12.5vw, 5.2rem);
  }

  .dining-table-actions {
    grid-template-columns: 1fr;
    width: min(100%, 420px);
  }

  .dining-copy .home-menu-route {
    grid-template-columns: 1fr;
  }

  .passport-signup-panel {
    grid-template-columns: 1fr;
  }

  .passport-signup-levels {
    grid-template-columns: 1fr;
  }

  .passport-cta-row {
    grid-template-columns: 1fr;
  }

  .home-page .home-resource-grid {
    width: 100%;
  }

  .home-page .home-resource-grid .section-intro {
    margin-inline: 1rem;
  }

  .home-page .home-resource-grid .story-card {
    flex-basis: min(84vw, 360px);
  }

  .home-contact-section {
    grid-template-columns: 1fr;
  }

  .contact-map {
    min-height: 420px;
  }

  .map-directions-card {
    position: static;
    width: 100%;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  .home-page .atlas-website-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .atlas-research-panel ul {
    grid-template-columns: 1fr;
  }

  .atlas-website-gateway {
    min-height: 340px;
  }

  .home-body .site-footer {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.4rem 1rem 2rem;
  }

  .home-body .site-footer nav {
    justify-content: flex-start;
  }

  .footer-reserve {
    width: min(100%, 260px);
  }
}

/* Shared launch shell: one header/footer system across every page. */
:root {
  --shell-pad: clamp(1rem, 2.4vw, 2.5rem);
}

.site-header {
  min-height: 86px;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr) auto;
  gap: clamp(1rem, 2vw, 1.75rem);
  padding: 0 var(--shell-pad);
  border-bottom: 1px solid rgba(214, 178, 94, .24);
  background:
    linear-gradient(180deg, rgba(13, 9, 5, .99), rgba(5, 5, 4, .98)),
    #060504;
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  min-height: 74px;
  background:
    linear-gradient(180deg, rgba(13, 9, 5, .99), rgba(5, 5, 4, .98)),
    #060504;
}

.brand-mark,
.home-body .brand-mark {
  width: min(100%, 230px);
  min-width: 0;
  display: flex;
  align-items: center;
}

.brand-mark img,
.home-body .brand-mark img {
  width: auto;
  height: clamp(58px, 5vw, 72px);
  max-width: 100%;
  display: block;
  filter: saturate(1.28) contrast(1.12) brightness(1.16);
}

.site-nav,
.home-body .site-nav {
  min-height: 54px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: clamp(1.7rem, 4.4vw, 5.6rem);
  width: 100%;
  padding: 0 clamp(1rem, 2vw, 2rem);
  background: linear-gradient(180deg, rgba(22, 15, 10, .82), rgba(10, 8, 6, .94));
  box-shadow:
    inset 0 1px 0 rgba(214, 178, 94, .22),
    inset 0 -1px 0 rgba(214, 178, 94, .18);
}

.site-nav a,
.home-body .site-nav a {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85rem .4rem;
  color: rgba(244, 239, 229, .78);
  font-family: var(--lux-sans);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.home-body .site-nav a:hover,
.home-body .site-nav a[aria-current="page"] {
  color: var(--lux-ink);
  background: transparent;
}

.header-actions,
.home-body .header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.passport-trigger,
.menu-toggle,
.mobile-nav,
.home-body .passport-trigger,
.home-body .menu-toggle,
.home-body .mobile-nav {
  display: none !important;
}

.site-header .reserve-link,
.home-body .site-header .reserve-link {
  position: static;
  z-index: 1;
  min-width: 116px;
  min-height: 48px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.35rem;
  border: 1px solid rgba(255, 220, 152, .48);
  border-radius: 0;
  background: linear-gradient(135deg, #f0c65d 0%, #c89434 52%, #f0c65d 100%);
  box-shadow: none;
  color: #090705;
  font-family: var(--lux-sans);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.sticky-reserve-button,
.home-body .sticky-reserve-button {
  display: none !important;
}

.site-footer,
.home-body .site-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.4rem);
  padding: clamp(1.35rem, 2.4vw, 2rem) var(--shell-pad) clamp(1.8rem, 3vw, 3rem);
  border-top: 1px solid rgba(214, 178, 94, .22);
  background:
    linear-gradient(180deg, rgba(13, 10, 7, .94), rgba(6, 5, 4, .99)),
    #070605;
}

.footer-brand {
  display: none !important;
}

.footer-details {
  display: grid;
  gap: .32rem;
  justify-items: start;
}

.footer-details span {
  color: var(--lux-gold-soft);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer-details strong {
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(1.25rem, 1.8vw, 1.85rem);
  font-weight: 400;
  line-height: 1;
}

.footer-details a {
  color: rgba(244, 239, 229, .64);
  font-size: .88rem;
  text-decoration: none;
}

.site-footer nav,
.home-body .site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(.7rem, 1.8vw, 1.8rem);
}

.site-footer nav a,
.home-body .site-footer nav a {
  padding: .5rem .15rem;
  color: rgba(244, 239, 229, .68);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer nav a:hover,
.footer-details a:hover {
  color: var(--lux-ink);
}

.footer-reserve {
  min-width: 116px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.25rem;
  border: 1px solid rgba(246, 214, 132, .42);
  background: linear-gradient(135deg, #f0c65d 0%, #c89434 52%, #f0c65d 100%);
  color: #080604;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .site-header,
  .home-body .site-header {
    grid-template-columns: minmax(170px, 220px) minmax(0, 1fr) auto;
  }

  .site-nav,
  .home-body .site-nav {
    gap: clamp(.8rem, 2.6vw, 2.1rem);
  }

  .site-footer,
  .home-body .site-footer {
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1fr);
  }

  .footer-reserve {
    width: min(100%, 220px);
  }
}

@media (max-width: 900px) {
  .site-header,
  .home-body .site-header {
    min-height: 116px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand reserve"
      "nav nav";
    gap: .75rem 1rem;
    padding: .78rem var(--shell-pad) .7rem;
  }

  .brand-mark,
  .home-body .brand-mark {
    grid-area: brand;
    width: min(100%, 230px);
  }

  .brand-mark img,
  .home-body .brand-mark img {
    height: 58px;
  }

  .site-nav,
  .home-body .site-nav {
    grid-area: nav;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    min-height: 0;
    padding: 0;
    background: rgba(9, 7, 5, .72);
  }

  .site-nav a,
  .home-body .site-nav a {
    min-height: 34px;
    padding: .55rem .2rem;
    border-top: 1px solid rgba(215, 174, 102, .14);
    font-size: .62rem;
    letter-spacing: .08em;
  }

  .header-actions,
  .home-body .header-actions {
    grid-area: reserve;
  }

  .site-header .reserve-link,
  .home-body .site-header .reserve-link {
    min-width: 96px;
    min-height: 42px;
    padding: .75rem .95rem;
  }

  .site-footer,
  .home-body .site-footer {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 1rem;
    padding: 1.4rem var(--shell-pad) 2rem;
  }

  .site-footer nav,
  .home-body .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .site-header,
  .home-body .site-header {
    min-height: 138px;
  }

  .brand-mark,
  .home-body .brand-mark {
    width: min(100%, 190px);
  }

  .brand-mark img,
  .home-body .brand-mark img {
    height: 50px;
  }

  .site-nav a,
  .home-body .site-nav a {
    font-size: .58rem;
    letter-spacing: .05em;
  }
}

/* Homepage entrance: make the building the whole invitation. */
.home-page .portal-section {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(8.5rem, 14svh, 11rem) var(--shell-pad) clamp(4rem, 8svh, 6rem);
  background: #070605;
  text-align: center;
}

.home-page .portal-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.home-page .portal-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
  filter: saturate(.98) contrast(1.06) brightness(.78);
  transform: scale(1.035);
}

.home-page .portal-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  background:
    radial-gradient(ellipse at center, rgba(7, 6, 5, .24), rgba(7, 6, 5, .48) 48%, rgba(7, 6, 5, .78) 100%),
    linear-gradient(90deg, rgba(7, 6, 5, .52), rgba(7, 6, 5, .1) 34%, rgba(7, 6, 5, .18) 66%, rgba(7, 6, 5, .58)),
    linear-gradient(180deg, rgba(7, 6, 5, .28), rgba(7, 6, 5, .04) 42%, rgba(7, 6, 5, .68));
  pointer-events: none;
}

.home-page .portal-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  display: block;
  height: 28%;
  background: linear-gradient(180deg, rgba(7, 6, 5, 0), #070605);
  pointer-events: none;
}

.home-page .portal-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  max-width: 760px;
  min-height: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1.05rem;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
  text-align: center;
}

.home-page .portal-copy::before {
  display: none;
}

.home-page .portal-copy .kicker {
  color: var(--lux-gold-soft);
  text-shadow: 0 2px 22px rgba(0, 0, 0, .78);
}

.home-page .portal-copy h1 {
  max-width: 760px;
  margin: 0 auto;
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(4.25rem, 7.2vw, 7.8rem);
  font-weight: 400;
  line-height: .86;
  text-shadow: 0 3px 34px rgba(0, 0, 0, .88);
  text-wrap: balance;
}

.home-page .portal-copy h1 span {
  display: block;
}

.home-page .portal-copy p:not(.kicker) {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(244, 239, 229, .84);
  font-size: clamp(1rem, 1.12vw, 1.15rem);
  font-weight: 300;
  line-height: 1.64;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .82);
}

.home-page .portal-actions {
  width: min(100%, 590px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: .65rem;
  margin: .3rem auto 0;
}

.home-page .portal-actions .button {
  min-width: 0;
  justify-content: center;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .home-page .portal-section {
    min-height: 100svh;
    padding: 11.5rem 1rem 4rem;
  }

  .home-page .portal-photo img {
    object-position: center center;
  }

  .home-page .portal-copy {
    width: min(100%, 680px);
  }

  .home-page .portal-copy h1 {
    font-size: clamp(3.4rem, 13vw, 5.6rem);
  }

  .home-page .portal-actions {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
  }
}

@media (max-width: 520px) {
  .home-page .portal-section {
    padding-top: 10.25rem;
  }

  .home-page .portal-copy {
    gap: .9rem;
  }

  .home-page .portal-copy h1 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .home-page .portal-copy p:not(.kicker) {
    font-size: .98rem;
    line-height: 1.56;
  }
}

/* Dining doorway: keep the photo clean, give the copy panel quiet depth. */
.home-page .home-dining-section {
  background:
    linear-gradient(90deg, rgba(7, 6, 5, 0) 0 54%, rgba(9, 7, 5, .92) 54% 100%),
    #080706;
}

.home-page .dining-copy {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100svh;
  justify-items: center;
  text-align: center;
  border-left: 1px solid rgba(214, 178, 94, .16);
  background:
    radial-gradient(ellipse at 0% 42%, rgba(214, 178, 94, .12), rgba(214, 178, 94, 0) 42%),
    radial-gradient(ellipse at 72% 20%, rgba(244, 239, 229, .052), rgba(244, 239, 229, 0) 46%),
    linear-gradient(120deg, rgba(54, 32, 20, .32), rgba(8, 7, 6, .88) 42%, rgba(5, 5, 4, .98)),
    #080706;
  box-shadow:
    inset 1px 0 0 rgba(246, 214, 132, .07),
    inset 0 1px 0 rgba(246, 214, 132, .035),
    -38px 0 78px rgba(0, 0, 0, .36);
}

.home-page .dining-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("assets/patterns/barnetts-wallpaper-step-repeat-gold.png");
  background-position: center;
  background-repeat: repeat;
  background-size: clamp(390px, 38vw, 620px) auto;
  opacity: .68;
  pointer-events: none;
}

.home-page .dining-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 35% 24%, rgba(8, 7, 6, .24), rgba(8, 7, 6, .74) 56%, rgba(8, 7, 6, .92)),
    linear-gradient(90deg, rgba(246, 214, 132, .14), rgba(246, 214, 132, 0) 1px),
    linear-gradient(180deg, rgba(246, 214, 132, .022), rgba(246, 214, 132, 0) 26%),
    linear-gradient(270deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, 0) 48%);
  box-shadow: inset 0 0 130px rgba(0, 0, 0, .34);
  pointer-events: none;
}

.home-page .dining-copy .folio,
.home-page .dining-copy h2,
.home-page .dining-table-actions {
  position: relative;
  z-index: 1;
}

.home-page .dining-copy h2 {
  margin-right: auto;
  margin-left: auto;
  text-shadow: 0 3px 30px rgba(0, 0, 0, .72);
}

.home-page .dining-table-actions {
  justify-self: center;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  gap: .72rem;
}

@media (max-width: 900px) {
  .home-page .home-dining-section {
    background: #090807;
  }

  .home-page .dining-copy {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid rgba(214, 178, 94, .18);
    box-shadow:
      inset 0 1px 0 rgba(246, 214, 132, .08),
      0 -28px 62px rgba(0, 0, 0, .36);
  }

  .home-page .dining-copy::before {
    background-size: 420px auto;
    opacity: .54;
  }
}

.passport-coming-soon-page {
  min-height: 100svh;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(214, 178, 94, .1), rgba(214, 178, 94, 0) 42%),
    linear-gradient(180deg, rgba(13, 9, 5, .96), rgba(5, 5, 4, .98)),
    #070605;
}

.passport-coming-soon {
  position: relative;
  width: min(calc(100% - 2rem), 1120px);
  min-height: 82svh;
  margin-inline: auto;
  display: grid;
  place-items: center;
  padding: clamp(8rem, 13svh, 11rem) 0 clamp(4rem, 8svh, 6rem);
  overflow: hidden;
  text-align: center;
}

.passport-coming-soon::before {
  content: "";
  position: absolute;
  inset: clamp(5rem, 8vw, 8rem) 0 clamp(2rem, 5vw, 4rem);
  z-index: 0;
  background-image: url("assets/patterns/barnetts-wallpaper-step-repeat-gold.png");
  background-position: center;
  background-repeat: repeat;
  background-size: clamp(360px, 38vw, 620px) auto;
  opacity: .22;
  pointer-events: none;
}

.passport-coming-soon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at center, rgba(7, 6, 5, .42), rgba(7, 6, 5, .78) 58%, rgba(7, 6, 5, .95)),
    linear-gradient(180deg, rgba(7, 6, 5, .2), rgba(7, 6, 5, .9));
  pointer-events: none;
}

.passport-coming-soon-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 820px);
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.passport-coming-soon h1 {
  max-width: 860px;
  color: var(--lux-ink);
  font-family: var(--lux-serif);
  font-size: clamp(4rem, 8vw, 8.2rem);
  font-weight: 400;
  line-height: .88;
  text-wrap: balance;
}

.passport-coming-soon p:not(.folio):not(.kicker) {
  max-width: 680px;
  color: rgba(244, 239, 229, .76);
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.7;
}

.passport-coming-soon-actions {
  width: min(100%, 620px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .72rem;
  margin-top: .35rem;
}

.passport-coming-soon-actions .button {
  min-width: 0;
  justify-content: center;
  white-space: nowrap;
}

.coming-soon-form {
  width: min(100%, 620px);
  display: grid;
  gap: .65rem;
  margin-top: 1rem;
}

.coming-soon-form label {
  color: var(--lux-gold-soft);
  font-family: var(--lux-sans);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.coming-soon-form div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .65rem;
}

.coming-soon-form input {
  min-height: 48px;
  width: 100%;
  border: 1px solid rgba(214, 178, 94, .26);
  background: rgba(5, 5, 4, .72);
  color: var(--lux-ink);
  padding: .85rem 1rem;
}

.coming-soon-form input::placeholder {
  color: rgba(244, 239, 229, .42);
}

@media (max-width: 760px) {
  .story-detail-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .story-detail-hero img {
    min-height: 340px;
    aspect-ratio: 16 / 11;
  }

  .story-detail-copy {
    min-height: auto;
    padding: 2rem 1rem 5rem;
    border-left: 0;
    border-top: 1px solid var(--lux-line-soft);
  }

  .story-detail-copy h1 {
    font-size: clamp(3rem, 13vw, 4.8rem);
  }

  .story-detail-copy .portal-actions {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
  }

  .passport-coming-soon {
    min-height: 84svh;
    padding: 9.5rem 1rem 5.25rem;
  }

  .passport-coming-soon h1 {
    font-size: clamp(3.25rem, 13vw, 5rem);
  }

  .passport-coming-soon-actions {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
  }

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

html {
  background: var(--lux-bg);
}
