:root {
  color-scheme: dark;
  --bg: #0b0c0f;
  --bg-soft: rgba(12, 14, 18, 0.68);
  --surface: rgba(19, 21, 26, 0.82);
  --surface-strong: rgba(18, 19, 22, 0.94);
  --text: #f3f0ea;
  --muted: rgba(243, 240, 234, 0.72);
  --line: rgba(255, 255, 255, 0.12);
  --teal: #45e0cb;
  --red: #b52b2b;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(69, 224, 203, 0.11), transparent 30%),
    radial-gradient(circle at bottom right, rgba(181, 43, 43, 0.14), transparent 25%),
    linear-gradient(180deg, #121316 0%, #090a0c 100%);
}

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

button {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 0.9rem;
  pointer-events: none;
}

.brand-link,
.menu-button {
  pointer-events: auto;
}

.brand-mark {
  display: block;
  width: min(9.5rem, 26vw);
  min-width: 6.6rem;
  height: auto;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.35));
  transform: translateY(0.03rem);
}

.menu-button {
  display: inline-grid;
  place-items: center;
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 5.2rem;
  height: 4.2rem;
  color: var(--text);
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
}

.menu-button:hover,
.menu-button:focus-visible {
  outline: none;
}

.menu-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 0 0.35rem rgba(255, 255, 255, 0.22));
  transform-origin: center;
}

.menu-bullets {
  position: absolute;
  inset: 0.1rem 0 -0.1rem -0.35rem;
  pointer-events: none;
}

.menu-bullet {
  position: absolute;
  top: 50%;
  left: -0.55rem;
  width: 0.3rem;
  height: 0.86rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #f8f3e9, #c8b27b);
  box-shadow: 0 0 0.45rem rgba(248, 243, 233, 0.68);
  opacity: 0;
  transform: translate(0, -50%) scale(0.6);
}

.menu-bullet:nth-child(1) { top: 40%; animation-delay: 0ms; }
.menu-bullet:nth-child(2) { top: 48%; animation-delay: 65ms; }
.menu-bullet:nth-child(3) { top: 56%; animation-delay: 130ms; }
.menu-bullet:nth-child(4) { top: 64%; animation-delay: 195ms; }

.menu-muzzle {
  position: absolute;
  left: -0.02rem;
  top: 42%;
  width: 1.9rem;
  height: 1.08rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 50%, rgba(255, 250, 233, 0.98) 0 12%, rgba(255, 208, 110, 0.96) 18%, rgba(255, 160, 50, 0.95) 28%, transparent 62%),
    linear-gradient(90deg, rgba(255, 250, 233, 0.9), rgba(255, 178, 61, 0.96) 36%, rgba(255, 86, 31, 0.6) 72%, transparent 100%);
  box-shadow:
    0 0 0.55rem rgba(255, 208, 110, 0.58),
    0 0 1.15rem rgba(255, 158, 57, 0.32);
  mix-blend-mode: screen;
  filter: blur(0.02rem) drop-shadow(0 0 0.45rem rgba(255, 195, 79, 0.6));
  opacity: 0;
  transform: translate(-36%, -72%) rotate(8deg) scale(0.36);
  pointer-events: none;
}

.menu-muzzle::before,
.menu-muzzle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.menu-muzzle::before {
  inset: 18% 16% 18% 0;
  background:
    radial-gradient(circle at 28% 50%, rgba(255, 251, 236, 0.98) 0 14%, rgba(255, 192, 88, 0.95) 24%, transparent 68%);
  clip-path: polygon(0 50%, 18% 18%, 42% 0, 72% 18%, 100% 50%, 72% 82%, 42% 100%, 18% 82%);
  filter: blur(0.01rem);
}

.menu-muzzle::after {
  inset: 36% -48% 36% 28%;
  background: linear-gradient(90deg, rgba(255, 245, 222, 0.88), rgba(255, 176, 64, 0.85) 45%, transparent 100%);
  clip-path: polygon(0 50%, 25% 20%, 58% 0, 100% 50%, 58% 100%, 25% 80%);
  opacity: 0.88;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 0 clamp(1rem, 2vw, 2rem);
}

.hero-video,
.hero-overlay,
.hero-grain {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: #090a0c;
  filter: contrast(1.03) saturate(0.82) brightness(0.76);
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(7, 8, 11, 0.22) 0%, rgba(7, 8, 11, 0.54) 100%),
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.06), transparent 38%);
}

.hero-grain {
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: 4px 4px;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: min(42rem, 100%);
  margin: auto 0 0;
  padding: clamp(7rem, 16vh, 11rem) clamp(1rem, 4vw, 3.5rem) clamp(1.5rem, 3vw, 2.5rem);
}

.eyebrow,
.card-kicker {
  margin: 0 0 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.75rem;
  color: rgba(243, 240, 234, 0.68);
}

.hero h1,
.feature-card h2,
.content-band h2 {
  margin: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 0.92;
  text-wrap: balance;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}

.hero-line {
  display: block;
}

.hero-tagline {
  margin: 1rem 0 0;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 2.35rem);
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(243, 240, 234, 0.84);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button-primary {
  background: linear-gradient(135deg, rgba(69, 224, 203, 0.92), rgba(69, 224, 203, 0.65));
  color: #081011;
}

.button-secondary {
  border-color: var(--line);
  background: rgba(10, 12, 16, 0.36);
  color: var(--text);
}

.content-grid,
.content-band {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.1rem;
  padding: 1rem clamp(1rem, 2.4vw, 2rem) 2rem;
}

.media-section {
  position: relative;
  margin: 0;
  min-height: min(80svh, 56rem);
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #090a0c;
  box-shadow: none;
}

.media-section video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.04) saturate(0.9) brightness(0.84);
}

.media-section .media-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 8, 11, 0.12) 0%, rgba(7, 8, 11, 0.44) 100%),
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.04), transparent 40%);
  pointer-events: none;
}

.hover-reveal {
  padding: 0 1rem 1rem;
  background: #090a0c;
}

.hover-reveal-frame {
  position: relative;
  overflow: hidden;
  width: min(48rem, calc(100vw - 2rem));
  min-height: clamp(12rem, 20vw, 18rem);
  aspect-ratio: 79 / 33;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
}

.hover-reveal-frame:focus-visible {
  box-shadow:
    0 0 0 2px rgba(69, 224, 203, 0.6),
    var(--shadow);
}

.hover-reveal-still,
.hover-reveal-video,
.hover-reveal-overlay {
  position: absolute;
  inset: 0;
}

.hover-reveal-still,
.hover-reveal-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hover-reveal-still {
  transition: opacity 220ms ease, transform 220ms ease;
}

.hover-reveal-video {
  opacity: 0;
  transition: opacity 220ms ease;
}

.hover-reveal-overlay {
  background:
    linear-gradient(180deg, rgba(7, 8, 11, 0.08) 0%, rgba(7, 8, 11, 0.24) 100%),
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.05), transparent 42%);
  pointer-events: none;
}

.hover-reveal-frame:hover .hover-reveal-video,
.hover-reveal-frame:focus-within .hover-reveal-video,
.hover-reveal-frame.is-playing .hover-reveal-video {
  opacity: 1;
}

