*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #ffffff;--bg-2: #f8f7f5;--bg-3: #efede9;--bg-dark: #111111;--text: #111111;--text-2: #666666;--text-3: #999999;--border: #e8e8e8;--border-2: #d0d0d0;--accent: #dc2626;--radius: 8px;--radius-sm: 4px;--radius-card: 12px;--radius-full: 999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow: 0 4px 16px rgba(0,0,0,.07), 0 2px 6px rgba(0,0,0,.04);--shadow-card: 0 8px 32px rgba(0,0,0,.09), 0 2px 8px rgba(0,0,0,.05);--shadow-lg: 0 20px 60px rgba(0,0,0,.12), 0 8px 24px rgba(0,0,0,.07);--transition: .2s ease;--font: "Inter", system-ui, sans-serif;--font-display: "Space Grotesk", "Inter", sans-serif}html{scroll-behavior:smooth;scroll-padding-top:72px}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}.container{max-width:1100px;margin:0 auto;padding:0 24px}.gradient-text{color:var(--text-3);background:none;-webkit-text-fill-color:var(--text-3)}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--text-3);margin-bottom:16px}.eyebrow:before{content:"";display:inline-block;width:24px;height:2px;background:var(--accent);flex-shrink:0}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--text);margin-bottom:16px}.tag{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--radius-full);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--bg-3);color:var(--text-2);border:1px solid var(--border)}.dot{width:7px;height:7px;border-radius:50%;display:inline-block}.dot--red{background:var(--accent)}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;border-radius:var(--radius-full);font-size:.9rem;font-weight:600;cursor:pointer;border:none;text-decoration:none;transition:all .2s ease;white-space:nowrap;letter-spacing:.01em;position:relative;isolation:isolate}.btn--primary{background:var(--text);color:#fff;box-shadow:var(--shadow-sm)}.btn--primary:hover{background:#333;transform:translateY(-2px);box-shadow:var(--shadow)}.btn--primary:active{transform:translateY(0)}.btn--ghost{background:transparent;color:var(--text);border:1.5px solid var(--border-2)}.btn--ghost:hover{border-color:var(--text);background:var(--bg-2);transform:translateY(-1px)}.btn--sm{padding:9px 20px;font-size:.83rem}.nav{position:sticky;top:0;z-index:1000;padding:0 24px;height:68px;display:flex;align-items:center;background:#fffffff5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:box-shadow .3s}.nav.scrolled{box-shadow:0 4px 24px #0000000f}.nav__inner{max-width:1100px;margin:0 auto;width:100%;display:flex;align-items:center;gap:32px}.nav__logo{display:flex;align-items:center;gap:8px;text-decoration:none;margin-right:auto}.nav__logo-img{height:38px;width:auto;display:block;object-fit:contain;filter:none}.nav__logo-img--footer{height:44px}@media(max-width:640px){.nav__logo-img{height:30px}.nav__logo-img--footer{height:36px}}.nav__links{display:flex;gap:2px;list-style:none}.nav__links a{padding:7px 14px;font-size:.88rem;font-weight:500;color:var(--text-2);text-decoration:none;border-radius:var(--radius-full);transition:all var(--transition)}.nav__links a:hover{color:var(--text);background:var(--bg-2)}.nav__burger{display:none;flex-direction:column;gap:5px;padding:6px;background:none;border:none;cursor:pointer}.nav__burger span{display:block;width:22px;height:2px;background:var(--text-2);border-radius:2px;transition:all var(--transition)}.nav__mobile{display:none;position:fixed;inset:68px 0 0;background:#fff;border-top:1px solid var(--border);flex-direction:column;padding:8px 0 40px;z-index:9999;overflow-y:auto}.nav__mobile a{padding:18px 28px;font-size:1.15rem;font-weight:500;color:var(--text-2);text-decoration:none;border-bottom:1px solid var(--border);transition:color .15s,background .15s,padding-left .15s;display:block}.nav__mobile a:hover{color:var(--text);background:var(--bg-2);padding-left:36px}.nav__mobile.open{display:flex}body.menu-open{overflow:hidden}.hero{min-height:calc(100svh - 68px);display:flex;align-items:center;gap:60px;padding:80px 24px;max-width:1100px;margin:0 auto;position:relative}.hero__bg,.hero__orb,.hero__grid{display:none}.hero__content{flex:1;min-width:0}.hero__badge{display:inline-flex;align-items:center;gap:8px;padding:5px 14px;border-radius:var(--radius-full);background:var(--bg-2);border:1px solid var(--border);font-size:.72rem;font-weight:700;color:var(--text-2);margin-bottom:28px;text-transform:uppercase;letter-spacing:.1em}.pulse{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:pulse 2s infinite;flex-shrink:0}@keyframes pulse{0%{box-shadow:0 0 #dc262680}70%{box-shadow:0 0 0 8px #dc262600}to{box-shadow:0 0 #dc262600}}.hero__title{font-family:var(--font-display);font-size:clamp(3.4rem,8vw,6rem);font-weight:900;line-height:1;letter-spacing:-.04em;margin-bottom:24px;color:var(--text);background:none;-webkit-text-fill-color:var(--text);animation:none}.hero__sub{font-size:1.1rem;color:var(--text-2);max-width:480px;line-height:1.75;margin-bottom:36px}.hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:48px}.hero__stats{display:flex;align-items:center;gap:28px}.stat{display:flex;flex-direction:column}.stat__num{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--text)}.stat__label{font-size:.72rem;color:var(--text-3)}.stat__divider{width:1px;height:36px;background:var(--border-2)}.hero__artwork{flex:0 0 340px}.artwork-card{width:100%;background:var(--bg-2);border-radius:var(--radius-card);border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow-card);transition:transform .3s ease,box-shadow .3s ease}.artwork-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.artwork-card:after{display:none}.artwork-card:before{display:none}.artwork-card__thumb{width:100%;aspect-ratio:16/9;background:#1a1a1a;position:relative;overflow:hidden}.artwork-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.artwork-card__thumb-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#ffffff26;background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}.artwork-waveform{display:none}.artwork-card__inner{padding:18px}.artwork-now-playing{display:flex;align-items:center;gap:12px}.np-icon{width:42px;height:42px;border-radius:8px;background:var(--text);display:flex;align-items:center;justify-content:center;font-size:1rem;color:#fff;flex-shrink:0}.np-info{flex:1;display:flex;flex-direction:column;min-width:0}.np-title{font-size:.65rem;color:var(--text-3);font-weight:700;text-transform:uppercase;letter-spacing:.1em}.np-ep{font-size:.88rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.np-play{width:36px;height:36px;border-radius:50%;background:var(--text);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform var(--transition),background var(--transition);text-decoration:none;color:#fff}.np-play:hover{transform:scale(1.1);background:#333}.platforms{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:18px 24px;position:relative}.platforms:before{display:none}.platforms__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.platforms__label{font-size:.72rem;color:var(--text-3);white-space:nowrap;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.platforms__logos{display:flex;gap:8px;flex-wrap:wrap}.platform-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--radius-full);font-size:.8rem;font-weight:500;color:var(--text-2);background:#fff;border:1px solid var(--border);text-decoration:none;transition:all var(--transition);box-shadow:var(--shadow-sm);animation:none}.platform-pill:hover{color:var(--text);border-color:var(--border-2);box-shadow:var(--shadow);transform:translateY(-2px)}.ep-slider-section{padding:80px 0 60px}.slider-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:40px;flex-wrap:wrap}.slider-header .section-title{margin-bottom:0}.slider-nav{display:flex;align-items:center;gap:12px;flex-shrink:0}.slider-arrow{width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid var(--border);color:var(--text-2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition);box-shadow:var(--shadow-sm)}.slider-arrow:hover{border-color:var(--border-2);color:var(--text);box-shadow:var(--shadow)}.slider-arrow:disabled{opacity:.3;cursor:not-allowed}.slider-dots{display:flex;gap:6px;align-items:center}.slider-dot{width:6px;height:6px;border-radius:50%;background:var(--border-2);cursor:pointer;transition:all .2s;border:none}.slider-dot.active{width:20px;border-radius:3px;background:var(--text)}.ep-slider-viewport{overflow:hidden;border-radius:var(--radius-card)}.ep-slider-track{display:flex;gap:20px;transition:transform .45s cubic-bezier(.23,1,.32,1)}.ep-slide{flex:0 0 300px;background:var(--bg);border-radius:var(--radius-card);border:1px solid var(--border);overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.ep-slide:hover{transform:translateY(-4px);box-shadow:var(--shadow-card)}.ep-slide__inner{display:flex;flex-direction:column;height:100%}.ep-slide__thumb{width:100%;aspect-ratio:16/9;position:relative;overflow:hidden;background:#1a1a1a;flex-shrink:0}.ep-slide__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.ep-slide:hover .ep-slide__thumb img{transform:scale(1.04)}.ep-slide__thumb-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#ffffff40;font-family:var(--font-display)}.ep-slide__thumb[data-cat=Business] .ep-slide__thumb-fallback{background:linear-gradient(135deg,#d97706,#b45309)}.ep-slide__thumb[data-cat="Real Estate"] .ep-slide__thumb-fallback{background:linear-gradient(135deg,#059669,#047857)}.ep-slide__thumb[data-cat=Tech] .ep-slide__thumb-fallback{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.ep-slide__thumb[data-cat=Faith] .ep-slide__thumb-fallback{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.ep-slide__thumb[data-cat=Life] .ep-slide__thumb-fallback{background:linear-gradient(135deg,#db2777,#be185d)}.ep-slide__thumb[data-cat=default] .ep-slide__thumb-fallback{background:linear-gradient(135deg,#374151,#1f2937)}.ep-slide__badge{position:absolute;top:10px;left:10px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--radius-full);font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--accent);color:#fff}.ep-slide__cover,.ep-slide__icon,.ep-slide__rings{display:none}.ep-slide__body{padding:18px;flex:1;display:flex;flex-direction:column}.ep-slide__meta{font-size:.72rem;color:var(--text-3);margin-bottom:8px}.ep-slide__title{font-family:var(--font-display);font-size:.95rem;font-weight:700;line-height:1.35;color:var(--text);margin-bottom:8px;flex:1}.ep-slide__desc{font-size:.82rem;color:var(--text-2);line-height:1.5;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ep-slide__tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}.ep-slide__btn{font-size:.82rem;padding:9px 18px;width:fit-content}.ep-slider-progress-wrap{margin-top:20px;height:2px;background:var(--border);border-radius:1px;overflow:hidden}.ep-slider-progress-bar{height:100%;background:var(--text);border-radius:1px;transition:width .3s ease}.episodes{padding:80px 0;background:var(--bg-2)}.section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:36px;flex-wrap:wrap}.filter-tabs{display:flex;gap:6px;flex-wrap:wrap}.filter-tab{padding:7px 16px;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;cursor:pointer;background:transparent;border:1px solid var(--border);color:var(--text-2);transition:all var(--transition)}.filter-tab.active,.filter-tab:hover{background:var(--text);color:#fff;border-color:var(--text)}.episode-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ep-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-card);overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease;cursor:pointer;box-shadow:var(--shadow-sm);position:relative}.ep-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card);border-color:var(--border-2)}.ep-card.hidden{display:none}.ep-card:before{display:none}.ep-thumb{width:100%;aspect-ratio:16/9;position:relative;overflow:hidden;background:#1a1a1a;flex-shrink:0}.ep-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:1;transition:transform .35s ease}.ep-card:hover .ep-thumb img{transform:scale(1.05)}.ep-thumb__fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:700;color:#ffffff4d;font-family:var(--font-display);z-index:0}.ep-thumb[data-cat=Business] .ep-thumb__fallback{background:linear-gradient(135deg,#d97706,#b45309)}.ep-thumb[data-cat="Real Estate"] .ep-thumb__fallback{background:linear-gradient(135deg,#059669,#047857)}.ep-thumb[data-cat=Tech] .ep-thumb__fallback{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.ep-thumb[data-cat=Faith] .ep-thumb__fallback{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.ep-thumb[data-cat=Life] .ep-thumb__fallback{background:linear-gradient(135deg,#db2777,#be185d)}.ep-thumb[data-cat=default] .ep-thumb__fallback{background:linear-gradient(135deg,#374151,#1f2937)}.ep-cover,.ep-num{display:none}.ep-info{padding:16px 16px 12px;flex:1;display:flex;flex-direction:column}.ep-meta{font-size:.72rem;color:var(--text-3);margin-bottom:8px}.ep-title{font-family:var(--font-display);font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:8px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.ep-desc{font-size:.82rem;color:var(--text-2);margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;line-height:1.5}.ep-card-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid var(--border);margin-top:auto}.ep-tags{display:flex;gap:6px;flex-wrap:wrap}.ep-play{width:34px;height:34px;border-radius:50%;background:var(--text);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all var(--transition);text-decoration:none}.ep-play:hover{background:#333;transform:scale(1.1)}.episodes__more{text-align:center;margin-top:40px}.about{padding:100px 0;background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);position:relative}.about:before{display:none}.about__inner{display:flex;gap:80px;align-items:flex-start}.about__text{flex:1}.about__text p{color:var(--text-2);margin-bottom:16px;line-height:1.8}.about__values{display:flex;flex-direction:column;gap:20px;margin-top:32px}.value{display:flex;align-items:flex-start;gap:14px}.value__icon{width:36px;height:36px;border-radius:var(--radius-sm);background:var(--bg-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-3);flex-shrink:0;font-size:.9rem}.value strong{display:block;color:var(--text);font-weight:700;margin-bottom:2px;font-size:.9rem}.value p{font-size:.82rem;color:var(--text-3);margin:0}.about__hosts{flex:0 0 280px}.hosts__title{font-size:.72rem;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px}.host-card{display:flex;align-items:center;gap:16px;padding:16px 18px;background:var(--bg-2);border-radius:var(--radius);border:1px solid var(--border);margin-bottom:12px;transition:border-color .2s,box-shadow .2s,transform .2s}.host-card:hover{border-color:var(--border-2);box-shadow:var(--shadow-sm);transform:translate(4px)}.host-avatar{width:48px;height:48px;border-radius:50%;background:var(--text);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#fff;flex-shrink:0}.host-avatar:before{display:none}.host-info{display:flex;flex-direction:column}.host-name{font-weight:600;color:var(--text);font-size:.95rem}.host-role{font-size:.75rem;color:var(--text-3)}.about__quote{margin-top:20px;padding:18px 20px;background:var(--bg-2);border-left:3px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.about__quote blockquote{font-size:.9rem;color:var(--text-2);font-style:italic;line-height:1.7}.host-profile-section{padding:100px 0;background:var(--bg-2);border-top:1px solid var(--border);position:relative;overflow:hidden}.host-profile-section:before{display:none}.host-profile__inner{display:flex;gap:72px;align-items:center}.host-profile__left{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:20px}.host-profile__avatar-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:200px;height:200px}.host-profile__avatar{width:160px;height:160px;border-radius:50%;border:3px solid var(--border);position:relative;z-index:1;overflow:hidden;box-shadow:var(--shadow-lg)}.host-profile__avatar img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.host-profile__avatar-ring{display:none}.host-profile__status{position:absolute;bottom:8px;left:50%;transform:translate(-50%);white-space:nowrap;display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-full);font-size:.7rem;font-weight:600;color:var(--text-2);box-shadow:var(--shadow-sm);z-index:2}.host-profile__namecard{text-align:center}.host-profile__name{font-family:var(--font-display);font-size:1.4rem;font-weight:800;color:var(--text);margin-bottom:4px;letter-spacing:-.02em}.host-profile__title{font-size:.78rem;color:var(--text-3);margin-bottom:16px;text-transform:uppercase;letter-spacing:.1em}.host-profile__linkedin{display:inline-flex;align-items:center;gap:7px;padding:8px 18px;border-radius:var(--radius-full);background:#0a66c2;border:none;color:#fff;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s ease}.host-profile__linkedin:hover{background:#085caa;transform:translateY(-2px);box-shadow:0 4px 16px #0a66c24d}.host-profile__right{flex:1;min-width:0}.host-profile__headline{font-family:var(--font-display);font-size:clamp(1.5rem,2.8vw,2rem);font-weight:800;line-height:1.2;margin-bottom:20px;color:var(--text);letter-spacing:-.02em}.host-profile__bio{font-size:.95rem;color:var(--text-2);line-height:1.8;margin-bottom:16px;max-width:540px}.host-profile__stats{display:flex;align-items:center;gap:24px;margin:28px 0;padding:24px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.host-profile__stat{display:flex;flex-direction:column;align-items:center;gap:2px}.host-profile__stat-num{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--text)}.host-profile__stat-label{font-size:.72rem;color:var(--text-3);white-space:nowrap}.host-profile__stat-divider{width:1px;height:36px;background:var(--border);flex-shrink:0}.host-profile__tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.host-profile__tag{padding:5px 14px;border-radius:var(--radius-full);font-size:.78rem;font-weight:600;background:var(--bg);border:1px solid var(--border);color:var(--text-2);transition:all .2s}.host-profile__tag:hover{border-color:var(--text);color:var(--text)}.host-profile__cta{font-size:.9rem}.testimonials{padding:100px 0;background:var(--bg)}.rev-slider-viewport{overflow:hidden}.rev-slider-track{display:flex;gap:20px;transition:transform .45s cubic-bezier(.23,1,.32,1)}.rev-card{flex:0 0 360px}.rev-card__inner{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-card);padding:32px;height:100%;display:flex;flex-direction:column;gap:20px;transition:border-color .2s,box-shadow .2s;box-shadow:var(--shadow-sm)}.rev-card__inner:hover{border-color:var(--border-2);box-shadow:var(--shadow)}.rev-stars{color:#f59e0b;font-size:1rem;letter-spacing:2px}.rev-quote{font-size:.95rem;color:var(--text-2);line-height:1.7;font-style:italic;flex:1}.rev-author{display:flex;align-items:center;gap:12px}.rev-avatar{width:40px;height:40px;border-radius:50%;background:hsl(calc(var(--hue) * 1deg),55%,58%);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:#fff;flex-shrink:0}.rev-name{display:block;font-size:.88rem;font-weight:600;color:var(--text)}.rev-platform{display:flex;align-items:center;gap:4px;font-size:.72rem;color:var(--text-3)}.subscribe{padding:80px 0;background:var(--bg-dark)}.subscribe__inner{display:flex;gap:60px;align-items:flex-start;margin-bottom:48px}.subscribe__text{flex:1}.subscribe__text .eyebrow{color:#ffffff59}.subscribe__text .eyebrow:before{background:var(--accent)}.subscribe__text .section-title{color:#fff}.subscribe__text p{color:#ffffff80}.subscribe__platforms{flex:1;display:flex;flex-direction:column;gap:10px}.sub-platform{display:flex;align-items:center;gap:18px;padding:18px 24px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);text-decoration:none;transition:all .25s ease}.sub-platform:hover{background:#ffffff1a;border-color:#fff3;transform:translate(6px);box-shadow:none}.sub-platform__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sub-platform__icon--spotify{background:#1db954;color:#fff}.sub-platform__icon--apple{background:linear-gradient(135deg,#f3264e,#a42bff);color:#fff}.sub-platform__icon--youtube{background:red;color:#fff}.sub-platform__icon--amazon{background:#f90;color:#fff}.sub-platform__info{display:flex;flex-direction:column}.sub-platform__name{font-weight:600;color:#fff;font-size:.95rem}.sub-platform__cta{font-size:.78rem;color:#ffffff73}.newsletter{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-card);padding:48px;position:relative;overflow:hidden}.newsletter:before{display:none}.newsletter__inner{display:flex;align-items:center;gap:40px;flex-wrap:wrap}.newsletter__text h3{font-family:var(--font-display);font-size:1.3rem;font-weight:700;margin-bottom:4px;color:#fff}.newsletter__text p{color:#ffffff73;font-size:.88rem}.newsletter__form{display:flex;gap:8px;flex:1;min-width:280px}.newsletter__input{flex:1;padding:12px 18px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-full);font-size:.9rem;color:#fff;outline:none;transition:border-color var(--transition);font-family:var(--font)}.newsletter__input:focus{border-color:#ffffff59}.newsletter__input::placeholder{color:#ffffff47}.footer{background:var(--bg-dark);border-top:1px solid rgba(255,255,255,.07);padding:80px 0 40px;position:relative}.footer:before{display:none}.footer__inner{display:flex;gap:64px;margin-bottom:48px;flex-wrap:wrap}.footer__brand{flex:1;min-width:200px}.footer__brand .nav__logo{margin-bottom:12px;display:inline-flex}.footer__brand p{font-size:.85rem;color:#ffffff52;line-height:1.7;margin-bottom:20px}.footer__social{display:flex;gap:8px}.social-link{width:36px;height:36px;border-radius:8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#ffffff61;text-decoration:none;transition:all var(--transition)}.social-link:hover{color:#fff;border-color:#ffffff47;background:#ffffff1a}.footer__links{display:flex;gap:48px;flex-wrap:wrap}.footer__col{display:flex;flex-direction:column;gap:10px}.footer__col h4{font-size:.7rem;font-weight:700;color:#ffffff47;text-transform:uppercase;letter-spacing:.14em;margin-bottom:4px}.footer__col a{font-size:.85rem;color:#ffffff73;text-decoration:none;transition:color var(--transition)}.footer__col a:hover{color:#fff}.footer__bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:24px}.footer__bottom p{font-size:.8rem;color:#ffffff38;text-align:center}.mini-player{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(100px);z-index:200;width:min(420px,calc(100vw - 48px));background:var(--text);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-card);box-shadow:var(--shadow-lg);overflow:hidden;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.mini-player.visible{transform:translate(-50%) translateY(0)}.mini-player__inner{padding:14px 18px;display:flex;align-items:center;gap:14px;position:relative}.mini-player__info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.mini-player__icon{width:36px;height:36px;border-radius:8px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;color:#fff}.mini-player__title{display:block;font-size:.7rem;color:#ffffff61}.mini-player__ep{display:block;font-size:.85rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.mini-player__controls{display:flex;align-items:center;gap:4px}.mp-btn{width:36px;height:36px;border-radius:50%;background:transparent;border:none;color:#ffffff8c;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition)}.mp-btn:hover{color:#fff;background:#ffffff1a}.mp-close{color:#ffffff59}.mini-player__progress{position:absolute;bottom:0;left:0;right:0;height:2px;background:#ffffff0f}.mp-bar{height:100%;width:0%;background:var(--accent);transition:width .5s linear}.scroll-top{position:fixed;bottom:32px;right:32px;z-index:300;width:46px;height:46px;border-radius:50%;background:var(--text);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:var(--shadow);opacity:0;transform:translateY(16px) scale(.85);transition:opacity .3s ease,transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;pointer-events:none}.scroll-top.visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.scroll-top:hover{background:#333;transform:translateY(-3px) scale(1.08);box-shadow:var(--shadow-card)}.scroll-top:active{transform:scale(.95)}@media(max-width:640px){.scroll-top{bottom:20px;right:16px;width:42px;height:42px}}#scrollProgress{position:fixed;top:0;left:0;height:2px;width:0%;background:var(--accent);z-index:9999;transition:width .1s linear}.will-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.23,1,.32,1),transform .6s cubic-bezier(.23,1,.32,1)}.will-reveal.revealed{opacity:1;transform:translateY(0)}.ripple{position:absolute;border-radius:50%;background:#00000012;transform:scale(0);animation:rippleAnim .65s linear forwards;pointer-events:none}@keyframes rippleAnim{to{transform:scale(1);opacity:0}}@keyframes revealIn{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.reveal-in{animation:revealIn .35s cubic-bezier(.23,1,.32,1) both}#particles,#cursor,#cursorDot{display:none!important}*{cursor:auto!important}@media(max-width:900px){.hero{flex-direction:column;padding-top:56px;text-align:center}.hero__sub{margin:0 auto 32px}.hero__actions,.hero__stats{justify-content:center}.hero__artwork{width:100%;max-width:420px;margin:0 auto;flex:none}.about__inner{flex-direction:column}.about__hosts{width:100%;flex:none}.subscribe__inner{flex-direction:column}.footer__inner{flex-direction:column;gap:40px}.newsletter__inner{flex-direction:column;gap:24px}.host-profile__inner{flex-direction:column;gap:40px;align-items:flex-start}.host-profile__left{flex-direction:row;align-items:center;gap:24px}.host-profile__namecard{text-align:left}.episode-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.nav__links,.nav>.btn{display:none}.nav__burger{display:flex}.section-header{flex-direction:column}.filter-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;max-width:100%}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab{flex-shrink:0}.about,.subscribe{padding:64px 0}.sub-platform{padding:14px 16px}.newsletter{padding:28px 20px}.newsletter__form{flex-direction:column}.newsletter__input{width:100%}.footer__links,.footer__inner{gap:32px}.hero{padding:48px 16px 56px}.host-profile-section{padding:64px 0}.host-profile__left{flex-direction:column;align-items:center;width:100%}.host-profile__namecard{text-align:center}.host-profile__stats{gap:16px;padding:16px}.host-profile__stat-num{font-size:1.2rem}.episode-list{grid-template-columns:1fr}.platforms__logos{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.platforms__logos::-webkit-scrollbar{display:none}.platform-pill{flex-shrink:0}.episodes{padding:64px 0}.ep-slider-section{padding:64px 0 40px}.testimonials{padding:64px 0}}
