@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap");

:root {
  --void: #070210;
  --purple-deep: #150828;
  --purple-mid: #4c1d95;
  --purple-bright: #7c3aed;
  --purple-glow: #a78bfa;
  --purple-gloss: #5b21b6;
  --champagne: #f7e7ce;
  --champagne-deep: #e8d4b8;
  --platinum: #ece8f4;
  --platinum-mute: #c4bdd4;
  --platinum-dark: #8b849e;
  --gold-1: #bf953f;
  --gold-2: #fcf6ba;
  --gold-3: #b38728;
  --gold-4: #8a5a0c;
  --white: #faf8ff;
  --pure: #ffffff;
  --tank-pink: #ff2d95;
  --tank-pink-hot: #ff1493;
  --tank-pink-glow: rgba(255, 45, 149, 0.45);
  --max-width: 1160px;
  --header-h: 58px;
  --mobile-dock-h: 56px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --font-display: "Bebas Neue", sans-serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --font-ui: "DM Sans", system-ui, sans-serif;
  --font-luxe: "Cormorant Garamond", Georgia, serif;
  --line-genius: rgba(236, 232, 244, 0.14);
}

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

html {
  scroll-behavior: smooth;
}

.anchor-target,
section[id] {
  scroll-margin-top: calc(var(--header-h) + 8px);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--platinum);
  background-color: var(--void);
  background-image:
    radial-gradient(ellipse 100% 70% at 50% -15%, rgba(124, 58, 237, 0.28) 0%, transparent 52%),
    radial-gradient(ellipse 80% 50% at 100% 40%, rgba(255, 45, 149, 0.08) 0%, transparent 45%),
    linear-gradient(180deg, #0a0318 0%, var(--purple-deep) 42%, #0c0614 100%);
  background-attachment: fixed;
  min-height: 100vh;
}

a {
  color: var(--champagne);
  text-decoration: none;
}

a:hover {
  color: var(--pure);
  text-decoration: underline;
}

/* Genius-like section titles on dark */
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 0.35rem;
  color: var(--pure);
  font-weight: 400;
  line-height: 1;
}

.section-sub {
  font-family: var(--font-ui);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tank-pink);
  margin: 0 0 1.25rem;
}

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

/* Gloss gold text */
.text-gold {
  background: linear-gradient(135deg, var(--gold-2) 0%, var(--gold-1) 25%, var(--pure) 45%, var(--gold-3) 60%, var(--gold-4) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}

/* Header — Genius-style bright gold strip, Darwin accents */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: linear-gradient(180deg, #fffef5 0%, #fff44f 22%, #ffe600 52%, #f0d000 100%);
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.06) inset,
    0 4px 0 rgba(26, 11, 46, 0.92),
    0 10px 28px rgba(0, 0, 0, 0.18);
}

.site-header::before,
.site-header::after {
  display: none;
}

.header-inner {
  position: relative;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0.5rem 1.35rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  min-height: var(--header-h);
}

@media (min-width: 900px) {
  .header-inner {
    flex-wrap: nowrap;
  }
}

.site-home-link {
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(252, 246, 186, 0.35);
}

.site-home-link:hover {
  color: var(--champagne) !important;
  border-bottom-color: var(--tank-pink);
}

.genius-hero-kicker .site-home-link {
  border-bottom-color: rgba(191, 149, 63, 0.45);
}

.blog-card-thumb {
  margin: -0.5rem -0.5rem 0.85rem;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--line-genius);
  aspect-ratio: 16 / 9;
  background: #000;
}

