:root {
  --sp-bg: #15100b;
  --sp-night: #101827;
  --sp-gold: #b8893b;
  --sp-sand: #d8b982;
  --sp-cream: #f3e6cf;
  --sp-brown: #3a2416;
  --sp-red: #7a2e1d;
  --sp-black: #090705;
  --sp-shadow: rgba(0, 0, 0, 0.36);
  --sp-border: rgba(216, 185, 130, 0.22);
  --sp-panel: rgba(10, 8, 6, 0.78);
  --sp-panel-strong: rgba(7, 6, 5, 0.92);
  --sp-text-soft: rgba(243, 230, 207, 0.82);
  --sp-text-muted: rgba(243, 230, 207, 0.65);
  --sp-radius-sm: 12px;
  --sp-radius-md: 18px;
  --sp-radius-lg: 28px;
  --sp-container: 1280px;
  --sp-header-height: 88px;
  --sp-transition: 240ms ease;
  --sp-transition-slow: 650ms cubic-bezier(.19, 1, .22, 1);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "DM Sans", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 16%, rgba(216, 185, 130, 0.1), transparent 24%),
    radial-gradient(circle at 82% 0%, rgba(122, 46, 29, 0.18), transparent 22%),
    linear-gradient(180deg, #100c08 0%, #15100b 42%, #0c0907 100%);
  color: var(--sp-cream);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 80% 24%, rgba(216, 185, 130, 0.1), transparent 26%),
    radial-gradient(circle at 12% 72%, rgba(184, 137, 59, 0.08), transparent 24%);
  pointer-events: none;
  z-index: 0;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

main,
header,
footer,
section,
article,
aside {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.site-shell {
  position: relative;
  z-index: 1;
}

.content-section,
.site-footer {
  width: min(calc(100% - 32px), var(--sp-container));
  margin-inline: auto;
}

.site-header {
  width: 100%;
  min-height: 78px;
  padding-inline: clamp(32px, 7vw, 150px);
  margin-top: 0;
  border-bottom: 1px solid rgba(216, 185, 130, 0.14);
  background: rgba(5, 8, 12, 0.96);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 25;
}

.site-header__inner {
  width: min(100%, calc(100vw - (2 * clamp(32px, 7vw, 150px))));
  min-height: var(--sp-header-height);
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 18px;
  align-items: center;
  margin: 0 auto;
}

.main-nav,
.header-actions,
.hero-actions,
.site-footer__nav {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.main-nav {
  justify-content: center;
}

.header-actions {
  justify-content: flex-end;
}

.hero {
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero-shell {
  width: 100%;
  min-height: calc(100svh - var(--sp-header-height));
  height: calc(100svh - var(--sp-header-height));
  margin: 0 auto;
  position: relative;
}

.hero-stage {
  display: grid;
  gap: 0;
  position: relative;
  width: 100%;
}

.hero-stage__media {
  min-height: calc(100svh - var(--sp-header-height));
  height: calc(100svh - var(--sp-header-height));
  display: flex;
  align-items: stretch;
  padding: 0;
  border-left: 1px solid rgba(216, 185, 130, 0.18);
  border-right: 1px solid rgba(216, 185, 130, 0.18);
  border-bottom: 1px solid rgba(216, 185, 130, 0.18);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(16, 24, 39, 0.08), rgba(16, 10, 5, 0.92)),
    linear-gradient(90deg, rgba(9, 7, 5, 0.24), rgba(9, 7, 5, 0.06)),
    linear-gradient(135deg, #7f664d, #2a1d14 55%, #100c08);
  box-shadow: 0 30px 60px var(--sp-shadow);
  position: relative;
}

.hero-stage__inner {
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 22px 36px 110px;
}

.hero-stage-center {
  width: min(860px, calc(100% - 120px));
  min-height: calc(100svh - var(--sp-header-height) - 168px);
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  align-items: start;
}

.studio-strip {
  display: inline-grid;
  grid-template-columns: repeat(3, auto);
  gap: 28px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  bottom: 30px;
  z-index: 3;
  align-items: center;
  justify-items: center;
}

.studio-strip--section {
  position: relative;
  left: auto;
  transform: none;
  bottom: auto;
  margin: 0 auto 36px;
}

.section-copy {
  display: grid;
  gap: 32px;
  align-items: center;
}

.section-copy--split {
  grid-template-columns: 320px 1fr;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 32px;
  text-align: center;
}

.card-grid {
  display: grid;
  gap: 22px;
}

.card-grid--characters {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sponsor-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.site-footer {
  padding: 26px 0 36px;
}

@media (max-width: 1024px) {
  .site-header {
    padding-inline: clamp(24px, 4vw, 40px);
  }

  .main-nav {
    display: none;
  }

  .site-header__inner {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand actions";
    gap: 12px;
    align-items: center;
    justify-items: stretch;
    text-align: left;
  }

  .section-copy--split,
  .sponsor-panels {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: auto;
    height: auto;
    overflow: visible;
  }

  .hero-stage {
    order: 1;
    overflow: visible;
  }

  .hero-stage__media {
    min-height: clamp(720px, calc(100svh - var(--sp-header-height)), 860px);
    height: auto;
    overflow: visible !important;
  }

  .hero-rail {
    order: 2;
    position: static !important;
    transform: none !important;
    width: min(calc(100% - 32px), 520px);
    min-height: auto;
    margin: 32px auto 0;
    z-index: auto !important;
  }

  .hero-rail.reveal,
  .hero-rail.reveal.is-visible {
    transform: none;
  }

  .hero-stage-center {
    width: min(860px, calc(100% - 48px));
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .site-header {
    padding-inline: clamp(14px, 4vw, 20px);
  }

  .site-header__inner {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "brand"
      "actions";
    gap: 10px;
    justify-items: stretch;
    text-align: left;
  }

  .content-section {
    padding-inline: 20px;
  }

  .hero-shell {
    min-height: clamp(680px, 100svh, 860px);
    height: auto;
    gap: 12px;
    overflow: visible;
  }

  .hero-stage__media {
    min-height: clamp(680px, 100svh, 860px);
    height: auto;
    overflow: visible !important;
  }

  .hero-stage__inner {
    padding: 20px 16px 140px;
  }

  .site-header {
    padding-inline: clamp(14px, 4vw, 20px);
  }

  .hero-stage-center {
    width: 100%;
    min-height: clamp(560px, 72svh, 760px);
  }

  .card-grid--characters,
  .location-grid,
  .sponsor-panels,
  .studio-strip {
    grid-template-columns: 1fr;
  }

  .studio-strip {
    left: 50%;
    right: auto;
    bottom: 16px;
    transform: translateX(-50%);
  }

  .site-footer__inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .hero-shell {
    min-height: clamp(700px, 100svh, 860px);
  }

  .hero-stage__media {
    min-height: clamp(700px, 100svh, 860px);
  }

  .hero-stage-center {
    min-height: clamp(540px, 72svh, 760px);
  }
}
﻿.brand,
.brand__eyebrow,
.brand__title,
.eyebrow,
.section-title,
.hero-title,
.cta,
.rail-block__title,
.ticket-meter__label,
.ticket-meter__meta,
.countdown__item span {
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  justify-self: start;
  padding-block: 6px;
  transition: transform var(--sp-transition), opacity var(--sp-transition), filter var(--sp-transition);
}

.brand__logo {
  width: 136px;
  height: auto;
  display: block;
}

.brand:hover,
.brand:focus-visible {
  opacity: 0.92;
  transform: scale(1.02);
  filter: drop-shadow(0 0 16px rgba(216, 185, 130, 0.18));
}

.brand__eyebrow,
.eyebrow,
.rail-block__title,
.ticket-meter__label {
  color: var(--sp-sand);
  letter-spacing: 0.16em;
  font-size: 14px;
  font-weight: 700;
}

.brand__title,
.hero-title,
.section-title,
.sponsor-panel h3,
.rail-block__title,
.nav-link {
  font-family: "Lexend", "Segoe UI", sans-serif;
}

.brand__title {
  color: var(--sp-gold);
  font-size: 2rem;
  line-height: 1;
}

.nav-link,
.lang-switch,
.cta,
.modal__close {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 3px;
  background: transparent;
  transition:
    color var(--sp-transition),
    border-color var(--sp-transition),
    background var(--sp-transition),
    box-shadow var(--sp-transition),
    transform var(--sp-transition);
}

.hero-rail,
.rail-block,
.poster-card,
.character-card,
.location-card,
.sponsor-panel,
.countdown,
.modal__dialog {
  border: 1px solid var(--sp-border);
  background: var(--sp-panel);
  box-shadow: 0 18px 44px var(--sp-shadow);
}

.hero-rail {
  --rail-pad-x: 20px;
  --rail-content-width: calc(clamp(388px, 24vw, 446px) - var(--rail-pad-x) - var(--rail-pad-x));
  position: absolute;
  top: 50%;
  left: 34px;
  bottom: auto;
  transform: translateY(-50%);
  width: clamp(388px, 24vw, 446px);
  z-index: 4;
  padding: 22px var(--rail-pad-x);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(8, 16, 28, 0.97), rgba(6, 10, 18, 0.98)),
    rgba(7, 9, 14, 0.96);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(216, 185, 130, 0.12);
  border: 1px solid rgba(216, 185, 130, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  overflow: hidden;
  max-height: calc(100svh - var(--sp-header-height) - 40px);
  position: absolute;
}

.hero-rail::before,
.hero-rail::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-rail::before {
  inset: 12px;
  border: 1px solid rgba(216, 185, 130, 0.08);
}

.hero-rail::after {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 12%, transparent 88%, rgba(216, 185, 130, 0.04)),
    radial-gradient(circle at 50% 0%, rgba(216, 185, 130, 0.06), transparent 24%);
}

.hero-rail.reveal {
  transform: translateY(calc(-50% + 18px));
}

.hero-rail.reveal.is-visible {
  transform: translateY(-50%);
}

.rail-block {
  border: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

.rail-block + .rail-block {
  margin-top: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(216, 185, 130, 0.12);
}

.rail-block--support {
  margin-top: 2px;
  padding: 16px 12px 14px;
  display: grid;
  justify-items: center;
  place-items: center;
  min-height: 96px;
  border: 1px solid rgba(216, 185, 130, 0.12);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(12, 16, 24, 0.96), rgba(8, 10, 15, 0.98));
}

.rail-seal {
  max-width: min(260px, 86%);
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.38));
}

.logo-stack,
.sponsor-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.logo-stack--primary {
  grid-template-columns: 1fr;
}

.logo-stack--rail {
  display: block;
}

.logo-stack--rail .logo-chip strong,
.logo-stack--rail .logo-chip__meta {
  display: none;
}

.logo-stack--rail-primary {
  --visible-count: 2;
  --rail-logo-gap: 12px;
  --tile-width: clamp(164px, calc((var(--rail-content-width) - var(--rail-logo-gap)) / 2), 186px);
  --tile-height: var(--tile-width);
}

.logo-stack--rail-category .logo-chip {
  min-height: var(--tile-height);
}

.logo-stack--rail-category {
  --visible-count: 4;
  --rail-logo-gap: 10px;
  --tile-width: clamp(78px, calc((var(--rail-content-width) - var(--rail-logo-gap) - var(--rail-logo-gap) - var(--rail-logo-gap)) / 4), 88px);
  --tile-height: var(--tile-width);
}

.rail-block__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  justify-content: center;
  text-align: center;
  color: #d8b982;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.rail-block__title::before,
.rail-block__title::after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 185, 130, 0), rgba(216, 185, 130, 0.36), rgba(216, 185, 130, 0));
  width: 52px;
  flex: 0 0 52px;
}

.rail-block__title::before {
  transform: scaleX(-1);
}

.rail-block__title::after {
  transform: none;
}

.rail-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.rail-slider--horizontal {
  width: 100%;
}

.rail-slider--vertical {
  --row-height: 54px;
  height: calc((5 * var(--row-height)) + 24px);
}

.rail-track {
  display: flex;
  gap: var(--rail-logo-gap, 8px);
  width: max-content;
}

.rail-track.is-static {
  width: auto;
  animation: none;
}

.rail-track--horizontal {
  animation: rail-marquee-x 22s linear infinite;
}

.rail-track--vertical {
  display: grid;
  gap: 6px;
  width: 100%;
  grid-auto-rows: var(--row-height);
  animation: rail-marquee-y 22s linear infinite;
}

.rail-slider:hover .rail-track {
  animation-play-state: paused;
}

.logo-chip,
.support-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 62px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid rgba(216, 185, 130, 0.18);
  background:
    linear-gradient(180deg, rgba(20, 23, 30, 0.92), rgba(11, 13, 20, 0.96)),
    rgba(11, 13, 20, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(216, 185, 130, 0.04),
    0 8px 16px rgba(0, 0, 0, 0.18);
}

.logo-stack--rail .rail-slider--horizontal .rail-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--tile-width);
  align-items: center;
}

.logo-stack--rail .rail-slider--horizontal {
  width: var(--rail-content-width);
  max-width: 100%;
}

.hero-rail .logo-stack--rail > .rail-slider--horizontal {
  width: var(--rail-content-width) !important;
  max-width: 100%;
  overflow: hidden;
}

.hero-rail .logo-stack--rail > .rail-slider--horizontal .rail-track--horizontal {
  grid-auto-columns: var(--tile-width);
}

.logo-stack--rail .logo-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--tile-width);
  min-width: var(--tile-width);
  min-height: var(--tile-height);
  height: var(--tile-height);
  padding: 6px;
}

.logo-stack--rail-primary .logo-chip {
  background:
    linear-gradient(180deg, rgba(30, 28, 24, 0.92), rgba(14, 14, 18, 0.96)),
    rgba(14, 14, 18, 0.94);
}

.logo-stack--rail-primary .logo-chip__image {
  max-width: 88%;
  max-height: 88%;
}

.logo-stack--rail-category .logo-chip {
  padding: 4px;
}

.logo-stack--rail-category .logo-chip__image {
  max-width: 86%;
  max-height: 86%;
}

.logo-chip__mark {
  font-weight: 800;
  color: var(--sp-gold);
  letter-spacing: 0.08em;
}

.logo-chip__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 40px;
  margin: auto;
  object-fit: contain;
  object-position: center center;
}

.logo-chip__meta,
.support-chip__meta,
.character-card__tag,
.location-card__meta,
.logo-chip strong {
  font-size: 0.7rem;
  line-height: 1.2;
  text-align: center;
}

.contributor-list,
.support-panel {
  display: grid;
  gap: 8px;
}

.contributor-list {
  height: calc((5 * var(--row-height)) + 24px);
}

.contributor-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(17, 21, 29, 0.94), rgba(11, 14, 20, 0.98));
  border: 1px solid rgba(216, 185, 130, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  min-width: 0;
  min-height: var(--row-height);
}

.contributor-row strong,
.support-chip__value {
  color: var(--sp-sand);
}

.contributor-row__brand {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.contributor-row__brand img {
  width: 80px;
    height: 80px;
  object-fit: contain;
  flex: 0 0 auto;
}

.contributor-row__brand span {
  font-size: 0.82rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 158px;
}

.contributor-row strong {
  font-size: 0.78rem;
  white-space: nowrap;
}

.rail-linkbutton {
  margin-top: 12px;
  width: 100%;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(216, 185, 130, 0.22);
  background:
    linear-gradient(180deg, rgba(28, 24, 18, 0.96), rgba(12, 12, 15, 0.98));
  color: #d8b982;
  font-family: "Lexend", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: left;
}

.rail-linkbutton::after {
  content: ">";
  color: #d8b982;
  font-size: 0.9rem;
  line-height: 1;
}

.rail-supportcard {
  display: grid;
  place-items: center;
  gap: 0;
  padding: 16px 12px 14px;
  min-height: 96px;
  border: 1px solid rgba(216, 185, 130, 0.12);
  background:
    linear-gradient(180deg, rgba(12, 16, 24, 0.96), rgba(8, 10, 15, 0.98));
}

.hero-title {
  margin: 0;
  font-size: clamp(3rem, 4.8vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: 0.015em;
  max-width: min(760px, 100%);
  font-family: "Cormorant Infant", "Times New Roman", serif;
  font-weight: 700;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.58);
}

.hero-title__line {
  display: block;
  white-space: nowrap;
}

.hero-copy,
.section-text {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
}

.ticket-meter {
  max-width: 520px;
  padding: 18px 20px;
  margin-bottom: 20px;
  border-radius: var(--sp-radius-md);
  border: 1px solid rgba(216, 185, 130, 0.32);
  background: rgba(15, 11, 8, 0.84);
}

.hero-stage__topline {
  display: flex;
  gap: 10px;
  width: min(860px, 100%);
  margin: clamp(4px, 0.8vh, 10px) auto clamp(6px, 1vh, 12px);
  flex-wrap: wrap;
  justify-content: center;
}

.header-release {
  display: grid;
  gap: 2px;
  min-width: 124px;
  padding: 8px 12px;
  border: 1px solid rgba(216, 185, 130, 0.26);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(17, 20, 28, 0.9), rgba(9, 8, 7, 0.96));
  text-align: center;
}

.header-release__date,
.header-release__label {
  text-transform: uppercase;
}

.header-release__date {
  color: var(--sp-sand);
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.12em;
}

.header-release__label {
  color: var(--sp-text-soft);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}

.main-nav {
  gap: 0;
  min-width: 0;
  flex-wrap: nowrap;
}

.nav-link {
  min-height: 52px;
  padding: 10px 18px;
  border: 0;
  border-radius: 0;
  font-size: clamp(12px, 0.72vw, 14px);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  background: transparent;
  box-shadow: none;
}

.nav-link + .nav-link {
  position: relative;
  margin-left: 2px;
  padding-left: 22px;
}

.nav-link + .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: linear-gradient(180deg, transparent, rgba(216, 185, 130, 0.22), transparent);
}

.header-actions {
  gap: 10px;
  padding-right: 6px;
  flex-wrap: nowrap;
}

.language-picker {
  position: relative;
  z-index: 32;
}

.lang-switch {
  gap: 8px;
  min-width: 88px;
  border-color: rgba(216, 185, 130, 0.2);
  background: rgba(8, 10, 14, 0.72);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.lang-switch:hover,
.language-picker.is-open .lang-switch {
  color: var(--sp-cream);
  border-color: rgba(216, 185, 130, 0.48);
  background: rgba(22, 17, 12, 0.9);
  box-shadow: 0 0 18px rgba(184, 137, 59, 0.18);
}

.flag-badge {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 4px 12px rgba(0, 0, 0, 0.28);
  font-size: 15px;
  line-height: 1;
}

.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 188px;
  padding: 8px;
  border: 1px solid rgba(216, 185, 130, 0.22);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(13, 18, 27, 0.98), rgba(8, 9, 12, 0.98)),
    var(--sp-night);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.42);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition:
    opacity var(--sp-transition),
    visibility var(--sp-transition),
    transform var(--sp-transition);
}

.language-picker.is-open .language-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.language-option {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  width: 100%;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--sp-text);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  direction: ltr;
  cursor: pointer;
  transition:
    color var(--sp-transition),
    background var(--sp-transition);
}

.language-option[dir="rtl"] {
  direction: ltr;
  text-align: left;
}

.language-option[dir="rtl"] span:last-child {
  direction: rtl;
  text-align: left;
}

.language-option:hover,
.language-option.is-active {
  color: var(--sp-cream);
  background: rgba(184, 137, 59, 0.14);
}

.mobile-menu-toggle {
  display: none;
  width: 46px;
  min-width: 46px;
  min-height: 44px;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(216, 185, 130, 0.24);
  border-radius: 4px;
  background: rgba(8, 10, 14, 0.76);
  cursor: pointer;
}

