:root {
  --black: #050504;
  --black-2: #090806;
  --ink: #11100d;
  --glass: rgba(14, 13, 11, 0.72);
  --glass-strong: rgba(18, 15, 11, 0.9);
  --white: #f8f2e8;
  --soft: #d5cab9;
  --muted: #a99d8d;
  --gold: #d6ad55;
  --gold-soft: #f0d98f;
  --gold-dark: #8b6427;
  --line: rgba(214, 173, 85, 0.24);
  --line-strong: rgba(240, 217, 143, 0.48);
  --shadow: 0 36px 110px rgba(0, 0, 0, 0.52);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.a11y-font-1 {
  font-size: 112%;
}

html.a11y-font-2 {
  font-size: 124%;
}

html.a11y-readable-font body {
  font-family: Arial, "Heebo", sans-serif;
}

html.a11y-underline-links a:not(.action-pill):not(.redeem-button):not(.service-row):not(.mobile-sticky a) {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

html.a11y-high-contrast {
  --black: #000;
  --black-2: #000;
  --glass: rgba(0, 0, 0, 0.92);
  --glass-strong: #000;
  --white: #fff;
  --soft: #fff;
  --muted: #f3e7c8;
  --gold: #ffd65a;
  --gold-soft: #ffe68a;
  --gold-dark: #b88a16;
  --line: rgba(255, 230, 138, 0.62);
  --line-strong: rgba(255, 230, 138, 0.88);
}

html.a11y-high-contrast img {
  filter: contrast(1.08);
}

html.a11y-reduce-motion *,
html.a11y-reduce-motion *::before,
html.a11y-reduce-motion *::after {
  scroll-behavior: auto !important;
  transition-duration: 0.01ms !important;
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: "Heebo", Arial, sans-serif;
  letter-spacing: 0;
}

body::selection {
  background: rgba(214, 173, 85, 0.34);
}

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

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

svg {
  width: 1.12em;
  height: 1.12em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.sprite {
  display: none;
}

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 14px 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 5, 4, 0.7);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 12px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.48), rgba(22, 16, 8, 0.24));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.brand img {
  width: 174px;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.42));
}

.topnav {
  display: flex;
  justify-content: center;
  gap: 36px;
  color: var(--soft);
  font-size: 0.95rem;
}

.topnav a,
.top-call {
  transition: color 200ms ease, border-color 200ms ease, background 200ms ease;
}

.topnav a:hover,
.top-call:hover {
  color: var(--gold-soft);
}

.top-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  color: var(--white);
  font-weight: 700;
}

.moment {
  position: relative;
  padding: 96px 64px;
  scroll-margin-top: 86px;
}

.hero {
  min-height: 84svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  padding-top: 122px;
  padding-bottom: 56px;
}

.hero::after,
.privileges::before,
.service-concierge::before {
  content: "";
  position: absolute;
  inset: auto 64px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 217, 143, 0.36), transparent);
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: -5% 0;
  z-index: -3;
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.04);
  will-change: transform;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.74) contrast(1.1) brightness(0.55);
}

.hero-veil {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 4, 0.08) 0%, rgba(5, 5, 4, 0.58) 43%, rgba(5, 5, 4, 0.96) 100%),
    linear-gradient(180deg, rgba(5, 5, 4, 0.12) 0%, rgba(5, 5, 4, 0.36) 45%, #050504 100%);
}

.hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.78fr);
  align-items: end;
  gap: 56px;
  width: min(1320px, 100%);
  margin-inline: auto;
}

.hero-copy-block {
  max-width: 790px;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--gold-soft);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: 4rem;
  line-height: 0.96;
  font-weight: 900;
}

.vip-line {
  display: block;
}

.hero-copy {
  max-width: 720px;
  margin-bottom: 32px;
  color: var(--soft);
  font-size: 1.2rem;
  line-height: 1.8;
}

.concierge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.action-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.045);
  color: var(--white);
  font-weight: 800;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, color 220ms ease;
}

.action-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.14) 48%, transparent 72%);
  transform: translateX(110%);
  transition: transform 700ms ease;
}

.action-pill:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  color: var(--gold-soft);
}

.action-pill:hover::before {
  transform: translateX(-110%);
}