.blog-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.logo-mark {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.logo-mark:hover .logo-text {
  filter: brightness(1.08);
}

.logo-icon {
  font-size: 1.6rem;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
}

.logo-text {
  font-family: var(--font-display);
  font-size: 1.65rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.logo-darwin {
  color: #0f041a !important;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.logo-dot {
  color: var(--tank-pink);
  text-shadow: none;
}

.logo-rocks {
  color: #0f041a !important;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.nav-primary {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.15rem 1.1rem;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent 0, #000 12px, #000 calc(100% - 12px), transparent 100%);
}

.nav-primary::-webkit-scrollbar {
  display: none;
}

.nav-primary a {
  color: #1a0b2e;
  padding: 0.35rem 0;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none !important;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}

.nav-primary a:hover {
  color: #000;
  border-bottom-color: var(--tank-pink);
}

.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* YouTube/pump-style primary creator CTA */
.btn-create-track {
  font-family: var(--font-ui);
  font-weight: 800;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 2px solid #1a0b2e;
  color: #1a0b2e !important;
  background: #fff;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 2px 0 rgba(26, 11, 46, 0.45);
}

.btn-create-track:hover {
  background: #1a0b2e;
  color: #fff !important;
}

/* Trophy / Grammy-style gold CTA */
.btn-gold {
  position: relative;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.52rem 1.2rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #1a0b2e !important;
  background: linear-gradient(
    168deg,
    #fffefb 0%,
    var(--gold-2) 22%,
    #e6c35c 48%,
    var(--gold-3) 72%,
    var(--gold-4) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    inset 0 -2px 0 rgba(0, 0, 0, 0.12),
    0 2px 0 rgba(138, 90, 12, 0.35),
    0 6px 20px rgba(191, 149, 63, 0.35),
    0 0 24px rgba(255, 45, 149, 0.12);
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 0.14s ease, filter 0.14s ease, box-shadow 0.14s ease;
}

.btn-gold:hover {
  filter: brightness(1.06) saturate(1.05);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -2px 0 rgba(0, 0, 0, 0.1),
    0 4px 0 rgba(138, 90, 12, 0.3),
    0 10px 28px rgba(191, 149, 63, 0.45),
    0 0 32px rgba(255, 45, 149, 0.22);
  color: #1a0b2e !important;
}

.btn-gold:active {
  transform: translateY(0);
  filter: brightness(0.98);
}

/* Glossy drunk-tank pink */
.btn-pink {
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.52rem 1.15rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--pure) !important;
  background: linear-gradient(165deg, #ff6eb4 0%, var(--tank-pink) 40%, #c4005c 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -2px 0 rgba(0, 0, 0, 0.15),
    0 4px 18px var(--tank-pink-glow);
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 0.14s ease, filter 0.14s ease, box-shadow 0.14s ease;
}

.btn-pink:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 6px 26px rgba(255, 45, 149, 0.55);
  color: var(--pure) !important;
}

/* Platinum outline — secondary */
.btn-ghost {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.5rem 1.05rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(236, 232, 244, 0.45);
  color: var(--platinum) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
  text-decoration: none !important;
  white-space: nowrap;
  transition: border-color 0.15s, color 0.15s, box-shadow 0.15s, background 0.15s;
}

.btn-ghost:hover {
  border-color: rgba(252, 246, 186, 0.55);
  color: var(--pure) !important;
  box-shadow: 0 0 20px rgba(255, 45, 149, 0.12);
  background: linear-gradient(180deg, rgba(255, 45, 149, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.search-wrap {
  position: relative;
}

.search-wrap input {
  width: min(268px, 34vw);
  padding: 0.48rem 2.4rem 0.48rem 0.85rem;
  border: 1px solid rgba(26, 11, 46, 0.25);
  border-radius: var(--radius-sm);
  font-family: var(--font-ui);
  font-size: 0.8125rem;
  font-weight: 500;
  background: #fff;
  color: #1a0b2e;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.9), 0 1px 4px rgba(0, 0, 0, 0.08);
}

.search-wrap input::placeholder {
  color: #6b5f7a;
}

.search-wrap input:focus {
  outline: none;
  border-color: var(--tank-pink);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.9),
    0 0 0 2px rgba(255, 45, 149, 0.25);
}

.search-wrap button {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
  padding: 0.3rem;
  color: var(--purple-mid);
  line-height: 0;
  border-radius: 4px;
  transition: color 0.15s, background 0.15s;
}

.search-wrap button:hover {
  color: var(--tank-pink);
  background: rgba(255, 45, 149, 0.08);
}

/* Mobile app dock (TikTok / IG / pump-style bottom bar) */
.mobile-dock {
  display: none;
}

.mobile-dock__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.15rem;
  max-width: 520px;
  margin: 0 auto;
  padding: 0.35rem 0.5rem calc(0.45rem + env(safe-area-inset-bottom, 0px));
  min-height: calc(var(--mobile-dock-h) + env(safe-area-inset-bottom, 0px));
}

.mobile-dock__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.12rem;
  min-width: 0;
  padding: 0.2rem 0.1rem;
  text-decoration: none !important;
  color: var(--platinum-dark);
  font-family: var(--font-ui);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: color 0.15s ease;
}

.mobile-dock__item--active {
  color: var(--champagne);
}

.mobile-dock__item--active .mobile-dock__svg {
  color: var(--tank-pink);
}

.mobile-dock__ico {
  display: grid;
  place-items: center;
  height: 26px;
  color: inherit;
}

.mobile-dock__svg {
  display: block;
  width: 22px;
  height: 22px;
  color: inherit;
  opacity: 0.92;
}

.mobile-dock__label {
  line-height: 1.05;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-dock__item--fab {
  flex: 0 0 auto;
  position: relative;
  top: -12px;
  padding-bottom: 0;
}

.mobile-dock__fab {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
  color: #1a0b2e !important;
  background: linear-gradient(168deg, #fffefb 0%, var(--gold-2) 35%, #e6c35c 55%, var(--gold-3) 100%);
  border: 3px solid rgba(7, 2, 16, 0.92);
  box-shadow:
    0 2px 0 rgba(138, 90, 12, 0.35),
    0 8px 24px rgba(0, 0, 0, 0.4),
    0 0 28px rgba(255, 45, 149, 0.25);
}

.mobile-dock__item--fab .mobile-dock__label {
  margin-top: 0.15rem;
  color: var(--platinum-mute);
}

.mobile-dock__item--fab.mobile-dock__item--active .mobile-dock__label {
  color: var(--champagne);
}

.mobile-dock__item--fab.mobile-dock__item--active .mobile-dock__fab {
  box-shadow:
    0 0 0 2px var(--tank-pink),
    0 8px 28px rgba(255, 45, 149, 0.35);
}

@media (max-width: 900px) {
  .mobile-dock {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background: linear-gradient(180deg, rgba(12, 6, 22, 0.88) 0%, rgba(7, 2, 16, 0.97) 100%);
    border-top: 1px solid rgba(236, 232, 244, 0.12);
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  body {
    padding-bottom: calc(var(--mobile-dock-h) + env(safe-area-inset-bottom, 0px) + 18px);
  }

  :root {
    --header-h: 52px;
  }

  .nav-primary {
    display: none !important;
  }

  .btn-create-track {
    display: none !important;
  }

  .header-actions .btn-gold {
    display: none;
  }

  .header-inner {
    padding: 0.4rem 0.75rem;
    gap: 0.55rem;
    flex-wrap: nowrap;
  }

  .header-actions {
    margin-left: auto;
    flex: 1;
    min-width: 0;
    justify-content: flex-end;
  }

  .search-wrap {
    flex: 1;
    min-width: 0;
    max-width: min(240px, 52vw);
  }

  .search-wrap input {
    width: 100% !important;
    min-width: 0;
    padding-right: 2.1rem;
    font-size: 0.78rem;
  }

  .logo-text {
    font-size: clamp(1.15rem, 4.8vw, 1.45rem);
  }

  .cards-grid {
    grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
    gap: 0.9rem;
  }

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

  main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 901px) {
  body {
    padding-bottom: 0;
  }
}

@media (max-width: 380px) {
  .logo-rocks,
  .logo-dot {
    display: none;
  }
}

/* Main shell — editorial width like Genius */
main {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.35rem 4.5rem;
}

/* Genius.com-style light band + outline CTAs */
.genius-hero--light {
  background: #fff;
  color: #0f041a;
  text-align: center;
  padding: clamp(2rem, 5vw, 3.25rem) 1.25rem;
  margin: 0 -1.35rem 2rem;
  border-bottom: 4px solid var(--tank-pink);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

@media (min-width: 720px) {
  .genius-hero--light {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(1.25rem, env(safe-area-inset-left));
    padding-right: max(1.25rem, env(safe-area-inset-right));
  }
}

.genius-hero-kicker {
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tank-pink);
  margin: 0 0 0.5rem;
}

.genius-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 8vw, 4rem);
  letter-spacing: 0.07em;
  margin: 0 0 1rem;
  color: #0f041a;
  line-height: 0.95;
}

.genius-hero-dek {
  font-family: var(--font-ui);
  font-size: clamp(0.8rem, 2.2vw, 0.98rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
  color: var(--tank-pink);
  text-transform: uppercase;
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}

.genius-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.btn-genius-outline {
  display: inline-block;
  padding: 0.65rem 1.35rem;
  border: 2px solid #0f041a;
  border-radius: 2px;
  color: #0f041a !important;
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
  background: #fff;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.btn-genius-outline:hover {
  background: #0f041a;
  color: #fff !important;
  border-color: #0f041a;
}

.genius-pillar ul {
  max-width: 40rem;
  margin: 0 auto;
  padding-left: 1.25rem;
  line-height: 1.7;
}

.search-page-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  align-items: stretch;
  max-width: 34rem;
  margin: 1.5rem auto 0;
}

.search-page-form input {
  flex: 1 1 14rem;
  padding: 0.65rem 1rem;
  border: 2px solid #0f041a;
  border-radius: var(--radius-sm);
  font-family: var(--font-ui);
  font-size: 1rem;
}

.page-hero {
  padding: 2.5rem 0 1.5rem;
  text-align: center;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 8vw, 4.5rem);
  letter-spacing: 0.06em;
  margin: 0 0 0.5rem;
  line-height: 0.95;
}

.page-hero .lede {
  font-family: var(--font-luxe);
  font-size: 1.25rem;
  font-style: italic;
  color: var(--champagne);
  max-width: 36rem;
  margin: 0 auto;
  opacity: 0.95;
}

/* Promo strip */
.promo-strip {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding: 0.85rem 0 1.35rem;
  margin-bottom: 0.25rem;
  scroll-snap-type: x mandatory;
  border-bottom: 1px solid var(--line-genius);
}

.promo-strip a {
  flex: 0 0 min(280px, 75vw);
  scroll-snap-align: start;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(191, 149, 63, 0.4);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.promo-strip img {
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  background: linear-gradient(135deg, var(--purple-mid), var(--tank-pink));
}

.promo-placeholder {
  aspect-ratio: 21 / 9;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.4), rgba(255, 45, 149, 0.25));
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--champagne);
}

