/* Card Play Lounge — Neon night floor (not JPZ editorial, not muted lounge) */

:root {
  /* Below-fold / site chrome — lifted from hero darkness */
  --bg-deep: #141024;
  --bg-panel: #221a38;
  --bg-elevated: #2e234a;
  --neon-pink: #ff2d6a;
  --neon-cyan: #00e8ff;
  --neon-gold: #ffc800;
  --neon-purple: #c44dff;
  --text: #f8f4ff;
  --text-muted: #b8adcf;
  --felt-deep: var(--bg-deep);
  --felt: var(--bg-panel);
  --felt-light: var(--bg-elevated);
  --gold: var(--neon-gold);
  --gold-bright: #ffe566;
  --brass: var(--neon-pink);
  --ivory: var(--text);
  --ivory-muted: var(--text-muted);
  --slate: var(--bg-elevated);
  --line: rgba(255, 45, 106, 0.32);
  --line-soft: rgba(255, 255, 255, 0.14);
  --glow-pink: 0 0 40px rgba(255, 45, 106, 0.45);
  --glow-cyan: 0 0 36px rgba(0, 232, 255, 0.35);
  --glow-gold: 0 0 48px rgba(255, 200, 0, 0.4);
  --display: "Plus Jakarta Sans", system-ui, sans-serif;
  --sans: "Outfit", system-ui, sans-serif;
  --serif: var(--display);
  --wrap: 1160px;
  --radius-card: 16px;
  --radius-sm: 8px;
  /* Canonical button shape — pill/capsule (matches .btn-neon) */
  --btn-radius: 999px;
  --btn-py: 13px;
  --btn-px: 26px;
  --btn-fs: 13px;
  --btn-ls: 0.06em;
  --btn-min-h: 44px;
  --btn-py-sm: 9px;
  --btn-px-sm: 16px;
  --btn-fs-sm: 11px;
  --btn-min-h-sm: 34px;
  --btn-py-lg: 16px;
  --btn-px-lg: 32px;
  --btn-fs-lg: 15px;
  --btn-min-h-lg: 52px;
}

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

html { scroll-behavior: smooth; }

html, body {
  margin: 0;
  background: var(--felt-deep);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

img { max-width: 100%; display: block; }
a { color: var(--gold-bright); }
a:hover { color: var(--ivory); }
.tabular { font-variant-numeric: tabular-nums; }

/* Headings — Plus Jakarta; avoid overflow:hidden on text parents */
h1, h2, h3, h4 {
  font-family: var(--display);
  line-height: 1.3;
  overflow: visible;
}

:where(
  .block-title,
  .promo-title,
  .offer-unit,
  .rail-title,
  .invite-headline,
  .deal-step h3,
  .tier-chip h3,
  .qa summary,
  .modal-panel h3,
  .patrons-title,
  .pulse-stat-num
) {
  font-family: var(--display);
  line-height: 1.3;
  overflow: visible;
}

/* Uppercase labels & buttons */
:where(
  .btn-neon,
  .btn-gold,
  .btn-outline,
  .filter-chip,
  .btn-ghost-header,
  .masthead-nav a,
  .spotlight-pulse,
  .promo-tag,
  .trust-chips li,
  .floor-eyebrow,
  .offer-pre,
  .chip-glow,
  .form-row label,
  .pulse-badge,
  .rail-tag,
  .rail-play,
  .pulse-stat-lbl,
  .invite-serial
) {
  line-height: 1.4;
}

/* Gradient headline — glow on wrapper, not on clipped text */
.text-gradient {
  display: inline-block;
  line-height: 1.14;
  padding: 0 0 0.1em;
  background: linear-gradient(180deg, #fff 0%, var(--neon-gold) 40%, var(--neon-pink) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.text-gradient-wrap {
  display: block;
  padding-bottom: 0.12em;
  overflow: visible;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  padding: 8px 16px;
  background: var(--gold);
  color: var(--felt-deep);
}
.skip-link:focus {
  left: 16px;
  top: 16px;
  border-radius: var(--radius-sm);
}

.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 24px;
}

/* ——— Floating capsule header ——— */
.masthead {
  position: sticky;
  top: 12px;
  z-index: 40;
  padding: 0 16px;
  pointer-events: none;
  background: transparent;
}

.masthead-bar {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  pointer-events: auto;
  background: rgba(34, 26, 56, 0.78);
  border: 1px solid rgba(255, 45, 106, 0.3);
  border-radius: 999px;
  backdrop-filter: blur(16px);
  box-shadow: 0 0 28px rgba(255, 45, 106, 0.4);
}

.masthead-brand img { width: 190px; height: auto; }

.masthead-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.masthead-nav a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ivory-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.masthead-nav a:hover { color: var(--neon-cyan); text-decoration: none; }

.masthead-end {
  display: flex;
  align-items: center;
  gap: 14px;
}

.occupancy {
  font-size: 12px;
  color: var(--ivory-muted);
  display: none;
}

.occupancy-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
  margin-right: 6px;
  vertical-align: middle;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ivory);
}

/* Buttons — shared pill shape */
:where(
  .btn-neon,
  .btn-gold,
  .btn-outline,
  .btn-ghost-header,
  .filter-chip,
  .filter-btn,
  .play-pill
) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--btn-min-h);
  padding: var(--btn-py) var(--btn-px);
  font-family: var(--sans);
  font-size: var(--btn-fs);
  letter-spacing: var(--btn-ls);
  line-height: 1.4;
  text-transform: uppercase;
  border-radius: var(--btn-radius);
  cursor: pointer;
  box-sizing: border-box;
}

.btn-neon-sm,
.btn-outline-sm,
.filter-chip,
.filter-btn,
.play-pill,
.rail-play {
  min-height: var(--btn-min-h-sm);
  padding: var(--btn-py-sm) var(--btn-px-sm);
  font-size: var(--btn-fs-sm);
  letter-spacing: var(--btn-ls);
}

.btn-neon-lg,
.btn-gold-lg {
  min-height: var(--btn-min-h-lg);
  padding: var(--btn-py-lg) var(--btn-px-lg);
  font-size: var(--btn-fs-lg);
  letter-spacing: var(--btn-ls);
}

