:root {
  --ivory: #f7efe3;
  --paper: #eadfcf;
  --wood: #6f4d38;
  --gold: #c89a50;
  --rose: #b76573;
  --oxblood: #5a2630;
  --plum: #422b40;
  --teal: #173d3d;
  --ink: #17201f;
  --night: #0d1718;
  --panel: rgba(247, 239, 227, 0.82);
  --text: #1b2321;
  --muted: #655f58;
  --border: rgba(74, 52, 42, 0.18);
  --shadow: 0 24px 80px rgba(21, 24, 23, 0.16);
  --radius: 26px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body[data-phase="velvet"] {
  --ivory: #eee2d8;
  --paper: #d8c6bc;
  --gold: #d7a45c;
  --rose: #c75d77;
  --oxblood: #741f33;
  --plum: #3d223d;
  --teal: #102f34;
  --ink: #ecdfd5;
  --night: #071214;
  --panel: rgba(16, 25, 27, 0.86);
  --text: #f3e7dd;
  --muted: #c9bbb2;
  --border: rgba(235, 210, 192, 0.16);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(183, 101, 115, 0.16), transparent 35rem),
    linear-gradient(180deg, var(--ivory), var(--paper));
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.6;
  transition: background .45s ease, color .45s ease;
}
body[data-phase="velvet"] {
  background:
    radial-gradient(circle at 82% 8%, rgba(199, 93, 119, .22), transparent 34rem),
    radial-gradient(circle at 10% 65%, rgba(19, 83, 86, .2), transparent 40rem),
    var(--night);
}

a { color: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 64px);
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: space-between;
  background: color-mix(in srgb, var(--panel) 88%, transparent);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-size: 1.45rem;
  text-decoration: none;
}
.brand-mark { color: var(--rose); }
nav { display: flex; gap: 22px; }
nav a { text-decoration: none; font-size: .92rem; color: var(--muted); }
nav a:hover { color: var(--text); }

.phase-toggle {
  border: 1px solid var(--border);
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  padding: 8px 12px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  font-size: .78rem;
}
.phase-toggle span { padding: 5px 9px; border-radius: 999px; }
body[data-phase="daylight"] .phase-toggle .sun,
body[data-phase="velvet"] .phase-toggle .moon {
  background: var(--gold);
  color: #181511;
}

.hero {
  position: relative;
  min-height: min(820px, calc(100vh - 72px));
  display: grid;
  align-items: end;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; border-radius: 0; }
.hero-media img { object-position: center; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 15, 15, .86) 0%, rgba(8, 15, 15, .45) 48%, rgba(8, 15, 15, .1) 100%),
    linear-gradient(0deg, rgba(8, 15, 15, .72), transparent 55%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 920px;
  padding: clamp(80px, 12vw, 150px) clamp(22px, 7vw, 100px);
  color: #fff7f0;
}
.eyebrow {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
  font-size: .74rem;
  color: var(--rose);
}
.hero .eyebrow { color: #efb2bc; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.06; margin-top: 0; }
h1 { font-size: clamp(2.7rem, 6.5vw, 6.7rem); letter-spacing: -.045em; margin-bottom: 24px; }
h1 em { color: #efc9ae; font-weight: 400; }
h2 { font-size: clamp(2.2rem, 4.5vw, 4.7rem); letter-spacing: -.035em; }
h3 { font-size: 1.55rem; margin-bottom: 8px; }
.hero-lede { font-size: clamp(1.05rem, 2vw, 1.35rem); max-width: 690px; color: #eadfd6; }

.hero-actions, .gate-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.primary-button, .secondary-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
}
.primary-button { background: var(--rose); color: white; }
.primary-button:hover { filter: brightness(1.08); }
.secondary-button { border-color: currentColor; background: transparent; color: inherit; }

.section { padding: clamp(72px, 9vw, 130px) clamp(20px, 6vw, 90px); }
.section-heading { max-width: 920px; margin-bottom: 42px; }
.split-heading { max-width: none; display: flex; justify-content: space-between; gap: 28px; align-items: end; }
.intro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-panel, .state-card {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}
.feature-number { color: var(--gold); font-weight: 800; font-size: .8rem; }

.filters { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.filter {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text);
  border-radius: 999px;
  padding: 8px 13px;
  cursor: pointer;
}
.filter.active { background: var(--teal); color: white; border-color: var(--teal); }

.character-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.character-card, .venue-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  transition: transform .2s ease, border-color .2s ease;
}
.character-card { cursor: pointer; }
.character-card:hover, .character-card:focus-within { transform: translateY(-5px); border-color: var(--rose); }
.character-card[hidden] { display: none; }

.media-shell {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--rose) 32%, var(--paper)), color-mix(in srgb, var(--teal) 34%, var(--paper)));
}
.portrait-shell { aspect-ratio: 4 / 5; }
.venue-shell { aspect-ratio: 16 / 10; }
.media-shell img { position: relative; z-index: 1; }
.media-shell.missing img { display: none; }
.missing-label {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 18px;
  color: color-mix(in srgb, var(--text) 70%, transparent);
  font-family: var(--serif);
  font-size: 1.15rem;
}
.missing-label small { display: block; font-family: var(--sans); font-size: .7rem; margin-top: 5px; }

