:root {
  --bg: #040406;
  --bg-soft: #0c0c12;
  --panel: rgba(12, 12, 18, 0.72);
  --panel-strong: rgba(15, 15, 22, 0.9);
  --panel-glow: rgba(255, 230, 245, 0.08);
  --fg: #f0f0f4;
  --silver: #c8c8d0;
  --muted: #8a8a96;
  --line: rgba(240, 240, 244, 0.08);
  --line-strong: rgba(240, 240, 244, 0.16);
  --accent: #ffe6f5;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  --display: "Cormorant Garamond", serif;
  --body: "Inter", sans-serif;
  --mono: "JetBrains Mono", monospace;
}

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

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 230, 245, 0.08), transparent 36%),
    linear-gradient(180deg, #050507 0%, #040406 36%, #06060a 100%);
  color: var(--fg);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

button,
input,
select {
  font: inherit;
}

button {
  border: 0;
  color: inherit;
  cursor: pointer;
}

::selection {
  background: rgba(255, 230, 245, 0.22);
  color: var(--fg);
}

.spot,
.stars,
.skyline-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.spot {
  z-index: 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 230, 245, 0.06), transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(200, 200, 224, 0.08), transparent 50%);
}

.stars {
  z-index: 1;
  background:
    radial-gradient(1px 1px at 12% 18%, rgba(255, 255, 255, 0.58) 100%, transparent),
    radial-gradient(1px 1px at 55% 24%, rgba(255, 255, 255, 0.35) 100%, transparent),
    radial-gradient(1.5px 1.5px at 82% 36%, rgba(255, 255, 255, 0.7) 100%, transparent),
    radial-gradient(1px 1px at 28% 64%, rgba(255, 255, 255, 0.42) 100%, transparent),
    radial-gradient(1px 1px at 70% 78%, rgba(255, 255, 255, 0.5) 100%, transparent),
    radial-gradient(1px 1px at 92% 92%, rgba(255, 255, 255, 0.32) 100%, transparent);
  background-size: 500px 500px;
  opacity: 0.7;
}

.skyline-glow {
  z-index: 0;
  background:
    radial-gradient(circle at 50% 110%, rgba(255, 230, 245, 0.12), transparent 28%),
    radial-gradient(circle at 12% 84%, rgba(200, 200, 224, 0.09), transparent 22%),
    radial-gradient(circle at 88% 88%, rgba(200, 200, 224, 0.08), transparent 24%);
  filter: blur(14px);
  opacity: 0.85;
}

.topbar,
main,
.page-footer {
  position: relative;
  z-index: 2;
}

.hero,
.section,
.now-playing-panel,
.page-footer {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 22px 32px;
  border-bottom: 1px solid rgba(240, 240, 244, 0.06);
  background: rgba(4, 4, 6, 0.52);
  backdrop-filter: blur(18px) saturate(140%);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff, var(--silver));
  box-shadow: 0 0 0 0 rgba(255, 230, 245, 0.38);
  animation: pulse 2.6s ease-out infinite;
}

.station-code {
  font: 500 13px/1 var(--mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--silver);
}

.top-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.top-links a {
  padding: 8px 14px;
  border-radius: 999px;
  font: 400 12px/1 var(--mono);
  letter-spacing: 0.06em;
  color: var(--muted);
  transition:
    color 240ms ease,
    background-color 240ms ease,
    transform 240ms ease;
}

.top-links a:hover,
.top-links a:focus-visible {
  color: var(--fg);
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-1px);
  outline: none;
}

.hero {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 86px 0 112px;
  text-align: center;
}

.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 30px;
  padding: 7px 16px 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  font: 500 11px/1 var(--mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--silver);
}

.hero h1 {
  margin: 0;
  max-width: 1040px;
  font-family: var(--display);
  font-size: clamp(76px, 11vw, 176px);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-wrap: balance;
  background: linear-gradient(120deg, #ffffff 0%, #f0f0f4 28%, #c8c8d0 62%, #ffe6f5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy {
  margin: 32px auto 0;
  max-width: 660px;
  color: var(--silver);
  font-size: 21px;
  line-height: 1.58;
  font-weight: 300;
  text-wrap: pretty;
}

.hero-copy-secondary {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-align: center;
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    background-color 240ms ease,
    box-shadow 240ms ease,
    color 240ms ease;
}

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

.btn-primary {
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, #f0f0f4, #c0c0c8);
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.1);
  color: #040406;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 12px 46px rgba(255, 255, 255, 0.16);
}

