.HeroSection-module__ZhKSdG__hero{background:var(--th-bg-deep,#1a1715);justify-content:flex-start;align-items:center;min-height:80vh;padding:120px 48px 80px;display:flex;position:relative}.HeroSection-module__ZhKSdG__hero:after{content:"";z-index:3;background:linear-gradient(90deg, transparent 10%, var(--th-accent-border) 30%, var(--th-accent) 50%, var(--th-accent-border) 70%, transparent 90%);height:2px;position:absolute;bottom:0;left:0;right:0}.HeroSection-module__ZhKSdG__bgImage{z-index:0;pointer-events:none;background:var(--th-bg-deep,#1a1715);position:absolute;inset:0;overflow:hidden}.HeroSection-module__ZhKSdG__bgOverlay{display:none}.HeroSection-module__ZhKSdG__grid{z-index:2;justify-content:center;align-items:center;width:60%;height:100%;padding:120px 48px 80px;display:flex;position:absolute;top:0;left:0}.HeroSection-module__ZhKSdG__content{text-align:left;flex-direction:column;width:100%;max-width:520px;display:flex}.HeroSection-module__ZhKSdG__stagger1,.HeroSection-module__ZhKSdG__stagger2,.HeroSection-module__ZhKSdG__stagger3,.HeroSection-module__ZhKSdG__stagger4,.HeroSection-module__ZhKSdG__stagger5{opacity:0;animation:.7s cubic-bezier(.22,1,.36,1) forwards HeroSection-module__ZhKSdG__heroFadeUp;transform:translateY(24px)}.HeroSection-module__ZhKSdG__stagger1{animation-delay:.2s}.HeroSection-module__ZhKSdG__stagger2{animation-delay:.4s}.HeroSection-module__ZhKSdG__stagger3{animation-delay:.6s}.HeroSection-module__ZhKSdG__stagger4{animation-delay:.75s}.HeroSection-module__ZhKSdG__stagger5{animation-delay:.9s}@keyframes HeroSection-module__ZhKSdG__heroFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.HeroSection-module__ZhKSdG__eyebrow{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:4px;color:var(--th-accent);align-items:center;gap:14px;margin-bottom:24px;font-size:11px;font-weight:600;display:flex}.HeroSection-module__ZhKSdG__eyebrow:before{content:"";background:var(--th-accent);flex-shrink:0;width:32px;height:2px;display:block}.HeroSection-module__ZhKSdG__title{font-family:var(--font-heading);color:#fff;letter-spacing:-.03em;margin-bottom:28px;font-size:clamp(48px,5vw,72px);font-weight:700;line-height:1.1}.HeroSection-module__ZhKSdG__title em{color:var(--th-accent);font-style:italic;font-weight:400}.HeroSection-module__ZhKSdG__subtitle{font-family:var(--font-body);color:#ffffffd9;max-width:500px;margin-bottom:48px;font-size:18px;font-weight:300;line-height:1.8}.HeroSection-module__ZhKSdG__stats{flex-wrap:wrap;gap:40px;margin-bottom:48px;display:flex}.HeroSection-module__ZhKSdG__stat{flex-direction:column;gap:6px;display:flex;position:relative}.HeroSection-module__ZhKSdG__stat:after{content:"";background:var(--th-accent-border);width:1px;position:absolute;top:4px;bottom:4px;right:-20px}.HeroSection-module__ZhKSdG__stat:last-child:after{display:none}.HeroSection-module__ZhKSdG__statValue{font-family:var(--font-accent);color:var(--th-accent);font-variant-numeric:tabular-nums;font-size:22px;font-weight:700}.HeroSection-module__ZhKSdG__statLabel{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:2.5px;color:var(--th-text-muted);font-size:9px;font-weight:500}.HeroSection-module__ZhKSdG__platforms{flex-wrap:wrap;gap:12px;display:flex}.HeroSection-module__ZhKSdG__btnPrimary,.HeroSection-module__ZhKSdG__btnGhost{font-family:var(--font-accent);letter-spacing:1.5px;text-transform:uppercase;white-space:nowrap;border-radius:3px;padding:14px 28px;font-size:11px;font-weight:600;text-decoration:none;transition:all .3s;position:relative;overflow:hidden}.HeroSection-module__ZhKSdG__btnPrimary{background:linear-gradient(135deg, var(--th-accent) 0%, var(--th-accent-hover) 100%);color:#fff;border:1px solid var(--th-accent);box-shadow:var(--shadow-teal-sm)}.HeroSection-module__ZhKSdG__btnPrimary:after{content:"";background:linear-gradient(90deg,#0000,#ffffff1f,#0000);width:50%;height:100%;transition:none;position:absolute;top:0;left:-75%;transform:skew(-20deg)}.HeroSection-module__ZhKSdG__btnPrimary:hover{background:linear-gradient(135deg, var(--th-accent-hover) 0%, var(--th-accent) 100%);border-color:var(--th-accent-hover);box-shadow:var(--shadow-teal-md);transform:translateY(-1px)}.HeroSection-module__ZhKSdG__btnPrimary:hover:after{animation:.6s ease-out forwards HeroSection-module__ZhKSdG__btn-shine}.HeroSection-module__ZhKSdG__btnGhost{color:var(--th-accent);border:1px solid var(--th-accent-border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#13111066}.HeroSection-module__ZhKSdG__btnGhost:hover{background:var(--th-accent-dim);border-color:var(--th-accent);transform:translateY(-1px)}@media (max-width:900px){.HeroSection-module__ZhKSdG__hero{justify-content:center;min-height:60vh;padding:110px 24px 60px}.HeroSection-module__ZhKSdG__grid{justify-content:center;width:100%;height:auto;padding:0;position:relative}.HeroSection-module__ZhKSdG__content{text-align:center;align-items:center;max-width:100%}.HeroSection-module__ZhKSdG__eyebrow{justify-content:center}.HeroSection-module__ZhKSdG__eyebrow:before{display:none}.HeroSection-module__ZhKSdG__title{font-size:clamp(36px,7vw,48px)}.HeroSection-module__ZhKSdG__subtitle{max-width:100%}.HeroSection-module__ZhKSdG__stats{justify-content:center}.HeroSection-module__ZhKSdG__stat:after{display:none}.HeroSection-module__ZhKSdG__platforms{justify-content:center}}
.AboutSection-module__H2iAsG__about{background:var(--th-bg-primary);padding:120px 48px;position:relative;overflow:hidden}.AboutSection-module__H2iAsG__borderTop{z-index:2;background:linear-gradient(90deg, transparent 10%, var(--th-accent-border) 30%, var(--th-accent) 50%, var(--th-accent-border) 70%, transparent 90%);height:1px;position:absolute;top:0;left:0;right:0}.AboutSection-module__H2iAsG__about:after{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle at 20%,#2a9d8f08 0%,#0000 50%),radial-gradient(circle at 80%,#2a9d8f05 0%,#0000 50%);position:absolute;inset:0}.AboutSection-module__H2iAsG__inner{z-index:1;max-width:720px;margin:0 auto;position:relative}.AboutSection-module__H2iAsG__eyebrow{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:4px;color:var(--th-accent);align-items:center;gap:14px;margin-bottom:16px;font-size:11px;font-weight:600;display:flex}.AboutSection-module__H2iAsG__eyebrow:before{content:"";background:var(--th-accent);flex-shrink:0;width:24px;height:2px;display:block}.AboutSection-module__H2iAsG__title{font-family:var(--font-heading);color:var(--th-text-primary);letter-spacing:-.01em;margin-bottom:28px;font-size:clamp(28px,3.5vw,42px);font-weight:400}.AboutSection-module__H2iAsG__body{font-family:var(--font-body);color:var(--th-text-secondary);margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.9}.AboutSection-module__H2iAsG__quote{border-left:3px solid var(--th-accent);margin:48px 0;padding:28px 0 28px 32px;position:relative}.AboutSection-module__H2iAsG__quote:before{content:"“";font-family:var(--font-heading);color:var(--th-accent);opacity:.15;pointer-events:none;font-size:100px;font-weight:700;line-height:1;position:absolute;top:-20px;left:20px}.AboutSection-module__H2iAsG__quoteText{font-family:var(--font-heading);color:var(--th-text-primary);font-size:22px;font-style:italic;line-height:1.5;position:relative}.AboutSection-module__H2iAsG__quoteSource{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:3px;color:var(--th-accent);margin-top:16px;padding-top:16px;font-size:10px;font-style:normal;display:block;position:relative}.AboutSection-module__H2iAsG__quoteSource:before{content:"";background:var(--th-accent);width:40px;height:1px;position:absolute;top:0;left:0}@media (max-width:900px){.AboutSection-module__H2iAsG__about{padding:80px 24px}.AboutSection-module__H2iAsG__quote:before{font-size:72px;top:-14px;left:14px}}
.EpisodeCard-module__JQrHNq__card{background:var(--th-card-bg);border:1px solid var(--th-card-border);cursor:pointer;border-radius:4px;text-decoration:none;transition:border-color .35s,transform .35s,box-shadow .35s;display:block;overflow:hidden}.EpisodeCard-module__JQrHNq__card:hover{border-color:var(--th-accent-border);box-shadow:var(--shadow-lg);transform:translateY(-6px)}.EpisodeCard-module__JQrHNq__thumbWrap{aspect-ratio:16/9;background:var(--th-bg-surface);position:relative;overflow:hidden}.EpisodeCard-module__JQrHNq__thumbWrap img{transition:transform .5s cubic-bezier(.22,1,.36,1)}.EpisodeCard-module__JQrHNq__card:hover .EpisodeCard-module__JQrHNq__thumbWrap img{transform:scale(1.06)}.EpisodeCard-module__JQrHNq__thumbGradient{pointer-events:none;background:linear-gradient(#0000 40%,#0000001a 60%,#0000008c 100%);transition:opacity .35s;position:absolute;inset:0}.EpisodeCard-module__JQrHNq__thumbWrap:after{content:"";opacity:0;pointer-events:none;z-index:1;background:linear-gradient(#0000 40%,#2a9d8f40 100%);transition:opacity .35s;position:absolute;inset:0}.EpisodeCard-module__JQrHNq__card:hover .EpisodeCard-module__JQrHNq__thumbWrap:after{opacity:1}.EpisodeCard-module__JQrHNq__epBadge{font-family:var(--font-accent);letter-spacing:2px;text-transform:uppercase;color:#fff;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2a9d8fe6;border-radius:3px;padding:5px 10px;font-size:9px;font-weight:700;position:absolute;top:12px;left:12px}.EpisodeCard-module__JQrHNq__body{padding:20px}.EpisodeCard-module__JQrHNq__title{font-family:var(--font-body);color:var(--th-text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-size:15px;font-weight:600;line-height:1.4;transition:color .3s;display:-webkit-box;overflow:hidden}.EpisodeCard-module__JQrHNq__card:hover .EpisodeCard-module__JQrHNq__title{color:var(--th-accent-light)}.EpisodeCard-module__JQrHNq__guest{font-family:var(--font-accent);letter-spacing:1.5px;text-transform:uppercase;color:var(--th-accent);margin-bottom:6px;font-size:10px}.EpisodeCard-module__JQrHNq__date{font-family:var(--font-body);color:var(--th-text-muted);font-size:12px}
.EpisodeGridSection-module__pY7wJW__section{background:var(--th-bg-deep);padding:120px 48px;position:relative}.EpisodeGridSection-module__pY7wJW__section:before{content:"";background:linear-gradient(90deg, transparent 10%, var(--th-accent-border) 30%, var(--th-accent) 50%, var(--th-accent-border) 70%, transparent 90%);height:1px;position:absolute;top:0;left:0;right:0}.EpisodeGridSection-module__pY7wJW__inner{max-width:1100px;margin:0 auto}.EpisodeGridSection-module__pY7wJW__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:48px;display:flex}.EpisodeGridSection-module__pY7wJW__eyebrow{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:4px;color:var(--th-accent);align-items:center;gap:14px;margin-bottom:12px;font-size:11px;font-weight:600;display:flex}.EpisodeGridSection-module__pY7wJW__eyebrow:before{content:"";background:var(--th-accent);flex-shrink:0;width:24px;height:2px;display:block}.EpisodeGridSection-module__pY7wJW__title{font-family:var(--font-heading);color:var(--th-text-primary);letter-spacing:-.01em;font-size:clamp(28px,3.5vw,40px);font-weight:400}.EpisodeGridSection-module__pY7wJW__filters{flex-wrap:wrap;gap:8px;display:flex}.EpisodeGridSection-module__pY7wJW__filterBtn{font-family:var(--font-accent);letter-spacing:1.5px;text-transform:uppercase;color:var(--th-text-secondary);cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:3px;padding:8px 18px;font-size:10px;font-weight:500;transition:all .3s}.EpisodeGridSection-module__pY7wJW__filterBtn:hover{border-color:var(--th-accent-border);color:var(--th-accent);background:var(--th-accent-dim)}.EpisodeGridSection-module__pY7wJW__filterActive{background:var(--th-accent-dim);border-color:var(--th-accent);color:var(--th-accent)}.EpisodeGridSection-module__pY7wJW__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px;display:grid}.EpisodeGridSection-module__pY7wJW__cta{text-align:center}.EpisodeGridSection-module__pY7wJW__viewAll{font-family:var(--font-accent);letter-spacing:2px;text-transform:uppercase;color:var(--th-accent);border:1px solid var(--th-accent-border);background:0 0;border-radius:3px;padding:16px 36px;font-size:11px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;position:relative;overflow:hidden}.EpisodeGridSection-module__pY7wJW__viewAll:hover{background:var(--th-accent-dim);border-color:var(--th-accent);box-shadow:var(--shadow-teal-sm);transform:translateY(-1px)}@media (max-width:900px){.EpisodeGridSection-module__pY7wJW__section{padding:80px 24px}.EpisodeGridSection-module__pY7wJW__grid{grid-template-columns:repeat(2,1fr)}.EpisodeGridSection-module__pY7wJW__header{flex-direction:column;align-items:flex-start}}@media (max-width:540px){.EpisodeGridSection-module__pY7wJW__grid{grid-template-columns:1fr}}
.ShareButtons-module__iQZDeW__wrap{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.ShareButtons-module__iQZDeW__label{font-family:var(--font-body);color:var(--th-text-secondary);font-size:14px;font-weight:600}.ShareButtons-module__iQZDeW__buttons{flex-wrap:wrap;gap:10px;display:flex}.ShareButtons-module__iQZDeW__btn{font-family:var(--font-accent);letter-spacing:1.5px;text-transform:uppercase;color:var(--th-accent);border:1px solid var(--th-accent-border);cursor:pointer;white-space:nowrap;background:0 0;border-radius:3px;padding:8px 16px;font-size:10px;font-weight:600;transition:all .3s}.ShareButtons-module__iQZDeW__btn:hover{background:var(--th-accent);border-color:var(--th-accent);color:#fff;box-shadow:var(--shadow-teal-sm)}
.MeetTheHost-module__VwcB-q__section{background:var(--th-bg-surface);padding:120px 48px}.MeetTheHost-module__VwcB-q__inner{max-width:1080px;margin:0 auto}.MeetTheHost-module__VwcB-q__content{grid-template-columns:1fr;align-items:center;gap:48px;max-width:960px;margin:0 auto;display:grid}@media (min-width:768px){.MeetTheHost-module__VwcB-q__content{grid-template-columns:1.1fr 1fr;gap:72px}}.MeetTheHost-module__VwcB-q__textCol{text-align:left;order:1}.MeetTheHost-module__VwcB-q__photoCol{order:2;justify-content:center;display:flex}@media (min-width:768px){.MeetTheHost-module__VwcB-q__photoCol{justify-content:flex-end}}.MeetTheHost-module__VwcB-q__portrait{border-radius:8px;width:100%;max-width:360px;overflow:hidden}.MeetTheHost-module__VwcB-q__eyebrow{font-family:var(--font-accent);letter-spacing:4px;text-transform:uppercase;color:var(--color-teal,#2a9d8f);margin-bottom:20px;font-size:11px;font-weight:600}.MeetTheHost-module__VwcB-q__heading{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--th-text-primary);margin-bottom:28px;font-size:clamp(36px,4vw,48px);font-weight:600;line-height:1.15}.MeetTheHost-module__VwcB-q__body{margin-bottom:36px}.MeetTheHost-module__VwcB-q__paragraph{font-family:var(--font-body);color:var(--th-text-secondary);margin-bottom:20px;font-size:17px;line-height:1.8}.MeetTheHost-module__VwcB-q__paragraph:last-child{margin-bottom:0}.MeetTheHost-module__VwcB-q__cta{font-family:var(--font-accent);letter-spacing:2px;text-transform:uppercase;color:#fff;background:linear-gradient(135deg, var(--color-teal,#2a9d8f) 0%, var(--color-teal-hover,#228577) 100%);border-radius:3px;padding:16px 32px;font-size:11px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 2px 12px #2a9d8f2e}.MeetTheHost-module__VwcB-q__cta:hover{background:linear-gradient(135deg, var(--color-teal-hover,#228577) 0%, var(--color-teal,#2a9d8f) 100%);transform:translateY(-1px);box-shadow:0 6px 20px #2a9d8f47}@media (max-width:767px){.MeetTheHost-module__VwcB-q__section{padding:80px 24px}.MeetTheHost-module__VwcB-q__content{gap:40px}.MeetTheHost-module__VwcB-q__textCol{text-align:center;order:2}.MeetTheHost-module__VwcB-q__photoCol{order:1}.MeetTheHost-module__VwcB-q__portrait{max-width:260px}.MeetTheHost-module__VwcB-q__paragraph{font-size:16px}}
.StatsStrip-module__ppJVNq__section{background:var(--th-bg-deep);padding:100px 48px}.StatsStrip-module__ppJVNq__inner{text-align:center;max-width:1100px;margin:0 auto}.StatsStrip-module__ppJVNq__eyebrow{font-family:var(--font-accent);letter-spacing:4px;text-transform:uppercase;color:var(--color-teal,#2a9d8f);margin-bottom:18px;font-size:11px;font-weight:600}.StatsStrip-module__ppJVNq__heading{font-family:var(--font-heading);color:var(--th-text-primary);letter-spacing:-.02em;margin-bottom:18px;font-size:clamp(32px,3.8vw,44px);font-weight:600;line-height:1.2}.StatsStrip-module__ppJVNq__subline{font-family:var(--font-body);color:var(--th-text-muted);max-width:640px;margin:0 auto 60px;font-size:15px;font-weight:400;line-height:1.7}.StatsStrip-module__ppJVNq__stats{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;display:flex}.StatsStrip-module__ppJVNq__stat{flex-direction:column;align-items:center;gap:10px;min-width:180px;padding:0 40px;display:flex;position:relative}.StatsStrip-module__ppJVNq__stat:after{content:"";background:var(--th-text-muted);opacity:.35;width:1px;height:40px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.StatsStrip-module__ppJVNq__stat:last-child:after{display:none}.StatsStrip-module__ppJVNq__statValue{font-family:var(--font-heading);color:var(--color-teal,#2a9d8f);letter-spacing:-.02em;font-size:clamp(36px,4vw,48px);font-weight:600;line-height:1}.StatsStrip-module__ppJVNq__statLabel{font-family:var(--font-accent);letter-spacing:3px;text-transform:uppercase;color:var(--th-text-muted);font-size:10px;font-weight:600}@media (max-width:768px){.StatsStrip-module__ppJVNq__section{padding:70px 24px}.StatsStrip-module__ppJVNq__stats{gap:40px 0}.StatsStrip-module__ppJVNq__stat{min-width:45%;padding:0 20px}.StatsStrip-module__ppJVNq__stat:after{display:none}}
.SubscribeSection-module__ANvvIq__inner{text-align:center;max-width:560px;margin:0 auto}.SubscribeSection-module__ANvvIq__eyebrow{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:4px;color:var(--th-accent);justify-content:center;align-items:center;gap:14px;margin-bottom:16px;font-size:11px;font-weight:600;display:flex}.SubscribeSection-module__ANvvIq__eyebrow:before,.SubscribeSection-module__ANvvIq__eyebrow:after{content:"";background:var(--th-accent);flex-shrink:0;width:20px;height:2px;display:block}.SubscribeSection-module__ANvvIq__title{font-family:var(--font-heading);color:var(--th-text-primary);letter-spacing:-.01em;margin-bottom:16px;font-size:clamp(26px,3.5vw,38px);font-weight:400}.SubscribeSection-module__ANvvIq__description{font-family:var(--font-body);color:var(--th-text-secondary);margin-bottom:36px;font-size:15px;line-height:1.7}.SubscribeSection-module__ANvvIq__listen{background:var(--th-bg-surface);padding:80px 48px;position:relative}.SubscribeSection-module__ANvvIq__listen:before{content:"";background:linear-gradient(90deg, transparent 10%, var(--th-accent-border) 30%, var(--th-accent) 50%, var(--th-accent-border) 70%, transparent 90%);height:1px;position:absolute;top:0;left:0;right:0}.SubscribeSection-module__ANvvIq__platforms{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.SubscribeSection-module__ANvvIq__platformCard{background:var(--th-card-bg);border:1px solid #2a9d8f1f;border-radius:4px;flex-direction:column;align-items:center;gap:8px;min-width:120px;padding:20px 28px;text-decoration:none;transition:border-color .3s,transform .3s;display:flex}.SubscribeSection-module__ANvvIq__platformCard:hover{border-color:var(--th-accent);transform:translateY(-2px)}.SubscribeSection-module__ANvvIq__platformName{font-family:var(--font-body);color:var(--th-text-primary);font-size:14px;font-weight:600}.SubscribeSection-module__ANvvIq__platformType{font-family:var(--font-accent);letter-spacing:2px;text-transform:uppercase;color:var(--th-text-secondary);font-size:9px;font-weight:500}.SubscribeSection-module__ANvvIq__newsletter{background:var(--th-bg-primary);padding:80px 48px}.SubscribeSection-module__ANvvIq__newsletterStandalone{background:var(--th-bg-primary);padding:100px 48px;position:relative}.SubscribeSection-module__ANvvIq__newsletterStandalone:before{content:"";background:linear-gradient(90deg, transparent 10%, var(--th-accent-border) 30%, var(--th-accent) 50%, var(--th-accent-border) 70%, transparent 90%);height:1px;position:absolute;top:0;left:0;right:0}.SubscribeSection-module__ANvvIq__newsletterStandalone .SubscribeSection-module__ANvvIq__inner{max-width:600px}.SubscribeSection-module__ANvvIq__newsletterBtn{font-family:var(--font-accent);letter-spacing:2px;text-transform:uppercase;color:#fff;background:var(--th-accent);cursor:pointer;border:none;border-radius:3px;min-width:240px;padding:14px 32px;font-size:12px;font-weight:600;transition:background .3s,transform .3s}.SubscribeSection-module__ANvvIq__newsletterBtn:hover{background:var(--th-accent-hover);transform:translateY(-1px)}.SubscribeSection-module__ANvvIq__privacy{font-family:var(--font-body);color:var(--th-text-muted);margin-top:16px;font-size:12px}@media (max-width:540px){.SubscribeSection-module__ANvvIq__listen,.SubscribeSection-module__ANvvIq__newsletter{padding:60px 24px}.SubscribeSection-module__ANvvIq__newsletterStandalone{padding:80px 24px}.SubscribeSection-module__ANvvIq__platforms{flex-direction:column;align-items:stretch}.SubscribeSection-module__ANvvIq__platformCard,.SubscribeSection-module__ANvvIq__newsletterBtn{width:100%;min-width:0}}
.page-module__WM8C0G__page{background:var(--th-bg-deep);min-height:100vh}.page-module__WM8C0G__main{max-width:900px;margin:0 auto;padding:140px 48px 72px}.page-module__WM8C0G__backLink{font-family:var(--font-accent);letter-spacing:1.5px;text-transform:uppercase;color:var(--th-accent);margin-bottom:48px;padding-bottom:3px;font-size:11px;text-decoration:none;display:inline-block;position:relative}.page-module__WM8C0G__backLink:after{content:"";background:var(--th-accent);width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.page-module__WM8C0G__backLink:hover:after{width:100%}.page-module__WM8C0G__backLink:hover{color:var(--th-accent-light)}.page-module__WM8C0G__headerMeta{margin-bottom:16px}.page-module__WM8C0G__eyebrow{font-family:var(--font-accent);letter-spacing:3px;text-transform:uppercase;color:var(--th-accent);font-size:12px;font-weight:600}.page-module__WM8C0G__title{font-family:var(--font-heading);color:var(--th-text-primary);letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(30px,4.5vw,48px);font-weight:700;line-height:1.12}.page-module__WM8C0G__metaRow{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:8px;display:flex}.page-module__WM8C0G__guest{font-family:var(--font-accent);letter-spacing:2px;text-transform:uppercase;color:var(--th-accent);font-size:13px;font-weight:500}.page-module__WM8C0G__date{font-family:var(--font-body);color:var(--th-text-muted);font-size:13px}.page-module__WM8C0G__divider{background:var(--th-accent);width:60px;height:2px;margin:24px 0 48px}.page-module__WM8C0G__thumbHero{margin-bottom:16px;text-decoration:none;display:block}.page-module__WM8C0G__thumbImageWrap{aspect-ratio:16/9;border-radius:4px;width:100%;transition:filter .3s;position:relative;overflow:hidden;box-shadow:0 16px 48px #0006}.page-module__WM8C0G__thumbHero:hover .page-module__WM8C0G__thumbImageWrap{filter:brightness(1.1)}.page-module__WM8C0G__thumbGradient{pointer-events:none;z-index:1;background:linear-gradient(#0000 50%,#0000004d);position:absolute;inset:0}.page-module__WM8C0G__playOverlay{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.page-module__WM8C0G__playButton{border:2px solid var(--color-teal);background:#1a1715cc;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:all .3s;display:flex}.page-module__WM8C0G__thumbHero:hover .page-module__WM8C0G__playButton{background:var(--color-teal);box-shadow:var(--shadow-teal-md);transform:scale(1.05)}.page-module__WM8C0G__playIcon{width:28px;height:28px;margin-left:3px}.page-module__WM8C0G__watchLabel{font-family:var(--font-accent);letter-spacing:2px;color:#fff;text-shadow:0 1px 4px #0009;font-size:11px;font-weight:600}.page-module__WM8C0G__platformBar{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:48px;display:flex}.page-module__WM8C0G__platformPill{font-family:var(--font-accent);letter-spacing:1.5px;text-transform:uppercase;color:var(--th-accent);border:1px solid var(--th-accent-border);background:0 0;border-radius:3px;padding:8px 18px;font-size:10px;font-weight:600;text-decoration:none;transition:all .3s}.page-module__WM8C0G__platformPill:hover{background:var(--th-accent-dim);border-color:var(--th-accent);color:var(--th-accent-light)}.page-module__WM8C0G__platformPillPrimary{background:var(--th-accent);border-color:var(--th-accent);color:#fff}.page-module__WM8C0G__platformPillPrimary:hover{background:var(--th-accent-hover);border-color:var(--th-accent-hover);color:#fff}.page-module__WM8C0G__sectionTitle{font-family:var(--font-heading);color:var(--th-text-primary);letter-spacing:-.01em;margin-bottom:20px;font-size:clamp(22px,2.5vw,24px);font-weight:600}.page-module__WM8C0G__sectionTitleSm{font-family:var(--font-heading);color:var(--th-text-primary);letter-spacing:-.01em;margin-bottom:20px;font-size:clamp(20px,2.2vw,22px);font-weight:600}.page-module__WM8C0G__synopsis{margin-bottom:48px}.page-module__WM8C0G__synopsisText{font-family:var(--font-body);color:var(--th-text-secondary);font-size:16px;line-height:1.85}.page-module__WM8C0G__synopsisText p{margin-bottom:20px}.page-module__WM8C0G__synopsisText p:last-child{margin-bottom:0}.page-module__WM8C0G__guestCard{border-left:3px solid var(--th-accent);background:#ffffff08;border-radius:0 3px 3px 0;margin-bottom:48px;padding:24px}.page-module__WM8C0G__guestCardLabel{font-family:var(--font-accent);letter-spacing:2.5px;text-transform:uppercase;color:var(--th-text-muted);margin-bottom:10px;font-size:10px;font-weight:600;display:block}.page-module__WM8C0G__guestCardName{font-family:var(--font-heading);color:var(--th-text-primary);letter-spacing:-.01em;font-size:20px;font-weight:600}.page-module__WM8C0G__chapters{margin-bottom:48px}.page-module__WM8C0G__chapterList{margin:0;padding:0;list-style:none}.page-module__WM8C0G__chapterItem{border-bottom:1px solid var(--th-card-border);align-items:baseline;gap:16px;padding:12px 0;display:flex}.page-module__WM8C0G__chapterItem:last-child{border-bottom:none}.page-module__WM8C0G__chapterTime{font-family:var(--font-accent);color:var(--th-accent);letter-spacing:.5px;flex-shrink:0;min-width:64px;font-size:13px;font-weight:500}.page-module__WM8C0G__chapterTitle{font-family:var(--font-body);color:var(--th-text-primary);font-size:15px;line-height:1.5}.page-module__WM8C0G__shareSection{border-top:1px solid var(--th-card-border);margin-bottom:0;padding-top:32px}.page-module__WM8C0G__related{background:var(--th-bg-primary);padding:96px 48px;position:relative}.page-module__WM8C0G__related:before{content:"";background:linear-gradient(90deg, transparent 10%, var(--th-accent-border) 30%, var(--th-accent) 50%, var(--th-accent-border) 70%, transparent 90%);height:1px;position:absolute;top:0;left:0;right:0}.page-module__WM8C0G__relatedInner{max-width:1100px;margin:0 auto}.page-module__WM8C0G__relatedEyebrow{font-family:var(--font-accent);letter-spacing:3px;text-transform:uppercase;color:var(--th-accent);margin-bottom:8px;font-size:11px;font-weight:600;display:block}.page-module__WM8C0G__relatedTitle{font-family:var(--font-heading);color:var(--th-text-primary);letter-spacing:-.01em;margin-bottom:44px;font-size:clamp(24px,3vw,32px);font-weight:400}.page-module__WM8C0G__relatedGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.page-module__WM8C0G__newsletter{background:var(--th-bg-deep);text-align:center;border-top:1px solid var(--th-card-border);padding:80px 48px}.page-module__WM8C0G__newsletterInner{max-width:560px;margin:0 auto}.page-module__WM8C0G__newsletterEyebrow{font-family:var(--font-accent);letter-spacing:3px;text-transform:uppercase;color:var(--th-accent);margin-bottom:12px;font-size:11px;font-weight:600;display:block}.page-module__WM8C0G__newsletterTitle{font-family:var(--font-heading);color:var(--th-text-primary);letter-spacing:-.01em;margin-bottom:12px;font-size:clamp(24px,3vw,32px);font-weight:600}.page-module__WM8C0G__newsletterDesc{font-family:var(--font-body);color:var(--th-text-secondary);margin-bottom:28px;font-size:15px;line-height:1.7}.page-module__WM8C0G__newsletterFormWrap{max-width:440px;margin:0 auto}.page-module__WM8C0G__newsletterPrivacy{font-family:var(--font-body);color:var(--th-text-muted);margin-top:12px;font-size:12px}@media (max-width:768px){.page-module__WM8C0G__playButton{width:64px;height:64px}.page-module__WM8C0G__playIcon{width:24px;height:24px}.page-module__WM8C0G__relatedGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.page-module__WM8C0G__main{padding:120px 20px 40px}.page-module__WM8C0G__thumbHero{margin-left:-20px;margin-right:-20px}.page-module__WM8C0G__thumbImageWrap{border-radius:0}.page-module__WM8C0G__playButton{width:56px;height:56px}.page-module__WM8C0G__playIcon{width:22px;height:22px}.page-module__WM8C0G__watchLabel{font-size:10px}.page-module__WM8C0G__platformBar{gap:8px}.page-module__WM8C0G__platformPill{padding:7px 14px;font-size:9px}.page-module__WM8C0G__related{padding:60px 20px}.page-module__WM8C0G__relatedGrid{grid-template-columns:1fr}.page-module__WM8C0G__newsletter{padding:60px 20px}.page-module__WM8C0G__chapterTime{min-width:52px;font-size:12px}}
