.et_pb_section_1.et_pb_section:has(.podcast-page) {
	padding-top: 0 !important;
}

.et_pb_section_1.et_pb_section:has(.podcast-page) .et_pb_row {
	padding: 0 !important;
}

.podcast-page {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow-x: hidden;
}

/* Hero banner */
.podcast-hero {
	position: relative;
	height: 720px;
	min-height: 720px;
	background-color: #0f1928;
	overflow: hidden;
}

.podcast-hero__bg {
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.podcast-hero__wrap {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 100px 24px 80px 128px;
	min-height: 720px;
	height: 100%;
	display: flex;
	align-items: center;
}

.podcast-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.podcast-hero__label {
	margin: 0;
	width: 840px;
	max-width: 100%;
	min-height: 80px;
	text-align: left;
	font-family: "Adelle", "Roboto Slab", Georgia, serif;
	font-style: normal;
	font-weight: 300;
	font-size: clamp(1.5rem, 4vw, 60px);
	line-height: 84px;
	letter-spacing: -1.8px;
	color: #ffffff;
	text-transform: uppercase;
	opacity: 1;
}

.podcast-hero__title {
	margin: 0;
	text-align: left;
	font-family: "Rubik", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: clamp(3.5rem, 11vw, 170px);
	line-height: 0.42;
	letter-spacing: clamp(2px, 0.5vw, 8.5px);
	color: #ffffff;
	text-transform: uppercase;
}

.podcast-hero__tagline {
	margin: 0;
	width: 989px;
	max-width: 100%;
	min-height: 36px;
	text-align: left;
	font-family: "Rubik", sans-serif;
	font-size: clamp(1rem, 2vw, 30px);
	font-style: italic;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 1.44px;
	color: #61d5cc;
	opacity: 1;
}

.podcast-hero__platforms {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	padding-top: 8px;
}

.podcast-hero__platform {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.podcast-hero__platform:hover {
	transform: translateY(-2px);
	opacity: 0.9;
	color: #fff;
}

.podcast-hero__platform svg {
	width: 26px;
	height: 26px;
}

.podcast-hero__platform--apple {
	background: rgba(28, 28, 28, 0.85);
}

.podcast-hero__platform--spotify {
	background: #1db954;
}

.podcast-hero__platform--youtube {
	background: #ff0000;
}

.podcast-hero__platform--amazon {
	background: #ff9900;
}

/* Intro */
.podcast-intro {
	background: #f4f4f4;
	padding: 80px 24px;
	text-align: center;
}

.podcast-intro__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.podcast-intro__title {
	margin: 0 0 28px;
	text-align: center;
	font-family: "Adelle", "Roboto Slab", Georgia, serif;
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 72px;
	letter-spacing: 0;
	color: #003150;
	text-transform: capitalize;
	opacity: 1;
}

.podcast-intro__desc {
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0;
	color: #595959;
	opacity: 1;
}

.podcast-intro__desc p {
	margin: 0 0 1.1em;
}

.podcast-intro__desc p:last-child {
	margin-bottom: 0;
}

/* Listing + filters share background */
.podcast-listing {
	background: #f4f4f4;
	padding: 0 24px 80px;
	box-sizing: border-box;
}

/* Browse — 2×2 grid aligned to card columns (505 + 45 + 505 | 45 | 505) */
.podcast-browse {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 505px);
	grid-template-rows: auto auto;
	grid-template-areas:
		"label sort"
		"pills search";
	align-items: center;
	column-gap: 45px;
	row-gap: 14px;
	max-width: 1605px;
	margin: 0 auto;
	padding: 24px 0 0;
	box-sizing: border-box;
	width: 100%;
}

.podcast-browse__label {
	grid-area: label;
	margin: 0;
	text-align: left;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 34px;
	letter-spacing: 0;
	color: #595959;
	text-transform: uppercase;
	opacity: 1;
}

.podcast-browse__sort {
	grid-area: sort;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin: 0;
	text-align: right;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: clamp(16px, 1.05vw, 20px);
	line-height: 34px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	opacity: 1;
	color: #595959;
}

.podcast-browse__cats-slider {
	grid-area: pills;
	position: relative;
	min-width: 0;
	width: 100%;
	overflow: hidden;
}

.podcast-browse__cats-slider::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 56px;
	pointer-events: none;
	background: linear-gradient(to right, rgba(244, 244, 244, 0), #f4f4f4 85%);
}

.podcast-browse__pills-track {
	min-width: 0;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
	-ms-overflow-style: none;
	touch-action: pan-x;
	cursor: grab;
	-webkit-overflow-scrolling: touch;
}

.podcast-browse__pills-track.is-dragging {
	cursor: grabbing;
	user-select: none;
}

.podcast-browse__pills-track.is-dragging .podcast-browse__pill {
	pointer-events: none;
}

.podcast-browse__pills-track::-webkit-scrollbar {
	display: none;
}

.podcast-browse__pills {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	width: max-content;
	padding-right: 48px;
}

.podcast-browse__pill {
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #ababab;
	color: #595959;
	border-radius: 273px;
	padding: 17px 22px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
	opacity: 1;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.podcast-browse__pill:hover {
	border-color: #003150;
}

.podcast-browse__pill.is-active {
	background: #003150;
	border-color: #003150;
	color: #ffffff;
}

.podcast-browse__sort-wrap {
	position: relative;
}

.podcast-browse__sort-toggle {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	font: inherit;
	color: #61d5cc;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.podcast-browse__sort-arrow {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
}

.podcast-browse__sort-menu {
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	z-index: 20;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	min-width: 220px;
	background: #ffffff;
	border: 1px solid #d0d5dd;
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(0, 49, 80, 0.12);
}

.podcast-browse__sort-option {
	appearance: none;
	width: 100%;
	border: 0;
	background: transparent;
	padding: 12px 18px;
	text-align: left;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	color: #003150;
}

.podcast-browse__sort-option:hover,
.podcast-browse__sort-option.is-active {
	background: #f3f6f8;
	color: #61d5cc;
}

.podcast-browse__search {
	grid-area: search;
	position: relative;
	display: block;
	width: 100%;
	max-width: none;
}

.podcast-browse__search-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	width: 26px;
	height: 26px;
	transform: translateY(-50%);
	color: #003150;
	pointer-events: none;
}

.podcast-browse__search-input {
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	border: 2px solid #003150;
	border-radius: 10px;
	padding: 12px 44px 12px 48px;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0;
	color: #595959;
	text-align: left;
	outline: none;
	opacity: 1;
}

.podcast-browse__search-input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

.podcast-browse__search-input::placeholder {
	text-align: left;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0;
	color: #595959;
	opacity: 1;
}

.podcast-browse__search-clear {
	appearance: none;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #003150;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.podcast-browse__search-clear[hidden] {
	display: none;
}

.podcast-browse__search-clear svg {
	width: 18px;
	height: 18px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Gallery — 1920 design: cards 505x284, gap 45, browse→gallery 74 */
.podcast-gallery {
	max-width: 1605px;
	margin: 74px auto 0;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	transition: opacity 0.2s ease;
}

.podcast-gallery.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.podcast-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, 505px);
	gap: 45px;
	justify-content: center;
}