.btn-secondary {
  border-color: rgba(240, 240, 244, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    rgba(8, 8, 12, 0.66);
  color: var(--fg);
  font-size: 14px;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: rgba(240, 240, 244, 0.42);
  background: rgba(255, 255, 255, 0.06);
}

.btn.small {
  min-height: 40px;
  padding: 10px 16px;
  font-size: 12px;
}

.hero-note {
  margin: 28px 0 0;
  color: var(--muted);
  font: 400 11px/1.6 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-note strong {
  color: var(--fg);
  font-weight: 500;
}

.chrome-wrap {
  position: relative;
  width: min(760px, 92vw);
  aspect-ratio: 16 / 10;
  margin: 84px auto 0;
  perspective: 1400px;
}

.chrome-wrap::before {
  content: "";
  position: absolute;
  inset: 14% 16% 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 230, 245, 0.16), rgba(200, 200, 224, 0.04) 48%, transparent 68%);
  filter: blur(18px);
}

.chrome-img {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("./assets/img/13-chrom-liquid.jpg") center / contain no-repeat;
  filter: drop-shadow(0 30px 100px rgba(200, 200, 224, 0.18));
  transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
  transform-origin: center;
}

.chrome-label {
  position: absolute;
  z-index: 1;
  padding: 8px 14px;
  border: 1px solid rgba(240, 240, 244, 0.12);
  border-radius: 8px;
  background: rgba(8, 8, 12, 0.62);
  backdrop-filter: blur(10px);
  color: var(--muted);
  font: 400 11px/1.5 var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: float-label 6s ease-in-out infinite;
}

.chrome-label b {
  display: block;
  margin-bottom: 2px;
  color: var(--fg);
  font-weight: 500;
}

.chrome-label.l1 {
  top: 8%;
  left: -4%;
  animation-delay: -1s;
}

.chrome-label.l2 {
  right: -2%;
  bottom: 18%;
  animation-delay: -3s;
}

.ticker-wrap {
  width: min(1140px, 100%);
  margin: 56px auto 0;
  overflow: hidden;
  border-top: 1px solid rgba(240, 240, 244, 0.08);
  border-bottom: 1px solid rgba(240, 240, 244, 0.08);
  background: rgba(8, 8, 12, 0.3);
}

.ticker-track {
  display: inline-flex;
  min-width: max-content;
  gap: 36px;
  padding: 14px 4vw;
  color: var(--silver);
  font: 400 12px/1 var(--mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  animation: ticker 44s linear infinite;
}

.section {
  position: relative;
  padding: 138px 0;
  border-top: 1px solid rgba(240, 240, 244, 0.06);
}

.section-head {
  position: relative;
  max-width: 900px;
  margin-bottom: 46px;
}

.section-head::before {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, var(--silver), transparent);
}

.section-head h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(44px, 6vw, 92px);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.028em;
  text-wrap: balance;
  background: linear-gradient(120deg, #ffffff 0%, #f0f0f4 42%, #c8c8d0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-head p {
  margin: 18px 0 0;
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.feature-grid,
.warning-grid {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: var(--line);
}

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

.feature-card {
  position: relative;
  min-height: 340px;
  padding: 34px 30px 30px;
  background:
    linear-gradient(180deg, rgba(15, 15, 20, 0.88), rgba(4, 4, 6, 0.82)),
    radial-gradient(circle at top right, rgba(255, 230, 245, 0.08), transparent 40%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition:
    transform 260ms ease,
    background-color 260ms ease,
    box-shadow 260ms ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 20px 50px rgba(0, 0, 0, 0.24);
}

.feature-card .eyebrow,
.much-card .eyebrow,
.mixtape-copy .eyebrow {
  margin: 0 0 16px;
  color: var(--silver);
  font: 500 11px/1 var(--mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.feature-card h3,
.much-card h3,
.warning-grid h4,
.panel h3,
.mixtape-copy h3,
#npTitle {
  margin: 0;
  font-family: var(--display);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--fg);
}

.feature-card h3 {
  font-size: 40px;
  line-height: 1;
}

.feature-card p:not(.eyebrow),
.much-card p:not(.eyebrow),
.warning-grid p,
.panel p,
.mixtape-copy p:not(.eyebrow),
.stream-card p,
.portal-shell p,
.page-footer p {
  color: var(--muted);
  line-height: 1.65;
}

.feature-card > p:not(.eyebrow) {
  margin: 14px 0 0;
  max-width: 32ch;
}

.feature-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 30px;
}

.feature-preview span,
.much-badges span,
.mixtape-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(240, 240, 244, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--silver);
  font: 400 11px/1 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-preview-network {
  position: relative;
  min-height: 150px;
  margin-bottom: 30px;
  overflow: hidden;
}

.feature-preview-network::before,
.feature-preview-network::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(200, 200, 224, 0.6), rgba(255, 230, 245, 0.28));
  transform-origin: left center;
  opacity: 0.72;
}

