:root {
  --primary: #030108;
  --accent: #ff32a9;
  --surface: #080410;
  --accent-soft: #ff7dcc;
  --ink: #fff7fd;
  --muted: #b9a8b6;
  --line: rgba(255, 255, 255, 0.12);
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.095);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 75% 8%, rgba(255, 50, 169, 0.18), transparent 34rem),
    linear-gradient(180deg, var(--primary), #09030d 42%, #020104 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

.topbar {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(3, 1, 8, 0.72);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand,
.nav,
.footer div {
  align-items: center;
  display: flex;
  gap: 16px;
}

.brand {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.brand-mark {
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 0 28px rgba(255, 50, 169, 0.72);
  height: 12px;
  width: 12px;
}

.nav a,
.footer a {
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}

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

main {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 clamp(18px, 4vw, 56px) 56px;
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  min-height: calc(100vh - 64px);
  padding: 56px 0 42px;
}

.eyebrow {
  color: var(--accent-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(46px, 7vw, 84px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 24px;
  max-width: 820px;
}

.lead {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
}

.button.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #12000a;
}

.button.max-button {
  background: rgba(255, 50, 169, 0.14);
  border-color: rgba(255, 50, 169, 0.34);
  color: var(--accent-soft);
}

.button.ghost {
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
}

.hero-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 16px;
}

.cover-wrap {
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
}

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

.now-card {
  background: var(--surface);
  border: 1px solid rgba(255, 50, 169, 0.32);
  border-radius: 20px;
  margin-top: 14px;
  padding: 20px;
}

.status {
  background: rgba(255, 50, 169, 0.14);
  border: 1px solid rgba(255, 50, 169, 0.34);
  border-radius: 999px;
  color: var(--accent-soft);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
  padding: 7px 10px;
}

.label {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 8px;
}

.now-card h2 {
  font-size: 22px;
  line-height: 1.14;
  margin-bottom: 10px;
}

.now-card p {
  color: var(--muted);
  font-size: 14px;
}

audio {
  filter: invert(1) hue-rotate(220deg);
  width: 100%;
}

.stats {
  border: 1px solid var(--line);
  border-radius: 24px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 76px;
  overflow: hidden;
}

.stats div {
  background: var(--panel);
  padding: 24px;
}

.stats strong {
  display: block;
  font-size: 34px;
}

.stats span {
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 54px 0;
}

.section-heading {
  display: grid;
  gap: 20px;
  grid-template-columns: 0.52fr 1fr;
  margin-bottom: 28px;
}

.section-heading h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
}

.about > p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
  max-width: 860px;
}

.host-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.host-card,
.episode-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.host-card {
  display: grid;
  gap: 20px;
  grid-template-columns: 126px 1fr;
  padding: 18px;
}

.host-card img {
  aspect-ratio: 1;
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
}

.host-card h3 {
  margin-bottom: 10px;
}

.host-card p,
.episode-card p {
  color: var(--muted);
  line-height: 1.58;
}

.platform-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

.platform {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--ink);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  min-height: 54px;
  padding: 17px;
  text-decoration: none;
}

.platform-kit {
  background: linear-gradient(180deg, rgba(255, 50, 169, 0.18), rgba(255, 255, 255, 0.06));
  border-color: rgba(255, 50, 169, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 50, 169, 0.08) inset;
  color: var(--ink);
  grid-column: span 2;
  justify-content: center;
  min-height: 72px;
}

.platform-kit:hover {
  border-color: rgba(255, 50, 169, 0.8);
}

.platform-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.platform-icon img {
  display: block;
  height: 22px;
  max-width: 22px;
  object-fit: contain;
  width: 22px;
}

.platform:hover,
.episode-card:hover {
  border-color: rgba(255, 50, 169, 0.55);
}

