:root {
  color-scheme: dark;
  --ink: #f7fbff;
  --muted: #a8b9c4;
  --dark: #030509;
  --panel: #0a1018;
  --panel-2: #101827;
  --line: rgba(219, 241, 255, 0.16);
  --green: #37ffb2;
  --pink: #ff3df2;
  --red: #ff4264;
  --gold: #ffe066;
  --blue: #44b9ff;
  --violet: #8b5cff;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.52);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 86px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 61, 242, 0.14), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(55, 255, 178, 0.13), transparent 24%),
    radial-gradient(circle at 52% 82%, rgba(68, 185, 255, 0.12), transparent 30%),
    var(--dark);
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(255, 255, 255, 0.035) 18.2%, transparent 18.8% 39%, rgba(255, 61, 242, 0.04) 39.2%, transparent 39.8%),
    linear-gradient(64deg, transparent 0 55%, rgba(55, 255, 178, 0.035) 55.2%, transparent 55.8%);
}

.static-noise {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: 0.075;
  mix-blend-mode: screen;
  background-image:
    repeating-radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.9) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 3px);
  background-size: 120px 120px, 100% 4px;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px) 10px;
  background: rgba(3, 5, 9, 0.7);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(20px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(3, 5, 9, 0.94);
  border-color: var(--line);
}

.brand,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
  text-shadow:
    2px 0 0 rgba(68, 185, 255, 0.62),
    -2px 0 0 rgba(255, 61, 242, 0.48),
    4px 0 18px rgba(68, 185, 255, 0.24),
    -4px 0 18px rgba(255, 61, 242, 0.18),
    0 0 14px rgba(68, 185, 255, 0.18);
  animation: micro-glitch 3.8s steps(2, end) infinite;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #06100d;
  background: rgba(7, 16, 24, 0.36);
  border-radius: 8px;
  box-shadow: 0 0 28px rgba(55, 255, 178, 0.34);
  overflow: hidden;
}

.brand-mark img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  object-position: center;
}

.nav {
  gap: clamp(12px, 3vw, 30px);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.nav a {
  position: relative;
  text-decoration: none;
  text-shadow:
    2px 0 0 rgba(68, 185, 255, 0.52),
    -2px 0 0 rgba(255, 61, 242, 0.42),
    4px 0 14px rgba(68, 185, 255, 0.2),
    -4px 0 14px rgba(255, 61, 242, 0.16);
  animation: micro-glitch 4.6s steps(2, end) infinite;
}

.nav a:nth-child(2n),
.album-tab:nth-child(2n),
.release-cover:nth-child(2n) strong {
  animation-delay: -1.1s;
}

.nav a:hover {
  color: var(--ink);
}

.message-ticker {
  position: relative;
  flex: 0 0 100%;
  overflow: hidden;
  border-top: 1px solid rgba(219, 241, 255, 0.12);
  border-bottom: 1px solid rgba(219, 241, 255, 0.1);
  background: transparent;
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.message-ticker::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 4px);
  opacity: 0.32;
}

.message-ticker-track {
  position: relative;
  display: flex;
  width: max-content;
  gap: 44px;
  padding: 6px 0;
  color: #fff7ff;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow:
    2px 0 0 rgba(68, 185, 255, 0.72),
    -2px 0 0 rgba(255, 61, 242, 0.56),
    5px 0 18px rgba(68, 185, 255, 0.22),
    -5px 0 18px rgba(255, 61, 242, 0.18),
    0 0 14px rgba(255, 255, 255, 0.28);
  white-space: nowrap;
  animation: ticker-scroll 18s linear infinite;
}

.message-ticker-track span {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 44px;
  animation: ticker-glitch 2.2s steps(2, end) infinite;
}

.message-ticker-track span:nth-child(2n) {
  animation-delay: -0.72s;
}

.message-ticker-track span::before,
.message-ticker-track span::after {
  content: attr(data-glitch);
  position: absolute;
  inset: 0 auto 0 44px;
  pointer-events: none;
  opacity: 0;
}