/* Buttons — neon primary */
.btn-neon,
.btn-gold {
  font-weight: 700;
  color: #1a0520;
  background: linear-gradient(105deg, var(--neon-gold) 0%, #ff9f1a 45%, var(--neon-pink) 100%);
  border: none;
  box-shadow: var(--glow-gold), 0 4px 0 rgba(0, 0, 0, 0.35);
  transition: transform 0.2s, box-shadow 0.25s, filter 0.2s;
}
.btn-neon:hover,
.btn-gold:hover {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.08);
  box-shadow: var(--glow-gold), var(--glow-pink), 0 6px 0 rgba(0, 0, 0, 0.35);
}
.btn-neon:focus-visible,
.btn-gold:focus-visible { outline: 2px solid var(--neon-cyan); outline-offset: 3px; }
.btn-neon-block, .btn-gold-block, .btn-outline-block { width: 100%; }

.btn-outline {
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  border: 1px solid rgba(0, 232, 255, 0.45);
  background: rgba(0, 232, 255, 0.06);
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.btn-outline:hover {
  border-color: var(--neon-cyan);
  background: rgba(0, 232, 255, 0.12);
  box-shadow: var(--glow-cyan);
  color: var(--text);
}
.btn-outline:focus-visible { outline: 2px solid var(--neon-cyan); outline-offset: 3px; }

.btn-ghost-line {
  display: inline-flex;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--ivory-muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.btn-ghost-line:hover {
  color: var(--ivory);
  border-bottom-color: var(--gold);
  text-decoration: none;
}

/* ——— Salon hero ——— */
.salon {
  position: relative;
  padding: 56px 24px 40px;
  overflow: hidden;
  min-height: min(88dvh, 780px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  --gradient-start: #0b1a14;
  --gradient-end: #0f172a;
  --g1: 34, 139, 84;
  --g2: 201, 162, 39;
  --g3: 16, 120, 100;
  --g4: 140, 90, 40;
  --g5: 90, 160, 120;
  --g-pointer: 201, 162, 39;
  --g-size: 80%;
  --g-blend: hard-light;
}

/* Background gradient animation — port of Aceternity / 21st.dev */
@keyframes g-move-vertical {
  0% { transform: translateY(-50%); }
  50% { transform: translateY(50%); }
  100% { transform: translateY(-50%); }
}
@keyframes g-move-horizontal {
  0% { transform: translateX(-50%) translateY(-10%); }
  50% { transform: translateX(50%) translateY(10%); }
  100% { transform: translateX(-50%) translateY(-10%); }
}
@keyframes g-move-circle {
  0% { transform: rotate(0deg); }
  50% { transform: rotate(180deg); }
  100% { transform: rotate(360deg); }
}

.salon-gradient {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.salon-gradient-base {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
}

.salon-gradient-blur {
  position: absolute;
  inset: 0;
  filter: blur(56px);
  opacity: 0.85;
}

.salon-gradient-veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 100%, rgba(11, 26, 20, 0.75) 0%, transparent 65%),
    linear-gradient(180deg, rgba(11, 26, 20, 0.15) 0%, rgba(11, 26, 20, 0.55) 100%);
}

.g-blob {
  position: absolute;
  width: var(--g-size);
  height: var(--g-size);
  border-radius: 50%;
  mix-blend-mode: var(--g-blend);
  opacity: 0.55;
  will-change: transform;
}

.g-blob-1 {
  top: -20%;
  left: -10%;
  background: radial-gradient(circle at center, rgba(var(--g1), 0.85) 0%, rgba(var(--g1), 0) 55%);
  animation: g-move-vertical 30s ease infinite;
}
.g-blob-2 {
  top: -15%;
  right: -15%;
  background: radial-gradient(circle at center, rgba(var(--g2), 0.8) 0%, rgba(var(--g2), 0) 55%);
  animation: g-move-circle 22s ease infinite reverse;
}
.g-blob-3 {
  bottom: -25%;
  left: 15%;
  background: radial-gradient(circle at center, rgba(var(--g3), 0.75) 0%, rgba(var(--g3), 0) 55%);
  animation: g-move-circle 38s linear infinite;
}
.g-blob-4 {
  bottom: -10%;
  right: 5%;
  background: radial-gradient(circle at center, rgba(var(--g4), 0.7) 0%, rgba(var(--g4), 0) 55%);
  animation: g-move-horizontal 36s ease infinite;
}
.g-blob-5 {
  top: 35%;
  left: 40%;
  background: radial-gradient(circle at center, rgba(var(--g5), 0.65) 0%, rgba(var(--g5), 0) 55%);
  animation: g-move-circle 24s ease infinite;
}

.g-blob-pointer {
  width: 42%;
  height: 42%;
  opacity: 0.45;
  background: radial-gradient(circle at center, rgba(var(--g-pointer), 0.9) 0%, rgba(var(--g-pointer), 0) 60%);
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  animation: none;
}

@media (prefers-reduced-motion: reduce) {
  .g-blob { animation: none !important; opacity: 0.35; }
  .g-blob-pointer { display: none; }
  .salon-gradient-blur { filter: blur(40px); }
}

.salon-rail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.6;
}

/* ——— Conversion hero (benefit-led) ——— */
.hero-shell {
  position: relative;
  z-index: 3;
  max-width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px 48px;
  align-items: center;
}

.hero-live {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ivory-muted);
  margin: 0 0 16px;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 10px #4ade80;
  animation: pulse-dot 1.8s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.65; transform: scale(0.92); }
}

.hero-offer {
  font-family: var(--display);
  margin: 0 0 16px;
  line-height: 1.2;
  overflow: visible;
}

.hero-amount {
  display: block;
  font-size: clamp(3rem, 8vw, 4.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--gold-bright);
  text-shadow: 0 2px 24px rgba(232, 197, 71, 0.25);
}

.hero-coins {
  display: block;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 600;
  color: var(--ivory);
  margin-top: 4px;
}

.hero-lede {
  font-size: 1.0625rem;
  color: var(--ivory-muted);
  max-width: 42ch;
  margin: 0 0 12px;
}
.hero-lede strong { color: var(--ivory); }

.hero-compliance {
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 0.02em;
  margin: 0 0 24px;
  max-width: 44ch;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin-bottom: 0;
}

.hero-trust {
  position: relative;
  z-index: 3;
  list-style: none;
  padding: 0;
  margin: 36px auto 0;
  max-width: var(--wrap);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ivory-muted);
}

.hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-icn {
  width: 18px;
  height: 18px;
  color: var(--gold);
  flex-shrink: 0;
}

.hairsp { font-size: 0.85em; }

.hero-footnote {
  position: relative;
  z-index: 3;
  max-width: var(--wrap);
  margin: 20px auto 0;
  font-size: 11px;
  line-height: 1.55;
  color: var(--ivory-muted);
  text-align: center;
  padding: 0 8px;
}

.hero-footnote a { color: var(--gold); }

