/* Stonebriar Smile Design — Podcast */
:where(
		.podcast-hero,
		.podcast-intro,
		.podcast-featured,
		.podcast-topics,
		.podcast-episodes,
		.podcast-host,
		.podcast-cta
	)
	p,
:where(
		.podcast-hero,
		.podcast-intro,
		.podcast-featured,
		.podcast-topics,
		.podcast-episodes,
		.podcast-host,
		.podcast-cta
	)
	figure {
	margin-top: 0;
}
:where(
		.podcast-hero,
		.podcast-intro,
		.podcast-featured,
		.podcast-topics,
		.podcast-episodes,
		.podcast-host,
		.podcast-cta
	)
	.button,
:where(
		.podcast-hero,
		.podcast-intro,
		.podcast-featured,
		.podcast-topics,
		.podcast-episodes,
		.podcast-host,
		.podcast-cta
	)
	.eyebrow {
	font-size: 0.8rem;
}
.podcast-hero {
	display: grid;
	min-height: min(900px, 100dvh);
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	color: var(--white);
	background: var(--navy-deep);
}
.podcast-hero__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(84px, 8vw, 136px) clamp(44px, 5vw, 104px);
}
.podcast-hero .eyebrow,
.podcast-hero .heading em {
	color: var(--gold-light);
}
.podcast-hero .heading {
	width: 100%;
	max-width: 760px;
	margin: 0 0 28px;
	color: var(--white);
	font-size: clamp(3rem, 4.45vw, 5rem);
	letter-spacing: -0.052em;
	line-height: 0.98;
	text-wrap: balance;
}
.podcast-hero .heading span,
.podcast-hero .heading em {
	display: block;
}
.podcast-hero .heading em {
	margin-top: 0.13em;
	font-family: var(--script);
	font-size: 0.64em;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1;
}
.podcast-hero__lead {
	max-width: 630px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 18px;
	line-height: 1.65;
}
.podcast-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px 28px;
}
.podcast-text-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 13px;
	color: var(--white);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}