.mobile-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--sp-sand);
  transition:
    transform var(--sp-transition),
    opacity var(--sp-transition),
    background var(--sp-transition);
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle.is-open {
  border-color: rgba(216, 185, 130, 0.5);
  box-shadow: 0 0 18px rgba(184, 137, 59, 0.16);
}

.mobile-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(42deg);
}

.mobile-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-42deg);
}

.mobile-nav-panel {
  display: none;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 12px 14px;
  border-bottom: 0;
  border-radius: 8px;
  color: var(--sp-text);
  font-family: "Lexend", "Segoe UI", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mobile-nav-link:last-child {
  border-bottom: 0;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  color: var(--sp-sand);
  background: rgba(184, 137, 59, 0.1);
  text-shadow: 0 0 14px rgba(216, 185, 130, 0.28);
}

@media (min-width: 1025px) and (max-width: 1680px) {
  .site-header {
    padding-inline: clamp(24px, 5vw, 84px);
  }

  .site-header__inner {
    width: min(100%, calc(100vw - (2 * clamp(24px, 5vw, 84px))));
    grid-template-columns: 150px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .brand__logo {
    width: 126px;
  }

  .nav-link {
    min-height: 48px;
    padding: 8px 12px;
    font-size: clamp(11px, 0.66vw, 12.5px);
    letter-spacing: 0.065em;
  }

  .nav-link + .nav-link {
    margin-left: 0;
    padding-left: 15px;
  }

  .header-actions {
    gap: 8px;
  }

  .lang-switch {
    min-width: 76px;
    padding-inline: 10px;
  }

  .header-release {
    min-width: 112px;
    padding: 7px 10px;
  }

  .header-release__date {
    font-size: 1.08rem;
    letter-spacing: 0.1em;
  }

  .header-release__label {
    font-size: 0.6rem;
    letter-spacing: 0.16em;
  }

  .cta--ghost.js-open-ticket {
    min-height: 44px;
    padding-inline: 13px;
  }
}

.hero-stage__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  z-index: 0;
  background:
    linear-gradient(135deg, #7f664d, #2a1d14 55%, #100c08);
}

.hero-stage__overlay,
.hero-stage__vista {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-stage__overlay {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.88) 0%, rgba(7, 10, 15, 0.36) 18%, rgba(9, 7, 5, 0.08) 44%, rgba(9, 7, 5, 0.24) 100%),
    linear-gradient(180deg, rgba(9, 7, 5, 0.16), rgba(9, 7, 5, 0.18) 30%, rgba(9, 7, 5, 0.82) 84%, rgba(9, 7, 5, 0.94));
}

.hero-stage__vista {
  z-index: 1;
  background:
    radial-gradient(circle at 64% 14%, rgba(254, 240, 210, 0.34), transparent 16%),
    radial-gradient(circle at 50% 58%, rgba(214, 165, 95, 0.16), transparent 32%);
  mix-blend-mode: screen;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid rgba(216, 185, 130, 0.18);
  background:
    linear-gradient(180deg, rgba(15, 11, 7, 0.62), rgba(10, 8, 6, 0.58));
  backdrop-filter: blur(4px);
  color: var(--sp-sand);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-badge--ghost {
  color: var(--sp-cream);
}

.campaign-board {
  max-width: 920px;
  margin: 0 auto;
  justify-self: center;
  width: 100%;
  display: grid;
  gap: 12px;
}

.campaign-board__stats {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(184px, 0.48fr);
  gap: 14px;
  align-items: stretch;
}

.stat-card {
  padding: 10px 12px;
  border-radius: 3px;
  border: 1px solid rgba(216, 185, 130, 0.2);
  background:
    linear-gradient(180deg, rgba(15, 11, 7, 0.62), rgba(10, 8, 6, 0.58));
  backdrop-filter: blur(4px);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(216, 185, 130, 0.06);
  text-align: left;
}

.stat-card--wide {
  position: relative;
  justify-self: stretch;
  width: 100%;
}

.stat-card__label,
.stat-card__meta {
  display: block;
  color: var(--sp-sand);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  font-weight: 700;
}

.stat-card__value {
  margin-top: 8px;
  color: #f8ecda;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-align: left;
}

.stat-card__value--small {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.stat-card__label,
.stat-card__meta,
.stat-card__value,
.stat-card__value--small {
  justify-self: start;
}

.campaign-progress {
  --progress-ratio: 34.2%;
  display: grid;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.campaign-progress__summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}

.campaign-progress__total,
.campaign-progress__target-card {
  border: 1px solid rgba(216, 185, 130, 0.25);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(15, 11, 7, 0.72), rgba(8, 7, 6, 0.62));
  backdrop-filter: blur(5px);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(216, 185, 130, 0.05);
}

.campaign-progress__total {
  padding: 13px 18px 15px;
}

.campaign-progress__total span,
.campaign-progress__target-card span,
.campaign-progress__target-card em {
  display: block;
  color: var(--sp-sand);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  font-style: normal;
}

.campaign-progress__total strong {
  display: block;
  margin-top: 8px;
  color: #f8ecda;
  font-size: clamp(2.35rem, 3.35vw, 3.55rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0.22em;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.42);
}

.campaign-progress__target-card {
  display: grid;
  align-content: center;
  min-height: 94px;
  padding: 13px 16px;
}

.campaign-progress__target-card strong {
  display: block;
  margin-top: 7px;
  color: #f8ecda;
  font-size: clamp(1.45rem, 2.05vw, 2.16rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0.08em;
}

.campaign-progress__scale {
  position: relative;
  min-height: 26px;
  margin: 0 8px -3px;
  color: var(--sp-text-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.campaign-progress__scale-start,
.campaign-progress__scale-current {
  position: absolute;
  top: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  white-space: nowrap;
}

.campaign-progress__scale-start {
  left: 0;
}

.campaign-progress__scale-current {
  left: clamp(82px, var(--progress-ratio), calc(100% - 98px));
  transform: translateX(-50%);
  color: var(--sp-cream);
  padding: 5px 9px;
  border: 1px solid rgba(216, 185, 130, 0.24);
  border-radius: 9px;
  background: rgba(9, 8, 7, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
  box-shadow:
    0 12px 22px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(216, 185, 130, 0.16);
  text-shadow: 0 0 18px rgba(216, 185, 130, 0.28);
}

.campaign-progress__scale-current::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 1px;
  height: 12px;
  background: linear-gradient(180deg, rgba(216, 185, 130, 0.82), rgba(216, 185, 130, 0));
}

.campaign-progress__scale-current strong {
  color: var(--sp-sand);
  font-size: clamp(0.98rem, 1.22vw, 1.34rem);
  letter-spacing: 0.12em;
}

.campaign-progress__labels {
  display: grid;
  grid-template-columns: 40px 1fr 84px;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
  color: var(--sp-text-muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.ticket-meter__progress--hero {
  margin: 0 8px;
  height: 12px;
  background: rgba(244, 232, 214, 0.11);
  border-radius: 8px;
  box-shadow:
    inset 0 0 0 1px rgba(216, 185, 130, 0.08),
    0 10px 18px rgba(0, 0, 0, 0.18);
}

.ticket-meter__progress--hero span {
  box-shadow:
    0 0 18px rgba(216, 185, 130, 0.34),
    inset 0 0 0 1px rgba(248, 236, 218, 0.12);
}

.ticket-meter__meta--hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 0;
  padding: 10px 12px;
  border: 1px solid rgba(216, 185, 130, 0.18);
  border-radius: 10px;
  background: rgba(8, 7, 6, 0.74);
  color: rgba(243, 230, 207, 0.78);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: none;
}

.ticket-meter__meta--hero strong {
  color: var(--sp-sand);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticket-meter__meta--hero [data-progress-percent] {
  color: var(--sp-cream);
  font-weight: 800;
  white-space: nowrap;
}

/* Reference-style cinematic ticket meter. Kept local to the hero campaign board. */
.campaign-progress {
  --progress-ratio: 34.2%;
  display: grid;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.campaign-progress__summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  width: min(780px, 88%);
  margin-inline: auto;
}

.campaign-progress__total,
.campaign-progress__target-card {
  position: relative;
  border: 1px solid rgba(216, 185, 130, 0.42);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(13, 13, 11, 0.92), rgba(5, 7, 8, 0.88));
  backdrop-filter: blur(3px);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(248, 236, 218, 0.05),
    inset 0 0 22px rgba(216, 185, 130, 0.06);
}

.campaign-progress__total {
  justify-self: center;
  width: auto;
  max-width: 100%;
  padding: 8px 14px 10px;
  transform: translateY(0);
}

.campaign-progress__total span,
.campaign-progress__target-card span,
.campaign-progress__target-card em {
  display: block;
  color: var(--sp-sand);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.82rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
}

.campaign-progress__total strong {
  display: block;
  margin-top: 7px;
  text-align: center;
  color: var(--sp-cream);
  font-family: "Lexend", sans-serif;
  font-size: clamp(2.55rem, 3.9vw, 4.18rem);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: 0.26em;
  text-shadow:
    0 12px 30px rgba(0, 0, 0, 0.48),
     0 0 16px rgba(216, 185, 130, 0.2);
}

.campaign-progress .ticket-meter__meta--hero {
  margin-top: 0;
}

.campaign-progress__target-card {
  display: grid;
  justify-self: start;
  align-content: center;
  justify-items: center;
  min-height: 126px;
  min-width: 174px;
  padding: 15px 18px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 15%, rgba(216, 185, 130, 0.14), transparent 48%),
    linear-gradient(180deg, rgba(17, 17, 14, 0.96), rgba(5, 7, 8, 0.92));
  box-shadow:
    0 18px 30px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(248, 236, 218, 0.07),
    inset 0 0 26px rgba(216, 185, 130, 0.1);
}

.campaign-progress__target-card strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--sp-cream);
  font-size: clamp(1.62rem, 2.28vw, 2.42rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0.06em;
}

.campaign-progress__target-card::before,
.campaign-progress__target-card::after {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(216, 185, 130, 0.55);
  opacity: 0.82;
}

.campaign-progress__target-card::after {
  inset: 12px;
  border: 0;
  opacity: 0.88;
  background:
    linear-gradient(90deg, rgba(216, 185, 130, 0.74) 0 20px, transparent 20px) left top / 42px 1px no-repeat,
    linear-gradient(180deg, rgba(216, 185, 130, 0.74) 0 20px, transparent 20px) left top / 1px 42px no-repeat,
    linear-gradient(270deg, rgba(216, 185, 130, 0.74) 0 20px, transparent 20px) right top / 42px 1px no-repeat,
    linear-gradient(180deg, rgba(216, 185, 130, 0.74) 0 20px, transparent 20px) right top / 1px 42px no-repeat,
    linear-gradient(90deg, rgba(216, 185, 130, 0.74) 0 20px, transparent 20px) left bottom / 42px 1px no-repeat,
    linear-gradient(0deg, rgba(216, 185, 130, 0.74) 0 20px, transparent 20px) left bottom / 1px 42px no-repeat,
    linear-gradient(270deg, rgba(216, 185, 130, 0.74) 0 20px, transparent 20px) right bottom / 42px 1px no-repeat,
    linear-gradient(0deg, rgba(216, 185, 130, 0.74) 0 20px, transparent 20px) right bottom / 1px 42px no-repeat;
}

.campaign-progress__bar-row {
  position: relative;
  display: block;
  width: min(100%, 850px);
  margin: 6px auto 0;
  padding: 0 14px 42px;
}

.campaign-progress__bar-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  padding-top: 38px;
}

.campaign-progress__edge-label {
  position: absolute;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(216, 185, 130, 0.3);
  border-radius: 8px;
  background: rgba(5, 7, 8, 0.9);
  color: var(--sp-cream);
  font-size: clamp(0.82rem, 0.95vw, 1.02rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow:
    0 12px 22px rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(248, 236, 218, 0.04);
}

.campaign-progress__edge-label--start {
  left: 14px;
  transform: translateX(-50%);
}

.campaign-progress__edge-label--end {
  right: 14px;
  min-width: auto;
  min-height: 32px;
  font-size: clamp(0.72rem, 0.88vw, 0.9rem);
  transform: translateX(50%);
}

.campaign-progress__scale-current {
  position: absolute;
  top: 0;
  left: clamp(68px, var(--progress-ratio), calc(100% - 82px));
  transform: translateX(-50%);
  color: var(--sp-cream);
  padding: 5px 9px 6px;
  border: 1px solid rgba(216, 185, 130, 0.48);
  border-radius: 9px;
  background: rgba(7, 8, 8, 0.92);
  font-size: clamp(0.78rem, 0.92vw, 0.96rem);
  font-weight: 800;
  text-align: center;
  box-shadow:
    0 12px 22px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(216, 185, 130, 0.16);
  text-shadow: 0 0 18px rgba(216, 185, 130, 0.28);
}

.campaign-progress__scale-current::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid var(--sp-sand);
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.35));
}

.campaign-progress__scale-current strong {
  color: var(--sp-sand);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.ticket-meter__progress--hero {
  position: relative;
  height: 26px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 185, 130, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(16, 20, 23, 0.96), rgba(11, 14, 17, 0.94)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 92px);
  box-shadow:
    0 16px 24px rgba(0, 0, 0, 0.3),
    inset 0 0 0 1px rgba(248, 236, 218, 0.04);
}

.ticket-meter__progress--hero span {
  display: block;
  height: 100%;
  border-right: 2px solid rgba(95, 59, 19, 0.5);
  background:
    linear-gradient(180deg, rgba(245, 207, 128, 0.98), rgba(174, 119, 43, 0.94)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 92px);
  box-shadow:
    0 0 20px rgba(216, 185, 130, 0.3),
    inset 0 1px 0 rgba(255, 247, 222, 0.48),
    inset 0 -9px 18px rgba(95, 59, 19, 0.2);
}

.ticket-meter__meta--hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: min(640px, 74%);
  margin: 8px auto 0;
  padding: 12px 18px 13px;
  border: 1px solid rgba(216, 185, 130, 0.24);
  border-radius: 10px;
  background: rgba(5, 7, 8, 0.88);
  color: rgba(243, 230, 207, 0.78);
  font-size: 0.72rem;
  line-height: 1.3;
  letter-spacing: 0.035em;
  text-transform: none;
  text-align: center;
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(248, 236, 218, 0.03);
}

.ticket-meter__meta--hero strong {
  color: var(--sp-sand);
  font-size: 0.88rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: normal;
}

.ticket-meter__meta--hero [data-progress-percent] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.hero-poster-lockup {
  margin-bottom: clamp(10px, 1.4vh, 22px);
  margin-top: clamp(34px, 6.5vh, 76px);
  display: flex;
  justify-content: center;
}

.hero-poster-lockup--reference-clean {
  display: none !important;
}

.hero-project-logo {
  width: clamp(260px, 30vw, 420px);
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 26px rgba(0, 0, 0, 0.42));
}

.hero-copyblock {
  max-width: min(760px, 100%);
  margin: 0 auto clamp(18px, 2.2vh, 28px);
  text-align: center;
}

.hero-copyblock--reference-clean {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.hero-actions--featured {
  gap: 20px;
  justify-content: center;
  width: min(780px, 100%);
  margin: clamp(24px, 3.4vh, 46px) auto clamp(92px, 12vh, 126px);
}

.hero-video-trigger {
  position: absolute;
  top: 54%;
  right: 10.5%;
  transform: translateY(-50%);
  width: 146px;
  height: 146px;
  border: 1px solid rgba(216, 185, 130, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(216, 185, 130, 0.24), rgba(8, 7, 6, 0.46) 66%);
  box-shadow:
    0 0 0 1px rgba(216, 185, 130, 0.16),
    0 18px 42px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(216, 185, 130, 0.2);
  backdrop-filter: blur(8px);
  z-index: 3;
  transition: transform var(--sp-transition), box-shadow var(--sp-transition), border-color var(--sp-transition), background var(--sp-transition);
  animation: play-pulse 3.8s ease-in-out infinite;
}

.hero-video-trigger.reveal {
  transform: translateY(calc(-50% + 18px)) scale(0.94);
}

.hero-video-trigger.reveal.is-visible {
  transform: translateY(-50%);
}

.hero-video-trigger::before {
  content: "";
  position: absolute;
  inset: -24px;
  border-radius: 50%;
  border: 1px solid rgba(216, 185, 130, 0.2);
  opacity: 0;
  animation: play-ripple 3.8s ease-out infinite;
}

.hero-video-trigger::after {
  content: "";
  position: absolute;
  inset: -50px;
  border-radius: 50%;
  border: 1px solid rgba(216, 185, 130, 0.16);
  opacity: 0;
  animation: play-ripple 3.8s ease-out 1.3s infinite;
}

.hero-video-trigger:hover {
  transform: translateY(-50%) scale(1.05);
  border-color: rgba(216, 185, 130, 0.72);
  background:
    radial-gradient(circle at 50% 50%, rgba(216, 185, 130, 0.3), rgba(8, 7, 6, 0.52) 68%);
  box-shadow:
    0 0 0 1px rgba(216, 185, 130, 0.22),
    0 18px 42px rgba(0, 0, 0, 0.38),
    0 0 64px rgba(216, 185, 130, 0.42);
}

.hero-video-trigger__icon {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  font-size: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 25px solid var(--sp-cream);
  margin-left: 8px;
  filter: drop-shadow(0 0 10px rgba(216, 185, 130, 0.22));
}

.hero-cta-card {
  display: inline-grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 350px;
  min-height: 86px;
  padding: 15px 20px;
  border-radius: 13px;
  border-width: 1px;
  justify-self: center;
  text-align: left;
  text-transform: none;
  border-color: rgba(216, 185, 130, 0.18);
  background:
    linear-gradient(180deg, rgba(15, 11, 7, 0.62), rgba(10, 8, 6, 0.58));
  backdrop-filter: blur(4px);
  box-shadow:
    0 18px 30px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(216, 185, 130, 0.05);
}

.hero-cta-card--support {
  background:
    linear-gradient(135deg, rgba(216, 185, 130, 0.94), rgba(184, 137, 59, 0.9) 54%, rgba(124, 82, 35, 0.88));
  border-color: rgba(243, 230, 207, 0.46);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(216, 185, 130, 0.14),
    inset 0 0 0 1px rgba(248, 236, 218, 0.16);
}

.hero-cta-card--self {
  background:
    linear-gradient(180deg, rgba(18, 16, 14, 0.7), rgba(8, 8, 7, 0.62));
  border-color: rgba(216, 185, 130, 0.26);
}

.hero-cta-card__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(216, 185, 130, 0.2);
  background:
    radial-gradient(circle at 50% 50%, rgba(216, 185, 130, 0.12), rgba(10, 9, 7, 0.7));
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(216, 185, 130, 0.08);
}

.hero-cta-card--support .hero-cta-card__icon {
  border-color: rgba(29, 19, 11, 0.2);
  background:
    radial-gradient(circle at 50% 50%, rgba(29, 19, 11, 0.22), rgba(29, 19, 11, 0.08));
}

.hero-cta-card__icon::before,
.hero-cta-card__icon::after {
  content: "";
  position: absolute;
  display: block;
}

.hero-cta-card--support .hero-cta-card__icon::before {
  width: 22px;
  height: 16px;
  border: 2px solid rgba(248, 236, 218, 0.92);
  border-radius: 4px;
  transform: rotate(-8deg);
}

.hero-cta-card--support .hero-cta-card__icon::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(248, 236, 218, 0.92);
  box-shadow:
    0 -13px 0 -2px rgba(248, 236, 218, 0.92),
    0 13px 0 -2px rgba(248, 236, 218, 0.92);
}