.message-ticker-track span::before {
  color: var(--blue);
  transform: translateX(2px);
  clip-path: inset(0 0 58% 0);
  animation: ticker-glitch-before 2.2s steps(2, end) infinite;
}

.message-ticker-track span::after {
  color: var(--pink);
  transform: translateX(-2px);
  clip-path: inset(54% 0 0 0);
  animation: ticker-glitch-after 2.2s steps(2, end) infinite;
  animation-delay: -0.22s;
}

.site-player {
  position: fixed;
  z-index: 30;
  left: clamp(12px, 3vw, 34px);
  right: clamp(12px, 3vw, 34px);
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  padding: 10px 12px 10px 16px;
  background:
    linear-gradient(90deg, rgba(255, 61, 242, 0.16), rgba(68, 185, 255, 0.14)),
    rgba(3, 5, 9, 0.86);
  border: 1px solid rgba(219, 241, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.42), 0 0 34px rgba(68, 185, 255, 0.12);
  backdrop-filter: blur(18px);
}

.site-player-meta {
  min-width: 0;
}

.site-player-meta span,
.site-player-meta strong {
  display: block;
}

.site-player-meta span {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow:
    2px 0 0 rgba(68, 185, 255, 0.58),
    -2px 0 0 rgba(255, 61, 242, 0.42),
    4px 0 16px rgba(68, 185, 255, 0.18),
    -4px 0 16px rgba(255, 61, 242, 0.14);
  animation: micro-glitch 4s steps(2, end) infinite;
}

.site-player-meta strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow:
    2px 0 0 rgba(68, 185, 255, 0.66),
    -2px 0 0 rgba(255, 61, 242, 0.52),
    5px 0 18px rgba(68, 185, 255, 0.22),
    -5px 0 18px rgba(255, 61, 242, 0.18),
    0 0 14px rgba(255, 255, 255, 0.18);
  animation: micro-glitch 3.1s steps(2, end) infinite;
}

.site-player-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.site-player-controls button {
  min-height: 38px;
  padding: 0 13px;
  color: var(--ink);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  background: rgba(219, 241, 255, 0.08);
  border: 1px solid rgba(219, 241, 255, 0.18);
  border-radius: 8px;
  cursor: pointer;
}

.site-player-controls button:hover,
.site-player-controls button:focus-visible {
  color: #06100d;
  background: linear-gradient(135deg, var(--green), var(--blue));
  outline: none;
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-33.333%);
  }
}

@keyframes ticker-glitch {
  0%,
  79%,
  100% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(-1px, 1px);
  }

  82% {
    transform: translate(2px, -1px);
  }

  84% {
    transform: translate(0, 0);
  }
}

@keyframes ticker-glitch-before {
  0%,
  74%,
  100% {
    opacity: 0;
  }

  76%,
  82% {
    opacity: 0.72;
  }
}

@keyframes ticker-glitch-after {
  0%,
  80%,
  100% {
    opacity: 0;
  }

  82%,
  88% {
    opacity: 0.66;
  }
}

@keyframes micro-glitch {
  0%,
  78%,
  100% {
    filter: none;
    transform: translate(0, 0);
  }

  79% {
    filter: hue-rotate(8deg) saturate(1.18);
    transform: translate(1px, 0);
    text-shadow:
      4px 0 0 rgba(68, 185, 255, 0.78),
      -4px 0 0 rgba(255, 61, 242, 0.62),
      10px 0 24px rgba(68, 185, 255, 0.28),
      -10px 0 24px rgba(255, 61, 242, 0.22);
  }

  80% {
    filter: none;
    transform: translate(-1px, 1px);
    text-shadow:
      -3px 0 0 rgba(68, 185, 255, 0.72),
      3px 0 0 rgba(255, 61, 242, 0.58),
      -8px 0 20px rgba(68, 185, 255, 0.24),
      8px 0 20px rgba(255, 61, 242, 0.2);
  }

  82% {
    transform: translate(0, 0);
  }
}

