.podcasts-page{--pod-red:#a51d22;--pod-ink:#101010;--pod-paper:#f2eee6;--pod-line:#d5cec2;color:var(--pod-ink);overflow:hidden}.podcasts-shell{width:min(1280px,100%);margin-inline:auto;padding-inline:2rem}.podcasts-hero{position:relative;min-height:680px;background:#080808;color:#fff}.podcasts-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:saturate(.7) contrast(1.1)}.podcasts-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.68) 48%,rgba(0,0,0,.16) 100%),linear-gradient(0deg,rgba(0,0,0,.55),transparent 45%)}.podcasts-hero__content{position:relative;display:flex;min-height:680px;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding-block:6rem}.podcasts-kicker,.podcasts-eyebrow{margin:0 0 1rem;color:#de5b60;font:700 .72rem var(--defiel-font-mono,monospace);letter-spacing:.14em;text-transform:uppercase}.podcasts-hero h1{max-width:920px;margin:0;color:#fff;font-size:clamp(4rem,8vw,8.4rem);line-height:.86;letter-spacing:-.06em}.podcasts-lead{max-width:620px;margin:1.6rem 0 2rem;color:#f4efe8;font-size:clamp(1.05rem,1.7vw,1.35rem);line-height:1.55}.podcasts-scroll{display:inline-flex;gap:.7rem;align-items:center;color:#fff;font:700 .72rem var(--defiel-font-mono,monospace);letter-spacing:.1em;text-decoration:none;text-transform:uppercase}.podcasts-scroll span{display:grid;width:2.2rem;height:2.2rem;border:1px solid rgba(255,255,255,.5);border-radius:50%;place-items:center}.podcasts-intro{padding:clamp(4rem,8vw,7rem) 0;background:var(--pod-red);color:#fff}.podcasts-intro__grid{display:grid;grid-template-columns:220px 1fr;gap:4rem;align-items:start}.podcasts-intro .podcasts-eyebrow{color:#ffd6d6}.podcasts-intro h2{max-width:930px;margin:0;color:#fff;font-size:clamp(2.35rem,4.4vw,4.8rem);line-height:.99;letter-spacing:-.045em;text-transform:none}.podcasts-episodes{padding:clamp(4rem,8vw,7.5rem) 0;background:var(--pod-paper)}.podcast-card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);min-height:440px;border-top:1px solid var(--pod-line)}.podcast-card:last-child{border-bottom:1px solid var(--pod-line)}.podcast-card:nth-child(even) .podcast-card__media{order:2}.podcast-card__media{position:relative;min-height:440px;overflow:hidden}.podcast-card__media img{width:100%;height:100%;object-fit:cover;filter:saturate(.75);transition:transform .55s ease}.podcast-card:hover .podcast-card__media img{transform:scale(1.025)}.podcast-card__number{position:absolute;right:1.4rem;bottom:.8rem;color:#fff;font:700 clamp(4rem,8vw,7rem)/1 var(--defiel-font-mono,monospace);letter-spacing:-.08em;text-shadow:0 2px 20px rgba(0,0,0,.35)}.podcast-card__body{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.5rem,5vw,5rem)}.podcast-card h2{max-width:620px;margin:0 0 1.5rem;font-size:clamp(2.2rem,3.7vw,4rem);line-height:.98;letter-spacing:-.04em}.podcast-notes{width:fit-content;color:var(--pod-ink);font-weight:700;text-decoration:none;border-bottom:1px solid currentColor}.podcast-notes:hover,.podcast-notes:focus{color:var(--pod-red)}.podcast-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2.3rem}.podcast-button{display:inline-flex;min-height:3rem;align-items:center;justify-content:center;padding:.75rem 1.1rem;border:1px solid var(--pod-ink);background:var(--pod-ink);color:#fff;font:700 .68rem var(--defiel-font-mono,monospace);letter-spacing:.08em;text-decoration:none;text-transform:uppercase;transition:background .2s,color .2s}.podcast-button:hover,.podcast-button:focus{background:transparent;color:var(--pod-ink)}.podcast-button--spotify{border-color:var(--pod-red);background:var(--pod-red)}.podcast-button--spotify:hover,.podcast-button--spotify:focus{color:var(--pod-red)}.podcasts-update{padding:clamp(4rem,8vw,7rem) 0;background:#111;color:#fff}.podcasts-update__grid{display:grid;grid-template-columns:230px 1fr;gap:4rem}.podcasts-update__mark{margin:0;color:var(--pod-red);font:700 clamp(4rem,8vw,7rem)/.8 var(--defiel-font-mono,monospace);letter-spacing:-.08em}.podcasts-update h2{margin:0 0 1rem;color:#fff;font-size:clamp(2.4rem,4vw,4.5rem);line-height:1}.podcasts-update p:not(.podcasts-update__mark){max-width:760px;color:#d5d0c8;font-size:1.08rem;line-height:1.75}.podcasts-update .podcast-button{margin-top:1rem;border-color:#fff}.podcasts-update .podcast-button:hover{color:#fff}.podcasts-explore{padding:clamp(4rem,7vw,6rem) 0;background:#fff}.podcasts-explore h2{margin:0 0 2.5rem;font-size:clamp(2.8rem,5vw,5.2rem);line-height:.9}.podcasts-topics{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #aaa}.podcasts-topics a{padding:1.5rem 1rem .9rem 0;border-bottom:1px solid #aaa;color:var(--pod-ink);font:700 clamp(1.15rem,2vw,1.6rem)/1.2 var(--defiel-font-heading,sans-serif);text-decoration:none}.podcasts-topics a:hover,.podcasts-topics a:focus{color:var(--pod-red)}
@media(max-width:850px){.podcasts-intro__grid,.podcasts-update__grid{grid-template-columns:1fr;gap:1.5rem}.podcast-card{grid-template-columns:1fr}.podcast-card:nth-child(even) .podcast-card__media{order:0}.podcast-card__media{min-height:360px}.podcast-card__body{padding-inline:1rem}.podcasts-topics{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.podcasts-shell{padding-inline:1.2rem}.podcasts-hero,.podcasts-hero__content{min-height:570px}.podcasts-hero h1{font-size:3.7rem}.podcasts-intro h2{font-size:2.3rem}.podcast-card__media{min-height:280px;margin-inline:-1.2rem}.podcast-card__body{padding:2.5rem 0 3.5rem}.podcast-card h2{font-size:2.3rem}.podcast-actions{align-items:stretch;flex-direction:column}.podcasts-topics{grid-template-columns:1fr}.podcasts-update__mark{font-size:4rem}}