.podcast-text-link span {
	transition: transform 0.3s ease;
}
.podcast-text-link:hover span {
	transform: translate(3px, -3px);
}
.podcast-hero__media {
	position: relative;
	min-height: 680px;
	margin: 0;
	overflow: hidden;
	background: #e5edef;
}
.podcast-hero__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(17, 24, 49, 0.55), transparent 48%);
	content: "";
}
.podcast-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.podcast-hero__media figcaption,
.podcast-host__media figcaption {
	position: absolute;
	z-index: 2;
	right: clamp(22px, 4vw, 52px);
	bottom: clamp(22px, 4vw, 46px);
	max-width: 340px;
	padding: 16px 20px;
	border-left: 2px solid var(--gold-light);
	color: var(--white);
	background: rgba(17, 24, 49, 0.92);
	font-family: var(--display);
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-transform: uppercase;
}
.podcast-intro {
	background: var(--ivory);
}
.podcast-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(48px, 9vw, 130px);
}
.podcast-intro__copy {
	padding-top: 34px;
}
.podcast-watch {
	background: #edf6f7;
}
.podcast-watch__header {
	max-width: 920px;
	margin: 0 auto 46px;
	text-align: center;
}
.podcast-watch__header .heading em {
	color: #87652e;
}
.podcast-watch__links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}
.podcast-watch__links a {
	display: grid;
	min-height: 132px;
	padding: 24px;
	grid-template-columns: 42px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 16px;
	row-gap: 10px;
	align-content: center;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	color: var(--navy);
	background: rgba(255, 255, 255, 0.66);
	text-decoration: none;
	transition:
		color 0.3s ease,
		background-color 0.3s ease;
}
.podcast-watch__icon {
	display: block;
	width: 38px;
	height: 38px;
	grid-row: 1/-1;
	align-self: center;
	justify-self: center;
	fill: currentColor;
	transition:
		color 0.3s ease,
		transform 0.3s ease;
}
.podcast-watch__links strong {
	align-self: end;
	font-family: var(--display);
	font-size: 1.18rem;
	font-weight: 500;
	line-height: 1.25;
}
.podcast-watch__links span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #075e84;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.4;
	text-transform: uppercase;
}
.podcast-watch__links span i {
	font-style: normal;
	transition: transform 0.3s ease;
}
.podcast-watch__links a:hover {
	color: var(--white);
	background: var(--navy);
}
.podcast-watch__links a:hover span {
	color: var(--white);
}
.podcast-watch__links a:hover .podcast-watch__icon {
	transform: translateY(-2px);
}
.podcast-watch__links a:hover span i {
	transform: translate(3px, -3px);
}
.podcast-watch a:focus-visible {
	position: relative;
	z-index: 2;
	outline: 3px solid var(--azure);
	outline-offset: 3px;
}
.podcast-featured {
	padding: clamp(90px, 10vw, 140px) 0;
	color: var(--white);
	background: var(--navy);
}
.podcast-featured__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: clamp(45px, 7vw, 100px);
	align-items: center;
}
.podcast-featured__video {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16/9;
	border: 1px solid rgba(203, 156, 77, 0.45);
	background: #081027;
	box-shadow: 0 28px 70px rgba(5, 10, 27, 0.3);
}
.podcast-featured__video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.podcast-featured__content .eyebrow,
.podcast-featured__content .heading em {
	color: var(--gold-light);
}
.podcast-featured__content .heading,
.podcast-featured__content .lead {
	color: var(--white);
}
.podcast-featured__content p {
	color: rgba(255, 255, 255, 0.8);
}
.podcast-topics {
	background: #edf6f7;
}
.podcast-topics__header,
.podcast-episodes__header {
	max-width: 900px;
	margin: 0 auto 56px;
	text-align: center;
}
.podcast-topics__grid {
	display: grid;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
	list-style: none;
}
.podcast-topics li {
	min-height: 340px;
	padding: clamp(30px, 3.5vw, 48px);
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.68);
}
.podcast-topics li > span {
	display: block;
	margin-bottom: 40px;
	color: #87652e;
	font-family: var(--display);
	font-size: 0.82rem;
	letter-spacing: 0.14em;
}
.podcast-topics strong {
	display: block;
	margin-bottom: 18px;
	color: var(--navy);
	font-family: var(--display);
	font-size: 1.4rem;
}
.podcast-topics li p {
	color: #4f5667;
	line-height: 1.7;
}
.podcast-episodes {
	padding: clamp(90px, 11vw, 154px) 0;
	background: var(--white);
}
.podcast-episodes__header > p:last-child {
	color: #4f5667;
}
.podcast-episodes__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}
.podcast-episode {
	overflow: hidden;
	border: 1px solid rgba(32, 41, 85, 0.14);
	color: var(--navy);
	background: #f7f8f5;
	box-shadow: 0 16px 42px rgba(24, 38, 72, 0.07);
	text-decoration: none;
	transition:
		transform 0.35s ease,
		box-shadow 0.35s ease;
}
.podcast-episode:hover {
	box-shadow: 0 24px 56px rgba(24, 38, 72, 0.13);
	transform: translateY(-4px);
}
.podcast-episode__media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16/9;
	background: var(--navy-deep);
}
.podcast-episode__media::after {
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 49, 0.12);
	content: "";
}
.podcast-episode__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.podcast-episode__media i {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 50%;
	color: var(--navy);
	background: var(--gold-light);
	font-style: normal;
	transform: translate(-50%, -50%);
}
.podcast-episode__content {
	display: flex;
	min-height: 210px;
	flex-direction: column;
	padding: 26px;
}
.podcast-episode__content small {
	color: #87652e;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.podcast-episode__content strong {
	margin: 16px 0;
	color: var(--navy);
	font-family: var(--display);
	font-size: 1.25rem;
	line-height: 1.4;
}
.podcast-episode__content b {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-top: auto;
	color: #075e84;
	font-size: 0.78rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}
