:root {
  --bg: #07110f;
  --ink: #fff8ea;
  --muted: rgba(255, 248, 234, 0.74);
  --soft: rgba(255, 248, 234, 0.54);
  --gold: #f3bd61;
  --gold-soft: #ffe3a1;
  --red: #9d2319;
  --berry: #cf4638;
  --pine: #0f3a2e;
  --ice: #b9d9df;
  --candle: #fff0bb;
  --green: #081611;
  --glass: rgba(8, 15, 13, 0.58);
  --glass-strong: rgba(7, 13, 12, 0.86);
  --line: rgba(244, 190, 99, 0.25);
  --line-soft: rgba(255, 255, 255, 0.1);
  --shadow: 0 2rem 6rem rgba(0, 0, 0, 0.55);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page: min(112rem, calc(100vw - clamp(1.5rem, 5vw, 6rem)));
  --radius: 1.45rem;
  --radius-sm: 0.82rem;
}

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

html {
  min-width: 320px;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -4;
  content: "";
  background:
    radial-gradient(circle at 48% 38%, rgba(255, 214, 139, 0.3), transparent 30rem),
    linear-gradient(90deg, rgba(7, 17, 15, 0.58) 0%, rgba(7, 17, 15, 0.04) 45%, rgba(5, 13, 12, 0.62) 100%),
    linear-gradient(180deg, rgba(7, 17, 15, 0.02) 0%, rgba(11, 19, 17, 0.18) 54%, rgba(3, 8, 7, 0.62) 100%),
    url("/assets/wbge-cinematic-hero.png") center 46% / cover no-repeat;
  filter: saturate(1.3) contrast(1.05) brightness(1.2);
  transform: translateZ(0);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 35%), rgba(255, 219, 142, 0.2), transparent 22rem),
    radial-gradient(circle at 47% 38%, rgba(255, 185, 82, 0.3), transparent 24rem),
    radial-gradient(circle at 17% 25%, rgba(255, 212, 137, 0.16), transparent 23rem),
    radial-gradient(circle at 82% 24%, rgba(172, 73, 40, 0.14), transparent 25rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 214, 143, 0.045) 42%, rgba(4, 11, 10, 0.16) 100%);
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

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

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

[hidden] {
  display: none !important;
}

.site-shell {
  position: relative;
  min-height: 100vh;
  overflow-x: clip;
  isolation: isolate;
}

.site-shell::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 12, 11, 0.34), transparent 22%, transparent 74%, rgba(4, 12, 11, 0.42)),
    linear-gradient(180deg, rgba(255, 226, 164, 0.02), rgba(6, 13, 12, 0.28) 78%, rgba(4, 9, 8, 0.46));
}

.site-shell::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 17, 15, 0.12), rgba(7, 17, 15, 0.38)),
    url("/assets/Hintergrund.png") center 50% / cover no-repeat;
  opacity: 0.15;
  mix-blend-mode: screen;
  filter: saturate(0.82) contrast(0.9) brightness(1.04);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 2.4vw, 2rem);
  width: var(--page);
  margin: 0 auto;
  padding: clamp(1rem, 2.5vw, 1.65rem) 0;
}

.topbar::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.6rem;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 227, 161, 0.46), transparent);
  opacity: 0.68;
}

.topbar::before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: clamp(5.8rem, 8vw, 7.4rem);
  content: "";
  background: linear-gradient(180deg, rgba(5, 13, 12, 0.72), rgba(5, 13, 12, 0.36), transparent);
  backdrop-filter: blur(1rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  gap: 0.95rem;
}

