/* Podcast V1 only. No selector in this file may target a generic Resource or Guide page. */
.rpd-podcast-v1 .rpd-resource-v2-hero {
	padding: clamp(3.25rem, 4.5vw, 4.25rem) 0;
}

.rpd-podcast-v1 .rpd-resource-v2-hero__grid {
	align-items: center;
	gap: clamp(2rem, 4vw, 3.5rem);
	grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 0.85fr);
	max-width: 76rem;
}

.rpd-podcast-v1 .rpd-resource-v2-hero__copy {
	max-width: 47rem;
}

.rpd-resource-detail-v2.rpd-podcast-v1 .rpd-resource-v2-hero h1 {
	font-size: clamp(2.75rem, 4.25vw, 4rem);
	line-height: 1.02;
	max-width: 13.5ch;
}

.rpd-podcast-v1 .rpd-resource-v2-hero__subhead {
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.55;
	margin-top: 1rem;
	max-width: 42rem;
}

.rpd-podcast-v1__hero-meta {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: grid;
	gap: 0.7rem;
	margin: 1.25rem 0 0;
	padding-top: 1.15rem;
}

.rpd-podcast-v1__meta-row {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
}

.rpd-podcast-v1__meta-row > div {
	align-items: baseline;
	display: inline-flex;
	gap: 0.35rem;
}

.rpd-podcast-v1__meta-row > div + div::before {
	color: rgba(255, 255, 255, 0.48);
	content: "·";
	margin: 0 0.72rem;
}

.rpd-podcast-v1__meta-row--people {
	align-items: stretch;
	display: grid;
	gap: 0.42rem;
}

.rpd-podcast-v1__meta-row--people > div {
	align-items: baseline;
	display: grid;
	gap: 0.35rem;
	grid-template-columns: max-content minmax(0, 1fr);
}

.rpd-podcast-v1__meta-row--people > div + div::before {
	content: none;
}

.rpd-podcast-v1__meta-row dt,
.rpd-podcast-v1__meta-row dd {
	font-size: 0.9rem;
	line-height: 1.45;
	margin: 0;
}

.rpd-podcast-v1__meta-row dt {
	color: rgba(255, 255, 255, 0.68);
	font-weight: 600;
}

.rpd-podcast-v1__meta-row dd {
	color: #fff;
	font-weight: 800;
	min-width: 0;
}

.rpd-podcast-v1__meta-row--episode > div:first-child dt,
.rpd-podcast-v1__meta-row--episode > div:first-child dd {
	color: var(--rpd-resource-v2-gold);
	font-weight: 900;
}

.rpd-podcast-v1 .rpd-resource-v2-art__panel {
	max-width: 30rem;
	min-height: 24rem;
}