.feature-preview-network::before {
  top: 48%;
  left: 28%;
  width: 42%;
  height: 1px;
  transform: rotate(-24deg);
}

.feature-preview-network::after {
  top: 52%;
  left: 28%;
  width: 44%;
  height: 1px;
  transform: rotate(24deg);
}

.feature-preview-network span {
  position: absolute;
  width: 68px;
  height: 68px;
  padding: 0;
  border-radius: 50%;
  border: 4px solid rgba(200, 200, 224, 0.7);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.28), transparent 20%),
    radial-gradient(circle at center, rgba(40, 40, 48, 0.92), rgba(6, 6, 8, 1));
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.36);
}

.feature-preview-network span:nth-child(1) {
  top: 56%;
  left: 12%;
}

.feature-preview-network span:nth-child(2) {
  top: 14%;
  left: 42%;
  width: 76px;
  height: 76px;
}

.feature-preview-network span:nth-child(3) {
  top: 54%;
  right: 10%;
}

.much-grid,
.stream-grid,
.mixtape-grid,
.portal-form,
.two-col {
  display: grid;
  gap: 24px;
}

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

.much-card,
.warning-grid article,
.stream-card,
.panel,
.portal-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(15, 15, 20, 0.72), rgba(4, 4, 6, 0.82)),
    radial-gradient(circle at top right, rgba(255, 230, 245, 0.08), transparent 42%);
  box-shadow: var(--shadow);
}

.much-card {
  padding: 30px;
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.much-card::before,
.panel::before {
  content: "";
  position: absolute;
  inset: auto -18% -42% auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 230, 245, 0.08), transparent 56%);
  filter: blur(4px);
}

.much-card:hover,
.much-card.is-active {
  transform: translateY(-4px);
  border-color: rgba(240, 240, 244, 0.22);
}

.much-card.is-active {
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(255, 230, 245, 0.1) inset;
}

.much-card h3 {
  font-size: 34px;
  line-height: 1;
}

.much-card > p:not(.eyebrow) {
  margin: 14px 0 0;
}

.much-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
}

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

.warning-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

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

.warning-grid article {
  padding: 34px 28px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(15, 15, 20, 0.88), rgba(4, 4, 6, 0.82)),
    radial-gradient(circle at top right, rgba(255, 230, 245, 0.08), transparent 42%);
  box-shadow: none;
}

.warning-grid h4 {
  font-size: 34px;
  line-height: 1.05;
}

.warning-grid p {
  margin: 16px 0 0;
}

.warning-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(14, 14, 19, 0.92), rgba(4, 4, 6, 0.92)),
    radial-gradient(circle at 20% 12%, rgba(255, 230, 245, 0.08), transparent 28%);
  box-shadow: var(--shadow);
}

.warning-visual::before {
  content: "";
  position: absolute;
  inset: auto -16% -26% auto;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 88, 88, 0.12), transparent 58%);
  filter: blur(10px);
  opacity: 0.8;
}

.warning-screen {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  height: 100%;
  padding: 24px;
}

.warning-screen-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.warning-window-dots {
  display: inline-flex;
  gap: 7px;
}

.warning-window-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(240, 240, 244, 0.18);
}

.warning-window-dots span:first-child {
  background: rgba(255, 94, 94, 0.92);
}

.warning-window-dots span:nth-child(2) {
  background: rgba(255, 188, 77, 0.9);
}