@keyframes title-glitch {
  0%,
  72%,
  100% {
    filter: none;
    transform: translate(0, 0);
  }

  73% {
    filter: hue-rotate(14deg) saturate(1.22);
    transform: translate(2px, -1px);
    text-shadow:
      6px 0 0 rgba(68, 185, 255, 0.72),
      -6px 0 0 rgba(255, 61, 242, 0.58),
      14px 0 34px rgba(68, 185, 255, 0.28),
      -14px 0 34px rgba(255, 61, 242, 0.22);
  }

  75% {
    filter: contrast(1.15);
    transform: translate(-2px, 1px);
    text-shadow:
      -5px 0 0 rgba(68, 185, 255, 0.68),
      5px 0 0 rgba(255, 61, 242, 0.54),
      -12px 0 30px rgba(68, 185, 255, 0.24),
      12px 0 30px rgba(255, 61, 242, 0.2);
  }

  77% {
    transform: translate(0, 0);
  }
}

@keyframes hero-glitch {
  0%,
  68%,
  100% {
    filter: none;
    transform: translate(0, 0);
  }

  69% {
    filter: hue-rotate(18deg) saturate(1.25);
    transform: translate(3px, -2px);
    text-shadow:
      8px 0 0 rgba(68, 185, 255, 0.72),
      -8px 0 0 rgba(255, 61, 242, 0.58),
      18px 0 44px rgba(68, 185, 255, 0.24),
      -18px 0 44px rgba(255, 61, 242, 0.2),
      0 0 70px rgba(255, 255, 255, 0.16);
  }

  71% {
    filter: contrast(1.18);
    transform: translate(-3px, 2px);
    text-shadow:
      -7px 0 0 rgba(68, 185, 255, 0.68),
      7px 0 0 rgba(255, 61, 242, 0.54),
      -16px 0 40px rgba(68, 185, 255, 0.22),
      16px 0 40px rgba(255, 61, 242, 0.18),
      0 0 70px rgba(255, 255, 255, 0.14);
  }

  73% {
    transform: translate(0, 0);
  }
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 92svh;
  padding: 180px clamp(18px, 4vw, 56px) 36px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #030509;
}

.hero-media img,
.inline-art,
.album-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(54vw, 720px);
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: clamp(12px, 3vw, 36px) 0;
  filter: saturate(1.35) contrast(1.12) brightness(0.9) drop-shadow(0 0 50px rgba(68, 185, 255, 0.28));
  opacity: 0.72;
  transform: translate(-50%, -50%) scale(1.16);
  transform-origin: center;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 7px);
  opacity: 0.7;
}

.glitch-shard {
  position: absolute;
  border: 1px solid rgba(219, 241, 255, 0.22);
  background: linear-gradient(135deg, rgba(68, 185, 255, 0.12), rgba(255, 61, 242, 0.08));
  clip-path: polygon(8% 0, 100% 16%, 82% 100%, 0 72%);
  filter: drop-shadow(0 0 24px rgba(68, 185, 255, 0.22));
}

.shard-one {
  right: 9%;
  top: 22%;
  width: 230px;
  height: 150px;
}

.shard-two {
  right: 24%;
  bottom: 20%;
  width: 150px;
  height: 95px;
  transform: rotate(-16deg);
}

.shard-three {
  left: 48%;
  top: 16%;
  width: 90px;
  height: 210px;
  transform: rotate(18deg);
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow:
    2px 0 0 rgba(68, 185, 255, 0.62),
    -2px 0 0 rgba(255, 61, 242, 0.46),
    4px 0 16px rgba(68, 185, 255, 0.2),
    -4px 0 16px rgba(255, 61, 242, 0.14),
    0 0 16px rgba(55, 255, 178, 0.22);
  animation: micro-glitch 4.2s steps(2, end) infinite;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(4rem, 18vw, 13rem);
  line-height: 0.82;
  letter-spacing: 0;
}

.glitch-title {
  position: relative;
  display: inline-block;
  animation: hero-glitch 3.4s steps(2, end) infinite;
  text-shadow:
    0 0 22px rgba(55, 255, 178, 0.2),
    0 0 64px rgba(255, 61, 242, 0.14);
}