.action-pill.primary {
  border-color: rgba(240, 217, 143, 0.55);
  background: linear-gradient(135deg, #f2da92 0%, #c39543 48%, #8c6426 100%);
  color: #141009;
}

.vip-pass-wrap {
  perspective: 1000px;
  width: min(560px, 100%);
}

.vip-pass {
  --rx: 0deg;
  --ry: 0deg;
  --mx: 50%;
  --my: 50%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: clamp(18px, 3vw, 28px);
  background: rgba(8, 6, 3, 0.58);
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(240, 217, 143, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transform: rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform 180ms ease, box-shadow 220ms ease;
}

.vip-pass::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.vip-pass::before {
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255, 255, 255, 0.22), transparent 18%),
    linear-gradient(115deg, transparent 21%, rgba(255, 255, 255, 0.2) 44%, transparent 58%);
  opacity: 0.3;
  mix-blend-mode: screen;
}

.pass-glare {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(96deg, transparent 8%, rgba(255, 255, 255, 0.16) 46%, transparent 68%);
  opacity: 0.34;
  pointer-events: none;
}

.pass-card-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 875 / 546;
  object-fit: cover;
  border-radius: inherit;
  transform: translateZ(12px);
  user-select: none;
}

.pass-caption {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.9rem;
}

.section-kicker {
  width: min(850px, 100%);
  margin-bottom: 42px;
}

.section-kicker h2,
.story-content h2,
.vip-cta h2 {
  margin-bottom: 16px;
  font-size: 3.35rem;
  line-height: 1.06;
  font-weight: 900;
}

.section-kicker p,
.story-content p,
.vip-cta p {
  max-width: 740px;
  color: var(--soft);
  font-size: 1.12rem;
  line-height: 1.82;
}

.privileges {
  background:
    linear-gradient(180deg, #050504 0%, #0a0907 56%, #050504 100%);
}

.benefit-console {
  width: min(1260px, 100%);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(240, 217, 143, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  box-shadow: var(--shadow);
}

.benefit-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 132px;
  padding: 28px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 5, 4, 0.4);
}

.benefit-status > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px 12px;
}

.status-dot {
  width: 10px;
  height: 10px;
  background: var(--gold-soft);
  box-shadow: 0 0 18px rgba(240, 217, 143, 0.72);
}

.benefit-status p {
  margin: 0;
  color: var(--gold-soft);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.benefit-status strong {
  grid-column: 2;
  font-size: 1.8rem;
  line-height: 1.18;
}

.benefit-status > span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.benefit-panels {
  display: grid;
}

.benefit-panel {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 156px;
  padding: 28px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.022);
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.benefit-panel:last-child {
  border-bottom: 0;
}

.benefit-panel:hover {
  transform: translateY(-2px);
  border-color: var(--line);
  background: rgba(214, 173, 85, 0.055);
}

.benefit-panel.featured {
  min-height: 190px;
  background:
    linear-gradient(90deg, rgba(214, 173, 85, 0.13), transparent 48%),
    rgba(255, 255, 255, 0.035);
}

.benefit-number {
  color: var(--gold-soft);
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 900;
}

.benefit-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 8px;
}

.benefit-heading span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(240, 217, 143, 0.26);
  color: var(--gold-soft);
  background: rgba(214, 173, 85, 0.06);
  font-size: 0.78rem;
  font-weight: 900;
}

.benefit-heading h3 {
  margin: 0;
  font-size: 1.58rem;
  line-height: 1.2;
}

.benefit-panel.featured .benefit-heading h3 {
  font-size: 2.05rem;
}

.benefit-body p {
  margin: 0 0 16px;
  color: var(--soft);
  line-height: 1.65;
}

.benefit-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.benefit-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.028);
  font-size: 0.86rem;
  font-weight: 700;
}

.redeem-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 164px;
  min-height: 48px;
  padding: 0 18px;
  overflow: hidden;
  border: 1px solid rgba(240, 217, 143, 0.52);
  background: linear-gradient(135deg, #f2da92 0%, #c39543 100%);
  color: #141009;
  font-weight: 900;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.redeem-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(214, 173, 85, 0.16);
}

.benefit-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 184px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(240, 217, 143, 0.18);
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.9rem;
  font-weight: 800;
}

.story-panel {
  display: grid;
  grid-template-columns: minmax(310px, 0.9fr) minmax(0, 1.1fr);
  gap: 58px;
  align-items: center;
  width: min(1320px, 100%);
  margin-inline: auto;
}

.story-media {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border: 1px solid var(--line);
  transform: translate3d(0, var(--parallax-y, 0), 0);
}

.story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(5, 5, 4, 0.7));
}

.story-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05);
}

.story-axis {
  display: grid;
  gap: 10px;
  margin: 28px 0 24px;
}

.story-axis span {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding-inline: 18px;
  border-inline-start: 2px solid var(--gold);
  background: linear-gradient(90deg, transparent, rgba(214, 173, 85, 0.08));
  color: var(--white);
  font-weight: 800;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  color: var(--gold-soft);
  font-weight: 900;
}