.warning-window-dots span:nth-child(3) {
  background: rgba(104, 213, 135, 0.82);
}

.warning-screen-title {
  color: var(--silver);
  font: 500 11px/1 var(--mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.warning-player {
  padding: 18px;
  border: 1px solid rgba(240, 240, 244, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.02);
}

.warning-player-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 248px;
  overflow: hidden;
  border: 1px solid rgba(240, 240, 244, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(10, 10, 14, 0.88), rgba(10, 10, 14, 0.98)),
    radial-gradient(circle at 50% 24%, rgba(255, 230, 245, 0.05), transparent 28%);
}

.warning-player-frame::before,
.warning-player-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.warning-player-frame::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 12%, transparent 88%, rgba(255, 255, 255, 0.03)),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 5px);
  opacity: 0.55;
}

.warning-player-frame::after {
  inset: auto;
  top: 18%;
  right: 16%;
  width: 54%;
  height: 54%;
  border: 1px solid rgba(255, 94, 94, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 94, 94, 0.14), transparent 68%);
  filter: blur(2px);
}

.warning-player-alert {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: calc(100% - 28px);
  padding: 10px 12px;
  border: 1px solid rgba(255, 94, 94, 0.16);
  border-radius: 999px;
  background: rgba(25, 8, 11, 0.88);
  color: #ffb6b6;
  font: 500 11px/1.2 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.warning-player-alert-top {
  top: 16px;
  left: 16px;
}

.warning-player-alert-bottom {
  right: 16px;
  bottom: 16px;
  color: #ffd8a6;
  border-color: rgba(255, 188, 77, 0.16);
  background: rgba(29, 17, 9, 0.88);
}

.warning-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff5e5e;
  box-shadow: 0 0 0 5px rgba(255, 94, 94, 0.12);
}