.glitch-title::before,
.glitch-title::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
}

.glitch-title::before {
  color: var(--pink);
  transform: translate(3px, -2px);
  clip-path: inset(8% 0 62% 0);
}

.glitch-title::after {
  color: var(--blue);
  transform: translate(-3px, 2px);
  clip-path: inset(58% 0 8% 0);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 5vw, 4.75rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-shadow:
    3px 0 0 rgba(68, 185, 255, 0.52),
    -3px 0 0 rgba(255, 61, 242, 0.42),
    7px 0 26px rgba(68, 185, 255, 0.18),
    -7px 0 26px rgba(255, 61, 242, 0.16),
    0 0 28px rgba(68, 185, 255, 0.14);
  animation: title-glitch 4s steps(2, end) infinite;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  text-shadow:
    2px 0 0 rgba(68, 185, 255, 0.5),
    -2px 0 0 rgba(255, 61, 242, 0.38),
    4px 0 16px rgba(68, 185, 255, 0.16),
    -4px 0 16px rgba(255, 61, 242, 0.14);
  animation: micro-glitch 4.8s steps(2, end) infinite;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-copy {
  max-width: 620px;
  color: var(--ink);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.hero-actions,
.closing-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  text-shadow:
    2px 0 0 rgba(68, 185, 255, 0.42),
    -2px 0 0 rgba(255, 61, 242, 0.32),
    4px 0 14px rgba(68, 185, 255, 0.14),
    -4px 0 14px rgba(255, 61, 242, 0.12);
  animation: micro-glitch 5.2s steps(2, end) infinite;
}

.button.primary {
  color: #06100d;
  background: linear-gradient(135deg, var(--green), var(--blue));
  border-color: rgba(55, 255, 178, 0.8);
  box-shadow: 0 0 30px rgba(55, 255, 178, 0.18);
}

.button.secondary {
  background: rgba(219, 241, 255, 0.08);
}

.launch-card {
  position: absolute;
  right: clamp(18px, 4vw, 56px);
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 340px;
  padding: 16px;
  background: rgba(10, 16, 24, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.launch-card strong,
.launch-card span {
  display: block;
}

.launch-card strong {
  text-shadow:
    1px 0 0 rgba(68, 185, 255, 0.42),
    -1px 0 0 rgba(255, 61, 242, 0.3);
  animation: micro-glitch 4.9s steps(2, end) infinite;
}

.launch-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.status-dot {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(53, 226, 155, 0.12);
}

.section {
  padding: clamp(70px, 10vw, 130px) clamp(18px, 4vw, 56px);
  background: #eaf4f8;
  color: #071018;
}

.section p {
  color: #44504c;
}

.section-dark {
  background:
    linear-gradient(135deg, rgba(255, 61, 242, 0.08), transparent 38%),
    #030509;
  color: var(--ink);
}

.section-dark p {
  color: var(--muted);
}

.nextwave-section {
  padding-top: clamp(54px, 7vw, 90px);
  padding-bottom: clamp(72px, 9vw, 118px);
}

.nextwave-section .section-inner {
  align-items: start;
}

.nextwave-section .copy-stack {
  max-width: 560px;
}

.nextwave-section .inline-art {
  width: min(100%, 500px);
  height: auto;
  aspect-ratio: 1 / 1;
  margin: clamp(-34px, -3vw, -12px) auto 22px;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(68, 185, 255, 0.26)) drop-shadow(0 0 34px rgba(255, 61, 242, 0.14));
}

.section-muted {
  background: #dcecf2;
}

.section-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.split,
.timeline-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(30px, 6vw, 90px);
}

.copy-stack {
  font-size: 1.08rem;
}

.inline-art {
  aspect-ratio: 16 / 10;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 34px;
}

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

.feature-card {
  min-height: 250px;
  padding: 24px;
  background: linear-gradient(180deg, #ffffff, #eef8fb);
  border: 1px solid rgba(9, 16, 15, 0.1);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(9, 16, 15, 0.08);
}

.music-section {
  background:
    linear-gradient(135deg, rgba(68, 185, 255, 0.12), transparent 32%),
    linear-gradient(225deg, rgba(255, 61, 242, 0.1), transparent 36%),
    #eaf4f8;
}

.music-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: stretch;
}

.album-panel {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: #071018;
  border: 1px solid rgba(9, 16, 15, 0.1);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(9, 16, 15, 0.08);
}

.album-panel img {
  aspect-ratio: 1;
  object-fit: contain;
  padding: 24px;
  background: #030509;
}

.album-meta {
  padding: 24px;
}

.album-meta p {
  color: var(--muted);
}

.download-album {
  margin-top: 8px;
}

.download-pack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.download-pack .button {
  min-width: 118px;
  justify-content: center;
}

.track-list {
  display: grid;
  gap: 14px;
  align-content: start;
}

.album-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.album-tab {
  min-height: 38px;
  padding: 0 12px;
  color: #0b1211;
  background: rgba(7, 16, 24, 0.12);
  border: 1px solid rgba(9, 16, 15, 0.14);
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  text-shadow:
    1px 0 0 rgba(68, 185, 255, 0.38),
    -1px 0 0 rgba(255, 61, 242, 0.28);
  animation: micro-glitch 4.4s steps(2, end) infinite;
}

.album-tab.is-active {
  color: #06100d;
  background: linear-gradient(135deg, var(--green), var(--blue));
  border-color: var(--green);
}

.album-panel-list {
  display: grid;
  margin-top: 4px;
}

.album-tab-panel {
  display: grid;
  gap: 14px;
}

.album-tab-panel[hidden] {
  display: none;
}

.track {
  display: grid;
  gap: 16px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(68, 185, 255, 0.08), transparent 42%),
    #071018;
  border-radius: 8px;
  color: var(--ink);
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.calendar-day {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 72px;
  padding: 10px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 61, 242, 0.08), transparent 58%),
    #071018;
  border: 1px solid rgba(219, 241, 255, 0.16);
  border-radius: 8px;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.calendar-day span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  text-shadow:
    2px 0 0 rgba(68, 185, 255, 0.58),
    -2px 0 0 rgba(255, 61, 242, 0.42),
    4px 0 14px rgba(68, 185, 255, 0.16),
    -4px 0 14px rgba(255, 61, 242, 0.12);
  animation: micro-glitch 4.6s steps(2, end) infinite;
}

