@import url('https://fonts.googleapis.com/css2?family=DM+Mono&family=Manrope:wght@400;500;600;700;800&display=swap');

:root{--ink:#0b1024;--cyan:#49c4d6;--blue:#1d49de;--violet:#8d68f4;--paper:#f8f7ff}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#49c4d6 0%,#349ee0 52%,#1d49de 100%);color:var(--ink);font-family:Manrope,Arial,sans-serif}.site-header{min-height:142px;padding:20px clamp(24px,6vw,110px);border-bottom:5px solid var(--ink);display:flex;align-items:center;justify-content:space-between;gap:36px}.brand img{display:block;width:270px;max-width:42vw}.site-header nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:22px}.site-header nav a{font:12px 'DM Mono',monospace;letter-spacing:.07em;color:var(--ink);text-decoration:none}.site-header nav a:hover,.site-header nav .active{color:#5b2ccf;text-decoration:underline;text-underline-offset:7px}
.podcast-hero{max-width:1260px;margin:auto;padding:84px 48px 125px;display:grid;grid-template-columns:1fr .85fr;align-items:center;gap:90px}.eyebrow{font:11px 'DM Mono',monospace;letter-spacing:.12em;margin:0 0 18px}.podcast-title{display:block;width:min(620px,100%);height:auto;margin:0 0 18px}.description{max-width:480px;line-height:1.75;font-size:16px}.launch-note{max-width:430px;margin-top:34px;padding:22px 24px;border:2px solid var(--ink);border-radius:16px;background:rgba(248,247,255,.94);box-shadow:10px 12px 0 rgba(11,16,36,.2)}.launch-note span{display:block;font:11px 'DM Mono',monospace;letter-spacing:.12em}.launch-note strong{display:block;color:#5b2ccf;margin-top:7px;font-size:clamp(20px,2vw,28px)}.cover-wrap{height:min(600px,52vw);min-height:380px;position:relative;overflow:hidden;transform:rotate(3deg);box-shadow:20px 21px 0 rgba(11,16,36,.27)}.cover-wrap img{width:100%;height:100%;object-fit:cover}.cover-wrap p{position:absolute;bottom:20px;left:20px;margin:0;color:#fff;font:italic 800 clamp(30px,4vw,58px) Georgia,serif;line-height:.9;text-shadow:3px 3px 0 var(--ink)}
.what-to-expect{padding:120px max(48px,calc((100vw - 1170px)/2));background:rgba(248,247,255,.97)}.what-to-expect>h1,.follow-card h2{margin:0;letter-spacing:-.07em;line-height:.92;font-size:clamp(48px,6vw,88px)}.what-to-expect h1 span,.follow-card h2 span{color:#5b2ccf}.expect-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:58px}.expect-grid article{min-height:250px;padding:30px;background:var(--ink);color:#fff}.expect-grid article:nth-child(2){background:#6c4cd2}.expect-grid article:nth-child(3){background:#007d78}.expect-grid span{font:11px 'DM Mono',monospace;color:#81e5dc}.expect-grid h2{margin:62px 0 10px;font-size:34px;letter-spacing:-.05em}.expect-grid p{margin:0;line-height:1.6;color:#e4e6f0;font-size:14px}
.follow-card{padding:105px max(48px,calc((100vw - 1170px)/2));display:grid;grid-template-columns:1.15fr .75fr auto;gap:55px;align-items:end;color:#fff}.follow-card h2 span{color:#81e5dc}.follow-card>p{margin:0;line-height:1.7;color:#e2e8ff}.button{display:inline-block;white-space:nowrap;padding:16px 20px;background:#81e5dc;color:var(--ink);font-size:12px;font-weight:800;text-decoration:none}.button b{color:#5b2ccf;font-size:18px;margin-left:6px}footer{padding:38px clamp(24px,6vw,110px);background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}footer img{width:180px;mix-blend-mode:screen}footer p,footer a{margin:0;color:#fff;text-decoration:none;font:11px 'DM Mono',monospace;letter-spacing:.07em}
@media(max-width:800px){.site-header{min-height:auto;display:block}.brand img{width:245px;max-width:100%}.site-header nav{justify-content:flex-start;margin-top:20px;gap:16px}.podcast-hero{padding:65px 24px 80px;grid-template-columns:1fr;gap:55px}.cover-wrap{height:480px}.what-to-expect,.follow-card{padding:75px 24px}.expect-grid,.follow-card{grid-template-columns:1fr}.follow-card{gap:28px}.follow-card .button{width:max-content}footer{display:grid;justify-content:flex-start}}