.brand-mark {
  display: grid;
  width: clamp(3.1rem, 4.5vw, 4.2rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(245, 190, 96, 0.45);
  border-radius: 0.75rem;
  background:
    linear-gradient(145deg, rgba(207, 70, 56, 0.56), rgba(17, 55, 44, 0.9)),
    radial-gradient(circle at 35% 28%, rgba(255, 233, 183, 0.25), transparent 55%);
  box-shadow:
    0 0 1.8rem rgba(239, 177, 76, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: #fff8ea;
  font-size: clamp(1.15rem, 1.6vw, 1.5rem);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.brand-text {
  display: grid;
  gap: 0.08rem;
}

.brand-text strong {
  color: #fffaf0;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.1;
  text-transform: uppercase;
}

.brand-text span {
  color: rgba(255, 248, 234, 0.82);
  font-size: clamp(0.83rem, 1.3vw, 1rem);
}

.topnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: clamp(0.5rem, 1.15vw, 0.9rem);
  min-width: 0;
}

.topnav > a,
.season-chip {
  min-height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  white-space: nowrap;
}

.topnav > a {
  position: relative;
  padding: 0.66rem 0.92rem;
  color: rgba(255, 248, 234, 0.86);
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.topnav > a::after {
  position: absolute;
  left: 0.92rem;
  right: 0.92rem;
  bottom: 0.3rem;
  height: 0.12rem;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.topnav > a:hover,
.topnav > a.is-active {
  color: var(--gold-soft);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(15, 58, 46, 0.22));
}

.topnav > a:hover::after,
.topnav > a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.season-chip {
  border: 1px solid rgba(244, 190, 99, 0.45);
  padding: 0.68rem 1.05rem;
  color: var(--gold-soft);
  background: rgba(2, 6, 5, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 1.5rem rgba(242, 190, 99, 0.08);
  font-size: clamp(0.84rem, 1.2vw, 0.98rem);
  font-weight: 800;
}

.page {
  position: relative;
  z-index: 4;
  width: var(--page);
  margin: 0 auto;
  padding: clamp(7.25rem, 12vw, 11rem) 0 clamp(3rem, 7vw, 6.5rem);
}

.home-page .page {
  padding-bottom: clamp(3.2rem, 7vw, 7rem);
}

.split,
.form-layout,
.criteria-layout {
  display: grid;
  align-items: center;
  gap: clamp(2rem, 4vw, 4.5rem);
}

.split {
  grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.76fr);
}

.home-page .split {
  align-items: start;
}

.form-layout {
  align-items: start;
  grid-template-columns: minmax(20rem, 0.76fr) minmax(34rem, 1.24fr);
}

.criteria-layout {
  align-items: center;
  grid-template-columns: minmax(20rem, 0.83fr) minmax(34rem, 1.17fr);
}

.criteria-page .criteria-layout {
  align-items: start;
}

.hero-copy {
  max-width: 48rem;
}

.eyebrow,
.kicker,
.schedule-title,
.turnstile-title {
  margin: 0;
  color: var(--gold);
  font-size: clamp(0.78rem, 1.15vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.script-line {
  margin: 0.55rem 0 0;
  color: #fff4df;
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.2vw, 1.82rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.12;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

.hero-copy h1 {
  margin: clamp(0.75rem, 2vw, 1.1rem) 0 0;
  max-width: 14.5ch;
  color: #fff8ea;
  font-family: var(--serif);
  font-size: clamp(3.35rem, 6vw, 5.7rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.92;
  text-shadow:
    0 0.16rem 0 rgba(112, 67, 22, 0.22),
    0 0 2.7rem rgba(242, 190, 99, 0.28),
    0 0 5.2rem rgba(131, 220, 163, 0.12);
}

.home-page .hero-copy h1 {
  max-width: 14.5ch;
}

.hero-copy h1::first-line {
  color: #fffaf1;
}

.hero-copy .lead {
  max-width: 38rem;
  margin: clamp(1.15rem, 2.2vw, 1.55rem) 0 0;
  color: rgba(255, 248, 234, 0.88);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
}

.hero-actions,
.cta-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: clamp(1.45rem, 3vw, 2rem);
}

.button-primary,
.button-secondary,
button[type="submit"] {
  min-height: 3.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.8rem;
  padding: 0.86rem 1.45rem;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.button-primary,
button[type="submit"] {
  color: #150d06;
  background:
    linear-gradient(135deg, #fff0bb 0%, #f5be62 45%, #b96b29 100%);
  box-shadow:
    0 0.9rem 2.2rem rgba(243, 189, 97, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.button-secondary {
  color: #fff4df;
  border-color: rgba(244, 190, 99, 0.25);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.button-primary:hover,
.button-secondary:hover,
button[type="submit"]:hover {
  transform: translateY(-0.12rem);
}

.button-primary:hover,
button[type="submit"]:hover {
  box-shadow:
    0 1.15rem 2.8rem rgba(243, 189, 97, 0.32),
    0 0 2.1rem rgba(255, 231, 169, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.button-secondary:hover {
  border-color: rgba(244, 190, 99, 0.46);
  background: rgba(255, 255, 255, 0.075);
}

button[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.6vw, 1.2rem);
  margin-top: clamp(2rem, 4vw, 3.4rem);
}

.mini-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.72rem;
  min-width: 0;
}

.feature-icon,
.criterion-icon,
.info-note > span {
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 190, 99, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 28%, rgba(255, 236, 180, 0.22), transparent 52%),
    rgba(242, 190, 99, 0.12);
  color: var(--gold);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 1.4rem rgba(242, 190, 99, 0.12);
}

.feature-icon {
  width: 3.45rem;
  height: 3.45rem;
  font-size: 1.2rem;
}

.mini-feature strong {
  display: block;
  color: #fff5e4;
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.1;
}

.mini-feature p {
  margin: 0.3rem 0 0;
  color: rgba(255, 248, 234, 0.72);
  font-size: 0.93rem;
  line-height: 1.55;
}

.info-note {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.95rem;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.info-note > span {
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  font-weight: 900;
}

.info-note p {
  margin: 0;
  color: rgba(255, 248, 234, 0.82);
}

.hero-note {
  width: min(27rem, 100%);
  margin-top: clamp(1.8rem, 4vw, 3.4rem);
}

.story-band {
  display: grid;
  grid-template-columns: minmax(18rem, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: stretch;
  margin-top: clamp(3rem, 7vw, 6.25rem);
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  padding: clamp(1.2rem, 3vw, 2rem) 0;
  background:
    linear-gradient(90deg, rgba(15, 58, 46, 0.38), rgba(207, 70, 56, 0.1) 52%, rgba(255, 210, 125, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.story-intro {
  display: grid;
  align-content: center;
  min-width: 0;
  padding-inline: clamp(0.6rem, 1.5vw, 1rem);
}

.story-intro h2 {
  max-width: 12ch;
  margin: 0.55rem 0 0;
  color: #fff8ea;
  font-family: var(--serif);
  font-size: clamp(2.35rem, 4.5vw, 4.1rem);
  font-weight: 700;
  line-height: 0.98;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.story-step {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 0.6rem;
  min-height: 13rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.5rem;
  padding: clamp(1rem, 2vw, 1.25rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.024)),
    rgba(4, 12, 11, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 1rem 2.2rem rgba(0, 0, 0, 0.18);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.story-step::after {
  position: absolute;
  inset: -35% -25%;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at 20% 18%, rgba(255, 231, 169, 0.14), transparent 34%);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.story-step span {
  width: fit-content;
  border-bottom: 1px solid rgba(255, 210, 125, 0.5);
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.story-step h3 {
  margin: 0;
  color: #fff4df;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  line-height: 1;
}

.story-step p {
  margin: 0;
  color: rgba(255, 248, 234, 0.72);
  font-size: 0.95rem;
}

.glass-card,
.form-card,
.criteria-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025) 28%, rgba(5, 11, 10, 0.76)),
    radial-gradient(circle at 22% 12%, rgba(244, 190, 99, 0.13), transparent 20rem),
    var(--glass);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1rem) saturate(1.15);
}

.glass-card::before,
.form-card::before,
.criteria-panel::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.12), transparent 30%),
    radial-gradient(circle at 75% 12%, rgba(185, 107, 41, 0.12), transparent 18rem);
  opacity: 0.9;
}

.glass-card::after,
.form-card::after,
.criteria-panel::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border-radius: inherit;
  background:
    linear-gradient(125deg, rgba(255, 247, 219, 0.16), transparent 18%, transparent 74%, rgba(244, 190, 99, 0.11)),
    radial-gradient(circle at 14% 0%, rgba(255, 222, 154, 0.16), transparent 18rem);
  opacity: 0.68;
  mix-blend-mode: screen;
}

.glass-card > *,
.form-card > *,
.criteria-panel > * {
  position: relative;
  z-index: 1;
}

.glass-card {
  padding: clamp(1.1rem, 2vw, 1.55rem);
}

.stage-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(1.35rem, 3vw, 2.2rem);
}

.stage-top span {
  display: inline-flex;
  min-height: 2.55rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0.58rem 0.9rem;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 248, 234, 0.88);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stage-copy h2,
.form-card h2,
.criteria-intro h2 {
  margin: 0;
  color: #fff8ea;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.96;
}

.stage-copy p,
.form-card > p,
.criteria-intro p {
  margin: 0.85rem 0 0;
  color: rgba(255, 248, 234, 0.78);
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
}

.stage-image {
  min-height: clamp(13rem, 24vw, 22rem);
  margin-top: clamp(1.25rem, 2.3vw, 1.6rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.95rem;
  background:
    linear-gradient(180deg, rgba(2, 6, 5, 0.1), rgba(2, 6, 5, 0.38)),
    url("/assets/wbge-cinematic-hero.png") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 1rem 3rem rgba(0, 0, 0, 0.32);
}

.stage-card-note {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.78rem;
  padding: 0.75rem 0.85rem;
  background: rgba(255, 255, 255, 0.04);
}

.stage-card-note span {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(244, 190, 99, 0.42);
  border-radius: 50%;
  color: var(--gold);
}

.stage-card-note p {
  margin: 0;
  color: rgba(255, 248, 234, 0.78);
  font-size: 0.92rem;
}

.countdown-card {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  align-items: stretch;
  margin-top: 0.85rem;
}

.countdown-card > span {
  display: grid;
  place-items: center;
  min-height: 4.3rem;
  border: 1px solid rgba(244, 190, 99, 0.18);
  border-radius: 0.72rem;
  background: rgba(255, 255, 255, 0.045);
  text-align: center;
}

.countdown-card .countdown-label {
  padding: 0.65rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.countdown-card strong {
  display: block;
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 0.9;
}

.countdown-card small {
  margin-top: 0.25rem;
  color: rgba(255, 248, 234, 0.7);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-card,
.criteria-panel {
  padding: clamp(1.35rem, 3vw, 2.4rem);
}

.form-card form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.25rem);
  margin-top: clamp(1.35rem, 2.6vw, 2rem);
}

label {
  display: grid;
  gap: 0.55rem;
  color: #fff5e5;
  font-size: 0.9rem;
  font-weight: 850;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[name="verification_code"] {
  width: 100%;
  min-height: 3.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.78rem;
  outline: none;
  padding: 0.82rem 0.95rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.16);
  color: #fff8ea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

input::placeholder {
  color: rgba(255, 248, 234, 0.42);
}

input:focus {
  border-color: rgba(244, 190, 99, 0.6);
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 0 0 0.22rem rgba(244, 190, 99, 0.12);
}

.trap-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.schedule-card,
.turnstile-card,
.form-status,
.verification-card,
.cta-row,
.registration-footnote {
  grid-column: 1 / -1;
}

.schedule-card {
  display: grid;
  gap: 0.95rem;
  margin-top: 0.2rem;
}

.field-note {
  margin: 0.28rem 0 0;
  color: rgba(255, 248, 234, 0.58);
  font-size: 0.86rem;
}

.schedule-scroll {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.025);
  scrollbar-color: rgba(244, 190, 99, 0.48) rgba(255, 255, 255, 0.06);
}

.schedule-grid {
  display: grid;
  min-width: 42rem;
  grid-template-columns: minmax(7.2rem, 0.78fr) repeat(5, minmax(6.5rem, 1fr));
}

.schedule-cell {
  min-height: 3.95rem;
  display: grid;
  align-items: center;
  justify-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.075);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  padding: 0.55rem;
  color: rgba(255, 248, 234, 0.78);
}

.schedule-cell:nth-child(6n) {
  border-right: 0;
}

.schedule-cell.header {
  min-height: 3.25rem;
  color: #fff3d7;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.schedule-cell.hour {
  justify-items: start;
  padding-left: 0.9rem;
  color: #fff7e8;
  font-weight: 900;
}

.schedule-cell.hour span {
  display: block;
  color: rgba(255, 248, 234, 0.58);
  font-size: 0.75rem;
  font-weight: 600;
}

.schedule-cell.checkbox {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.018);
  transition: background 0.18s ease, box-shadow 0.18s ease;
}

.schedule-cell.checkbox:hover {
  background: rgba(255, 255, 255, 0.055);
}

.schedule-cell.checkbox input {
  appearance: none;
  display: grid;
  width: 1.18rem;
  height: 1.18rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.schedule-cell.checkbox input::before {
  content: "✓";
  color: #180e06;
  font-size: 0.92rem;
  font-weight: 900;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.schedule-cell.checkbox input:checked {
  border-color: rgba(255, 240, 185, 0.82);
  background: linear-gradient(135deg, #fff0bb, #f2b757);
  box-shadow: 0 0 1.2rem rgba(242, 190, 99, 0.38);
}

.schedule-cell.checkbox input:checked::before {
  opacity: 1;
  transform: scale(1);
}

.schedule-cell.checkbox.is-suggested {
  background: linear-gradient(135deg, rgba(244, 190, 99, 0.13), rgba(255, 255, 255, 0.03));
}

.schedule-cell.checkbox.is-checked {
  background: linear-gradient(135deg, rgba(244, 190, 99, 0.26), rgba(107, 38, 22, 0.16));
}

.schedule-cell.checkbox.is-disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.slot-tag {
  position: absolute;
  right: 0.62rem;
  bottom: 0.45rem;
  max-width: calc(100% - 1.1rem);
  overflow: hidden;
  color: var(--gold-soft);
  font-size: 0.67rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.label-short {
  display: none;
}

.turnstile-card {
  display: grid;
  gap: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.9rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.035);
}

.turnstile-target {
  max-width: 100%;
  overflow: hidden;
}

.form-status {
  margin: 0;
  border-radius: 0.82rem;
  padding: 0.9rem 1rem;
  font-weight: 800;
}

.form-status.is-success {
  border: 1px solid rgba(122, 214, 143, 0.34);
  background: rgba(44, 139, 70, 0.18);
  color: #d6ffe1;
}

.form-status.is-error {
  border: 1px solid rgba(255, 116, 90, 0.36);
  background: rgba(157, 35, 25, 0.22);
  color: #ffe0da;
}

.form-status.is-loading,
.form-status.is-info {
  border: 1px solid rgba(244, 190, 99, 0.28);
  background: rgba(244, 190, 99, 0.12);
  color: #fff0c8;
}

.verification-card {
  display: grid;
  gap: 0.95rem;
  border: 1px solid rgba(244, 190, 99, 0.32);
  border-radius: 1rem;
  padding: 1rem;
  background:
    radial-gradient(circle at 18% 16%, rgba(244, 190, 99, 0.18), transparent 14rem),
    rgba(255, 255, 255, 0.045);
}

.verification-title {
  margin: 0;
  color: #fff4df;
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
}

.verification-copy {
  margin: 0.25rem 0 0;
  color: rgba(255, 248, 234, 0.72);
}

.verification-code-label input {
  max-width: 14rem;
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
}

.verification-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.cta-row {
  justify-content: space-between;
  margin-top: 0.2rem;
}

.cta-row > * {
  flex: 1 1 13rem;
}

.registration-footnote {
  margin: 0;
  color: rgba(255, 248, 234, 0.56);
  font-size: 0.84rem;
}

.criteria-panel {
  display: grid;
  gap: 1rem;
}

.criteria-list {
  display: grid;
  gap: 0.78rem;
}

.criterion-row {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 5.2rem minmax(0, 1fr) minmax(13rem, 0.92fr);
  gap: clamp(1rem, 2vw, 1.6rem);
  align-items: center;
  min-height: 8.2rem;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 1rem;
  padding: clamp(0.9rem, 1.8vw, 1.25rem);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.criterion-row::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, rgba(255, 231, 169, 0.09), transparent 32%, rgba(131, 220, 163, 0.06));
  opacity: 0;
  transition: opacity 0.22s ease;
}

@media (hover: hover) and (pointer: fine) {
  .story-step:hover,
  .criterion-row:hover {
    transform: translateY(-0.18rem);
    border-color: rgba(244, 190, 99, 0.32);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035)),
      rgba(4, 12, 11, 0.55);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 1.35rem 2.8rem rgba(0, 0, 0, 0.24),
      0 0 2.2rem rgba(244, 190, 99, 0.08);
  }

  .story-step:hover::after,
  .criterion-row:hover::after {
    opacity: 1;
  }
}

.criterion-icon {
  width: 4rem;
  height: 4rem;
  font-size: 1.55rem;
}

.criteria-copy strong {
  display: block;
  color: var(--gold);
  font-weight: 900;
}

.criteria-copy h3 {
  margin: 0.05rem 0 0;
  color: #fff8ea;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.4vw, 2.25rem);
  font-weight: 700;
  line-height: 1;
}

.criteria-copy p {
  margin: 0.38rem 0 0;
  color: rgba(255, 248, 234, 0.7);
  font-size: 0.92rem;
}

.criteria-checklist {
  display: grid;
  gap: 0.36rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 248, 234, 0.78);
  font-size: 0.92rem;
}

.criteria-checklist li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  align-items: start;
}

.criteria-checklist li::before {
  content: "✓";
  color: var(--gold);
  font-weight: 900;
}

.site-footer {
  position: relative;
  z-index: 5;
  display: grid;
  place-items: center;
  width: var(--page);
  margin: 0 auto;
  padding: 1.75rem 0 2.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.made-by {
  margin: 0;
  color: rgba(255, 237, 194, 0.9);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 2.55rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  text-align: center;
  text-shadow:
    0 0 1.1rem rgba(255, 195, 94, 0.32),
    0 0 2.8rem rgba(255, 195, 94, 0.16);
}

.garland {
  position: absolute;
  top: clamp(5.4rem, 8vw, 7.5rem);
  left: 0;
  right: 0;
  z-index: 3;
  height: clamp(7rem, 10vw, 10.5rem);
  pointer-events: none;
  overflow: hidden;
}

.garland.celestial-crown {
  mix-blend-mode: screen;
  opacity: 0.98;
}

.celestial-canvas {
  position: absolute;
  inset: -12% 0 -4%;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 38%, rgba(255, 189, 102, 0.12), transparent 9rem),
    radial-gradient(circle at 52% 22%, rgba(255, 231, 178, 0.14), transparent 10rem),
    radial-gradient(circle at 86% 42%, rgba(146, 205, 168, 0.1), transparent 8rem);
  filter: drop-shadow(0 0 1.25rem rgba(255, 207, 128, 0.18));
}

.celestial-halo {
  position: absolute;
  left: 50%;
  top: -10%;
  width: min(36rem, 58vw);
  height: clamp(5.5rem, 9vw, 8rem);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 235, 184, 0.2), transparent 64%),
    radial-gradient(circle at 36% 58%, rgba(255, 152, 82, 0.1), transparent 58%),
    radial-gradient(circle at 70% 48%, rgba(136, 209, 172, 0.08), transparent 58%);
  filter: blur(1.35rem);
  opacity: 0.52;
  transform: translateX(-50%);
  animation: celestialBreath 9s ease-in-out infinite;
}

.celestial-orb,
.celestial-meteor,
.celestial-spark {
  position: absolute;
  pointer-events: none;
}

.celestial-orb {
  left: var(--orb-x);
  top: var(--orb-y);
  width: var(--orb-size);
  height: var(--orb-size);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.95), rgba(255, 246, 202, 0.58) 25%, rgba(var(--orb-color), 0.22) 58%, transparent 74%);
  box-shadow:
    0 0 0.75rem rgba(var(--orb-color), 0.58),
    0 0 2.4rem rgba(var(--orb-color), 0.24);
  opacity: 0.78;
  transform: translate(-50%, -50%);
  animation: celestialOrb var(--orb-duration, 8.5s) ease-in-out infinite;
  animation-delay: var(--orb-delay);
}

.celestial-orb::after {
  position: absolute;
  inset: -130%;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--orb-color), 0.14), transparent 66%);
  filter: blur(0.2rem);
}