.rpd-podcast-hero-player {
	--rpd-podcast-player-glow: rgba(121, 104, 237, 0.42);
	background:
		radial-gradient(circle at 82% 18%, var(--rpd-podcast-player-glow), transparent 37%),
		radial-gradient(circle at 10% 95%, rgba(253, 185, 51, 0.14), transparent 35%),
		linear-gradient(145deg, #312b76 0%, #211d5a 52%, #15123e 100%);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 1.7rem;
	box-shadow: 0 2rem 5rem rgba(9, 7, 34, 0.42);
	color: inherit;
	cursor: pointer;
	display: block;
	isolation: isolate;
	max-width: 30rem;
	min-width: 0;
	overflow: hidden;
	padding: clamp(1.2rem, 2.4vw, 1.65rem);
	position: relative;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: 100%;
}

.rpd-podcast-hero-player:visited {
	color: inherit;
}

@media (hover: hover) {
	.rpd-podcast-hero-player:hover {
		border-color: rgba(253, 185, 51, 0.62);
		box-shadow: 0 2.25rem 5.25rem rgba(9, 7, 34, 0.5);
		transform: translateY(-0.2rem);
	}
}

.rpd-podcast-hero-player:focus-visible {
	border-color: var(--rpd-resource-v2-gold);
	box-shadow: 0 2rem 5rem rgba(9, 7, 34, 0.48), 0 0 0 0.3rem rgba(253, 185, 51, 0.3);
	outline: 0.18rem solid var(--rpd-resource-v2-gold);
	outline-offset: 0.24rem;
	transform: translateY(-0.2rem);
}

.rpd-podcast-hero-player:focus-visible .rpd-podcast-hero-player__play,
.rpd-podcast-hero-player:hover .rpd-podcast-hero-player__play {
	transform: scale(1.045);
}

.rpd-podcast-hero-player--tone-2 {
	--rpd-podcast-player-glow: rgba(65, 153, 225, 0.34);
}

.rpd-podcast-hero-player--tone-3 {
	--rpd-podcast-player-glow: rgba(181, 87, 212, 0.36);
}

.rpd-podcast-hero-player--tone-4 {
	--rpd-podcast-player-glow: rgba(52, 191, 170, 0.28);
}

.rpd-podcast-hero-player::before,
.rpd-podcast-hero-player::after {
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 999px;
	content: "";
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.rpd-podcast-hero-player::before {
	height: 11rem;
	right: -4.5rem;
	top: -5rem;
	width: 11rem;
}

.rpd-podcast-hero-player::after {
	bottom: -4rem;
	height: 8.5rem;
	left: -3.25rem;
	width: 8.5rem;
}

.rpd-podcast-hero-player p {
	margin: 0;
}

.rpd-podcast-hero-player__topline {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.rpd-podcast-hero-player__brand {
	align-items: center;
	color: rgba(255, 255, 255, 0.72);
	display: flex;
	font-size: 0.67rem;
	font-weight: 900;
	gap: 0.48rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rpd-podcast-hero-player__brand > span {
	color: #fff;
	font-size: 0.82rem;
	letter-spacing: -0.03em;
	text-transform: none;
}

.rpd-podcast-hero-player__brand > span span {
	background: var(--rpd-resource-v2-gold);
	border-radius: 0.22rem;
	color: var(--rpd-resource-v2-navy);
	margin-left: 0.1rem;
	padding: 0.05rem 0.2rem;
}

.rpd-podcast-hero-player__episode {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: var(--rpd-resource-v2-gold);
	font-size: 0.67rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	padding: 0.45rem 0.62rem;
	text-transform: uppercase;
	white-space: nowrap;
}

.rpd-podcast-hero-player__guest {
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: 6.35rem minmax(0, 1fr);
	margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
}

.rpd-podcast-hero-player__portrait {
	align-items: center;
	aspect-ratio: 1;
	background: linear-gradient(145deg, #6963c7, #342f80);
	border: 3px solid var(--rpd-resource-v2-gold);
	border-radius: 1.35rem;
	box-shadow: 0 1rem 2rem rgba(8, 6, 31, 0.34);
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.rpd-podcast-hero-player__portrait-image {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}

.rpd-podcast-hero-player__portrait-fallback {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 2.15rem;
	font-weight: 800;
	letter-spacing: -0.05em;
}

.rpd-podcast-hero-player__guest-copy {
	min-width: 0;
}

.rpd-podcast-hero-player__now-playing {
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.63rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.rpd-podcast-hero-player__guest-name {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: clamp(1.25rem, 2.25vw, 1.6rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.08;
	margin-top: 0.38rem !important;
}

.rpd-podcast-hero-player__guest-role {
	color: rgba(255, 255, 255, 0.72);
	display: -webkit-box;
	font-size: 0.75rem;
	font-weight: 600;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.35;
	margin-top: 0.46rem !important;
	overflow: hidden;
}

.rpd-podcast-hero-player__deck {
	background: rgba(10, 8, 42, 0.48);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1.1rem;
	margin-top: clamp(1.15rem, 2.4vw, 1.55rem);
	padding: 0.95rem 1rem 0.8rem;
}

.rpd-podcast-hero-player__audio-row {
	align-items: center;
	display: grid;
	gap: 0.95rem;
	grid-template-columns: 3.15rem minmax(0, 1fr);
}

.rpd-podcast-hero-player__play {
	align-items: center;
	background: var(--rpd-resource-v2-gold);
	border-radius: 999px;
	box-shadow: 0 0.6rem 1.5rem rgba(253, 185, 51, 0.24);
	display: flex;
	height: 3.15rem;
	justify-content: center;
	transition: transform 180ms ease;
	width: 3.15rem;
}

.rpd-podcast-hero-player__play i {
	border-bottom: 0.47rem solid transparent;
	border-left: 0.72rem solid var(--rpd-resource-v2-navy);
	border-top: 0.47rem solid transparent;
	display: block;
	height: 0;
	margin-left: 0.18rem;
	width: 0;
}

.rpd-podcast-hero-player__waveform {
	height: 3.35rem;
	overflow: visible;
	width: 100%;
}

.rpd-podcast-hero-player__waveform path {
	fill: none;
	stroke: rgba(255, 255, 255, 0.84);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
	vector-effect: non-scaling-stroke;
}

.rpd-podcast-hero-player__progress {
	background: rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	height: 0.25rem;
	margin-top: 0.7rem;
	position: relative;
}

.rpd-podcast-hero-player__progress span {
	background: var(--rpd-resource-v2-gold);
	border: 2px solid #fff;
	border-radius: 999px;
	height: 0.7rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(-15%, -50%);
	width: 0.7rem;
}

.rpd-podcast-hero-player__times {
	color: rgba(255, 255, 255, 0.62);
	display: flex;
	font-size: 0.64rem;
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	justify-content: space-between;
	letter-spacing: 0.04em;
	margin-top: 0.55rem;
}

.rpd-podcast-v1 .rpd-podcast-v1__listen {
	padding: clamp(2.75rem, 4vw, 3.75rem) 0;
	scroll-margin-top: 2rem;
}

.rpd-podcast-v1 .rpd-resource-v2-preview__inner {
	gap: 1.4rem;
	max-width: 65rem;
}

.rpd-podcast-v1__listen-header {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
}

.rpd-podcast-v1__listen-header .rpd-resource-v2-section-label {
	flex: 1 1 auto;
	margin: 0;
}

.rpd-podcast-v1 .rpd-podcast-v1__youtube-link,
.rpd-podcast-v1 .rpd-podcast-v1__companion .rpd-resource-v2-button {
	background: transparent;
	border: 1px solid rgba(85, 82, 177, 0.42);
	box-shadow: none;
	color: #35316f;
	flex: 0 0 auto;
	font-size: 0.88rem;
	min-height: 2.75rem;
	padding: 0.7rem 1.05rem;
	width: auto;
}

.rpd-podcast-v1__player {
	aspect-ratio: 16 / 9;
	background: #141124;
	border-radius: 1.15rem;
	box-shadow: 0 24px 65px rgba(35, 31, 88, 0.16);
	overflow: hidden;
	position: relative;
	width: 100%;
}

.rpd-podcast-v1__player iframe {
	border: 0;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.rpd-podcast-v1 .rpd-podcast-v1__episode-preview {
	background: linear-gradient(135deg, #fff, #f3f1fb);
	border-left: 4px solid #5552b1;
	box-shadow: none;
	margin-top: 0.4rem;
	padding: clamp(1.5rem, 3vw, 2rem);
}

.rpd-resource-detail-v2.rpd-podcast-v1 .rpd-podcast-v1__episode-preview h3,
.rpd-podcast-v1 .rpd-podcast-v1__episode-preview p {
	max-width: 48rem;
}

.rpd-podcast-v1 .rpd-podcast-v1__episode-preview > p:last-child {
	margin-bottom: 0;
}

.rpd-podcast-v1__details {
	background: #fff;
	padding: clamp(3rem, 4.5vw, 4.25rem) 0;
}

.rpd-podcast-v1__details-inner {
	display: grid;
	gap: clamp(2rem, 3.5vw, 3rem);
	max-width: 65rem;
}

.rpd-podcast-v1__about {
	max-width: 48rem;
}

.rpd-podcast-v1__about h2 {
	color: var(--rpd-resource-v2-navy);
	font-size: clamp(2rem, 3.3vw, 2.75rem);
	line-height: 1.1;
	margin: 0 0 1rem;
}

.rpd-podcast-v1__about p,
.rpd-podcast-v1__why p {
	color: #45415f;
	font-size: clamp(1.02rem, 1.35vw, 1.12rem);
	line-height: 1.72;
	margin: 0;
	max-width: 70ch;
}

.rpd-podcast-v1__why {
	background: #f3f1fb;
	border-left: 4px solid var(--rpd-resource-v2-gold);
	border-radius: 0 1rem 1rem 0;
	padding: clamp(1.5rem, 3vw, 2.1rem);
}

.rpd-podcast-v1__why h3,
.rpd-podcast-v1__lists h3 {
	color: var(--rpd-resource-v2-navy);
	font-size: clamp(1.35rem, 2vw, 1.65rem);
	line-height: 1.2;
	margin: 0 0 0.85rem;
}

.rpd-podcast-v1__lists {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rpd-podcast-v1__lists section {
	background: #faf9fe;
	border: 1px solid rgba(196, 196, 229, 0.68);
	border-radius: 1rem;
	padding: clamp(1.35rem, 2.5vw, 1.8rem);
}

.rpd-podcast-v1__lists ul {
	color: #45415f;
	display: grid;
	gap: 0.65rem;
	line-height: 1.55;
	margin: 0;
	padding-left: 1.15rem;
}

.rpd-podcast-v1__companion {
	border-top: 1px solid rgba(196, 196, 229, 0.72);
	padding-top: 1.5rem;
}

@media (max-width: 900px) {
	.rpd-podcast-v1 .rpd-resource-v2-hero__grid {
		grid-template-columns: 1fr;
	}

	.rpd-resource-detail-v2.rpd-podcast-v1 .rpd-resource-v2-hero h1 {
		font-size: clamp(2.6rem, 7vw, 3.75rem);
		max-width: 15ch;
	}

	.rpd-podcast-v1 .rpd-resource-v2-art__panel {
		max-width: 32rem;
		min-height: 0;
	}

	.rpd-podcast-hero-player {
		max-width: 32rem;
	}
}

@media (max-width: 600px) {
	.rpd-podcast-v1 .rpd-resource-v2-hero {
		padding: 2.75rem 0;
	}

	.rpd-resource-detail-v2.rpd-podcast-v1 .rpd-resource-v2-hero h1 {
		font-size: clamp(2.1rem, 10vw, 2.8rem);
		line-height: 1.04;
	}

	.rpd-podcast-v1__meta-row {
		gap: 0.45rem 0.8rem;
	}

	.rpd-podcast-v1__meta-row > div + div::before {
		display: none;
	}

	.rpd-podcast-v1__listen-header {
		align-items: stretch;
		display: grid;
	}

	.rpd-podcast-v1 .rpd-podcast-v1__youtube-link,
	.rpd-podcast-v1 .rpd-podcast-v1__companion .rpd-resource-v2-button {
		justify-self: start;
		width: auto;
	}

	.rpd-podcast-v1__lists {
		grid-template-columns: 1fr;
	}

	.rpd-podcast-hero-player {
		border-radius: 1.35rem;
		padding: 1rem;
	}

	.rpd-podcast-hero-player__guest {
		gap: 0.8rem;
		grid-template-columns: 4.8rem minmax(0, 1fr);
	}

	.rpd-podcast-hero-player__portrait {
		border-radius: 1rem;
	}

	.rpd-podcast-hero-player__guest-name {
		font-size: 1.2rem;
	}

	.rpd-podcast-hero-player__portrait-fallback {
		font-size: 1.75rem;
	}

	.rpd-podcast-hero-player__deck {
		border-radius: 0.9rem;
		padding: 0.8rem 0.85rem 0.7rem;
	}

	.rpd-podcast-hero-player__audio-row {
		gap: 0.75rem;
		grid-template-columns: 2.65rem minmax(0, 1fr);
	}

	.rpd-podcast-hero-player__play {
		height: 2.65rem;
		width: 2.65rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rpd-podcast-hero-player,
	.rpd-podcast-hero-player__play {
		transition-duration: 0s;
	}

	.rpd-podcast-hero-player:hover,
	.rpd-podcast-hero-player:focus-visible,
	.rpd-podcast-hero-player:hover .rpd-podcast-hero-player__play,
	.rpd-podcast-hero-player:focus-visible .rpd-podcast-hero-player__play {
		transform: none;
	}
}