.calendar-day strong {
  max-width: 100%;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.74rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow:
    2px 0 0 rgba(68, 185, 255, 0.5),
    -2px 0 0 rgba(255, 61, 242, 0.38),
    4px 0 14px rgba(68, 185, 255, 0.14),
    -4px 0 14px rgba(255, 61, 242, 0.1);
}

.calendar-day::after {
  content: attr(data-title);
  position: absolute;
  z-index: 4;
  left: 8px;
  right: 8px;
  bottom: calc(100% + 8px);
  display: none;
  padding: 8px;
  color: #06100d;
  background: var(--green);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(9, 16, 15, 0.2);
}

.calendar-day:hover::after,
.calendar-day:focus-visible::after {
  display: block;
}

.calendar-day.is-active {
  border-color: var(--green);
  box-shadow: 0 0 0 2px rgba(53, 226, 155, 0.2);
}

.calendar-day.is-pending {
  background: #141a26;
  border-style: dashed;
}

.calendar-player {
  margin-top: 4px;
}

.track.pending {
  background: #141a26;
  border: 1px dashed rgba(247, 243, 234, 0.24);
}

.track strong,
.track span {
  display: block;
}

.track strong {
  text-shadow:
    2px 0 0 rgba(68, 185, 255, 0.54),
    -2px 0 0 rgba(255, 61, 242, 0.42),
    5px 0 18px rgba(68, 185, 255, 0.18),
    -5px 0 18px rgba(255, 61, 242, 0.14),
    0 0 16px rgba(68, 185, 255, 0.12);
  animation: micro-glitch 4.2s steps(2, end) infinite;
}