/* Promo carousel */
.hero-promo { min-width: 0; }

.carousel {
  position: relative;
  background:
    linear-gradient(180deg, rgba(201, 162, 39, 0.06) 0%, transparent 35%),
    rgba(15, 23, 42, 0.65);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 22px 22px 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.slides { position: relative; min-height: 168px; }

.slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
}

.slide.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.slide-badge {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--line);
  padding: 3px 9px;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
}

.slide-title {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.6rem);
  margin: 0 0 8px;
  line-height: 1.15;
}

.slide-title .gold { color: var(--gold-bright); }

.slide p {
  font-size: 13px;
  color: var(--ivory-muted);
  margin: 0 0 14px;
  max-width: 34ch;
  line-height: 1.5;
}

.carousel-dots {
  display: flex;
  gap: 6px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line-soft);
}

.dot {
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--line-soft);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.dot.active {
  width: 30px;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(201, 162, 39, 0.45);
}

/* Winners ticker */
.winners-band {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: rgba(11, 26, 20, 0.92);
}

.winners-ticker {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  max-width: 100%;
  overflow: hidden;
}

.ticker-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-right: 1px solid var(--line-soft);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(15, 46, 34, 0.5);
}

.ticker-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px #4ade80;
  animation: pulse-dot 1.8s ease-in-out infinite;
}

.ticker-track {
  overflow: hidden;
  padding: 14px 0;
  min-width: 0;
}

.winners-ticker .marquee {
  display: flex;
  gap: 36px;
  animation: scroll-left 38s linear infinite;
  white-space: nowrap;
  padding-left: 24px;
}

.winners-ticker:hover .marquee { animation-play-state: paused; }

.winner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--ivory-muted);
}

.win-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

.winner .name { color: var(--ivory); font-weight: 500; }
.winner .amount { color: var(--gold-bright); font-weight: 600; }
.winner .game { color: var(--gold); }

.ticker-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 10px 20px;
  border-left: 1px solid var(--line-soft);
  background: rgba(15, 46, 34, 0.5);
}

.stat-num {
  color: var(--gold-bright);
  font-size: 15px;
  font-weight: 600;
}

.stat-lbl {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ivory-muted);
  margin-top: 2px;
}

@keyframes scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Games grid + filters */
.game-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.filter-btn {
  font-weight: 600;
  border: 1px solid var(--line-soft);
  background: transparent;
  color: var(--ivory-muted);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.filter-btn:hover,
.filter-btn.active {
  border-color: var(--gold);
  color: var(--ivory);
  background: rgba(201, 162, 39, 0.1);
}

.games-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.game-tile {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  cursor: pointer;
  background: var(--slate);
  aspect-ratio: 4 / 5;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.game-tile:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.game-thumb {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.game-tile:hover .game-cover { transform: scale(1.05); }

.game-thumb.has-cover .thumb-initials { display: none; }

.thumb-initials {
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.thumb-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 16px 16px;
  opacity: 0.5;
  pointer-events: none;
}

.game-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.5) 100%);
  pointer-events: none;
}

.game-tag {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 8px;
  background: rgba(11, 26, 20, 0.75);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--gold);
}

.game-meta {
  display: flex;
  justify-content: space-between;
  padding: 8px 12px 0;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ivory-muted);
}

.game-title {
  padding: 4px 12px 12px;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
}

.play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 26, 20, 0.55);
  opacity: 0;
  transition: opacity 0.22s ease;
  z-index: 3;
}

.game-tile:hover .play-overlay { opacity: 1; }

.play-pill {
  font-weight: 700;
  background: var(--gold);
  color: var(--felt-deep);
  border: none;
}