.hover-reveal-frame:hover .hover-reveal-still,
.hover-reveal-frame:focus-within .hover-reveal-still,
.hover-reveal-frame.is-playing .hover-reveal-still {
  opacity: 0;
  transform: scale(1.01);
}

.promo-feature {
  padding: 1.2rem 1rem 1.8rem;
  background: #090a0c;
}

.promo-feature-inner {
  display: grid;
  gap: 0.95rem;
  justify-items: center;
  width: min(76rem, calc(100vw - 2rem));
  margin: 0 auto;
}

.promo-feature-subtitle {
  margin: 0.25rem 0 0;
  color: #fcf8f0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(1rem, 2.1vw, 1.5rem);
  text-shadow: 0 0.15rem 0.45rem rgba(0, 0, 0, 0.8);
}

.promo-feature-art {
  position: relative;
  margin: 0;
  width: min(73rem, 100%);
}

.promo-feature-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.12) 24%, rgba(0, 0, 0, 0.22) 100%),
    radial-gradient(circle at 50% 15%, rgba(255, 255, 255, 0.08), transparent 35%);
  pointer-events: none;
}

.promo-feature-caption {
  position: absolute;
  inset: 5.5% 4% auto;
  z-index: 1;
  text-align: center;
  text-wrap: balance;
  pointer-events: none;
}

.promo-feature-artist {
  margin: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(3.6rem, 9vw, 7.5rem);
  line-height: 0.84;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #f6f3ee;
  text-shadow: 0 0.32rem 0.9rem rgba(0, 0, 0, 0.78);
  white-space: nowrap;
}

.promo-feature h2 {
  margin: 0.35rem 0 0;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(2.7rem, 6vw, 5rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f4f1eb;
  text-shadow: 0 0.28rem 0.8rem rgba(0, 0, 0, 0.75);
}

.promo-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  width: min(58rem, 100%);
  margin-top: 0.35rem;
}

.promo-listen-logo {
  display: block;
  width: min(52rem, 92vw);
  height: auto;
  margin: 0.2rem auto 0;
}

.promo-platforms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.1rem 1.35rem;
  width: min(74rem, 100%);
  margin: 0.9rem auto 0;
}

.promo-platform-link {
  position: relative;
  display: block;
  width: clamp(6.5rem, 12vw, 9.25rem);
  transition: transform 180ms ease;
}

.promo-platform-link img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(0.98) contrast(1.04);
  transition: filter 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.promo-platform-link:hover,
.promo-platform-link:focus-visible {
  transform: translateY(-0.08rem) scale(1.04);
  outline: none;
}

.promo-platform-link:hover img,
.promo-platform-link:focus-visible img {
  animation: promo-logo-flicker-solar 900ms steps(1, end) infinite;
  filter:
    sepia(0.92)
    saturate(7)
    hue-rotate(176deg)
    brightness(1.08)
    contrast(1.42)
    drop-shadow(0 0 0.5rem rgba(69, 224, 203, 0.35));
}

.countdown-piece {
  padding: 0.75rem 0.55rem 0.7rem;
  border-top: 1px solid rgba(179, 30, 30, 0.88);
  background: rgba(255, 255, 255, 0.02);
}

.countdown-value {
  display: block;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1;
  letter-spacing: 0.03em;
  color: #f4f1eb;
}

.countdown-label {
  display: block;
  margin-top: 0.2rem;
  color: rgba(243, 240, 234, 0.66);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}

.promo-feature-art img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
  box-shadow: var(--shadow);
}

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

.feature-card,
.content-band {
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(18, 20, 24, 0.88), rgba(10, 12, 15, 0.92));
  box-shadow: var(--shadow);
}

.feature-card {
  padding: 1.4rem;
}

.feature-card h2,
.content-band h2 {
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  line-height: 0.95;
}

.feature-card p,
.content-band p {
  margin: 0.85rem 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.content-band {
  grid-template-columns: 1fr auto;
  align-items: center;
  margin: 0 1rem 1.2rem;
  padding: 1.4rem;
  background:
    linear-gradient(135deg, rgba(69, 224, 203, 0.08), transparent 45%),
    linear-gradient(180deg, rgba(18, 20, 24, 0.88), rgba(10, 12, 15, 0.92));
}

.videos-section,
.video-links,
.merch-section,
.site-footer {
  background: #090a0c;
}

.videos-section {
  position: relative;
  padding: 2rem 1rem 0;
  text-align: center;
}

.videos-header-image {
  display: block;
  width: min(62rem, calc(100vw - 2rem));
  height: auto;
  margin: 0.4rem auto 0;
}

.videos-section::after {
  content: "";
  display: block;
  width: min(70rem, calc(100vw - 3rem));
  height: clamp(1rem, 2vw, 1.5rem);
  margin: 1.4rem auto 0;
  background:
    linear-gradient(135deg, transparent 12%, #b31e1e 12% 18%, transparent 18% 26%, #b31e1e 26% 31%, transparent 31% 39%, #b31e1e 39% 45%, transparent 45% 53%, #b31e1e 53% 58%, transparent 58% 66%, #b31e1e 66% 71%, transparent 71% 79%, #b31e1e 79% 84%, transparent 84%);
  opacity: 0.95;
  transform: skewX(-10deg);
}

.section-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: rgba(243, 240, 234, 0.58);
}

.section-lead {
  max-width: 44rem;
  margin: 1rem auto 0;
  color: var(--muted);
  line-height: 1.7;
}

.video-links {
  display: grid;
  gap: 1rem;
  padding: 4rem 1rem 2rem;
}

.video-links::before {
  content: "";
  display: block;
  width: min(70rem, calc(100vw - 2rem));
  height: 1px;
  margin: 0 auto 0.8rem;
  background: linear-gradient(90deg, transparent, rgba(179, 30, 30, 0.86), transparent);
}

.video-card {
  position: relative;
  display: grid;
  align-items: end;
  width: min(72rem, calc(100vw - 2rem));
  min-height: clamp(18rem, 42vw, 30rem);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1.1rem;
  background: #0b0c0f;
  box-shadow: var(--shadow);
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.video-card:hover,
.video-card:focus-visible {
  transform: translateY(-0.18rem);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.06);
  outline: none;
}

.video-card-media,
.video-card-overlay,
.video-card-copy {
  position: absolute;
  inset: 0;
}

.video-card-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-card-overlay {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.2) 0%, rgba(5, 6, 8, 0.36) 100%),
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.05), transparent 36%);
  pointer-events: none;
}

.video-card-copy {
  z-index: 1;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 0.3rem;
  padding: 1.4rem 1rem;
  text-align: center;
}

.video-card-kicker {
  margin: 0;
  color: rgba(243, 240, 234, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.74rem;
}

.video-card h3 {
  margin: 0;
  max-width: 20ch;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(1.8rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f4f1eb;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.42);
}

.video-link,
.see-all-videos,
.coming-soon {
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: #f4f1eb;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.video-link {
  font-size: clamp(1.1rem, 3vw, 2rem);
  line-height: 1.2;
  text-align: center;
}

.video-card + .video-card {
  margin-top: 0.2rem;
}

.see-all-videos {
  margin-top: 1rem;
  font-size: 0.92rem;
  color: rgba(243, 240, 234, 0.76);
}

.merch-section {
  position: relative;
  padding: 4rem 1rem 4.5rem;
  overflow: hidden;
  background: #090a0c;
}

.merch-section::before {
  content: "";
  position: absolute;
  inset: 1.25rem 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(181, 43, 43, 0.86), transparent);
  opacity: 0.85;
}

