/* =========================================================
   PODCAST TMT · sistema visual «La señal» (06:00 · 5+1+1)
   Solo se carga en /podcast/ y en los episodios.
   ========================================================= */

:root {
	--pod-ink: #0f0f12;
	--pod-ink-2: #1c1c22;
	--pod-paper: #ffffff;
	--pod-smoke: #f4f3f6;
	--pod-grey: #5b5b66;
	--pod-grey-2: #9a9aa6;
	--pod-line: #e4e1ea;
	--pod-line-dark: rgba(255, 255, 255, .14);
	--pod-malva: #ba8ccc;
	--pod-luz: #e8c9f5;
	--pod-morado: #8a3ad6;
	--pod-sans: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--pod-ease: cubic-bezier(.16, 1, .3, 1);
	--pod-dur: 420ms;
	--pod-wrap: 1200px;
	--pod-col: 760px;
	--pod-pad: clamp(18px, 4vw, 48px);
	--pod-radius: 16px;
}

/* ---------- Anular el contenedor del tema ---------- */
.pod-page { background: var(--pod-paper); color: var(--pod-ink); overflow-x: clip; }
.pod-page #page, .pod-page .site-content, .pod-page .content-area, .pod-page .site-main, .pod-page .grid-container { max-width: none !important; width: 100% !important; padding: 0 !important; margin: 0 !important; }
.pod-page .site-content { display: block !important; }
.pod-page .pod *, .pod-page .pod *::before, .pod-page .pod *::after { box-sizing: border-box; }

.pod { font-family: var(--pod-sans); font-size: 17px; line-height: 1.6; color: var(--pod-ink); -webkit-font-smoothing: antialiased; font-variant-numeric: tabular-nums; }
.pod a { color: inherit; text-decoration: none; }
.pod a:focus-visible, .pod button:focus-visible, .pod summary:focus-visible { outline: 3px solid var(--pod-morado); outline-offset: 3px; border-radius: 6px; }
.pod img { max-width: 100%; height: auto; display: block; }
.pod-page .pod h1, .pod-page .pod h2, .pod-page .pod h3, .pod-page .pod h4 { margin: 0; text-transform: none; letter-spacing: normal; font-family: var(--pod-sans); }
.pod p { margin: 0 0 1em; }
.pod ul, .pod ol { margin: 0; padding: 0; list-style: none; }
.pod button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; padding: 0; }
.pod time { font-variant-numeric: tabular-nums; }

/* ---------- Utilidades ---------- */
.pod-wrap { max-width: var(--pod-wrap); margin-inline: auto; padding-inline: var(--pod-pad); }
.pod-kicker { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--pod-grey); margin: 0 0 22px; }
.pod-kicker--light { color: rgba(255, 255, 255, .72); }
.pod-kicker__sep { opacity: .5; }
.pod-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--pod-malva); flex: none; }
.pod-label { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--pod-grey); margin: 0 0 8px; }
.pod-h2 { font-weight: 800; font-size: clamp(30px, 4.4vw, 54px); line-height: 1.04; letter-spacing: -.025em; }
.pod-lead { font-size: clamp(18px, 1.6vw, 22px); line-height: 1.5; font-weight: 500; }
.pod-section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 8px; }
.pod-counter { font-size: 14px; color: var(--pod-grey); margin: 0 0 22px; }
.pod-counter span { color: var(--pod-grey); }
.pod-prose p { margin: 0 0 .9em; }
.pod-prose p:last-child { margin-bottom: 0; }
.pod-prose a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--pod-malva); }
.pod-prose a:hover { color: var(--pod-morado); }
.pod-prose strong { font-weight: 700; }