.celestial-meteor {
  left: var(--meteor-x);
  top: var(--meteor-y);
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: rgba(255, 244, 204, 0.96);
  box-shadow:
    0 0 0.7rem rgba(255, 232, 171, 0.88),
    0 0 1.65rem rgba(255, 171, 90, 0.38);
  opacity: 0;
  transform: rotate(var(--meteor-tilt));
  animation: celestialMeteor 12s ease-in-out infinite;
  animation-delay: var(--meteor-delay);
}

.celestial-meteor::before {
  position: absolute;
  right: 0.18rem;
  top: 50%;
  width: clamp(1.8rem, 4vw, 3.5rem);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 220, 146, 0.28), rgba(255, 244, 204, 0.68));
  transform: translateY(-50%);
  filter: blur(0.06rem);
}

.celestial-spark {
  left: var(--spark-x);
  top: var(--spark-y);
  width: var(--spark-size);
  height: var(--spark-size);
  background: rgba(255, 238, 186, var(--spark-alpha));
  border-radius: 50%;
  box-shadow:
    0 0 0.45rem rgba(255, 225, 162, 0.66),
    0 0 1rem rgba(255, 179, 91, 0.22);
  animation: celestialSpark 7.5s ease-in-out infinite;
  animation-delay: var(--spark-delay);
}