.merch-poster {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.2rem;
  justify-items: center;
  width: min(76rem, calc(100vw - 2rem));
  margin: 0 auto;
}

.merch-poster-copy {
  display: grid;
  gap: 0.95rem;
  justify-items: center;
  text-align: center;
}

.merch-title-image {
  display: block;
  width: min(30rem, 100%);
  height: auto;
  margin: 0.25rem auto 0;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.4));
  transform-origin: center center;
}

.merch-poster-lead {
  max-width: 40rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.merch-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid rgba(181, 43, 43, 0.4);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(181, 43, 43, 0.16), rgba(255, 255, 255, 0.03));
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.merch-cta:hover,
.merch-cta:focus-visible {
  transform: translateY(-2px) scale(1.02);
  border-color: rgba(181, 43, 43, 0.65);
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(181, 43, 43, 0.12);
  outline: none;
}

.merch-stage {
  position: relative;
  --merch-tilt-x: 0deg;
  --merch-tilt-y: 0deg;
  --merch-lift: 0px;
  --merch-scale: 1;
  --merch-glow-x: 50%;
  --merch-glow-y: 30%;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.7rem;
  width: min(56rem, 100%);
  min-height: clamp(22rem, 40vw, 34rem);
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at 50% 28%, rgba(181, 43, 43, 0.18), transparent 28%),
    radial-gradient(circle at 18% 20%, rgba(69, 224, 203, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(16, 18, 22, 0.96), rgba(8, 9, 12, 0.98));
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: perspective(1200px) rotateX(var(--merch-tilt-y)) rotateY(var(--merch-tilt-x)) translateY(var(--merch-lift));
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    filter 180ms ease;
}

.merch-stage:hover,
.merch-stage:focus-visible,
.merch-stage.is-active {
  --merch-lift: -4px;
  --merch-scale: 1.03;
  border-color: rgba(181, 43, 43, 0.26);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(181, 43, 43, 0.1);
  outline: none;
}

.merch-mockup-shell {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(42rem, 88%);
  min-height: clamp(24rem, 42vw, 35rem);
  perspective: 1800px;
  transform-style: preserve-3d;
  transform: translateY(1.5rem) rotateX(8deg) rotateY(-7deg) scale(0.92);
  overflow: hidden;
  animation: merch-shell-idle 5.8s ease-in-out infinite alternate;
  transition: transform 220ms ease, filter 220ms ease;
}

.merch-mockup-shell::before {
  content: "";
  position: absolute;
  inset: 12% 14% 10%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.7), transparent 62%);
  filter: blur(22px);
  transform: translateZ(-90px) scale(1.08);
}

.merch-mockup-shell::after {
  content: "";
  position: absolute;
  inset: 5% 7%;
  border-radius: 1rem;
  background:
    radial-gradient(circle at 50% 15%, rgba(255, 255, 255, 0.14), transparent 20%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 28%);
  mix-blend-mode: screen;
  opacity: 0.82;
  transform: translateZ(34px);
  pointer-events: none;
}

.merch-mockup-backdrop {
  position: absolute;
  inset: -10% -14% -4%;
  width: 128%;
  height: 118%;
  object-fit: cover;
  object-position: center;
  opacity: 0.08;
  filter: blur(0.25px) saturate(0.7) contrast(0.82) brightness(0.62);
  transform: translateZ(-120px) scale(1.24);
  pointer-events: none;
}

.merch-stage:hover .merch-mockup-shell,
.merch-stage:focus-visible .merch-mockup-shell,
.merch-stage.is-active .merch-mockup-shell {
  transform:
    translateY(-0.05rem)
    rotateX(14deg)
    rotateY(-13deg)
    scale(0.99);
  filter: drop-shadow(0 32px 62px rgba(0, 0, 0, 0.34));
  animation: merch-shell-float 1.95s ease-in-out infinite alternate;
}

.merch-stage-frame {
  position: absolute;
  inset: 10% 10% 14%;
  border-radius: 1.5rem;
  border: 1px solid rgba(181, 43, 43, 0.14);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.04), transparent 36%),
    radial-gradient(circle at 50% 55%, rgba(181, 43, 43, 0.14), transparent 34%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 0 80px rgba(0, 0, 0, 0.38);
  transform: scale(var(--merch-scale));
  transition: transform 180ms ease, border-color 180ms ease;
}

.merch-stage::before,
.merch-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.merch-stage::before {
  inset: auto -10% 1.2rem;
  height: 1.25rem;
  background:
    radial-gradient(circle at var(--merch-glow-x) var(--merch-glow-y), rgba(181, 43, 43, 0.82), transparent 42%),
    linear-gradient(90deg, transparent, rgba(181, 43, 43, 0.9), transparent);
  filter: blur(12px);
  opacity: 0.8;
  animation: merch-scan 5.5s linear infinite;
}

.merch-stage::after {
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 28%),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.04), transparent 34%);
  mix-blend-mode: screen;
  animation: merch-grain 8s steps(2, end) infinite;
}

.merch-stage-pill,
.merch-stage-note {
  position: relative;
  z-index: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.72rem;
  color: rgba(243, 240, 234, 0.62);
}

.merch-stage-pill {
  position: absolute;
  top: 1rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(181, 43, 43, 0.24);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(8px);
}

.merch-stage-pill-left {
  left: 1rem;
}

.merch-stage-pill-right {
  right: 1rem;
}

.merch-stage-chip {
  position: absolute;
  top: 1rem;
  left: 50%;
  z-index: 1;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(69, 224, 203, 0.25);
  border-radius: 999px;
  background: rgba(8, 14, 17, 0.56);
  color: rgba(243, 240, 234, 0.88);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.64rem;
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
}

.merch-mockup {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
  transform: translateY(1.3rem) translateZ(72px) rotateX(-6deg);
  transition: transform 200ms ease, filter 200ms ease;
}

.merch-model {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 1rem;
  background: transparent;
  transform: perspective(1800px) translateY(1rem) rotateX(7deg) rotateY(-12deg) scale(0.9);
  transition: transform 200ms ease, filter 200ms ease;
}

.merch-mockup-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.merch-model:not(:defined) + .merch-mockup-fallback {
  opacity: 1;
}

.merch-model:defined + .merch-mockup-fallback {
  opacity: 0;
}

.merch-stage:hover .merch-model,
.merch-stage:focus-visible .merch-model,
.merch-stage.is-active .merch-model {
  transform:
    perspective(1800px)
    translateY(0.2rem)
    scale(0.96)
    rotateX(calc(var(--merch-tilt-y) + 3deg))
    rotateY(calc(var(--merch-tilt-x) - 8deg));
  filter:
    saturate(1.18)
    contrast(1.16)
    brightness(1.15)
    drop-shadow(0 24px 38px rgba(0, 0, 0, 0.3));
}

