@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{--purple:#5B2D8E;--salmon:#E8614A;--ink:#12081B;--panel:#1A0D27;--panel2:#241033;--light:#EDE4F5;--white:#fff;--muted:#cbbede;--line:rgba(142,88,190,.55);--radius:18px;--wrap:1400px}*{box-sizing:border-box}html{font-size:16px}body{margin:0;background:radial-gradient(circle at 50% 0,#28123d 0,#12081B 45%,#09040f 100%);color:var(--white);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.wrap{width:min(calc(100% - 36px),var(--wrap));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(12,5,20,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.site-header__inner{min-height:82px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:14px;margin-right:auto}.brand__logo,.brand__fallback{width:58px;height:58px;border-radius:50%;border:2px solid white;object-fit:cover}.brand__fallback{display:grid;place-items:center;font-weight:900}.brand__copy{display:flex;flex-direction:column}.brand__copy strong{font-size:1.55rem}.brand__copy small{color:var(--salmon);font-weight:700}.primary-nav .nav{display:flex;gap:25px;list-style:none;margin:0;padding:0}.primary-nav a{font-weight:700;font-size:.95rem}.header-actions{display:flex;align-items:center;gap:12px}.search-button{border:0;background:none;color:#fff;font-size:1.7rem;cursor:pointer}.nav-toggle{display:none}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:4px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;border:0}.button--small{min-height:40px}.button--salmon{background:var(--salmon);color:#fff}.button--outline{border:1px solid var(--salmon);color:var(--salmon);background:transparent}.site-main{padding-bottom:40px}.home-hero{padding-top:28px}.hero-card{min-height:460px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:linear-gradient(90deg,#100719 0 39%,rgba(16,7,25,.7) 58%,transparent),var(--panel);display:grid;grid-template-columns:45% 55%}.hero-card__content{padding:46px;align-self:center;z-index:2}.hero-card h1{font-size:clamp(2.4rem,4vw,5.2rem);line-height:1.02;margin:.3em 0}.hero-card p{color:var(--light);font-size:1.12rem;max-width:620px}.hero-card__media img,.hero-placeholder{width:100%;height:100%;object-fit:cover;background:radial-gradient(circle,var(--purple),var(--ink))}.section-kicker,.section-heading h2{color:var(--salmon);font-weight:900;text-transform:uppercase;letter-spacing:.03em}.home-newsletter{margin-top:12px}.newsletter-block{background:linear-gradient(90deg,#4a2376,var(--purple),#3c1a63);border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);padding:26px 32px;display:grid;grid-template-columns:86px 1fr minmax(340px,480px);gap:25px;align-items:center}.newsletter-block__icon{width:72px;height:72px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:2rem}.newsletter-block h2{margin:0;color:#fff;line-height:1.15}.newsletter-block p{margin:.35rem 0;color:var(--light)}.newsletter-benefits{display:flex;gap:18px;color:#fff;font-weight:700;font-size:.88rem}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:10px}.newsletter-form input{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.22);color:#fff;padding:14px;border-radius:4px;min-width:0}.newsletter-form .form-success,.newsletter-form .form-error{grid-column:1/-1;display:none}.newsletter-form.success .form-success,.newsletter-form.error .form-error{display:block}.section{margin-top:28px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:12px}.section-heading h2{margin:0;font-size:1.45rem}.section-heading a{color:var(--salmon);font-weight:800}.hub-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.hub-card{min-height:260px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;position:relative;background:var(--panel2)}.hub-card img,.hub-card__placeholder{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;background:radial-gradient(circle at 50% 25%,var(--purple),#0a0610)}.hub-card__overlay{position:absolute;inset:auto 0 0;padding:72px 20px 18px;background:linear-gradient(transparent,#100719 55%);display:flex;flex-direction:column}.hub-card__overlay strong{font-size:1.5rem;text-transform:uppercase}.hub-card__overlay small{color:var(--light)}.hub-card__overlay b{color:var(--salmon);margin-top:10px}.network-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.show-card,.content-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:linear-gradient(180deg,var(--panel2),#100719)}.show-card__art{height:170px;background:radial-gradient(circle,var(--purple),#0b0511);display:grid;place-items:center;overflow:hidden}.show-card__art img{width:100%;height:100%;object-fit:cover}.show-monogram{padding:20px;text-align:center;font-weight:900;font-size:1.4rem}.youtube-mark{font-size:4rem;color:#70e6a0}.show-card__body,.content-card__body{padding:16px}.show-card h3,.content-card h3{margin:.4rem 0;font-size:1.2rem;line-height:1.2}.show-card p,.content-card p{color:var(--muted);font-size:.92rem}.pill{display:inline-block;background:var(--salmon);color:#fff;padding:3px 8px;font-size:.68rem;font-weight:900;text-transform:uppercase;border-radius:3px}.schedule-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.schedule-item{padding:20px;border-right:1px solid var(--line);background:var(--panel2);display:flex;flex-direction:column}.schedule-item:last-child{border:0}.schedule-item b{color:var(--salmon);text-transform:uppercase}.schedule-item span{color:var(--muted)}.content-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.content-grid--archive{grid-template-columns:repeat(4,1fr)}.content-card__image{height:150px;display:block;overflow:hidden;background:var(--purple)}.content-card__image img,.image-placeholder{width:100%;height:100%;object-fit:cover}.image-placeholder{display:block;background:radial-gradient(circle,var(--purple),var(--ink))}.meta{display:flex;flex-wrap:wrap;gap:8px;color:#9e8dac;font-size:.75rem}.archive-header,.author-profile,.error-page{margin-top:28px;padding:45px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel2)}.archive-header h1,.author-profile h1,.error-page h1{font-size:clamp(3rem,7vw,7rem);line-height:.95;margin:.2em 0}.archive-header--image{background:linear-gradient(90deg,rgba(18,8,27,.95),rgba(18,8,27,.4)),var(--archive-image) center/cover}.article{padding-top:32px}.article-header{max-width:980px}.article-header h1{font-size:clamp(2.6rem,5vw,5.6rem);line-height:1.02;margin:.25em 0}.article-dek{font-size:1.3rem;color:var(--muted)}.article-feature{margin:28px 0}.article-feature img{border-radius:var(--radius);width:100%;max-height:720px;object-fit:cover}.article-layout,.episode-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:36px}.article-content,.episode-content,.manual-rails,.multiple-worlds__intro{background:rgba(17,8,27,.5);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(24px,4vw,58px)}.gh-content{font-size:1.08rem}.gh-content h2,.gh-content h3{color:var(--salmon)}.gh-content a{color:#f58b78;text-decoration:underline}.gh-content img,.gh-content iframe{max-width:100%;border-radius:12px}.article-aside,.episode-aside{display:flex;flex-direction:column;gap:18px}.article-aside .newsletter-block,.episode-aside .newsletter-block,.hub-sidebar .newsletter-block,.podcast-hub__grid aside .newsletter-block{grid-template-columns:1fr;padding:22px}.article-aside .newsletter-block__icon,.episode-aside .newsletter-block__icon,.hub-sidebar .newsletter-block__icon,.podcast-hub__grid aside .newsletter-block__icon{display:none}.article-aside .newsletter-form,.episode-aside .newsletter-form,.hub-sidebar .newsletter-form,.podcast-hub__grid aside .newsletter-form{grid-template-columns:1fr}.aside-link,.purple-panel{display:block;background:var(--purple);padding:22px;border-radius:var(--radius);font-weight:800}.related{margin-top:36px}.episode-header{padding:35px 0}.episode-header h1{font-size:clamp(2.5rem,5vw,5rem);line-height:1.03}.episode-label{margin-left:8px;color:var(--muted);text-transform:uppercase;font-weight:800;font-size:.8rem}.episode-art{width:100%;max-height:550px;object-fit:cover;border-radius:var(--radius);margin-bottom:18px}.hub-header,.podcast-hub__header{min-height:320px;margin-top:28px;border:1px solid var(--line);border-radius:var(--radius);display:flex;align-items:center;padding:45px;background:linear-gradient(90deg,#100719 0 45%,rgba(16,7,25,.3)),var(--hub-image,radial-gradient(circle,var(--purple),var(--ink))) center/cover}.hub-header h1,.podcast-hub__header h1{font-size:clamp(3rem,7vw,7rem);margin:.1em 0;line-height:.95}.hub-header p,.podcast-hub__header p{max-width:680px;color:var(--light);font-size:1.15rem}.hub-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:16px;margin-top:16px}.hub-sidebar{display:flex;flex-direction:column;gap:16px}.hub-sidebar-content{font-size:.93rem}.feature-row{display:grid;grid-template-columns:minmax(260px,45%) 1fr;gap:24px;border:1px solid var(--line);border-radius:var(--radius);padding:18px;background:var(--panel2)}.feature-row img{width:100%;height:300px;object-fit:cover;border-radius:12px}.feature-row h2{font-size:2rem}.manual-rails{margin-top:28px}.podcast-hub__header{background:linear-gradient(90deg,#100719 0 45%,rgba(16,7,25,.3)),var(--podcast-image,radial-gradient(circle,var(--purple),var(--ink))) center/cover}.podcast-buttons{display:flex;gap:12px}.podcast-hub__grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px}.multiple-worlds{padding-top:1px}.author-profile{display:grid;grid-template-columns:190px 1fr;gap:28px;align-items:center}.author-profile img{width:180px;height:180px;border-radius:50%;object-fit:cover;border:3px solid var(--salmon)}.pagination{margin:30px 0;display:flex;justify-content:center;gap:20px}.site-footer{border-top:1px solid var(--line);background:#0a0410;padding:30px 0}.site-footer__inner{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img,.footer-brand .brand__fallback{width:50px;height:50px;border-radius:50%}.footer-brand p{font-weight:800}.footer-nav .nav{display:flex;list-style:none;gap:18px}.site-footer small{grid-column:1/-1;color:#9e8dac}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:1100px){.network-grid{grid-template-columns:repeat(3,1fr)}.content-grid{grid-template-columns:repeat(3,1fr)}.hub-grid{grid-template-columns:repeat(2,1fr)}.hero-card{grid-template-columns:1fr}.hero-card__media{grid-row:1;height:300px}.newsletter-block{grid-template-columns:70px 1fr}.newsletter-form{grid-column:1/-1}.article-layout,.episode-layout,.podcast-hub__grid{grid-template-columns:1fr}.hub-layout{grid-template-columns:1fr}.hub-sidebar{order:2}.primary-nav{display:none;position:absolute;top:82px;left:18px;right:18px;background:#100719;padding:20px;border:1px solid var(--line);border-radius:12px}.primary-nav.is-open{display:block}.primary-nav .nav{flex-direction:column}.nav-toggle{display:block;background:none;border:1px solid var(--line);color:white;padding:8px}.header-actions .search-button{display:none}}@media(max-width:700px){.wrap{width:min(calc(100% - 24px),var(--wrap))}.brand__copy strong{font-size:1.1rem}.brand__copy small{font-size:.7rem}.brand__logo,.brand__fallback{width:46px;height:46px}.header-actions .button{padding:0 10px;font-size:.7rem}.hero-card__content{padding:26px}.hero-card h1{font-size:2.6rem}.newsletter-block{grid-template-columns:1fr}.newsletter-block__icon{display:none}.newsletter-form{grid-template-columns:1fr}.hub-grid,.network-grid,.content-grid,.content-grid--archive,.schedule-grid{grid-template-columns:1fr}.schedule-item{border-right:0;border-bottom:1px solid var(--line)}.feature-row{grid-template-columns:1fr}.hub-header,.podcast-hub__header,.archive-header,.author-profile{padding:28px}.author-profile{grid-template-columns:1fr}.site-footer__inner{grid-template-columns:1fr}.footer-nav .nav{flex-wrap:wrap}.site-header__inner{gap:10px}.header-actions{margin-left:auto}}
.mwp-roster,.mwp-campaign-grid,.mwp-current-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.mwp-roster-card,.mwp-campaign-card,.mwp-current-grid>div{display:flex;flex-direction:column;gap:5px;padding:16px;border:1px solid var(--line);border-radius:12px;background:var(--panel2)}.mwp-roster-card.is-deceased{background:#3b1020;border-color:var(--salmon)}.mwp-campaign-card.rebel{border-left:7px solid #706cff}.mwp-campaign-card.imperial{border-left:7px solid var(--salmon)}.mwp-campaign-card.contested{border-left:7px solid #aaa}.mwp-current-grid b{color:var(--salmon);text-transform:uppercase}@media(max-width:700px){.mwp-roster,.mwp-campaign-grid,.mwp-current-grid{grid-template-columns:1fr}}

/* Homepage editorial artwork pair — feature images are complete 1200×630 cards. */
.hero-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.hero-pair__slot{min-width:0}
.hero-pair__label{display:block;margin:0 0 9px;color:var(--salmon);font-size:.82rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.hero-image-card{display:block;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel2);box-shadow:0 14px 38px rgba(0,0,0,.24);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.hero-image-card:hover,.hero-image-card:focus-visible{transform:translateY(-3px);border-color:var(--salmon);box-shadow:0 18px 44px rgba(0,0,0,.34)}
.hero-image-card:focus-visible{outline:3px solid rgba(232,97,74,.5);outline-offset:3px}
.hero-image-card img{display:block;width:100%;height:auto;aspect-ratio:1200/630;object-fit:contain;background:#0b0511}
.hero-image-card__placeholder{display:flex;aspect-ratio:1200/630;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:24px;text-align:center;background:radial-gradient(circle at 50% 30%,var(--purple),var(--ink));color:var(--white)}
.hero-image-card__placeholder small{color:var(--muted)}
@media(max-width:800px){.hero-pair{grid-template-columns:1fr}.hero-pair__slot+ .hero-pair__slot{margin-top:4px}}


/* Ghost editor wide and full-width cards */
.kg-width-wide {
  width: min(1200px, calc(100vw - 48px));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.kg-width-full {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .kg-width-wide {
    width: calc(100vw - 24px);
  }
}


/* Typography refresh: editorial display faces with a neutral reading face. */
:root{--font-display:"Barlow Condensed","Arial Narrow",Arial,sans-serif;--font-body:"Inter","Helvetica Neue",Arial,sans-serif}
body,button,input,textarea,select{font-family:var(--font-body)}
h1,h2,h3,.brand__copy strong,.section-kicker,.hero-pair__label,.hub-card__overlay strong,.show-monogram,.schedule-item strong{font-family:var(--font-display)}
h1,.archive-header h1,.author-profile h1,.error-page h1,.article-header h1,.episode-header h1,.hub-header h1,.podcast-hub__header h1{font-weight:800;letter-spacing:-.025em}
.section-heading h2{font-family:var(--font-display);font-size:clamp(1.55rem,2.5vw,2.15rem);line-height:1;letter-spacing:.045em}
.show-card h3,.content-card h3,.feature-row h2,.kg-bookmark-title{font-family:var(--font-display);font-weight:800}

/* Eight homepage hubs: MWP structure with distinct navigation accents. */
.hub-grid--homepage{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.hub-card--accent{isolation:isolate;min-height:250px;border-color:color-mix(in srgb,var(--hub-accent) 48%,rgba(255,255,255,.12));background:linear-gradient(145deg,color-mix(in srgb,var(--hub-accent) 13%,var(--panel2)),var(--panel2) 58%,#100719);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.hub-card--accent::before{content:"";position:absolute;z-index:2;inset:0 0 auto;height:6px;background:var(--hub-accent)}
.hub-card--accent::after{content:"";position:absolute;z-index:-1;width:210px;height:210px;right:-80px;top:-80px;border-radius:50%;background:var(--hub-accent);opacity:.18;filter:blur(22px)}
.hub-card--accent:hover,.hub-card--accent:focus-visible{transform:translateY(-4px);border-color:var(--hub-accent);box-shadow:0 16px 36px color-mix(in srgb,var(--hub-accent) 22%,transparent)}
.hub-card--accent:focus-visible{outline:3px solid color-mix(in srgb,var(--hub-accent) 55%,white);outline-offset:3px}
.hub-card__graphic{position:absolute;top:27px;right:22px;color:var(--hub-accent);font-family:var(--font-display);font-size:clamp(2.1rem,4vw,4rem);font-weight:900;line-height:1;letter-spacing:-.04em;opacity:.34;transform:rotate(-5deg)}
.hub-card--accent .hub-card__overlay{inset:auto 0 0;padding:88px 20px 20px;background:linear-gradient(transparent,rgba(16,7,25,.84) 42%,#100719 78%)}
.hub-card--accent .hub-card__overlay strong{font-size:1.75rem;line-height:1;text-transform:uppercase}
.hub-card--accent .hub-card__overlay small{margin-top:8px;line-height:1.42}
.hub-card--accent .hub-card__overlay b{color:var(--hub-accent)}

/* Ghost bookmark cards used throughout existing and new hub pages. */
.kg-bookmark-card{margin:1.5rem 0}
.kg-bookmark-container{display:flex;min-height:190px;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,var(--panel2),#150a20);color:var(--white);text-decoration:none;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.kg-bookmark-container:hover,.kg-bookmark-container:focus-visible{border-color:var(--salmon);transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.28)}
.kg-bookmark-container:focus-visible{outline:3px solid rgba(232,97,74,.45);outline-offset:3px}
.kg-bookmark-content{display:flex;flex:1;min-width:0;flex-direction:column;justify-content:center;padding:1.5rem}
.kg-bookmark-title{color:var(--white);font-size:1.45rem;line-height:1.08}
.kg-bookmark-description{margin-top:.65rem;color:var(--light);font-size:.96rem;line-height:1.5}
.kg-bookmark-metadata{display:flex;align-items:center;margin-top:1.15rem;color:rgba(237,228,245,.72);font-size:.8rem}
.kg-bookmark-icon{display:none}
.kg-bookmark-thumbnail{flex:0 0 34%;min-width:240px}
.kg-bookmark-thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:0}

@media(max-width:1100px){.hub-grid--homepage{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.hub-grid--homepage{grid-template-columns:1fr}.kg-bookmark-container{flex-direction:column-reverse}.kg-bookmark-thumbnail{width:100%;min-width:0;aspect-ratio:1200/630}.kg-bookmark-thumbnail img{height:100%}}

/* 1.1.0 homepage rebuild */
.section-band{margin-top:34px;padding:1px 0 34px;border-top:1px solid rgba(255,255,255,.055)}
.section-band>.section{margin-top:28px}
.section-band--hubs{background:linear-gradient(180deg,rgba(91,45,142,.08),transparent)}
.section-band--network{background:linear-gradient(180deg,rgba(232,97,74,.055),rgba(91,45,142,.06) 65%,transparent)}
.section-band--schedule{background:rgba(255,255,255,.018)}
.section-eyebrow{display:block;margin-bottom:5px;color:var(--muted);font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.section-heading>div>p{max-width:690px;margin:.55rem 0 0;color:var(--muted)}

/* Color-only homepage hubs: no artwork, logos, or abbreviation marks. */
.hub-card--accent{min-height:225px;background:linear-gradient(145deg,color-mix(in srgb,var(--hub-accent) 36%,#13091d),color-mix(in srgb,var(--hub-accent) 11%,var(--panel2)) 52%,#100719);border-color:color-mix(in srgb,var(--hub-accent) 62%,rgba(255,255,255,.1))}
.hub-card--accent::before{height:7px}
.hub-card--accent::after{width:250px;height:250px;right:-90px;top:-110px;opacity:.25;filter:blur(28px)}
.hub-card--accent .hub-card__overlay{inset:0;padding:34px 22px 22px;justify-content:flex-end;background:linear-gradient(180deg,rgba(16,7,25,.02),rgba(16,7,25,.2) 48%,rgba(16,7,25,.86))}
.hub-card--accent .hub-card__overlay strong{max-width:92%;font-size:clamp(1.75rem,2.4vw,2.35rem)}
.hub-card--accent .hub-card__overlay small{max-width:34ch;color:rgba(255,255,255,.86)}
.hub-card__graphic{display:none}

.podcast-lineup{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.podcast-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,var(--panel2),#100719);box-shadow:0 14px 32px rgba(0,0,0,.18)}
.podcast-card__art{display:block;aspect-ratio:1/1;overflow:hidden;background:radial-gradient(circle at 50% 35%,var(--purple),#0b0511)}
.podcast-card__art img{width:100%;height:100%;object-fit:cover}
.podcast-card__body{display:flex;flex:1;flex-direction:column;padding:19px}
.podcast-card h3{margin:.45rem 0;font-family:var(--font-display);font-size:1.55rem;line-height:1.02}
.podcast-card p{margin:.35rem 0 1.1rem;color:var(--muted);font-size:.92rem}
.podcast-card__actions{display:flex;align-items:center;gap:14px;margin-top:auto;flex-wrap:wrap}
.podcast-card__actions .button{min-height:38px;padding-inline:13px;font-size:.69rem}
.text-link{color:var(--salmon);font-size:.82rem;font-weight:900}
.youtube-banner{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;margin-top:18px;padding:22px 25px;border:1px solid rgba(112,230,160,.42);border-radius:var(--radius);background:linear-gradient(100deg,#121b18,#15271f 48%,#100719);transition:transform .2s ease,border-color .2s ease}
.youtube-banner:hover{transform:translateY(-2px);border-color:#70e6a0}
.youtube-banner__mark{display:grid;width:58px;height:58px;place-items:center;border-radius:50%;background:#70e6a0;color:#0b1510;font-size:1.55rem}
.youtube-banner span:nth-child(2){display:flex;flex-direction:column}
.youtube-banner small{color:#70e6a0;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.youtube-banner strong{font-family:var(--font-display);font-size:1.8rem;line-height:1}
.youtube-banner b{color:var(--muted);font-size:.88rem;font-weight:500}
.youtube-banner em{color:#70e6a0;font-style:normal;font-weight:900}
.latest-network-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:30px 0 12px}
.latest-network-heading h3{margin:0;font-family:var(--font-display);font-size:1.7rem;text-transform:uppercase}
.latest-network-heading span{color:var(--muted);font-size:.82rem}
.content-grid--network{grid-template-columns:repeat(4,minmax(0,1fr))}

.schedule-grid{gap:1px;border:1px solid var(--line);background:var(--line)}
.schedule-item{min-height:150px;border:0;background:linear-gradient(180deg,var(--panel2),#170a22);justify-content:center}
.schedule-item b{font-size:.75rem;letter-spacing:.08em}
.schedule-item strong{margin:.32rem 0;font-size:1.28rem;line-height:1.04}
.schedule-item span{font-size:.85rem;line-height:1.35}

.directory-header{margin-top:28px;padding:55px;border:1px solid var(--line);border-radius:var(--radius);background:radial-gradient(circle at 85% 10%,rgba(232,97,74,.25),transparent 28%),linear-gradient(135deg,#29133d,#100719)}
.directory-header h1{margin:.1em 0;font-family:var(--font-display);font-size:clamp(3.5rem,8vw,7.5rem);line-height:.88}
.directory-header p{max-width:720px;color:var(--light);font-size:1.15rem}

.site-footer{padding:46px 0 28px}
.footer-grid{display:grid;grid-template-columns:minmax(240px,1.5fr) repeat(3,minmax(130px,1fr));gap:32px}
.footer-brand{align-items:flex-start}
.footer-brand strong{font-family:var(--font-display);font-size:1.45rem}
.footer-brand p{margin:.3rem 0;color:var(--muted);font-size:.9rem}
.footer-column{display:flex;flex-direction:column;gap:8px}
.footer-column h3{margin:0 0 4px;color:var(--salmon);font-family:var(--font-display);font-size:1.15rem;text-transform:uppercase}
.footer-column a{color:var(--light);font-size:.88rem}
.footer-column a:hover{color:var(--salmon)}
.footer-nav{grid-column:1/-1;padding-top:20px;border-top:1px solid var(--line)}
.footer-nav .nav{display:flex;flex-wrap:wrap;gap:18px;margin:0;padding:0;list-style:none}
.footer-grid>small{grid-column:1/-1;color:#9e8dac}

.primary-nav a{position:relative}
.primary-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--salmon);transition:right .18s ease}
.primary-nav a:hover::after,.primary-nav .nav-current a::after{right:0}

@media(max-width:1100px){.podcast-lineup,.content-grid--network{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.podcast-lineup{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.podcast-card{flex:0 0 86%;scroll-snap-align:start}.content-grid--network{grid-template-columns:1fr}.youtube-banner{grid-template-columns:auto 1fr;padding:18px}.youtube-banner em{grid-column:2}.latest-network-heading{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.directory-header{padding:30px}.section-band{padding-bottom:22px}}

/* Spotify show links */
.text-link--spotify {
    color: #b7f5c8;
}
.text-link--spotify:hover,
.text-link--spotify:focus-visible {
    color: #ffffff;
}

/* 1.1.4: real podcast artwork with proportional, non-stretched presentation */
.podcast-card__art{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    background:radial-gradient(circle at 50% 35%,#35164f,#0b0511);
}
.podcast-card__art img{
    width:min(78%,240px);
    height:auto;
    aspect-ratio:1/1;
    object-fit:contain;
    border-radius:14px;
    box-shadow:0 14px 28px rgba(0,0,0,.28);
}
.podcast-lineup--directory .podcast-card{
    display:grid;
    grid-template-columns:200px minmax(0,1fr);
    align-items:stretch;
}
.podcast-lineup--directory .podcast-card__art{
    aspect-ratio:auto;
    min-height:220px;
    padding:18px;
}
.podcast-lineup--directory .podcast-card__art img{
    width:min(100%,180px);
}
@media(max-width:1100px){
    .podcast-lineup--directory .podcast-card{grid-template-columns:170px minmax(0,1fr)}
    .podcast-lineup--directory .podcast-card__art img{width:min(100%,150px)}
}
@media(max-width:700px){
    .podcast-lineup--directory{display:grid;grid-template-columns:1fr;overflow:visible}
    .podcast-lineup--directory .podcast-card{display:flex;flex:initial;width:100%}
    .podcast-lineup--directory .podcast-card__art{aspect-ratio:1/1;min-height:0}
    .podcast-lineup--directory .podcast-card__art img{width:min(70%,220px)}
}


/* v1.1.5: Editable weekly programming page and restrained article cover art. */
.weekly-page-content{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,var(--panel2),#170a22);padding:clamp(22px,3vw,38px)}
.weekly-page-content>:first-child{margin-top:0}
.weekly-page-content>:last-child{margin-bottom:0}
.weekly-page-content h2,.weekly-page-content h3{font-family:var(--font-display);color:var(--salmon);text-transform:uppercase;letter-spacing:.025em}
.weekly-page-content .kg-width-wide,.weekly-page-content .kg-width-full{width:100%;margin-left:0;margin-right:0}
.weekly-page-content--setup code{padding:.15em .4em;border-radius:4px;background:rgba(255,255,255,.08);color:var(--light)}
.article-feature{width:min(100%,960px);margin:28px auto 42px}
.article-feature img{display:block;width:100%;height:auto;max-height:none;aspect-ratio:1200/630;object-fit:contain;border-radius:var(--radius)}
.article-feature figcaption{margin-top:.65rem;text-align:center;color:var(--muted);font-size:.85rem}
@media(max-width:700px){.article-feature{width:100%;margin:20px auto 30px}.weekly-page-content{padding:20px}}