/* Genius-style “Presented by” rail */
.home-sponsored {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem 2rem;
  padding: 0.85rem 0 1.25rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid var(--line-genius);
}

.home-sponsored:empty {
  display: none;
}

/* Homepage featured local video */
.home-featured-drop {
  max-width: var(--max-width);
  margin: 0 auto 1.5rem;
  padding: 0 1.25rem;
}

.home-featured-drop:empty {
  display: none;
}

.featured-drop-inner {
  padding: 1.25rem 1.35rem 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line-genius);
  background: linear-gradient(160deg, rgba(191, 149, 63, 0.08) 0%, rgba(124, 58, 237, 0.06) 50%, rgba(0, 0, 0, 0.2) 100%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.video-file-wrap {
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid rgba(191, 149, 63, 0.35);
  background: #000;
}

.video-native {
  display: block;
  width: 100%;
  max-height: min(70vh, 520px);
  vertical-align: middle;
}

.sponsor-slot {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none !important;
  color: var(--platinum-mute);
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-sm);
  transition: background 0.15s, box-shadow 0.15s;
}

.sponsor-slot:hover {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 20px rgba(255, 45, 149, 0.08);
}

.sponsor-slot-label {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--platinum-dark);
}

.sponsor-slot-brand {
  font-family: var(--font-ui);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--champagne);
}