.merch-stage:hover .merch-mockup,
.merch-stage:focus-visible .merch-mockup,
.merch-stage.is-active .merch-mockup {
  transform:
    perspective(1800px)
    translateY(0.2rem)
    scale(0.96)
    rotateX(calc(var(--merch-tilt-y) + 3deg))
    rotateY(calc(var(--merch-tilt-x) - 8deg));
  filter:
    saturate(1.16)
    contrast(1.14)
    brightness(1.12)
    drop-shadow(0 26px 42px rgba(0, 0, 0, 0.38));
  animation: merch-mockup-hover 2.2s ease-in-out infinite alternate;
}

.merch-stage:hover .merch-title-image,
.merch-stage:focus-visible .merch-title-image,
.merch-stage.is-active .merch-title-image {
  animation: merch-title-flicker 1.1s steps(1, end) infinite;
}

.merch-stage:hover .merch-stage-pill,
.merch-stage:focus-visible .merch-stage-pill,
.merch-stage.is-active .merch-stage-pill {
  color: rgba(243, 240, 234, 0.88);
}

.merch-stage:hover .merch-stage-note,
.merch-stage:focus-visible .merch-stage-note,
.merch-stage.is-active .merch-stage-note {
  color: rgba(243, 240, 234, 0.82);
}

.merch-strip {
  display: grid;
  gap: 0.6rem;
  justify-items: center;
  padding-top: 0.2rem;
}

.merch-strip-copy {
  margin: 0;
  color: rgba(243, 240, 234, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
}

.site-footer {
  position: relative;
  padding: 0;
}

.footer-main {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #090a0c;
}

.footer-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.05) saturate(1.04) brightness(1.02);
}

.footer-video-overlay {
  display: none;
}

.footer-social-rail {
  position: absolute;
  top: 1.6rem;
  right: 1.4rem;
  bottom: 1.6rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 0.85rem;
  width: min(20rem, 34vw);
}

.footer-rail-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.8rem;
  color: rgba(243, 240, 234, 0.74);
}

.footer-signup {
  position: absolute;
  left: 1.4rem;
  bottom: 4.2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: center;
  width: min(32rem, calc(100% - 3rem));
  margin: 0;
  z-index: 1;
}

.footer-signup button {
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--text);
}

.footer-signup svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
}

.footer-signup input {
  width: 100%;
  min-height: 3.2rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: var(--text);
  padding: 0 0.25rem;
  font: inherit;
}

.footer-signup input::placeholder {
  color: rgba(243, 240, 234, 0.72);
}

.footer-columns {
  display: grid;
  gap: 1rem;
}

.footer-socials,
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social-rail .footer-socials {
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 0.35rem;
}

.footer-social-rail .footer-socials a {
  padding: 0.15rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: clamp(1.1rem, 1.7vw, 2rem);
  font-weight: 900;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
}

.footer-social-rail .footer-socials a:hover,
.footer-social-rail .footer-socials a:focus-visible,
.footer-legal a:hover,
.footer-legal a:focus-visible {
  animation: footer-text-flash 0.28s steps(1, end) 2;
  outline: none;
}

.footer-rail-kicker:hover,
.footer-copy:hover {
  animation: footer-text-flash 0.28s steps(1, end) 2;
}

.menu-group {
  display: grid;
  gap: 0.28rem;
}

.menu-parent {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.menu-children {
  display: grid;
  gap: 0.28rem;
  margin-left: 0.7rem;
  padding-left: 0.85rem;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.menu-children a {
  padding: 0.72rem 0.9rem;
  font-size: 0.9rem;
  opacity: 0.92;
}

.footer-socials a,
.footer-legal a {
  color: rgba(243, 240, 234, 0.92);
}

.footer-copy {
  position: absolute;
  left: 50%;
  bottom: 0.95rem;
  z-index: 1;
  width: min(50rem, calc(100% - 2rem));
  transform: translateX(-50%);
  margin: 0;
  text-align: center;
  color: rgba(243, 240, 234, 0.8);
  font-size: 0.84rem;
}

.footer-legal {
  position: absolute;
  left: 50%;
  bottom: 2.35rem;
  z-index: 1;
  width: min(42rem, calc(100% - 2rem));
  transform: translateX(-50%);
}

.footer-legal a {
  color: rgba(243, 240, 234, 0.94);
  font-size: 0.98rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.menu-drawer {
  position: fixed;
  top: 5.25rem;
  right: 1rem;
  z-index: 50;
  width: min(18rem, calc(100vw - 2rem));
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1rem;
  background: rgba(8, 10, 13, 0.92);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(-0.6rem) scale(0.98);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.menu-drawer.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.menu-drawer nav {
  display: grid;
  gap: 0.35rem;
}

.menu-drawer a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0.9rem 1rem;
  border-radius: 0.8rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  transform-origin: 22% 50%;
}

.menu-drawer a::before,
.menu-drawer a::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}

.menu-drawer a::before {
  background:
    radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.96) 0 7%, rgba(255, 239, 195, 0.86) 12%, rgba(255, 134, 112, 0.72) 21%, transparent 34%),
    conic-gradient(from 205deg at 18% 50%, transparent 0 10%, rgba(255, 255, 255, 0.62) 10% 13%, transparent 13% 24%, rgba(69, 224, 203, 0.55) 24% 27%, transparent 27% 38%, rgba(255, 255, 255, 0.42) 38% 41%, transparent 41% 100%);
  mix-blend-mode: screen;
  filter: blur(0.02rem);
}

.menu-drawer a::after {
  background:
    linear-gradient(118deg, transparent 0 44%, rgba(255, 255, 255, 0.58) 44% 46%, transparent 46% 100%),
    linear-gradient(154deg, transparent 0 56%, rgba(255, 255, 255, 0.4) 56% 58%, transparent 58% 100%),
    linear-gradient(170deg, transparent 0 70%, rgba(255, 77, 77, 0.52) 70% 72%, transparent 72% 100%);
  mix-blend-mode: screen;
}

.menu-drawer a:hover,
.menu-drawer a:focus-visible {
  background: rgba(69, 224, 203, 0.12);
  outline: none;
}

.menu-drawer a.is-shot {
  animation: menu-link-shot 460ms cubic-bezier(0.16, 1, 0.3, 1) 1 both;
}

.menu-drawer a.is-shot::before {
  opacity: 1;
  animation: menu-link-shatter 460ms ease-out 1;
}

.menu-drawer a.is-shot::after {
  opacity: 1;
  animation: menu-link-slice 460ms ease-out 1;
}

.menu-button.is-firing .menu-muzzle {
  animation: menu-muzzle-flash 220ms ease-out 1;
}

.menu-button.is-firing .menu-icon {
  animation: menu-icon-kick 220ms ease-out 1;
}

.menu-button.is-firing .menu-bullet {
  animation: menu-bullet-burst 280ms cubic-bezier(0.16, 1, 0.3, 1) 1;
}

@keyframes menu-bullet-burst {
  0% {
    opacity: 0;
    transform: translate(0, -50%) scale(0.5);
  }
  8% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-3.35rem, -196%) scale(1.02);
  }
}