.pod .pod-btn, .pod-btn { display: inline-flex; align-items: center; gap: 10px; max-width: 100%; box-sizing: border-box; min-height: 48px; padding: 12px 22px; border-radius: 999px; border: 2px solid var(--pod-ink); background: var(--pod-ink); color: #fff; font-size: 15px; font-weight: 600; line-height: 1.2; transition: transform var(--pod-dur) var(--pod-ease), background 260ms, border-color 260ms, color 260ms; white-space: nowrap; }
.pod .pod-btn:hover, .pod-btn:hover { background: var(--pod-morado); border-color: var(--pod-morado); color: #fff; transform: translateY(-2px); }
.pod .pod-btn--light, .pod-btn--light { background: #fff; border-color: #fff; color: var(--pod-ink); }
.pod .pod-btn--light:hover, .pod-btn--light:hover { background: var(--pod-luz); border-color: var(--pod-luz); color: var(--pod-ink); }
.pod .pod-btn--ghost, .pod-btn--ghost { background: transparent; border-color: rgba(255, 255, 255, .45); color: #fff; }
.pod .pod-btn--ghost:hover, .pod-btn--ghost:hover { background: rgba(255, 255, 255, .1); border-color: #fff; color: #fff; transform: translateY(-2px); }
.pod-btn__meta { font-weight: 500; font-size: 13px; opacity: .7; padding-left: 8px; border-left: 1px solid currentColor; margin-left: 2px; }
.pod-play { display: inline-block; width: 12px; height: 12px; flex: none; background: currentColor; clip-path: polygon(8% 0, 100% 50%, 8% 100%); }

.pod-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 6px 10px; border-radius: 4px; line-height: 1; background: var(--pod-luz); color: var(--pod-ink); white-space: nowrap; }
.pod-chip--rapida { background: var(--pod-ink); color: #fff; }
.pod-chip--fondo { background: var(--pod-malva); color: var(--pod-ink); }
.pod-chip--rara { background: #fff; color: var(--pod-ink); box-shadow: inset 0 0 0 2px var(--pod-malva); }
.pod-chip--intro, .pod-chip--cierre { background: var(--pod-smoke); color: var(--pod-grey); }
.pod-chip--topic { background: var(--pod-smoke); color: var(--pod-ink); margin: 0 6px 6px 0; transition: background 200ms; }
.pod .pod-chip--topic:hover { background: var(--pod-luz); color: var(--pod-ink); }

/* ---------- Voces: quién habla ---------- */
.pod-who { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--pod-grey); margin: 0 0 8px; }
.pod-who i { width: 14px; height: 12px; flex: none; }
.pod-who--elena i { background: linear-gradient(to right, var(--pod-ink) 0 2px, transparent 2px 6px, var(--pod-ink) 6px 8px, transparent 8px 12px, var(--pod-ink) 12px 14px); }
.pod-who--diego i { border: 2.5px solid var(--pod-malva); border-color: var(--pod-malva) var(--pod-malva) transparent transparent; border-radius: 0 999px 0 0; height: 10px; transform: translateY(1px); }

/* ---------- La barra de seis minutos (5+1+1) ---------- */
.pod-bar { --h: 10px; position: relative; display: flex; gap: 3px; width: 100%; height: var(--h); }
.pod-bar__seg { position: relative; display: block; height: 100%; flex: 0 0 auto; width: calc(var(--w) - 3px); border-radius: 3px; background: var(--pod-ink); transform-origin: left center; overflow: hidden; transition: background 200ms, box-shadow 200ms; }
.pod-bar__seg--intro, .pod-bar__seg--cierre { background: var(--pod-line); }
.pod-bar__seg--fondo { background: var(--pod-malva); }
.pod-bar__seg--rara { background: #fff; box-shadow: inset 0 0 0 2px var(--pod-malva); }
.pod-bar__seg::before { content: ""; position: absolute; inset: 0; background: var(--pod-morado); transform: scaleX(var(--p, 0)); transform-origin: left center; opacity: 0; transition: opacity 200ms; }
.pod-bar--live .pod-bar__seg::before { opacity: 1; }
.pod-bar__seg.is-hover, .pod-bar__seg.is-active { box-shadow: 0 0 0 3px var(--pod-luz); }
.pod-bar__seg--rara.is-hover, .pod-bar__seg--rara.is-active { box-shadow: inset 0 0 0 2px var(--pod-malva), 0 0 0 3px var(--pod-luz); }
.pod-bar__head { position: absolute; top: -5px; bottom: -5px; left: calc(var(--x, 0) * 100%); width: 3px; margin-left: -1px; border-radius: 2px; background: var(--pod-morado); opacity: 0; transition: opacity 200ms; pointer-events: none; }
.pod-bar--live.is-playing .pod-bar__head, .pod-bar--live.is-started .pod-bar__head { opacity: 1; }

/* Barra en fondo oscuro (hero, cierre) */
.pod-bar--hero { --h: 14px; }
.pod-bar--hero .pod-bar__seg { background: #fff; }
.pod-bar--hero .pod-bar__seg--intro, .pod-bar--hero .pod-bar__seg--cierre { background: rgba(255, 255, 255, .22); }
.pod-bar--hero .pod-bar__seg--fondo { background: var(--pod-malva); }
.pod-bar--hero .pod-bar__seg--rara { background: transparent; box-shadow: inset 0 0 0 2px var(--pod-malva); }
.pod-bar--hero .pod-bar__seg.is-hover { box-shadow: 0 0 0 3px rgba(186, 140, 204, .5); }
.pod-bar--hero .pod-bar__seg--rara.is-hover { box-shadow: inset 0 0 0 2px var(--pod-malva), 0 0 0 3px rgba(186, 140, 204, .5); }
.pod-bar--ghost .pod-bar__seg { background: var(--pod-line); box-shadow: none; }
.pod-bar--row { --h: 6px; }
.pod-bar--run { --h: 10px; }
.pod-bar__legend { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 12px; font-size: 13px; color: rgba(255, 255, 255, .6); }
.pod-bar__tc { font-weight: 600; font-variant-numeric: tabular-nums; }
.pod-bar__hint { flex: 1; text-align: center; color: rgba(255, 255, 255, .85); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; transition: opacity 160ms; }
.pod-bar__hint b { font-weight: 700; color: var(--pod-malva); margin-right: 6px; }
.pod-bar__hint.is-swap { opacity: 0; }

/* Animación de entrada (hero): los segmentos se dibujan en orden */
.pod-js .pod-bar--hero .pod-bar__seg { transform: scaleX(0); }
.pod-js .pod-bar--hero.is-on .pod-bar__seg { animation: pod-seg var(--d, 200ms) linear var(--delay, 0ms) forwards; }
@keyframes pod-seg { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* ---------- 01 · Hero ---------- */
.pod-hero { position: relative; background: var(--pod-ink); color: #fff; padding: clamp(44px, 7vw, 96px) 0 clamp(36px, 5vw, 64px); overflow: hidden; }
.pod-hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .18), transparent); }
.pod-hero__inner { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; justify-items: start; }
.pod .pod-num { font-weight: 900; font-size: clamp(88px, 20vw, 228px); line-height: .9; letter-spacing: -.045em; margin: 6px 0 4px; display: flex; align-items: baseline; font-variant-numeric: tabular-nums; color: #fff; }
.pod-num__c { color: var(--pod-malva); margin: 0 .02em; transform: translateY(-.04em); display: inline-block; }
.pod-num.is-done .pod-num__c { animation: pod-blink 1s steps(1) 2; }
@keyframes pod-blink { 50% { opacity: .35; } }
.pod-hero__title { font-weight: 800; font-size: clamp(26px, 3.4vw, 44px); line-height: 1.1; letter-spacing: -.02em; max-width: 18em; color: #fff; }
.pod .pod-hero__sub { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.55; color: rgba(255, 255, 255, .72); max-width: 40em; margin: 0; }
.pod-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; }
.pod-hero__bar { margin-top: clamp(36px, 5vw, 64px); }

/* ---------- 02 · Qué es ---------- */
.pod-what { padding: clamp(56px, 8vw, 120px) 0; }
.pod-what__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.pod-what__text p { color: var(--pod-ink); }
.pod-what__text > p:not(.pod-lead) { color: var(--pod-grey); }
.pod-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--pod-line); }
.pod-facts li { display: grid; gap: 2px; font-size: 14px; color: var(--pod-grey); }
.pod-facts b { font-size: 15px; font-weight: 700; color: var(--pod-ink); }

/* ---------- 03 · Elena + Diego ---------- */
.pod-hosts { background: var(--pod-smoke); padding: clamp(56px, 8vw, 110px) 0; }
.pod-hosts__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 3vw, 40px); }
.pod-host { background: #fff; border: 1px solid var(--pod-line); border-radius: var(--pod-radius); padding: clamp(24px, 3.4vw, 44px); display: grid; gap: 6px; align-content: start; position: relative; overflow: hidden; }
.pod-host--elena { color: var(--pod-ink); }
.pod-host--diego { color: var(--pod-ink); }
.pod-sig { width: 120px; height: 50px; margin-bottom: 14px; }
.pod-sig--elena { color: var(--pod-ink); }
.pod-sig--diego { color: var(--pod-malva); }
.pod-host__name { font-weight: 900; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.03em; text-transform: uppercase; }
.pod-host__role { font-weight: 700; font-size: clamp(20px, 2.2vw, 28px); line-height: 1.1; margin: 4px 0 14px; }
.pod-host--diego .pod-host__role { color: var(--pod-morado); }
.pod-host__text { color: var(--pod-grey); margin: 0; }
.pod-host__quote { margin: 22px 0 0; padding: 16px 0 0; border-top: 1px solid var(--pod-line); }
.pod-host__quote p { font-weight: 600; font-size: 17px; line-height: 1.45; margin: 0 0 6px; }
.pod-host__quote footer { font-size: 12px; color: var(--pod-grey); letter-spacing: .04em; }
.pod-host--diego .pod-host__quote { border-top-color: var(--pod-luz); }
.pod-hosts__note { max-width: 46em; margin: 28px 0 0; font-size: 14px; line-height: 1.55; color: var(--pod-grey); padding-left: 16px; border-left: 3px solid var(--pod-malva); }
/* Firmas animadas */
.pod-js .pod-sig--elena line { transform: scaleY(0); transform-origin: 50% 32px; transform-box: fill-box; }
.pod-js .pod-sig--elena .pod-sig__base { transform: none; }
.pod-js .is-in .pod-sig--elena .pod-sig__ticks line { animation: pod-tick 420ms var(--pod-ease) forwards; }
.pod-js .is-in .pod-sig--elena .pod-sig__ticks line:nth-child(2) { animation-delay: 90ms; }
.pod-js .is-in .pod-sig--elena .pod-sig__ticks line:nth-child(3) { animation-delay: 180ms; }
.pod-js .is-in .pod-sig--elena .pod-sig__ticks line:nth-child(4) { animation-delay: 270ms; }
.pod-js .is-in .pod-sig--elena .pod-sig__ticks line:nth-child(5) { animation-delay: 360ms; }
.pod-js .is-in .pod-sig--elena .pod-sig__ticks line:nth-child(6) { animation-delay: 450ms; }
@keyframes pod-tick { to { transform: scaleY(1); } }
.pod-js .pod-sig__arc { stroke-dasharray: 1; stroke-dashoffset: 1; }
.pod-js .is-in .pod-sig__arc { animation: pod-arc 1100ms var(--pod-ease) 120ms forwards; }
@keyframes pod-arc { to { stroke-dashoffset: 0; } }

/* ---------- 04 · 5 + 1 + 1 ---------- */
.pod-format { padding: clamp(56px, 8vw, 110px) 0; }
.pod-format__grid { display: grid; grid-template-columns: 5fr 3fr 3fr; gap: clamp(14px, 2vw, 28px); counter-reset: none; }
.pod-format__item { position: relative; border-top: 3px solid var(--pod-ink); padding-top: 18px; display: grid; gap: 4px; align-content: start; }
.pod-format__item--fondo { border-top-color: var(--pod-malva); }
.pod-format__item--rara { border-top-color: transparent; background: linear-gradient(90deg, var(--pod-malva) 0 8px, transparent 8px 16px) top left / 16px 3px repeat-x; }
.pod-format__n { font-weight: 900; font-size: clamp(72px, 11vw, 150px); line-height: .9; letter-spacing: -.05em; }
.pod-format__item--fondo .pod-format__n { color: var(--pod-malva); }
.pod-format__item--rara .pod-format__n { color: transparent; -webkit-text-stroke: 3px var(--pod-malva); }
.pod-format__item h3 { font-weight: 700; font-size: clamp(20px, 2vw, 26px); line-height: 1.1; margin-top: 6px; }
.pod-format__item p { color: var(--pod-grey); font-size: 15px; margin: 6px 0 0; max-width: 28em; }
.pod-format__line { margin: clamp(28px, 4vw, 48px) 0 0; font-weight: 700; font-size: clamp(20px, 2.4vw, 30px); letter-spacing: -.01em; }

/* ---------- 05 · Último episodio / ficha ---------- */
.pod-latest { background: var(--pod-smoke); padding: clamp(56px, 8vw, 110px) 0; }
.pod-ep__grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(20px, 3vw, 48px); align-items: start; }
.pod-ep__head { margin-bottom: 24px; }
.pod-ep__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 14px; color: var(--pod-grey); margin: 0 0 14px; }
.pod-ep__title { font-weight: 800; font-size: clamp(26px, 3.2vw, 40px); line-height: 1.1; letter-spacing: -.02em; margin-bottom: 16px; }
.pod-ep__title a:hover { color: var(--pod-morado); }
.pod-ep__summary { background: #fff; border-left: 4px solid var(--pod-malva); padding: 16px 20px; border-radius: 0 12px 12px 0; }
.pod-ep__summary p:last-child { margin-bottom: 0; }
.pod-ep__side { display: grid; gap: 18px; }
.pod-ep__art { display: block; border-radius: 12px; overflow: hidden; background: var(--pod-ink); box-shadow: 0 14px 40px -18px rgba(15, 15, 18, .45); transition: transform var(--pod-dur) var(--pod-ease); }
.pod-ep__art:hover { transform: translateY(-3px); }
.pod-ep__img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.pod-ep__more { font-size: 14px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--pod-malva); }
.pod-ep__more:hover { color: var(--pod-morado); }

/* Reproductor oficial dentro de un marco propio */
.pod-player { background: #fff; border: 1px solid var(--pod-line); border-radius: var(--pod-radius); padding: 12px; }
.pod-player__frame { position: relative; min-height: 152px; border-radius: 12px; overflow: hidden; background: var(--pod-ink); }
.pod-player__embed { min-height: 152px; }
.pod-player__embed iframe { display: block; width: 100%; height: 152px; border: 0; border-radius: 12px; }
.pod-player__embed:empty::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #17171c 0%, #232329 50%, #17171c 100%); background-size: 200% 100%; animation: pod-shimmer 1.6s linear infinite; }
@keyframes pod-shimmer { to { background-position: -200% 0; } }
.pod-player__foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin: 10px 4px 0; font-size: 13px; color: var(--pod-grey); }
.pod-player__status b { color: var(--pod-morado); font-weight: 700; }
.pod-player__ext { font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.pod-player__ext:hover { color: var(--pod-morado); }

/* Escaleta */
.pod-run { margin-top: 22px; background: #fff; border: 1px solid var(--pod-line); border-radius: var(--pod-radius); padding: 18px; }
.pod-run__bar { padding: 4px 2px 14px; }
.pod-run__list { display: grid; }
.pod-run__item { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 8px; border-top: 1px solid var(--pod-line); }
.pod-run__btn { display: grid; grid-template-columns: 52px 92px minmax(0, 1fr) 14px; align-items: center; gap: 12px; width: 100%; padding: 12px 6px; text-align: left; border-radius: 8px; transition: background 180ms; min-height: 48px; }
button.pod-run__btn:hover, .pod-run__item.is-active .pod-run__btn { background: var(--pod-smoke); }
.pod-run__item.is-active .pod-run__btn { box-shadow: inset 3px 0 0 var(--pod-morado); }
.pod-run__tc { font-weight: 700; font-size: 14px; font-variant-numeric: tabular-nums; color: var(--pod-ink); }
.pod-run__kind { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--pod-grey); }
.pod-run__item--fondo .pod-run__kind { color: var(--pod-morado); }
.pod-run__item--rara .pod-run__kind { color: var(--pod-morado); }
.pod-run__item--intro .pod-run__kind, .pod-run__item--cierre .pod-run__kind { color: var(--pod-grey); }
.pod-run__title { font-size: 15px; font-weight: 500; line-height: 1.35; color: var(--pod-ink); }
.pod-run__item--fondo .pod-run__title { font-weight: 700; }
.pod-run__play { color: var(--pod-grey-2); opacity: 0; transition: opacity 180ms, color 180ms; width: 10px; height: 10px; }
button.pod-run__btn:hover .pod-run__play, .pod-run__item.is-active .pod-run__play { opacity: 1; color: var(--pod-morado); }
.pod-run__read { font-size: 12px; font-weight: 600; color: var(--pod-grey); padding: 8px 10px; border-radius: 6px; text-decoration: underline; text-underline-offset: 3px; }
.pod-run__read:hover { color: var(--pod-morado); }

/* Desplegable (fuentes, transcripción) */
.pod-details { border: 1px solid var(--pod-line); border-radius: 12px; background: #fff; }
.pod-details summary { list-style: none; display: grid; grid-template-columns: minmax(0, 1fr) auto 18px; align-items: center; gap: 12px; padding: 16px 18px; cursor: pointer; }
.pod-details summary::-webkit-details-marker { display: none; }
.pod-details__label { font-size: 15px; font-weight: 700; }
.pod-details__hint { font-size: 13px; color: var(--pod-grey); text-align: right; }
.pod-details__chev { width: 10px; height: 10px; border-right: 2px solid var(--pod-ink); border-bottom: 2px solid var(--pod-ink); transform: rotate(45deg) translate(-2px, -2px); transition: transform 240ms var(--pod-ease); }
.pod-details[open] .pod-details__chev { transform: rotate(-135deg) translate(-3px, -1px); }
.pod-details__body { padding: 0 18px 18px; }
.pod-details summary .pod-kicker { margin: 0; }

/* Fuentes */
.pod-sources__list { display: grid; gap: 18px; }
.pod-sources__group ul { display: grid; gap: 8px; }
.pod-sources__story { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--pod-grey); margin: 0 0 8px; }
.pod-sources__story a:hover { color: var(--pod-morado); }
.pod-source a { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2px 14px; padding: 12px 14px; border: 1px solid var(--pod-line); border-radius: 10px; transition: border-color 180ms, background 180ms; }
.pod-source a:hover { border-color: var(--pod-malva); background: var(--pod-smoke); }
.pod-source__pub { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--pod-grey); display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.pod-source__title { grid-column: 1; font-size: 15px; font-weight: 500; line-height: 1.35; }
.pod-source__date { grid-column: 2; grid-row: 1 / span 2; align-self: center; font-size: 12px; color: var(--pod-grey); white-space: nowrap; }
.pod-src__primary { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--pod-ink); background: var(--pod-luz); padding: 3px 6px; border-radius: 3px; }
.pod-sources__list--compact .pod-source a { padding: 10px 12px; }
.pod-sources__list--compact .pod-source__title { font-size: 14px; }
.pod-sources__list--compact .pod-source__date { display: none; }

/* ---------- 06 · Archivo ---------- */
.pod-archive { padding: clamp(56px, 8vw, 110px) 0; }
.pod-rows { display: grid; border-top: 2px solid var(--pod-ink); }
.pod-row { border-bottom: 1px solid var(--pod-line); }
.pod-row__link, .pod-row--next { display: grid; grid-template-columns: 72px 88px minmax(0, 1fr) 220px 110px; align-items: center; gap: 20px; padding: 22px 8px; transition: background 200ms; }
.pod-row__link:hover { background: var(--pod-smoke); }
.pod-row__num { font-weight: 900; font-size: 22px; letter-spacing: -.03em; color: var(--pod-ink); }
.pod-row__art { display: block; border-radius: 8px; overflow: hidden; background: var(--pod-ink); }
.pod-row__img { width: 88px; height: 88px; object-fit: cover; }
.pod-row__body { display: grid; gap: 6px; min-width: 0; }
.pod-row__meta { display: flex; gap: 8px; font-size: 13px; color: var(--pod-grey); }
.pod-row__title { font-weight: 800; font-size: clamp(18px, 1.8vw, 24px); line-height: 1.15; letter-spacing: -.015em; }
.pod-row__heads { display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: 13px; color: var(--pod-grey); }
.pod-row__head { position: relative; padding-left: 12px; }
.pod-row__head::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; border-radius: 50%; background: var(--pod-ink); }
.pod-row__head--fondo::before { background: var(--pod-malva); }
.pod-row__head--rara::before { background: #fff; box-shadow: inset 0 0 0 1.5px var(--pod-malva); }
.pod-row__topics { display: flex; flex-wrap: wrap; gap: 6px; }
.pod-row__topics span { font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--pod-grey); background: var(--pod-smoke); padding: 4px 8px; border-radius: 4px; }
.pod-row__bar { display: block; }
.pod-row__play { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 16px; border-radius: 999px; border: 2px solid var(--pod-ink); font-size: 13px; font-weight: 700; transition: background 200ms, color 200ms, border-color 200ms; }
.pod-row__link:hover .pod-row__play { background: var(--pod-ink); color: #fff; }
.pod-row--next { color: var(--pod-grey); grid-template-columns: 72px minmax(0, 1fr) 220px 110px; }
.pod-row--next .pod-row__num { color: var(--pod-grey); }
.pod-row--next .pod-row__title { color: var(--pod-grey); }
.pod-row--next .pod-row__bar { grid-column: 3; }
.pod-taxhead { padding: clamp(44px, 6vw, 80px) 0 0; }
.pod-taxhead .pod-kicker a:hover { color: var(--pod-morado); }
.pod .pagination, .pod .nav-links { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.pod .nav-links a, .pod .nav-links span { padding: 10px 16px; border: 1px solid var(--pod-line); border-radius: 999px; font-size: 14px; font-weight: 600; }

/* ---------- 07 · El martes que viene ---------- */
.pod-next { background: var(--pod-ink); color: #fff; padding: clamp(56px, 8vw, 110px) 0; overflow: hidden; }
.pod-next__grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; min-width: 0; gap: clamp(20px, 4vw, 60px); align-items: center; }
.pod-next__title { font-weight: 900; font-size: clamp(32px, 5vw, 64px); line-height: 1; letter-spacing: -.03em; color: #fff; margin-bottom: 18px; }
.pod-next__text { color: rgba(255, 255, 255, .72); max-width: 36em; font-size: 17px; }
.pod-next__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.pod .pod-next__num { font-weight: 900; font-size: clamp(64px, 12vw, 180px); line-height: .9; letter-spacing: -.045em; color: transparent; -webkit-text-stroke: 2px rgba(255, 255, 255, .28); margin: 0; }
.pod-next--single { padding: clamp(44px, 6vw, 80px) 0; }

/* ---------- Episodio individual ---------- */
.pod-open { background: var(--pod-ink); color: #fff; padding: clamp(28px, 4vw, 48px) 0 clamp(40px, 6vw, 80px); position: relative; }
.pod-crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: rgba(255, 255, 255, .6); margin-bottom: clamp(28px, 4vw, 56px); }
.pod-crumbs a:hover { color: #fff; }
.pod-crumbs [aria-current] { color: #fff; font-weight: 600; }
.pod-open__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 380px); gap: clamp(24px, 4vw, 64px); align-items: start; }
.pod-open__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; font-size: 14px; color: rgba(255, 255, 255, .72); margin: 0 0 18px; }
.pod-open__meta .pod-chip { background: var(--pod-malva); color: var(--pod-ink); }
.pod-open__dur { font-weight: 700; color: #fff; }
.pod-open__title { font-weight: 900; font-size: clamp(30px, 4.6vw, 60px); line-height: 1.02; letter-spacing: -.03em; color: #fff; margin-bottom: 24px; max-width: 16em; }
.pod-summary { border-left: 4px solid var(--pod-malva); padding: 4px 0 4px 20px; max-width: 40em; }
.pod-summary .pod-label { color: var(--pod-malva); }
.pod-summary__text { font-size: clamp(16px, 1.4vw, 18px); line-height: 1.55; color: rgba(255, 255, 255, .88); }
.pod-summary__text p:last-child { margin-bottom: 0; }
.pod-open__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.pod-open__art { margin: 0; border-radius: 14px; overflow: hidden; background: var(--pod-ink-2); box-shadow: 0 24px 60px -24px rgba(0, 0, 0, .8); }
.pod-open__img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.pod-listen { background: var(--pod-smoke); padding: clamp(40px, 6vw, 72px) 0; }
.pod-listen .pod-ep__grid { grid-template-columns: minmax(0, 1fr); }

/* Historias */
.pod-stories { padding: clamp(56px, 8vw, 110px) 0; }
.pod-stories__legend { display: flex; gap: 22px; flex-wrap: wrap; margin: -8px 0 28px; }
.pod-stories__list { display: grid; gap: clamp(20px, 3vw, 36px); max-width: var(--pod-col); }
.pod-story { border-top: 2px solid var(--pod-ink); padding-top: 18px; }
.pod-story--fondo { border-top-color: var(--pod-malva); border-top-width: 4px; }
.pod-story--rara { border-top-style: dashed; border-top-color: var(--pod-malva); }
.pod-story--intro, .pod-story--cierre { border-top-color: var(--pod-line); }
.pod-story__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.pod-tc { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums; color: var(--pod-grey); padding: 8px 12px; border: 1px solid var(--pod-line); border-radius: 999px; min-height: 40px; transition: color 180ms, border-color 180ms, background 180ms; }
.pod-tc:hover { color: var(--pod-morado); border-color: var(--pod-malva); background: var(--pod-smoke); }
.pod-tc .pod-play { width: 9px; height: 9px; }
.pod-story__title { font-weight: 800; font-size: clamp(22px, 2.6vw, 32px); line-height: 1.12; letter-spacing: -.02em; margin-bottom: 18px; }
.pod-story--fondo .pod-story__title { font-size: clamp(26px, 3.2vw, 40px); }
.pod-story__block { display: grid; gap: 4px; margin-bottom: 18px; padding-left: 18px; border-left: 3px solid var(--pod-ink); }
.pod-story__block--diego { border-left-color: var(--pod-malva); }
.pod-story__block .pod-prose { color: var(--pod-ink); }
.pod-story__block--diego .pod-prose { color: #2a2a31; }
.pod-story__quote { margin: 20px 0; padding: 18px 22px; background: var(--pod-smoke); border-radius: 12px; }
.pod-story__quote p { font-weight: 700; font-size: clamp(18px, 1.8vw, 22px); line-height: 1.35; margin: 0 0 6px; letter-spacing: -.01em; }
.pod-story__quote footer { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--pod-grey); }
.pod-story__quote--diego { background: var(--pod-luz); }
.pod-story__quote--diego footer { color: var(--pod-ink); }
.pod-story__foot { display: grid; gap: 8px; margin-top: 16px; }
.pod-src { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 2px 12px; align-items: center; padding: 10px 14px; border: 1px solid var(--pod-line); border-radius: 10px; font-size: 14px; transition: border-color 180ms, background 180ms; }
.pod-src:hover { border-color: var(--pod-malva); background: var(--pod-smoke); }
.pod-src__pub { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--pod-grey); white-space: nowrap; }
.pod-src__title { font-weight: 500; line-height: 1.35; }
.pod-src .pod-src__primary { grid-column: 1 / -1; justify-self: start; }
.pod-src--tmt { border-color: var(--pod-luz); background: #fff; }
.pod-src--tmt .pod-src__pub { color: var(--pod-morado); }

.pod-takeaway { padding: 0 0 clamp(56px, 8vw, 110px); }
.pod-takeaway__quote { margin: 0; padding: clamp(28px, 4vw, 48px); border-radius: var(--pod-radius); background: var(--pod-ink); color: #fff; }
.pod-takeaway__quote p { font-weight: 800; font-size: clamp(22px, 3vw, 38px); line-height: 1.2; letter-spacing: -.02em; margin: 0 0 12px; max-width: 24em; }
.pod-takeaway__quote footer { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--pod-malva); }

.pod-sources { background: var(--pod-smoke); padding: clamp(56px, 8vw, 110px) 0; }
.pod-sources__intro { color: var(--pod-grey); max-width: 40em; margin: -8px 0 24px; }
.pod-sources .pod-sources__list { max-width: var(--pod-col); }
.pod-sources .pod-source a { background: #fff; }

.pod-transcript { padding: clamp(40px, 6vw, 72px) 0 0; }
.pod-transcript .pod-details summary { padding: 20px 22px; }
.pod-transcript__body { padding: 4px 22px 22px; max-width: var(--pod-col); display: grid; gap: 14px; }
.pod-line { display: grid; grid-template-columns: 52px 68px minmax(0, 1fr); gap: 4px 12px; align-items: baseline; margin: 0; font-size: 15.5px; line-height: 1.55; }
.pod-line__tc { font-size: 12px; font-weight: 700; color: var(--pod-grey); font-variant-numeric: tabular-nums; text-align: left; padding: 2px 0; }
.pod-line__tc:hover { color: var(--pod-morado); }
.pod-line__who { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--pod-ink); }
.pod-line--diego .pod-line__who { color: var(--pod-morado); }
.pod-line--note { color: var(--pod-grey); font-style: italic; }
.pod-line--note .pod-line__text { grid-column: 2 / -1; }

.pod-related { padding: clamp(48px, 6vw, 80px) 0; }
.pod-related__grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 64px); }
.pod-related__list { display: grid; gap: 10px; }
.pod-related__list a { font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--pod-malva); }
.pod-related__list a:hover { color: var(--pod-morado); }
.pod-topics { display: flex; flex-wrap: wrap; }

.pod-pager { border-top: 1px solid var(--pod-line); border-bottom: 1px solid var(--pod-line); }
.pod-pager__grid { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 16px; align-items: stretch; }
.pod-pager__link { display: grid; gap: 4px; align-content: center; padding: 22px 0; min-height: 88px; }
.pod-pager__link--next { text-align: right; }
.pod-pager__link--hub { align-content: center; padding-inline: 16px; }
.pod-pager__label { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--pod-grey); }
.pod-pager__title { font-weight: 700; font-size: 16px; line-height: 1.3; }
a.pod-pager__link:hover .pod-pager__title, a.pod-pager__link:hover .pod-pager__label { color: var(--pod-morado); }
.pod-pager__link--empty .pod-pager__label { color: var(--pod-grey); }

/* ---------- Revelado al scroll ---------- */
.pod-js [data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity 620ms var(--pod-ease), transform 620ms var(--pod-ease); }
.pod-js [data-reveal].is-in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.pod-ep__grid { grid-template-columns: minmax(0, 1fr) 260px; }
	.pod-row__link, .pod-row--next { grid-template-columns: 60px 72px minmax(0, 1fr) 150px; }
	.pod-row__img { width: 72px; height: 72px; }
	.pod-row__play { display: none; }
	.pod-format__grid { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 767px) {
	.pod { font-size: 16px; }
	.pod-hero { padding-top: 36px; }
	.pod-num { font-size: clamp(84px, 26vw, 140px); }
	.pod .pod-btn { white-space: normal; text-align: center; justify-content: center; padding-inline: 18px; }
	.pod-hero__cta .pod-btn { width: 100%; }
	.pod-btn__meta { white-space: nowrap; }
	.pod-hero__inner > * { max-width: 100%; }
	.pod-hero .pod-kicker { flex-wrap: wrap; gap: 6px 10px; }
	.pod-hero .pod-kicker__sep { display: none; }
	.pod-hero .pod-kicker > span:last-child { flex-basis: 100%; padding-left: 19px; }
	.pod-bar__legend { font-size: 12px; }
	.pod-what__grid, .pod-hosts__grid, .pod-related__grid, .pod-next__grid, .pod-open__grid { grid-template-columns: minmax(0, 1fr); }
	.pod-facts { grid-template-columns: 1fr; gap: 12px; }
	.pod-format__grid { grid-template-columns: 1fr; gap: 22px; }
	.pod-format__item { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 0 16px; align-items: start; }
	.pod-format__n { grid-row: 1 / span 2; font-size: 84px; }
	.pod-format__item h3 { margin-top: 2px; }
	.pod-ep__grid { grid-template-columns: 1fr; }
	.pod-ep__side { grid-template-columns: 1fr; }
	.pod-ep__art { max-width: 220px; }
	.pod-run { padding: 14px; }
	.pod-run__btn { grid-template-columns: 44px minmax(0, 1fr) 14px; grid-template-rows: auto auto; gap: 2px 10px; padding: 12px 4px; }
	.pod-run__tc { grid-row: 1 / span 2; align-self: start; padding-top: 2px; }
	.pod-run__kind { grid-column: 2; }
	.pod-run__title { grid-column: 2; }
	.pod-run__play { grid-column: 3; grid-row: 1 / span 2; }
	.pod-run__read { display: none; }
	.pod-row__link, .pod-row--next { grid-template-columns: 56px minmax(0, 1fr); gap: 10px 14px; padding: 18px 0; }
	.pod-row__num { font-size: 18px; align-self: start; padding-top: 4px; }
	.pod-row__art { grid-column: 1; grid-row: 2; }
	.pod-row__img { width: 56px; height: 56px; }
	.pod-row__body { grid-column: 2; grid-row: 1 / span 2; }
	.pod-row__bar { grid-column: 1 / -1; }
	.pod-row--next .pod-row__bar { grid-column: 1 / -1; }
	.pod-next__num { display: none; }
	.pod-next__cta .pod-btn { width: 100%; justify-content: center; }
	.pod-open__art { max-width: 240px; order: -1; }
	.pod-open__cta .pod-btn { width: 100%; justify-content: center; }
	.pod-story__head { flex-wrap: wrap; }
	.pod-line { grid-template-columns: 44px minmax(0, 1fr); }
	.pod-line__who { grid-column: 2; }
	.pod-line__text { grid-column: 2; }
	.pod-pager__grid { grid-template-columns: 1fr; }
	.pod-pager__link--next { text-align: left; }
	.pod-pager__link--hub { padding-inline: 0; border-top: 1px solid var(--pod-line); border-bottom: 1px solid var(--pod-line); }
	.pod-details summary { grid-template-columns: minmax(0, 1fr) 18px; }
	.pod-details__hint { grid-column: 1; text-align: left; }
	.pod-details__chev { grid-column: 2; grid-row: 1; }
	.pod-source a { grid-template-columns: 1fr; }
	.pod-source__date { grid-column: 1; grid-row: auto; }
}
@media (max-width: 380px) {
	.pod-num { font-size: 76px; }
	.pod-host__name { font-size: 34px; }
	.pod-run__btn { grid-template-columns: 40px minmax(0, 1fr) 12px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
	.pod-js [data-reveal] { opacity: 1; transform: none; transition: none; }
	.pod-js .pod-bar--hero .pod-bar__seg { transform: none; animation: none !important; }
	.pod-js .pod-sig--elena line { transform: none; animation: none !important; }
	.pod-js .pod-sig__arc { stroke-dashoffset: 0; animation: none !important; }
	.pod-num.is-done .pod-num__c { animation: none; }
	.pod-player__embed:empty::before { animation: none; }
	.pod *, .pod *::before, .pod *::after { transition-duration: 1ms !important; }
}