.service-concierge {
  background:
    linear-gradient(180deg, #050504 0%, #0c0b09 48%, #050504 100%);
}

.service-list {
  width: min(1260px, 100%);
}

.service-row {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(180px, 0.72fr) minmax(240px, 1fr) 42px;
  gap: 24px;
  align-items: center;
  min-height: 116px;
  padding: 24px 26px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  transition: padding 220ms ease, background 220ms ease, border-color 220ms ease;
}

.service-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.service-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(214, 173, 85, 0.15), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
  opacity: 0;
  transition: opacity 220ms ease;
}

.service-row > * {
  position: relative;
  z-index: 1;
}

.service-row:hover {
  padding-inline-start: 40px;
  border-color: var(--line);
}

.service-row:hover::before {
  opacity: 1;
}

.service-number {
  color: var(--gold-soft);
  font-size: 1.75rem;
  font-weight: 900;
}

.service-title {
  font-size: 1.45rem;
  font-weight: 900;
}

.service-copy {
  color: var(--muted);
  line-height: 1.6;
}

.service-row svg {
  color: var(--gold-soft);
}

.vip-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: min(1260px, calc(100% - 128px));
  margin: 0 auto 52px;
  min-height: 300px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(90deg, rgba(5, 5, 4, 0.18), rgba(5, 5, 4, 0.86)),
    url("assets/r8.jpg") center/cover;
  box-shadow: var(--shadow);
}

.faq-section {
  padding-top: 50px;
}

.faq-list {
  display: grid;
  gap: 10px;
  width: min(980px, 100%);
}

details {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--white);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
  line-height: 1.72;
}

.terms-section {
  padding-top: 0;
}

.terms {
  width: min(980px, 100%);
  color: var(--muted);
}

.terms ul {
  margin: 0;
  padding: 0 42px 24px 24px;
  line-height: 1.7;
}

.terms li + li {
  margin-top: 8px;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 54px 20px 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  text-align: center;
}

.footer img {
  width: 198px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.footer p {
  margin: 0;
}

.footer a {
  color: var(--gold-soft);
  font-weight: 800;
}

.footer > a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
}

.footer-phone {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(240, 217, 143, 0.22);
  background: rgba(255, 255, 255, 0.025);
  letter-spacing: 0.02em;
}

.footer-credit {
  margin-top: 10px;
  color: rgba(240, 217, 143, 0.72) !important;
  font-size: 0.82rem;
  font-weight: 700 !important;
}

.footer-credit:hover {
  color: var(--gold-soft) !important;
}

.accessibility-widget {
  position: fixed;
  inset: auto auto 24px 24px;
  z-index: 60;
  direction: rtl;
  font-family: "Heebo", Arial, sans-serif;
}

.accessibility-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(240, 217, 143, 0.42);
  background: rgba(5, 5, 4, 0.88);
  color: var(--gold-soft);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(16px);
}

.accessibility-toggle span:first-child {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(240, 217, 143, 0.38);
  color: var(--white);
  font-weight: 900;
}

.accessibility-panel {
  position: absolute;
  inset: auto auto calc(100% + 10px) 0;
  width: min(330px, calc(100vw - 32px));
  padding: 14px;
  border: 1px solid rgba(240, 217, 143, 0.34);
  background: rgba(5, 5, 4, 0.96);
  color: var(--white);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(18px);
}

.accessibility-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.accessibility-head strong {
  font-size: 1rem;
}

.accessibility-close {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: var(--white);
  font: inherit;
  font-size: 1.2rem;
  cursor: pointer;
}

.accessibility-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.accessibility-actions button,
.accessibility-statement summary {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
}

.accessibility-actions button[aria-pressed="true"] {
  border-color: rgba(240, 217, 143, 0.68);
  background: linear-gradient(135deg, rgba(242, 218, 146, 0.24), rgba(195, 149, 67, 0.16));
  color: var(--gold-soft);
}

.accessibility-statement {
  margin-top: 10px;
}

.accessibility-statement summary {
  display: flex;
  align-items: center;
  padding: 0 12px;
}

.accessibility-statement p {
  margin: 10px 0 0;
  color: var(--soft);
  font-size: 0.86rem;
  line-height: 1.65;
}

.accessibility-statement a {
  color: var(--gold-soft);
  font-weight: 900;
}