.sponsor-slot img {
  max-height: 36px;
  width: auto;
  object-fit: contain;
  margin-top: 0.15rem;
}

/* Hero home */
.hero-home {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 2rem;
  align-items: center;
  padding: 2.25rem 0 2.75rem;
}

.hero-copy {
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 100%);
  border: 1px solid var(--line-genius);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

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

.hero-home h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 0.75rem;
}

.hero-home .dek {
  color: var(--champagne);
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.label-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.5rem;
}

.label-row span {
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tank-pink);
}

.label-row::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-1), transparent);
  max-width: 100px;
}

.byline {
  font-size: 0.85rem;
  color: var(--platinum-dark);
}

.byline .sep {
  margin: 0 0.35rem;
  color: var(--gold-3);
}

.hero-visual {
  display: grid;
  grid-template-columns: 0.85fr 1.35fr 0.85fr;
  gap: 0.5rem;
  align-items: end;
}

.hero-panel {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(191, 149, 63, 0.5);
  aspect-ratio: 3 / 5;
  max-height: 340px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.hero-panel--main {
  aspect-ratio: 3 / 4.2;
  max-height: 400px;
}

.hero-panel-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, var(--tank-pink) 0%, var(--purple-mid) 50%, var(--void) 100%);
}

.hero-panel:nth-child(1) .hero-panel-inner {
  background: linear-gradient(160deg, var(--champagne) 0%, var(--purple-bright) 100%);
}

.hero-panel:nth-child(3) .hero-panel-inner {
  background: linear-gradient(160deg, var(--purple-glow) 0%, var(--purple-deep) 100%);
}

/* Cards grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}

/* Genius-style quad: four columns, hairline dividers */
@media (min-width: 960px) {
  .cards-grid--genius {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--line-genius);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
  }

  .cards-grid--genius > .card {
    border-radius: 0;
    border: none;
    border-right: 1px solid var(--line-genius);
    box-shadow: none;
  }

  .cards-grid--genius > .card:last-child {
    border-right: none;
  }

  .cards-grid--genius > .card:hover {
    transform: none;
    background: linear-gradient(180deg, rgba(255, 45, 149, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%);
    box-shadow: inset 0 0 0 1px rgba(252, 246, 186, 0.12);
  }
}

.card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 50%, rgba(12, 5, 24, 0.2) 100%);
  border: 1px solid rgba(236, 232, 244, 0.12);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.card:hover {
  transform: translateY(-2px);
  border-color: rgba(252, 246, 186, 0.22);
  box-shadow:
    0 12px 40px rgba(124, 58, 237, 0.15),
    0 0 0 1px rgba(255, 45, 149, 0.12),
    0 0 28px rgba(255, 45, 149, 0.08);
}

.card-thumb {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, var(--purple-mid), #2d1b4e);
}

.card-media-link {
  display: block;
  text-decoration: none !important;
}

.card-thumb-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid var(--line-genius);
}

.card-body {
  padding: 1rem 1.1rem 1.15rem;
}

.card-body h2,
.card-body h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.03em;
  margin: 0.5rem 0 0.35rem;
  line-height: 1.05;
  color: var(--pure);
}

.card-body a {
  color: var(--pure);
  text-decoration: none;
}

.card-body a:hover {
  color: var(--tank-pink);
}

/* Chart */
.chart-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(191, 149, 63, 0.3);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}

.chart-row {
  display: grid;
  grid-template-columns: 2.5rem 52px 1fr auto;
  gap: 0.75rem 1rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.chart-row:last-child {
  border-bottom: none;
}

.chart-rank {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--gold-2);
  text-shadow: 0 0 20px rgba(252, 246, 186, 0.3);
}

.chart-thumb {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  border: 1px solid rgba(191, 149, 63, 0.5);
  background: linear-gradient(45deg, var(--purple-mid), var(--void));
}

a.chart-thumb:hover {
  border-color: var(--tank-pink);
  box-shadow: 0 0 12px rgba(255, 45, 149, 0.25);
}

.chart-title-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem;
}

.chart-title-line strong {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--pure);
}

.tag {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tank-pink);
}

.chart-artist {
  font-size: 0.88rem;
  color: var(--champagne);
  margin-top: 0.1rem;
}