.warning-player-center {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.warning-player-center p {
  margin: 0;
  max-width: 18ch;
  color: var(--fg);
  font-family: var(--display);
  font-size: 40px;
  line-height: 0.96;
  letter-spacing: -0.025em;
}

.warning-triangle {
  position: relative;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-bottom: 60px solid rgba(255, 94, 94, 0.92);
  filter: drop-shadow(0 12px 28px rgba(255, 94, 94, 0.2));
}

.warning-triangle::after {
  content: "!";
  position: absolute;
  left: -3px;
  top: 24px;
  color: #120609;
  font: 700 22px/1 var(--mono);
}

.warning-toast-stack {
  display: grid;
  gap: 12px;
}

.warning-toast {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 16px 17px;
  border: 1px solid rgba(240, 240, 244, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.warning-toast strong {
  display: block;
  color: var(--fg);
  font: 500 12px/1.35 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.warning-toast p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.warning-toast-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font: 700 13px/1 var(--mono);
}

.warning-toast-danger .warning-toast-icon {
  background: rgba(255, 94, 94, 0.14);
  color: #ffb6b6;
}

.warning-toast-warning .warning-toast-icon {
  background: rgba(255, 188, 77, 0.14);
  color: #ffd8a6;
}

.warning-toast-muted .warning-toast-icon {
  background: rgba(200, 200, 224, 0.14);
  color: var(--silver);
}

.mood-dial-wrap {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(8, 8, 12, 0.48);
  box-shadow: var(--shadow);
}

.mood-dial {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mood-chip {
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid rgba(240, 240, 244, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--silver);
  font: 500 12px/1 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.mood-chip:hover,
.mood-chip:focus-visible,
.mood-chip.is-active {
  transform: translateY(-2px);
  outline: none;
}

.mood-chip.is-active {
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, #f0f0f4, #c0c0c8);
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.1);
  color: #040406;
}

.now-playing-panel {
  position: relative;
  overflow: hidden;
  margin-top: 6px;
  padding: 34px 38px 40px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(4, 4, 6, 0.96) 0%, rgba(4, 4, 6, 0.88) 58%, rgba(4, 4, 6, 0.72) 100%),
    url("./assets/img/13-chrom-torus.jpg") right center / 44% auto no-repeat;
  box-shadow: var(--shadow);
}

.now-playing-panel::after {
  content: "";
  position: absolute;
  inset: auto -6% -44% auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 230, 245, 0.1), transparent 62%);
  filter: blur(10px);
}

.np-head,
.np-actions,
.mixtape-meta,
.service-points p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.np-head {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.np-label,
.np-status {
  margin: 0;
  font: 500 11px/1 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.np-label {
  color: var(--silver);
}

.np-status {
  padding: 8px 12px;
  border: 1px solid rgba(240, 240, 244, 0.12);
  border-radius: 999px;
  background: rgba(8, 8, 12, 0.48);
  color: var(--fg);
}

#npTitle {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.95;
  max-width: 11ch;
}

#npMeta {
  position: relative;
  z-index: 1;
  max-width: 460px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.np-actions {
  position: relative;
  z-index: 1;
  margin-top: 28px;
}

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

.stream-card {
  padding: 28px 26px;
}

.stream-card h4 {
  margin: 0;
  font-family: var(--display);
  font-size: 34px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.stream-meta,
.stream-price {
  margin: 14px 0 0;
}

.stream-meta {
  color: var(--silver);
  font: 400 12px/1.5 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stream-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

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

.panel {
  padding: 34px 30px;
}

.panel:last-child {
  background:
    linear-gradient(180deg, rgba(15, 15, 20, 0.72), rgba(4, 4, 6, 0.82)),
    radial-gradient(circle at top right, rgba(255, 230, 245, 0.08), transparent 42%),
    url("./assets/img/13-chrom-torus.jpg") right bottom / 58% auto no-repeat;
}

.panel h3 {
  font-size: 44px;
  line-height: 1;
}

.service-points {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.service-points p {
  margin: 0;
  align-items: flex-start;
  gap: 10px;
}

.service-points strong {
  color: var(--fg);
  font-weight: 500;
}

.service-points span {
  color: var(--muted);
  flex: 1;
  min-width: 220px;
}

.mixtape-section {
  padding-bottom: 156px;
}

.mixtape-section-featured {
  padding-top: 112px;
}

.mixtape-section-featured::before {
  content: "";
  position: absolute;
  inset: 24px 8% auto;
  height: 360px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 230, 245, 0.12), transparent 48%),
    radial-gradient(circle at 18% 62%, rgba(200, 200, 224, 0.08), transparent 32%);
  filter: blur(18px);
  opacity: 0.9;
  pointer-events: none;
}

.mixtape-section-featured .section-head {
  max-width: 980px;
}

.mixtape-section-featured .mixtape-grid {
  position: relative;
  z-index: 1;
}

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

.mixtape-card {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(6, 6, 8, 0.08), rgba(6, 6, 8, 0.92)),
    linear-gradient(130deg, rgba(255, 230, 245, 0.08), transparent 56%),
    #09090e;
  box-shadow: var(--shadow);
}

.mixtape-card-rappers {
  background:
    linear-gradient(180deg, rgba(6, 6, 8, 0.08), rgba(6, 6, 8, 0.92)),
    linear-gradient(130deg, rgba(255, 230, 245, 0.08), transparent 56%),
    #09090e;
}

.mixtape-card-yacht {
  background:
    linear-gradient(180deg, rgba(6, 6, 8, 0.08), rgba(6, 6, 8, 0.92)),
    linear-gradient(130deg, rgba(200, 200, 224, 0.1), transparent 56%),
    #09090e;
}

.mixtape-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 4, 6, 0.02), rgba(4, 4, 6, 0.92) 74%);
}

.mixtape-stack {
  position: absolute;
  inset: 36px 34px auto auto;
  width: 52%;
  height: 58%;
}

.mixtape-stack img {
  position: absolute;
  width: 54%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(240, 240, 244, 0.12);
  border-radius: 18px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.32);
}

.mixtape-stack img:nth-child(1) {
  top: 22%;
  left: 0;
  transform: rotate(-12deg);
}

.mixtape-stack img:nth-child(2) {
  top: 0;
  right: 6%;
  transform: rotate(6deg);
}

.mixtape-stack img:nth-child(3) {
  bottom: 0;
  left: 22%;
  transform: rotate(10deg);
}

.mixtape-copy {
  position: relative;
  z-index: 1;
  max-width: 62%;
  padding: 34px 34px 36px;
}

.mixtape-copy h3 {
  font-size: 48px;
  line-height: 0.96;
}

