/* ============ Episodes index + article pages ============ */
/* Unified content widths: --ep for media blocks, --read for the transcript column */
:root { --ep: 1000px; --read: 760px; }

/* --- Episodes index --- */
.eplist { padding: 130px 0 100px; }
.eplist__head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.eplist__head .eyebrow { text-align: center; }
.epcards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.epcard {
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .25s ease;
}
.epcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.epcard__thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--plum-2); }
.epcard__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.epcard:hover .epcard__thumb img { transform: scale(1.05); }
.epcard__play {
  position: absolute; inset: 0; margin: auto; width: 54px; height: 54px; border-radius: 50%;
  background: rgba(199,91,134,.94); color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 17px; opacity: 0; transform: scale(.8); transition: .25s ease; box-shadow: 0 10px 26px -6px rgba(0,0,0,.5);
}
.epcard:hover .epcard__play { opacity: 1; transform: scale(1); }
.epcard__body { padding: 22px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.epcard__ep { font-family: var(--f-head); font-weight: 700; font-size: 12px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--rose); margin-bottom: 8px; }
.epcard__name { font-family: var(--f-head); font-weight: 800; font-size: 21px; line-height: 1.1;
  letter-spacing: -.01em; margin-bottom: 8px; }
.epcard__desc { font-size: 14.5px; color: var(--muted); line-height: 1.5; }

/* --- Article hero --- */
.arthero { position: relative; color: #fff; padding: 128px 0 92px; overflow: hidden; }
.arthero__bg { position: absolute; inset: 0; background: radial-gradient(120% 120% at 80% 0%, var(--plum) 0%, var(--plum-2) 70%); }
.arthero__inner { position: relative; z-index: 2; max-width: var(--ep); margin: 0 auto; }
.artback { display: inline-flex; align-items: center; gap: 7px; font-family: var(--f-head);
  font-weight: 600; font-size: 14px; color: var(--rose-soft); text-decoration: none; margin-bottom: 26px; }
.artback:hover { color: #fff; }
.arthero__ep { font-family: var(--f-head); font-weight: 700; font-size: 13px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--rose-soft); margin-bottom: 14px; }
.arthero__title { font-family: var(--f-head); font-weight: 800; font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12; letter-spacing: -.02em; margin-bottom: 20px; max-width: 900px; }
.arthero__dek { font-size: 18px; line-height: 1.6; color: var(--muted-dark); max-width: 780px; }

/* --- Backlit video player --- */
.artvideo { position: relative; z-index: 3; }
.artvideo__stage { position: relative; max-width: 1120px; margin: -64px auto 20px; padding: 0 40px; }
.artvideo__stage::before {
  content: ""; position: absolute; left: 50%; top: -12%; transform: translateX(-50%);
  width: 104%; height: 132%; z-index: 0; pointer-events: none;
  background: radial-gradient(ellipse at 50% 46%, rgba(199,91,134,.85) 0%, rgba(199,91,134,.40) 42%, rgba(199,91,134,0) 74%);
  filter: blur(62px);
}
.artvideo__wrap {
  position: relative; z-index: 1; aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden;
  background: #000;
  box-shadow: 0 24px 70px -22px rgba(199,91,134,.55);
}
.artvideo__wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

/* --- Two-column editorial intro: photo | summary + first quote --- */
.artintro { max-width: var(--ep); margin: 0 auto; padding: 60px 24px 22px; }
.artintro__inner { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 46px; align-items: start; }
.artintro__media { margin: 0; }
.artintro__media figure { margin: 0; }
.artintro__media img { width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow); display: block; }
.artintro__media figcaption { font-size: 13.5px; color: var(--muted); margin-top: 12px; line-height: 1.45; }
.artintro__text > p:first-child { font-size: 20px; line-height: 1.6; color: var(--ink); }
.artintro__text p { font-size: 17.5px; line-height: 1.7; color: #33212b; margin: 0 0 18px; }
.artintro__text blockquote {
  margin: 24px 0 0; padding: 6px 0 6px 24px; border-left: 3px solid var(--rose);
  font-family: var(--f-head); font-weight: 600; font-size: 22px; line-height: 1.38; color: var(--ink); }
.artintro__text blockquote p { font-size: inherit; color: inherit; margin: 0; }
.artintro__text figure { display: none; }

/* --- Listen bar (under the bio) --- */
.listenbar { max-width: var(--ep); margin: 0 auto; padding: 10px 24px 6px; }
.listenbar__inner {
  display: flex; align-items: center; justify-content: center; gap: 6px 10px; flex-wrap: wrap;
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: 100px; padding: 12px 22px;
}
.listenbar__label { font-family: var(--f-head); font-weight: 700; font-size: 12.5px; letter-spacing: .06em;
  text-transform: uppercase; color: var(--muted); margin-right: 6px; }
.listenbar a { display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  font-family: var(--f-head); font-weight: 600; font-size: 14px; color: var(--ink);
  padding: 7px 14px; border-radius: 100px; transition: background .2s ease, color .2s ease; }
.listenbar a:hover { background: #fff; color: var(--rose-deep); box-shadow: var(--shadow); }
.listenbar img { height: 17px; width: auto; display: block; }

/* --- Transcript (reading column) --- */
.article { max-width: var(--read); margin: 0 auto; padding: 40px 24px 70px; }
.article p { font-size: 17.5px; line-height: 1.78; color: #33212b; margin: 0 0 20px; }
.article h2, .article h3, .article h4 { font-family: var(--f-head); color: var(--ink); letter-spacing: -.01em; line-height: 1.2; margin: 46px 0 16px; }
.article h3 { font-size: 24px; font-weight: 800; }
.article h4 { font-size: 20px; font-weight: 700; }
.article a { color: var(--rose-deep); text-decoration: underline; text-underline-offset: 2px; }
.article strong { color: var(--ink); font-weight: 700; }
.article em { font-style: italic; }
.article ul, .article ol { margin: 0 0 22px 1.2em; }
.article li { font-size: 17.5px; line-height: 1.7; color: #33212b; margin-bottom: 8px; }
.article figure { margin: 32px 0; }
.article figure img { width: 100%; height: auto; border-radius: 10px; display: block; }
.article figcaption { font-size: 13.5px; color: var(--muted); text-align: center; margin-top: 10px; }
.article blockquote {
  margin: 36px 0; padding: 4px 0 4px 26px; border-left: 3px solid var(--rose);
  font-family: var(--f-head); font-weight: 600; font-size: 23px; line-height: 1.4; color: var(--ink); }
.article blockquote p { font-size: inherit; color: inherit; margin: 0; }
.article hr { border: 0; border-top: 1px solid var(--line); margin: 40px 0; }

/* --- End sections (below transcript) --- */
.epend { max-width: var(--ep); margin: 0 auto; padding: 8px 24px 20px; }
.epend__row { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.epsec { padding: 36px 0; border-top: 1px solid var(--line); }
.epsec--tight { padding-bottom: 8px; }
.epsec__title { font-family: var(--f-head); font-weight: 700; font-size: 12.5px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--rose); margin-bottom: 18px; }
.linklist { display: grid; gap: 10px; }
.linklist a { color: var(--rose-deep); font-size: 16px; text-decoration: none; overflow-wrap: anywhere; }
.linklist a:hover { text-decoration: underline; }
.subrow, .followrow { display: flex; gap: 12px; flex-wrap: wrap; }
.chiplink { display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  font-family: var(--f-head); font-weight: 600; font-size: 15px; color: var(--ink);
  background: var(--bg); border: 1px solid var(--line); border-radius: 100px; padding: 10px 18px;
  transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease; }
.chiplink:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--rose-soft); }
.chiplink img { height: 18px; width: auto; }
.ephost { display: flex; gap: 20px; align-items: flex-start; }
.ephost img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; flex-shrink: 0; box-shadow: var(--shadow); }
.ephost p { font-size: 15.5px; line-height: 1.6; color: var(--muted); margin: 0 0 12px; }
/* Credits — matched to the transcript reading width */
.epcred { max-width: var(--read); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.epcred .eprec { font-family: var(--f-head); font-weight: 700; font-size: 15px; color: var(--ink); margin: 0 0 20px; }
.epcred .eprec strong { color: var(--rose-deep); }
.creditgrid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 44px; max-width: none; }
.crow { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.crole { font-size: 13.5px; color: var(--muted); letter-spacing: .01em; }
.cname { font-family: var(--f-head); font-weight: 600; font-size: 14.5px; color: var(--ink); text-align: right; }
.cname a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); transition: color .2s ease, border-color .2s ease; }
.cname a:hover { color: var(--rose-deep); border-color: var(--rose-soft); }
.cthanks { margin: 20px 0 0; font-size: 13.5px; line-height: 1.7; color: var(--muted); max-width: 760px; }
.epcredits { text-align: center; padding: 24px 0 6px; }
.epcredits p { font-size: 12.5px; line-height: 1.9; color: var(--muted); margin: 0; letter-spacing: .02em; }
.epcredits a { color: var(--rose-deep); text-decoration: none; font-weight: 600; }
.epcredits a:hover { color: var(--ink); }