.dob-hint { font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--ivory-muted); }
.dob-select { font-size: 14px; }
.dob-error { color: #fca5a5; font-size: 12px; margin-top: 6px; }
.field-invalid input,
.field-invalid select { border-color: #f87171; }
.dob-invalid .dob-select { border-color: #f87171; }

.salon-grid {
  position: relative;
  z-index: 3;
  max-width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.salon-eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 20px;
}

.salon-title {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5.5vw, 3.75rem);
  font-weight: 600;
  line-height: 1.08;
  margin: 0 0 20px;
  color: var(--ivory);
}
.salon-title em {
  font-style: italic;
  font-weight: 500;
  color: var(--gold-bright);
}

.salon-lead {
  font-size: 1.125rem;
  color: var(--ivory-muted);
  max-width: 38ch;
  margin: 0 0 28px;
}
.salon-lead strong { color: var(--ivory); font-weight: 600; }

.salon-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 28px;
  margin-bottom: 32px;
}

.salon-proof {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  font-size: 13px;
  color: var(--ivory-muted);
}
.salon-proof li::before {
  content: "—";
  margin-right: 8px;
  color: var(--gold);
}

/* Card fan stage */
.salon-stage {
  position: relative;
  min-height: 340px;
}

.card-fan {
  position: absolute;
  right: 10%;
  top: 20px;
  width: 200px;
  height: 260px;
}

.playing-card {
  position: absolute;
  width: 100px;
  height: 140px;
  border-radius: var(--radius-card);
  background: linear-gradient(145deg, #fffef9 0%, #f0ebe0 100%);
  border: 1px solid rgba(0,0,0,0.12);
  box-shadow: 0 12px 40px rgba(0,0,0,0.35);
  display: flex;
  flex-direction: column;
  padding: 12px;
  color: #1a1a1a;
}
.card-rank { font-family: var(--display); font-size: 1.5rem; font-weight: 700; line-height: 1.2; padding-bottom: 0.05em; }
.card-suit { font-size: 1.75rem; margin-top: auto; }
.suit-red { color: #b91c1c; }

.card-a { transform: rotate(-18deg) translate(-30px, 20px); z-index: 1; }
.card-k { transform: rotate(4deg); z-index: 2; left: 40px; top: 10px; }
.card-q { transform: rotate(22deg) translate(50px, 35px); z-index: 3; }

.chip-stack {
  position: absolute;
  left: 8%;
  bottom: 40px;
}
.chip {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 4px dashed var(--gold);
  background: radial-gradient(circle at 35% 35%, var(--gold-bright), var(--brass));
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  margin-top: -20px;
}
.chip:first-child { margin-top: 0; }
.chip-lg { width: 72px; height: 72px; border-width: 5px; }
.chip-sm { width: 44px; height: 44px; opacity: 0.85; }

.arrival-ticket {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(100%, 220px);
  padding: 20px 22px;
  background: var(--slate);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
.arrival-ticket::before,
.arrival-ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: var(--felt-deep);
  border-radius: 50%;
  transform: translateY(-50%);
}
.arrival-ticket::before { left: -6px; }
.arrival-ticket::after { right: -6px; }

.ticket-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 6px;
}
.ticket-value {
  font-family: var(--serif);
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--ivory);
  margin: 0;
  line-height: 1;
}
.ticket-unit { margin: 4px 0 12px; font-size: 14px; color: var(--ivory-muted); }
.ticket-fine { margin: 0; font-size: 11px; color: var(--ivory-muted); line-height: 1.4; }

.salon-disclaimer {
  position: relative;
  z-index: 3;
  max-width: var(--wrap);
  margin: 32px auto 0;
  padding: 0 24px;
  font-size: 12px;
  color: var(--ivory-muted);
  line-height: 1.5;
}

/* ——— Section blocks ——— */
.atelier { padding: 72px 0; background: var(--slate); }
.patrons { padding: 48px 0; border-block: 1px solid var(--line-soft); }
.ritual {
  padding: 72px 0;
  background: var(--felt-deep);
}
.tiers {
  padding: 72px 0;
  background: linear-gradient(180deg, var(--felt), rgba(255, 45, 106, 0.1));
  overflow: visible;
}
.concierge {
  padding: 72px 0 48px;
  overflow: visible;
  background: var(--felt);
}
.invitation {
  padding: 64px 0 96px;
  background: var(--felt-deep);
}

.block-title {
  font-family: var(--display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}
.block-desc {
  color: var(--ivory-muted);
  margin: 0 0 36px;
  max-width: 52ch;
}
.block-desc-narrow { margin-bottom: 40px; }
.block-head-split {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.block-head-split .block-desc { margin-bottom: 0; }

.floor-legend {
  display: flex;
  gap: 16px;
  font-size: 12px;
  color: var(--ivory-muted);
}
.legend-swatch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: var(--radius-sm);
  margin-right: 6px;
  vertical-align: middle;
}
.legend-swatch.tables { background: #4ade80; }
.legend-swatch.slots { background: var(--gold); }
.legend-swatch.instant { background: var(--brass); }

/* Bento floor */
.bento-floor {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 120px;
  gap: 14px;
}

.bento-tile {
  position: relative;
  grid-column: span 3;
  grid-row: span 2;
  border-radius: var(--radius-card);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--line-soft);
  transition: transform 0.25s ease, border-color 0.25s;
  cursor: pointer;
}
.bento-tile:hover {
  transform: scale(1.02);
  border-color: var(--gold);
  text-decoration: none;
}
.bento-tile.featured {
  grid-column: span 6;
  grid-row: span 3;
}
.bento-tile.wide { grid-column: span 4; }
.bento-tile.tall { grid-row: span 3; }

.bento-bg {
  position: absolute;
  inset: 0;
  background: var(--tile-gradient, var(--felt));
}
.bento-initials {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 2.5rem;
  opacity: 0.35;
}
.bento-tile.featured .bento-initials { font-size: 4rem; }

.bento-meta {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px 16px;
  background: linear-gradient(transparent, rgba(0,0,0,0.75));
}
.bento-tag {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
.bento-title {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 600;
  margin: 4px 0 0;
}
.bento-tile.featured .bento-title { font-size: 1.5rem; }
.bento-sub { font-size: 11px; color: var(--ivory-muted); margin-top: 2px; }

.bento-play {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(11, 26, 20, 0.7);
  border: 1px solid var(--line);
  color: var(--gold);
  border-radius: var(--radius-sm);
  opacity: 0;
  transition: opacity 0.2s;
}
.bento-tile:hover .bento-play { opacity: 1; }

/* Patron cards */
.patrons-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 24px;
}
.patrons-title {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  font-style: italic;
  margin: 0;
  color: var(--gold);
  flex: 0 0 auto;
}
.patron-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex: 1;
}
.patron-card {
  flex: 1 1 200px;
  max-width: 280px;
  padding: 14px 18px;
  background: rgba(255,255,255,0.04);
  border-left: 2px solid var(--gold);
  border-radius: var(--radius-card);
  font-size: 13px;
  color: var(--ivory-muted);
}
.patron-card strong { color: var(--ivory); font-weight: 500; }
.patron-card .win-amt { color: var(--gold-bright); }

/* Deal track */
.deal-track {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
}
.deal-track::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.deal-step {
  padding: 0 20px 0;
  text-align: center;
}
.deal-suit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--felt-deep);
  color: var(--ivory);
  margin-bottom: 20px;
}
.deal-suit.suit-red { color: #f87171; }
.deal-step h3 {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.28;
  padding-bottom: 0.05em;
  margin: 0 0 8px;
  overflow: visible;
}
.deal-step p { margin: 0; font-size: 14px; color: var(--ivory-muted); max-width: 28ch; margin-inline: auto; }

/* Tier ladder */
.tier-ladder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tier-chip {
  padding: 28px 24px 32px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
  overflow: visible;
  transition: border-color 0.2s;
}
.tier-chip:hover { border-color: var(--line); box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18); }
.tier-ring {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 16px;
  border: 2px solid;
}
.tier-bronze .tier-ring { border-color: #a16207; color: #d97706; }
.tier-silver .tier-ring { border-color: #94a3b8; color: #cbd5e1; }
.tier-gold .tier-ring { border-color: var(--gold); color: var(--gold-bright); }
.tier-chip h3 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 8px;
  font-size: 1.2rem;
  overflow: visible;
}
.tier-chip p { margin: 0; font-size: 14px; color: var(--ivory-muted); }

/* Concierge FAQ */
.concierge-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
  overflow: visible;
}

.concierge-intro,
.concierge-faqs {
  overflow: visible;
}
.concierge-note { font-size: 14px; color: var(--ivory-muted); margin-top: 20px; }
.qa {
  border-bottom: 1px solid var(--line-soft);
  padding: 4px 0;
}
.qa summary {
  padding: 16px 4px 16px 0;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  overflow: visible;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after {
  content: "+";
  float: right;
  color: var(--gold);
  font-family: var(--sans);
}
.qa[open] summary::after { content: "−"; }
.qa p {
  margin: 0 0 16px;
  padding-right: 24px;
  color: var(--ivory-muted);
  font-size: 15px;
}

/* Invitation ticket */
.invitation-inner { display: flex; justify-content: center; }
.invite-ticket {
  text-align: center;
  max-width: 520px;
  padding: 48px 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background:
    linear-gradient(135deg, rgba(201,162,39,0.06) 0%, transparent 50%),
    var(--slate);
  position: relative;
}
.invite-ticket::before,
.invite-ticket::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--line) 0, var(--line) 8px, transparent 8px, transparent 16px);
}
.invite-ticket::before { top: 16px; }
.invite-ticket::after { bottom: 16px; }
.invite-serial {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--gold);
  margin: 0 0 16px;
}
.invite-headline {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.28;
  padding-bottom: 0.06em;
  margin: 0 0 12px;
  overflow: visible;
}
.invite-body { color: var(--ivory-muted); margin: 0 0 28px; }