.chart-metrics {
  display: flex;
  gap: 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.metric-hot {
  color: var(--tank-pink);
}

.metric-views {
  color: var(--platinum-dark);
}

/* Track detail */
.track-hero {
  display: grid;
  grid-template-columns: min(220px, 40%) 1fr;
  gap: 2rem;
  padding: 2rem 0;
  align-items: start;
}

@media (max-width: 640px) {
  .track-hero {
    grid-template-columns: 1fr;
  }
}

.cover-lg {
  aspect-ratio: 1;
  border-radius: 12px;
  border: 2px solid rgba(191, 149, 63, 0.45);
  background: linear-gradient(135deg, var(--purple-mid), var(--void));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.audio-box {
  margin: 1.25rem 0;
  padding: 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(191, 149, 63, 0.2);
}

.audio-box audio {
  width: 100%;
  height: 40px;
}

.lyrics-block {
  white-space: pre-wrap;
  font-family: var(--font-luxe);
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--champagne);
  padding: 1.5rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.35);
  border-left: 3px solid var(--tank-pink);
}

/* Videos section */
.section-dark {
  margin: 2rem -1.25rem;
  padding: 2.5rem 1.25rem;
  background: linear-gradient(180deg, #080410 0%, var(--purple-deep) 100%);
  border-top: 1px solid rgba(191, 149, 63, 0.25);
  border-bottom: 1px solid rgba(191, 149, 63, 0.25);
}

.section-dark h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 6vw, 3.5rem);
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0 0 0.25rem;
}

.section-dark .sub {
  text-align: center;
  color: var(--gold-2);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

/* Community table */
.leaderboard {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(191, 149, 63, 0.35);
  border-radius: 10px;
  overflow: hidden;
}

.leaderboard th,
.leaderboard td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
}

.leaderboard th {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(124, 58, 237, 0.2);
  color: var(--gold-2);
}

.leaderboard td.iq {
  color: var(--tank-pink);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

/* Platform pillars */
.pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin: 2rem 0;
}

.pillar {
  padding: 1.35rem;
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(255, 45, 149, 0.12), rgba(124, 58, 237, 0.08));
  border: 1px solid rgba(191, 149, 63, 0.25);
}

.pillar h3 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  letter-spacing: 0.05em;
  margin: 0 0 0.5rem;
  color: var(--gold-2);
}

.pillar p {
  margin: 0;
  color: var(--platinum);
  font-size: 0.95rem;
}

/* Footer */
.site-footer {
  background: linear-gradient(180deg, #06020d 0%, var(--void) 100%);
  color: var(--platinum);
  padding: 2.5rem 1.25rem 1rem;
  border-top: 1px solid rgba(191, 149, 63, 0.25);
}

.footer-main {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 800px) {
  .footer-main {
    grid-template-columns: 1fr;
  }
}

.footer-tagline {
  font-family: var(--font-luxe);
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 0 0 1rem;
  color: var(--champagne);
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.social-row a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(191, 149, 63, 0.45);
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--gold-2);
}

.social-row a:hover {
  background: rgba(255, 45, 149, 0.2);
  border-color: var(--tank-pink);
  text-decoration: none;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.4rem;
}

.footer-bottom {
  max-width: var(--max-width);
  margin: 0 auto;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--platinum-dark);
}

.directory-bar {
  background: #040208;
  padding: 1rem 1.25rem 1.5rem;
  font-size: 0.78rem;
  border-top: 1px solid rgba(255, 45, 149, 0.15);
}

.directory-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.directory-bar strong {
  color: var(--gold-2);
  margin-right: 0.35rem;
}

.directory-bar a {
  margin-right: 0.2rem;
}

/* CTA ribbon — stage / trophy podium */
.cta-ribbon {
  position: relative;
  text-align: center;
  padding: 2.25rem 1.5rem;
  margin: 2.5rem 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: linear-gradient(
    125deg,
    rgba(76, 29, 149, 0.45) 0%,
    rgba(255, 45, 149, 0.18) 45%,
    rgba(191, 149, 63, 0.15) 100%
  );
  border: 1px solid rgba(252, 246, 186, 0.25);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 12px 40px rgba(0, 0, 0, 0.35),
    0 0 60px rgba(255, 45, 149, 0.08);
}

.cta-ribbon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 45%);
  pointer-events: none;
}