.card-copy, .venue-copy { padding: 21px; }
.card-copy p, .venue-copy p { margin-top: 0; color: var(--muted); }
.text-button {
  border: 0;
  background: none;
  padding: 0;
  color: var(--rose);
  font-weight: 800;
  cursor: pointer;
}
.venue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.bellmark-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 42px;
  align-items: center;
  background: color-mix(in srgb, var(--teal) 10%, transparent);
}
.state-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.state-card span { font-family: var(--serif); font-size: 1.45rem; color: var(--rose); }
.state-card p { margin-bottom: 0; color: var(--muted); }

.final-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  background: linear-gradient(135deg, var(--teal), var(--plum));
  color: white;
}
.final-cta .eyebrow { color: #efb2bc; }
footer {
  padding: 28px clamp(20px, 6vw, 90px);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  border-top: 1px solid var(--border);
  font-size: .86rem;
}

.character-modal {
  width: min(900px, calc(100% - 28px));
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--text);
  box-shadow: 0 40px 140px rgba(0,0,0,.5);
}
.character-modal::backdrop { background: rgba(3, 8, 9, .78); backdrop-filter: blur(10px); }
.modal-media { aspect-ratio: 16 / 8; border-radius: var(--radius) var(--radius) 0 0; }
.modal-copy { padding: 32px; }
.modal-close {
  position: absolute;
  z-index: 5;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  background: rgba(12, 18, 18, .72);
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}
.modal-lane { color: var(--rose); font-weight: 800; }

.age-gate {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(7, 14, 15, .94);
  color: white;
}
.age-gate.hidden { display: none; }
.gate-card {
  width: min(560px, 100%);
  padding: clamp(28px, 6vw, 56px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(91, 31, 48, .92), rgba(15, 52, 54, .92));
  box-shadow: 0 40px 130px rgba(0,0,0,.45);
}
.gate-card h1 { font-size: clamp(2.5rem, 7vw, 4.4rem); }

@media (max-width: 1080px) {
  .character-grid { grid-template-columns: repeat(3, 1fr); }
  .venue-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  nav { display: none; }
  .intro-grid, .bellmark-section { grid-template-columns: 1fr; }
  .character-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading, .final-cta { align-items: flex-start; flex-direction: column; }
  .filters { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .site-header { gap: 12px; }
  .brand { font-size: 1.15rem; }
  .phase-toggle { font-size: .68rem; }
  .phase-toggle span { padding: 4px 6px; }
  .hero { min-height: 760px; }
  .hero-copy { padding-top: 110px; padding-bottom: 70px; }
  .character-grid, .venue-grid, .state-grid { grid-template-columns: 1fr; }
  footer { flex-direction: column; }
}


/* Launch art integration v3 */
.world-strip {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.world-tile {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}
.world-tile img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.world-tile figcaption {
  display: grid;
  gap: 4px;
  padding: 18px 20px 20px;
}
.world-tile figcaption strong {
  font-family: var(--serif);
  font-size: 1.25rem;
}
.world-tile figcaption span { color: var(--muted); }

.featured-collage {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(28px, 6vw, 78px);
  background:
    radial-gradient(circle at 12% 24%, rgba(183,101,115,.19), transparent 28rem),
    color-mix(in srgb, var(--panel) 58%, transparent);
}
.collage-copy p:last-child { color: var(--muted); max-width: 560px; }
.collage-frame {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.collage-frame img { aspect-ratio: 3 / 2; object-fit: cover; }

.featured-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--rose) 18%, transparent);
  color: var(--rose);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.character-card[data-featured="true"] {
  border-color: color-mix(in srgb, var(--rose) 48%, var(--border));
}
.venue-shell .venue-portrait {
  object-position: center 28%;
  filter: saturate(.9) contrast(.96);
}
.venue-shell::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(8,15,15,.58), transparent 62%);
}

.bellmark-section {
  grid-template-columns: .9fr 1.1fr;
}
.bellmark-visual {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.bellmark-visual img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.bellmark-section .state-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
}
.modal-media.portrait-mode {
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at center, color-mix(in srgb, var(--rose) 16%, var(--paper)), var(--teal));
}
.modal-media.portrait-mode img {
  object-fit: contain;
  object-position: center top;
}

@media (max-width: 820px) {
  .world-strip, .featured-collage { grid-template-columns: 1fr; }
  .bellmark-section .state-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .world-strip, .bellmark-section .state-grid { grid-template-columns: 1fr; }
}