.track span {
  margin-top: 4px;
  color: var(--muted);
}

.track audio {
  width: 100%;
}

.download-track {
  justify-self: start;
  color: var(--green);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.download-track:hover {
  text-decoration: underline;
}

.stream-link {
  display: inline-flex;
  margin-top: 8px;
  color: #0b1211;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.archive-label {
  padding: 8px 4px 2px;
}

.archive-label p:last-child {
  margin-bottom: 0;
  color: #44504c;
}

.release-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 40px;
}

.release-cover img {
  aspect-ratio: 1;
  border-radius: 8px;
  border: 1px solid rgba(9, 16, 15, 0.1);
}

.release-cover {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.release-cover img {
  display: block;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 14px 42px rgba(9, 16, 15, 0.18);
}

.release-cover strong,
.release-cover span {
  display: block;
}

.release-cover strong {
  color: #071018;
  font-size: 0.98rem;
  text-shadow:
    2px 0 0 rgba(68, 185, 255, 0.42),
    -2px 0 0 rgba(255, 61, 242, 0.34),
    4px 0 14px rgba(68, 185, 255, 0.12),
    -4px 0 14px rgba(255, 61, 242, 0.1);
  animation: micro-glitch 4.8s steps(2, end) infinite;
}

.release-cover span {
  color: #44504c;
  font-size: 0.88rem;
}

.feature-number {
  display: block;
  margin-bottom: 52px;
  color: #9b1b8f;
  font-weight: 800;
  text-shadow:
    1px 0 0 rgba(68, 185, 255, 0.36),
    -1px 0 0 rgba(255, 61, 242, 0.28);
  animation: micro-glitch 4.7s steps(2, end) infinite;
}

.timeline {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.timeline li {
  padding: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(9, 16, 15, 0.1);
  border-radius: 8px;
}

.timeline time,
.timeline strong,
.timeline span {
  display: block;
}

.timeline time {
  margin-bottom: 10px;
  color: #9b1b8f;
  font-weight: 800;
  text-shadow:
    1px 0 0 rgba(68, 185, 255, 0.36),
    -1px 0 0 rgba(255, 61, 242, 0.28);
  animation: micro-glitch 4.7s steps(2, end) infinite;
}

.timeline strong {
  margin-bottom: 6px;
  text-shadow:
    1px 0 0 rgba(68, 185, 255, 0.34),
    -1px 0 0 rgba(255, 61, 242, 0.26);
  animation: micro-glitch 4.2s steps(2, end) infinite;
}

.timeline span {
  color: #44504c;
  line-height: 1.55;
}

.closing {
  min-height: 52vh;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 61, 242, 0.13), transparent 30%),
    radial-gradient(circle at 82% 32%, rgba(55, 255, 178, 0.12), transparent 24%),
    #030509;
  color: var(--ink);
}

.closing p {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.08rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(18px, 4vw, 56px);
  color: var(--muted);
  background: #030509;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .message-ticker {
    width: 100%;
  }

  .message-ticker-track {
    animation-duration: 14s;
  }

  .site-player {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

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

  .site-player-controls button {
    padding: 0 8px;
  }

  .hero {
    min-height: 96svh;
    padding-top: 210px;
  }

  .hero-media img {
    left: 50%;
    width: min(88vw, 520px);
    height: 72%;
    opacity: 0.46;
    transform: translate(-50%, -54%) scale(1.08);
  }

  .hero-scrim {
    background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 7px);
  }

  .launch-card {
    position: static;
    margin-top: 34px;
  }

  .split,
  .timeline-layout,
  .feature-grid,
  .music-layout {
    grid-template-columns: 1fr;
  }

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

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

  .calendar-day {
    min-height: 62px;
  }

  .feature-card {
    min-height: 190px;
  }

  .feature-number {
    margin-bottom: 30px;
  }

  .footer {
    flex-direction: column;
  }
}

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