.cot-podcast,
.cot-podcast *,
.cot-podcast *::before,
.cot-podcast *::after {
	box-sizing: border-box;
}

.cot-podcast {
	--cot-red: #a8282a;
	--cot-red-bright: #c33134;
	--cot-bg: #101012;
	--cot-panel: #18181b;
	--cot-panel-light: #222226;
	--cot-text: #f5f5f6;
	--cot-muted: #9a9aa1;
	width: 100%;
	margin: 0;
	padding: 34px 20px 72px;
	color: var(--cot-text);
	background: #fff;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -.16px;
	line-height: 1.5;
}

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

.cot-podcast__shell {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	width: 100%;
	max-width: 1280px;
	min-height: 690px;
	margin: 0 auto;
	overflow: hidden;
	background:
		radial-gradient(circle at 84% 0, rgba(168, 40, 42, .14), transparent 28rem),
		var(--cot-bg);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 22px;
	box-shadow: 0 30px 75px rgba(20, 20, 25, .18);
}

.cot-podcast__sidebar {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 32px 20px 28px;
	background: rgba(4, 4, 5, .32);
	border-right: 1px solid rgba(255, 255, 255, .07);
}

.cot-podcast__wordmark {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
}

.cot-podcast__wordmark-icon {
	position: relative;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	background: var(--cot-red);
	border-radius: 10px;
	box-shadow: 0 9px 22px rgba(168, 40, 42, .28);
}

.cot-podcast__wordmark-icon span {
	position: absolute;
	top: 50%;
	left: 53%;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #fff;
	transform: translate(-45%, -50%);
}

.cot-podcast__wordmark > span:last-child {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.cot-podcast__wordmark strong {
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	font-weight: 650;
	letter-spacing: -.02em;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cot-podcast__wordmark small {
	margin-top: 2px;
	color: #77777e;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .16em;
	line-height: 1;
	text-transform: uppercase;
}

.cot-podcast__nav {
	display: grid;
	gap: 6px;
	margin-top: 54px;
}

.cot-podcast .cot-podcast__nav button {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 11px 13px !important;
	color: #8d8d94 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	cursor: pointer;
	font: 600 13px/1.2 Inter, "Helvetica Neue", Arial, sans-serif !important;
	letter-spacing: -.13px !important;
	text-align: left !important;
	text-decoration: none !important;
	text-transform: none !important;
	appearance: none;
	transition: color .2s ease, background-color .2s ease !important;
}

.cot-podcast .cot-podcast__nav button:hover,
.cot-podcast .cot-podcast__nav button:focus-visible,
.cot-podcast .cot-podcast__nav button.is-active {
	color: #fff !important;
	background: rgba(168, 40, 42, .16) !important;
}

.cot-podcast__nav-home,
.cot-podcast__nav-grid {
	position: relative;
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
}

.cot-podcast__nav-home::before {
	position: absolute;
	inset: 3px 2px 1px;
	border: 1.6px solid currentColor;
	border-radius: 3px;
	content: "";
	transform: rotate(45deg);
}

.cot-podcast__nav-grid {
	background:
		linear-gradient(currentColor 0 0) 0 0 / 6px 6px no-repeat,
		linear-gradient(currentColor 0 0) 100% 0 / 6px 6px no-repeat,
		linear-gradient(currentColor 0 0) 0 100% / 6px 6px no-repeat,
		linear-gradient(currentColor 0 0) 100% 100% / 6px 6px no-repeat;
	border-radius: 2px;
	opacity: .85;
}

.cot-podcast__sidebar-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: auto;
	padding: 18px 13px 0;
	border-top: 1px solid rgba(255, 255, 255, .07);
}

.cot-podcast__sidebar-meta strong {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -.04em;
	line-height: 1;
}

.cot-podcast__sidebar-meta span {
	color: #6f6f76;
	font-size: 11px;
}

.cot-podcast__main {
	min-width: 0;
	padding: 22px 24px 42px;
	overflow: hidden;
}

.cot-podcast__topbar {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 42px;
	margin-bottom: 18px;
}

.cot-podcast__mobile-brand {
	display: none;
}

.cot-podcast__search {
	position: relative;
	display: block;
	width: min(360px, 50%);
	margin-left: auto;
}

.cot-podcast__search-icon {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 13px;
	height: 13px;
	border: 1.7px solid #77777e;
	border-radius: 50%;
	pointer-events: none;
	transform: translateY(-58%);
}

.cot-podcast__search-icon::after {
	position: absolute;
	right: -5px;
	bottom: -3px;
	width: 6px;
	height: 1.7px;
	background: #77777e;
	border-radius: 2px;
	content: "";
	transform: rotate(45deg);
	transform-origin: left center;
}

.cot-podcast .cot-podcast__search input {
	width: 100% !important;
	height: 40px !important;
	margin: 0 !important;
	padding: 0 16px 0 40px !important;
	color: #e9e9eb !important;
	background: rgba(255, 255, 255, .055) !important;
	border: 1px solid rgba(255, 255, 255, .08) !important;
	border-radius: 9px !important;
	box-shadow: none !important;
	outline: none !important;
	font: 400 13px/1 Inter, "Helvetica Neue", Arial, sans-serif !important;
	letter-spacing: -.13px !important;
	appearance: none;
}

.cot-podcast .cot-podcast__search input::placeholder {
	color: #6f6f76;
	opacity: 1;
}

.cot-podcast .cot-podcast__search input:focus {
	background: rgba(255, 255, 255, .075) !important;
	border-color: rgba(168, 40, 42, .75) !important;
	box-shadow: 0 0 0 3px rgba(168, 40, 42, .12) !important;
}

.cot-podcast__results {
	flex: 0 0 auto;
	color: #77777e;
	font-size: 11px;
	white-space: nowrap;
}

.cot-podcast__hero {
	position: relative;
	min-height: 410px;
	overflow: hidden;
	background: #242427;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 16px;
	box-shadow: 0 22px 48px rgba(0, 0, 0, .26);
	scroll-margin-top: 20px;
}

.cot-podcast__hero > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.cot-podcast__hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(8, 8, 10, .98) 0%, rgba(8, 8, 10, .89) 28%, rgba(8, 8, 10, .38) 54%, rgba(8, 8, 10, .04) 82%),
		linear-gradient(0deg, rgba(8, 8, 10, .42), transparent 48%);
}