.celestial-spark:nth-of-type(3n) {
  background: rgba(146, 205, 168, var(--spark-alpha));
  box-shadow:
    0 0 0.45rem rgba(146, 205, 168, 0.5),
    0 0 1rem rgba(255, 225, 162, 0.18);
}

.celestial-spark:nth-of-type(5n) {
  border-radius: 0;
  clip-path: polygon(50% 0, 61% 38%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0 50%, 39% 38%);
}

@keyframes celestialBreath {
  0%,
  100% {
    opacity: 0.34;
    transform: translateX(-50%) scale(0.9);
  }

  50% {
    opacity: 0.58;
    transform: translateX(-50%) scale(1.05);
  }
}

@keyframes celestialOrb {
  0%,
  100% {
    opacity: 0.42;
    transform: translate(calc(-50% - var(--orb-sway, 0.8rem)), -50%) scale(0.78);
  }

  25% {
    opacity: 0.76;
    transform: translate(-50%, calc(-50% - 0.28rem)) scale(0.94);
  }

  50% {
    opacity: 0.95;
    transform: translate(calc(-50% + var(--orb-sway, 0.8rem)), calc(-50% - 0.72rem)) scale(1.08);
  }

  75% {
    opacity: 0.7;
    transform: translate(-50%, calc(-50% + 0.16rem)) scale(0.9);
  }
}