/* Seal footer — neon night floor panel */
.seal-footer {
  position: relative;
  padding: 0 24px 48px;
  background: var(--felt-deep);
  overflow: hidden;
}
.seal-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--neon-pink) 25%,
    var(--neon-cyan) 50%,
    var(--neon-gold) 75%,
    transparent 100%
  );
  box-shadow:
    0 0 20px rgba(255, 45, 106, 0.4),
    0 0 40px rgba(0, 232, 255, 0.25);
}
.seal-inner {
  position: relative;
  margin-top: 40px;
  padding: 28px 24px 32px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-card);
  background:
    linear-gradient(160deg, rgba(255, 45, 106, 0.06) 0%, transparent 42%),
    linear-gradient(220deg, rgba(0, 232, 255, 0.05) 0%, transparent 38%),
    rgba(255, 255, 255, 0.06);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.seal-inner:hover {
  border-color: rgba(255, 45, 106, 0.28);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
}
.seal-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.seal-logo {
  display: inline-block;
  line-height: 0;
}
.seal-logo img {
  opacity: 0.92;
  transition: opacity 0.2s;
}
.seal-logo:hover img { opacity: 1; }
.seal-tagline {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.seal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
}
.seal-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--btn-min-h-sm);
  padding: var(--btn-py-sm) var(--btn-px-sm);
  font-size: var(--btn-fs-sm);
  font-weight: 600;
  letter-spacing: var(--btn-ls);
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text-muted);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--btn-radius);
  transition: color 0.2s, border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.seal-chip:hover,
.seal-chip:focus-visible {
  color: var(--text);
  border-color: var(--neon-pink);
  background: rgba(255, 45, 106, 0.15);
  box-shadow: var(--glow-pink);
  text-decoration: none;
  outline: none;
}
.seal-compliance {
  width: 100%;
  max-width: 56ch;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.seal-disclaimer {
  font-size: 12px;
  color: var(--ivory-muted);
  margin: 0 0 12px;
  line-height: 1.6;
}
.seal-rg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.seal-rg-label {
  font-size: 12px;
  color: var(--ivory-muted);
  line-height: 1.4;
}
.seal-rg-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 18px;
}
.seal-rg-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  opacity: 0.72;
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.seal-rg-link:hover,
.seal-rg-link:focus-visible {
  opacity: 1;
  outline: none;
}
.seal-rg-logo {
  height: 34px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.seal-rg-link:hover .seal-rg-logo,
.seal-rg-link:focus-visible .seal-rg-logo {
  filter: brightness(0) invert(1) drop-shadow(0 0 8px rgba(0, 232, 255, 0.45));
}
.rg-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
  align-items: center;
  margin: 20px 0 28px;
  padding: 20px 24px;
  border-radius: var(--radius-card);
  background: rgba(255, 45, 106, 0.06);
  border: 1px solid rgba(255, 45, 106, 0.22);
}
.rg-partners .seal-rg-logo {
  height: 38px;
  max-width: 140px;
}
@media (max-width: 600px) {
  .seal-footer { padding-left: 16px; padding-right: 16px; }
  .seal-inner {
    margin-top: 32px;
    padding: 24px 18px 28px;
    gap: 20px;
  }
  .seal-links { gap: 8px; }
  .seal-chip {
    font-size: 10px;
    padding: 8px 12px;
  }
}

/* After Sign In: hide all "Claim/Grab" CTAs (Play Free + Spin free stay, become games anchors) */
body.signed-up [data-cta="claim"] { display: none !important; }

.dock-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 35;
  padding: 12px 16px;
  background: rgba(28, 20, 48, 0.94);
  border-top: 1px solid rgba(255, 45, 106, 0.4);
  border-radius: var(--radius-card) var(--radius-card) 0 0;
}

/* Cookie consent — bottom bar, after age gate */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 36;
  padding: 0 12px calc(12px + env(safe-area-inset-bottom, 0px));
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.28s ease, visibility 0.28s, transform 0.28s ease;
}
.cookie-banner.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.cookie-banner[hidden] { display: none !important; }

.cookie-banner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 14px 18px;
  background: var(--bg-panel);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-card);
  box-shadow: 0 -10px 40px rgba(10, 6, 22, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cookie-banner-text {
  flex: 1 1 220px;
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ivory-muted);
}
.cookie-banner-text a {
  color: var(--gold-bright);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner-text a:hover { color: var(--ivory); }

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-banner-link {
  font-size: var(--btn-fs-sm);
  font-weight: 600;
  letter-spacing: var(--btn-ls);
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ivory);
  padding: var(--btn-py-sm) var(--btn-px-sm);
  min-height: var(--btn-min-h-sm);
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line-soft);
  border-radius: var(--btn-radius);
  transition: border-color 0.2s, color 0.2s;
}
.cookie-banner-link:hover {
  border-color: var(--line);
  color: var(--gold-bright);
  text-decoration: none;
}

.cookie-banner-dismiss {
  background: transparent;
  border: none;
  padding: 8px 4px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ivory-muted);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner-dismiss:hover { color: var(--ivory); }

body.cookie-banner-visible .dock-cta {
  bottom: calc(var(--cookie-banner-offset, 88px) + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 639px) {
  .cookie-banner { padding-left: 10px; padding-right: 10px; }
  .cookie-banner-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 14px 16px;
  }
  .cookie-banner-actions {
    width: 100%;
    justify-content: stretch;
  }
  .cookie-banner-actions .btn-neon-sm,
  .cookie-banner-actions .cookie-banner-link {
    flex: 1 1 auto;
    justify-content: center;
  }
  .cookie-banner-dismiss { margin-left: auto; }
}

/* ——— Modals (lounge styled) ——— */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(10, 6, 22, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}
.modal-backdrop.active { opacity: 1; visibility: visible; }

