/* growthmanifesto.com - v3 layout (editorial: Riveted x Every). Every colour, font and image is the live theme's (theme.css):
   #070808 near-black, #eb4647 red, #fff, #232425, #64666c grey, #eae9e7 / #e0dedc / #f5f5f5 light greys.
   Gellix (body 300-700), Futuralt (caps/display 600/700/900), Cambria italic (editorial serif). No new tokens. */

:root { --ink: #070808; --red: #eb4647; --grey: #64666c; --mid: #232425; --line: #eae9e7; --line2: #e0dedc; --paper: #f5f5f5;
        --wrap: 1360px; --gutter: 48px; --serif: Cambria, Georgia, serif; --caps: Futuralt, Gellix, sans-serif; --sans: Gellix, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
.gm-wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
@media (max-width: 767px) { :root { --gutter: 20px; } }

/* type roles */
.serif { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.01em; line-height: 1.02; }
.caps { font-family: var(--caps); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.label { font-family: var(--sans); font-weight: 600; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--grey); }
.on-dark .label { color: rgba(255,255,255,.55); }
.name { font-family: var(--caps); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-style: normal; }
.go { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 600; font-size: 15px; }
.go:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 6px 0 6px 10px; border-color: transparent transparent transparent currentColor; }
.go:hover { color: var(--red); }