.cot-podcast__hero-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 48%;
	min-height: 410px;
	padding: clamp(34px, 5vw, 58px);
}

.cot-podcast__eyebrow {
	display: block;
	margin-bottom: 17px;
	color: #efb4b5;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1;
	text-transform: uppercase;
}

.cot-podcast__hero-content h1 {
	display: -webkit-box;
	max-width: 15ch;
	margin: 0 !important;
	overflow: hidden;
	color: #fff !important;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
	font-size: clamp(31px, 3.6vw, 48px) !important;
	font-weight: 600 !important;
	letter-spacing: -.045em !important;
	line-height: 1.06 !important;
	text-transform: none !important;
	white-space: normal !important;
	text-wrap: balance;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.cot-podcast__hero-content p {
	display: -webkit-box;
	max-width: 42ch;
	margin: 17px 0 0 !important;
	overflow: hidden;
	color: #b8b8bd !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cot-podcast .cot-podcast__play {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	width: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 24px 0 0 !important;
	padding: 12px 17px !important;
	color: #fff !important;
	background: var(--cot-red) !important;
	border: 0 !important;
	border-radius: 6px !important;
	box-shadow: 0 10px 28px rgba(168, 40, 42, .25) !important;
	cursor: pointer;
	font: 600 13px/1.2 Inter, "Helvetica Neue", Arial, sans-serif !important;
	letter-spacing: -.13px !important;
	text-decoration: none !important;
	text-transform: none !important;
	appearance: none;
	transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease !important;
}

.cot-podcast .cot-podcast__play:hover,
.cot-podcast .cot-podcast__play:focus-visible {
	background: var(--cot-red-bright) !important;
	box-shadow: 0 13px 34px rgba(168, 40, 42, .34) !important;
	transform: translateY(-2px);
}

.cot-podcast__play-icon {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid currentColor;
}

.cot-podcast__episodes {
	margin-top: 34px;
	scroll-margin-top: 20px;
}

.cot-podcast__section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 17px;
}