.modal-panel {
  width: 100%;
  max-width: 420px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 32px 28px;
  background: var(--slate);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  position: relative;
}
.modal-panel h3 {
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.28;
  padding-bottom: 0.06em;
  margin: 0 0 8px;
  overflow: visible;
}
.modal-lede { color: var(--ivory-muted); font-size: 14px; margin: 0 0 20px; }
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  border: none;
  color: var(--ivory-muted);
  font-size: 1.25rem;
  cursor: pointer;
  padding: 8px;
}
.modal-close:hover { color: var(--ivory); }

.form-row { margin-bottom: 14px; }
.form-row label { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ivory-muted); margin-bottom: 6px; }
.form-row input,
.form-row select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-card);
  background: var(--felt-deep);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
}
.form-row select {
  padding: 12px 44px 12px 14px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-color: var(--felt-deep);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' width='12' height='8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%23b8adcf' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
}
.form-row input:focus,
.form-row select:focus {
  outline: 2px solid var(--gold);
  outline-offset: 0;
}
.dob-grid { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 8px; }
.field-error, .form-error { color: #fca5a5; font-size: 12px; margin-top: 6px; }
.form-success { color: #86efac; font-size: 13px; }
.age-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }

/* Legal pages */
.legal-body { background: var(--felt-deep); }
.legal-masthead {
  padding: 16px 24px;
  border-bottom: 1px solid var(--line);
}
.legal-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}
.legal-wrap h1 {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.28;
  padding-bottom: 0.06em;
}
.legal-wrap h2 {
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 0.05em;
  margin-top: 32px;
}
.legal-wrap p, .legal-wrap li { color: var(--ivory-muted); }
.callout-box {
  padding: 16px 20px;
  border-left: 3px solid var(--gold);
  border-radius: var(--radius-card);
  background: rgba(201, 162, 39, 0.08);
  margin: 24px 0;
}

/* Contact form */
.contact-form { display: flex; flex-direction: column; gap: 16px; margin: 8px 0; max-width: 560px; }
.contact-row { display: flex; flex-direction: column; gap: 7px; }
.contact-row label {
  font-family: var(--display); font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ivory-muted);
}
.contact-form input, .contact-form textarea {
  width: 100%; padding: 13px 15px;
  background: rgba(7, 4, 15, 0.5);
  border: 1.5px solid var(--line-soft, rgba(255,255,255,0.14));
  border-radius: 12px;
  color: var(--ivory); font-size: 15px; font-family: var(--sans);
  transition: border-color .15s, background .15s;
}
.contact-form textarea { resize: vertical; min-height: 120px; line-height: 1.5; }
.contact-form input:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--neon-cyan, #00e8ff);
  background: rgba(7, 4, 15, 0.8);
  box-shadow: 0 0 0 3px rgba(0, 232, 255, 0.15);
}
.contact-form .btn-neon { align-self: flex-start; margin-top: 4px; }

/* Game page */
.game-page-body { background: var(--felt-deep); }
.game-masthead {
  padding: 12px 24px;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.game-masthead a { text-decoration: none; color: var(--ivory-muted); font-size: 14px; }
.game-masthead a:hover { color: var(--gold); }
.game-frame-wrap {
  position: relative;
  min-height: calc(100dvh - 56px);
  background: #000;
}
.game-frame-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ========== NEON SPOTLIGHT HERO ========== */
.spotlight {
  /* Preserve original hero palette — overrides lifted site tokens */
  --bg-deep: #07040f;
  --bg-panel: #140c24;
  --bg-elevated: #1e1235;
  --text-muted: #9d92b8;
  --felt-deep: #07040f;
  --felt: #140c24;
  --felt-light: #1e1235;
  position: relative;
  margin-top: 0;
  padding: 44px 0 36px;
  overflow: visible;
  min-height: min(92dvh, 860px);
  background: var(--bg-deep);
  --g1: 255, 45, 106;
  --g2: 0, 232, 255;
  --g3: 196, 77, 255;
  --g4: 255, 200, 0;
  --g5: 140, 90, 255;
  --g-pointer: 255, 200, 0;
  --g-size: 80%;
  --g-blend: screen;
}

.spotlight-bg {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.spotlight-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(255, 45, 106, 0.28) 0%, transparent 58%),
    radial-gradient(ellipse 60% 50% at 90% 40%, rgba(0, 232, 255, 0.2) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 10% 70%, rgba(196, 77, 255, 0.25) 0%, transparent 50%),
    linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-deep) 100%);
}

.spotlight-blobs {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  filter: blur(56px);
  opacity: 0.92;
}

/* Aceternity-style blob motion (neon palette) */
.spotlight .g-blob {
  position: absolute;
  width: var(--g-size);
  height: var(--g-size);
  border-radius: 50%;
  mix-blend-mode: var(--g-blend);
  opacity: 0.65;
  will-change: transform;
}

.spotlight .g-blob-1 {
  top: -28%;
  left: -12%;
  background: radial-gradient(circle at center, rgba(var(--g1), 0.95) 0%, rgba(var(--g1), 0) 55%);
  animation: g-move-vertical 30s ease infinite;
}

.spotlight .g-blob-2 {
  top: -22%;
  right: -18%;
  background: radial-gradient(circle at center, rgba(var(--g2), 0.9) 0%, rgba(var(--g2), 0) 55%);
  animation: g-move-circle 22s ease infinite reverse;
}

.spotlight .g-blob-3 {
  bottom: -25%;
  left: 15%;
  background: radial-gradient(circle at center, rgba(var(--g3), 0.8) 0%, rgba(var(--g3), 0) 55%);
  animation: g-move-circle 38s linear infinite;
}

.spotlight .g-blob-4 {
  bottom: -10%;
  right: 5%;
  background: radial-gradient(circle at center, rgba(var(--g4), 0.75) 0%, rgba(var(--g4), 0) 55%);
  animation: g-move-horizontal 36s ease infinite;
}

.spotlight .g-blob-5 {
  top: 35%;
  left: 40%;
  background: radial-gradient(circle at center, rgba(var(--g5), 0.7) 0%, rgba(var(--g5), 0) 55%);
  animation: g-move-circle 24s ease infinite;
}

.spotlight .g-blob-pointer {
  width: 42%;
  height: 42%;
  opacity: 0.5;
  background: radial-gradient(circle at center, rgba(var(--g-pointer), 0.95) 0%, rgba(var(--g-pointer), 0) 60%);
  top: 0;
  left: 0;
  animation: none !important;
  transform: translate(-50%, -50%);
}

@media (prefers-reduced-motion: reduce) {
  .spotlight .g-blob { animation: none !important; opacity: 0.4; }
  .spotlight .g-blob-pointer { display: none; }
  .spotlight-blobs { filter: blur(40px); }
}

