/** Podcast page — source content: kourites.org/podcasts. */
body.kourites-podcast #page { width: 100%; max-width: none; padding: 0; }
body.kourites-podcast #page > .site-content { display: block; padding: 0; }
body.kourites-podcast #primary { width: 100%; max-width: none; margin: 0; }
.kourites-podcast-page { overflow: clip; background: var(--bg); }
.podcast-wrap { width: 100%; padding-inline: var(--kourites-gutter); }
.podcast-hero { position: relative; display: flex; min-height: min(72vh, 650px); margin: 1rem; overflow: hidden; align-items: center; border-radius: 60px; background: #14131a; color: #fff; box-shadow: 0 36px 110px -28px rgba(185, 161, 107, .28); }
.podcast-hero__image, .podcast-hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.podcast-hero__image { object-fit: cover; opacity: .5; filter: saturate(.72) contrast(1.08); }
.podcast-hero__overlay { background: linear-gradient(90deg, rgba(11, 10, 14, .94), rgba(11, 10, 14, .72) 48%, rgba(11, 10, 14, .25)); }
.podcast-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, 320px); gap: clamp(28px, 5vw, 64px); align-items: end; padding-inline: calc(var(--kourites-gutter) - 1rem); }
.podcast-hero__copy { max-width: 710px; padding-block: clamp(72px, 11vw, 126px); }
.podcast-hero .eyebrow, .podcast-follow .eyebrow { color: rgba(255, 255, 255, .74); }
.podcast-hero h1, .podcast-intro h2, .podcast-episodes h2, .podcast-follow h2 { max-width: 14ch; margin: 0; letter-spacing: -.02em; }
.podcast-hero h1 { color: #fff; font-size: clamp(44px, 6vw, 82px); line-height: 1.02; }
.podcast-hero h1 span, .podcast-intro h2 em, .podcast-episodes h2 em, .podcast-follow h2 em { color: var(--gold); font-style: normal; }
.podcast-hero__copy > p { max-width: 55ch; margin: 24px 0 0; color: rgba(255,255,255,.85); font-size: 18px; line-height: 1.7; }
.podcast-hero__actions, .podcast-follow__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.podcast-hero__link-label { flex-basis: 100%; color: #fff; font-size: 15px; line-height: 1.4; }
.podcast-hero__external { border-color: rgba(255,255,255,.5); color: #fff; }
.podcast-hero__external:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.podcast-arrow { width: 14px; height: 14px; }
.podcast-hero__aside { display: grid; gap: 14px; padding-bottom: clamp(72px, 11vw, 126px); }
.podcast-hero__aside div { padding: 20px 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.08); backdrop-filter: blur(9px); }
.podcast-hero__aside span { display: block; color: rgba(255,255,255,.72); font-size: 12px; }
.podcast-hero__aside strong { display: block; margin-top: 7px; color: #fff; font-family: var(--font-display); font-size: 25px; line-height: 1.1; }
.podcast-intro { padding-block: var(--kourites-section-space); background: var(--panel); }
.podcast-intro__grid { display: grid; grid-template-columns: minmax(260px, .82fr) minmax(0, 1fr); gap: clamp(40px, 9vw, 160px); }
.podcast-intro h2, .podcast-episodes h2, .podcast-follow h2 { font-size: clamp(34px, 4vw, 58px); line-height: 1.06; }
.podcast-intro__copy { max-width: 62ch; }
.podcast-intro__copy p { margin: 0; color: var(--text-body); font-size: 16px; line-height: 1.8; }
.podcast-intro__copy p + p { margin-top: 18px; }
.podcast-episodes { padding-block: var(--kourites-section-space); }
.podcast-episodes__head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: clamp(32px, 4vw, 52px); }
.podcast-text-link { display: inline-flex; flex: 0 0 auto; gap: 8px; align-items: center; color: var(--text-gold); font-size: 14px; font-weight: 600; text-decoration: none; }
.podcast-text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.podcast-player { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #121117; box-shadow: 0 22px 54px -36px rgba(26,27,32,.6); }
.podcast-player iframe { display: block; border: 0; }
.podcast-follow { padding-block: clamp(64px, 9vw, 116px); background: #121117; color: #fff; }
.podcast-follow__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, .8fr); gap: clamp(36px, 10vw, 150px); align-items: center; }
.podcast-follow h2 { color: #fff; }
.podcast-follow p { max-width: 52ch; margin: 0; color: rgba(255,255,255,.74); line-height: 1.75; }
.podcast-follow .btn:not(.solid) { border-color: rgba(255,255,255,.5); color: #fff; }
.podcast-follow .btn:not(.solid):hover { border-color: #fff; background: rgba(255,255,255,.08); }
@media (max-width: 800px) { .podcast-hero { min-height: auto; margin: 0; border-radius: 0; } .podcast-hero__inner, .podcast-intro__grid, .podcast-follow__grid { grid-template-columns: 1fr; } .podcast-hero__inner { align-items: start; padding-block: 64px; } .podcast-hero__copy, .podcast-hero__aside { padding-block: 0; } .podcast-hero__aside { grid-template-columns: repeat(2, minmax(0, 1fr)); } .podcast-hero__aside strong { font-size: 20px; } }
@media (max-width: 560px) { .podcast-episodes__head { display: block; } .podcast-text-link { margin-top: 24px; } .podcast-hero__aside { grid-template-columns: 1fr; } .podcast-hero h1 { font-size: 46px; } .podcast-player iframe { height: 400px; } }