.cot-podcast__section-heading > div:first-child > span {
	display: block;
	margin-bottom: 3px;
	color: var(--cot-red-bright);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.cot-podcast__section-heading h2 {
	margin: 0 !important;
	color: #fff !important;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
	font-size: 22px !important;
	font-weight: 600 !important;
	letter-spacing: -.025em !important;
	line-height: 1.2 !important;
	text-transform: none !important;
}

.cot-podcast__rail-controls {
	display: flex;
	gap: 7px;
}

.cot-podcast .cot-podcast__rail-controls button {
	position: relative;
	display: block !important;
	width: 34px !important;
	height: 34px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #fff !important;
	background: rgba(255, 255, 255, .07) !important;
	border: 1px solid rgba(255, 255, 255, .09) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	cursor: pointer;
	appearance: none;
	transition: background-color .2s ease, border-color .2s ease !important;
}

.cot-podcast .cot-podcast__rail-controls button:hover,
.cot-podcast .cot-podcast__rail-controls button:focus-visible {
	background: var(--cot-red) !important;
	border-color: var(--cot-red) !important;
}

.cot-podcast__rail-controls button span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 1.7px solid currentColor;
	border-right: 1.7px solid currentColor;
	transform: translate(-35%, -50%) rotate(45deg);
}

.cot-podcast__rail-controls button:first-child span {
	transform: translate(-65%, -50%) rotate(-135deg);
}

.cot-podcast__rail {
	display: grid;
	grid-auto-columns: minmax(230px, 27%);
	grid-auto-flow: column;
	gap: 14px;
	padding: 3px 2px 19px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
	scrollbar-color: rgba(255, 255, 255, .18) transparent;
	scrollbar-width: thin;
}

.cot-podcast__rail::-webkit-scrollbar {
	height: 5px;
}

.cot-podcast__rail::-webkit-scrollbar-track {
	background: transparent;
}

.cot-podcast__rail::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, .16);
	border-radius: 10px;
}

.cot-podcast-card {
	min-width: 0;
	scroll-snap-align: start;
}

.cot-podcast .cot-podcast-card__media {
	position: relative;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 0 !important;
	aspect-ratio: 16 / 9;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	color: #fff !important;
	background: #29292d !important;
	border: 1px solid rgba(255, 255, 255, .08) !important;
	border-radius: 10px !important;
	box-shadow: 0 11px 26px rgba(0, 0, 0, .22) !important;
	cursor: pointer;
	appearance: none;
	transition: border-color .2s ease, box-shadow .22s ease, transform .22s ease !important;
}

.cot-podcast .cot-podcast-card__media:hover,
.cot-podcast .cot-podcast-card__media:focus-visible {
	border-color: rgba(255, 255, 255, .22) !important;
	box-shadow: 0 18px 34px rgba(0, 0, 0, .34) !important;
	outline: none;
	transform: translateY(-3px);
}

.cot-podcast-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter .25s ease, transform .35s ease;
}

.cot-podcast-card__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .42), transparent 48%);
	opacity: .65;
	transition: opacity .2s ease;
}

.cot-podcast-card__play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 46px;
	height: 46px;
	background: rgba(168, 40, 42, .96);
	border: 2px solid rgba(255, 255, 255, .9);
	border-radius: 50%;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .28);
	opacity: 0;
	transform: translate(-50%, -44%) scale(.82);
	transition: opacity .2s ease, transform .2s ease;
}

.cot-podcast-card__play::after {
	position: absolute;
	top: 50%;
	left: 53%;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #fff;
	content: "";
	transform: translate(-40%, -50%);
}

.cot-podcast-card__media:hover img,
.cot-podcast-card__media:focus-visible img {
	filter: brightness(.65);
	transform: scale(1.035);
}

.cot-podcast-card__media:hover .cot-podcast-card__play,
.cot-podcast-card__media:focus-visible .cot-podcast-card__play {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.cot-podcast-card__body {
	display: flex;
	flex-direction: column;
	padding: 11px 2px 0;
	background: transparent !important;
}

.cot-podcast-card__body > span {
	order: 2;
	margin-top: 5px;
	color: #6f6f76 !important;
	font-size: 10px !important;
	font-weight: 600 !important;
	letter-spacing: .055em !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
}

.cot-podcast-card__body strong {
	display: -webkit-box;
	order: 1;
	min-width: 0;
	overflow: hidden;
	color: #eeeef0 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: -.02em !important;
	line-height: 1.35 !important;
	text-overflow: ellipsis;
	white-space: normal !important;
	overflow-wrap: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cot-podcast-card[hidden] {
	display: none !important;
}

.cot-podcast__no-results {
	margin: 20px 0 4px !important;
	padding: 30px;
	color: #98989e !important;
	background: rgba(255, 255, 255, .035);
	border: 1px dashed rgba(255, 255, 255, .12);
	border-radius: 10px;
	font-size: 14px !important;
	text-align: center;
}

.cot-podcast__no-results[hidden] {
	display: none !important;
}

.cot-podcast-modal {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s ease, visibility .2s ease;
}

.cot-podcast-modal.is-open {
	visibility: visible;
	opacity: 1;
}

.cot-podcast-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .9);
	backdrop-filter: blur(8px);
}