.spotlight-scan {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(255, 255, 255, 0.015) 2px,
    rgba(255, 255, 255, 0.015) 4px
  );
  opacity: 0.5;
}

.spotlight-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 100%, rgba(7, 4, 15, 0.65) 0%, transparent 65%),
    radial-gradient(ellipse 100% 80% at 50% 120%, transparent 40%, rgba(7, 4, 15, 0.35) 100%);
  pointer-events: none;
}

.spotlight-core {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-top: 24px;
  overflow: visible;
}

.spotlight-pulse {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 8px 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--neon-cyan);
  background: rgba(0, 232, 255, 0.08);
  border: 1px solid rgba(0, 232, 255, 0.35);
  border-radius: 999px;
}

.pulse-ring {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--neon-pink);
  box-shadow: 0 0 12px var(--neon-pink);
  animation: pulse-dot 1.4s ease-in-out infinite;
}

.spotlight-offer {
  margin: 0 0 12px;
  line-height: 1;
  padding-bottom: 0;
  overflow: visible;
}

.offer-pre {
  display: block;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--neon-cyan);
  margin-bottom: 8px;
}

.offer-num-wrap {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  filter: none;
}

.offer-num {
  display: block;
  font-family: var(--display);
  font-size: clamp(3.5rem, 12vw, 6.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #fff 0%, var(--neon-gold) 40%, var(--neon-pink) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 0 40px rgba(255, 200, 0, 0.45);
}

.offer-unit {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.25rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--text);
  margin-top: 4px;
}

.spotlight-hook {
  font-size: 1.125rem;
  color: var(--text-muted);
  max-width: 40ch;
  margin: 0 auto 10px;
}
.spotlight-hook strong { color: var(--text); }

.spotlight-legal {
  font-size: 12px;
  font-weight: 600;
  color: var(--neon-pink);
  letter-spacing: 0.04em;
  margin: 0 auto 28px;
}

.spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 20px;
  margin-bottom: 32px;
}

.trust-chips {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  max-width: 520px;
}

.trust-chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: rgba(30, 18, 53, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-card);
}

.chip-glow {
  color: var(--neon-gold);
  font-weight: 800;
}

.promo-deck {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 40px;
}

.promo-card {
  padding: 20px 18px;
  text-align: left;
  background: rgba(20, 12, 36, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-card);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.promo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 232, 255, 0.4);
  box-shadow: var(--glow-cyan);
}

.promo-card-hot {
  border-color: rgba(255, 45, 106, 0.5);
  background: linear-gradient(145deg, rgba(255, 45, 106, 0.15) 0%, rgba(20, 12, 36, 0.9) 100%);
  box-shadow: var(--glow-pink);
}

.promo-card-feature {
  border-color: rgba(255, 200, 0, 0.35);
}

.promo-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--neon-cyan);
  margin-bottom: 8px;
}

.promo-title {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.28;
  padding-bottom: 0.05em;
  margin: 0 0 6px;
  color: var(--text);
  overflow: visible;
}

.promo-card p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0 0 14px;
  line-height: 1.45;
}

.spotlight-fn {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  text-align: center;
  font-size: 11px;
  color: var(--text-muted);
}

/* Pulse wins — hero ribbon, mesh-blended (inside .spotlight) */
.spotlight .pulse-wins {
  position: relative;
  z-index: 2;
  margin-top: 36px;
  margin-bottom: 0;
  padding-inline: 0; /* .wrap adds 24px — creates dead strip left of WIN badge */
  border-radius: var(--radius-card);
  overflow: hidden;
  background: rgba(20, 12, 36, 0.38);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 0 24px rgba(255, 45, 106, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: rotate(-0.4deg);
}

.pulse-wins-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: 52px;
  border-radius: inherit;
  overflow: hidden;
}

.pulse-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  padding: 0 12px;
  min-width: 2.75rem;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1;
  color: var(--bg-deep);
  background: linear-gradient(180deg, var(--neon-gold), var(--neon-pink));
}

.pulse-track {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  min-width: 0;
  padding: 0 16px;
}

.pulse-marquee {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  line-height: 1;
  animation: scroll-left 32s linear infinite;
  white-space: nowrap;
  will-change: transform;
}

.pulse-wins:hover .pulse-marquee { animation-play-state: paused; }

.pulse-win {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-size: 13px;
  line-height: 1;
  color: var(--text-muted);
}

.pulse-win-amt {
  line-height: 1;
  color: var(--neon-gold);
  font-weight: 700;
}

.pulse-win-name {
  line-height: 1;
  color: var(--text);
  font-weight: 600;
}

.pulse-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.pulse-stat-num {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  color: var(--neon-cyan);
}

.pulse-stat-lbl {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Games floor — horizontal rail */
.floor {
  padding: 48px 0 72px;
  background: var(--felt);
  overflow-x: clip;
}

#games {
  overflow-x: clip;
}

.floor-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.floor-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.45;
  text-transform: uppercase;
  color: var(--neon-pink);
  margin-bottom: 8px;
}

.filter-chip {
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.2s;
}

.filter-chip:hover,
.filter-chip.active,
.filter-chip:focus-visible {
  cursor: pointer;
  color: var(--text);
  border-color: var(--neon-pink);
  background: rgba(255, 45, 106, 0.15);
  box-shadow: var(--glow-pink);
}

.game-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Clip horizontal bleed only — overflow:hidden on wrap was clipping hover lift */
.games-rail-wrap {
  padding-top: 18px;
  padding-bottom: 12px;
  min-width: 0;
  overflow-x: clip;
  overflow-y: visible;
}

.games-rail {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: visible;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 30px;
  /* overflow-x:auto forces overflow-y to auto, so the scroller clips vertically.
     Generous vertical padding gives the hover lift + shadow room INSIDE the scrollport;
     negative margins cancel it so card position and scrollbar gap are unchanged. */
  padding: 44px 0 56px;
  margin: -44px 0 -48px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: auto;
}

.games-rail::-webkit-scrollbar {
  display: none;
}

.games-rail-inner {
  display: flex;
  gap: 16px;
  width: max-content;
  min-width: 100%;
  /* Inset edge cards inside the scrollport so first/last hover transform isn't clipped */
  padding-inline: 30px;
  cursor: auto;
}

.games-rail-scrollbar {
  margin-top: 6px;
  height: 6px;
  user-select: none;
}

.games-rail-scrollbar[hidden] {
  display: none;
}

.games-rail-scrollbar-track {
  position: relative;
  height: 6px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  cursor: pointer;
}