@keyframes celestialMeteor {
  0%,
  72%,
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(var(--meteor-tilt));
  }

  76% {
    opacity: 1;
  }

  86% {
    opacity: 0;
    transform: translate3d(var(--meteor-distance), 1.8rem, 0) rotate(var(--meteor-tilt));
  }
}

@keyframes celestialSpark {
  0%,
  100% {
    opacity: 0.16;
    transform: translate3d(0, 0, 0) scale(0.72);
  }

  48% {
    opacity: 1;
    transform: translate3d(var(--spark-drift), -0.7rem, 0) scale(1.14);
  }
}

.wbge-fx-snow {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  overflow: hidden;
}

.wbge-fx-snow i {
  position: absolute;
  top: -1rem;
  left: var(--flake-left);
  width: var(--flake-size);
  height: var(--flake-size);
  border-radius: 50%;
  background: rgba(255, 255, 255, var(--flake-opacity));
  filter: blur(var(--flake-blur));
  box-shadow: 0 0 0.6rem rgba(255, 255, 255, 0.48);
  animation: snowFall var(--flake-duration) linear infinite;
  animation-delay: var(--flake-delay);
}

@keyframes snowFall {
  from {
    transform: translate3d(0, -2rem, 0);
  }

  to {
    transform: translate3d(var(--flake-drift), calc(100vh + 3rem), 0);
  }
}

