﻿.page-template-template-podcast .hero-internal picture::after{display:none}@media(min-width: 1100px){.page-template-template-podcast .hero-title{max-width:700px;margin:0 auto;margin-top:-80px;line-height:80px;font-family:"brandon-grotesque",sans-serif;font-size:70px;margin-bottom:40px}}@media(max-width: 767px){.page-template-template-podcast .site-header__top{background-color:var(--primaryColor)}.page-template-template-podcast .hero-internal{margin-top:80px}}.page-template-template-podcast .podcast-icons{display:flex;flex-flow:row wrap;justify-self:center;margin-top:30px}.page-template-template-podcast .podcast-icons a{display:block;flex:0 0 25%;margin-bottom:15px;transition:transform 250ms}.page-template-template-podcast .podcast-icons a:hover{transform:translateY(-3px);opacity:1}.page-template-template-podcast .podcast-icons a img{width:50px;height:auto;margin:0 20px}.page-template-template-podcast .tagline{font-size:.875rem;line-height:1.125rem;letter-spacing:2px;display:block;text-transform:uppercase;margin-bottom:14px;color:var(--secondaryColor);font-weight:700}.page-template-template-podcast .episodes{background:var(--bgColor)}.page-template-template-podcast .episodes__inner{padding-top:90px;padding-bottom:100px}@media(max-width: 767px){.page-template-template-podcast .episodes__inner{padding-top:60px;padding-bottom:70px}}.page-template-template-podcast .episodes__head{display:grid;grid-template-columns:1fr auto;align-items:end;gap:30px;margin-bottom:50px}.page-template-template-podcast .episodes__head h2{margin:0}.page-template-template-podcast .episodes__filters{display:flex;flex-wrap:wrap;gap:8px}.page-template-template-podcast .filter{appearance:none;border:1px solid #d8dbe2;background:#fff;color:var(--primaryColor);padding:10px 20px;border-radius:50px;font-family:var(--bodyFont);font-size:.8125rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:all 250ms}.page-template-template-podcast .filter:hover{border-color:var(--secondaryColor);color:var(--secondaryColor)}.page-template-template-podcast .filter.is-active{background:var(--primaryColor);border-color:var(--primaryColor);color:#fff}.page-template-template-podcast .featured{display:grid;grid-template-columns:1.3fr 1fr;gap:0;background:#fff;margin-bottom:50px;border:1px solid #e6e7ea;cursor:pointer}.page-template-template-podcast .featured__video{position:relative;aspect-ratio:auto;min-height:100%;background:#11151f;overflow:hidden;cursor:pointer}.page-template-template-podcast .featured__video::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 40%, rgba(228, 121, 56, 0.25), transparent 55%),linear-gradient(135deg, #1c2333 0%, #0a0d15 100%)}.page-template-template-podcast .featured__video::after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.02) 0 2px, transparent 2px 8px)}.page-template-template-podcast .featured__video:hover .play-btn{transform:translate(-50%, -50%) scale(1.08)}.page-template-template-podcast .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:88px;height:88px;border-radius:50%;background:var(--secondaryColor);display:grid;place-items:center;z-index:2;transition:transform 300ms;box-shadow:0 18px 40px -12px rgba(228,121,56,.6)}.page-template-template-podcast .play-btn::after{content:"";width:0;height:0;border-left:22px solid #fff;border-top:14px solid rgba(0,0,0,0);border-bottom:14px solid rgba(0,0,0,0);margin-left:6px}.page-template-template-podcast .featured__badge{position:absolute;top:22px;left:22px;background:var(--secondaryColor);color:#fff;padding:7px 14px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;z-index:2}.page-template-template-podcast .featured__duration{position:absolute;bottom:22px;right:22px;background:rgba(0,0,0,.75);color:#fff;padding:5px 10px;font-size:.8125rem;font-weight:700;z-index:2}.page-template-template-podcast .featured__body{padding:50px 50px;display:flex;flex-direction:column;justify-content:center}.page-template-template-podcast .featured__meta{display:flex;gap:22px;font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#6b7280;margin-bottom:18px}.page-template-template-podcast .featured__meta .ep-num{color:var(--secondaryColor)}.page-template-template-podcast .featured__body h3{font-size:2rem;line-height:1.2;margin-bottom:18px;color:var(--primaryColor)}.page-template-template-podcast .featured__body p{color:#4a5163;margin-bottom:26px;font-size:1rem;line-height:1.65}.page-template-template-podcast .featured__guest{display:flex;align-items:center;gap:14px}.page-template-template-podcast .guest-info{font-size:1rem;line-height:1.4}.page-template-template-podcast .guest-info b{color:var(--primaryColor);font-weight:700}.page-template-template-podcast .guest-info span{color:#6b7280}.page-template-template-podcast .ep-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px}.page-template-template-podcast .ep-card{background:#fff;border:1px solid #e6e7ea;overflow:hidden;transition:transform 280ms,box-shadow 280ms;display:flex;flex-direction:column;cursor:pointer}.page-template-template-podcast .ep-card:hover{transform:translateY(-6px);box-shadow:0 22px 44px -22px rgba(28,35,51,.4)}.page-template-template-podcast .ep-card:hover .ep-card__play{background:var(--secondaryColor);transform:translate(-50%, -50%) scale(1.1)}.page-template-template-podcast .ep-card:hover .ep-card__play::after{border-left-color:#fff}.page-template-template-podcast .ep-card:hover .ep-card__listen::after{transform:translateX(4px)}.page-template-template-podcast .ep-card__thumb{position:relative;aspect-ratio:16/9;overflow:hidden}.page-template-template-podcast .ep-card__thumb .bg{position:absolute;inset:0}.page-template-template-podcast .ep-card__thumb::after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.025) 0 2px, transparent 2px 8px)}.page-template-template-podcast .ep-card:nth-child(9n+1) .bg{background:linear-gradient(135deg, #2a3349, #11151f)}.page-template-template-podcast .ep-card:nth-child(9n+2) .bg{background:linear-gradient(135deg, #3d2818, #11151f)}.page-template-template-podcast .ep-card:nth-child(9n+3) .bg{background:linear-gradient(135deg, #1c2333, #2c1a3d)}.page-template-template-podcast .ep-card:nth-child(9n+4) .bg{background:linear-gradient(135deg, #1a2e2e, #11151f)}.page-template-template-podcast .ep-card:nth-child(9n+5) .bg{background:linear-gradient(135deg, #2c1a1a, #11151f)}.page-template-template-podcast .ep-card:nth-child(9n+6) .bg{background:linear-gradient(135deg, #1c2333, #1a2c3d)}.page-template-template-podcast .ep-card:nth-child(9n+7) .bg{background:linear-gradient(135deg, #2c2c1a, #11151f)}.page-template-template-podcast .ep-card:nth-child(9n+8) .bg{background:linear-gradient(135deg, #2a3349, #3d1818)}.page-template-template-podcast .ep-card:nth-child(9n+9) .bg{background:linear-gradient(135deg, #1c2333, #28352a)}.page-template-template-podcast .ep-card__play{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:56px;height:56px;border-radius:50%;background:hsla(0,0%,100%,.95);display:grid;place-items:center;z-index:2;transition:all 300ms}.page-template-template-podcast .ep-card__play::after{content:"";width:0;height:0;border-left:14px solid var(--primaryColor);border-top:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0);margin-left:4px;transition:border-color 300ms}.page-template-template-podcast .ep-card__num{position:absolute;top:16px;left:16px;font-family:var(--displayFont);font-size:1.75rem;color:hsla(0,0%,100%,.9);z-index:2;line-height:1}.page-template-template-podcast .ep-card__num small{display:block;font-family:var(--bodyFont);font-size:.625rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--secondaryColor);margin-bottom:4px}.page-template-template-podcast .ep-card__duration{position:absolute;bottom:14px;right:14px;background:rgba(0,0,0,.75);color:#fff;padding:4px 8px;font-size:.75rem;font-weight:700;z-index:2}.page-template-template-podcast .ep-card__body{padding:24px 24px 26px;display:flex;flex-direction:column;flex:1}.page-template-template-podcast .ep-card__meta{display:flex;align-items:center;gap:12px;font-size:.6875rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#6b7280;margin-bottom:12px}.page-template-template-podcast .ep-card__meta .topic{color:var(--secondaryColor)}.page-template-template-podcast .ep-card__meta .dot-sep{width:4px;height:4px;border-radius:50%;background:#d8dbe2}.page-template-template-podcast .ep-card__body h4{font-family:var(--displayFont);font-size:1.25rem;line-height:1.35;color:var(--primaryColor);margin-bottom:12px;flex-grow:0}.page-template-template-podcast .ep-card__body p{font-size:.9375rem;line-height:1.55;color:#4a5163;margin:0 0 18px}.page-template-template-podcast .ep-card__foot{margin-top:auto;padding-top:18px;border-top:1px solid #eef0f3;display:flex;align-items:center;justify-content:space-between;font-size:.8125rem}.page-template-template-podcast .ep-card__guest{color:#6b7280}.page-template-template-podcast .ep-card__guest b{color:var(--primaryColor);font-weight:700}.page-template-template-podcast .ep-card__listen{color:var(--secondaryColor);font-weight:700;text-transform:uppercase;letter-spacing:1.5px;font-size:.75rem;display:inline-flex;align-items:center;gap:6px}.page-template-template-podcast .ep-card__listen::after{content:"→";transition:transform 250ms}.page-template-template-podcast .episodes__cta{text-align:center;margin-top:60px}@media(max-width: 992px){.page-template-template-podcast .featured__video{aspect-ratio:16/9;min-height:auto}.page-template-template-podcast .play-btn{width:56px;height:56px}.page-template-template-podcast .featured__badge{top:16px;left:16px;padding:5px 10px;line-height:1.2}.page-template-template-podcast .featured{grid-template-columns:1fr}.page-template-template-podcast .featured__body{padding:32px}.page-template-template-podcast .featured__body h3{font-size:1.5rem}.page-template-template-podcast .episodes__head{grid-template-columns:1fr}}@media(max-width: 1100px){.page-template-template-podcast .ep-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.page-template-template-podcast .ep-grid{grid-template-columns:1fr}}.page-template-template-podcast .podcast-modal-container{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);z-index:-9999;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .3s ease}.page-template-template-podcast .podcast-modal-container.open{opacity:1;pointer-events:all;z-index:99999}.page-template-template-podcast .podcast-modal-container #podcast-modal{position:relative;width:100%;max-width:1200px;background:#000}.page-template-template-podcast .podcast-modal-container #podcast-modal .close-modal{position:absolute;top:-40px;right:0;font-size:32px;color:#fff;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:color .2s;z-index:10}.page-template-template-podcast .podcast-modal-container #podcast-modal .close-modal:hover{color:var(--secondaryColor)}.page-template-template-podcast .podcast-modal-container #podcast-modal .modal-video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.page-template-template-podcast .podcast-modal-container #podcast-modal .modal-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.page-template-template-podcast body.modal-open{overflow:hidden}@media(max-width: 767px){.page-template-template-podcast .podcast-modal-container{padding:10px}.page-template-template-podcast .podcast-modal-container #podcast-modal .close-modal{top:-35px;font-size:28px}}.page-template-template-podcast .footer-platforms{position:relative;background:var(--primaryColor);color:#fff}.page-template-template-podcast .footer-platforms__inner{padding-top:70px;padding-bottom:70px;flex-direction:column}.page-template-template-podcast .footer-platforms__head{text-align:center;margin-bottom:40px}.page-template-template-podcast .footer-platforms__head h2{color:#fff}.page-template-template-podcast .footer-platforms__head p{color:hsla(0,0%,100%,.75);max-width:600px;margin:0 auto}.page-template-template-podcast .footer-platforms__row{display:flex;justify-content:center;gap:22px;flex-wrap:wrap}.page-template-template-podcast .platform-link{width:64px;height:64px;border-radius:50%;overflow:hidden;display:block;transition:transform 250ms}.page-template-template-podcast .platform-link:hover{transform:translateY(-3px);opacity:1}.page-template-template-podcast .platform-link img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width: 767px){.page-template-template-podcast .platform-link{width:60px;height:60px}}