.podcast-episodes__footer {
	margin-top: 48px;
	text-align: center;
}
.podcast-host {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	background: var(--navy);
}
.podcast-host__media {
	position: relative;
	min-height: 700px;
	margin: 0;
	overflow: hidden;
}
.podcast-host__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(17, 24, 49, 0.5), transparent 48%);
	content: "";
}
.podcast-host__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.podcast-host__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(70px, 8vw, 130px) clamp(44px, 6vw, 108px);
	color: rgba(255, 255, 255, 0.82);
}
.podcast-host__content .eyebrow,
.podcast-host__content .heading em {
	color: var(--gold-light);
}
.podcast-host__content .heading,
.podcast-host__content .lead {
	color: var(--white);
}
.podcast-cta {
	position: relative;
	overflow: hidden;
	padding: clamp(100px, 12vw, 170px) 0;
	color: var(--white);
	background: var(--navy-deep);
	text-align: center;
	isolation: isolate;
}
.podcast-cta::before {
	position: absolute;
	z-index: -1;
	inset: 6% max(20px, 10vw);
	border: 1px solid rgba(203, 156, 77, 0.22);
	border-radius: 50%;
	content: "";
}
.podcast-cta__mark {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: min(42vw, 520px);
	opacity: 0.035;
	transform: translate(-50%, -50%);
}
.podcast-cta__mark img {
	width: 100%;
}
.podcast-cta .eyebrow,
.podcast-cta .heading em {
	color: var(--gold-light);
}
.podcast-cta .heading {
	color: var(--white);
}
.podcast-cta p:not(.eyebrow) {
	max-width: 720px;
	margin: 24px auto 34px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
}
:where(
		.podcast-hero,
		.podcast-intro,
		.podcast-featured,
		.podcast-topics,
		.podcast-episodes,
		.podcast-host,
		.podcast-cta
	)
	a:focus-visible {
	outline: 3px solid var(--azure);
	outline-offset: 4px;
}
@media (max-width: 1100px) {
	.podcast-hero {
		min-height: auto;
		grid-template-columns: 1fr 1fr;
	}
	.podcast-hero__content {
		padding: 82px 42px;
	}
	.podcast-hero .heading {
		font-size: clamp(2.75rem, 5.7vw, 4.2rem);
	}
	.podcast-watch__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.podcast-topics__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.podcast-episodes__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 780px) {
	.podcast-hero,
	.podcast-host {
		grid-template-columns: 1fr;
	}
	.podcast-hero__content {
		min-height: 640px;
		padding: 78px 24px 62px;
	}
	.podcast-hero .heading {
		font-size: clamp(2.65rem, 11.5vw, 4rem);
	}
	.podcast-hero__media {
		min-height: 520px;
	}
	.podcast-intro__grid,
	.podcast-featured__grid {
		grid-template-columns: 1fr;
	}
	.podcast-intro__copy {
		padding-top: 0;
	}
	.podcast-host__media {
		min-height: 520px;
	}
	.podcast-host__content {
		padding: 70px 24px;
	}
	.podcast-cta::before {
		inset: 5% -20%;
	}
}
@media (max-width: 520px) {
	.podcast-hero__content {
		min-height: 600px;
	}
	.podcast-hero__actions,
	.podcast-hero__actions .button {
		width: 100%;
	}
	.podcast-hero__media {
		min-height: 430px;
	}
	.podcast-hero__media figcaption,
	.podcast-host__media figcaption {
		right: 18px;
		bottom: 18px;
		left: 18px;
		max-width: none;
	}
	.podcast-watch__links,
	.podcast-topics__grid,
	.podcast-episodes__grid {
		grid-template-columns: 1fr;
	}
	.podcast-watch__links a {
		min-height: 112px;
		padding: 20px;
		grid-template-columns: 38px minmax(0, 1fr);
		column-gap: 14px;
	}
	.podcast-watch__icon {
		width: 32px;
		height: 32px;
	}
	.podcast-topics li {
		min-height: auto;
	}
	.podcast-host__media {
		min-height: 430px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.podcast-text-link span,
	.podcast-watch__links a,
	.podcast-watch__links i,
	.podcast-episode {
		transition: none;
	}
}