@keyframes menu-muzzle-flash {
  0% {
    opacity: 0;
    transform: translate(-62%, -74%) scale(0.24);
  }
  12% {
    opacity: 1;
    transform: translate(-62%, -82%) scale(1.12);
  }
  26% {
    opacity: 0.35;
    transform: translate(-66%, -88%) scale(0.82);
  }
  42% {
    opacity: 1;
    transform: translate(-60%, -78%) scale(1.22);
  }
  58% {
    opacity: 0.2;
    transform: translate(-63%, -92%) scale(0.7);
  }
  74% {
    opacity: 1;
    transform: translate(-61%, -80%) scale(1.32);
  }
  100% {
    opacity: 0;
    transform: translate(-62%, -86%) scale(1.52);
  }
}

@keyframes menu-link-shot {
  0% {
    transform: translateX(0) skewX(0deg) scale(1);
    filter: brightness(1) contrast(1);
    text-shadow: none;
    background: rgba(255, 255, 255, 0.03);
  }
  18% {
    transform: translateX(0.14rem) skewX(-14deg) scale(1.05);
    filter: brightness(1.45) contrast(1.18) saturate(1.4);
    text-shadow:
      -0.16rem 0 0 rgba(142, 241, 255, 0.82),
      0.16rem 0 0 rgba(255, 77, 77, 0.78),
      0 0 0.8rem rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.14);
  }
  38% {
    transform: translateX(-0.05rem) skewX(8deg) scale(0.98);
    filter: brightness(1.18) contrast(1.08) saturate(1.18);
    text-shadow:
      -0.08rem 0 0 rgba(142, 241, 255, 0.62),
      0.12rem 0 0 rgba(255, 77, 77, 0.58);
    background: rgba(181, 43, 43, 0.16);
  }
  60% {
    transform: translateX(0.08rem) skewX(-6deg) scale(1.03);
    filter: brightness(1.28) contrast(1.12) saturate(1.25);
    text-shadow:
      -0.12rem 0 0 rgba(255, 255, 255, 0.78),
      0.16rem 0 0 rgba(69, 224, 203, 0.62);
    background: rgba(255, 255, 255, 0.1);
  }
  100% {
    transform: translateX(0) skewX(0deg) scale(1);
    filter: brightness(1) contrast(1) saturate(1);
    text-shadow: none;
    background: rgba(255, 255, 255, 0.03);
  }
}

@keyframes menu-link-shatter {
  0% {
    opacity: 0;
    transform: translateX(-0.1rem) scale(0.92);
  }
  20% {
    opacity: 1;
    transform: translateX(0.18rem) scale(1.02);
  }
  44% {
    opacity: 0.82;
    transform: translateX(-0.05rem) scale(1.08);
  }
  72% {
    opacity: 0.45;
    transform: translateX(0.24rem) scale(0.98);
  }
  100% {
    opacity: 0;
    transform: translateX(0.3rem) scale(1.14);
  }
}

@keyframes menu-link-slice {
  0% {
    opacity: 0;
    transform: translateX(-0.14rem) skewX(-18deg);
  }
  18% {
    opacity: 1;
    transform: translateX(0.1rem) skewX(-12deg);
  }
  50% {
    opacity: 0.88;
    transform: translateX(-0.04rem) skewX(7deg);
  }
  100% {
    opacity: 0;
    transform: translateX(0.18rem) skewX(-4deg);
  }
}

@keyframes menu-icon-kick {
  0% {
    transform: translateX(0) rotate(0deg) scale(1);
    filter: brightness(0) invert(1) drop-shadow(0 0 0.35rem rgba(255, 255, 255, 0.22));
  }
  18% {
    transform: translateX(0.08rem) rotate(-1deg) scale(0.985);
    filter: brightness(1.25) invert(1) drop-shadow(0 0 1rem rgba(255, 206, 110, 0.88));
  }
  42% {
    transform: translateX(-0.05rem) rotate(1deg) scale(0.99);
    filter: brightness(1.08) invert(1) drop-shadow(0 0 0.8rem rgba(69, 224, 203, 0.5));
  }
  100% {
    transform: translateX(0) rotate(0deg) scale(1);
    filter: brightness(0) invert(1) drop-shadow(0 0 0.35rem rgba(255, 255, 255, 0.22));
  }
}

.basic-header {
  position: sticky;
  top: 0;
  z-index: 35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.45rem 0.9rem;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
}

.basic-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.basic-brand .brand-mark {
  width: min(9.5rem, 26vw);
  min-width: 6.6rem;
}

.series-game-section {
  display: flex;
  justify-content: center;
  padding: 0 0 1.5rem;
}

.series-game-frame {
  display: block;
  width: min(62rem, calc(100vw - 1.5rem));
  aspect-ratio: 4 / 3;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.basic-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.6rem;
}

.basic-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
}

.basic-nav a:hover,
.basic-nav a:focus-visible {
  border-color: rgba(69, 224, 203, 0.4);
  background: rgba(69, 224, 203, 0.08);
  outline: none;
}

.page-main {
  padding: 1.5rem 1rem 0;
}

.page-panel {
  width: min(76rem, 100%);
  margin: 0 auto 1rem;
  padding: clamp(1.25rem, 2.4vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.4rem;
  background:
    linear-gradient(180deg, rgba(18, 20, 24, 0.94), rgba(10, 12, 15, 0.98));
  box-shadow: var(--shadow);
}

.page-kicker {
  margin: 0 0 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.75rem;
  color: rgba(243, 240, 234, 0.58);
}

.page-panel h1 {
  margin: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.page-panel p {
  margin: 0.9rem 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.page-grid {
  display: grid;
  gap: 1rem;
}

.page-card {
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.02);
}

.coming-soon-page-body .page-main {
  display: grid;
  gap: 1rem;
  padding-bottom: 2rem;
}

.coming-soon-hero {
  display: grid;
  gap: 0.9rem;
  align-items: start;
  position: relative;
  overflow: hidden;
}

.coming-soon-mark {
  display: block;
  width: min(26rem, 84vw);
  height: auto;
  margin: 0.1rem 0 0;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.38));
}

.coming-soon-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.35rem;
}