.cta-ribbon h2 {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.35rem);
  letter-spacing: 0.1em;
  margin: 0 0 0.5rem;
  background: linear-gradient(135deg, var(--pure) 0%, var(--champagne) 50%, var(--gold-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.cta-ribbon-text {
  position: relative;
  margin: 0 auto;
  max-width: 40rem;
  color: var(--champagne);
  font-family: var(--font-ui);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.35rem;
}

/* FAB — mini trophy */
.fab-mark {
  position: fixed;
  right: 16px;
  bottom: 92px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(155deg, #fffef6 0%, var(--gold-2) 30%, var(--gold-3) 70%, var(--gold-4) 100%);
  color: #1a0b2e;
  font-size: 1.35rem;
  cursor: pointer;
  z-index: 150;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.65),
    inset 0 -2px 0 rgba(0, 0, 0, 0.12),
    0 6px 24px rgba(191, 149, 63, 0.4),
    0 0 28px rgba(255, 45, 149, 0.2);
  transition: transform 0.15s ease, filter 0.15s ease;
}

.fab-mark:hover {
  transform: scale(1.06) translateY(-2px);
  filter: brightness(1.05);
}

/* Content spec (promote page) */
.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.9rem;
}

.spec-table th,
.spec-table td {
  border: 1px solid rgba(191, 149, 63, 0.25);
  padding: 0.65rem 0.85rem;
  text-align: left;
}

.spec-table th {
  background: rgba(124, 58, 237, 0.15);
  color: var(--gold-2);
}

.video-embed {
  position: relative;
  margin: 1.5rem 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line-genius);
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

code.path {
  font-family: ui-monospace, monospace;
  font-size: 0.82rem;
  color: var(--tank-pink);
  background: rgba(0, 0, 0, 0.35);
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
}

.empty-state {
  text-align: center;
  padding: 2rem;
  color: var(--platinum-dark);
  border: 1px dashed rgba(191, 149, 63, 0.3);
  border-radius: 10px;
  margin: 1rem 0;
}

/* Beat tags */
.beat-tag-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.beat-tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 45, 149, 0.35);
  color: var(--champagne);
  background: rgba(124, 58, 237, 0.15);
}

.beat-icon-card {
  text-align: left;
}

/* Launch page */
.launch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.launch-panel {
  border: 1px solid var(--line-genius);
  border-radius: var(--radius-md);
  padding: 1rem;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.22));
}

.launch-panel h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  letter-spacing: 0.05em;
}

.launch-form {
  display: grid;
  gap: 0.65rem;
}

.launch-form label {
  display: grid;
  gap: 0.32rem;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  color: var(--platinum-mute);
}

.launch-label-hint {
  font-weight: 400;
  color: var(--platinum-dark);
  text-transform: lowercase;
}

.launch-fetch-status {
  min-height: 1.25em;
  font-size: 0.82rem;
}

.launch-form input,
.launch-form textarea {
  width: 100%;
  border: 1px solid rgba(236, 232, 244, 0.2);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
  color: var(--pure);
  padding: 0.65rem 0.7rem;
  font-family: var(--font-ui);
}

.launch-form input:focus,
.launch-form textarea:focus {
  outline: none;
  border-color: var(--tank-pink);
  box-shadow: 0 0 0 2px rgba(255, 45, 149, 0.2);
}

.launch-preview {
  min-height: 120px;
}

.launch-preview.empty-state {
  padding: 1.35rem 1rem;
  border: 1px dashed rgba(236, 232, 244, 0.22);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.2);
  color: var(--platinum-mute);
  text-align: center;
  font-size: 0.95rem;
}

.launch-preview.launch-preview--card {
  min-height: 0;
  padding: 0;
  background: transparent;
  border: none;
}

/* Social-style share card (Launch preview) */
.launch-post-card {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--line-genius);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.07) 0%, rgba(8, 4, 18, 0.92) 55%);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 36px rgba(255, 45, 149, 0.05);
}

.launch-post-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #0a0612;
}

.launch-post-card__media--wide {
  aspect-ratio: 16 / 9;
}

.launch-post-card__media--empty {
  display: grid;
  place-items: center;
  min-height: 200px;
  background: linear-gradient(145deg, rgba(124, 58, 237, 0.2), rgba(0, 0, 0, 0.5));
}

.launch-post-card__empty-label {
  margin: 2.5rem 1rem 0;
  font-size: 0.85rem;
  color: var(--platinum-dark);
}

.launch-post-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.launch-post-card__media-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(7, 2, 16, 0.82) 0%, transparent 48%);
}

.launch-post-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0.28rem 0.65rem;
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--champagne);
  background: rgba(7, 2, 16, 0.72);
  border: 1px solid rgba(247, 231, 206, 0.28);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.launch-post-card__body {
  padding: 1rem 1.15rem 1.1rem;
}

.launch-post-card__kicker {
  margin: 0 0 0.4rem;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tank-pink);
}

.launch-post-card__title {
  margin: 0 0 0.3rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.05;
  letter-spacing: 0.04em;
  color: var(--pure);
}

.launch-post-card__artist {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.95rem;
  color: var(--platinum-mute);
}

.launch-post-card__dedication {
  margin: 0.5rem 0 0.35rem;
  font-family: var(--font-ui);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--champagne);
}

.launch-post-card__dedication a {
  color: var(--tank-pink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.launch-post-card__note {
  margin: 0.9rem 0 0;
  padding: 0;
  border: 0;
}

.launch-post-card__note figcaption {
  margin-bottom: 0.35rem;
  font-family: var(--font-ui);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--platinum-dark);
}

.launch-post-card__note blockquote {
  margin: 0;
  padding: 0.65rem 0.85rem;
  border-left: 3px solid var(--gold-1);
  border-radius: 0 10px 10px 0;
  background: rgba(255, 255, 255, 0.045);
  font-family: var(--font-luxe);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.45;
  color: var(--platinum);
}

.launch-post-card__meta {
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line-genius);
  display: grid;
  gap: 0.5rem;
}