.fx-ready .fx-reveal {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.fx-ready .fx-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.personal-refresh {
  position: fixed;
  right: clamp(0.85rem, 3vw, 1.4rem);
  bottom: clamp(0.85rem, 3vw, 1.4rem);
  z-index: 120;
  display: grid;
  gap: 0.15rem;
  width: min(20rem, calc(100vw - 1.7rem));
  border: 1px solid rgba(244, 190, 99, 0.42);
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 231, 169, 0.18), transparent 10rem),
    rgba(5, 11, 10, 0.9);
  box-shadow:
    0 1.2rem 3rem rgba(0, 0, 0, 0.5),
    0 0 2rem rgba(242, 190, 99, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: rgba(255, 248, 234, 0.8);
  backdrop-filter: blur(1rem);
}

.personal-refresh-kicker {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.personal-refresh strong {
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  line-height: 1;
}

@media (min-width: 1440px) {
  .stage-image {
    min-height: 23rem;
  }

  .form-card {
    padding: 2.65rem;
  }
}

@media (max-width: 1180px) {
  .split,
  .form-layout,
  .criteria-layout {
    grid-template-columns: 1fr;
  }

  .story-band {
    grid-template-columns: 1fr;
  }

  .story-intro h2 {
    max-width: 16ch;
  }

  .hero-copy {
    max-width: 56rem;
  }

  .glass-card,
  .form-card,
  .criteria-panel {
    width: 100%;
  }

  .home-page .hero-copy h1,
  .hero-copy h1 {
    max-width: 13ch;
  }
}

@media (max-width: 1024px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .topnav {
    justify-content: flex-start;
    width: 100%;
  }

  .topnav > a,
  .season-chip {
    min-height: 2.65rem;
  }

  .page {
    padding-top: clamp(8rem, 17vw, 11rem);
  }

  .garland {
    top: clamp(8.3rem, 17vw, 10.8rem);
  }

  .hero-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .form-card form > label:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  :root {
    --page: min(100% - 1.25rem, 46rem);
  }

  body::before {
    background:
      radial-gradient(circle at 52% 30%, rgba(255, 196, 96, 0.2), transparent 18rem),
      linear-gradient(90deg, rgba(7, 17, 15, 0.66), rgba(7, 17, 15, 0.22), rgba(5, 13, 12, 0.72)),
      linear-gradient(180deg, rgba(7, 17, 15, 0.08), rgba(5, 13, 12, 0.58)),
      url("/assets/wbge-cinematic-hero.png") center 50% / cover no-repeat;
  }

  .brand {
    gap: 0.75rem;
  }

  .brand-text strong {
    font-size: 0.95rem;
  }

  .brand-text span {
    font-size: 0.8rem;
  }

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

  .topnav > a {
    padding-inline: 0.55rem;
    font-size: 0.88rem;
  }

  .season-chip,
  .wbge-music-wrap {
    grid-column: span 3;
    justify-self: stretch;
  }

  .season-chip {
    width: 100%;
  }

  .page {
    padding-top: clamp(11rem, 30vw, 14rem);
  }

  .garland {
    top: clamp(10.2rem, 29vw, 13.5rem);
    height: 8.4rem;
  }

  .celestial-canvas {
    inset-inline: -4%;
  }

  .celestial-meteor::before {
    width: 2.8rem;
  }

  .celestial-spark:nth-of-type(n + 46) {
    display: none;
  }

  .hero-copy h1 {
    font-size: clamp(3.45rem, 17vw, 6rem);
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

  .story-band {
    margin-top: 2.5rem;
    padding-block: 1.15rem;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-step {
    min-height: auto;
  }

  .glass-card,
  .form-card,
  .criteria-panel {
    border-radius: 1.05rem;
  }

  .form-card form {
    grid-template-columns: 1fr;
  }

  .criterion-row {
    grid-template-columns: auto 1fr;
  }

  .criteria-checklist {
    grid-column: 2;
  }

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

  .countdown-card .countdown-label {
    grid-column: 1 / -1;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 480px) {
  .topbar {
    padding-top: 0.8rem;
  }

  .brand-mark {
    width: 3rem;
  }

  .brand-text strong {
    letter-spacing: 0.035em;
  }

  .topnav {
    gap: 0.38rem;
  }

  .topnav > a {
    min-height: 2.45rem;
    border-radius: 0.65rem;
    font-size: 0.82rem;
  }

  .page {
    padding-top: 10.75rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.65rem, 12.5vw, 3.25rem);
    line-height: 0.95;
  }

  .script-line {
    font-size: 1.22rem;
  }

  .hero-actions,
  .cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button-primary,
  .button-secondary,
  button[type="submit"] {
    width: 100%;
  }

  .stage-top {
    align-items: stretch;
    flex-direction: column;
  }

  .stage-top span {
    justify-content: center;
  }

  .stage-image {
    min-height: 12rem;
  }

  .schedule-grid {
    min-width: 42rem;
    grid-template-columns: minmax(7.2rem, 0.8fr) repeat(5, minmax(6.7rem, 1fr));
  }

  .label-long {
    display: none;
  }

  .label-short {
    display: inline;
  }

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

  .criterion-icon {
    width: 3.55rem;
    height: 3.55rem;
  }

  .criteria-checklist {
    grid-column: auto;
  }
}

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