.coming-soon-secondary {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.coming-soon-grid {
  width: min(76rem, 100%);
  margin: 0 auto 1rem;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.coming-soon-card {
  min-height: 11rem;
}

.coming-soon-card h2 {
  margin-top: 0.35rem;
}

.page-card h2 {
  margin: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  text-transform: uppercase;
}

.page-card ul {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.75;
}

.contact-page-body {
  background:
    radial-gradient(circle at top left, rgba(69, 224, 203, 0.08), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(181, 43, 43, 0.12), transparent 24%),
    linear-gradient(180deg, #101216 0%, #08090b 100%);
}

.contact-page-body .basic-header,
.ascension-page-body .basic-header {
  position: sticky;
  top: 0;
  background: linear-gradient(180deg, rgba(9, 10, 12, 0.7), rgba(9, 10, 12, 0.16) 72%, transparent);
}

.contact-page-main {
  display: grid;
  gap: 1rem;
}

.contact-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  overflow: hidden;
  position: relative;
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: -20% -8% auto;
  height: 15rem;
  background:
    radial-gradient(circle at 12% 40%, rgba(69, 224, 203, 0.16), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(181, 43, 43, 0.24), transparent 26%);
  pointer-events: none;
}

.contact-hero-copy,
.contact-hero-rail {
  position: relative;
  z-index: 1;
}

.contact-hero-copy h1 {
  max-width: 9ch;
  font-size: clamp(3.2rem, 7.2vw, 6.6rem);
  line-height: 0.88;
}

.contact-hero-copy p:last-child {
  max-width: 38rem;
  font-size: 1.03rem;
}

.contact-hero-rail {
  display: grid;
  align-content: end;
  gap: 0.75rem;
}

.contact-pill {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.contact-pill span {
  display: block;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: rgba(243, 240, 234, 0.66);
}

.contact-pill strong {
  display: block;
  font-size: 1rem;
  line-height: 1.45;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 1rem;
}

.contact-card {
  padding: clamp(1.15rem, 2.2vw, 1.65rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(17, 19, 23, 0.96), rgba(9, 10, 12, 0.98));
  box-shadow: var(--shadow);
}

.contact-card h2 {
  margin: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.contact-card p {
  margin: 0.85rem 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-card-lead {
  display: grid;
  align-content: start;
}

.contact-list {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: rgba(243, 240, 234, 0.74);
  line-height: 1.75;
}

.contact-form {
  display: grid;
  gap: 0.95rem;
}

.contact-status {
  margin: 0 0 0.35rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: none;
}

.contact-status--success {
  border-color: rgba(69, 224, 203, 0.34);
  background: rgba(69, 224, 203, 0.08);
  color: #d7fff9;
}

.contact-status--error {
  border-color: rgba(181, 43, 43, 0.36);
  background: rgba(181, 43, 43, 0.12);
  color: #ffd9d9;
}

.contact-form label {
  display: grid;
  gap: 0.42rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  color: rgba(243, 240, 234, 0.68);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(69, 224, 203, 0.42);
  box-shadow: 0 0 0 3px rgba(69, 224, 203, 0.12);
}

.contact-form .merch-cta {
  justify-self: start;
}

.ascension-page-body {
  background:
    radial-gradient(circle at 18% 14%, rgba(69, 224, 203, 0.08), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(181, 43, 43, 0.2), transparent 26%),
    linear-gradient(180deg, #0e1013 0%, #07080a 100%);
}

.ascension-page-body .basic-header {
  position: fixed;
  inset: 0 0 auto;
  background: transparent;
}

.ascension-page-main {
  display: grid;
  gap: 1rem;
  padding: 0;
}

.ascension-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: min(100svh, 64rem);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #090a0c;
}

.ascension-hero-video {
  position: absolute;
  inset: 0;
}

.ascension-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: none;
}

.ascension-hero-copy {
  position: relative;
  z-index: 1;
  width: min(46rem, 100%);
  margin: auto 0 0;
  padding: clamp(5rem, 14vh, 8rem) clamp(1rem, 4vw, 3.5rem) clamp(1.5rem, 3vw, 2.5rem);
}

.ascension-hero-copy h1 {
  margin: 0;
  max-width: 8ch;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(3.4rem, 8.2vw, 7.8rem);
  line-height: 0.88;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.56);
}

.ascension-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  width: min(76rem, 100%);
  margin: 0 auto;
  padding: 0 1rem;
}

.ascension-card {
  grid-column: span 4;
  min-height: 16rem;
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(16, 18, 22, 0.95), rgba(8, 9, 11, 0.98));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.ascension-card::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.28rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(69, 224, 203, 0.9), rgba(181, 43, 43, 0.95));
}

.ascension-card--wide {
  grid-column: span 8;
}

.ascension-card--accent {
  background:
    linear-gradient(180deg, rgba(22, 14, 18, 0.96), rgba(9, 10, 12, 0.98));
}

.ascension-card--full {
  grid-column: 1 / -1;
}

.ascension-card h2 {
  margin: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(1.7rem, 3.8vw, 3rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.ascension-card p {
  margin: 0.85rem 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.ascension-timeline {
  list-style: none;
  display: grid;
  gap: 0.2rem;
  margin: 0.8rem 0 0;
  padding: 0;
}

.ascension-timeline li {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ascension-timeline span {
  flex: 0 0 2rem;
  color: rgba(243, 240, 234, 0.48);
  letter-spacing: 0.2em;
}

.ascension-timeline strong {
  font-size: 1.05rem;
  font-weight: 700;
}

.contact-page-body .site-footer,
.ascension-page-body .site-footer {
  margin-top: 0;
}

.vip-page-body {
  background:
    radial-gradient(circle at top left, rgba(255, 206, 110, 0.12), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(69, 224, 203, 0.1), transparent 24%),
    linear-gradient(180deg, #101216 0%, #08090b 100%);
}

.vip-page-body .basic-header {
  position: sticky;
  top: 0;
  background: linear-gradient(180deg, rgba(9, 10, 12, 0.74), rgba(9, 10, 12, 0.18) 72%, transparent);
}

.vip-page-body .site-footer {
  margin-top: 0;
}

.vip-page-main {
  display: grid;
  gap: 1rem;
  padding-bottom: 2rem;
}

.vip-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: start;
  overflow: hidden;
  position: relative;
}

.vip-hero::before {
  content: "";
  position: absolute;
  inset: -18% -8% auto;
  height: 16rem;
  background:
    radial-gradient(circle at 18% 40%, rgba(255, 206, 110, 0.16), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(69, 224, 203, 0.12), transparent 26%);
  pointer-events: none;
}

.vip-hero-copy,
.vip-auth-card {
  position: relative;
  z-index: 1;
}

.vip-hero-copy h1 {
  max-width: 8ch;
  font-size: clamp(3rem, 7.4vw, 6.5rem);
  line-height: 0.88;
}

.vip-hero-copy p {
  max-width: 34rem;
}

.vip-auth-card {
  display: grid;
  gap: 0.9rem;
  align-content: start;
  min-height: 100%;
}

.vip-status {
  margin: 0;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  line-height: 1.6;
}

.vip-status--success {
  border-color: rgba(69, 224, 203, 0.28);
  background: rgba(69, 224, 203, 0.08);
}

.vip-status--error {
  border-color: rgba(181, 43, 43, 0.3);
  background: rgba(181, 43, 43, 0.14);
}

.vip-form {
  display: grid;
  gap: 0.9rem;
}

.vip-form label {
  display: grid;
  gap: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  color: rgba(243, 240, 234, 0.68);
}

.vip-form input {
  width: 100%;
  min-height: 3.2rem;
  padding: 0.9rem 1rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font: inherit;
}

.vip-form input::placeholder {
  color: rgba(243, 240, 234, 0.36);
}

.vip-form input:focus {
  outline: none;
  border-color: rgba(69, 224, 203, 0.48);
  box-shadow: 0 0 0 0.2rem rgba(69, 224, 203, 0.12);
}

.vip-locked-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.vip-form-actions,
.vip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.1rem;
}

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

.vip-card {
  min-height: 11rem;
}

.vip-card h2 {
  margin-top: 0.3rem;
}

.vip-card p {
  margin-top: 0.7rem;
}

@media (max-width: 900px) {
  .contact-hero,
  .contact-grid,
  .ascension-grid,
  .vip-hero,
  .vip-grid {
    grid-template-columns: 1fr;
  }

  .contact-card,
  .ascension-card,
  .ascension-card--wide,
  .ascension-card--full {
    grid-column: auto;
  }

  .ascension-hero {
    min-height: min(84svh, 46rem);
  }

  .vip-hero-copy h1 {
    max-width: 10ch;
  }
}

.series-page {
  padding: 0;
}

.series-page-body .basic-header {
  position: fixed;
  inset: 0 0 auto;
  background:
    linear-gradient(180deg, rgba(9, 10, 12, 0.72) 0%, rgba(9, 10, 12, 0.28) 64%, transparent 100%);
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.series-page-body .page-main {
  padding-top: 0;
}

.series-hero,
.series-art-band {
  position: relative;
  overflow: hidden;
  background: #090a0c;
}

.series-hero {
  min-height: min(92svh, 58rem);
  display: grid;
  align-items: end;
  padding: 0 clamp(1rem, 2vw, 2rem);
}

.series-hero-video,
.series-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: #090a0c;
  filter: none;
}

.series-art-band {
  min-height: min(86svh, 58rem);
}

.series-art-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.92) contrast(1.02) brightness(0.88);
}

.series-art-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  padding: 0;
}