.hero-cta-card--self .hero-cta-card__icon::before {
  width: 24px;
  height: 16px;
  border: 2px solid rgba(248, 236, 218, 0.92);
  border-radius: 4px;
}

.hero-cta-card--self .hero-cta-card__icon::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(248, 236, 218, 0.92);
  box-shadow:
    -9px 0 0 rgba(248, 236, 218, 0.92),
    9px 0 0 rgba(248, 236, 218, 0.92);
}

.hero-cta-card__body {
  display: grid;
  gap: 2px;
}

.hero-cta-card__eyebrow {
  color: var(--sp-sand);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-cta-card--support .hero-cta-card__eyebrow,
.hero-cta-card--support .hero-cta-card__text {
  color: #1d130b;
  text-shadow: none;
}

.hero-cta-card__text {
  color: var(--sp-cream);
  font-size: 1rem;
  line-height: 1.28;
  text-align: left;
}

.hero-cta-card:hover,
.hero-cta-card:focus-visible {
  border-color: rgba(216, 185, 130, 0.28);
  background:
    linear-gradient(180deg, rgba(31, 24, 15, 0.74), rgba(12, 10, 7, 0.64));
  box-shadow:
    0 20px 34px rgba(0, 0, 0, 0.24),
    0 0 18px rgba(216, 185, 130, 0.1);
}

.hero-cta-card--support:hover,
.hero-cta-card--support:focus-visible {
  border-color: rgba(243, 230, 207, 0.58);
  background:
    linear-gradient(135deg, rgba(226, 196, 135, 0.96), rgba(190, 145, 67, 0.92) 54%, rgba(134, 90, 39, 0.9));
  box-shadow:
    0 20px 34px rgba(0, 0, 0, 0.26),
    0 0 22px rgba(216, 185, 130, 0.18),
    inset 0 0 0 1px rgba(248, 236, 218, 0.18);
}

.hero-cta-card--self:hover,
.hero-cta-card--self:focus-visible {
  border-color: rgba(216, 185, 130, 0.36);
  background:
    linear-gradient(180deg, rgba(22, 18, 14, 0.74), rgba(8, 8, 7, 0.66));
  box-shadow:
    0 20px 34px rgba(0, 0, 0, 0.26),
    0 0 20px rgba(216, 185, 130, 0.12);
}

@media (min-width: 1025px) {
  .hero-stage-center {
    position: relative;
    grid-template-rows: auto 1fr auto;
  }

  .campaign-board {
    grid-row: 1;
  }

  .hero-actions--featured {
    grid-row: 3;
    align-self: end;
    margin-top: 0;
    margin-bottom: clamp(4px, 0.6vh, 8px);
  }
}

@media (min-width: 1025px) and (max-width: 1680px) and (max-height: 950px) {
  .hero-stage-center {
    min-height: calc(100svh - var(--sp-header-height) - 132px);
    grid-template-rows: auto 1fr auto;
    gap: clamp(6px, 1.1vh, 12px);
  }

  .campaign-board {
    gap: 8px;
  }

  .hero-poster-lockup {
    margin-top: clamp(18px, 3.2vh, 34px);
    margin-bottom: clamp(6px, 0.8vh, 12px);
  }

  .hero-project-logo {
    width: clamp(220px, 20vw, 296px);
  }

  .hero-copyblock {
    margin-bottom: clamp(6px, 1vh, 12px);
  }

  .hero-title {
    font-size: clamp(2.9rem, 5.05vw, 4.1rem);
    line-height: 0.91;
  }

  .hero-copy {
    font-size: 0.95rem;
  }

  .hero-actions--featured {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: min(760px, 100%);
    margin-top: 0;
    margin-bottom: clamp(18px, 3vh, 38px);
  }

  .hero-cta-card {
    flex: 0 1 calc(50% - 7px);
    width: calc(50% - 7px);
    min-width: 0;
    min-height: 68px;
    padding: 10px 14px;
  }
}

.ticket-meter__value {
  margin: 8px 0;
  color: var(--sp-cream);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.18em;
}

.ticket-meter__progress {
  height: 18px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.ticket-meter__progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sp-sand), var(--sp-gold));
}

.ticket-meter__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: -43px;
  color: var(--sp-text-muted);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.cta {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.cta--gold {
  background: linear-gradient(135deg, rgba(216, 185, 130, 0.95), rgba(184, 137, 59, 0.92));
  color: #170f09;
}

.cta--ghost,
.cta--light {
  background: rgba(15, 10, 7, 0.6);
}

.studio-strip__item {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.studio-strip__item--title {
  font-family: "Lexend", "Segoe UI", sans-serif;
}

.studio-strip__logo {
  display: block;
  max-width: 100%;
  max-height: 88px;
  object-fit: contain;
}

.studio-strip__logo--megaton {
  max-height: 94px;
}

.studio-strip__logo--project {
  max-height: 104px;
}

.studio-strip__logo--baraka {
  max-height: 80px;
}

.studio-strip.reveal {
  transform: translateX(-50%) translateY(24px);
}

.studio-strip.reveal.is-visible {
  transform: translateX(-50%) translateY(0);
}

.studio-strip--section.reveal {
  transform: translateY(24px);
}

.studio-strip--section.reveal.is-visible {
  transform: translateY(0);
}

.content-section {
  margin-top: 32px;
  padding: 72px 0;
}



.poster-card {
  padding: 20px;
  border-radius: 26px;
  min-height: 420px;
  background:
    linear-gradient(180deg, rgba(255, 238, 210, 0.12), rgba(25, 17, 11, 0.96)),
    linear-gradient(135deg, #947255, #24180f 60%, #100b08);
}

.poster-card__frame {
  height: 100%;
  border-radius: 22px;
  border: 1px solid rgba(216, 185, 130, 0.34);
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 28px 24px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 244, 220, 0.36), transparent 20%),
    linear-gradient(180deg, rgba(18, 13, 9, 0.08), rgba(18, 13, 9, 0.88));
}

.poster-card__title,
.poster-card__subtitle {
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
}

.poster-card__title {
  font-size: 2rem;
  color: var(--sp-sand);
}

.poster-card__subtitle {
  font-size: 2.8rem;
  color: var(--sp-gold);
}

.section-title {
  margin: 10px 0 14px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.section-title--small {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.character-card,
.location-card,
.sponsor-panel {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 24px;
  transition:
    transform var(--sp-transition-slow),
    border-color var(--sp-transition-slow),
    box-shadow var(--sp-transition-slow);
}

.character-card:hover,
.location-card:hover,
.sponsor-panel:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 185, 130, 0.46);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(216, 185, 130, 0.08);
}

.character-card__portrait,
.location-card__image {
  height: 220px;
  margin-bottom: 18px;
  border-radius: 18px;
  border: 1px solid rgba(216, 185, 130, 0.18);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 247, 230, 0.18), transparent 20%),
    linear-gradient(135deg, rgba(216, 185, 130, 0.26), rgba(14, 10, 8, 0.84)),
    #2f1f15;
}

.character-card__portrait {
  display: grid;
  place-items: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  color: var(--sp-sand);
}

.character-card h3,
.location-card h3,
.sponsor-panel h3 {
  margin: 0 0 10px;
  color: var(--sp-sand);
  font-size: 1.45rem;
}

.location-card__image {
  background:
    linear-gradient(180deg, rgba(255, 241, 216, 0.08), rgba(15, 10, 6, 0.1)),
    linear-gradient(135deg, #b68e69, #6c4b31 40%, #2b1c12 100%);
}

.countdown {
  max-width: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  border-radius: 24px;
}

.countdown__item {
  min-height: 128px;
  display: grid;
  place-items: center;
  gap: 8px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(184, 137, 59, 0.18), rgba(16, 24, 39, 0.2)),
    rgba(11, 9, 7, 0.9);
  border: 1px solid rgba(216, 185, 130, 0.18);
}

.countdown__item strong {
  color: var(--sp-gold);
  font-size: clamp(2rem, 4vw, 3rem);
}

.sponsor-panel__grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer {
  width: 100%;
  margin-inline: 0;
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 5vw, 76px) clamp(24px, 5vw, 72px);
  border-top: 1px solid rgba(216, 185, 130, 0.12);
  background:
    radial-gradient(circle at 18% 16%, rgba(184, 137, 59, 0.13), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(216, 185, 130, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(13, 13, 12, 0.98), rgba(5, 7, 9, 0.99) 58%, rgba(11, 8, 6, 1));
  box-shadow: inset 0 1px 0 rgba(243, 230, 207, 0.03);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(216, 185, 130, 0.08), transparent 18%, transparent 82%, rgba(216, 185, 130, 0.08)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 4px);
  opacity: 0.36;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 1.34fr) minmax(430px, 1.44fr) minmax(190px, 0.6fr);
  align-items: start;
  gap: clamp(30px, 3.8vw, 66px);
  width: min(100%, 1280px);
  margin-inline: auto;
}

.site-footer__brand-group {
  display: grid;
  grid-template-columns: auto minmax(160px, 1fr);
  align-items: start;
  gap: clamp(24px, 3vw, 48px);
  min-width: 0;
}

.site-footer__logo-link {
  display: inline-flex;
  width: fit-content;
  border-radius: 18px;
}

.site-footer__logo {
  display: block;
  width: clamp(150px, 10.5vw, 188px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(184, 88, 24, 0.24));
}

.site-footer__copy-social {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 20px;
  min-width: 0;
}

.site-footer__tagline {
  margin: 0;
  max-width: 270px;
  color: rgba(243, 230, 207, 0.72);
  font-size: 0.92rem;
  line-height: 1.65;
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-link {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 185, 130, 0.34);
  border-radius: 50%;
  color: var(--sp-sand);
  background: rgba(184, 137, 59, 0.06);
  transition:
    color var(--sp-transition),
    border-color var(--sp-transition),
    background var(--sp-transition),
    box-shadow var(--sp-transition),
    transform var(--sp-transition);
}

.social-link svg {
  width: 17px;
  height: 17px;
  display: block;
}

.social-link svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-link:hover,
.social-link:focus-visible {
  color: var(--sp-cream);
  border-color: rgba(216, 185, 130, 0.72);
  background: rgba(184, 137, 59, 0.16);
  box-shadow: 0 0 24px rgba(184, 137, 59, 0.22);
  transform: translateY(-1px);
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  align-items: start;
  gap: clamp(20px, 3vw, 46px);
}

.site-footer__column {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
}

.site-footer__column h2 {
  margin: 0 0 8px;
  color: var(--sp-sand);
  font-family: var(--sp-font-heading);
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__column a {
  width: fit-content;
  color: rgba(243, 230, 207, 0.7);
  font-size: 0.9rem;
  line-height: 1.5;
  text-decoration: none;
  transition:
    color var(--sp-transition),
    text-shadow var(--sp-transition),
    transform var(--sp-transition);
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible {
  color: var(--sp-cream);
  text-shadow: 0 0 18px rgba(216, 185, 130, 0.24);
  transform: translateX(2px);
}

.site-footer__date-card {
  justify-self: end;
  align-self: start;
  display: grid;
  gap: 4px;
  min-width: 210px;
  padding: 22px 30px;
  border: 1px solid rgba(184, 137, 59, 0.58);
  border-radius: 12px;
  color: var(--sp-cream);
  text-align: center;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(184, 137, 59, 0.14), rgba(15, 11, 7, 0.64)),
    rgba(7, 8, 9, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(243, 230, 207, 0.04),
    0 22px 44px rgba(0, 0, 0, 0.22);
  transition:
    border-color var(--sp-transition),
    box-shadow var(--sp-transition),
    transform var(--sp-transition);
}

.site-footer__date-card span {
  color: var(--sp-sand);
  font-family: var(--sp-font-heading);
  font-size: clamp(1.38rem, 1.65vw, 1.86rem);
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-footer__date-card small {
  color: rgba(243, 230, 207, 0.76);
  font-family: var(--sp-font-heading);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-footer__date-card:hover,
.site-footer__date-card:focus-visible {
  border-color: rgba(216, 185, 130, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(243, 230, 207, 0.07),
    0 26px 56px rgba(184, 137, 59, 0.14);
  transform: translateY(-2px);
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  padding: 20px;
  z-index: 30;
}

.modal.is-open {
  display: grid;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 4, 7, 0.7);
}

.modal__dialog {
  position: relative;
  width: min(100%, 640px);
  padding: 28px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(16, 24, 39, 0.3), rgba(15, 10, 7, 0.92)),
    rgba(8, 7, 6, 0.96);
}

.modal__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  margin-bottom: 16px;
}

.modal__titlegroup {
  min-width: 0;
}

.modal__titlegroup .eyebrow {
  margin: 0 0 4px;
}

.modal__titlegroup .section-title {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 2rem);
  line-height: 1.1;
}

.modal__close {
  margin-left: 0;
  min-height: 38px;
  padding: 8px 14px;
  align-self: start;
}

.ticket-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.ticket-form label {
  display: grid;
  gap: 8px;
  color: var(--sp-text-soft);
}

.ticket-form input,
.ticket-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(216, 185, 130, 0.2);
  border-radius: 14px;
  color: var(--sp-cream);
  background: rgba(255, 255, 255, 0.04);
}

.modal__dialog--video {
  width: min(100%, 1120px);
}

.trailer-video {
  width: 100%;
  margin-top: 16px;
  border-radius: 12px;
  background: #000;
}