.mobile-sticky {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.reveal:nth-child(2) {
  transition-delay: 70ms;
}

.reveal:nth-child(3) {
  transition-delay: 120ms;
}

.reveal:nth-child(4) {
  transition-delay: 170ms;
}

@media (max-width: 1180px) {
  .topbar {
    padding-inline: 28px;
  }

  .moment {
    padding-inline: 28px;
  }

  .hero-stage,
  .story-panel {
    grid-template-columns: 1fr;
  }

  .vip-pass-wrap {
    max-width: 520px;
    width: min(520px, 100%);
  }

  .vip-cta {
    width: calc(100% - 56px);
  }
}

@media (max-width: 860px) {
  .topbar {
    grid-template-columns: auto 1fr;
    min-height: 66px;
    padding: 12px 18px;
  }

  .brand img {
    width: 132px;
  }

  .brand {
    min-height: 42px;
    padding: 6px 8px;
  }

  .topnav {
    display: none;
  }

  .top-call {
    justify-self: end;
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: auto;
    padding: 102px 20px 48px;
  }

  .hero-stage {
    gap: 34px;
  }

  h1 {
    font-size: 2.85rem;
    line-height: 0.98;
  }

  .section-kicker h2,
  .story-content h2,
  .vip-cta h2 {
    font-size: 2.62rem;
  }

  .hero-copy,
  .section-kicker p,
  .story-content p,
  .vip-cta p {
    font-size: 1rem;
  }

  .hero-actions .action-pill,
  .vip-cta .action-pill {
    flex: 1 1 100%;
  }

  .service-row {
    margin-inline-start: 0;
  }

  .benefit-status {
    align-items: flex-start;
    flex-direction: column;
  }

  .benefit-panel {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
  }

  .redeem-button,
  .benefit-note {
    grid-column: 2;
    justify-self: start;
  }

  .story-media {
    min-height: 360px;
  }

  .service-row {
    grid-template-columns: 54px minmax(0, 1fr) 32px;
    gap: 14px;
    min-height: 122px;
  }

  .service-copy {
    grid-column: 2 / -1;
  }

  .vip-cta {
    align-items: stretch;
    flex-direction: column;
    width: calc(100% - 40px);
    padding: 28px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 78px;
  }

  .moment {
    padding: 66px 20px;
    scroll-margin-top: 74px;
  }

  .hero {
    padding-top: 94px;
    padding-bottom: 40px;
  }

  .top-call span {
    display: none;
  }

  .hero-copy-block {
    text-align: right;
  }

  h1 {
    font-size: 1.86rem;
    line-height: 1.03;
  }

  .eyebrow {
    font-size: 0.78rem;
  }

  .section-kicker h2,
  .story-content h2,
  .vip-cta h2 {
    font-size: 2.05rem;
  }

  .pass-caption {
    flex-direction: column;
    gap: 4px;
  }

  .benefit-status {
    min-height: auto;
    padding: 22px;
  }

  .benefit-status > div {
    grid-template-columns: auto 1fr;
  }

  .benefit-status strong {
    font-size: 1.35rem;
  }

  .benefit-panel,
  .benefit-panel.featured {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: auto;
    padding: 22px;
  }

  .benefit-number {
    font-size: 2rem;
  }

  .benefit-heading h3,
  .benefit-panel.featured .benefit-heading h3 {
    font-size: 1.34rem;
  }

  .redeem-button,
  .benefit-note {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
  }

  .story-media {
    min-height: 310px;
  }

  .service-row {
    grid-template-columns: 44px minmax(0, 1fr) 28px;
    padding: 20px 0;
  }

  .service-title {
    font-size: 1.14rem;
  }

  .service-copy {
    font-size: 0.95rem;
  }

  .vip-cta {
    width: calc(100% - 40px);
    margin-bottom: 28px;
  }

  .action-pill {
    width: 100%;
    min-height: 50px;
    padding-inline: 16px;
  }

  .mobile-sticky {
    position: fixed;
    inset: auto 10px 10px;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 7px;
    border: 1px solid rgba(214, 173, 85, 0.34);
    background: rgba(5, 5, 4, 0.88);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.44);
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

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

  .mobile-sticky a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 52px;
    color: var(--white);
    font-size: 0.78rem;
    font-weight: 900;
  }

  .mobile-sticky a:first-child {
    background: linear-gradient(135deg, #f2da92 0%, #c39543 100%);
    color: #141009;
  }

  .accessibility-widget {
    inset: auto auto 88px 12px;
  }

  .accessibility-toggle {
    min-height: 42px;
    padding-inline: 10px;
    font-size: 0.78rem;
  }

  .accessibility-panel {
    width: min(330px, calc(100vw - 24px));
  }
}

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

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

  .hero-media,
  .story-media,
  .vip-pass {
    transform: none !important;
  }
}
