*{box-sizing:border-box}body{color:#d4d4d8;background:#09090b;margin:0;font-family:Inter,system-ui,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:600px){.container{padding:0 1.25rem}}.hero{grid-template-columns:1fr 1fr;align-items:center;min-height:100vh;display:grid}@media (max-width:900px){.hero{grid-template-columns:1fr;min-height:auto;padding:4rem 0}}.episodes-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:900px){.episodes-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.episodes-grid{grid-template-columns:1fr}}.subscribe-buttons{flex-wrap:wrap;gap:1rem;display:flex}.about-grid{grid-template-columns:300px 1fr;align-items:start;gap:4rem;display:grid}@media (max-width:800px){.about-grid{text-align:center;grid-template-columns:1fr;gap:2rem}.about-grid img{margin:0 auto}}.cta-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (max-width:700px){.cta-grid{grid-template-columns:1fr}}.headline{color:#fafafa;letter-spacing:-.02em;margin:0;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1}.subhead{color:#71717a;max-width:500px;margin:1.5rem 0 2rem;font-size:clamp(1rem,2.5vw,1.25rem)}.section-label{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.section-label:before{content:"";background:#3b82f6;width:40px;height:1px}.section-label span{color:#3b82f6;text-transform:uppercase;letter-spacing:.15em;font-size:.75rem}@keyframes wave{0%,to{height:4px}50%{height:20px}}.waveform{align-items:center;gap:3px;height:24px;display:flex}.waveform span{background:#3b82f6;border-radius:2px;width:3px;animation:1s ease-in-out infinite wave}.waveform span:nth-child(2){animation-delay:.1s}.waveform span:nth-child(3){animation-delay:.2s}.waveform span:nth-child(4){animation-delay:.3s}.waveform span:nth-child(5){animation-delay:.4s}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links-mobile{display:none}@media (max-width:600px){.nav-links{display:none}.nav-links-mobile{align-items:center;gap:1rem;display:flex}}
