.podcast-grid__head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:clamp(2rem,4vw,3rem);flex-wrap:wrap}.podcast-grid__intro{max-width:40rem}.podcast-grid__intro .eyebrow{margin-bottom:.85rem}.podcast-grid__sub{margin-top:.85rem}.podcast-grid__viewall{white-space:nowrap;padding-bottom:.35rem}.podcast-grid__list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.75rem;gap:1.75rem}.podcast-grid__cell{display:flex}.podcast-grid__card{display:flex;flex-direction:column;width:100%}.podcast-grid__thumb{margin-bottom:1.1rem;transition:border-color .3s ease}.podcast-grid__card:hover .podcast-grid__thumb{border-color:var(--brand-text)}.podcast-grid__ep-title{font-family:var(--brand-font-heading);font-weight:700;font-size:1.05rem;letter-spacing:-.01em;margin-bottom:.5rem}.podcast-grid__ep-hook{color:var(--brand-text-muted);font-size:.93rem;line-height:1.55}.podcast-grid__platforms{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:clamp(2.25rem,4vw,3rem);flex-wrap:wrap}.podcast-grid__listen{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-text)}.podcast-grid__platform{font-size:.9rem;color:var(--brand-text-muted);transition:color .2s ease}.podcast-grid__platform:hover{color:var(--brand-text)}@media (max-width:820px){.podcast-grid__list{grid-template-columns:1fr;max-width:30rem}}