.cot-podcast-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(1120px, 94vw);
	overflow: hidden;
	background: #101012;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 12px;
	box-shadow: 0 35px 100px rgba(0, 0, 0, .72);
	transform: translateY(18px) scale(.98);
	transition: transform .25s ease;
}

.cot-podcast-modal.is-open .cot-podcast-modal__dialog {
	transform: translateY(0) scale(1);
}

.cot-podcast-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 54px;
	padding: 10px 12px 10px 18px;
	color: #fff;
}

.cot-podcast-modal__title {
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cot-podcast .cot-podcast-modal__close {
	position: relative;
	flex: 0 0 auto;
	width: 36px !important;
	height: 36px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: rgba(255, 255, 255, .08) !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	cursor: pointer;
	appearance: none;
}

.cot-podcast .cot-podcast-modal__close:hover,
.cot-podcast .cot-podcast-modal__close:focus-visible {
	background: var(--cot-red) !important;
}

.cot-podcast-modal__close span::before,
.cot-podcast-modal__close span::after {
	position: absolute;
	top: 17px;
	left: 10px;
	width: 16px;
	height: 2px;
	background: #fff;
	content: "";
	transform: rotate(45deg);
}

.cot-podcast-modal__close span::after {
	transform: rotate(-45deg);
}

.cot-podcast-modal__video {
	position: relative;
	aspect-ratio: 16 / 9;
	background: #000;
}

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

body.cot-podcast-modal-open {
	overflow: hidden;
}

.cot-podcast-empty {
	max-width: 1240px;
	margin: 40px auto;
	padding: 24px;
	color: #444;
	background: #f5f5f5;
	border: 1px dashed #b7b9bd;
	border-radius: 8px;
}

@media (max-width: 940px) {
	.cot-podcast__shell {
		grid-template-columns: 1fr;
	}

	.cot-podcast__sidebar {
		display: none;
	}

	.cot-podcast__mobile-brand {
		display: block;
		overflow: hidden;
		color: #fff;
		font-size: 14px;
		font-weight: 650;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.cot-podcast__search {
		width: min(320px, 48%);
	}

	.cot-podcast__rail {
		grid-auto-columns: minmax(240px, 34%);
	}
}

@media (max-width: 680px) {
	.cot-podcast {
		padding: 18px 12px 48px;
	}

	.cot-podcast__shell {
		min-height: 0;
		border-radius: 15px;
	}

	.cot-podcast__main {
		padding: 15px 14px 32px;
	}

	.cot-podcast__topbar {
		flex-wrap: wrap;
		gap: 10px;
	}

	.cot-podcast__mobile-brand {
		width: calc(100% - 80px);
	}

	.cot-podcast__search {
		order: 3;
		width: 100%;
		margin: 0;
	}

	.cot-podcast__results {
		margin-left: auto;
	}

	.cot-podcast__hero {
		min-height: 455px;
	}

	.cot-podcast__hero > img {
		object-position: 66% center;
	}

	.cot-podcast__hero-overlay {
		background:
			linear-gradient(0deg, rgba(8, 8, 10, .98) 0%, rgba(8, 8, 10, .76) 49%, rgba(8, 8, 10, .04) 82%),
			linear-gradient(90deg, rgba(8, 8, 10, .25), transparent);
	}

	.cot-podcast__hero-content {
		justify-content: flex-end;
		width: 100%;
		min-height: 455px;
		padding: 28px 24px;
	}

	.cot-podcast__hero-content h1 {
		max-width: 18ch;
		font-size: clamp(28px, 8vw, 39px) !important;
	}

	.cot-podcast__hero-content p {
		display: none;
	}

	.cot-podcast__rail {
		grid-auto-columns: 82%;
		gap: 12px;
	}

	.cot-podcast-modal {
		padding: 9px;
	}

	.cot-podcast-modal__dialog {
		width: 100%;
		border-radius: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cot-podcast *,
	.cot-podcast *::before,
	.cot-podcast *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