.games-rail-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-width: 32px;
  background: rgba(255, 45, 106, 0.5);
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.15s;
  will-change: transform;
}

.games-rail-scrollbar-thumb:hover,
.games-rail-scrollbar-thumb:active {
  background: rgba(255, 45, 106, 0.72);
  cursor: pointer;
}

body.games-rail-dragging {
  cursor: pointer;
  user-select: none;
}

body.games-rail-dragging .games-rail-scrollbar-thumb {
  background: rgba(255, 45, 106, 0.72);
  cursor: pointer;
}

.rail-tile {
  /* Proportional scale-down of the original 220px card: width + body trimmed together
     so the whole tile keeps the original ~0.56 width:height ratio (not skinnier) */
  flex: 0 0 min(204px, 44vw);
  scroll-snap-align: start;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-card);
  overflow: visible;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  background: var(--bg-elevated);
  border: 2px solid transparent;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.rail-tile:hover,
.rail-tile:focus-visible {
  cursor: pointer;
  transform: translateY(-6px) rotate(-1deg);
  border-color: var(--neon-cyan);
  box-shadow: var(--glow-cyan), 0 16px 40px rgba(0, 0, 0, 0.45);
}

.rail-thumb {
  /* Locks the cover to the original portrait proportion regardless of tile width */
  aspect-ratio: 4 / 5;
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-card) - 2px) calc(var(--radius-card) - 2px) 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rail-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.rail-tile:hover .rail-cover { transform: scale(1.08); }

.rail-thumb.has-cover .rail-initials { display: none; }
/* gradient tile: scrim + texture so the monogram stays legible on any hue */
.rail-thumb { box-shadow: inset 0 0 0 2000px rgba(20, 16, 36, 0.32); }
.rail-thumb::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 26% 24%, rgba(255,255,255,0.20), transparent 42%),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.06) 0 2px, transparent 2px 10px);
  mix-blend-mode: soft-light;
}
.rail-initials {
  position: relative; z-index: 1;
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 6px 26px rgba(7, 4, 15, 0.8), 0 0 1px rgba(7, 4, 15, 0.6);
}

.rail-body {
  padding: 10px 13px 13px;
  flex: 0 0 auto;
  overflow: visible;
}

.rail-tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--neon-pink);
  margin-bottom: 4px;
}

.rail-title {
  display: block;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  overflow: visible;
}

.rail-meta {
  display: block;
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 4px;
}

.rail-play {
  position: absolute;
  top: 12px;
  right: 12px;
  font-weight: 800;
  color: #1a0520;
  background: var(--neon-gold);
  border-radius: var(--btn-radius);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.2s, transform 0.2s;
}

.rail-tile:hover .rail-play {
  opacity: 1;
  transform: scale(1);
}

/* Landing: header floats over hero — no document-flow gap under the bar */
.floor-page .masthead {
  position: fixed;
  top: 12px;
  left: 0;
  right: 0;
  padding: 0 16px;
}

.floor-page .spotlight {
  margin-top: 0;
  padding-top: 0;
}

.floor-page .spotlight-core {
  padding-top: 92px;
}

.floor-page .masthead-bar {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: rgba(14, 8, 26, 0.52);
  border: 1px solid rgba(255, 45, 106, 0.32);
  border-bottom: none;
  box-shadow: 0 0 28px rgba(255, 45, 106, 0.35);
}

/* Section shells — don't clip display headings */
:where(.spotlight-core, .floor-head, .ritual, .tiers, .concierge, .invitation, .promo-card) {
  overflow: visible;
}

.btn-ghost-header {
  font-weight: 600;
  background: transparent;
  border: 1px solid rgba(0, 232, 255, 0.35);
  color: var(--neon-cyan);
  transition: color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn-ghost-header:hover {
  border-color: var(--neon-cyan);
  color: var(--text);
  box-shadow: var(--glow-cyan);
}
.btn-ghost-header:focus-visible { outline: 2px solid var(--neon-cyan); outline-offset: 3px; }

/* Responsive */
@media (min-width: 901px) {
  .occupancy { display: inline; }
}

@media (max-width: 900px) {
  .masthead { top: 8px; padding: 0 12px; }
  .masthead-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px 10px 14px;
    border-radius: var(--radius-card);
    min-height: 58px;
  }
  .masthead-brand {
    min-width: 0;
    line-height: 0;
  }
  .masthead-brand img {
    width: 162px;
    max-height: 34px;
    object-fit: contain;
    object-position: left center;
  }
  .masthead-end {
    gap: 8px;
    flex-shrink: 0;
  }
  .masthead-claim {
    min-height: var(--btn-min-h);
    padding: var(--btn-py) var(--btn-px-sm);
    font-size: var(--btn-fs);
    white-space: nowrap;
  }
  .masthead-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    flex-direction: column;
    padding: 12px 20px 16px;
    background: var(--bg-panel);
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    gap: 4px;
  }
  .masthead-nav.open { display: flex; }
  .masthead-nav a {
    padding: 10px 0;
    border-bottom: 1px solid var(--line-soft);
  }
  .masthead-nav a:last-of-type { border-bottom: none; }
  .nav-toggle {
    display: flex;
    padding: 8px;
    gap: 4px;
    min-height: 40px;
    min-width: 40px;
    align-items: center;
    justify-content: center;
    border-radius: var(--btn-radius);
  }
  .nav-toggle span { width: 16px; }
  .floor-page .spotlight-core { padding-top: 94px; }
  .promo-deck { grid-template-columns: 1fr; }
  .pulse-stat { display: none; }
  .pulse-track { padding-inline: 12px 16px; }
  .floor-head { flex-direction: column; align-items: flex-start; }
  .deal-track { grid-template-columns: 1fr; gap: 32px; }
  .deal-track::before { display: none; }
  .tier-ladder { grid-template-columns: 1fr; }
  .concierge-grid { grid-template-columns: 1fr; }
  .dock-cta { display: block; }
  /* Dock clearance only when fixed bar is visible (floor-page index) */
  .floor-page .seal-footer {
    padding-bottom: calc(24px + var(--btn-min-h) + 12px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 520px) {
  .masthead-bar { padding: 10px 10px 10px 12px; }
  .masthead-brand img { width: 146px; max-height: 32px; }
  .masthead-claim {
    padding: var(--btn-py) 14px;
    font-size: var(--btn-fs-sm);
  }
  .offer-num { font-size: 3rem; line-height: 1.05; }
  .spotlight-actions { flex-direction: column; width: 100%; }
  .spotlight-actions .btn-neon,
  .spotlight-actions .btn-outline { width: 100%; justify-content: center; }
}