.mixtape-copy p:not(.eyebrow) {
  margin: 16px 0 0;
}

.mixtape-meta {
  margin: 22px 0 28px;
}

.portal-shell {
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(15, 15, 20, 0.76), rgba(4, 4, 6, 0.88)),
    radial-gradient(circle at top right, rgba(255, 230, 245, 0.08), transparent 42%);
}

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

.portal-form label {
  display: grid;
  gap: 10px;
  color: var(--silver);
  font: 500 12px/1.4 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-form label:last-of-type,
.portal-form button {
  grid-column: 1 / -1;
}

.portal-form input,
.portal-form select {
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(240, 240, 244, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--fg);
}

.portal-form input::placeholder {
  color: rgba(240, 240, 244, 0.34);
}

.portal-form input:focus,
.portal-form select:focus {
  border-color: rgba(255, 230, 245, 0.34);
  outline: none;
  box-shadow: 0 0 0 1px rgba(255, 230, 245, 0.2);
}

.form-note {
  margin: 22px 0 0;
  font-size: 15px;
}

.page-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 34px 0 58px;
  border-top: 1px solid rgba(240, 240, 244, 0.06);
}

.page-footer p {
  margin: 0;
  font: 400 12px/1.6 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  filter: blur(10px);
  transition:
    opacity 900ms cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.in {
  opacity: 1;
  transform: none;
  filter: none;
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 230, 245, 0.38);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(255, 230, 245, 0);
  }
}

@keyframes float-label {
  50% {
    transform: translateY(-8px);
  }
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-30%);
  }
}

@media (max-width: 1080px) {
  .feature-grid,
  .stream-grid,
  .two-col,
  .mixtape-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .warning-showcase {
    grid-template-columns: 1fr;
  }

  .mixtape-copy {
    max-width: 72%;
  }
}

@media (max-width: 880px) {
  .hero,
  .section,
  .now-playing-panel,
  .page-footer {
    width: min(1280px, calc(100% - 32px));
  }

  .topbar {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 16px;
  }

  .top-links {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .top-links::-webkit-scrollbar {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 56px 0 72px;
  }

  .hero h1 {
    font-size: clamp(56px, 17vw, 88px);
  }

  .hero-copy {
    font-size: 18px;
  }

  .hero-copy-secondary {
    font-size: 16px;
  }

  .hero-cta-row {
    gap: 12px;
  }

  .hero-cta-row .btn {
    width: 100%;
  }

  .chrome-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-top: 56px;
  }

  .chrome-label {
    font-size: 10px;
  }

  .chrome-label.l1 {
    left: 2%;
  }

  .chrome-label.l2 {
    right: 1%;
    bottom: 12%;
  }

  .ticker-track {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .section {
    padding: 92px 0;
  }

  .section-head h3 {
    font-size: clamp(38px, 12vw, 60px);
  }

  .feature-grid,
  .much-grid,
  .warning-grid,
  .warning-showcase,
  .stream-grid,
  .two-col,
  .mixtape-grid,
  .portal-form {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .much-card,
  .warning-grid article,
  .stream-card,
  .panel,
  .portal-shell {
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  }

  .feature-card h3,
  .much-card h3,
  .warning-grid h4,
  .stream-card h4 {
    font-size: 32px;
  }

  .warning-player-frame {
    min-height: 220px;
  }

  .warning-player-center p {
    font-size: 34px;
  }

  .now-playing-panel {
    padding: 28px 24px 30px;
    background:
      linear-gradient(180deg, rgba(4, 4, 6, 0.96), rgba(4, 4, 6, 0.84)),
      url("./assets/img/13-chrom-torus.jpg") center bottom / 160% auto no-repeat;
  }

  #npTitle {
    max-width: 100%;
    font-size: clamp(40px, 14vw, 62px);
  }

  .np-actions .btn {
    flex: 1 1 100%;
  }

  .mixtape-card {
    min-height: 560px;
  }

  .mixtape-stack {
    inset: 34px 22px auto auto;
    width: 68%;
    height: 48%;
  }

  .mixtape-copy {
    max-width: 100%;
    padding: 30px 24px;
  }

  .mixtape-copy h3 {
    font-size: 40px;
  }

  .page-footer {
    flex-direction: column;
    padding-bottom: 42px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