.launch-post-card__meta-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.85rem;
  font-family: var(--font-ui);
  font-size: 0.82rem;
}

.launch-post-card__meta-row--fee .launch-post-card__meta-v {
  max-width: 68%;
}

.launch-post-card__meta-k {
  flex-shrink: 0;
  color: var(--platinum-dark);
}

.launch-post-card__meta-v {
  text-align: right;
  color: var(--platinum-mute);
  word-break: break-word;
}

.launch-post-card__meta-v--mono {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.74rem;
  letter-spacing: 0.02em;
}

.launch-post-card__player {
  padding: 0 1.15rem 1.15rem;
}

.launch-post-card__player-label {
  margin: 0 0 0.45rem;
  font-family: var(--font-ui);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--platinum-dark);
}

.launch-embed-wrap {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(236, 232, 244, 0.12);
  background: #000;
  aspect-ratio: 16 / 9;
}

.launch-embed-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.launch-embed-wrap--spotify {
  aspect-ratio: unset;
  height: 352px;
  max-width: 100%;
}

@media (max-width: 420px) {
  .launch-embed-wrap--spotify {
    height: 300px;
  }
}

/* Legacy cover (kept for any older markup) */
.launch-cover {
  width: 100%;
  max-height: 240px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line-genius);
  margin-bottom: 0.75rem;
  display: block;
}

.launch-cover--empty {
  min-height: 120px;
  display: grid;
  place-items: center;
  color: var(--platinum-dark);
  background: rgba(0, 0, 0, 0.35);
}

.launch-qr-wrap {
  margin: 0.8rem 0 0.35rem;
}

.launch-qr {
  width: 180px;
  height: 180px;
  border-radius: 8px;
  border: 1px solid var(--line-genius);
  background: #fff;
}

.launch-x-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin-top: 0.85rem;
  padding: 0.75rem 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 45, 149, 0.2);
  background: rgba(255, 45, 149, 0.06);
}

.launch-btn-x {
  font-weight: 600;
  border-color: rgba(255, 255, 255, 0.22);
}

.launch-x-row-hint {
  flex: 1 1 200px;
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--platinum-dark);
}

/* Digital gift share strip */
.launch-gift-actions {
  margin-top: 1rem;
  padding: 1rem 0.85rem 1.05rem;
  border-radius: 12px;
  border: 1px solid rgba(252, 246, 186, 0.22);
  background: linear-gradient(155deg, rgba(255, 45, 149, 0.1) 0%, rgba(124, 58, 237, 0.08) 45%, rgba(0, 0, 0, 0.25) 100%);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
}

.launch-gift-actions__kicker {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  color: var(--champagne);
}

.launch-gift-actions__dek {
  margin: 0 0 0.85rem;
  font-family: var(--font-ui);
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--platinum-mute);
}

.launch-gift-actions__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.launch-gift-btn {
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  border: 1px solid rgba(236, 232, 244, 0.25);
  background: rgba(0, 0, 0, 0.35);
  color: var(--platinum) !important;
  cursor: pointer;
  text-decoration: none !important;
  transition: border-color 0.15s, transform 0.12s, box-shadow 0.15s;
}

.launch-gift-btn:hover {
  border-color: rgba(255, 45, 149, 0.45);
  transform: translateY(-1px);
}

.launch-gift-btn--gold {
  border-color: rgba(191, 149, 63, 0.55);
  background: linear-gradient(168deg, rgba(255, 254, 251, 0.12), rgba(191, 149, 63, 0.18));
  color: var(--champagne) !important;
}

.launch-gift-btn--pink {
  border-color: rgba(255, 45, 149, 0.5);
  background: linear-gradient(165deg, rgba(255, 110, 180, 0.2), rgba(255, 45, 149, 0.15));
  color: var(--pure) !important;
}

.launch-gift-btn--link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.launch-gift-actions__hint {
  margin: 0.65rem 0 0;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  color: var(--tank-pink);
  min-height: 1.2em;
}

/* Full-screen gift unwrap countdown */
body.launch-reveal-lock {
  overflow: hidden;
}

.launch-reveal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  animation: launchRevealIn 0.55s ease-out both;
}

.launch-reveal--out {
  animation: launchRevealOut 0.48s ease-in forwards;
}

@keyframes launchRevealIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes launchRevealOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.launch-reveal__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 60% at 50% 20%, rgba(255, 45, 149, 0.35) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 80% 80%, rgba(124, 58, 237, 0.4) 0%, transparent 50%),
    radial-gradient(ellipse 60% 45% at 10% 70%, rgba(247, 231, 206, 0.12) 0%, transparent 45%),
    linear-gradient(165deg, #0a0318 0%, #150828 40%, #070210 100%);
}