.episode-tools {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.episode-tools input {
  background: var(--panel-strong);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  outline: none;
  padding: 0 18px;
  width: min(420px, 100%);
}

.episode-tools input:focus {
  border-color: var(--accent);
}

.episode-tools span {
  color: var(--muted);
  font-size: 13px;
}

.episode-list {
  display: grid;
  gap: 12px;
}

.episode-card {
  overflow: hidden;
}

.episode-card summary {
  cursor: pointer;
  display: grid;
  gap: 16px;
  grid-template-columns: 76px 1fr auto;
  list-style: none;
  padding: 16px;
}

.episode-card summary::-webkit-details-marker {
  display: none;
}

.episode-card img {
  aspect-ratio: 1;
  border-radius: 12px;
  object-fit: cover;
  width: 76px;
}

.episode-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.episode-meta {
  color: var(--muted);
  font-size: 13px;
}

.episode-number {
  align-self: start;
  border: 1px solid rgba(255, 50, 169, 0.34);
  border-radius: 999px;
  color: var(--accent-soft);
  font-size: 12px;
  font-weight: 700;
  padding: 7px 10px;
}

.episode-body {
  border-top: 1px solid var(--line);
  padding: 16px;
}

.episode-body audio {
  margin-bottom: 16px;
}

.episode-body a {
  color: var(--accent-soft);
}

.footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  max-width: 1220px;
  padding: 24px clamp(18px, 4vw, 56px) 36px;
}

.kit-main {
  padding-bottom: 72px;
}

.kit-hero {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  padding: 72px 0 42px;
}

.kit-hero-copy h1 {
  max-width: 760px;
}

.kit-intro-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 16px;
}

.kit-intro-card img {
  aspect-ratio: 1;
  border-radius: 20px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.kit-intro-card p {
  color: var(--muted);
  line-height: 1.6;
  margin: 16px 4px 2px;
}

.special-offer {
  background:
    linear-gradient(135deg, rgba(255, 50, 169, 0.22), rgba(255, 255, 255, 0.055)),
    var(--surface);
  border: 1px solid rgba(255, 50, 169, 0.46);
  border-radius: 28px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  margin: 16px 0 60px;
  padding: clamp(24px, 4vw, 42px);
}

.special-offer h2 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.02;
  margin-bottom: 0;
}

.special-offer p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.special-offer strong {
  color: var(--ink);
}

.kit-section {
  border-top: 1px solid var(--line);
}

.kit-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.kit-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
}

.kit-card h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.kit-card p,
.kit-copy p,
.kit-note,
.kit-contact p {
  color: var(--muted);
  line-height: 1.65;
}

.kit-card strong,
.kit-copy strong {
  color: var(--ink);
}

.kit-copy {
  max-width: 880px;
}

.kit-copy p {
  font-size: 18px;
}

.kit-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.kit-list span {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--ink);
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  min-height: 76px;
  padding: 17px;
}

.kit-note {
  margin: 18px 0 0;
  max-width: 880px;
}

.kit-contact {
  background: var(--panel);
  border: 1px solid rgba(255, 50, 169, 0.32);
  border-radius: 28px;
  margin-top: 54px;
  padding: clamp(24px, 4vw, 42px);
}

.kit-contact h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
}

.kit-contact p {
  font-size: 18px;
  max-width: 850px;
}

@media (max-width: 900px) {
  .nav {
    display: none;
  }

  .hero,
  .kit-hero,
  .special-offer,
  .section-heading,
  .host-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

  .platform-kit {
    grid-column: span 2;
  }

  .kit-grid,
  .kit-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  main {
    padding-left: 14px;
    padding-right: 14px;
  }

  .topbar {
    padding-left: 14px;
    padding-right: 14px;
  }

  h1 {
    font-size: 44px;
  }

  .stats,
  .platform-grid {
    grid-template-columns: 1fr;
  }

  .platform-kit {
    grid-column: auto;
  }

  .host-card,
  .episode-card summary {
    grid-template-columns: 1fr;
  }

  .episode-tools,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