@media (min-width: 769px) and (max-width: 1100px) {
  .site-footer {
    padding: clamp(50px, 6vw, 64px) clamp(28px, 5vw, 52px);
  }

  .site-footer__inner {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 34px;
    width: min(100%, 760px);
  }

  .site-footer__brand-group {
    grid-template-columns: auto minmax(260px, 1fr);
    justify-content: center;
    width: min(100%, 640px);
    gap: clamp(28px, 4vw, 40px);
  }

  .site-footer__logo {
    width: clamp(152px, 18vw, 176px);
  }

  .site-footer__copy-social {
    justify-items: start;
  }

  .site-footer__nav {
    width: min(100%, 640px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: start;
    gap: clamp(28px, 4vw, 42px);
  }

  .site-footer__date-card {
    justify-self: center;
    min-width: 240px;
    padding: 21px 34px;
  }
}

@media (max-width: 1024px) {
  .brand {
    grid-area: brand;
    justify-self: start;
  }

  .nav-link {
    min-height: 48px;
    padding: 10px 12px;
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  .nav-link + .nav-link {
    margin-left: 0;
    padding-left: 16px;
  }

  .header-actions {
    grid-area: actions;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    padding-right: 0;
  }

  .header-release {
    min-width: 108px;
    padding: 8px 10px;
  }

  .header-release__date {
    font-size: 1.06rem;
    letter-spacing: 0.08em;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav-panel:not([hidden]) {
    position: absolute;
    top: calc(100% + 1px);
    right: clamp(24px, 4vw, 40px);
    display: grid;
    width: min(320px, calc(100vw - 48px));
    padding: 8px;
    border: 1px solid rgba(216, 185, 130, 0.2);
    border-radius: 0 0 12px 12px;
    background:
      linear-gradient(180deg, rgba(8, 13, 21, 0.98), rgba(5, 7, 10, 0.98)),
      var(--sp-night);
    box-shadow: 0 26px 48px rgba(0, 0, 0, 0.44);
    z-index: 30;
  }

  .hero-stage__inner {
    padding: 24px 24px 42px;
    overflow: visible;
  }

  .hero-stage-center {
    display: grid;
    grid-template-rows: none;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    align-content: start;
    gap: clamp(14px, 2.4vh, 24px);
    width: min(100%, 760px);
  }

  .hero-stage__topline,
  .campaign-board,
  .hero-poster-lockup,
  .hero-copyblock,
  .hero-actions--featured,
  .hero-video-trigger {
    width: min(100%, 760px);
    margin-left: auto;
    margin-right: auto;
  }

  .hero-stage__topline {
    order: 1;
    margin-top: 0;
    margin-bottom: 0;
  }

  .campaign-board {
    order: 2;
    gap: 12px;
  }

  .hero-poster-lockup {
    order: 3;
    margin-top: clamp(18px, 3.2vh, 30px);
    margin-bottom: 0;
  }

  .hero-copyblock {
    order: 4;
    margin-bottom: 0;
  }

  .hero-actions--featured {
    order: 5;
    margin: 0 auto clamp(28px, 4vh, 44px);
  }

  .hero-video-trigger {
    order: 6;
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    transform: none !important;
    justify-self: center;
    width: clamp(72px, 14vw, 110px);
    height: clamp(72px, 14vw, 110px);
    margin: 24px auto 0;
  }

  .hero-video-trigger.reveal,
  .hero-video-trigger.reveal.is-visible,
  .hero-video-trigger:hover {
    transform: none !important;
  }

  .hero-cta-card {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .brand {
    grid-area: brand;
    justify-self: start;
  }

  .header-actions {
    grid-area: actions;
    justify-content: flex-start;
    justify-self: stretch;
    gap: 8px;
    flex-wrap: wrap;
  }

  .header-release {
    display: none;
  }

  .mobile-nav-panel:not([hidden]) {
    left: clamp(14px, 4vw, 20px);
    right: clamp(14px, 4vw, 20px);
    width: auto;
  }

  .brand__logo {
    width: 148px;
  }

  .hero-rail {
    --rail-pad-x: 12px;
    --rail-content-width: calc(min(calc(100vw - 32px), 520px) - var(--rail-pad-x) - var(--rail-pad-x));
    width: min(calc(100% - 32px), 520px);
    padding: 14px var(--rail-pad-x);
    margin: 32px auto 0;
  }

  .header-release {
    min-width: 92px;
    padding: 7px 8px;
  }

  .campaign-board__stats {
    grid-template-columns: 1fr;
  }

  .logo-stack--rail {
    --visible-count: 2;
  }

  .logo-stack--rail-primary {
    --tile-width: calc((var(--rail-content-width) - var(--rail-logo-gap)) / 2);
  }

  .logo-stack--rail-category {
    --visible-count: 4;
    --tile-width: calc((var(--rail-content-width) - var(--rail-logo-gap) - var(--rail-logo-gap) - var(--rail-logo-gap)) / 4);
  }

  .campaign-progress__labels {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .campaign-progress__scale {
    min-height: 34px;
    font-size: 0.54rem;
    letter-spacing: 0.06em;
  }

  .campaign-progress__scale-current {
    top: 14px;
    left: clamp(66px, var(--progress-ratio), calc(100% - 92px));
  }

  .campaign-progress__scale-current strong {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .campaign-progress__scale-target {
    max-width: 92px;
    justify-content: flex-end;
  }

  .hero-actions--featured {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
    margin-bottom: clamp(24px, 4.4vh, 44px);
  }

  .hero-poster-lockup {
    margin-top: clamp(12px, 2.4vh, 22px);
  }

  .hero-cta-card {
    min-width: 0;
    width: 100%;
  }

  .hero-title {
    font-size: clamp(1.74rem, 7.8vw, 2.64rem);
  }

  .hero-project-logo {
    width: clamp(200px, 54vw, 292px);
  }

  .hero-video-trigger {
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    transform: none !important;
    margin: 20px auto 0;
    width: clamp(72px, 20vw, 96px);
    height: clamp(72px, 20vw, 96px);
  }

  .hero-video-trigger.reveal {
    transform: none !important;
  }

  .hero-video-trigger.reveal.is-visible {
    transform: none !important;
  }

  .hero-rail.reveal,
  .hero-rail.reveal.is-visible {
    transform: none;
  }

  .studio-strip.reveal {
    transform: translateX(-50%) translateY(18px);
  }

  .studio-strip.reveal.is-visible {
    transform: translateX(-50%) translateY(0);
  }

  .studio-strip--section.reveal {
    transform: translateY(18px);
  }

  .studio-strip--section.reveal.is-visible {
    transform: translateY(0);
  }

  .modal__header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: flex-start;
    gap: 12px;
  }

  .modal {
    padding: 16px;
  }

  .modal__dialog,
  .modal__dialog--video {
    max-height: calc(100svh - 32px);
    overflow-y: auto;
    padding: 20px 16px;
  }

  .trailer-video {
    max-height: calc(100svh - 180px);
    object-fit: contain;
  }

  .modal__close {
    justify-self: end;
    align-self: start;
    margin-top: 0;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 32px;
    text-align: center;
  }

  .site-footer__brand-group {
    grid-template-columns: auto minmax(180px, 260px);
    justify-content: center;
    justify-items: start;
    max-width: 560px;
  }

  .site-footer__copy-social {
    justify-items: center;
    text-align: left;
  }

  .site-footer__tagline {
    max-width: 260px;
  }

  .site-footer__social {
    justify-content: flex-start;
  }

  .site-footer__nav {
    width: min(100%, 560px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
  }

  .site-footer__column {
    justify-items: center;
  }

  .site-footer__date-card {
    justify-self: center;
  }

  .countdown {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .site-header {
    padding-inline: 14px;
  }

  .site-header__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .brand__logo {
    width: 124px;
  }

  .lang-switch {
    min-height: 38px;
    padding: 8px 9px;
    font-size: 0.72rem;
    min-width: 72px;
    gap: 6px;
  }

  .flag-badge {
    width: 21px;
    height: 21px;
    font-size: 13px;
  }

  .language-menu {
    right: auto;
    left: 0;
    min-width: 172px;
  }

  .cta--ghost.js-open-ticket {
    min-height: 38px;
    padding: 8px 9px;
    font-size: 0.72rem;
  }

  .mobile-menu-toggle {
    width: 40px;
    min-width: 40px;
    min-height: 38px;
  }

  .site-footer {
    padding: 42px 18px 48px;
  }

  .site-footer__inner {
    gap: 28px;
  }

  .site-footer__brand-group {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  .site-footer__copy-social {
    justify-items: center;
    text-align: center;
  }

  .site-footer__social {
    justify-content: center;
  }

  .site-footer__nav {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-footer__column {
    gap: 8px;
  }

  .site-footer__date-card {
    width: min(100%, 220px);
    min-width: 0;
    padding: 20px 22px;
  }

  .hero-stage__inner {
    padding: 18px 14px 28px;
    overflow: visible;
  }

  .hero-stage__topline,
  .campaign-board,
  .hero-poster-lockup,
  .hero-copyblock,
  .hero-actions--featured,
  .hero-video-trigger {
    width: 100%;
  }

  .hero-title {
    font-size: clamp(1.52rem, 7vw, 2.16rem);
    max-width: 100%;
  }

  .hero-copy {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .campaign-progress__scale {
    min-height: 32px;
    font-size: 0.5rem;
    letter-spacing: 0.04em;
  }

  .campaign-progress__scale-current {
    left: clamp(58px, var(--progress-ratio), calc(100% - 82px));
  }

  .campaign-progress__scale-current strong {
    font-size: 0.58rem;
  }

  .hero-video-trigger {
    width: 82px;
    height: 82px;
    margin-top: 18px;
  }

  .hero-rail {
    --rail-pad-x: 10px;
    --rail-content-width: calc(min(calc(100vw - 24px), 520px) - var(--rail-pad-x) - var(--rail-pad-x));
    width: min(calc(100% - 24px), 520px);
    padding: 12px var(--rail-pad-x);
    margin: 24px auto;
  }

  .hero-cta-card {
    padding: 12px 14px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .hero-cta-card__text {
    font-size: 0.88rem;
  }

  .rail-block__title {
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .rail-block__title::before,
  .rail-block__title::after {
    width: 34px;
    flex-basis: 34px;
  }

  .logo-stack--rail-category {
    --visible-count: 4;
    --tile-width: calc((var(--rail-content-width) - var(--rail-logo-gap) - var(--rail-logo-gap) - var(--rail-logo-gap)) / 4);
  }

  .contributor-row__brand span {
    max-width: 112px;
  }
}

@media (max-width: 400px) {
  .hero-rail {
    width: min(calc(100% - 16px), 520px);
    padding: 10px var(--rail-pad-x);
    margin: 16px auto;
  }
}

@keyframes play-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(216, 185, 130, 0.16),
      0 18px 42px rgba(0, 0, 0, 0.38),
      0 0 28px rgba(216, 185, 130, 0.16);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(216, 185, 130, 0.24),
      0 18px 42px rgba(0, 0, 0, 0.38),
      0 0 52px rgba(216, 185, 130, 0.32);
  }
}

@keyframes play-ripple {
  0% {
    transform: scale(0.9);
    opacity: 0.48;
  }

  70% {
    transform: scale(1.34);
    opacity: 0.12;
  }

  100% {
    transform: scale(1.48);
    opacity: 0;
  }
}

@keyframes rail-marquee-x {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-1 * var(--loop-distance)));
  }
}

@keyframes rail-marquee-y {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(calc(-1 * var(--loop-distance)));
  }
}

/* Homepage reference sections: story, characters, locations and vision */
.content-section--reference {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 0;
  padding: clamp(70px, 8vw, 132px) clamp(20px, 5vw, 76px);
  border-radius: 0;
  width: 100%;
  background:
    radial-gradient(circle at 8% 18%, rgba(184, 137, 59, 0.2), transparent 22%),
    radial-gradient(circle at 92% 54%, rgba(216, 185, 130, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(9, 7, 5, 0.98), rgba(42, 28, 17, 0.94) 48%, rgba(10, 8, 6, 0.98));
}

.content-section--reference::before,
.content-section--reference::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.content-section--reference::before {
  background: url("../images/Karakterler-min-1-469x1024.png") center 30% / cover no-repeat;
  background-repeat: no-repeat;
  opacity: 0.18;
  mix-blend-mode: screen;
  animation: smoke-drift 48s ease-in-out infinite alternate;
}

.content-section--reference::after {
  background:
    linear-gradient(180deg, rgba(9, 7, 5, 0.35) 0%, transparent 6%),
    linear-gradient(0deg, rgba(10, 8, 6, 0.35) 0%, transparent 6%),
    radial-gradient(ellipse at 50% 50%, transparent 35%, rgba(9, 7, 5, 0.2) 100%),
    linear-gradient(90deg, rgba(9, 7, 5, 0.6), transparent 18%, transparent 82%, rgba(9, 7, 5, 0.6)),
    radial-gradient(ellipse at 8% 80%, rgba(216, 185, 130, 0.12), transparent 32%),
    radial-gradient(ellipse at 92% 20%, rgba(216, 185, 130, 0.07), transparent 30%);
  background-repeat: no-repeat;
  opacity: 0.35;
}

.content-section--story.content-section--reference::before {
  background: url("../images/Karakterler-min-1-469x1024.png") 72% 44% / cover no-repeat;
  background-repeat: no-repeat;
  opacity: 0.16;
}

.content-section--gallery.content-section--reference::before {
  background: url("../images/Karakterler-min-1-469x1024.png") 82% 62% / cover no-repeat;
  background-repeat: no-repeat;
  opacity: 0.16;
}

.content-section--locations.content-section--reference::before {
  background: url("../images/Medine_4-1-min.png") center 40% / cover no-repeat;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.content-section--vision.content-section--reference::before {
  background: url("../images/Karakterler-min-1-469x1024.png") 50% 72% / cover no-repeat;
  background-repeat: no-repeat;
  opacity: 0.16;
}

.story-reference {
  padding-top: clamp(58px, 6vw, 96px);
}

.story-reference .studio-strip--section {
  width: min(1120px, 92%);
  margin: 0 auto clamp(46px, 6vw, 82px);
  display: grid;
  grid-template-columns: 1fr 1.05fr 1fr;
  align-items: center;
  justify-items: center;
  gap: clamp(22px, 5vw, 70px);
}

.story-reference__layout {
  width: min(1320px, 94%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 380px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
}

.story-reference__poster {
  position: relative;
  margin: 0;
}

.story-reference__poster img {
  display: block;
  width: 100%;
  aspect-ratio: 203 / 300;
  object-fit: cover;
  border-radius: 16px;
  filter: drop-shadow(0 28px 80px rgba(0, 0, 0, 0.52));
}

.story-reference__copy {
  max-width: 760px;
}

.story-reference__subtitle {
  margin: 0 0 clamp(18px, 2.2vw, 30px);
  font-size: clamp(1.05rem, 1.55vw, 30px);
  letter-spacing: 0.08em;
  color: var(--sp-gold);
  text-transform: uppercase;
  font-weight: 400;
}

.story-reference__release {
  width: fit-content;
  margin: 0 auto clamp(24px, 3vw, 42px);
  color: rgba(243, 230, 207, 0.78);
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
  line-height: 1.35;
  text-align: center;
}

.section-cta,
.btn-cinematic {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  color: var(--btn-cinematic-color, #1b120d);
  box-shadow: var(--btn-cinematic-shadow, 0 18px 42px rgba(0, 0, 0, 0.36));
}

.section-cta {
  margin-top: clamp(12px, 2vw, 22px);
  min-height: 50px;
  padding: 0 26px;
  border-radius: 12px;
}

.section-cta::before,
.btn-cinematic::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--btn-cinematic-base, rgba(243, 230, 207, 0.96));
}

.section-cta::after,
.btn-cinematic::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--btn-cinematic-overlay, rgba(190, 145, 67, 0.92));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}

.section-cta:hover::after,
.section-cta:focus-visible::after,
.btn-cinematic:hover::after,
.btn-cinematic:focus-visible::after {
  transform: scaleX(1);
}

.section-cta:hover,
.section-cta:focus-visible,
.btn-cinematic:hover,
.btn-cinematic:focus-visible {
  color: var(--btn-cinematic-hover-color, #0f0a07);
  transform: translateY(-2px);
  box-shadow: var(
    --btn-cinematic-hover-shadow,
    0 22px 46px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(216, 185, 130, 0.18)
  );
}

.section-cta,
.btn-cinematic {
  transition:
    transform 280ms ease,
    color 280ms ease,
    box-shadow 280ms ease;
}

.ticket-form .btn-cinematic[type="submit"] {
  width: 100%;
  padding: 14px 28px;
  border-radius: 12px;
  margin-top: 8px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.choice-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}

.choice-group .btn-cinematic {
  width: 100%;
  padding: 20px 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.3;
}

.choice-group .btn-cinematic small {
  display: block;
  font-weight: 400;
  font-size: 0.82rem;
  opacity: 0.85;
  margin-top: 6px;
}

.showcase-section {
  text-align: center;
}

.showcase-section--characters {
  padding-top: clamp(56px, 6vw, 92px);
}

.showcase-section__visual {
  width: min(1280px, 94%);
  margin: 0 auto clamp(26px, 3.4vw, 46px);
}

.showcase-section__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 32px 64px rgba(0, 0, 0, 0.55));
}

:root {
  --sp-page-gold-soft: #f0cf87;
}

.section-heading--reference {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.site-heading-frame {
  width: min(100%, 1120px);
  max-width: 1120px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.4vw, 18px);
}

.content-section .site-heading-frame {
  margin: 0 auto clamp(18px, 2.2vw, 30px);
}

.site-heading-frame__line {
  flex: 1 1 auto;
  min-width: clamp(90px, 16vw, 260px);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(214, 173, 96, 0.18) 20%,
    rgba(214, 173, 96, 0.85) 100%
  );
}

.site-heading-frame__line:last-child {
  background: linear-gradient(
    90deg,
    rgba(214, 173, 96, 0.85) 0%,
    rgba(214, 173, 96, 0.18) 80%,
    transparent 100%
  );
}

.site-heading-frame__diamond {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border: 1px solid var(--sp-page-gold-soft);
  background: transparent;
  transform: rotate(45deg);
  box-shadow: 0 0 8px rgba(214, 173, 96, 0.3);
}

.site-heading-frame > :is(h1, h2) {
  flex: 0 0 auto;
  margin: 0;
  font-family: "Cormorant Infant", serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--sp-page-gold-soft);
  text-transform: uppercase;
  white-space: nowrap;
  text-wrap: normal;
  text-align: center;
  text-shadow: none;
}

.site-heading-frame > :is(h1, h2) {
  display: block;
  max-width: min(960px, 100%);
}

.site-heading-frame--wide {
  width: min(100%, 1120px);
  max-width: 1120px;
  margin-inline: auto;
}

.site-heading-frame--wide .site-heading-frame__line {
  flex: 1 1 auto;
  min-width: clamp(64px, 14vw, 240px);
}

.site-heading-frame--wide > :is(h1, h2) {
  flex: 0 0 auto;
  max-width: min(100%, 980px);
  white-space: nowrap;
}

.site-heading-frame--compact {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  justify-content: center;
}

.site-heading-frame--compact .site-heading-frame__line {
  flex: 0 1 clamp(24px, 4vw, 72px);
  min-width: 18px;
  max-width: 80px;
}

.site-heading-frame--compact > :is(h1, h2) {
  flex: 0 1 auto;
  max-width: min(100%, 430px);
  white-space: normal;
}

.section-heading--reference .section-text {
  max-width: 760px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.85);
}

.showcase-section__image-card {
  width: min(1320px, 94%);
  margin: 0 auto clamp(36px, 4vw, 56px);
}

.showcase-section__image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1536 / 642;
  object-fit: cover;
  border-radius: 14px;
  filter: drop-shadow(0 30px 90px rgba(0, 0, 0, 0.48));
}

.vision-reference {
  text-align: center;
  padding-block: clamp(78px, 9vw, 150px);
}

.countdown--reference {
  position: relative;
  width: min(860px, calc(100vw - 64px));
  margin-top: clamp(34px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: clamp(20px, 2.7vw, 34px) clamp(20px, 4vw, 44px);
  border-radius: 14px;
  border: 1px solid rgba(216, 185, 130, 0.5);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(216, 185, 130, 0.16), transparent 54%),
    linear-gradient(90deg, rgba(42, 23, 12, 0.92), rgba(18, 11, 7, 0.9), rgba(54, 26, 12, 0.9));
  box-shadow:
    0 18px 58px rgba(0, 0, 0, 0.48),
    inset 0 0 0 1px rgba(255, 220, 154, 0.08),
    inset 0 0 44px rgba(184, 137, 59, 0.12);
  overflow: hidden;
}

.countdown--reference::before,
.countdown--reference::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 185, 130, 0.7), transparent);
}

.countdown--reference::before {
  top: 6px;
}

.countdown--reference::after {
  bottom: 6px;
}

.countdown--reference .countdown__item {
  min-height: clamp(112px, 10vw, 146px);
  padding: 0 clamp(10px, 2vw, 22px);
  border-radius: 0;
  border: 0;
  background: transparent;
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: clamp(6px, 0.9vw, 10px);
  min-width: 0;
}

.countdown--reference .countdown__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 14%;
  right: -7px;
  bottom: 14%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(216, 185, 130, 0.7), transparent);
}

.countdown--reference .countdown__item strong {
  font-size: clamp(3.2rem, 5.8vw, 5.4rem);
  font-family: "Cormorant Infant", Georgia, "Times New Roman", serif;
  line-height: 0.9;
  letter-spacing: 0.05em;
  font-variant-numeric: tabular-nums;
  color: var(--sp-gold);
  text-shadow:
    0 1px 0 rgba(255, 237, 191, 0.28),
    0 0 26px rgba(216, 185, 130, 0.26);
}

