.podcast-page body{transition:background-color .5s ease}.podcast-page .hero{position:relative;width:100%;height:100vh;overflow:hidden}.podcast-page .hero__image{position:absolute;top:0;left:0;right:0;height:100%;z-index:0;will-change:transform}.podcast-page .hero__image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000 62.46%,#00000080 96.79%);z-index:1;pointer-events:none}.podcast-page .hero__image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;animation:heroZoomOut 2s cubic-bezier(.25,1,.5,1) both}.podcast-page .hero__content{position:absolute;inset:0;z-index:1}.podcast-page .hero__center{position:absolute;top:24%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;text-align:center}.podcast-page .hero__subtitle{font-size:clamp(16px,3vw,24px);font-weight:400;letter-spacing:.04em;color:#fff;text-align:center;margin-bottom:clamp(20px,2vw,16px)}.podcast-page .hero__title{font-size:clamp(74px,14vw,105px);font-weight:400;line-height:.85;color:#fff;text-align:center;letter-spacing:-.01em}.podcast-page .hero__bottom{position:absolute;bottom:8%;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.podcast-page .hero__tagline{font-size:clamp(16px,3vw,24px);font-weight:400;letter-spacing:.04em;color:#fff;text-align:center}.podcast-page .hero__platforms{display:flex;align-items:center;gap:16px}.podcast-page .hero__platforms-label{font-size:clamp(12px,1.8vw,14px);font-weight:400;text-transform:uppercase;color:#fff;white-space:nowrap}.podcast-page .hero__platforms-icons{display:flex;gap:16px;align-items:center}.podcast-page .hero__icon-circle{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:border-color .2s}.podcast-page .hero__icon-circle:hover{border-color:#fffc}.podcast-page .hero__icon-circle svg{width:20px;height:20px;fill:#fff}.podcast-page .quote-section{display:flex;flex-direction:column;align-items:center;justify-content:center;height:clamp(280px,80vh,800px);padding:clamp(32px,5vw,64px) 16px;text-align:center;background:transparent}.podcast-page .quote-section__text{font-family:var(--font-serif);font-size:clamp(28px,5.5vw,64px);font-weight:300;font-style:italic;line-height:1.17;color:var(--color-fg-dark);max-width:991px;padding:0 24px;transition:color .5s ease}.podcast-page .quote-section__text .word{display:inline;opacity:.15;transition:opacity .5s cubic-bezier(.25,.1,.25,1)}.podcast-page .quote-section.dark-mode .quote-section__text,.podcast-page .quote-section.dark-mode .quote-section__author{color:var(--color-fg-light)}.podcast-page .quote-section__author{font-size:clamp(13px,2vw,20px);font-weight:300;text-transform:uppercase;color:var(--color-fg-dark);margin-top:clamp(24px,4vw,50px);line-height:1.5;padding:0 24px;opacity:.15;transition:opacity .5s cubic-bezier(.25,.1,.25,1)}.podcast-page .dark-section{background:transparent;padding:100px 50px 120px}.podcast-page .dark-section__mission{font-size:24px;font-weight:300;line-height:31px;text-transform:uppercase;color:var(--color-fg-light);text-align:center;max-width:670px;margin:0 auto 80px}.podcast-page .carousel--banners{gap:8px;margin-bottom:40px}.podcast-page .carousel--banners>*{flex:0 0 80%}.podcast-page .carousel--banners>.episode-banner--prox{flex:0 0 35%}.podcast-page .carousel--cards{gap:8px}.podcast-page .carousel--cards>*{flex:0 0 360px}.podcast-page .episode-number{font-family:var(--font-serif);font-size:144px;font-weight:300;font-style:italic;line-height:1;color:var(--color-number)}.podcast-page .episode-number--small{font-size:104px}.podcast-page .episode-title{font-size:34px;font-weight:400;line-height:1.09;color:var(--color-fg-light)}.podcast-page .episode-title--small{font-size:30px;line-height:38px}.podcast-page .episode-author{font-size:18px;font-weight:300;text-transform:uppercase;color:var(--color-fg-light)}.podcast-page .episode-author--small{font-size:16px}.podcast-page .episode-duration{font-size:18px;font-weight:400;line-height:23px;color:var(--color-fg-light)}.podcast-page .dark-section.is-dark .season-divider{border-top-color:#ffffff4d}.podcast-page .dark-section.is-dark .season-heading,.podcast-page .dark-section.is-dark .season-header__link{color:var(--color-fg-light)}@keyframes heroZoomOut{0%{transform:scale(1.2)}to{transform:scale(1)}}.podcast-page .hero__subtitle,.podcast-page .hero__title,.podcast-page .hero__tagline,.podcast-page .hero__platforms{animation:fadeInUp .8s ease-out both}.podcast-page .hero__subtitle{animation-delay:.2s}.podcast-page .hero__title{animation-delay:.4s}.podcast-page .hero__tagline{animation-delay:.6s}.podcast-page .hero__platforms{animation-delay:.8s}@media (max-width: 1060px){.podcast-page .dark-section{padding:60px 24px 80px}.podcast-page .episode-banner{aspect-ratio:16 / 10}.podcast-page .episode-banner__content{padding:16px}.podcast-page .episode-banner__body{max-width:300px;padding-bottom:30px}.podcast-page .episode-banner__quote{font-size:28px}.podcast-page .episode-banner__desc{display:none}.podcast-page .episode-banner__name{font-size:20px}.podcast-page .carousel--cards>*{flex:0 0 280px}}@media (max-width: 600px){.podcast-page .carousel--banners>*,.podcast-page .carousel--banners>.episode-banner--prox{flex:0 0 215px}.podcast-page .episode-banner{aspect-ratio:3 / 4}.podcast-page .episode-banner__content{padding:8px}.podcast-page .episode-banner__ep,.podcast-page .episode-banner__brand{font-size:10px}.podcast-page .episode-banner__body{max-width:100%;padding-bottom:0}.podcast-page .episode-banner__info{gap:7px}.podcast-page .episode-banner__quote{font-size:20px;line-height:23px;padding-bottom:16px}.podcast-page .episode-banner__desc{display:none}.podcast-page .episode-banner__author{padding-top:0;gap:7px}.podcast-page .episode-banner__name{font-size:14px}.podcast-page .episode-banner__role{font-size:12px;text-transform:uppercase}.podcast-page .episode-banner__footer{padding-top:12px}.podcast-page .episode-banner__duration,.podcast-page .episode-banner__date{font-size:10px;text-transform:uppercase}.podcast-page .episode-banner__tag{font-size:10px;padding:3px 8px}.podcast-page .carousel--cards>*{flex:0 0 160px}}@media (max-width: 500px){.podcast-page .dark-section{padding:40px 16px 60px}.podcast-page .dark-section__mission{font-size:18px;line-height:24px}.podcast-page .episode-title{font-size:24px}.podcast-page .episode-title--small{font-size:22px;line-height:28px}.podcast-page .carousel--cards>*{flex:0 0 160px}.podcast-page .carousel--banners>*,.podcast-page .carousel--banners>.episode-banner--prox{flex:0 0 215px}.podcast-page .episode-buttons{flex-wrap:wrap}.podcast-page .quote-section{height:auto;padding:90px 16px;align-items:flex-start;text-align:left}.podcast-page .quote-section__text{font-size:clamp(38px,5.5vw,64px);padding-left:0;padding-right:0}.podcast-page .quote-section__author{padding-left:0;padding-right:0}}
