.podcast-page{font-family:var(--font-body-family);color:rgb(var(--color-foreground));line-height:1.7}.podcast-hero__scroll-container{position:relative;height:250vh}.podcast-hero{position:sticky;top:0;text-align:center;padding:0;min-height:100vh;height:100vh;max-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;overflow:hidden;box-shadow:0 10px 30px #0000004d;z-index:10;will-change:transform}.podcast-hero__spacer{height:150vh;background:transparent;position:relative;pointer-events:none}.podcast-hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.podcast-hero__background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:1}.podcast-hero__background-image{width:100%;height:100%;object-fit:cover;object-position:center;position:relative;z-index:0}.podcast-hero__content{position:relative;z-index:2;max-width:600px;margin:0 auto}.podcast-logo{max-width:300px;width:100%;height:auto;display:block;margin:0 auto;filter:brightness(0) invert(1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.3);transform-origin:center center;z-index:2;transition:transform .1s ease-out}.podcast-hero__title{font-size:3rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 2rem;line-height:1.2;color:#fff}@media screen and (min-width: 750px){.podcast-hero__title{font-size:4.5rem}}.podcast-hero__tagline{font-size:1.1rem;font-weight:300;text-transform:uppercase;letter-spacing:.02em;margin:0 0 3rem;color:#fff;opacity:.95}.podcast-hero__button{display:inline-block;font-family:Creato Display,sans-serif;font-size:1.8rem;text-transform:uppercase;letter-spacing:.05em;color:#fff;background-color:transparent;padding:2rem 4rem;border-radius:0;text-decoration:none;margin-bottom:4rem;transition:all .3s ease;font-weight:700;position:relative;z-index:2}.podcast-hero__button:hover{background-color:transparent;color:#fffc;transform:translateY(-2px)}.podcast-section{padding:4rem 0}.podcast-section--what-this-is{position:relative;overflow:visible;background-color:#fff;padding-top:0!important;padding-bottom:0!important}.podcast-section--what-this-is .page-width{padding-left:0!important;padding-right:0!important;overflow:visible}.podcast-section--what-this-is__columns{display:grid;grid-template-columns:3fr 1fr;gap:4rem;align-items:start;position:relative}.podcast-section--what-this-is__columns.scrolled-to-episodes{grid-template-columns:6fr 1fr}.podcast-section--what-this-is__text-column{position:relative;z-index:2;background-color:#fff}#what-this-is-content{padding:6rem 5rem}.podcast-episodes-section{padding:4rem 5rem 0;margin-top:4rem;border-top:1px solid rgba(var(--color-foreground),.1)}.podcast-episodes-section .podcast-section__title{margin-bottom:2rem}.podcast-section--what-this-is__text-column .podcast-section__title,.podcast-section--what-this-is__text-column .podcast-section__content{text-align:left;color:#000;text-transform:uppercase}.podcast-section--what-this-is__text-column .podcast-section__content{margin-left:0;margin-right:0;max-width:none}.podcast-section--what-this-is__text-column .podcast-section__content.rte{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.podcast-section--what-this-is__text-column .podcast-section__content p{color:#000;text-align:left;text-transform:uppercase}.podcast-section--what-this-is__carousel-column{position:relative;height:100%;min-height:600px;width:100%;display:flex;justify-content:flex-end;transition:opacity .5s ease-out;opacity:1}.podcast-section--what-this-is__carousel-column.scrolled-to-episodes{opacity:.5}@media screen and (min-width: 750px){.podcast-section--what-this-is__columns{align-items:start}.podcast-section--what-this-is__carousel-column{position:sticky;top:0;align-self:start;height:100vh;min-height:100vh;max-height:100vh;overflow:hidden;z-index:10;will-change:transform}.podcast-section--what-this-is__background{height:100vh;max-height:100vh;overflow:hidden}}.podcast-section--what-this-is__background{position:absolute;top:0;right:0;width:100%;height:100%;z-index:0;overflow:visible}.podcast-section--what-this-is__overlay{position:absolute;top:0;right:0;width:100%;height:100%;background-color:#0000004d;box-shadow:inset 0 0 100px #0000004d,inset 0 0 200px #0003;z-index:1;pointer-events:none}@media screen and (max-width: 749px){.podcast-section--what-this-is__columns{grid-template-columns:1fr;gap:2rem}.podcast-section--what-this-is__carousel-column{display:none}}.podcast-carousel{display:flex;flex-direction:row;width:auto;height:100%;gap:2.5px;position:relative;z-index:3;margin-left:auto;transition:transform .5s ease-out}.podcast-carousel__column{display:flex;flex-direction:column;flex-shrink:0;width:150px;animation:scroll-column 40s linear infinite;gap:2.5px;transition:width .5s ease-out}.podcast-section--what-this-is__carousel-column.scrolled-to-episodes .podcast-carousel__column{width:100px}.podcast-section--what-this-is__carousel-column.scrolled-to-episodes .podcast-carousel{transform:translate(150px)}.podcast-carousel__column:nth-child(2n){animation-direction:reverse;animation-duration:45s}.podcast-carousel__column:nth-child(3){animation-duration:50s}.podcast-carousel__item{flex-shrink:0;width:100%;position:relative;padding:0;display:block}.podcast-carousel__item:before{content:"";display:block;padding-top:177.5%}.podcast-carousel__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;opacity:1;filter:grayscale(100%);z-index:3}@keyframes scroll-column{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.podcast-section__title{font-size:2rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 3rem;text-align:center}@media screen and (min-width: 750px){.podcast-section__title{font-size:2.5rem;margin-bottom:4rem}}.podcast-section__content{font-size:1.1rem;line-height:1.9;max-width:700px;margin:0 auto;text-transform:uppercase}.podcast-section__content p{margin:1.2rem 0;text-transform:uppercase}.podcast-section__content p:first-child{margin-top:0}.podcast-section__content p:last-child{margin-bottom:0}.podcast-section__content strong{font-weight:500;font-style:italic;text-transform:uppercase}.podcast-section__content ul{margin:1.5rem 0;padding-left:2rem;list-style:none}.podcast-section__content ul li{margin:.8rem 0;position:relative;padding-left:1.5rem;text-transform:uppercase}.podcast-section__content ul li:before{content:"\2014";position:absolute;left:0;opacity:.5}.podcast-section__promise{font-size:1.15rem;margin-top:2rem!important;text-align:center}.podcast-section--subscribe{min-height:100vh;height:100vh;display:flex;align-items:center;justify-content:center}.podcast-section--subscribe .podcast-section__content,.podcast-section--stay-close .podcast-section__content,.podcast-section--subscribe .podcast-section__content p,.podcast-section--stay-close .podcast-section__content p,.podcast-section--subscribe .podcast-section__content strong,.podcast-section--stay-close .podcast-section__content strong{text-align:center}.podcast-episodes-wrapper{width:100%;max-width:100vw;padding:0}.podcast-episodes{display:grid;gap:3rem;margin-top:2rem;width:100%;padding:0}@media screen and (min-width: 750px){.podcast-episodes{gap:5rem}}.podcast-episode{padding:2rem 0;border-top:1px solid rgba(var(--color-foreground),.1);display:grid;grid-template-columns:1fr;gap:2rem;opacity:0;transform:translateY(40px);transition:opacity .8s ease-out,transform .8s ease-out}.podcast-episode--hidden{display:none}.podcast-episode.podcast-episode--animate{opacity:1;transform:translateY(0)}.podcast-episodes__load-more-wrapper{display:flex;justify-content:center;align-items:center;margin-top:3rem;width:100%;text-align:center}.podcast-episodes__load-more-button{background-color:#000;color:#fff;border:none;padding:1rem 3rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease}.podcast-episodes__load-more-button:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.podcast-episodes__load-more-button:active{transform:translateY(0)}@media screen and (min-width: 750px){.podcast-episode{grid-template-columns:480px 1fr;gap:3rem;position:relative}}.podcast-episode:first-child{border-top:none;padding-top:0}.podcast-episode__thumbnail-link{display:block;width:100%;text-decoration:none;transition:transform .3s ease,opacity .3s ease;position:relative;aspect-ratio:16 / 9}.podcast-episode__thumbnail-link:hover{transform:scale(1.02);opacity:.9}.podcast-episode__thumbnail{width:100%;height:100%;object-fit:cover;border-radius:4px;display:block;position:absolute;top:0;left:0}.podcast-episode__play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;color:#fff;z-index:2;pointer-events:none}.podcast-episode__play-icon .icon{width:100%;height:100%;filter:drop-shadow(0 4px 8px rgba(0,0,0,.5))}.podcast-episode__content{display:flex;flex-direction:column;position:relative}@media screen and (min-width: 750px){.podcast-episode__content{padding-right:120px}.podcast-episode__links{position:absolute;right:0;top:0;flex-direction:column;align-items:flex-end;margin-top:0;gap:1rem}}.podcast-episode__title{font-size:4rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;margin:0 0 1rem;line-height:1.4}@media screen and (min-width: 750px){.podcast-episode__title{font-size:3rem}}.podcast-episode__watch-button{display:inline-flex;align-items:center;gap:.5rem;background-color:#573829;color:#fff;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;margin-bottom:1rem;transition:all .3s ease;align-self:flex-start}.podcast-episode__watch-button-arrow{display:inline-flex;align-items:center;transition:transform .3s ease}.podcast-episode__watch-button-arrow .icon{width:14px;height:10px}.podcast-episode__watch-button:hover{background-color:#452e22}.podcast-episode__watch-button:hover .podcast-episode__watch-button-arrow{transform:translate(4px)}.podcast-episode__subtitle{font-size:1rem;font-style:italic;opacity:.7;margin:0 0 1rem;text-transform:uppercase}.podcast-episode__upload-date{font-size:.9rem;opacity:.6;margin:0 0 1rem;font-style:italic;text-transform:uppercase}.podcast-episode__description{font-size:1rem;line-height:1.8;margin:0 0 1rem;opacity:.85;flex-grow:1;text-transform:uppercase}.podcast-episode__tagline{font-size:.95rem;font-style:italic;margin:1rem 0;opacity:.7;text-transform:uppercase}.podcast-episode__links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:auto}@media screen and (min-width: 750px){.podcast-episode__links{position:absolute;right:0;top:0;flex-direction:column;align-items:flex-end;margin-top:0;gap:1rem}}#latest-episodes{scroll-margin-top:2rem}.podcast-episodes--latest{gap:2rem}.podcast-episode-card{padding:2rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:4px;transition:border-color .3s ease,transform .2s ease;display:flex;flex-direction:column}.podcast-episode-card:hover{border-color:rgba(var(--color-foreground),.3);transform:translateY(-2px)}.podcast-episode-card__thumbnail-link{display:block;width:100%;margin-bottom:1.5rem;text-decoration:none;transition:transform .3s ease,opacity .3s ease}.podcast-episode-card__thumbnail-link:hover{transform:scale(1.02);opacity:.9}.podcast-episode-card__thumbnail{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;border-radius:4px;display:block}.podcast-episode-card__title{font-size:1.2rem;font-weight:400;margin:0 0 1.5rem;line-height:1.5;flex-grow:1}.podcast-episode-card__links{display:flex;flex-wrap:wrap;gap:1rem}.podcast-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:all .2s ease;padding:.5rem;border-radius:4px}.podcast-link__logo{height:20px;width:auto;display:block;transition:transform .2s ease,opacity .2s ease}.podcast-link:hover .podcast-link__logo{transform:scale(1.05);opacity:.7}@media screen and (min-width: 750px){.podcast-link__logo{height:24px}}.podcast-platforms{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin:2rem 0}.podcast-platform-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:all .2s ease;padding:.5rem;border-radius:4px}.podcast-platforms .podcast-platform-link__logo{height:30px;width:auto;display:block;transition:transform .2s ease,opacity .2s ease}.podcast-platform-link:hover .podcast-platform-link__logo{transform:scale(1.05);opacity:.7}@media screen and (min-width: 750px){.podcast-platforms .podcast-platform-link__logo{height:36px}}.podcast-newsletter{max-width:500px;margin:3rem auto 0}.podcast-newsletter-form__fields{display:grid;gap:1rem;margin-bottom:1.5rem}@media screen and (min-width: 750px){.podcast-newsletter-form__fields{grid-template-columns:1fr;gap:1rem}}.podcast-newsletter-form__fields .field{width:100%}.podcast-newsletter-form__fields .field__input{width:100%;padding:1rem;font-size:1rem;border:1px solid rgba(var(--color-foreground),.2);background-color:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body-family)}.podcast-newsletter-form__fields .field__input::placeholder{color:rgba(var(--color-foreground),.5);text-transform:lowercase}.podcast-newsletter-form__fields .field__input:focus{outline:none;border-color:rgba(var(--color-foreground),.5)}.podcast-newsletter-form__button{width:100%;padding:1rem;font-size:1rem;text-transform:lowercase;letter-spacing:.05em;margin-top:.5rem}.podcast-newsletter-form__message{text-align:center;margin-top:1rem;font-size:.9rem}.podcast-newsletter-form__message--success{color:rgb(var(--color-success))}.podcast-newsletter__note{text-align:center;font-size:.95rem;margin:1.5rem 0 .5rem;opacity:.8;font-style:italic}@media screen and (max-width: 749px){.podcast-hero{padding:4rem 0 3rem;min-height:50vh}.podcast-logo{max-width:200px;margin-bottom:2rem}.podcast-hero__title{font-size:2.5rem}.podcast-section{padding:3rem 0}.podcast-section__content{font-size:1rem}.podcast-episode{gap:1.5rem}.podcast-episode__thumbnail{max-width:100%}.podcast-episode__title{font-size:1.3rem}.podcast-episode-card{padding:1.5rem}.podcast-episode-card__title{font-size:1.1rem}.podcast-link__logo{height:18px}.podcast-platforms .podcast-platform-link__logo{height:24px}.podcast-platforms{gap:1rem}}html{scroll-behavior:smooth}.podcast-link:focus,.podcast-platform-link:focus,.podcast-newsletter-form__fields .field__input:focus,.podcast-newsletter-form__button:focus{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}@media print{.podcast-hero__scroll,.podcast-newsletter{display:none}.podcast-section{page-break-inside:avoid}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/section-podcast.css.map */