.countdown.countdown--reference {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.countdown.countdown--reference .cinema-countdown__number {
  font-family: "Cormorant Infant", serif !important;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  color: #d9a94e;
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-shadow:
    0 2px 12px rgba(217, 169, 78, 0.28),
    0 0 24px rgba(216, 185, 130, 0.22);
}

.countdown--reference .countdown__item span {
  color: rgba(243, 230, 207, 0.8);
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  letter-spacing: 0.18em;
  font-weight: 600;
}

.countdown--reference .cinema-countdown__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: rgba(243, 230, 207, 0.84);
  font-family: "Lexend", sans-serif;
  font-size: clamp(0.75rem, 0.9vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  white-space: nowrap;
}

.cinema-countdown__icon {
  width: clamp(17px, 1.35vw, 22px);
  height: clamp(17px, 1.35vw, 22px);
  color: var(--sp-gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(184, 137, 59, 0.22));
  flex: 0 0 auto;
}

.reference-data-grid[hidden] {
  display: none !important;
}

@media (max-width: 900px) {
  .content-section--reference {
    padding: 64px 22px;
  }

  .story-reference .studio-strip--section {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .story-reference__layout {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .story-reference__poster {
    width: min(320px, 78vw);
  }

}

@media (max-width: 768px) {
  .site-heading-frame {
    width: calc(100vw - 40px);
    gap: 10px;
  }

  .site-heading-frame__line {
    min-width: 34px;
  }

  .site-heading-frame--compact > :is(h1, h2) {
    max-width: min(100%, 360px);
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .content-section--reference {
    padding: 54px 16px;
  }

  .story-reference .studio-strip--section {
    width: 100%;
  }

  .studio-strip__logo--megaton,
  .studio-strip__logo--project,
  .studio-strip__logo--baraka {
    max-height: 58px;
  }

  .site-heading-frame {
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    margin-inline: auto;
    overflow: visible;
  }

  .site-heading-frame--wide {
    gap: 8px;
  }

  .site-heading-frame--wide .site-heading-frame__line {
    flex: 0 1 28px;
    min-width: 18px;
    max-width: 36px;
  }

  .site-heading-frame__diamond {
    width: 5px;
    height: 5px;
  }

  .site-heading-frame--wide > :is(h1, h2) {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
    letter-spacing: 0.04em;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .site-heading-frame--compact {
    gap: 8px;
  }

  .site-heading-frame--compact .site-heading-frame__line {
    flex: 0 1 18px;
    min-width: 12px;
    max-width: 24px;
  }

  .site-heading-frame--compact > :is(h1, h2) {
    font-size: clamp(1.55rem, 7.6vw, 2.15rem);
    letter-spacing: 0.04em;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .showcase-section__visual,
  .showcase-section__image-card {
    width: 100%;
  }

  .countdown--reference {
    width: min(760px, calc(100vw - 48px));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 18px 12px;
  }

  .countdown--reference .countdown__item {
    min-height: 96px;
    padding-inline: 6px;
  }

  .countdown--reference .countdown__item strong {
    font-size: clamp(2.3rem, 10vw, 3.2rem);
    letter-spacing: 0.03em;
  }

  .countdown--reference .cinema-countdown__label {
    gap: 5px;
    font-size: clamp(0.62rem, 2.8vw, 0.72rem);
    letter-spacing: 0.14em;
  }

  .cinema-countdown__icon {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 768px) {
  .story-reference .studio-strip--section {
    width: calc(100vw - 64px);
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    transform: none;
    left: auto;
    right: auto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    justify-items: center;
    align-items: center;
  }

  .story-reference .studio-strip--section .studio-strip__item {
    min-width: 0;
    width: 100%;
    overflow: visible;
  }

  .story-reference .studio-strip--section .studio-strip__logo {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 430px) {
  .site-heading-frame {
    width: calc(100vw - 28px);
    gap: 8px;
  }

  .site-heading-frame--wide {
    gap: 5px;
    padding-inline: 2px;
  }

  .site-heading-frame__line {
    min-width: 16px;
  }

  .site-heading-frame--wide .site-heading-frame__line {
    flex: 0 1 14px;
    min-width: 10px;
    max-width: 18px;
    opacity: 0.65;
  }

  .site-heading-frame__diamond {
    width: 5px;
    height: 5px;
  }

  .site-heading-frame--wide .site-heading-frame__diamond {
    opacity: 0.78;
  }

  .site-heading-frame > :is(h1, h2) {
    white-space: normal;
    font-size: 1.42rem;
    letter-spacing: 0.04em;
    text-align: center;
  }

  .site-heading-frame--wide > :is(h1, h2) {
    max-width: calc(100% - 8px);
  }

  .site-heading-frame--compact .site-heading-frame__line {
    min-width: 10px;
    max-width: 20px;
  }

  .story-reference .studio-strip--section {
    width: calc(100vw - 40px);
    max-width: 390px;
    margin: 20px auto 36px;
    overflow: visible;
    transform: none;
    left: auto;
    right: auto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    justify-items: center;
    align-items: center;
  }

  .story-reference .studio-strip--section .studio-strip__item {
    min-width: 0;
    width: 100%;
    overflow: visible;
    justify-self: center;
  }

  .story-reference .studio-strip--section .studio-strip__item:nth-child(3) {
    grid-column: auto;
    width: 100%;
    max-width: none;
    justify-self: center;
  }

  .story-reference .studio-strip--section .studio-strip__logo {
    display: block;
    max-width: 100%;
    max-height: 48px;
    height: auto;
    object-fit: contain;
  }
}

@keyframes smoke-drift {
  0% {
    transform: scale(1) translateX(0);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.06) translateX(1.8%);
    opacity: 0.38;
  }
  100% {
    transform: scale(1) translateX(0);
    opacity: 0.3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .content-section--reference::before,
  .content-section--reference::after {
    transition: none;
    animation: none;
  }

  .section-cta::after,
  .btn-cinematic::after {
    transition: none;
  }

  .section-cta:hover,
  .section-cta:focus-visible,
  .btn-cinematic:hover,
  .btn-cinematic:focus-visible {
    transform: none;
  }
}

.flash-message {
  position: relative;
  width: 100%;
  padding: 16px 24px;
  border: 1px solid rgba(216, 185, 130, 0.32);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(15, 11, 7, 0.96), rgba(10, 8, 6, 0.98));
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(216, 185, 130, 0.06);
  color: var(--sp-cream, #f8ecda);
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
  z-index: 50;
}

.flash-message ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flash-message li + li {
  margin-top: 4px;
}

.flash-message--success {
  border-color: rgba(216, 185, 130, 0.5);
  color: var(--sp-cream, #f8ecda);
}

.flash-message--error {
  border-color: rgba(230, 100, 80, 0.5);
  color: #f5c8b8;
}

@media (max-width: 768px) {
  .flash-message {
    padding: 14px 16px;
    font-size: 0.88rem;
  }
}

.toast-container {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 9999;
  display: grid;
  gap: 12px;
  max-width: 420px;
  width: calc(100% - 64px);
  pointer-events: none;
}

.toast {
  position: relative;
  padding: 16px 22px 16px 52px;
  border: 1px solid rgba(216, 185, 130, 0.5);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(22, 17, 10, 0.98), rgba(12, 9, 6, 0.98));
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(216, 185, 130, 0.08);
  color: #fff8ec;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  pointer-events: auto;
  opacity: 0;
  transform: translateX(120%) scale(0.92);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.toast::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(216, 185, 130, 0.2);
  display: grid;
  place-items: center;
}

.toast--visible {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.toast--success {
  border-color: rgba(125, 184, 125, 0.5);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(125, 184, 125, 0.1),
    0 0 20px rgba(125, 184, 125, 0.06);
}

.toast--success::before {
  background: rgba(125, 184, 125, 0.2);
  box-shadow: inset 0 0 0 2px rgba(125, 184, 125, 0.5);
}

.toast--success::after {
  content: "✓";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 1;
  color: #7db87d;
  font-weight: 700;
}

.toast--error {
  border-color: rgba(230, 100, 80, 0.55);
  color: #f5d0c4;
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(230, 100, 80, 0.1);
}

.toast--error::before {
  background: rgba(230, 100, 80, 0.2);
  box-shadow: inset 0 0 0 2px rgba(230, 100, 80, 0.5);
}

.toast--error::after {
  content: "✕";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 1;
  color: #e66450;
  font-weight: 700;
}

.field-error {
  display: block;
  margin-top: 4px;
  color: #f5a088;
  font-size: 0.82rem;
  line-height: 1.3;
}

.has-error {
  border-color: rgba(230, 100, 80, 0.6) !important;
  box-shadow: 0 0 0 2px rgba(230, 100, 80, 0.18) !important;
}

@media (max-width: 768px) {
  .toast-container {
    top: 16px;
    right: 16px;
    max-width: 100%;
    width: calc(100% - 32px);
  }

  .toast {
    padding: 14px 14px 14px 48px;
    font-size: 0.88rem;
  }

  .toast::before {
    left: 14px;
    width: 20px;
    height: 20px;
  }

  .toast--success::after {
    left: 18px;
    font-size: 13px;
  }

  .toast--error::after {
    left: 18px;
    font-size: 13px;
  }
}
#fxCanvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 2;
}

.section-cinematic,
.content-section {
  position: relative;
  overflow: hidden;
}

.section-cinematic::before,
.content-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.7;
}

.section-cinematic::before {
  background:
    radial-gradient(circle at 74% 15%, rgba(255, 248, 230, 0.22), transparent 16%),
    linear-gradient(90deg, rgba(7, 10, 18, 0.48), rgba(7, 10, 18, 0.1) 46%, rgba(15, 10, 7, 0.2)),
    linear-gradient(180deg, rgba(15, 10, 7, 0.06), rgba(15, 10, 7, 0.66));
}

.content-section--gallery::before,
.content-section--locations::before,
.content-section--sponsors::before {
  background:
    radial-gradient(circle at 8% 40%, rgba(216, 185, 130, 0.09), transparent 16%),
    radial-gradient(circle at 92% 72%, rgba(184, 137, 59, 0.08), transparent 18%);
}

.content-section--story::before,
.content-section--vision::before {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 248, 230, 0.16), transparent 18%),
    radial-gradient(circle at 12% 78%, rgba(216, 185, 130, 0.08), transparent 18%);
}

.link-light {
  color: var(--sp-cream);
  border-color: rgba(243, 230, 207, 0.16);
}

.link-light::after,
.link-gold::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 8px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--sp-transition), background var(--sp-transition);
}

.link-light::after {
  background: var(--sp-gold);
}

.link-light:hover,
.link-light:focus-visible,
.link-light.active {
  color: var(--sp-gold);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  text-shadow: 0 0 14px rgba(184, 137, 59, 0.18);
}

.link-gold {
  color: var(--sp-gold);
  border-color: rgba(184, 137, 59, 0.42);
  background: rgba(184, 137, 59, 0.08);
}

.link-gold::after {
  background: var(--sp-cream);
}

.link-gold:hover,
.link-gold:focus-visible,
.link-gold.active {
  color: var(--sp-cream);
  border-color: rgba(243, 230, 207, 0.58);
  background: rgba(243, 230, 207, 0.07);
  box-shadow:
    0 0 0 1px rgba(243, 230, 207, 0.12),
    0 0 24px rgba(243, 230, 207, 0.12);
}

.link-light:hover::after,
.link-light:focus-visible::after,
.link-light.active::after,
.link-gold:hover::after,
.link-gold:focus-visible::after,
.link-gold.active::after {
  transform: scaleX(1);
}

.brand::after,
.brand:hover::after,
.brand:focus-visible::after,
.brand.active::after,
.nav-link::after,
.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link.active::after {
  content: none;
  transform: none;
}

.brand.link-light:hover,
.brand.link-light:focus-visible {
  color: var(--sp-cream);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.nav-link.link-light:hover,
.nav-link.link-light:focus-visible,
.nav-link.link-light.active {
  color: var(--sp-gold);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  text-shadow: 0 0 14px rgba(184, 137, 59, 0.18);
}

.cta:hover,
.cta:focus-visible,
.nav-link:hover,
.nav-link:focus-visible,
.character-card:hover,
.location-card:hover,
.sponsor-panel:hover {
  outline: none;
}

.site-header a,
.site-header button,
.mobile-nav-panel a,
.mobile-nav-panel button {
  text-decoration: none;
  border-bottom: 0;
}

.site-header a::after,
.site-header button::after,
.mobile-nav-panel a::after,
.mobile-nav-panel button::after {
  content: none;
  display: none;
}

.site-header a:focus-visible,
.site-header button:focus-visible,
.mobile-nav-panel a:focus-visible,
.modal__close:focus-visible,
.hero-video-trigger:focus-visible,
.hero-cta-card:focus-visible,
.social-link:focus-visible {
  outline: 2px solid rgba(216, 185, 130, 0.86);
  outline-offset: 3px;
}

@media (max-width: 900px), (pointer: coarse) {
  #fxCanvas {
    display: none;
  }
}
.reveal {
  opacity: 0;
  transition: opacity 0.75s ease, transform 0.75s ease;
  will-change: opacity, transform;
}

.from-bottom {
  transform: translateY(42px);
}

.from-top {
  transform: translateY(-36px);
}

.from-left {
  transform: translateX(-48px);
}

.from-right {
  transform: translateX(48px);
}

.zoom-in {
  transform: scale(0.94);
}

.delay-1 {
  transition-delay: 0.08s;
}

.delay-2 {
  transition-delay: 0.16s;
}

.delay-3 {
  transition-delay: 0.24s;
}

.delay-4 {
  transition-delay: 0.32s;
}

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

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}body{font-family:DM Sans,Segoe UI,sans-serif}.\!container{width:100%!important}.container{width:100%}@media (min-width:1025px){.\!container{max-width:1025px!important}.container{max-width:1025px}}.tw-sp-hero-slogan{font-family:Cormorant Infant,Times New Roman,serif}.mobile-nav-panel a,.mobile-nav-panel a:active,.mobile-nav-panel a:focus,.mobile-nav-panel a:focus-visible,.mobile-nav-panel a:hover,.mobile-nav-panel button,.mobile-nav-panel button:active,.mobile-nav-panel button:focus,.mobile-nav-panel button:focus-visible,.mobile-nav-panel button:hover,.site-header a,.site-header a:active,.site-header a:focus,.site-header a:focus-visible,.site-header a:hover,.site-header button,.site-header button:active,.site-header button:focus,.site-header button:focus-visible,.site-header button:hover{text-decoration:none!important;border-bottom:0!important}.mobile-nav-panel a:active:after,.mobile-nav-panel a:after,.mobile-nav-panel a:focus-visible:after,.mobile-nav-panel a:focus:after,.mobile-nav-panel a:hover:after,.mobile-nav-panel button:active:after,.mobile-nav-panel button:after,.mobile-nav-panel button:focus-visible:after,.mobile-nav-panel button:focus:after,.mobile-nav-panel button:hover:after,.site-header a:active:after,.site-header a:after,.site-header a:focus-visible:after,.site-header a:focus:after,.site-header a:hover:after,.site-header button:active:after,.site-header button:after,.site-header button:focus-visible:after,.site-header button:focus:after,.site-header button:hover:after{content:none!important;display:none!important;transform:none!important}@media (max-width:1024px){.sp-hero-campaign,.sp-hero-copy,.sp-hero-cta,.sp-hero-cta-group,.sp-hero-logo,.sp-hero-play,.sp-hero-rail,.sp-hero-scene,.sp-hero-title{position:relative}.tw-sp-hero-center,.tw-sp-hero-inner,.tw-sp-hero-media,.tw-sp-hero-shell,.tw-sp-hero-stage{overflow:visible}}@media (min-width:769px) and (max-width:1024px){.tw-sp-header{padding-left:1.5rem;padding-right:1.5rem}.tw-sp-header-inner{width:100%;align-items:center;gap:.75rem;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand actions"}.tw-sp-header-nav{display:none}.tw-sp-brand{grid-area:brand;justify-self:start}.tw-sp-actions{grid-area:actions;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:.5rem;padding-right:0}.tw-sp-hero-shell{display:block;height:clamp(760px,calc(100svh - var(--sp-header-height)),1275px);min-height:clamp(760px,calc(100svh - var(--sp-header-height)),1275px)}.tw-sp-hero-stage{height:100%;overflow:visible}.tw-sp-hero-media{height:100%;overflow:hidden;min-height:100%}.tw-sp-hero-inner{padding:0 1.5rem;position:relative;min-height:100%;height:100%}.tw-sp-campaign-board,.tw-sp-campaign-topline,.tw-sp-copyblock,.tw-sp-hero-actions,.tw-sp-hero-rail,.tw-sp-play-trigger,.tw-sp-poster-lockup{position:absolute}.tw-sp-campaign-topline{top:26px;margin-top:0;margin-bottom:0;justify-content:center}.tw-sp-campaign-board,.tw-sp-campaign-topline{left:50%;transform:translateX(-50%);width:min(100%,620px)}.tw-sp-campaign-board{top:72px;gap:.5rem}.tw-sp-campaign-stats{grid-template-columns:minmax(0,1fr) minmax(170px,.44fr)}.tw-sp-campaign-progress-labels{grid-template-columns:40px 1fr 84px;text-align:left}.tw-sp-hero-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-36%);display:grid;min-height:0;align-content:flex-start;justify-items:center;width:min(520px,calc(100% - 320px));grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;gap:10px}.tw-sp-poster-lockup{position:relative;margin-bottom:0;width:100%}.tw-sp-hero-logo{width:clamp(200px,24vw,286px);margin:0 auto}.tw-sp-copyblock{position:relative;margin-bottom:0;width:100%}.tw-sp-hero-slogan{font-size:clamp(2rem,3.8vw,3rem);max-width:100%}.tw-sp-hero-copy{font-size:.9rem;line-height:1.55;max-width:420px;margin-inline:auto}.tw-sp-hero-actions{position:relative;margin-bottom:0;flex-direction:row;align-items:stretch;justify-content:center;gap:.75rem;width:min(100%,520px)}.tw-sp-play-trigger{position:absolute!important;top:56%!important;right:clamp(18px,4vw,34px)!important;bottom:auto!important;left:auto!important;width:clamp(66px,7.6vw,84px);height:clamp(66px,7.6vw,84px);margin:0;z-index:5}.tw-sp-hero-rail,.tw-sp-play-trigger,.tw-sp-play-trigger.reveal,.tw-sp-play-trigger.reveal.is-visible,.tw-sp-play-trigger:hover{transform:translateY(-50%)!important}.tw-sp-hero-rail{--rail-pad-x:14px;--rail-content-width:calc(clamp(260px, 28vw, 340px) - var(--rail-pad-x) - var(--rail-pad-x));position:absolute!important;top:50%!important;left:12px!important;right:auto!important;width:clamp(260px,28vw,340px);margin:0;z-index:4!important;max-height:calc(100% - 72px);padding:14px var(--rail-pad-x)}.tw-sp-hero-rail.reveal,.tw-sp-hero-rail.reveal.is-visible{transform:translateY(-50%)!important}.tw-sp-cta-card{min-width:0;width:calc(50% - 6px)}}@media (max-width:768px){.tw-sp-header{padding-left:1rem;padding-right:1rem}.tw-sp-header-inner{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand actions";align-items:center;gap:.5rem}.tw-sp-header-nav{display:none}.tw-sp-brand{grid-area:brand;justify-self:start}.tw-sp-actions{grid-area:actions;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:.5rem}.tw-sp-actions .header-release{display:none}.tw-sp-hero-shell{height:clamp(700px,calc(100svh - var(--sp-header-height)),820px);min-height:clamp(700px,calc(100svh - var(--sp-header-height)),820px);display:block}.tw-sp-hero-stage{height:100%;overflow:visible}.tw-sp-hero-media{height:100%;overflow:hidden;min-height:100%}.tw-sp-hero-inner{padding:0 1rem;position:relative;min-height:100%;height:100%}.tw-sp-campaign-board,.tw-sp-campaign-topline,.tw-sp-hero-rail,.tw-sp-play-trigger{position:absolute}.tw-sp-campaign-topline{top:18px;margin-top:0;margin-bottom:0;justify-content:center}.tw-sp-campaign-board,.tw-sp-campaign-topline{left:50%;transform:translateX(-50%);width:min(100%,430px)}.tw-sp-campaign-board{top:58px}.tw-sp-campaign-stats{grid-template-columns:minmax(0,1fr) minmax(118px,.42fr)}.tw-sp-campaign-progress-labels{grid-template-columns:32px 1fr 64px;text-align:left}.tw-sp-hero-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-32%);display:grid;min-height:0;align-content:flex-start;justify-items:center;width:min(360px,calc(100% - 120px));grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;gap:8px}.tw-sp-copyblock,.tw-sp-hero-actions,.tw-sp-poster-lockup{position:relative;width:min(100%,300px);margin-inline:auto}.tw-sp-hero-logo{width:clamp(160px,34vw,220px);margin:0 auto}.tw-sp-hero-slogan{font-size:clamp(1.42rem,4.8vw,1.96rem);max-width:100%}.tw-sp-hero-copy{font-size:.8rem;line-height:1.45;max-width:280px;margin-inline:auto}.tw-sp-hero-actions{flex-direction:column;align-items:stretch;gap:.5rem;margin-bottom:0}.tw-sp-play-trigger{position:absolute!important;top:58%!important;right:8px!important;bottom:auto!important;left:auto!important;width:clamp(56px,13vw,72px);height:clamp(56px,13vw,72px);margin:0}.tw-sp-hero-rail,.tw-sp-play-trigger,.tw-sp-play-trigger.reveal,.tw-sp-play-trigger.reveal.is-visible,.tw-sp-play-trigger:hover{transform:translateY(-50%)!important}.tw-sp-hero-rail{position:absolute!important;top:50%!important;left:8px!important;right:auto!important;width:220px;margin:0;z-index:4!important;max-height:calc(100% - 72px);padding:10px}}@media (max-width:430px){.tw-sp-header{padding-left:.875rem;padding-right:.875rem}.tw-sp-brand-logo{width:112px}.tw-sp-actions .lang-switch{min-height:38px;padding-left:9px;padding-right:9px;font-size:.72rem}.tw-sp-actions .header-release{min-width:78px;padding:.375rem}.tw-sp-actions .header-release__date{font-size:.88rem}.tw-sp-actions .header-release__label{font-size:.54rem;letter-spacing:.12em}.tw-sp-actions .js-open-ticket{min-height:38px;padding-left:9px;padding-right:9px;font-size:.72rem}.hero-shell.sp-hero-scene{padding-bottom:max(6px,env(safe-area-inset-bottom))}.tw-sp-hero-inner{padding:18px 14px 1.5rem}.tw-sp-hero-center{width:min(248px,calc(100% - 86px));transform:translate(-50%,-30%)}.tw-sp-hero-slogan{font-size:clamp(1.2rem,5.8vw,1.58rem);max-width:100%}.tw-sp-hero-copy{font-size:.72rem;line-height:1.35}.tw-sp-play-trigger{top:59%!important;right:8px!important;width:50px;height:50px}.tw-sp-hero-rail{top:62%!important;left:12px!important;right:auto!important;transform:translateY(-50%) scale(.62)!important;transform-origin:left center;width:200px}.tw-sp-cta-card{gap:.5rem;padding:10px;grid-template-columns:40px minmax(0,1fr)}.tw-sp-cta-card-text{font-size:.75rem}}@media (max-width:390px){.tw-sp-hero-center{width:min(224px,calc(100% - 82px))}.tw-sp-hero-slogan{font-size:clamp(1.06rem,5.6vw,1.42rem)}.tw-sp-hero-rail{top:62%!important;left:10px!important;right:auto!important;transform:translateY(-50%) scale(.54)!important;transform-origin:left center;width:180px}}.sp-hero-scene{--scene-height:calc(100svh - var(--sp-header-height));--campaign-topline-top:26px;--campaign-board-top:72px;--campaign-width:min(620px,45vw);--rail-top:50%;--rail-left:34px;--rail-width:285px;--rail-scale:1;--brand-top:38.5%;--brand-width:350px;--copy-top:59.5%;--copy-width:660px;--cta-top:84%;--cta-width:720px;--play-top:50%;--play-right:14%;--play-size:104px;--content-shift:0px;--hero-right-center-shift:0px;--cta-gap:18px;--cta-card-min-height:86px;position:relative}.sp-hero-scene .sp-hero-cta-note{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;max-width:min(100%,420px);margin:clamp(6px,.8vh,14px) auto 0;text-align:center;padding:clamp(6px,.5vw,10px) clamp(10px,1vw,16px);background:rgba(8,7,5,.72);border:1px solid rgba(190,145,67,.45);border-radius:12px;color:var(--sp-cream);font-size:clamp(.55rem,.7vw,.78rem);font-weight:600;letter-spacing:.08em;text-transform:uppercase;line-height:1.3;white-space:nowrap}.sp-hero-scene .sp-hero-copy.hero-copyblock--reference-clean{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.sp-hero-scene .sp-hero-brand.hero-poster-lockup--reference-clean{display:none!important}@media (max-width:1024px){.sp-hero-scene{--scene-height:100svh;--campaign-topline-top:22px;--campaign-board-top:70px;--campaign-width:min(660px,62vw);--rail-top:60%;--rail-left:18px;--rail-width:390px;--rail-scale:0.62;--brand-top:51%;--brand-width:280px;--copy-top:66%;--copy-width:520px;--cta-top:78%;--cta-width:600px;--play-top:62%;--play-right:8%;--play-size:82px}.hero-stage__media.sp-hero-scene{height:var(--scene-height);min-height:var(--scene-height);max-height:980px;overflow:hidden}.sp-hero-scene .hero-stage__inner{height:100%;min-height:100%;position:relative;padding:0!important}.sp-hero-scene .tw-sp-hero-center{position:static!important;inset:auto!important;transform:none!important;display:contents!important;width:auto!important;min-height:0!important;overflow:visible!important}.sp-hero-scene .hero-stage__topline.sp-hero-campaign{top:var(--campaign-topline-top);justify-content:center}.sp-hero-scene .campaign-board.sp-hero-campaign,.sp-hero-scene .hero-stage__topline.sp-hero-campaign{position:absolute!important;left:calc(50% + var(--content-shift));width:var(--campaign-width);transform:translateX(-50%)!important;z-index:6;margin:0!important}.sp-hero-scene .campaign-board.sp-hero-campaign{top:var(--campaign-board-top)}.sp-hero-scene .sp-hero-brand{top:var(--brand-top)!important;width:var(--brand-width)!important}.sp-hero-scene .sp-hero-brand,.sp-hero-scene .sp-hero-copy{position:absolute!important;left:calc(50% + var(--content-shift))!important;transform:translateX(-50%)!important;z-index:6;margin:0!important}.sp-hero-scene .sp-hero-copy{top:var(--copy-top)!important;width:var(--copy-width)!important;text-align:center}.sp-hero-scene .sp-hero-title{max-width:100%}.sp-hero-scene .sp-hero-cta-group{position:absolute!important;top:var(--cta-top)!important;left:calc(50% + var(--content-shift))!important;width:var(--cta-width)!important;transform:translateX(-50%)!important;z-index:6;display:flex;flex-direction:column;align-items:center;margin:0!important}.sp-hero-scene .sp-hero-cta{display:flex!important;flex-direction:row;align-items:stretch;justify-content:center;gap:var(--cta-gap)}.sp-hero-scene .sp-hero-cta .tw-sp-cta-card{flex:1 1 0;width:auto;min-width:0}.sp-hero-scene .sp-hero-cta .hero-cta-card{width:100%;height:100%;min-width:0;min-height:var(--cta-card-min-height)}.sp-hero-scene .sp-hero-play{position:absolute!important;top:var(--play-top)!important;right:var(--play-right)!important;width:var(--play-size)!important;height:var(--play-size)!important;z-index:6!important;margin:0!important}.sp-hero-scene .sp-hero-play,.sp-hero-scene .sp-hero-play.reveal,.sp-hero-scene .sp-hero-play.reveal.is-visible,.sp-hero-scene .sp-hero-play:hover{transform:translateY(-50%)!important}.sp-hero-scene .sp-hero-campaign .stat-card__label,.sp-hero-scene .sp-hero-campaign .stat-card__meta{font-size:clamp(.62rem,.82vw,.72rem);letter-spacing:.08em}.sp-hero-scene .sp-hero-campaign .stat-card__value{font-size:clamp(1.42rem,2.18vw,2rem);letter-spacing:.1em}.sp-hero-scene .sp-hero-campaign .stat-card__value--small{font-size:clamp(1.18rem,1.68vw,1.46rem);letter-spacing:.05em}.sp-hero-scene .sp-hero-campaign .campaign-progress__labels{gap:8px;font-size:clamp(.58rem,.7vw,.66rem)}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero{font-size:clamp(.56rem,.68vw,.64rem);gap:8px}.sp-hero-scene .sp-hero-campaign .campaign-progress__summary{grid-template-columns:minmax(0,1fr) minmax(150px,.38fr);gap:10px}.sp-hero-scene .sp-hero-campaign .campaign-progress__total{padding:9px 11px}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card{min-height:72px;padding:9px 11px}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card em,.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card span,.sp-hero-scene .sp-hero-campaign .campaign-progress__total span{font-size:clamp(.58rem,.7vw,.66rem);letter-spacing:.08em}.sp-hero-scene .sp-hero-campaign .campaign-progress__total strong{font-size:clamp(1.42rem,2.18vw,2rem);letter-spacing:.1em}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card strong{font-size:clamp(1.08rem,1.55vw,1.35rem)}.sp-hero-scene .sp-hero-rail .rail-block__title{font-size:10px;letter-spacing:.07em}.sp-hero-scene .sp-hero-rail .logo-chip{padding:4px}.sp-hero-scene .sp-hero-rail .contributor-row{padding:6px 7px}.sp-hero-scene .sp-hero-rail.reveal,.sp-hero-scene .sp-hero-rail.reveal.is-visible{transform:translateY(-50%) scale(var(--rail-scale))!important}.mobile-sponsor-strip{display:none}.mobile-sponsor-strip__group{display:grid;grid-template-columns:132px minmax(0,1fr);gap:9px;align-items:center}.mobile-sponsor-strip__title{color:#d8b982;font-size:8px;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase;white-space:nowrap}.mobile-sponsor-slider{overflow:hidden;width:100%}.mobile-sponsor-track{display:flex;gap:8px;width:-moz-max-content;width:max-content;animation:rail-marquee-x 20s linear infinite}.mobile-sponsor-track.is-static{width:auto;animation:none}.mobile-sponsor-chip{display:flex;align-items:center;justify-content:center;flex:0 0 var(--mobile-chip-width);width:var(--mobile-chip-width);height:36px;padding:3px;border:1px solid hsla(38,52%,68%,.16);background:rgba(9,12,18,.72);overflow:visible}.mobile-sponsor-chip img{display:block;max-width:92%;max-height:29px;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center}.mobile-sponsor-chip--ticket{justify-content:flex-start;flex-basis:var(--mobile-ticket-width);width:var(--mobile-ticket-width);gap:6px;padding-inline:6px}.mobile-sponsor-chip--ticket img{width:18px;height:18px}.mobile-sponsor-chip--ticket span{min-width:0;flex:1;overflow:hidden;color:#f3e6cf;font-size:8px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.mobile-sponsor-chip--ticket strong{color:#d8b982;font-size:7px;white-space:nowrap}.mobile-sponsor-strip__support{display:flex;justify-content:center;padding-top:2px}.mobile-sponsor-strip__support img{width:132px;max-height:32px;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center}.sp-hero-scene .sp-hero-rail .rail-track--horizontal{animation:none!important;transform:translateX(0)!important}.sp-hero-scene .sp-hero-rail .logo-stack--rail-primary{--tile-width:124px;--tile-height:80px}.sp-hero-scene .sp-hero-rail .logo-stack--rail-category{--tile-width:52px;--tile-height:46px}.sp-hero-scene .sp-hero-rail .contributor-row__brand span{max-width:128px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (min-width:1025px){.sp-hero-scene{--content-shift:0px;--hero-right-left:clamp(430px,27vw,535px);--hero-right-right:clamp(56px,5vw,104px);--campaign-width:clamp(760px,56vw,900px);--cta-width:clamp(640px,44vw,760px);--cta-gap:clamp(14px,1vw,18px);--cta-card-min-height:clamp(80px,5.1vw,88px);--play-size:clamp(96px,5.7vw,110px);--play-top:63%}.sp-hero-scene .tw-sp-hero-center{position:absolute!important;inset-block:clamp(28px,3.6vh,42px) clamp(44px,6vh,76px)!important;left:var(--hero-right-left)!important;right:var(--hero-right-right)!important;width:auto!important;min-height:0!important;margin:0!important;display:grid!important;grid-template-rows:auto 1fr auto;justify-items:center;align-items:start;gap:clamp(12px,1.6vh,22px);pointer-events:none;z-index:5}.sp-hero-scene .tw-sp-hero-center>*{pointer-events:auto}.sp-hero-scene .hero-stage__topline.sp-hero-campaign{left:50%;width:var(--campaign-width);transform:translateX(-50%)!important}.sp-hero-scene .campaign-board.sp-hero-campaign{grid-row:1;width:min(var(--campaign-width),100%);max-width:none;margin:4rem auto 0!important;justify-self:center;align-self:start;transform:none!important}.sp-hero-scene .sp-hero-cta-group{grid-row:3;width:min(var(--cta-width),100%)!important;align-self:end;justify-self:center;display:flex;flex-direction:column;align-items:center;margin:0 0 clamp(8px,2.2vh,28px)!important}.sp-hero-scene .sp-hero-cta{gap:var(--cta-gap);align-items:stretch}.sp-hero-scene .sp-hero-cta .tw-sp-cta-card{flex:1 1 0;width:auto;min-width:0}.sp-hero-scene .sp-hero-cta .hero-cta-card{width:100%;height:100%;min-width:0;min-height:var(--cta-card-min-height)}.sp-hero-scene .sp-hero-play{left:auto!important;top:var(--play-top)!important;right:clamp(34px,4.8vw,92px)!important;width:var(--play-size)!important;height:var(--play-size)!important}.sp-hero-scene .sp-hero-play,.sp-hero-scene .sp-hero-play.reveal,.sp-hero-scene .sp-hero-play.reveal.is-visible,.sp-hero-scene .sp-hero-play:hover{transform:translateY(-50%)!important}.sp-hero-scene .sp-hero-cta .hero-cta-card{grid-template-columns:clamp(46px,3.1vw,60px) minmax(0,1fr);gap:clamp(11px,.8vw,14px);padding:clamp(13px,.82vw,15px) clamp(17px,1.05vw,20px)}.sp-hero-scene .sp-hero-cta .hero-cta-card__icon{width:clamp(42px,2.5vw,48px);height:clamp(42px,2.5vw,48px)}.sp-hero-scene .sp-hero-cta .hero-cta-card__eyebrow{font-size:clamp(.56rem,.6vw,.62rem);letter-spacing:.13em}.sp-hero-scene .sp-hero-cta .hero-cta-card__text{font-size:clamp(.9rem,.84vw,1rem);line-height:1.24}.sp-hero-scene .sp-hero-cta .hero-cta-card--self{border-color:hsla(38,52%,68%,.36);background:linear-gradient(180deg,rgba(28,22,16,.76),rgba(10,8,6,.68)),radial-gradient(circle at 22% 50%,hsla(38,52%,68%,.14),transparent 56%);box-shadow:0 18px 34px rgba(0,0,0,.24),0 0 18px hsla(38,52%,68%,.08),inset 0 0 0 1px hsla(38,52%,68%,.1)}.sp-hero-scene .sp-hero-cta-note{margin-top:clamp(6px,.6vw,10px)}}@media (min-width:1025px) and (max-width:1680px) and (max-height:950px){.sp-hero-scene .sp-hero-cta.hero-actions--featured{margin:0 0 20px!important}.sp-hero-scene .sp-hero-cta-note{width:-moz-fit-content;width:fit-content;max-width:calc(100vw - 48px)}}@media (min-width:769px) and (max-width:1024px){.sp-hero-scene{--campaign-board-top:55px;--cta-top:80%;--cta-width:min(720px,calc(100% - 112px));--cta-gap:18px;--cta-card-min-height:92px;--cta-main-text-size:0.88rem}.hero-stage__media.sp-hero-scene{max-height:1275px}.sp-hero-scene .sp-hero-cta-group{display:flex;flex-direction:column;align-items:center}.sp-hero-scene .sp-hero-cta{width:100%;gap:var(--cta-gap);align-items:stretch;justify-content:center;order:1}.sp-hero-scene .sp-hero-cta .tw-sp-cta-card{flex:1 1 0;width:auto;min-width:0}.sp-hero-scene .sp-hero-cta .hero-cta-card{height:100%;min-height:var(--cta-card-min-height);padding:13px 15px;grid-template-columns:46px minmax(0,1fr);gap:12px}.sp-hero-scene .sp-hero-cta .hero-cta-card__icon{width:44px;height:44px}.sp-hero-scene .sp-hero-cta .hero-cta-card__text{font-size:var(--cta-main-text-size);line-height:1.22}.sp-hero-scene .sp-hero-cta-note{width:-moz-fit-content;width:fit-content;max-width:calc(100vw - 48px);margin-top:12px;order:2;padding:8px 16px;font-size:var(--cta-main-text-size);white-space:nowrap}}@media (max-width:768px){.sp-hero-scene{--scene-height:calc(100svh - 101px);--campaign-topline-top:16px;--campaign-board-top:64px;--campaign-width:min(430px,calc(100% - 72px));--brand-top:53%;--brand-width:212px;--copy-top:66%;--copy-width:300px;--cta-top:78.5%;--cta-width:min(620px,calc(100% - 96px));--cta-gap:14px;--cta-card-min-height:88px;--cta-main-text-size:0.84rem;--play-top:65%;--play-right:10%;--play-size:60px;min-height:760px}.modal__header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;justify-content:space-between;gap:12px}.modal__titlegroup{min-width:0}.modal__close{justify-self:end;align-self:flex-start;flex:0 0 auto;margin-top:0!important}.hero-shell.sp-hero-scene{display:block;position:relative;height:auto!important;min-height:var(--scene-height)!important;max-height:none;overflow:visible!important}.hero-shell.sp-hero-scene .tw-sp-hero-stage{height:var(--scene-height)!important;min-height:var(--scene-height)!important;order:1}.hero-shell.sp-hero-scene .tw-sp-hero-media,.hero-stage__media.sp-hero-scene{height:var(--scene-height)!important;min-height:var(--scene-height)!important;border:none!important;outline:none!important;box-shadow:none!important;overflow:hidden!important}.mobile-sponsor-strip{display:none}.mobile-sponsor-strip__group{display:grid;grid-template-columns:minmax(136px,32%) minmax(0,1fr);gap:8px;align-items:center}.mobile-sponsor-strip__title{color:#d8b982;font-size:8px;font-weight:700;letter-spacing:.06em;line-height:1.2;text-transform:uppercase;white-space:nowrap}.mobile-sponsor-slider{overflow:hidden;width:100%}.mobile-sponsor-track{display:flex;gap:8px;width:-moz-max-content;width:max-content;animation:rail-marquee-x 20s linear infinite}.mobile-sponsor-track.is-static{width:auto;animation:none}.mobile-sponsor-chip{display:flex;align-items:center;justify-content:center;flex:0 0 var(--mobile-chip-width);width:var(--mobile-chip-width);height:34px;padding:3px;border:1px solid hsla(38,52%,68%,.16);background:rgba(9,12,18,.72)}.mobile-sponsor-chip img{display:block;max-width:92%;max-height:27px;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center}.mobile-sponsor-chip--ticket{justify-content:flex-start;flex-basis:var(--mobile-ticket-width);width:var(--mobile-ticket-width);gap:6px;padding-inline:6px}.mobile-sponsor-chip--ticket img{width:18px;height:18px}.mobile-sponsor-chip--ticket span{min-width:0;flex:1;overflow:hidden;color:#f3e6cf;font-size:8px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.mobile-sponsor-chip--ticket strong{color:#d8b982;font-size:7px;white-space:nowrap}.mobile-sponsor-strip__support{display:flex;justify-content:center;padding-top:2px}.mobile-sponsor-strip__support img{width:126px;max-height:30px;-o-object-fit:contain;object-fit:contain}.sp-hero-scene .sp-hero-campaign .stat-card__label,.sp-hero-scene .sp-hero-campaign .stat-card__meta{font-size:.58rem;letter-spacing:.06em}.sp-hero-scene .sp-hero-campaign .stat-card__value{font-size:clamp(1.12rem,2.8vw,1.48rem);letter-spacing:.06em}.sp-hero-scene .sp-hero-campaign .stat-card__value--small{font-size:clamp(.98rem,2.2vw,1.18rem)}.sp-hero-scene .sp-hero-campaign .campaign-progress__labels,.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero{font-size:.5rem}.sp-hero-scene .sp-hero-campaign .campaign-progress{gap:6px}.sp-hero-scene .sp-hero-campaign .campaign-progress__summary{grid-template-columns:minmax(0,1fr) minmax(118px,.42fr);gap:8px}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card,.sp-hero-scene .sp-hero-campaign .campaign-progress__total{padding:7px 8px}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card{min-height:58px}.sp-hero-scene .sp-hero-campaign .campaign-progress__total strong{font-size:clamp(1.12rem,2.8vw,1.48rem);letter-spacing:.06em}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card strong{font-size:clamp(.94rem,2.2vw,1.12rem)}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale{min-height:30px;margin-inline:4px;font-size:.5rem}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current{left:clamp(64px,var(--progress-ratio),calc(100% - 76px));padding:4px 6px}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current strong{font-size:.58rem}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero{grid-template-columns:1fr auto;gap:5px 8px}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero strong{grid-column:1/-1;font-size:.5rem}.sp-hero-scene .sp-hero-cta{width:100%;gap:var(--cta-gap);flex-direction:row;align-items:stretch;justify-content:center;order:1}.sp-hero-scene .sp-hero-cta .tw-sp-cta-card{flex:1 1 0;width:auto;min-width:0}.sp-hero-scene .sp-hero-cta .hero-cta-card{height:100%;min-height:var(--cta-card-min-height);padding:11px 13px;grid-template-columns:40px minmax(0,1fr);gap:10px}.sp-hero-scene .sp-hero-cta .hero-cta-card__icon{width:40px;height:40px}.sp-hero-scene .sp-hero-cta .hero-cta-card__eyebrow{font-size:.54rem;letter-spacing:.1em}.sp-hero-scene .sp-hero-cta .hero-cta-card__text{font-size:var(--cta-main-text-size);line-height:1.2}.sp-hero-scene .sp-hero-cta-note{width:-moz-fit-content;width:fit-content;max-width:calc(100vw - 48px);margin-top:11px;order:2;padding:7px 15px;font-size:var(--cta-main-text-size);white-space:nowrap}.sp-hero-scene .sp-hero-rail .rail-block__title{font-size:9px;letter-spacing:.05em}.sp-hero-scene .sp-hero-rail .logo-chip{padding:3px}.sp-hero-scene .sp-hero-rail .logo-stack--rail-primary{--tile-width:72px;--tile-height:46px}.sp-hero-scene .sp-hero-rail .rail-block__title:after,.sp-hero-scene .sp-hero-rail .rail-block__title:before{width:28px;flex-basis:28px}}@media (max-width:430px){.sp-hero-scene{--scene-height:calc(100svh - 88px);--campaign-topline-top:16px;--campaign-board-top:58px;--campaign-width:calc(100% - 36px);--brand-top:54%;--brand-width:168px;--copy-top:66%;--copy-width:220px;--cta-top:75%;--cta-width:min(340px,calc(100% - 64px));--cta-gap:8px;--cta-card-min-height:66px;--cta-main-text-size:0.72rem;--play-top:61.5%;--play-right:11%;--play-size:46px;min-height:720px}.hero-shell.sp-hero-scene .tw-sp-hero-stage{height:var(--scene-height)!important;min-height:var(--scene-height)!important}.hero-shell.sp-hero-scene,.tw-sp-hero-shell{height:auto!important;min-height:var(--scene-height)!important}.hero-shell.sp-hero-scene .tw-sp-hero-media,.hero-stage__media.sp-hero-scene{height:var(--scene-height)!important;min-height:var(--scene-height)!important;border:none!important;outline:none!important;box-shadow:none!important;overflow:hidden!important}.mobile-sponsor-strip{--mobile-chip-width:62px;--mobile-ticket-width:128px;top:244px;width:calc(100% - 24px);max-height:none;padding:6px 7px;gap:4px}.mobile-sponsor-strip__group{grid-template-columns:minmax(98px,30%) minmax(0,1fr);gap:5px}.mobile-sponsor-strip__title{font-size:6.5px;letter-spacing:.035em;line-height:1.15}.mobile-sponsor-chip{height:29px}.mobile-sponsor-chip img{max-height:23px}.mobile-sponsor-chip--ticket img{width:16px;height:16px}.mobile-sponsor-chip--ticket span{font-size:7px}.mobile-sponsor-chip--ticket strong{font-size:6px}.mobile-sponsor-strip__support img{width:106px;max-height:25px}.sp-hero-scene .sp-hero-campaign .stat-card{padding:7px 8px}.sp-hero-scene .sp-hero-campaign .stat-card__label,.sp-hero-scene .sp-hero-campaign .stat-card__meta{font-size:.52rem;letter-spacing:.04em}.sp-hero-scene .sp-hero-campaign .stat-card__value{font-size:1rem;letter-spacing:.04em}.sp-hero-scene .sp-hero-campaign .stat-card__value--small{font-size:.88rem}.sp-hero-scene .sp-hero-campaign .campaign-progress__labels,.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero{font-size:.48rem}.sp-hero-scene .sp-hero-campaign .campaign-progress__summary{grid-template-columns:minmax(0,1fr) minmax(106px,.42fr);gap:7px}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card,.sp-hero-scene .sp-hero-campaign .campaign-progress__total{padding:7px 8px}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card em,.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card span,.sp-hero-scene .sp-hero-campaign .campaign-progress__total span{font-size:.52rem;letter-spacing:.04em}.sp-hero-scene .sp-hero-campaign .campaign-progress__total strong{font-size:1rem;letter-spacing:.04em}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card strong{font-size:.86rem}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale{min-height:28px}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current{left:clamp(54px,var(--progress-ratio),calc(100% - 62px));padding:3px 5px}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current span{display:none}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current strong{font-size:.54rem}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero{padding:7px 8px}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero strong{font-size:.48rem}.sp-hero-scene .hero-stage__topline.sp-hero-campaign{flex-wrap:nowrap;gap:6px}.sp-hero-scene .hero-badge{min-height:30px;padding:7px 9px;font-size:.56rem;letter-spacing:.1em;white-space:nowrap}.sp-hero-scene .campaign-progress__labels span,.sp-hero-scene .ticket-meter__meta--hero span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sp-hero-scene .sp-hero-cta{flex-direction:column;width:100%;gap:var(--cta-gap);align-items:stretch;order:1}.sp-hero-scene .sp-hero-cta-group{top:75%!important}.sp-hero-scene .sp-hero-cta .tw-sp-cta-card{flex:0 1 auto;width:100%}.sp-hero-scene .sp-hero-cta .hero-cta-card{height:100%;min-height:var(--cta-card-min-height);padding:8px 10px;grid-template-columns:34px minmax(0,1fr);gap:7px}.sp-hero-scene .sp-hero-cta .hero-cta-card__icon{width:34px;height:34px}.sp-hero-scene .sp-hero-cta .hero-cta-card__eyebrow{font-size:.5rem;letter-spacing:.1em}.sp-hero-scene .sp-hero-cta .hero-cta-card__text{font-size:var(--cta-main-text-size);line-height:1.18}.sp-hero-scene .sp-hero-cta-note{width:-moz-fit-content;width:fit-content;max-width:min(340px,calc(100vw - 64px));margin-top:9px;order:2;padding:7px 13px;font-size:var(--cta-main-text-size);white-space:nowrap}}@media (max-width:390px){.sp-hero-scene{--campaign-width:calc(100% - 28px);--rail-left:10px;--rail-scale:0.66;--brand-top:53%;--brand-width:164px;--copy-top:64%;--copy-width:206px;--cta-top:75%;--cta-width:min(340px,calc(100% - 64px));--cta-main-text-size:0.7rem;--play-right:10%;--play-size:44px;min-height:700px}.mobile-sponsor-strip{top:238px;width:calc(100% - 24px)}.mobile-sponsor-strip__group{grid-template-columns:minmax(92px,31%) minmax(0,1fr);gap:4px}.sp-hero-scene .sp-hero-cta .hero-cta-card__text,.sp-hero-scene .sp-hero-cta-note{font-size:var(--cta-main-text-size)}}.\!grid{display:grid!important}.grid{display:grid}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}@media (max-width:1024px){.sp-hero-scene .sp-hero-campaign .campaign-progress{gap:7px}.sp-hero-scene .sp-hero-campaign .campaign-progress__summary{grid-template-columns:1fr;gap:12px;width:min(100%,620px)}.sp-hero-scene .sp-hero-campaign .campaign-progress__total{min-width:0;padding:7px 10px 9px;transform:translateY(0)}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card{min-width:136px;min-height:74px;padding:10px 12px}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card:before{inset:6px}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card:after{inset:11px}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card em,.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card span,.sp-hero-scene .sp-hero-campaign .campaign-progress__total span{font-size:clamp(.52rem,.78vw,.64rem);letter-spacing:.09em}.sp-hero-scene .sp-hero-campaign .campaign-progress__total strong{font-size:clamp(1.42rem,2.2vw,2.12rem);letter-spacing:.13em}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card strong{font-size:clamp(1.04rem,1.62vw,1.32rem)}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-row{position:relative;display:block;width:min(100%,620px);margin:4px auto 0;padding:0 10px 34px}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-wrap{width:100%;padding-top:31px}.sp-hero-scene .sp-hero-campaign .ticket-meter__progress--hero{height:23px}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label{position:absolute;bottom:0;min-height:28px;padding:4px 7px;font-size:.66rem}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--start{left:10px;margin:0;transform:translateX(-50%)}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--end{right:10px;min-width:auto;min-height:28px;margin:0;transform:translateX(50%)}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current{top:0;left:clamp(54px,var(--progress-ratio),calc(100% - 62px));padding:3px 7px 4px}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current strong{font-size:.6rem}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero{display:flex;flex-direction:column;align-items:center;justify-content:center;width:min(520px,76%);gap:4px;padding:9px 12px;font-size:.56rem;text-align:center}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero strong{grid-column:auto;font-size:.62rem;letter-spacing:.1em}}@media (max-width:768px){.sp-hero-scene .sp-hero-campaign .campaign-progress__summary{grid-template-columns:minmax(0,1fr) minmax(106px,.34fr);gap:8px;width:min(100%,430px)}.sp-hero-scene .sp-hero-campaign .campaign-progress__total{padding:7px 8px}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card{min-width:106px;min-height:58px;padding:8px 9px}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card em,.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card span,.sp-hero-scene .sp-hero-campaign .campaign-progress__total span{font-size:.5rem;letter-spacing:.055em}.sp-hero-scene .sp-hero-campaign .campaign-progress__total strong{font-size:clamp(1.05rem,2.8vw,1.42rem);letter-spacing:.06em}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card strong{font-size:clamp(.84rem,2.1vw,1rem)}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-row{width:min(100%,430px);padding:0 0 30px}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-wrap{padding-top:27px}.sp-hero-scene .sp-hero-campaign .ticket-meter__progress--hero{height:20px}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label{min-height:25px;padding:4px 6px;font-size:.56rem}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--start{left:0;transform:none}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--end{right:0;min-width:auto;margin:0;font-size:.56rem;transform:none}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current{left:clamp(44px,var(--progress-ratio),calc(100% - 52px));padding:3px 5px}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current strong{font-size:.52rem}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero{width:min(360px,82%);padding:7px 9px;font-size:.5rem}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero strong{font-size:.52rem;letter-spacing:.075em}}@media (max-width:430px){.sp-hero-scene .sp-hero-campaign .campaign-progress__summary{grid-template-columns:minmax(0,1fr) minmax(92px,.34fr);gap:7px;width:100%}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card{min-width:92px}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-row{width:100%;padding-bottom:28px}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-wrap{padding-top:25px}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label{min-height:23px;padding:3px 5px;font-size:.5rem}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current{left:clamp(40px,var(--progress-ratio),calc(100% - 46px))}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current strong{font-size:.48rem}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero{width:88%}}@media (max-width:1024px){.sp-hero-scene .sp-hero-campaign .campaign-progress{gap:8px}.sp-hero-scene .sp-hero-campaign .campaign-progress__total{transform:translateY(0)}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-row{position:relative;display:block;width:min(100%,620px);margin:4px auto 0;padding:0 10px 34px}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-wrap{width:100%;padding-top:31px}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label{position:absolute;bottom:0;min-height:28px;padding:4px 7px;font-size:.66rem}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--start{left:10px;margin:0;transform:translateX(-50%)}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--end{right:10px;min-width:auto;min-height:28px;margin:0;transform:translateX(50%)}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current{top:0;left:clamp(54px,var(--progress-ratio),calc(100% - 62px));padding:3px 7px 4px}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero{display:flex;flex-direction:column;align-items:center;justify-content:center;width:min(520px,76%);gap:4px;text-align:center}.sp-hero-scene .sp-hero-campaign .campaign-progress{gap:8px}.sp-hero-scene .sp-hero-campaign .campaign-progress__total{transform:translateY(0)}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card{min-height:80px}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-row{position:relative;display:block;width:min(100%,620px);margin:4px auto 0;padding:0 10px 34px}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-wrap{width:100%;padding-top:31px}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label{position:absolute;bottom:0;min-height:28px;padding:4px 7px;font-size:.66rem}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--start{left:10px;margin:0;transform:translateX(-50%)}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--end{right:10px;min-width:auto;min-height:28px;margin:0;transform:translateX(50%)}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current{top:0;left:clamp(54px,var(--progress-ratio),calc(100% - 62px));padding:3px 7px 4px}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero{display:flex;flex-direction:column;align-items:center;justify-content:center;width:min(520px,76%);gap:4px;text-align:center}}@media (max-width:768px){.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-row{width:min(100%,430px);padding:0 0 30px}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-wrap{padding-top:27px}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label{min-height:25px;padding:4px 6px;font-size:.56rem}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--start{left:0;transform:none}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--end{right:0;transform:none}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current{left:clamp(44px,var(--progress-ratio),calc(100% - 52px))}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero{width:min(360px,82%)}}@media (max-width:430px){.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-row{width:100%;padding-bottom:28px}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-wrap{padding-top:25px}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label{min-height:23px;padding:3px 5px;font-size:.48rem}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current{left:clamp(40px,var(--progress-ratio),calc(100% - 46px))}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero{width:88%}.sp-hero-scene .sp-hero-campaign .campaign-progress__summary{grid-template-columns:minmax(0,1fr) minmax(92px,.34fr);gap:7px;width:100%}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card{min-width:92px}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-row{position:relative;display:block;width:100%;padding-bottom:28px}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-wrap{width:100%;padding-top:25px}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label{min-height:23px;padding:3px 5px;font-size:.5rem}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--start{left:0;transform:none}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--end{right:0;min-width:auto;font-size:.5rem;transform:none}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current{left:clamp(42px,var(--progress-ratio),calc(100% - 48px))}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current strong{font-size:.48rem}.sp-hero-scene .sp-hero-campaign .ticket-meter__progress--hero{height:18px}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero{width:88%}}@media (max-width:1024px){.sp-hero-scene .sp-hero-campaign .campaign-progress{gap:7px}.sp-hero-scene .sp-hero-campaign .campaign-progress__summary{grid-template-columns:1fr;gap:12px;width:min(100%,620px)}.sp-hero-scene .sp-hero-campaign .campaign-progress__total{min-width:0;padding:7px 10px 9px;transform:translateY(0)}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card{min-width:136px;min-height:74px;padding:10px 12px}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card:before{inset:6px}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card:after{inset:11px}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card em,.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card span,.sp-hero-scene .sp-hero-campaign .campaign-progress__total span{font-size:clamp(.52rem,.78vw,.64rem);letter-spacing:.09em}.sp-hero-scene .sp-hero-campaign .campaign-progress__total strong{font-size:clamp(1.42rem,2.2vw,2.12rem);letter-spacing:.13em}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card strong{font-size:clamp(1.04rem,1.62vw,1.32rem)}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-row{position:relative;display:block;width:min(100%,620px);margin:4px auto 0;padding:0 10px 34px}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-wrap{width:100%;padding-top:31px}.sp-hero-scene .sp-hero-campaign .ticket-meter__progress--hero{height:23px}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label{position:absolute;bottom:0;min-height:28px;padding:4px 7px;font-size:.66rem}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--start{left:10px;transform:translateX(-50%)}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--end{right:10px;min-width:auto;min-height:28px;margin-left:0;transform:translateX(50%)}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current{left:clamp(54px,var(--progress-ratio),calc(100% - 62px));padding:4px 7px 5px}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current strong{font-size:.6rem}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero{width:min(520px,76%);display:flex;flex-direction:column;align-items:center;gap:4px;padding:9px 12px;font-size:.56rem;text-align:center}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero strong{grid-column:auto;font-size:.62rem;letter-spacing:.1em}}@media (max-width:768px){.sp-hero-scene .sp-hero-campaign .campaign-progress__summary{grid-template-columns:minmax(0,1fr) minmax(106px,.34fr);gap:8px;width:min(100%,430px)}.sp-hero-scene .sp-hero-campaign .campaign-progress__total{padding:7px 8px}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card{min-width:106px;min-height:58px;padding:8px 9px}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card em,.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card span,.sp-hero-scene .sp-hero-campaign .campaign-progress__total span{font-size:.5rem;letter-spacing:.055em}.sp-hero-scene .sp-hero-campaign .campaign-progress__total strong{font-size:clamp(1.05rem,2.8vw,1.42rem);letter-spacing:.06em}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card strong{font-size:clamp(.84rem,2.1vw,1rem)}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-row{position:relative;display:block;width:min(100%,430px);padding:0 0 30px}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-wrap{width:100%;padding-top:27px}.sp-hero-scene .sp-hero-campaign .ticket-meter__progress--hero{height:20px}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label{position:absolute;bottom:0;min-height:25px;padding:3px 6px;font-size:.56rem}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--start{left:0;transform:none}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--end{right:0;min-width:auto;margin-left:0;font-size:.56rem;transform:none}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current{left:clamp(44px,var(--progress-ratio),calc(100% - 52px));padding:3px 5px}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current strong{font-size:.52rem}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero{width:min(360px,82%);padding:7px 9px;font-size:.5rem}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero strong{font-size:.52rem;letter-spacing:.075em}}@media (max-width:430px){.sp-hero-scene .sp-hero-campaign .campaign-progress__summary{grid-template-columns:1fr;gap:0;width:100%}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card{min-width:92px}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-row{position:relative;display:block;width:100%;padding-bottom:28px}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-wrap{width:100%;padding-top:25px}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label{min-height:23px;padding:3px 5px;font-size:.54rem}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--start{left:0;transform:none}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label--end{right:0;min-width:auto;font-size:.54rem;transform:none}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current{left:clamp(42px,var(--progress-ratio),calc(100% - 48px))}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current strong{font-size:.52rem}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero{width:88%}}.sp-hero-scene .sp-hero-campaign .campaign-progress__summary{grid-template-columns:1fr}@media (min-width:1025px){.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label,.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current strong{font-size:16px}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero,.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero strong{font-size:12px}.sp-hero-scene .sp-hero-cta-note{padding:14px 16px;font-size:16px;margin-top:10px}}@media (min-width:1025px) and (max-width:1680px){.sp-hero-scene .sp-hero-cta-note{margin-top:0}}@media (max-width:1024px){.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label,.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current strong{font-size:16px}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero,.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero strong{font-size:12px}.sp-hero-scene .sp-hero-cta-note{padding:14px 16px;font-size:16px;margin-top:4px}.sp-hero-scene .sp-hero-cta-note.reveal.from-bottom{transform:translateY(12px)}}@media (max-width:768px){.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label,.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current strong{font-size:14px}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero,.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero strong{font-size:10px}.sp-hero-scene .sp-hero-cta-note{padding:12px 15px;font-size:14px;margin-top:4px}.sp-hero-scene .sp-hero-campaign .ticket-meter__progress--hero{height:12px}}@media (max-width:430px){.sp-hero-scene .ticket-meter__meta--hero span{white-space:normal;overflow:visible;text-overflow:clip}.sp-hero-scene .sp-hero-cta-note{padding:10px 14px;font-size:12px;margin-top:10px}.sp-hero-scene .sp-hero-cta-note.reveal.from-bottom{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}}@media (max-width:390px){.sp-hero-scene .sp-hero-cta-note{margin-top:10px}}.sp-hero-scene .sp-hero-cta-note{border:1px solid rgba(214,173,96,.85);box-shadow:0 0 0 1px rgba(214,173,96,.16),0 0 12px rgba(214,173,96,.28),inset 0 0 8px rgba(214,173,96,.08)}@media (min-width:1025px) and (max-width:1680px) and (max-height:950px){.sp-hero-scene .sp-hero-rail{--rail-pad-x:16px;--rail-content-width:calc(clamp(340px, 22vw, 372px) - var(--rail-pad-x) - var(--rail-pad-x));width:clamp(340px,22vw,372px);max-height:calc(100svh - var(--sp-header-height) - 28px);padding:16px var(--rail-pad-x);gap:9px}.sp-hero-scene .sp-hero-rail .rail-block+.rail-block{padding-top:12px}.sp-hero-scene .sp-hero-rail .rail-block__title{margin-bottom:7px;font-size:17px;letter-spacing:.11em}.sp-hero-scene .sp-hero-rail .rail-block__title:after,.sp-hero-scene .sp-hero-rail .rail-block__title:before{width:40px;flex-basis:40px}.sp-hero-scene .sp-hero-rail .logo-stack--rail-primary{--rail-logo-gap:10px;--tile-width:calc((var(--rail-content-width) - var(--rail-logo-gap))/2);--tile-height:var(--tile-width)}.sp-hero-scene .sp-hero-rail .logo-stack--rail-category{--rail-logo-gap:8px;--tile-width:calc((var(--rail-content-width) - (3*var(--rail-logo-gap)))/4);--tile-height:var(--tile-width)}.sp-hero-scene .sp-hero-rail .contributor-list,.sp-hero-scene .sp-hero-rail .rail-slider--vertical{--row-height:46px;height:calc(var(--row-height)*4 + 18px)}.sp-hero-scene .sp-hero-rail .contributor-row{min-height:var(--row-height);padding:4px 9px;gap:8px}.sp-hero-scene .sp-hero-rail .contributor-row__brand img{width:80px;height:80px}.sp-hero-scene .sp-hero-rail .contributor-row__brand span{max-width:142px;font-size:.76rem}.sp-hero-scene .sp-hero-rail .contributor-row strong{font-size:.72rem}.sp-hero-scene .sp-hero-rail .rail-linkbutton{min-height:36px;margin-top:10px;padding:8px 10px;font-size:.68rem}.sp-hero-scene .sp-hero-rail .rail-block--support{min-height:78px;padding:12px 10px}.sp-hero-scene .sp-hero-rail .rail-seal{max-width:min(220px,82%)}}@media (min-width:769px) and (max-width:1024px){.sp-hero-scene{--rail-scale:0.86}.sp-hero-scene .sp-hero-rail{--rail-pad-x:16px;--rail-content-width:calc(clamp(350px, 37vw, 390px) - var(--rail-pad-x) - var(--rail-pad-x));top:calc(50% + 34px)!important;left:22px!important;width:clamp(350px,37vw,390px)!important;max-height:calc(100% - 68px);padding:16px var(--rail-pad-x)!important;gap:10px}.sp-hero-scene .sp-hero-rail.reveal,.sp-hero-scene .sp-hero-rail.reveal.is-visible{transform:translateY(-50%) scale(var(--rail-scale))!important}.sp-hero-scene .sp-hero-rail .rail-block+.rail-block{padding-top:10px}.sp-hero-scene .sp-hero-rail .rail-block__title{margin-bottom:8px;font-size:13px;letter-spacing:.08em}.sp-hero-scene .sp-hero-rail .rail-block__title:after,.sp-hero-scene .sp-hero-rail .rail-block__title:before{width:32px;flex-basis:32px}.sp-hero-scene .sp-hero-rail .logo-stack--rail-primary{--rail-logo-gap:10px;--tile-width:calc((var(--rail-content-width) - var(--rail-logo-gap))/2);--tile-height:var(--tile-width)}.sp-hero-scene .sp-hero-rail .logo-stack--rail-category{--rail-logo-gap:7px;--tile-width:calc((var(--rail-content-width) - (3*var(--rail-logo-gap)))/4);--tile-height:var(--tile-width)}.sp-hero-scene .sp-hero-rail .rail-track--horizontal:not(.is-static){animation:rail-marquee-x-responsive 22s linear infinite!important;transform:translateX(0)}.sp-hero-scene .sp-hero-rail .contributor-list,.sp-hero-scene .sp-hero-rail .rail-slider--vertical{--row-height:50px;height:calc(var(--row-height)*5 + 24px)}.sp-hero-scene .sp-hero-rail .contributor-row{min-height:var(--row-height);padding:4px 9px;gap:8px}.sp-hero-scene .sp-hero-rail .contributor-row__brand span{max-width:138px;font-size:.78rem}.sp-hero-scene .sp-hero-rail .contributor-row strong{font-size:.74rem}.sp-hero-scene .sp-hero-rail .rail-linkbutton{min-height:34px;margin-top:9px;padding:8px 10px;font-size:.66rem}.sp-hero-scene .sp-hero-rail .rail-block--support{min-height:84px;padding:12px 10px}.sp-hero-scene .sp-hero-rail .rail-seal{max-width:min(230px,84%)}}@keyframes rail-marquee-x-responsive{0%{transform:translateX(0)}to{transform:translateX(var(--responsive-loop-distance,-50%))}}@media (max-width:1024px){.sp-hero-scene .sp-hero-rail .rail-track--horizontal:not(.is-static){animation:rail-marquee-x-responsive 22s linear infinite!important;transform:translateX(0);will-change:transform}.sp-hero-scene .sp-hero-rail .rail-slider:hover .rail-track--horizontal:not(.is-static){animation-play-state:paused}}@media (max-width:768px){.sp-hero-scene{--rail-scale:0.72}.sp-hero-scene .sp-hero-rail{--rail-pad-x:10px;--rail-content-width:calc(240px - var(--rail-pad-x) - var(--rail-pad-x));top:calc(50% + 28px)!important;left:14px!important;width:240px!important;max-height:calc(100% - 64px);padding:10px var(--rail-pad-x)!important;gap:7px}.sp-hero-scene .sp-hero-rail .rail-block+.rail-block{padding-top:8px}.sp-hero-scene .sp-hero-rail .rail-block__title{margin-bottom:6px;font-size:10px;letter-spacing:.06em}.sp-hero-scene .sp-hero-rail .rail-block__title:after,.sp-hero-scene .sp-hero-rail .rail-block__title:before{width:28px;flex-basis:28px}.sp-hero-scene .sp-hero-rail .logo-stack--rail-primary{--rail-logo-gap:8px;--tile-width:calc((var(--rail-content-width) - var(--rail-logo-gap))/2);--tile-height:var(--tile-width)}.sp-hero-scene .sp-hero-rail .logo-stack--rail-category{--rail-logo-gap:6px;--tile-width:calc((var(--rail-content-width) - (3*var(--rail-logo-gap)))/4);--tile-height:var(--tile-width)}.sp-hero-scene .sp-hero-rail .contributor-list,.sp-hero-scene .sp-hero-rail .rail-slider--vertical{--row-height:38px;height:calc(var(--row-height)*4 + 18px)}.sp-hero-scene .sp-hero-rail .contributor-row{min-height:var(--row-height);padding:3px 7px;gap:7px}.sp-hero-scene .sp-hero-rail .contributor-row__brand img{width:40px;height:40px}.sp-hero-scene .sp-hero-rail .contributor-row__brand span{max-width:98px;font-size:.66rem}.sp-hero-scene .sp-hero-rail .contributor-row strong{font-size:.62rem}.sp-hero-scene .sp-hero-rail .rail-linkbutton{min-height:30px;margin-top:7px;padding:6px 8px;font-size:.58rem}.sp-hero-scene .sp-hero-rail .rail-block--support{min-height:58px;padding:8px}.sp-hero-scene .sp-hero-rail .rail-seal{max-width:min(150px,84%)}}@media (max-width:430px){.sp-hero-scene{--rail-scale:0.74}.sp-hero-scene .sp-hero-rail{--rail-pad-x:8px;--rail-content-width:calc(200px - var(--rail-pad-x) - var(--rail-pad-x));top:53%!important;left:20px!important;width:200px!important;max-height:calc(100% - 56px);padding:8px var(--rail-pad-x)!important;gap:6px}.sp-hero-scene .sp-hero-rail.reveal,.sp-hero-scene .sp-hero-rail.reveal.is-visible{transform:translateY(-50%) scale(var(--rail-scale))!important}.sp-hero-scene .sp-hero-rail .rail-block+.rail-block{padding-top:7px}.sp-hero-scene .sp-hero-rail .rail-block__title{margin-bottom:5px;font-size:8px;letter-spacing:.04em}.sp-hero-scene .sp-hero-rail .rail-block__title:after,.sp-hero-scene .sp-hero-rail .rail-block__title:before{width:20px;flex-basis:20px}.sp-hero-scene .sp-hero-rail .logo-stack--rail-primary{--rail-logo-gap:6px;--tile-width:calc((var(--rail-content-width) - var(--rail-logo-gap))/2);--tile-height:var(--tile-width)}.sp-hero-scene .sp-hero-rail .logo-stack--rail-category{--rail-logo-gap:5px;--tile-width:calc((var(--rail-content-width) - (3*var(--rail-logo-gap)))/4);--tile-height:var(--tile-width)}.sp-hero-scene .sp-hero-rail .contributor-list,.sp-hero-scene .sp-hero-rail .rail-slider--vertical{--row-height:34px;height:calc(var(--row-height)*3 + 12px)}.sp-hero-scene .sp-hero-rail .contributor-row{min-height:var(--row-height);padding:3px 6px;gap:6px}.sp-hero-scene .sp-hero-rail .contributor-row__brand img{width:40px;height:40px}.sp-hero-scene .sp-hero-rail .contributor-row__brand span{max-width:78px;font-size:.62rem}.sp-hero-scene .sp-hero-rail .contributor-row strong{font-size:.58rem}.sp-hero-scene .sp-hero-rail .rail-linkbutton{min-height:28px;margin-top:6px;padding:5px 7px;font-size:.54rem}.sp-hero-scene .sp-hero-rail .rail-block--support{min-height:50px;padding:7px}.sp-hero-scene .sp-hero-rail .rail-seal{max-width:min(128px,84%)}}@media (max-width:390px){.sp-hero-scene{--rail-scale:0.66}.sp-hero-scene .sp-hero-rail{--rail-pad-x:7px;--rail-content-width:calc(184px - var(--rail-pad-x) - var(--rail-pad-x));top:53%!important;left:14px!important;width:184px!important;padding:7px var(--rail-pad-x)!important}.sp-hero-scene .sp-hero-rail .contributor-list,.sp-hero-scene .sp-hero-rail .rail-slider--vertical{--row-height:32px;height:calc(var(--row-height)*3 + 12px)}.sp-hero-scene .sp-hero-rail .rail-block--support{min-height:46px}.sp-hero-scene .sp-hero-rail .rail-seal{max-width:min(116px,84%)}}@media (max-width:400px){.sp-hero-scene{--mobile-action-top:57%;min-height:800px}.hero-shell.sp-hero-scene{min-height:800px!important}.hero-stage__media.sp-hero-scene{height:auto!important;min-height:800px!important;overflow:visible!important}.sp-hero-scene .campaign-board.sp-hero-campaign,.sp-hero-scene .tw-sp-campaign-board{top:18px!important;width:min(310px,calc(100% - 64px))!important;left:50%!important;transform:translateX(-50%)!important}.sp-hero-scene .sp-hero-campaign .campaign-progress{gap:2px!important}.sp-hero-scene .sp-hero-campaign .campaign-progress__summary{gap:2px!important;grid-template-columns:minmax(0,1fr) minmax(90px,.38fr)}.sp-hero-scene .sp-hero-campaign .campaign-progress__total{padding:4px 8px!important}.sp-hero-scene .sp-hero-campaign .campaign-progress__total strong{font-size:.8rem!important}.sp-hero-scene .sp-hero-campaign .campaign-progress__total span{font-size:.42rem!important}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card{min-height:38px!important;padding:4px 8px!important}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card strong{font-size:.62rem!important}.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card em,.sp-hero-scene .sp-hero-campaign .campaign-progress__target-card span{font-size:.42rem!important}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-row{padding-bottom:12px!important}.sp-hero-scene .sp-hero-campaign .campaign-progress__bar-wrap{padding-top:6px!important}.sp-hero-scene .sp-hero-campaign .ticket-meter__progress--hero{height:11px!important}.sp-hero-scene .sp-hero-campaign .campaign-progress__edge-label{min-height:12px!important;padding:2px 3px!important;font-size:.4rem!important}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current{padding:2px 3px!important}.sp-hero-scene .sp-hero-campaign .campaign-progress__scale-current strong{font-size:.4rem!important}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero{padding:3px 5px!important;font-size:.42rem!important;gap:2px!important}.sp-hero-scene .sp-hero-campaign .ticket-meter__meta--hero strong{font-size:.46rem!important}.hero-stage__media>.sp-hero-rail,.hero-stage__media>.tw-sp-hero-rail,.sp-hero-scene>.sp-hero-rail,.sp-hero-scene>.tw-sp-hero-rail{display:none!important}.sp-hero-scene .sp-hero-cta .hero-cta-card{min-height:50px;padding:6px 8px;grid-template-columns:22px minmax(0,1fr);gap:5px}.sp-hero-scene .sp-hero-cta .hero-cta-card__icon{width:22px;height:22px}.sp-hero-scene .sp-hero-cta .hero-cta-card__eyebrow{font-size:.44rem}.sp-hero-scene .sp-hero-cta .hero-cta-card__text{font-size:.58rem}.sp-hero-scene .sp-hero-cta-note{max-width:min(260px,calc(100vw - 32px));margin-top:5px;padding:4px 8px;font-size:.5rem}.mobile-sponsors-trigger{left:22px!important}.sp-hero-scene .sp-hero-play,.sp-hero-scene .tw-sp-play-trigger{top:var(--mobile-action-top)!important;right:9%!important;transform:translateY(-50%)!important;width:44px!important;height:44px!important}.sp-hero-scene .sp-hero-brand{top:52%!important;width:140px!important}.sp-hero-scene .sp-hero-copy{top:62%!important;width:180px!important}}@media (max-width:375px){.sp-hero-scene{--mobile-action-top:56.5%}.sp-hero-scene .campaign-board.sp-hero-campaign,.sp-hero-scene .tw-sp-campaign-board{top:16px!important;width:min(292px,calc(100% - 64px))!important}.hero-stage__media>.sp-hero-rail,.hero-stage__media>.tw-sp-hero-rail,.sp-hero-scene>.sp-hero-rail,.sp-hero-scene>.tw-sp-hero-rail{display:none!important}.mobile-sponsors-trigger{left:18px!important}.sp-hero-scene .sp-hero-play,.sp-hero-scene .tw-sp-play-trigger{top:var(--mobile-action-top)!important;right:8%!important;transform:translateY(-50%)!important;width:42px!important;height:42px!important}}@media (min-width:431px){.mobile-sponsors-dialog,.mobile-sponsors-modal,.mobile-sponsors-modal__overlay,.mobile-sponsors-trigger{display:none!important;visibility:hidden!important;pointer-events:none!important}}@media (max-width:430px){.sp-hero-scene{--mobile-action-top:58%}.hero-stage__media>.sp-hero-rail,.hero-stage__media>.tw-sp-hero-rail,.sp-hero-scene>.sp-hero-rail,.sp-hero-scene>.tw-sp-hero-rail{display:none!important}.sp-hero-scene .sp-hero-play,.sp-hero-scene .tw-sp-play-trigger{top:var(--mobile-action-top)!important;right:10%!important;transform:translateY(-50%)!important}.mobile-sponsors-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:flex-end;justify-content:center;padding:18px 14px max(22px,env(safe-area-inset-bottom));background:rgba(0,0,0,.72);backdrop-filter:blur(8px)}.mobile-sponsors-modal.is-open{display:flex}.mobile-sponsors-dialog{position:relative;width:min(92vw,380px);max-height:calc(100svh - 100px);overflow:hidden;display:flex;flex-direction:column;border-radius:22px;border:1px solid rgba(211,174,97,.45);background:radial-gradient(circle at top,rgba(42,32,18,.95),rgba(3,5,8,.98));box-shadow:0 24px 80px rgba(0,0,0,.65),0 0 36px rgba(211,174,97,.18)}.mobile-sponsors-modal__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:1px solid rgba(211,174,97,.35);border-radius:50%;background:rgba(0,0,0,.5);color:#d8b982;font-size:16px;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .2s}.mobile-sponsors-modal__close:before{content:"✕"}.mobile-sponsors-modal__close:active{background:rgba(211,174,97,.2)}.mobile-sponsors-modal__header{padding:20px 18px 0;flex-shrink:0;text-align:center}.mobile-sponsors-modal__title{font-size:1.05rem;font-weight:700;margin:0 0 2px;color:#f3e6cf}.mobile-sponsors-modal__desc{font-size:.75rem;color:hsla(38,52%,68%,.7);margin:0 0 8px;font-weight:400}.mobile-sponsors-modal__body{padding:4px 14px 18px;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:calc(100svh - 170px)}.mobile-sponsors-modal__body .rail-block{overflow:hidden!important}.mobile-sponsors-modal__body .rail-slider--horizontal{width:100%!important;max-width:100%!important;overflow:hidden!important}.mobile-sponsors-modal__body .rail-track--horizontal{padding-inline:0!important}.mobile-sponsors-modal__body .hero-rail{position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:340px!important;max-height:none!important;margin:0 auto!important;border:1px solid hsla(38,52%,68%,.16)!important;border-radius:12px!important;--rail-pad-x:16px;gap:8px;padding:14px var(--rail-pad-x)!important}.mobile-sponsors-modal__body .hero-rail:after,.mobile-sponsors-modal__body .hero-rail:before{display:none!important}.mobile-sponsors-modal__body .hero-rail .rail-block__title{font-size:10px!important;letter-spacing:.06em!important;margin-bottom:6px!important}.mobile-sponsors-modal__body .hero-rail .rail-block__title:after,.mobile-sponsors-modal__body .hero-rail .rail-block__title:before{width:24px!important;flex-basis:24px!important}.mobile-sponsors-modal__body .hero-rail .logo-stack--rail-primary{--rail-logo-gap:8px;--tile-width:140px;--tile-height:92px}.mobile-sponsors-modal__body .hero-rail .logo-stack--rail-category{--rail-logo-gap:6px;--tile-width:64px;--tile-height:48px}.mobile-sponsors-modal__body .hero-rail .contributor-list,.mobile-sponsors-modal__body .hero-rail .rail-slider--vertical{--row-height:32px;height:calc(var(--row-height)*4 + 18px)!important}.mobile-sponsors-modal__body .hero-rail .contributor-row{min-height:var(--row-height)!important;padding:3px 7px!important;gap:6px!important}.mobile-sponsors-modal__body .hero-rail .contributor-row__brand img{width:60px!important;height:60px!important}.mobile-sponsors-modal__body .hero-rail .contributor-row__brand span{max-width:90px!important;font-size:.62rem!important}.mobile-sponsors-modal__body .hero-rail .contributor-row strong{font-size:.58rem!important}.mobile-sponsors-modal__body .hero-rail .rail-linkbutton{min-height:28px!important;margin-top:6px!important;padding:5px 8px!important;font-size:.56rem!important}.mobile-sponsors-modal__body .hero-rail .rail-block--support{min-height:44px!important;padding:6px!important}.mobile-sponsors-modal__body .hero-rail .rail-seal{max-width:min(120px,80%)!important}.mobile-sponsors-modal__body .hero-rail .rail-track--horizontal:not(.is-static){animation:rail-marquee-x 20s linear infinite!important}.mobile-sponsors-modal__body .hero-rail .rail-track--vertical:not(.is-static){animation:rail-marquee-y 20s linear infinite!important}.mobile-sponsors-trigger{position:absolute;z-index:8;left:24px;top:var(--mobile-action-top)!important;transform:translateY(-50%);display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:0 14px;border-radius:999px;border:1px solid rgba(211,174,97,.55);background:linear-gradient(135deg,hsla(0,0%,6%,.92),rgba(130,88,31,.8));color:#f7e2ad;font-weight:700;font-size:.75rem;letter-spacing:.03em;cursor:pointer;box-shadow:0 0 22px rgba(211,174,97,.18),inset 0 0 0 1px hsla(0,0%,100%,.06);transition:background .2s,box-shadow .2s}.mobile-sponsors-trigger:active{background:linear-gradient(135deg,rgba(30,30,30,.95),rgba(160,108,38,.9));box-shadow:0 0 30px rgba(211,174,97,.3)}.mobile-sponsors-trigger__icon{width:24px;height:24px;display:inline-grid;place-items:center;border-radius:50%;background:rgba(211,174,97,.15);font-size:14px;line-height:1}.mobile-sponsors-trigger__text{white-space:nowrap}}