.podcast-videos{position:relative;overflow:hidden}.podcast-videos__inner{margin:0 auto}.podcast-videos:before,.podcast-videos:after{content:"";position:absolute;border-radius:50%;pointer-events:none;opacity:.18;filter:blur(80px);z-index:0}.podcast-videos:before{width:500px;height:500px;top:-120px;right:-100px;background:radial-gradient(circle,rgba(var(--color-foreground),.3) 0%,transparent 70%)}.podcast-videos:after{width:400px;height:400px;bottom:-100px;left:-80px;background:radial-gradient(circle,rgba(var(--color-foreground),.2) 0%,transparent 70%)}.podcast-videos__header{text-align:center;margin-bottom:4rem;position:relative;z-index:1}.podcast-videos__eyebrow{display:inline-flex;align-items:center;gap:.6rem;background:rgba(var(--color-foreground),.07);border:1px solid rgba(var(--color-foreground),.12);border-radius:999px;padding:.5rem 1.4rem;font-size:1.2rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--color-foreground),.7);margin-bottom:1.6rem}.podcast-videos__eyebrow svg{width:1.4rem;height:1.4rem;fill:currentColor}.podcast-videos__heading{margin:0 0 1.2rem;line-height:1.15}.podcast-videos__subheading{font-size:1.6rem;color:rgba(var(--color-foreground),.6);max-width:560px;margin:0 auto;line-height:1.6}.podcast-videos__filters{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.8rem;margin-bottom:3.6rem;position:relative;z-index:1}.podcast-filter-pill{display:inline-flex;align-items:center;background:rgba(var(--color-background),.9);color:rgba(var(--color-foreground),.7);border:1px solid rgba(var(--color-foreground),.14);border-radius:999px;padding:.8rem 1.8rem;font-size:1.35rem;font-weight:600;cursor:pointer;transition:all .22s ease;box-shadow:0 2px 8px rgba(var(--color-foreground),.05);white-space:nowrap;letter-spacing:.01em;-webkit-user-select:none;user-select:none}.podcast-filter-pill:hover{color:rgb(var(--color-foreground));border-color:rgba(var(--color-foreground),.28);box-shadow:0 6px 18px rgba(var(--color-foreground),.1);transform:translateY(-1px)}.podcast-filter-pill--active{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:transparent;box-shadow:0 8px 24px rgba(var(--color-foreground),.22)}.podcast-filter-pill--active:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(var(--color-foreground),.28)}.podcast-videos__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem;position:relative;z-index:1}.podcast-videos__grid--has-featured .podcast-video-card:first-child{grid-column:1 / -1}.podcast-videos__grid--has-featured .podcast-video-card:first-child .podcast-video-card__thumb-wrap{aspect-ratio:16 / 7}.podcast-video-card{background:rgba(var(--color-background),1);border-radius:1.6rem;overflow:hidden;box-shadow:0 4px 20px rgba(var(--color-foreground),.07);border:1px solid rgba(var(--color-foreground),.07);transition:box-shadow .28s ease,transform .28s ease;display:flex;flex-direction:column;cursor:pointer}.podcast-video-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(var(--color-foreground),.14);border-color:rgba(var(--color-foreground),.14)}.podcast-video-card[data-hidden=true]{display:none}.podcast-video-card__thumb-wrap{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:rgba(var(--color-foreground),.05)}.podcast-video-card__thumb-wrap iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;display:none}.podcast-video-card__thumbnail{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease,filter .3s ease}.podcast-video-card:hover .podcast-video-card__thumbnail{transform:scale(1.04);filter:brightness(.82)}.podcast-video-card__play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transition:opacity .25s ease}.podcast-video-card__play-btn{width:5.6rem;height:5.6rem;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #00000047;transition:transform .22s ease,background .22s ease,box-shadow .22s ease}.podcast-video-card__play-btn svg{width:2rem;height:2rem;fill:red;margin-left:.25rem}.podcast-video-card:hover .podcast-video-card__play-btn{transform:scale(1.12);background:#fff;box-shadow:0 10px 30px #00000059}.podcast-video-card__duration{position:absolute;bottom:.8rem;right:.8rem;background:#000000c7;color:#fff;font-size:1.1rem;font-weight:600;border-radius:.4rem;padding:.2rem .6rem;letter-spacing:.02em}.podcast-video-card__category-badge{position:absolute;top:.8rem;left:.8rem;background:rgba(var(--color-foreground),.88);color:rgb(var(--color-background));font-size:1.05rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:.3rem .9rem}.podcast-video-card__body{padding:1.6rem 1.8rem 2rem;display:flex;flex-direction:column;flex:1}.podcast-video-card__meta{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem;font-size:1.2rem;color:rgba(var(--color-foreground),.5);font-weight:500}.podcast-video-card__meta-dot{width:.3rem;height:.3rem;border-radius:50%;background:rgba(var(--color-foreground),.35);flex-shrink:0}.podcast-video-card__title{font-size:1.55rem;font-weight:700;line-height:1.4;color:rgb(var(--color-foreground));margin:0 0 .9rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.podcast-videos__grid--has-featured .podcast-video-card:first-child .podcast-video-card__title{font-size:2rem;-webkit-line-clamp:3}.podcast-video-card__desc{font-size:1.35rem;color:rgba(var(--color-foreground),.58);line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.podcast-video-card__watch-link{display:inline-flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:rgb(var(--color-foreground));text-decoration:none;margin-top:1.4rem;opacity:.7;transition:opacity .2s ease,gap .2s ease;letter-spacing:.01em}.podcast-video-card__watch-link svg{width:1.4rem;height:1.4rem;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.podcast-video-card:hover .podcast-video-card__watch-link{opacity:1;gap:.8rem}.podcast-video-card:hover .podcast-video-card__watch-link svg{transform:translate(3px)}.podcast-video-card--playing .podcast-video-card__thumbnail,.podcast-video-card--playing .podcast-video-card__play-overlay{display:none}.podcast-video-card--playing .podcast-video-card__thumb-wrap iframe{display:block}@media screen and (max-width:1024px){.podcast-videos__grid{grid-template-columns:repeat(2,1fr)}.podcast-videos__grid--has-featured .podcast-video-card:first-child{grid-column:1 / -1}}@media screen and (max-width:749px){.podcast-videos__grid{grid-template-columns:1fr;gap:1.8rem}.podcast-videos__grid--has-featured .podcast-video-card:first-child .podcast-video-card__thumb-wrap{aspect-ratio:16 / 9}.podcast-videos__grid--has-featured .podcast-video-card:first-child .podcast-video-card__title{font-size:1.7rem}.podcast-videos__header{margin-bottom:2.8rem}.podcast-videos__filters{margin-bottom:2.4rem}.podcast-video-card__play-btn{width:4.8rem;height:4.8rem}.podcast-video-card__body{padding:1.4rem 1.4rem 1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-podcast-videos.css.map */