/* ---- header (hairline through a centred wordmark) ---- */
.hd { position: relative; z-index: 50; }
.hd-in { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 92px; gap: 24px; }
.hd-left, .hd-right { display: flex; align-items: center; gap: 28px; }
.hd-right { justify-content: flex-end; }
.hd a { text-decoration: none; font-weight: 500; font-size: 15px; }
.hd-left a:hover, .hd-right a:hover { color: var(--red); }
.hd-brand { display: block; position: relative; padding: 0 28px; }
.hd-brand img { height: 34px; width: auto; }
.hd { border-bottom: 1px solid var(--line2); }
.hd-sub { border: 1.5px solid var(--ink); border-radius: 50px; padding: 9px 18px; }
.hd-sub:hover { background: var(--ink); color: #fff !important; }
.hd-burger { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; padding: 10px; }
.hd-burger span { display: block; height: 2px; background: var(--ink); margin: 6px 0; }
.hd-menu { display: none; }
/* dark variant */
.hd-dark, .hd-dark .hd a { color: #fff; }
.hd-dark { border-bottom-color: var(--mid); }
.hd-dark .hd-sub { border-color: rgba(255,255,255,.7); }
.hd-dark .hd-sub:hover { background: #fff; color: var(--ink) !important; }
.hd-dark .hd-burger span { background: #fff; }
/* on the grey hero */
.hd-hero { border-bottom: 0; }
@media (max-width: 1023px) {
  .hd-in { grid-template-columns: auto 1fr auto; height: 72px; }
  .hd-left { display: none; }
  .hd-brand { padding: 0; justify-self: start; }
  .hd-right a:not(.hd-sub) { display: none; }
  .hd-burger { display: block; }
  .hd-menu { position: absolute; left: 0; right: 0; top: 72px; background: var(--ink); color: #fff; padding: 12px var(--gutter) 28px; flex-direction: column; }
  .hd-menu.is-open { display: flex; }
  .hd-menu a { color: #fff; font-family: var(--serif); font-style: italic; font-size: 34px; text-decoration: none; padding: 10px 0; border-bottom: 1px solid var(--mid); }
}

/* ---- home hero: grey field, serif line, staggered strip of guest portraits, wordmark bleeding off the bottom ---- */
.hero { position: relative; overflow: hidden; color: var(--ink); background: linear-gradient(180deg, #e0dedc 0%, #eae9e7 60%, #f5f5f5 100%); padding-bottom: clamp(60px, 7vw, 110px); }
.hero-top { display: flex; justify-content: space-between; align-items: flex-start; padding-top: 28px; }
.hero-kick { font-weight: 600; font-size: 15px; line-height: 1.3; margin: 0; }
.hero-kick a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.hero-icons { display: flex; gap: 18px; }
.hero-icons img { width: 22px; height: 22px; object-fit: contain; opacity: .85; }
.hero-icons a:hover img { opacity: 1; }
.hero-line { text-align: center; max-width: 880px; margin: clamp(48px, 7vw, 110px) auto 0; padding: 0 var(--gutter); position: relative; z-index: 2; }
.hero-line h1 { font-size: clamp(40px, 5.6vw, 84px); }
.hero-line h1 a { text-decoration: none; }
.hero-line h1 a:after { content: ""; display: inline-block; margin-left: 18px; width: 0; height: 0; border-style: solid; border-width: 11px 0 11px 18px; border-color: transparent transparent transparent var(--ink); vertical-align: middle; transition: transform .2s ease; }
.hero-line h1 a:hover:after { transform: translateX(6px); }
.hero-line p { margin: 22px auto 0; font-size: 18px; max-width: 560px; color: var(--mid); }
.hero-strip { position: relative; z-index: 2; display: flex; justify-content: center; align-items: flex-end; gap: clamp(8px, 1vw, 16px); margin: clamp(40px, 5vw, 72px) auto 0; padding: 0 var(--gutter); }
.hero-strip a { position: relative; display: block; flex: 0 1 clamp(96px, 10vw, 150px); text-decoration: none; transition: transform .25s ease; }
.hero-strip a .ph { aspect-ratio: 4 / 5; box-shadow: 0 30px 60px -20px rgba(7,8,8,.35); }
.hero-strip a:hover { transform: translateY(-10px); z-index: 3; }
.hero-strip a .nm { position: absolute; left: 0; right: 0; top: 100%; padding-top: 10px; text-align: center; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); opacity: 0; transition: opacity .2s ease; white-space: nowrap; }
.hero-strip a:hover .nm { opacity: 1; }
.hero-strip .hs-0, .hero-strip .hs-8 { margin-bottom: clamp(24px, 4vw, 64px); }
.hero-strip .hs-1, .hero-strip .hs-7 { margin-bottom: clamp(8px, 1.5vw, 24px); }
.hero-strip .hs-2, .hero-strip .hs-6 { margin-bottom: clamp(32px, 5vw, 84px); }
.hero-strip .hs-3, .hero-strip .hs-5 { margin-bottom: clamp(4px, .8vw, 12px); }
.hero-strip .hs-4 { margin-bottom: clamp(40px, 6vw, 100px); }
.hero-word { position: absolute; left: 0; right: 0; bottom: -.28em; font-family: var(--caps); font-weight: 900; color: #fff; text-transform: uppercase; z-index: 1;
             font-size: clamp(64px, 10.3vw, 152px); line-height: 1; letter-spacing: -.015em; white-space: nowrap; text-align: center; pointer-events: none; user-select: none; }
@media (max-width: 1023px) {
  .hero { padding-bottom: 26vw; }
  .hero-top { flex-direction: column; gap: 14px; padding-top: 22px; }
  .hero-line { margin-top: 40px; }
  .hero-line h1 { font-size: clamp(36px, 10vw, 60px); }
  .hero-line h1 a:after { border-width: 8px 0 8px 13px; margin-left: 12px; }
  .hero-strip { gap: 6px; margin-top: 40px; }
  .hero-strip a { flex: 0 1 19vw; }
  .hero-strip .hs-0, .hero-strip .hs-1, .hero-strip .hs-7, .hero-strip .hs-8 { display: none; }
  .hero-strip .hs-2, .hero-strip .hs-6 { margin-bottom: 8vw; }
  .hero-strip .hs-3, .hero-strip .hs-5 { margin-bottom: 0; }
  .hero-strip .hs-4 { margin-bottom: 12vw; }
  .hero-word { font-size: 19vw; bottom: -.18em; white-space: normal; line-height: .92; padding: 0 var(--gutter); text-align: left; }
}

/* ---- about the show + host ---- */
.about { padding: 112px 0 104px; background: #fff; }
.about-in { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.about h2 { font-size: clamp(38px, 4.4vw, 64px); margin-bottom: 28px; }
.about p { font-size: 19px; line-height: 1.6; }
.about a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.about-listen { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin: 44px 0 0; padding-top: 28px; border-top: 1px solid var(--line2); }
.facts div { min-width: 0; }
.facts dt { font-family: var(--serif); font-style: italic; font-size: clamp(32px, 3vw, 44px); line-height: 1; }
.facts dd { margin: 8px 0 0; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--grey); }
.host { margin: 0; display: grid; grid-template-columns: 1fr; gap: 22px; }
.host-circle { width: min(100%, 420px); height: auto; justify-self: center; }
.host figcaption .label { display: block; margin-bottom: 10px; }
.host figcaption strong { display: block; font-size: 32px; margin-bottom: 10px; }
.host figcaption p { font-size: 16px; line-height: 1.55; color: var(--mid); margin: 0 0 14px; }
@media (max-width: 1023px) { .about { padding: 64px 0 64px; } .about-in { grid-template-columns: 1fr; gap: 40px; } .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); } .host { grid-template-columns: 1fr 1.2fr; align-items: center; } }
@media (max-width: 600px) { .host { grid-template-columns: 1fr; } .host-circle { width: 70%; } }

/* ---- dark episodes band (Riveted grid + Every rows) ---- */
.band { background: var(--ink); color: #fff; padding: 96px 0 112px; }
.band-head { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 56px; }
.band-head h2 { font-size: clamp(40px, 5vw, 72px); }
.band-head .right { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; }
.band-head .right a { color: rgba(255,255,255,.7); text-decoration: none; font-weight: 500; font-size: 15px; }
.band-head .right a:hover { color: #fff; }
.feat { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: stretch; }
.feat + .feat { margin-top: 20px; }
.feat-flip .pull { order: 2; }
.band-intro { font-size: 18px; line-height: 1.5; color: rgba(255,255,255,.7); max-width: 460px; margin: 0; }
.card-lg .ph.ph-wide { aspect-ratio: 16 / 9; width: 100%; margin: 0 0 32px; }
.card-lg .ph.ph-wide img { filter: grayscale(1) contrast(1.05); }
.latest { padding: 96px 0 104px; background: #fff; }
.latest .band-head h2 { color: var(--ink); }
.latest .band-head .right { justify-content: flex-end; }
.latest .rows { margin-top: 8px; }
.pull { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 40px 8%; }
.pull p { margin: 0; font-size: clamp(26px, 2.6vw, 38px); line-height: 1.18; }
.pull .cite { display: block; margin-top: 22px; font-size: 15px; color: rgba(255,255,255,.55); font-weight: 600; }
.card { position: relative; border: 1px solid var(--mid); padding: 22px 22px 24px; text-decoration: none; color: #fff; display: flex; flex-direction: column; min-width: 0; transition: border-color .2s ease; }
.card:hover { border-color: rgba(255,255,255,.55); }
.card .cmeta { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 18px; }
.card .cmeta .label { color: rgba(255,255,255,.5); }
.card .cmeta .clisten { font-weight: 600; font-size: 14px; }
.ph { display: block; position: relative; overflow: hidden; background: var(--mid); }
.ph img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); transition: filter .35s ease, transform .35s ease; }
.hero-strip a .ph img { filter: grayscale(1) contrast(1.05); }
.hero-strip a:hover .ph img { filter: none; }
.card:hover .ph img, .row:hover .ph img, .tile:hover .ph img { filter: grayscale(0); }
.card-lg .ph { aspect-ratio: 4 / 5; width: 52%; margin: 0 auto 32px; }
.card-lg h3 { font-size: clamp(30px, 2.9vw, 44px); margin-bottom: 18px; }
.card-lg h3 .name { font-size: .72em; letter-spacing: .05em; }
.card-sm .ph { aspect-ratio: 4 / 5; width: 46%; margin: 0 0 22px auto; }
.card-sm h3 { font-family: var(--sans); font-weight: 600; font-size: 17px; line-height: 1.35; margin-bottom: 14px; flex: 1; }
.card-sm h3 .name { font-size: .92em; letter-spacing: .04em; }
.feat-side { display: grid; grid-template-rows: auto 1fr; gap: 20px; }
.feat-side .pair { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.recent { margin-top: 20px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 1023px) { .band { padding: 64px 0 72px; } .band-head, .feat { grid-template-columns: 1fr; gap: 24px; } .feat-flip .pull { order: 0; } .latest { padding: 64px 0; } .pull { padding: 24px 0 40px; } .recent { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .feat-side .pair, .recent { grid-template-columns: 1fr; } .card-lg .ph, .card-sm .ph { width: 60%; } }

/* ---- Every-style episode rows (archive grids) ---- */
.rows { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px dashed var(--mid); }
.row { padding: 24px 20px 32px; border-right: 1px dashed var(--mid); border-bottom: 1px dashed var(--mid); text-decoration: none; color: inherit; display: flex; flex-direction: column; min-width: 0; }
.row:nth-child(4n) { border-right: 0; }
.rows-light .row { border-color: var(--line2); }
.rows-light { border-color: var(--line2); }
.row .ph { aspect-ratio: 1; margin: 0 0 22px; }
.row .label { margin-bottom: 12px; }
.row h3 { font-size: 26px; margin-bottom: 12px; }
.row h3 .name { display: block; font-size: 13px; letter-spacing: .1em; margin-top: 10px; color: var(--red); }
.row p { font-size: 15px; line-height: 1.5; color: rgba(255,255,255,.7); margin: 0; }
.rows-light .row p { color: var(--grey); }
.row.is-hidden { display: none; }
.row:hover h3 { color: var(--red); }
@media (max-width: 1023px) { .rows { grid-template-columns: 1fr 1fr; } .row:nth-child(2n) { border-right: 0; } .row:nth-child(4n) { border-right: 0; } }
@media (max-width: 600px) { .rows { grid-template-columns: 1fr; } .row { border-right: 0 !important; padding: 20px 0 28px; } .row .ph { width: 56%; } }

/* ---- topics list (Riveted "more lessons") ---- */
.more { background: linear-gradient(180deg, #e0dedc, #f5f5f5); padding: 112px 0 128px; }
.more-in { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; }
.more h2 { font-size: clamp(40px, 5vw, 72px); }
.more .intro { margin-top: 24px; font-size: 16px; color: var(--mid); max-width: 380px; }
.tlist { list-style: none; margin: 0; padding: 0; }
.tlist li { border-top: 1px solid rgba(7,8,8,.15); }
.tlist li:last-child { border-bottom: 1px solid rgba(7,8,8,.15); }
.tlist a { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 24px; padding: 26px 0; text-decoration: none; }
.tlist a h3 { font-size: clamp(28px, 2.6vw, 40px); }
.tlist a h3 .name { font-size: .5em; letter-spacing: .1em; margin-left: 14px; color: var(--mid); }
.tlist a span { font-weight: 600; font-size: 14px; white-space: nowrap; }
.tlist a:hover h3 { color: var(--red); }
@media (max-width: 1023px) { .more { padding: 64px 0 72px; } .more-in { grid-template-columns: 1fr; gap: 32px; } .tlist a { grid-template-columns: 1fr; gap: 6px; padding: 20px 0; } }

/* ---- footer (Riveted) ---- */
.ft { background: #f5f5f5; color: var(--ink); padding: 72px 0 40px; }
.band + .ft, .on-dark + .ft { background: var(--ink); color: #fff; }
.ft-in { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 48px; align-items: start; }
.ft-in img { height: 30px; width: auto; }
.ft p { font-size: 15px; line-height: 1.55; margin: 0 0 14px; font-weight: 500; }
.ft a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.ft-links { display: flex; gap: 18px; justify-content: flex-end; align-items: center; }
.ft-links img { width: 20px; height: 20px; object-fit: contain; }
.ft-dark .ft-links img { filter: invert(1); }
.ft-base { margin-top: 56px; font-size: 13px; color: var(--grey); display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; }
.ft-base a { text-decoration: none; }
.ft-base a:hover { text-decoration: underline; }
@media (max-width: 1023px) { .ft-in { grid-template-columns: 1fr; gap: 24px; } .ft-links { justify-content: flex-start; } }

/* ---- inner page head (Every: centred, wordmark hairline above) ---- */
.ph-head { text-align: center; padding-top: 72px; padding-bottom: 40px; max-width: 900px; margin: 0 auto; }
.ph-head .label { margin-bottom: 18px; display: block; }
.ph-head h1 { font-size: clamp(40px, 6vw, 88px); overflow-wrap: anywhere; }
.ph-head .lede { margin: 22px auto 0; font-size: 19px; max-width: 640px; color: var(--mid); }
.on-dark .ph-head .lede { color: rgba(255,255,255,.75); }
.icons { display: flex; justify-content: center; gap: 22px; margin-top: 26px; }
.icons img { width: 24px; height: 24px; object-fit: contain; }
.on-dark .icons img { filter: invert(1); }
.icons a:hover img { opacity: .7; }
.sort { display: flex; justify-content: center; gap: 28px; margin: 40px 0 0; }
.sort button { font: inherit; font-size: 15px; font-weight: 500; background: none; border: 0; color: inherit; opacity: .55; cursor: pointer; padding: 6px 0; border-bottom: 2px solid transparent; }
.sort button.is-active { opacity: 1; border-bottom-color: currentColor; }
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 28px 0 0; }
.chip { font: inherit; font-size: 14px; font-weight: 500; padding: 8px 16px; border-radius: 50px; border: 1px solid var(--line2); background: transparent; color: inherit; cursor: pointer; text-decoration: none; }
.on-dark .chip { border-color: var(--mid); }
.chip:hover, .chip.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.on-dark .chip:hover, .on-dark .chip.is-active { background: #fff; color: var(--ink); border-color: #fff; }
.srch { display: flex; justify-content: center; margin: 28px 0 0; }
.srch input { width: 100%; max-width: 480px; height: 50px; border-radius: 50px; border: 1px solid var(--line2); background: transparent; padding: 0 22px; font: inherit; font-size: 16px; color: inherit; }
.on-dark .srch input { border-color: var(--mid); }
.srch input:focus { outline: 2px solid var(--red); outline-offset: 1px; }
.count { text-align: center; margin: 40px 0 0; }
.archive { padding-top: 24px; padding-bottom: 96px; }
.more-wr { text-align: center; margin: 48px 0 0; }
.btn { font: inherit; font-weight: 500; font-size: 15px; padding: 14px 30px; border-radius: 50px; border: 1.5px solid currentColor; background: transparent; color: inherit; cursor: pointer; text-decoration: none; display: inline-block; }
.btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.on-dark .btn:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn[hidden] { display: none; }
.on-dark { background: var(--ink); color: #fff; }

/* ---- guests A to Z (names only) ---- */
.az { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 16px; margin: 32px 0 0; font-weight: 600; }
.az a { text-decoration: none; }
.az a:hover { color: var(--red); }
.letter { padding: 40px 0 32px; border-top: 1px solid var(--line2); display: grid; grid-template-columns: 120px 1fr; gap: 24px; align-items: start; }
.letter h2 { font-size: 72px; color: var(--red); line-height: 1; position: sticky; top: 24px; }
.names { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 48px; }
.names li { break-inside: avoid; border-bottom: 1px solid var(--line); }
.names a { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 16px 0; text-decoration: none; }
.names a strong { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(26px, 2.4vw, 36px); line-height: 1.05; }
.names a span { font-size: 13px; color: var(--grey); text-align: right; flex: 0 0 auto; }
.names a:hover strong { color: var(--red); }
@media (max-width: 1023px) { .letter { grid-template-columns: 1fr; gap: 12px; } .letter h2 { position: static; } .names { columns: 1; } .names a span { display: none; } }

/* ---- prose (about) ---- */
.prose { max-width: 760px; margin: 0 auto; padding-top: 24px; padding-bottom: 96px; }
.prose h1 { font-size: clamp(44px, 6vw, 80px); text-align: center; margin-bottom: 40px; }
.prose h2 { font-size: 34px; margin: 48px 0 16px; }
.prose p, .prose li { font-size: 19px; line-height: 1.65; }
.prose a { text-decoration-thickness: 1px; text-underline-offset: 3px; }

/* ---- episode page (Every article) ---- */
.ep-head { text-align: center; max-width: 860px; margin: 0 auto; padding-top: 64px; }
.ep-head .crumbs { margin-bottom: 26px; }
.ep-head .crumbs a { text-decoration: none; font-weight: 500; font-size: 14px; color: var(--grey); }
.ep-head .crumbs a:hover { color: var(--red); }
.ep-head .label { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; margin-bottom: 22px; }
.ep-head .label a { text-decoration: none; color: var(--red); }
.ep-head h1 { font-size: clamp(34px, 5vw, 72px); overflow-wrap: anywhere; }
.ep-head .lede { margin: 24px auto 0; font-size: 20px; line-height: 1.5; color: var(--mid); max-width: 720px; }
.byline { display: inline-flex; align-items: center; gap: 12px; margin: 28px auto 0; text-decoration: none; }
.byline .ph { width: 44px; height: 44px; border-radius: 50%; flex: 0 0 44px; }
.byline .ph img { filter: none; }
.byline span { font-size: 14px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.ep-player { max-width: 980px; margin: 48px auto 0; }
.player { position: relative; background: var(--ink); aspect-ratio: 16 / 9; overflow: hidden; }
.player a.gm-play { display: block; height: 100%; position: relative; }
.player a.gm-play img { width: 100%; height: 100%; object-fit: cover; }
.player a.gm-play:after { display: flex; content: url(/images/redTriangle.png); width: 104px; height: 104px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); justify-content: center; align-items: center; transition: all .25s ease; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.player a.gm-play:hover:after { background: var(--red); content: url(/images/whiteTriangle.png); transform: translate(-50%, -50%) scale(1.06); }
.player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 767px) { .player a.gm-play:after { width: 68px; height: 68px; zoom: .8; } }
.ep-listen { max-width: 980px; margin: 22px auto 0; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.pill { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; border: 1px solid var(--line2); border-radius: 50px; padding: 9px 16px 9px 12px; font-size: 14px; font-weight: 500; transition: all .2s ease; }
.pill img { width: 18px; height: 18px; object-fit: contain; }
.pill:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.pill:hover img { filter: invert(1); }
.tabnav { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid var(--line2); margin-top: 48px; }
.tabnav .gm-wrap { display: flex; gap: 32px; overflow-x: auto; justify-content: safe center; scrollbar-width: none; }
.tabnav .gm-wrap::-webkit-scrollbar { display: none; }
.tabnav a { text-decoration: none; padding: 18px 0; font-weight: 500; font-size: 15px; color: var(--grey); border-bottom: 2px solid transparent; white-space: nowrap; margin-bottom: -1px; }
.tabnav a:hover, .tabnav a.is-active { color: var(--ink); border-bottom-color: var(--ink); }
.ep-body { max-width: 760px; margin: 0 auto; }
.sec { padding: 48px 0; border-bottom: 1px solid var(--line2); scroll-margin-top: 80px; }
.sec h2 { font-size: 40px; margin-bottom: 22px; }
.sec p { font-size: 19px; line-height: 1.65; }
.spot { margin-top: 28px; }
.spot-btn { display: inline-flex; align-items: center; gap: 12px; height: 48px; padding: 0 22px; border: 1px solid var(--line2); border-radius: 999px; background: #fff; color: var(--ink); font-size: 12px; cursor: pointer; }
.spot-btn:hover { border-color: var(--ink); }
.spot-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--red); }
.spot iframe { display: block; border: 0; border-radius: 12px; }
.tk { counter-reset: tk; list-style: none; padding: 0; margin: 0; }
.tk li { counter-increment: tk; position: relative; padding: 18px 0 18px 64px; border-top: 1px solid var(--line2); font-size: 19px; line-height: 1.55; }
.tk li:before { content: counter(tk, decimal-leading-zero); position: absolute; left: 0; top: 18px; font-family: var(--caps); font-weight: 700; font-size: 18px; color: var(--red); letter-spacing: .04em; }
.ch { list-style: none; padding: 0; margin: 0; }
.ch li { border-top: 1px solid var(--line2); }
.ch li:last-child { border-bottom: 1px solid var(--line2); }
.ch a { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; text-decoration: none; font-size: 18px; }
.ch a:hover span { color: var(--red); }
.ch time, .ts time { font-variant-numeric: tabular-nums; color: var(--red); font-weight: 600; font-size: 14px; }
.guest { display: grid; grid-template-columns: 200px 1fr; gap: 32px; align-items: start; }
.guest .ph { aspect-ratio: 4 / 5; }
.guest .ph img { filter: grayscale(1); }
.guest h3 { font-size: 28px; margin-bottom: 12px; }
.glinks { list-style: none; padding: 0; margin: 12px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.glinks a { text-decoration: none; font-size: 13px; font-weight: 500; border: 1px solid var(--line2); border-radius: 50px; padding: 6px 14px; }
.glinks a:hover { border-color: var(--ink); }
@media (max-width: 600px) { .guest { grid-template-columns: 1fr; } .guest .ph { width: 60%; } }
.ts .head { display: flex; justify-content: space-between; align-items: end; gap: 20px; flex-wrap: wrap; margin-bottom: 8px; }
.ts .head h2 { margin: 0; }
.ts .srch { margin: 0; flex: 0 1 320px; }
.ts .srch input { height: 44px; }
.note { font-size: 14px !important; color: var(--grey); margin: 14px 0 20px; }
.ts-body { position: relative; max-height: 560px; overflow: hidden; }
.ts-body.is-open { max-height: none; }
.ts-body:not(.is-open):after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 160px; background: linear-gradient(transparent, #fff); }
.ts-body p { display: grid; grid-template-columns: 64px 1fr; gap: 4px 16px; font-size: 17px; line-height: 1.55; margin: 0 0 16px; }
.ts-body p a { text-decoration: none; }
.ts-body p strong { grid-column: 2; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--grey); }
.ts-body p span { grid-column: 2; }
.ts-body p strong + span { grid-row: 2; }
.ts-body p.is-hit span mark { background: rgba(235,70,71,.18); color: inherit; }
.ts-body p.is-hidden { display: none; }
.ep-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 40px; max-width: 980px; margin: 0 auto; }
.ep-nav a { text-decoration: none; display: block; }
.ep-nav a span { display: block; margin-bottom: 8px; }
.ep-nav a strong { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 26px; line-height: 1.15; }
.ep-nav a:hover strong { color: var(--red); }
.ep-nav .next { text-align: right; }
.related { padding-top: 88px; padding-bottom: 96px; }
.related h2 { font-size: 40px; margin-bottom: 32px; text-align: center; }
@media (max-width: 600px) { .ep-nav { grid-template-columns: 1fr; } .ep-nav .next { text-align: left; } }

/* ---- webprofits note (episode + about) ---- */
.wp { background: var(--paper); padding: 88px 0; }
.wp-in { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.wp h2 { font-size: clamp(32px, 3.4vw, 48px); }
.wp p { font-size: 17px; line-height: 1.6; color: var(--mid); }
.wp .btn { margin-top: 8px; }
@media (max-width: 900px) { .wp-in { grid-template-columns: 1fr; gap: 24px; } .wp { padding: 64px 0; } }