.series-spotlight {
  position: relative;
  display: block;
  flex: 0 0 min(45rem, 66.55vw);
  width: min(45rem, 66.55vw);
  height: 100%;
  overflow: hidden;
  background: transparent;
  transition: filter 180ms ease;
}

.series-spotlight:hover,
.series-spotlight:focus-visible {
  filter: brightness(1.04) contrast(1.02);
  outline: none;
}

.series-spotlight-video {
  position: absolute;
  inset: 0;
}

.series-spotlight-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.9) contrast(1.03) brightness(0.88);
}

.vault-page-body .basic-header {
  position: fixed;
  inset: 0 0 auto;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

.vault-page-body .page-main {
  padding: 0;
}

.vault-hero {
  width: 100%;
  min-height: 0;
  display: block;
  padding: 0;
  background: #090a0c;
}

.vault-hero-image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
}

.vault-player-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: start;
  width: min(86rem, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 1.5rem 0 4rem;
}

.vault-player-row {
  display: flex;
  justify-content: center;
  width: min(86rem, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 0 0 4rem;
}

.vault-player-row .vault-player {
  width: min(38.25rem, 100%);
}

.sov-player-wrapper {
  position: relative;
  overflow: hidden;
  color: white;
  padding: clamp(1.2rem, 2.4vw, 2rem);
  border-radius: 1rem;
  width: 100%;
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background-size: cover;
  background-position: center;
}

.sov-player-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.sov-player-wrapper > * {
  position: relative;
  z-index: 1;
}

#p1-container,
#p2-container {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)),
    url("./assets/vault-player-bg.png");
}

#p3-container {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)),
    url("./assets/vault-drake-bg.jpg");
}

.classified-theme {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),
    url("./assets/vault-classified-bg.jpg") !important;
  border: 1px solid #ff3333 !important;
}

.vault-player .player-header {
  text-align: center;
  margin-bottom: 15px;
}

.vault-player .player-header h3 {
  margin: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(2.2rem, 4.8vw, 3.4rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.vault-player .player-header p {
  margin: 0.35rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  color: rgba(243, 240, 234, 0.7);
}

.classified-theme .player-header h3 {
  color: #ff3333;
}

.classified-theme .player-header p {
  color: rgba(255, 51, 51, 0.92);
}

.vault-player .controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.15rem;
  margin: 1.25rem 0;
}

.vault-player .p-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: #111;
  color: white;
  cursor: pointer;
  font-size: 1.25rem;
}

.vault-player .p-btn:hover {
  background: #fff;
  color: #000;
  transform: scale(1.05);
}

.classified-theme .p-btn:hover {
  background: #ff3333;
  color: #fff;
  border-color: #ff3333;
}

.vault-player .play-btn-main {
  width: 4.75rem;
  height: 4.75rem;
  font-size: 1.9rem;
}

.vault-player .volume-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.95rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.vault-player input[type="range"] {
  width: 100%;
  cursor: pointer;
  accent-color: #fff;
}

.vault-player .progress-area {
  margin-bottom: 1rem;
}

.vault-player .playlist-ul {
  list-style: none;
  padding: 0;
  margin: 1.3rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  max-height: 22rem;
  overflow-y: auto;
}

.vault-player .track-item {
  padding: 0.95rem 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  cursor: pointer;
  opacity: 0.76;
  transition: 180ms ease;
}

.vault-player .track-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
  padding-left: 1.15rem;
}

.classified-theme .track-item:hover {
  background: rgba(255, 51, 51, 0.1);
}

.vault-player .active-track {
  opacity: 1;
  color: #fff;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.14);
  border-left: 4px solid #fff;
}

.classified-theme .active-track {
  color: #ff3333;
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid #ff3333;
}

.vault-player .playlist-ul::-webkit-scrollbar {
  width: 5px;
}

.vault-player .playlist-ul::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 10px;
}

.classified-theme .playlist-ul::-webkit-scrollbar-thumb {
  background: #ff3333;
}

.vault-audio {
  display: none;
}

.subpage .site-footer {
  margin-top: 0;
}