.podcast-gallery__empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 40px 0;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	color: #595959;
}

/* Cards */
.podcast-card {
	display: block;
	width: 505px;
	height: 284px;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.podcast-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.podcast-card__img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 1680px) {
	.podcast-browse,
	.podcast-gallery {
		max-width: 1605px;
	}

	.podcast-browse {
		column-gap: clamp(24px, 2.35vw, 45px);
		/* 2 card cols + gap | 1 card col — matches gallery thirds */
		grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
	}

	.podcast-gallery {
		margin-top: clamp(40px, 3.85vw, 74px);
	}

	.podcast-gallery__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: clamp(24px, 2.35vw, 45px);
	}

	.podcast-card {
		width: 100%;
		height: auto;
		aspect-ratio: 505 / 284;
	}
}

@media (max-width: 1024px) {
	.podcast-browse {
		grid-template-columns: 1fr;
		grid-template-areas:
			"label"
			"sort"
			"pills"
			"search";
		row-gap: 12px;
		column-gap: 0;
	}

	.podcast-browse__sort {
		justify-content: flex-start;
	}

	.podcast-browse__sort-arrow {
		width: 24px;
		height: 24px;
	}

	.podcast-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
	}

	.podcast-gallery {
		margin-top: 48px;
	}

	.podcast-hero {
		height: auto;
		min-height: 520px;
	}

	.podcast-hero__wrap {
		padding: 80px 24px 60px 48px;
		min-height: 520px;
		height: auto;
	}

	.podcast-hero__label {
		line-height: 1.2;
		min-height: auto;
	}
}

@media (max-width: 768px) {
	.podcast-hero {
		height: auto;
		min-height: auto;
	}

	.podcast-hero__wrap {
		padding: 72px 24px 48px 24px;
		min-height: auto;
		align-items: flex-start;
	}

	.podcast-hero__label,
	.podcast-hero__tagline {
		width: 100%;
		line-height: 1.3;
		min-height: auto;
	}

	.podcast-intro {
		padding: 56px 20px;
	}

	.podcast-intro__title {
		margin-bottom: 20px;
		font-size: clamp(1.75rem, 5vw, 48px);
		line-height: 1.3;
	}

	.podcast-intro__desc {
		font-size: clamp(1rem, 2.5vw, 24px);
		line-height: 1.5;
	}

	.podcast-hero__title {
		font-size: clamp(2.75rem, 16vw, 4.5rem);
		line-height: 0.9;
		letter-spacing: 0.08em;
	}

	.podcast-browse__pill {
		padding: 12px 16px;
		font-size: 14px;
	}

	.podcast-gallery {
		margin-top: 40px;
	}

	.podcast-gallery__grid {
		gap: 20px;
	}
}

@media (max-width: 640px) {
	.podcast-gallery__grid {
		grid-template-columns: 1fr;
	}

	.podcast-card {
		max-width: 505px;
		margin: 0 auto;
	}
}