.launch-reveal__sparkles {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(2px 2px at 10% 20%, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(2px 2px at 90% 30%, rgba(255, 214, 120, 0.6), transparent),
    radial-gradient(1.5px 1.5px at 30% 80%, rgba(255, 255, 255, 0.35), transparent),
    radial-gradient(2px 2px at 70% 60%, rgba(255, 45, 149, 0.45), transparent),
    radial-gradient(1.5px 1.5px at 50% 50%, rgba(255, 255, 255, 0.2), transparent);
  background-size: 100% 100%;
  animation: launchSparkle 3.5s ease-in-out infinite;
  opacity: 0.85;
  pointer-events: none;
}

@keyframes launchSparkle {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

.launch-reveal__card {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 22rem;
  padding: 2rem 1.5rem 1.75rem;
  border-radius: 20px;
  border: 1px solid rgba(252, 246, 186, 0.28);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.1) 0%, rgba(12, 6, 22, 0.92) 100%);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 60px rgba(255, 45, 149, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.launch-reveal__tag {
  margin: 0 0 0.5rem;
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tank-pink);
}

.launch-reveal__num {
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 18vw, 7rem);
  line-height: 0.95;
  letter-spacing: 0.06em;
  color: var(--pure);
  text-shadow:
    0 0 40px rgba(255, 45, 149, 0.55),
    0 4px 0 rgba(191, 149, 63, 0.35);
  animation: launchNumPulse 0.95s ease-in-out infinite;
}

@keyframes launchNumPulse {
  0%,
  100% {
    transform: scale(1);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.04);
    filter: brightness(1.08);
  }
}

.launch-reveal__line {
  margin: 0.75rem 0 1.25rem;
  font-family: var(--font-luxe);
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.35;
  color: var(--champagne);
  min-height: 2.6em;
}

.launch-reveal__skip {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(236, 232, 244, 0.35);
  background: rgba(0, 0, 0, 0.35);
  color: var(--platinum-mute) !important;
  cursor: pointer;
}

.launch-reveal__skip:hover {
  color: var(--pure) !important;
  border-color: rgba(255, 45, 149, 0.45);
}

@keyframes launchPanelGiftPop {
  0% {
    transform: scale(0.985);
    box-shadow: 0 0 0 rgba(255, 45, 149, 0);
  }
  40% {
    transform: scale(1.01);
    box-shadow: 0 0 32px rgba(255, 45, 149, 0.2);
  }
  100% {
    transform: scale(1);
    box-shadow: none;
  }
}

.launch-panel--gift-pop {
  animation: launchPanelGiftPop 0.65s ease-out both;
}

@media (prefers-reduced-motion: reduce) {
  .launch-reveal__num {
    animation: none;
  }

  .launch-reveal__sparkles {
    animation: none;
  }

  .launch-panel--gift-pop {
    animation: none;
  }
}

/* Social: votes + comments */
.darwin-social {
  margin-top: 0.5rem;
}

.social-widget {
  margin: 2rem 0 3rem;
  padding: 1.5rem 1.35rem 1.75rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(252, 246, 186, 0.2);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.07) 0%, rgba(12, 5, 24, 0.72) 100%);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 40px rgba(255, 45, 149, 0.06);
}

.social-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.social-votes {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.social-vbtn {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(191, 149, 63, 0.45);
  background: rgba(0, 0, 0, 0.35);
  color: var(--gold-2);
  font-size: 0.95rem;
  cursor: pointer;
  line-height: 1;
  transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.1s;
}

.social-vbtn:hover {
  border-color: var(--tank-pink);
  color: var(--tank-pink);
  transform: scale(1.04);
}

.social-vbtn.is-active {
  background: rgba(255, 45, 149, 0.25);
  border-color: var(--tank-pink);
  color: var(--pure);
}

.social-score {
  font-family: var(--font-display);
  font-size: 1.85rem;
  min-width: 3rem;
  text-align: center;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, var(--gold-2), var(--gold-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.social-mode {
  flex: 1;
  min-width: 200px;
  margin: 0;
  font-size: 0.78rem;
  color: var(--platinum-dark);
  line-height: 1.45;
}

.social-h {
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  margin: 0 0 0.75rem;
  color: var(--pure);
}

.social-comments {
  max-height: 420px;
  overflow-y: auto;
  margin-bottom: 1.25rem;
  padding-right: 0.35rem;
}

.social-empty {
  margin: 0;
  color: var(--platinum-dark);
  font-size: 0.9rem;
}

.social-comment {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.social-comment-meta {
  font-size: 0.8rem;
  margin-bottom: 0.35rem;
}

.social-comment-meta strong {
  color: var(--champagne);
}

.social-comment-body {
  color: var(--platinum);
  font-size: 0.95rem;
  white-space: pre-wrap;
  word-break: break-word;
}

.social-form {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.social-form input,
.social-form textarea {
  font: inherit;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  border: 1px solid rgba(191, 149, 63, 0.3);
  background: rgba(0, 0, 0, 0.35);
  color: var(--pure);
}

.social-form input::placeholder,
.social-form textarea::placeholder {
  color: var(--platinum-dark);
}

.social-form .btn-ghost {
  align-self: flex-start;
  margin-top: 0.25rem;
}