@keyframes footer-text-flash {
  0% { color: #f4f1eb; text-shadow: 0 0 0 rgba(0, 0, 0, 0); }
  20% { color: #45e0cb; text-shadow: 0 0 14px rgba(69, 224, 203, 0.45); }
  40% { color: #e64d4d; text-shadow: 0 0 14px rgba(230, 77, 77, 0.45); }
  60% { color: #f7c95f; text-shadow: 0 0 14px rgba(247, 201, 95, 0.45); }
  80% { color: #8ef1ff; text-shadow: 0 0 14px rgba(142, 241, 255, 0.45); }
  100% { color: #f4f1eb; text-shadow: 0 0 0 rgba(0, 0, 0, 0); }
}

@keyframes promo-logo-flicker-solar {
  0% { opacity: 1; transform: translateZ(0) scale(1); }
  10% { opacity: 0.78; transform: translateZ(0) scale(1.01); }
  18% { opacity: 1; transform: translateZ(0) scale(0.99); }
  28% { opacity: 0.66; transform: translateZ(0) scale(1.02); }
  38% { opacity: 1; transform: translateZ(0) scale(1); }
  49% { opacity: 0.88; transform: translateZ(0) scale(1.01); }
  61% { opacity: 1; transform: translateZ(0) scale(1); }
  74% { opacity: 0.74; transform: translateZ(0) scale(1.02); }
  88% { opacity: 1; transform: translateZ(0) scale(1); }
  100% { opacity: 1; transform: translateZ(0) scale(1); }
}

@keyframes merch-title-flicker {
  0% { opacity: 1; transform: translateY(0) scale(1); }
  16% { opacity: 0.78; transform: translateY(-1px) scale(1.01); }
  32% { opacity: 1; transform: translateY(0) scale(1); }
  48% { opacity: 0.65; transform: translateY(1px) scale(1.01); }
  64% { opacity: 1; transform: translateY(0) scale(1); }
  82% { opacity: 0.84; transform: translateY(-1px) scale(1.005); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes merch-scan {
  0% { transform: translateX(-2%); }
  50% { transform: translateX(2%); }
  100% { transform: translateX(-2%); }
}

@keyframes merch-grain {
  0% { opacity: 0.08; }
  50% { opacity: 0.16; }
  100% { opacity: 0.08; }
}

@keyframes merch-shell-float {
  from {
    transform: translateY(-0.1rem) rotateX(17deg) rotateY(-15deg) scale(1.06);
  }
  to {
    transform: translateY(-0.42rem) rotateX(20deg) rotateY(-18deg) scale(1.08);
  }
}

@keyframes merch-shell-idle {
  from {
    transform: translateY(0.9rem) rotateX(9deg) rotateY(-9deg) scale(0.975);
  }
  to {
    transform: translateY(1.05rem) rotateX(11deg) rotateY(-5deg) scale(0.99);
  }
}

@keyframes merch-mockup-hover {
  from {
    transform: translateY(0.05rem) translateZ(124px) rotateX(-9deg) rotateY(4deg) scale(1.025);
  }
  to {
    transform: translateY(-0.3rem) translateZ(132px) rotateX(-12deg) rotateY(7deg) scale(1.05);
  }
}

@media (max-width: 900px) {
  .hover-reveal-frame {
    width: calc(100vw - 1.5rem);
    min-height: 12rem;
  }

  .promo-feature-art {
    width: min(100%, 100vw - 1.5rem);
  }

  .footer-main {
    min-height: 100svh;
  }

  .footer-social-rail {
    top: auto;
    left: 1rem;
    right: 1rem;
    bottom: 4.25rem;
    width: auto;
    align-items: center;
  }

  .footer-social-rail .footer-socials {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.9rem;
  }

  .footer-social-rail .footer-socials a {
    padding: 0.45rem 0.7rem;
  }

  .vault-player-grid {
    grid-template-columns: 1fr;
  }

  .vault-hero {
    min-height: min(56svh, 34rem);
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 0.7rem 0.85rem;
  }

  .hover-reveal {
    padding: 0 0.5rem 1rem;
  }

  .hover-reveal-frame {
    width: calc(100vw - 1rem);
    min-height: 11.5rem;
    aspect-ratio: 79 / 41;
  }

  .hover-reveal-still,
  .hover-reveal-video {
    object-fit: contain;
    object-position: center;
    background: #090a0c;
  }

  .hero h1 {
    max-width: 10ch;
  }

  .promo-feature-caption {
    inset: 4% 4% auto;
  }

  .promo-feature-artist {
    font-size: clamp(2rem, 9vw, 4.8rem);
  }

  .promo-feature h2 {
    font-size: clamp(2.2rem, 10vw, 4rem);
  }

  .promo-feature-subtitle {
    font-size: clamp(0.95rem, 4.5vw, 1.15rem);
  }

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

  .promo-listen-logo {
    width: min(20rem, 84vw);
  }

  .promo-platforms {
    gap: 0.65rem 0.85rem;
  }

  .promo-platform-link {
    width: clamp(5.25rem, 17vw, 6.1rem);
  }

  .videos-header-image {
    width: min(34rem, calc(100vw - 1.5rem));
  }

  .video-card {
    min-height: 15.5rem;
  }

  .video-card-copy {
    padding: 1rem 0.9rem;
  }

  .video-card h3 {
    max-width: 18ch;
    font-size: clamp(1.4rem, 6vw, 2.2rem);
  }

  .merch-poster {
    width: min(76rem, calc(100vw - 2rem));
  }

  .merch-poster-copy {
    justify-items: center;
  }

  .merch-poster-lead {
    max-width: 40rem;
  }

  .merch-title-image {
    width: min(22rem, 88vw);
  }

  .merch-mockup {
    width: 100%;
  }

  .merch-mockup-shell {
    width: min(34rem, 84%);
  }

  .series-hero {
    min-height: min(74svh, 40rem);
  }

  .series-art-band {
    min-height: min(70svh, 40rem);
  }

  .series-hero-content {
    padding: clamp(5rem, 13vh, 8rem) 1rem 1.5rem;
  }

  .series-hero h1 {
    max-width: 8ch;
  }

  .series-hero-copy {
    max-width: 20rem;
  }

  .series-art-overlay {
    flex-wrap: wrap;
  }

  .series-spotlight {
    width: min(40rem, 100%);
    flex-basis: min(40rem, 100%);
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .vault-hero {
    min-height: min(48svh, 28rem);
    padding-top: 4.5rem;
  }

  .vault-hero-image {
    width: min(52rem, calc(100vw - 1.5rem));
  }

  .vault-player-grid {
    width: calc(100vw - 1.5rem);
    padding-bottom: 3.5rem;
  }

  .vault-player-row {
    width: calc(100vw - 1.5rem);
    padding-bottom: 3.5rem;
  }

  .vault-player-row .vault-player {
    width: 100%;
  }

  .vault-player .player-header h3 {
    font-size: clamp(1.8rem, 7vw, 2.6rem);
  }

  .vault-player .controls {
    gap: 0.85rem;
  }

  .vault-player .p-btn {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.1rem;
  }

  .vault-player .play-btn-main {
    width: 4.1rem;
    height: 4.1rem;
    font-size: 1.6rem;
  }

  .footer-main {
    min-height: 100svh;
  }

  .footer-social-rail {
    top: 1.8rem;
    right: 1rem;
    left: auto;
    bottom: auto;
    width: min(18rem, 58vw);
    align-items: flex-end;
  }

  .footer-rail-kicker {
    font-size: 1.12rem;
    letter-spacing: 0.22em;
  }

  .footer-social-rail .footer-socials {
    gap: 0.38rem 0.7rem;
  }

  .footer-social-rail .footer-socials a {
    padding: 0.35rem 0.55rem;
    font-size: clamp(1.12rem, 4.3vw, 1.28rem);
    letter-spacing: 0.08em;
  }

  .footer-signup {
    left: 1rem;
    right: 1rem;
    bottom: 4.8rem;
    width: auto;
  }

  .footer-legal {
    bottom: 1.95rem;
    width: calc(100% - 1.5rem);
  }

  .footer-legal a {
    font-size: 0.82rem;
  }

  .footer-copy {
    bottom: 0.6rem;
    width: calc(100% - 1.5rem);
    white-space: nowrap;
    font-size: clamp(0.56rem, 1.65vw, 0.7rem);
    letter-spacing: 0.02em;
  }

  .basic-header {
    padding: 0.35rem 0.8rem;
    align-items: flex-start;
  }

  .basic-nav {
    justify-content: flex-start;
  }

  .page-main {
    padding-top: 1rem;
  }

  .menu-label {
    display: none;
  }

  .menu-button {
    width: 4.2rem;
    height: 3.4rem;
  }

  .basic-brand .brand-mark,
  .brand-mark {
    width: min(7.4rem, 32vw);
    min-width: 5.3rem;
  }

  .series-game-frame {
    width: calc(100vw - 1rem);
  }

  .site-footer {
    gap: 1rem;
  }

  .footer-main {
    min-height: 100svh;
    border-radius: 0;
  }

  .footer-signup {
    width: 100%;
  }

  .videos-section,
  .video-links,
  .merch-section,
  .site-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@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;
  }
}