/* --- Prev / next --- */
.artnav { max-width: var(--ep); margin: 0 auto; padding: 12px 24px 96px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.artnav a { display: flex; flex-direction: column; gap: 6px; padding: 22px 24px; text-decoration: none;
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease; }
.artnav a:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--rose-soft); }
.artnav .next { text-align: right; align-items: flex-end; }
.artnav__label { font-family: var(--f-head); font-weight: 700; font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted); }
.artnav__name { font-family: var(--f-head); font-weight: 800; font-size: 18px; color: var(--ink); line-height: 1.15; }

/* --- YouTube icon inside buttons --- */
.btn__ic { height: 15px; width: auto; display: inline-block; vertical-align: middle; }

@media (max-width: 900px) { .epcards { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 760px) {
  .artintro { padding-top: 40px; }
  .artintro__inner { grid-template-columns: 1fr; gap: 24px; }
  .artintro__media img { max-width: 420px; }
  .epend__row { grid-template-columns: 1fr; gap: 0; }
  .epend__row .epsec:nth-child(2) { border-top: 1px solid var(--line); }
}
@media (max-width: 560px) {
  .epcards { grid-template-columns: 1fr; }
  .artnav { grid-template-columns: 1fr; }
  .artnav .next { text-align: left; align-items: flex-start; }
  .creditgrid { grid-template-columns: 1fr; gap: 0; }
  .artvideo__stage { padding: 0 14px; margin-top: -40px; }
  .epcred { padding-left: 20px; padding-right: 20px; }
  .arthero { padding: 108px 0 84px; }
  .listenbar__inner { padding: 12px 14px; }
}
