:root{--bg:#f6f2eb;--surface:#ffffffed;--surface-strong:#fffffff7;--surface-soft:#ffffffe6;--ink:#1e1a16;--muted:#62584d;--line:#ffffff2e;--accent:#bf5b2c;--accent-dark:#8f3c18;--brand-blue:#2038d1;--brand-yellow:#f0e11b;--success:#21643f;--warning:#8d5a10;--shadow:0 22px 60px #00000042;--radius-lg:28px;--radius-md:20px;--radius-sm:14px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-width:320px;color:var(--ink);background:radial-gradient(circle at 0 0,#bf5b2c14,#0000 24%),radial-gradient(circle at 100% 0,#2038d10d,#0000 22%),linear-gradient(#fcfbf8 0%,#f5f0e8 52%,#f1ebe2 100%);margin:0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}audio{width:100%}code{font-family:SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace}.pageShell{min-height:100vh}.mainContent{padding:2rem 0 5rem}.container{width:min(calc(100% - 2rem), var(--container));margin:0 auto}.pageStack{gap:2rem;display:grid}.aboutPage{gap:1.5rem}.narrowStack{max-width:760px}.srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.siteHeader{z-index:40;will-change:transform, opacity;-webkit-backdrop-filter:none;background:#17120ee6;border-bottom:1px solid #4a3c2e3d;transition:border-color .42s,transform .78s cubic-bezier(.22,1,.36,1),opacity .68s;position:sticky;top:0}.siteHeaderInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;min-height:76px;transition:min-height .22s,padding .22s,gap .22s;display:flex}.brandMark{will-change:transform, opacity, max-width, max-height;min-width:0;max-width:14rem;max-height:92px;box-shadow:none;background:0 0;border:0;border-radius:16px;align-items:flex-start;padding:.35rem .55rem .42rem;font-size:.98rem;transition:max-width .78s cubic-bezier(.22,1,.36,1),max-height .78s cubic-bezier(.22,1,.36,1),opacity .68s,transform .78s cubic-bezier(.22,1,.36,1),margin .78s cubic-bezier(.22,1,.36,1),padding .78s cubic-bezier(.22,1,.36,1);display:inline-flex;overflow:hidden}.siteHeaderCompact .siteHeaderInner{gap:.7rem;min-height:54px}.siteHeaderCompact .brandMark{opacity:0;pointer-events:none;max-width:0;max-height:0;margin:0;padding:0;transform:translateY(-6px)}.brandTitle{text-transform:uppercase;letter-spacing:-.01em;gap:.01em;font-family:Arial Narrow Bold,Helvetica Neue Condensed,Haettenschweiler,Impact,Arial Narrow,serif;font-size:2rem;font-weight:700;line-height:.82;display:inline-grid}.brandTitleLine{width:fit-content;display:block}.brandTitleBlue{color:var(--brand-blue);text-shadow:none}.brandTitleYellow{color:var(--brand-yellow);text-shadow:none}.brandSubline{color:var(--muted);margin-top:.35rem;font-size:.72rem;display:block}.siteNav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;font-size:.95rem;display:inline-flex}.siteNav a{color:#fff8f0f0;min-height:40px;box-shadow:none;background:0 0;border:0;align-items:center;padding:.12rem .05rem;transition:transform .18s,color .18s,text-shadow .18s;display:inline-flex;position:relative}.siteNav a:after{content:"";transform-origin:0;background:#fff8f0d1;height:1.5px;transition:transform .18s;position:absolute;bottom:.15rem;left:0;right:0;transform:scaleX(0)}@media (hover:hover){.siteNav a:hover{color:#fffdfa;text-shadow:0 1px 12px #fffaf433;transform:translateY(-1px)}.siteNav a:hover:after{transform:scaleX(1)}}.breadcrumbs{color:#6a6055;font-size:.88rem}.breadcrumbsList{flex-wrap:wrap;gap:.35rem .5rem;margin:0;padding:0;list-style:none;display:flex}.breadcrumbsItem{align-items:center;gap:.5rem;min-width:0;display:inline-flex}.breadcrumbsItem a{color:#7e6d5a}.breadcrumbsItem span[aria-current=page]{color:#4f4338}.breadcrumbsSeparator{color:#4f43388c}.heroPanel,.contentPanel,.platformSection,.pageIntro{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(18px)saturate(135%);box-shadow:var(--shadow), inset 0 1px 0 #ffffff3d}.heroPanel{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:2rem;padding:1.8rem;display:grid}.aboutHeroPanel{grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);gap:2.35rem;position:relative;overflow:hidden}.aboutHeroPanel:before{content:"";pointer-events:none;background:radial-gradient(circle,#bf5b2c1f 0%,#bf5b2c08 54%,#0000 72%);border-radius:999px;width:22rem;height:22rem;position:absolute;inset:auto -8% -26% auto}.heroMedia{justify-content:center;align-items:center;min-width:0;min-height:100%;padding:.35rem;display:flex}.aboutHeroMedia{align-items:stretch}.aboutHeroMediaFrame{border-radius:calc(var(--radius-lg) - 2px);background:linear-gradient(145deg,#fffffff0,#f8f2eac7),radial-gradient(circle at 0 0,#2038d114,#0000 40%);border:1px solid #ffffffa6;justify-content:center;align-items:stretch;width:100%;padding:.7rem;display:flex;position:relative;box-shadow:inset 0 1px #fffc,0 18px 34px #36220c1f}.heroCopy{align-content:center;justify-self:center;align-items:start;width:min(100%,34rem);min-width:0;min-height:100%;display:grid}.aboutHeroCopy{z-index:1;gap:1rem;position:relative}.heroCopy h1,.pageIntro h1,.contentPanel h1,.contentPanel h2,.sectionHeading h2{margin:0}.heroCopy h1,.pageIntro h1{letter-spacing:-.04em;font-size:clamp(2.2rem,5vw,4.4rem);line-height:.95}.aboutHeroTitle{text-wrap:balance;max-width:12ch;font-size:clamp(2.2rem,5vw,4.9rem)}.archiveTitle{font-size:clamp(2.6rem,5.5vw,4.8rem)}.episodeHeroCopy h1{letter-spacing:-.03em;margin:0;font-size:clamp(1.9rem,3.8vw,3rem);line-height:1}.profileRole{color:var(--accent-dark);margin:-.35rem 0 0;font-size:1rem;font-weight:700}.heroLead,.introCopy{max-width:66ch;color:var(--muted);overflow-wrap:anywhere;font-size:1.08rem}.topicsIntroPrompt{gap:.55rem;margin-top:.8rem;display:grid}.topicsIntroPrompt h2{margin:0}.topicsIntroPrompt p{max-width:66ch;color:var(--muted);margin:0}.aboutHeroLead{max-width:58ch}.heroLogoImage{border-radius:calc(var(--radius-md) - 4px);width:min(100%,31rem);height:auto}.aboutHeroImage{aspect-ratio:1;object-fit:cover;width:100%;max-width:none;height:auto}.heroWordmark{text-transform:uppercase;letter-spacing:-.07em;text-wrap:balance;gap:.02em;font-family:Arial Narrow Bold,Helvetica Neue Condensed,Haettenschweiler,Impact,sans-serif;font-size:clamp(3.6rem,9vw,7rem);line-height:.84;display:inline-grid}.heroWord{width:fit-content;color:var(--brand-blue);-webkit-text-fill-color:currentColor;filter:none;text-shadow:none;background:0 0;display:block}.heroWordBlue{color:var(--brand-blue)}.heroWordYellow{color:#17130f;background:linear-gradient(#f5ea42 0%,#dfcf12 100%);border-radius:.05em;padding:.02em .12em .04em .09em;box-shadow:inset 0 1px #ffffff4d}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--accent-dark);margin:0 0 .6rem;font-size:.8rem;font-weight:700}.heroActions,.buttonRow{flex-wrap:wrap;gap:.9rem;margin-top:1.5rem;display:flex}.heroHook{color:#3f362d;max-width:38ch;margin:0;font-size:1.05rem;font-weight:700}.buttonPrimary,.buttonSecondary,.platformPill,.platformBadgeLink{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:.8rem 1.15rem;font-weight:700;transition:transform .16s,background-color .16s,border-color .16s;display:inline-flex}.buttonPrimary{background:var(--ink);color:#fff}.buttonSecondary,.platformPill,.platformBadgeLink{border:1px solid var(--line);background:#ffffffbf}.buttonPrimary:hover,.buttonSecondary:hover,.platformPill:hover,.platformBadgeLink:hover,.textLink:hover{transform:translateY(-1px)}.statsGrid{align-content:start;gap:1rem;display:grid}.statCard{border-radius:var(--radius-md);border:1px solid var(--line);background:#ffffffb3;padding:1.15rem 1.2rem}.statCard dt{color:var(--muted);font-size:.9rem}.statCard dd{margin:.35rem 0 0;font-size:2rem;font-weight:700}.section{gap:1.25rem;display:grid}.sectionHeading{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.textLink{color:var(--accent-dark);align-items:center;font-weight:700;transition:transform .18s,color .18s;display:inline-flex}.sectionHeadingLink{color:var(--accent-dark);text-shadow:none;align-self:flex-end}.aboutFeaturePanel,.aboutTopicsPanel{position:relative;overflow:hidden}.aboutFeaturePanel:before,.aboutTopicsPanel:before{content:"";pointer-events:none;background:linear-gradient(90deg,#bf5b2c38,#bf5b2c00);width:100%;height:1px;position:absolute;inset:0 auto auto 0}.aboutFeatureGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.aboutTopicsLayout{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);align-items:center;gap:1.25rem;display:grid}.aboutTopicsIntro{align-content:start;gap:.55rem;display:grid}.aboutTopicsIntro h2{margin:0}.aboutTopicsIntro p:last-child{max-width:34ch;color:var(--muted);margin:0}.aboutTopicCloud{border-radius:calc(var(--radius-md) - 2px);background:linear-gradient(#ffffffd1,#f7f1e9b3);border:1px solid #bf5b2c1f;justify-content:center;justify-self:center;align-items:center;width:min(100%,44rem);padding:1rem 1.05rem;display:flex;box-shadow:inset 0 1px #ffffffc2,0 14px 28px #36220c14}.aboutTopicsPanelCompact{gap:1rem;display:grid}.aboutTopicsCompactHeader{justify-content:flex-start;width:100%;display:flex}.aboutTopicsPanelCompact .aboutFeatureEyebrow{margin:0}.aboutTopicCloudCompact{justify-self:stretch;width:100%}.aboutFeatureCard{border-radius:calc(var(--radius-md) - 2px);background:linear-gradient(#ffffffd1,#f7f1e9ad);border:1px solid #bf5b2c1f;align-content:start;gap:.55rem;min-width:0;padding:1.15rem 1.2rem;display:grid;box-shadow:inset 0 1px #ffffffb8}.aboutFeatureEyebrow{color:var(--accent-dark);text-transform:uppercase;letter-spacing:.12em;margin:0;font-size:.72rem;font-weight:700}.aboutFeatureCard h3{letter-spacing:-.02em;margin:0;font-size:1.08rem;line-height:1.1}.aboutFeatureCard p:last-child{color:var(--muted);margin:0}.episodeActionLink{width:fit-content}.episodeActionRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;display:flex}.episodeCardPlayButton{min-height:40px;padding:.55rem .9rem;font-size:.88rem}.episodeGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;display:grid}.episodeCard,.episodeListItem{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface-soft);box-shadow:var(--shadow), inset 0 1px 0 #ffffff38;-webkit-backdrop-filter:blur(18px)saturate(130%);transition:transform .18s,box-shadow .18s,border-color .18s;overflow:hidden}.episodeCardImageLink,.episodeListImageLink{display:block}.episodeCardImageLink{padding:.6rem .6rem 0}.episodeCardImage,.episodeListImage,.episodeHeroImage{aspect-ratio:1;object-fit:cover;width:100%;height:auto;transition:transform .22s,filter .22s}.episodeCardImage{border-radius:calc(var(--radius-md) - 8px)}.episodeCardBody,.episodeListContent{gap:.8rem;min-width:0;padding:1rem 1rem 1.2rem;display:grid}.episodeCardTitle,.episodeListTitle{letter-spacing:-.02em;overflow-wrap:anywhere;margin:0;font-size:1.22rem;line-height:1.15}.episodeCardExcerpt,.episodeListExcerpt,.footerCopy,.searchSummary,.transcriptMeta,.episodeMetaRow,.richText p,.emptyState{color:var(--muted)}.episodeMetaRow,.badgeRow{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.episodeMetaRow{font-size:.88rem}.statusBadge{border-radius:999px;align-items:center;gap:.35rem;min-height:32px;padding:.2rem .7rem;font-size:.8rem;font-weight:700;display:inline-flex}.statusBadge.isReady{color:var(--success);background:#21643f1f}.statusBadge.isMissing{color:var(--warning);background:#8d5a101f}@media (hover:hover){.episodeCard:hover,.episodeListItem:hover{border-color:#bf5b2c2e;transform:translateY(-8px);box-shadow:0 30px 72px #0000002e,inset 0 1px #ffffff47}.episodeCard:hover .episodeCardImage,.episodeListItem:hover .episodeListImage{filter:saturate(1.03);transform:scale(1.025)}.sectionHeadingLink:hover,.episodeActionLink:hover{transform:translate(6px)}}.trustPanel{padding-top:1.15rem;padding-bottom:1.15rem}.trustGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;display:grid}.trustItem{border-radius:calc(var(--radius-md) - 6px);background:linear-gradient(#ffffffd6,#f7f1e9b3);border:1px solid #bf5b2c1f;padding:.85rem .95rem}.trustLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-dark);margin:0;font-size:.77rem;font-weight:700}.trustValue{color:#2a241e;margin:.38rem 0 0;font-size:.97rem;font-weight:700}.sectionIntro{max-width:78ch;margin:-.5rem 0 0}.pageIntro,.platformSection,.contentPanel{padding:1.6rem}.platformLinkGrid{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.platformBadgeLink{background:linear-gradient(#fffffff5,#f6f0e8e0);border:1px solid #ffffffb8;border-radius:18px;justify-content:center;align-items:center;width:208px;height:72px;min-height:72px;padding:.45rem .7rem;transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s;display:inline-flex;box-shadow:0 16px 34px #36220c17,inset 0 1px #ffffffc7}.platformBadgeImage{width:var(--badge-width,180px);height:var(--badge-height,44px);object-fit:contain;object-position:center center;transition:transform .18s}.platformBadgeDark{background:linear-gradient(#16191efa,#0a0c0ffa);border-color:#ffffff14;box-shadow:inset 0 1px #ffffff14,0 16px 30px #0000003d}.platformBadgeLight{background:linear-gradient(#fffffffc,#fffffff5);box-shadow:inset 0 1px #ffffffb3,0 16px 30px #36220c1f}.searchLayout{gap:1rem;display:grid}.searchField{gap:.55rem;font-weight:700;display:grid}.searchField input{border:1px solid var(--line);min-height:54px;font:inherit;-webkit-backdrop-filter:blur(14px)saturate(125%);background:#ffffff9e;border-radius:16px;padding:0 1rem}.episodeList{gap:1rem;display:grid}.episodeListItem{grid-template-columns:220px minmax(0,1fr);align-items:stretch;display:grid}.episodeListImageLink{background:#ffffff9e;justify-content:center;align-items:center;width:220px;min-height:220px;padding:.9rem;display:flex}.latestFeatureCard{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface-soft);grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:1.35rem;padding:1rem;display:grid}.latestFeatureContent{align-content:space-between;gap:1rem;min-width:0;padding:.15rem .2rem;display:grid}.latestFeatureTop{gap:.9rem;display:grid}.latestFeatureDescription{color:var(--muted);gap:.85rem;display:grid}.latestFeatureDescription p{margin:0}.latestFeatureActions{margin-top:.4rem}.latestFeatureMediaLink{border-radius:calc(var(--radius-md) - 8px);width:100%;display:block;overflow:hidden}.latestFeatureMediaImage{aspect-ratio:1;object-fit:cover;object-position:center;width:100%;height:100%;display:block}.episodePage{gap:1.5rem;display:grid}.episodeHero{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow), inset 0 1px 0 #ffffff3d;-webkit-backdrop-filter:blur(18px)saturate(135%);grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr);gap:1.8rem;padding:1.8rem;display:grid}.episodeHeroCopy{align-content:start;gap:1rem;min-width:0;display:grid}.episodeOverline{flex-wrap:wrap;align-items:center;gap:.45rem .9rem;display:flex}.episodeOverline .eyebrow{margin:0}.episodeOverlineMeta{color:#4f4840;flex-wrap:wrap;align-items:center;gap:.45rem .9rem;font-size:.8rem;font-weight:700;line-height:1.35;display:flex}.episodeImageShell{border-radius:var(--radius-md);width:100%;overflow:hidden}.profileImage{border-radius:var(--radius-md);width:100%;height:auto}.episodeHostLine{color:#6f655a;margin:-.3rem 0 0;font-size:.96rem;font-weight:600}.episodeHostLine a{color:var(--accent-dark)}.audioPlayer{margin-top:.85rem}.audioSeekHint{color:#201a15;letter-spacing:-.02em;margin:.2rem 0 .65rem;font-size:clamp(1.35rem,2.6vw,2.15rem);font-weight:800;line-height:1.08}.youtubeEmbed{aspect-ratio:16/9;background:#0c0c0c;border-radius:18px;width:100%;margin-top:.85rem;overflow:hidden;box-shadow:0 14px 28px #18120c33}.youtubeEmbed iframe{border:0;width:100%;height:100%;display:block}.emptyStateBlock{gap:.65rem;display:grid}.inlineActions{flex-wrap:wrap;gap:.9rem;display:flex}.episodeGuidePanel,.episodeGuideGrid{gap:1.2rem;display:grid}.episodeGuideBlock{gap:.8rem;display:grid}.episodeGuideBlock h3{margin:0;font-size:1.05rem}.topicChipList{flex-wrap:wrap;gap:.65rem;display:flex}.semanticDirectory{gap:2.1rem;display:grid}.semanticSearchShell{gap:.58rem;display:grid}.semanticDirectory .searchField{margin:0}.semanticSearchResults{background:#ffffffd1;border:1px solid #a47a5433;border-radius:16px;padding:.46rem;box-shadow:0 10px 24px #36220c14}.semanticSearchResultList{gap:.35rem;max-height:310px;padding-right:.2rem;display:grid;overflow-y:auto}.semanticSearchResultItem{color:#5c4f42;background:#fffcf8eb;border:1px solid #bf5b2c1a;border-radius:10px;grid-template-columns:1fr auto;align-items:center;gap:.6rem;min-height:36px;padding:.45rem .58rem;font-weight:700;display:grid}.semanticSearchResultItem:hover{color:#4f3a28;background:#fff6ebf2;border-color:#bf5b2c47}.semanticSearchResultKind{color:#7a6757;letter-spacing:.04em;text-transform:uppercase;background:#f8efe4e6;border:1px solid #a47a5438;border-radius:999px;align-items:center;min-height:22px;padding:.12rem .48rem;font-size:.7rem;font-weight:700;display:inline-flex}.semanticSearchEmpty{color:#6a5b4d;margin:0;padding:.52rem .62rem;font-size:.9rem}.semanticSearchResultList::-webkit-scrollbar{width:8px}.semanticSearchResultList::-webkit-scrollbar-thumb{background:#a47a5459;border-radius:999px}.semanticSearchResultList::-webkit-scrollbar-track{background:#ffffff73}.semanticPanel{padding:1.4rem 1.5rem}.semanticPanelRow{grid-template-columns:minmax(96px,132px) 1fr;align-items:start;gap:.8rem;display:grid}.semanticPanel .sectionHeading{margin:0}.semanticChipPanel{background:#ffffff80;border:1px solid #bf5b2c1f;border-radius:18px;padding:1rem 1.1rem;box-shadow:0 12px 30px #251c1214}.semanticCategoryStack{gap:.95rem;display:grid}.semanticCategoryGroup{background:#ffffff61;border:1px solid #bf5b2c1a;border-radius:14px;gap:.55rem;padding:.7rem .75rem;display:grid}.semanticCategoryGroup:nth-of-type(2n){background:#e8dcd057;border-color:#a47a5421}.semanticCategoryGroup+.semanticCategoryGroup{margin-top:.1rem}.semanticCategoryHeading{justify-content:space-between;align-items:baseline;gap:.6rem;display:flex}.semanticCategoryTitle{color:#6d6053;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.78rem}.semanticCategoryCount{color:#8a7b6c;font-size:.78rem;font-weight:700}.semanticFilterButton{color:#6e5d4c;letter-spacing:.01em;text-transform:none;cursor:pointer;background:#fcf7f1e0;border:1px solid #a47a543d;border-radius:999px;justify-content:center;align-items:center;min-height:36px;padding:.46rem .86rem;font-size:.78rem;font-weight:700;line-height:1.15;transition:border-color .15s,background-color .15s,color .15s;display:inline-flex}.semanticFilterButton:hover{background:#fff7eeeb;border-color:#bf5b2c4d}.semanticFilterButton.isActive{color:var(--accent-dark);background:linear-gradient(#fffcf8fa,#fff2e4f0);border-color:#bf5b2c47}.semanticFilterPanel{background:linear-gradient(#fffcf8f2,#fcf4ebdb);border:1px solid #bf5b2c24;border-radius:18px;gap:.9rem;padding:1.05rem 1.1rem 1.1rem;display:grid;box-shadow:0 10px 24px #36220c12}.semanticFilterPanelHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.7rem;display:flex}.semanticFilterPanelIntro{gap:.18rem;display:grid}.semanticFilterPanelTitle{color:#7a6959;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.79rem;font-weight:700}.semanticFilterPanelSubtitle{color:#7b6f63;margin:0;font-size:.88rem}.semanticFilterButtonReset{color:#825735;border-color:#bf5b2c40}.semanticFilterJumpRow{flex-wrap:wrap;gap:.55rem;display:flex}.semanticFilterButtonJump{background:#ffffffbd}.semanticFilterPickerGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.semanticFilterPicker{background:#ffffffad;border:1px solid #a47a5429;border-radius:15px;padding:.68rem .78rem;transition:box-shadow .15s,border-color .15s,background-color .15s}.semanticFilterPicker:hover{background:#ffffffc2;border-color:#bf5b2c3d}.semanticFilterPickerSummary{cursor:pointer;justify-content:space-between;align-items:center;gap:.6rem;display:flex}.semanticFilterPickerTitle{color:#6a5646;font-size:.9rem;font-weight:800}.semanticFilterPickerMeta{color:#7f6956;letter-spacing:.04em;text-transform:uppercase;background:#f7ede2db;border:1px solid #a47a5433;border-radius:999px;align-items:center;min-height:24px;padding:.2rem .55rem;font-size:.76rem;font-weight:700;display:inline-flex}.semanticFilterChecklist{gap:.38rem;max-height:290px;margin-top:.72rem;padding-top:.04rem;padding-right:.24rem;display:grid;overflow-y:auto}.semanticFilterChecklistTopics{grid-template-columns:1fr}.semanticFilterOption{color:#5c4f42;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:.55rem;min-height:36px;padding:.28rem .42rem;font-size:.88rem;transition:background-color .14s,color .14s;display:grid}.semanticFilterOption:hover{color:#4f3d2d;background:#f8f0e7e6}.semanticFilterOption input{accent-color:#8f5a34;border-radius:4px;width:1rem;height:1rem;margin:0}.semanticFilterOptionCount{color:#7a695b;justify-self:end;font-size:.76rem;font-weight:700}.semanticFilterOption span{line-height:1.25}.semanticFilterOption:has(input:checked){color:#503725;background:#f8eee2f5;font-weight:800}.semanticFilterOption:has(input:checked) .semanticFilterOptionCount{color:#69472e}.semanticFilterPicker[open]{border-color:#bf5b2c33;box-shadow:inset 0 0 0 1px #bf5b2c1f,0 8px 22px #36220c0f}.semanticFilterPickerSummary::-webkit-details-marker{display:none}.semanticFilterPickerSummary:after{content:"▾";color:#8d7763;margin-left:.25rem;font-size:.74rem}.semanticFilterPicker[open] .semanticFilterPickerSummary:after{content:"▴"}.semanticFilterChecklist::-webkit-scrollbar{width:8px}.semanticFilterChecklist::-webkit-scrollbar-thumb{background:#a47a5459;border-radius:999px}.semanticFilterChecklist::-webkit-scrollbar-track{background:#ffffff73}.semanticFilterPicker summary{list-style:none}.semanticFilterPicker summary::-webkit-details-marker{display:none}.semanticFilterPanel .semanticFilterButton{min-height:34px;font-size:.76rem}.semanticFilterJumpRow .semanticFilterButton{width:auto}.semanticFilterPickerGrid{align-items:start}.semanticFilterPanel .semanticFilterButton:focus-visible,.semanticFilterOption input:focus-visible{outline-offset:2px;outline:2px solid #bf5b2c66}@media (min-width:1180px){.semanticFilterChecklistTopics{grid-template-columns:repeat(2,minmax(0,1fr))}}.semanticPanel .topicChip{justify-content:flex-start;width:100%;padding:.52rem .88rem;font-size:.9rem}.semanticPanel .topicChipMuted{background:#f8f3ece6}.semanticPanel .topicChipList{grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem;display:grid}.aboutTopicCloud .topicChipList{justify-content:center}.topicChip{min-height:38px;color:var(--accent-dark);background:linear-gradient(#fffcf8fa,#fff5ebeb);border:1px solid #bf5b2c33;border-radius:999px;align-items:center;padding:.58rem .95rem;font-size:.92rem;font-weight:700;display:inline-flex;box-shadow:inset 0 1px #ffffffd1}.topicChipMuted{color:#5f564d;background:#f9f5eed1;border-color:#6e605029}.mobileStickyCta{display:none}.chapterBlock{padding-top:.2rem}.chapterList{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.chapterItem{background:#ffffff8f;border:1px solid #bf5b2c1f;border-radius:18px;gap:.45rem;padding:1rem 1.05rem;display:grid}.chapterHeading{flex-wrap:wrap;align-items:baseline;gap:.65rem;font-weight:700;display:flex}.chapterHeading time{color:var(--accent-dark);font-size:.9rem}.chapterItem p{color:var(--muted);margin:0}.richText{gap:1rem;margin-top:.9rem;display:grid}.episodeDescription{max-width:100%}.richText p{overflow-wrap:anywhere;margin:0}.emptyState{border:1px dashed var(--line);background:#ffffff8a;border-radius:16px;margin:.6rem 0 0;padding:1rem 1.1rem}.transcriptShell{gap:1rem;margin-top:.75rem;display:grid}.transcriptPanel{padding-top:1.1rem}.transcriptToggle{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;list-style:none;display:flex}.transcriptToggle::-webkit-details-marker{display:none}.transcriptToggle h2{margin:0}.transcriptChevron{border-right:2px solid var(--accent-dark);border-bottom:2px solid var(--accent-dark);flex:none;width:.9rem;height:.9rem;transition:transform .16s;transform:rotate(45deg)}.transcriptPanel[open] .transcriptChevron{transform:rotate(225deg)}.transcriptMeta{margin:0;font-size:.9rem}.transcriptList{gap:.85rem;display:grid}.transcriptCue{border:1px solid var(--line);-webkit-backdrop-filter:blur(14px)saturate(125%);background:#ffffffc7;border-left:4px solid #8f3c182e;border-radius:18px;padding:.95rem 1rem}.transcriptCue.isSpeakerOne{background:#fff7f0e6;border-left-color:#bf5b2cb3}.transcriptCue.isSpeakerTwo{background:#f4efe6eb;border-left-color:#7c6042b3}.transcriptCueMeta{color:var(--accent-dark);flex-wrap:wrap;align-items:center;gap:.8rem;margin-bottom:.45rem;font-size:.86rem;font-weight:700;display:flex}.transcriptCue p{white-space:pre-line;overflow-wrap:anywhere;margin:0}.episodeListImage{aspect-ratio:1;object-fit:cover;object-position:center center;width:100%;max-width:180px;height:180px}.siteFooter{color:#ffffffd1;background:#0a0b0eeb;border-top:1px solid #ffffff14}.footerInner{justify-content:center;align-items:center;gap:1rem;padding:1.5rem 0 2.3rem;display:flex}.footerTitle{margin:0;font-weight:700}.footerCopy{margin:.35rem 0 0}.footerLinks{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;display:flex}.siteFooter .platformBadgeLink{background:linear-gradient(#fffffff2,#f8f3ece8);border-radius:16px;width:196px;height:64px;min-height:64px;padding:.28rem .45rem}.siteFooter .platformBadgeLight{background:linear-gradient(#fff,#fffffffa)}@media (hover:hover){.platformBadgeLink:hover{border-color:#bf5b2c38;transform:translateY(-4px)scale(1.01);box-shadow:0 22px 42px #36220c24,inset 0 1px #ffffffd6}.platformBadgeLink:hover .platformBadgeImage{transform:scale(1.025)}}@media (max-width:980px){.heroPanel,.episodeHero,.episodeListItem{grid-template-columns:1fr}.heroPanel,.episodeHero{gap:1.35rem}.heroCopy{justify-self:stretch;width:100%}.aboutHeroPanel{gap:1.6rem}.aboutHeroTitle{max-width:none;font-size:clamp(2.1rem,7vw,4rem)}.aboutFeatureGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.aboutTopicsLayout{grid-template-columns:1fr;gap:1rem}.heroMedia,.episodeImageShell{justify-self:center;width:min(100%,34rem)}.aboutHeroMedia{width:min(100%,38rem)}.episodeListImageLink{background:0 0;width:100%;min-height:auto;padding:1rem 1rem 0}.episodeListImage{border-radius:calc(var(--radius-md) - 8px);width:100%;max-width:none;height:auto}.latestFeatureCard{grid-template-columns:1fr;gap:1rem;padding:.9rem}.latestFeatureMediaLink{order:-1}.latestFeatureContent{padding:.1rem}.episodeGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.semanticPanelRow{grid-template-columns:1fr}.semanticChipPanel{padding:.9rem 1rem}.semanticFilterPickerGrid{grid-template-columns:1fr}.semanticSearchResults{padding:.4rem}.semanticPanel .topicChipList,.trustGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.siteHeaderMobileHidden{opacity:0;pointer-events:none;border-bottom-color:#0000;transform:translateY(calc(-100% - 2px))}.siteHeaderMobileNoLogo .brandMark{opacity:0;pointer-events:none;max-width:0;max-height:0;margin:0;padding:0;transform:translateY(-14px)translate(-14px)}.siteHeaderMobileNoLogo .siteHeaderInner{flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem;min-height:40px;padding:.18rem 0}.siteHeaderMobileNoLogo .siteNav{flex-wrap:nowrap;justify-content:space-between;gap:.35rem;width:100%}.siteHeaderMobileNoLogo .siteNav a{white-space:nowrap;min-height:30px;padding:.04rem 0;font-size:.9rem}.siteHeaderMobileNoLogo .siteNav a:after{bottom:.12rem}.mainContent{padding:1rem 0 2.75rem}.container{width:min(calc(100% - 1.25rem), var(--container))}.pageStack{gap:1.25rem}.siteHeaderInner,.footerInner{flex-direction:column;align-items:flex-start}.siteHeaderInner{gap:.75rem;min-height:auto;padding:.9rem 0}.siteHeader:not(.siteHeaderMobileNoLogo) .siteHeaderInner{gap:.35rem;padding:.42rem 0 .32rem}.siteHeader:not(.siteHeaderMobileNoLogo) .brandMark{padding-block:.14rem}.siteHeader:not(.siteHeaderMobileNoLogo) .siteNav a{min-height:34px}.brandMark{max-height:68px;padding-block:.28rem}.brandTitle{font-size:1.55rem}.siteNav{justify-content:flex-start;gap:.7rem;width:100%}.heroPanel,.pageIntro,.platformSection,.contentPanel,.episodeHero{padding:1.1rem}.semanticFilterPanelHeader{align-items:flex-start}.semanticSearchResultItem{grid-template-columns:1fr;align-items:flex-start;gap:.32rem}.semanticSearchResultKind{justify-self:flex-start}.aboutHeroPanel{gap:1.25rem}.heroMedia{padding:0}.heroLogoImage{width:min(100%,22rem)}.aboutHeroMediaFrame{padding:.55rem}.aboutFeatureGrid{grid-template-columns:1fr;gap:.85rem}.aboutTopicCloud{padding:.9rem}.heroLead,.introCopy,.heroHook{font-size:1rem}.heroActions{margin-top:1rem}.sectionHeading{flex-direction:column;align-items:flex-start;gap:.45rem}.sectionHeadingLink{align-self:flex-start}.episodeGrid{grid-template-columns:1fr}.episodeCardBody,.episodeListContent{padding:.95rem .95rem 1.05rem}.episodeCardTitle,.episodeListTitle{font-size:1.1rem}.episodeHeroCopy h1{font-size:clamp(1.65rem,8vw,2.2rem)}.semanticPanel .topicChipList{grid-template-columns:1fr}.episodeOverline{gap:.35rem .75rem}.episodeOverlineMeta{font-size:.76rem}.transcriptPanel{padding-top:.95rem}.transcriptCue{border-radius:16px;padding:.85rem .9rem}.chapterItem{padding:.9rem .95rem}.transcriptCueMeta{gap:.5rem;font-size:.8rem}.footerLinks{justify-content:center;gap:.75rem}.platformLinkGrid{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:.65rem;display:grid}.footerLinks{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:.65rem;display:grid}.platformLinkGrid>*,.footerLinks>*{min-width:0}.platformBadgeLink{width:100%;max-width:none;height:clamp(52px,14vw,62px);min-height:clamp(52px,14vw,62px);padding:.24rem .42rem}.siteFooter .platformBadgeLink{width:100%;max-width:none;height:clamp(52px,14vw,62px);min-height:clamp(52px,14vw,62px)}.platformBadgeImage{width:min(100%, var(--badge-width,180px));height:auto;max-height:100%}.homePage{padding-bottom:0}.mobileStickyCta{background:linear-gradient(#fffffff7,#f5efe6f0);border:1px solid #bf5b2c29;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;margin-top:.75rem;padding:.65rem;display:grid;position:static;box-shadow:0 14px 34px #0000002e,inset 0 1px #ffffffc2}.mobileStickyCta .buttonPrimary,.mobileStickyCta .buttonSecondary{min-height:42px;padding:.6rem .9rem;font-size:.9rem}.mobileStickyCta .buttonSecondary{white-space:nowrap}}@media (max-width:560px){.container{width:min(calc(100% - 1rem), var(--container))}.brandTitle{font-size:1.35rem}.siteNav{justify-content:space-between}.heroPanel,.pageIntro,.platformSection,.contentPanel,.episodeHero{border-radius:22px;padding:1rem}.aboutHeroTitle{font-size:clamp(1.95rem,11vw,2.85rem);line-height:.97}.aboutFeatureCard{padding:1rem}.buttonPrimary,.buttonSecondary{width:100%}.trustGrid{grid-template-columns:1fr}.mobileStickyCta .buttonPrimary,.mobileStickyCta .buttonSecondary{width:auto}.episodeMetaRow,.episodeOverlineMeta{gap:.35rem .6rem;font-size:.75rem}.episodeCardExcerpt,.episodeListExcerpt,.richText p,.transcriptCue p{font-size:.98rem}.transcriptToggle{align-items:flex-start}.transcriptChevron{margin-top:.3rem}.platformLinkGrid,.footerLinks{gap:.55rem}}
