.lv-podcast {
	--lv-navy: #15243f;
	--lv-red: #b45454;
	--lv-tan: #987c53;
	--lv-steel: #5980a6;
	--lv-ice: #f5f7f8;
	--lv-dark: #2c3a45;
	--lv-muted: #5a7080;
	--lv-subtle: #8090a0;
	--lv-border: #dde5ed;
	--lv-border-sec: #e4eaf0;
	--lv-white: #fff;
	--lv-navy-soft: #b8c8d9;
	--lv-navy-body: #a0bcd4;
	--lv-navy-steel: #7a9ab8;
	--lv-serif: "Ibarra Real Nova", Georgia, serif;
	--lv-sans: "Manrope", system-ui, sans-serif;
	--lv-mono: "IBM Plex Mono", ui-monospace, monospace;
	background: var(--lv-white);
	color: var(--lv-dark);
	font-family: var(--lv-sans);
	line-height: 1.6;
}

.lv-podcast * {
	box-sizing: border-box;
}

.lv-podcast img {
	display: block;
	max-width: 100%;
}

.lv-wrap {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 64px;
	width: 100%;
}

.lv-eyebrow,
.lv-filter-label,
.lv-tag,
.lv-date,
.lv-role,
.lv-host-links a,
.lv-video-label,
.lv-episode-link,
.lv-modal-block > span,
.lv-modal-listen > span,
.lv-back-link {
	font-family: var(--lv-mono);
	letter-spacing: .12em;
	text-transform: uppercase;
}

.lv-eyebrow {
	color: var(--lv-red);
	display: block;
	font-family: "IBM Plex Mono", monospace;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2.4px;
	line-height: 1.25;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.lv-podcast h1,
.lv-podcast h2,
.lv-podcast h3,
.lv-episode-title {
	color: var(--lv-navy);
	font-family: var(--lv-serif);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	text-transform: none;
}

.lv-subnav {
	background: #fff;
	border-bottom: 1px solid var(--lv-border);
	border-top: 1px solid var(--lv-border);
	position: sticky;
	top: 0;
	z-index: 20;
}

body.admin-bar .lv-subnav {
	top: 32px;
}

.lv-subnav-inner {
	align-items: center;
	display: flex;
	gap: 16px;
	height: 46px;
	justify-content: center;
	max-width: 520px;
}

.lv-pod-name {
	align-items: center;
	color: var(--lv-navy);
	display: flex;
	font-family: var(--lv-serif);
	font-size: 18px;
	font-weight: 700;
	gap: 8px;
	text-transform: uppercase;
}

.lv-dot {
	color: var(--lv-red);
	font-family: var(--lv-mono);
	font-size: 10px;
}

.lv-anchors {
	display: flex;
	gap: 2px;
	justify-content: center;
	width: 100%;
}

.lv-anchors a {
	border-radius: 3px;
	color: var(--lv-navy);
	font-family: var(--lv-serif);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .04em;
	padding: 10px 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.lv-anchors a:hover,
.lv-anchors a.is-active {
	color: var(--lv-navy);
}

.lv-hero .lv-subnav {
	background: transparent;
	border: 0;
	margin-bottom: 30px;
	margin-top: 0;
	padding: 12px 0;
	position: relative;
	top: auto;
	width: min(920px, 100%);
}

.lv-hero .lv-subnav::before,
.lv-hero .lv-subnav::after {
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .44) 18%, rgba(255, 255, 255, .44) 82%, transparent 100%);
	content: "";
	height: 1px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.lv-hero .lv-subnav::before {
	top: 0;
}

.lv-hero .lv-subnav::after {
	bottom: 0;
}

.lv-hero .lv-subnav-inner {
	height: auto;
	padding-left: 0;
	padding-right: 0;
}

.lv-hero .lv-anchors a {
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	padding: 6px 13px;
}

.lv-hero .lv-anchors a:hover,
.lv-hero .lv-anchors a.is-active {
	color: var(--lv-white);
}

.lv-hero {
	background-color: var(--lv-navy);
	background-position: center;
	background-size: cover;
	color: var(--lv-white);
	overflow: hidden;
	padding: 210px 0 104px;
	position: relative;
}

.lv-hero::before {
	background: linear-gradient(180deg, transparent 0%, rgb(0 0 0 / 18%) 70%, var(--lv-navy) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.lv-hero-grid {
	align-items: stretch;
	display: grid;
	gap: 34px;
	grid-template-columns: 1fr;
	justify-items: center;
	position: relative;
}

.lv-hero-intro {
	margin: 0 auto;
	max-width: 920px;
	position: relative;
	text-align: center;
	width: min(920px, 100%);
}

.lv-hero-lower {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(460px, .9fr) minmax(0, 1.1fr);
	max-width: 1280px;
	width: 100%;
}

.lv-hero-copy {
	max-width: 560px;
}

.lv-hero h1 {
	color: var(--lv-white);
	font-size: clamp(54px, 6.6vw, 104px);
	font-style: italic;
	margin: 16px 0 0;
}

.lv-title-word {
	animation: lv-title-word-in 2.53125s cubic-bezier(.2, .84, .24, 1) both;
	animation-delay: calc(var(--lv-word-index) * 337.5ms);
	display: inline-block;
	transform-origin: 50% 70%;
	will-change: filter, opacity, transform;
}

.lv-hero h1 .lv-title-tagline,
.lv-section-head h2 span,
.lv-listen .lv-section-head h2 span {
	display: block;
	font-style: italic;
	font-weight: 700;
}

.lv-hero h1 .lv-title-tagline {
	color: var(--lv-navy-soft);
}

@keyframes lv-title-word-in {
	from {
		opacity: 0;
		filter: blur(12px);
		transform: translateY(8px);
	}

	65% {
		filter: blur(1px);
	}

	to {
		opacity: 1;
		filter: blur(0);
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.lv-title-word {
		animation: none;
	}
}

.lv-civic {
	color: var(--lv-white);
	font-family: var(--lv-serif);
	font-size: clamp(24px, 2.4vw, 38px);
	line-height: 1.5;
	margin: 14px auto 0;
	max-width: 820px;
}

.lv-lede {
	color: rgb(255 255 255 / 86%);
	font-size: 18px;
	line-height: 1.75;
	margin: 0;
	max-width: 620px;
}

.lv-hero blockquote {
	border-left: 0;
	border-top: 1px solid rgba(255, 255, 255, .32);
	color: rgba(255, 255, 255, .84);
	font-family: var(--lv-mono);
	font-size: clamp(16px, 2.3vw, 16px);
	font-style: normal;
	font-weight: 600;
	letter-spacing: .12em;
	line-height: 1.7;
	margin: 28px 0 0;
	max-width: none;
	padding: 16px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.lv-hero-cta {
	display: flex;
	flex-wrap: nowrap;
	gap: 24px;
	margin-top: 36px;
}

.lv-hero-cta .btn,
.lv-hero-cta .btn-outline {
	flex: 0 0 auto;
}

.lv-hero .btn-outline {
	border-color: #fff;
	color: #fff;
}

.lv-hero .btn-outline:hover {
	background: #fff;
	border-color: #fff;
	color: var(--lv-red);
}

.lv-btn {
	align-items: center;
	border: 1.5px solid;
	border-radius: 3px;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--lv-sans);
	font-size: 11px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	letter-spacing: .06em;
	line-height: 1.2;
	padding: 12px 22px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .15s, border-color .15s, color .15s, transform .15s;
}

.lv-btn-white {
	background: var(--lv-white);
	border-color: var(--lv-white);
	color: var(--lv-navy);
}

.lv-btn-white:hover {
	background: var(--lv-ice);
	color: var(--lv-navy);
}

.lv-btn-ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, .42);
	color: var(--lv-white);
}

.lv-btn-ghost:hover {
	border-color: var(--lv-white);
	color: var(--lv-white);
}

.lv-btn-red {
	background: var(--lv-red);
	border-color: var(--lv-red);
	color: var(--lv-white);
}

.lv-btn-red:hover {
	color: var(--lv-white);
	filter: brightness(1.06);
}

.lv-hero-caption {
	color: rgba(255, 255, 255, .56);
	font-family: var(--lv-mono);
	font-size: 14px;
	letter-spacing: .08em;
	line-height: 1.5;
	margin: 16px auto 0;
	max-width: 720px;
	text-align: center;
	text-transform: uppercase;
}

.lv-hero-video {
	margin: 0 auto;
	width: min(860px, 100%);
}

.lv-video-label {
	background: var(--lv-red);
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(21, 36, 63, .24);
	color: var(--lv-white);
	display: inline-flex;
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	font-weight: 600;
	left: 16px;
	letter-spacing: .1em;
	line-height: 1.2;
	margin: 0;
	padding: 8px 12px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 16px;
	z-index: 4;
}

.lv-video-card {
	aspect-ratio: 16 / 9;
	background: transparent;
	border: 1px solid rgb(255 255 255 / 28%);
	border-radius: 0;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.lv-video-card img,
.lv-episode-thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lv-video-caption {
	color: var(--lv-white);
	font-family: var(--lv-serif);
	font-size: clamp(26px, 2.3vw, 24px);
	line-height: 1.25;
	margin-top: 16px;
	text-align: center;
}

.lv-video-caption span {
	color: var(--lv-navy-steel);
	display: block;
	font-family: var(--lv-mono);
	font-size: 10px;
	letter-spacing: .1em;
	margin-top: 8px;
	text-transform: uppercase;
}

.lv-placeholder {
	background: #223066;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.lv-placeholder::before,
.lv-placeholder::after {
	background: linear-gradient(to top right, transparent calc(50% - .5px), rgba(255, 255, 255, .14) 50%, transparent calc(50% + .5px));
	content: "";
	inset: 0;
	position: absolute;
}

.lv-placeholder::after {
	transform: scaleX(-1);
}

.lv-placeholder > span {
	background: rgba(0, 0, 0, .3);
	border-radius: 2px;
	bottom: 10px;
	color: rgba(255, 255, 255, .72);
	font-family: var(--lv-mono);
	font-size: 8px;
	letter-spacing: .1em;
	padding: 3px 8px;
	position: absolute;
	text-transform: uppercase;
	z-index: 2;
}

.lv-light {
	background: #dde6ef;
}

.lv-light::before,
.lv-light::after {
	background: linear-gradient(to top right, transparent calc(50% - .5px), rgba(27, 41, 84, .14) 50%, transparent calc(50% + .5px));
}

.lv-light > span {
	background: rgba(255, 255, 255, .72);
	color: var(--lv-muted);
}

.lv-play {
	align-items: center;
	background: rgba(181, 84, 84, .94);
	border-radius: 50%;
	box-shadow: 0 8px 24px -8px rgba(0, 0, 0, .5);
	display: flex;
	height: 56px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	z-index: 3;
}

.lv-play::before {
	border-bottom: 10px solid transparent;
	border-left: 16px solid var(--lv-white);
	border-top: 10px solid transparent;
	content: "";
	margin-left: 4px;
}

.lv-video-card .lv-play {
	height: 74px;
	width: 74px;
}

.lv-video-card .lv-play::before {
	border-bottom-width: 14px;
	border-left-width: 22px;
	border-top-width: 14px;
	margin-left: 6px;
}

.lv-band {
	padding: 110px 0;
}

.lv-section-head {
	margin-bottom: 34px;
	max-width: 670px;
}

.lv-section-head h2 {
	font-size: clamp(42px, 4.8vw, 72px);
	margin: 8px 0 0;
}

.lv-section-head p {
	color: var(--lv-dark);
	font-size: 18px;
	line-height: 1.75;
	margin: 18px 0 0;
}

.lv-episodes-head {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.lv-episodes-head p {
	margin-left: auto;
	margin-right: auto;
	max-width: 670px;
}

.lv-filter-row {
	align-items: stretch;
	background: var(--lv-white);
	border: 1px solid #e2e2e2;
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	margin-bottom: 30px;
	overflow-x: auto;
	padding: 0;
	scrollbar-width: thin;
}

.lv-filter-label {
	display: none;
}

.lv-pill {
	align-items: center;
	background: var(--lv-white);
	border: 0;
	border-radius: 0;
	border-right: 1px solid #e2e2e2;
	color: var(--lv-navy);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-family: var(--lv-serif);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	min-height: 68px;
	padding: 20px 24px;
	text-transform: capitalize;
	transition: background-color .2s ease, color .2s ease;
}

.lv-pill:hover {
	background: var(--lv-red);
	color: var(--lv-white);
}

.lv-pill.lv-all-active {
	background: var(--lv-red);
	color: var(--lv-white);
}

.lv-pill.is-active {
	background: var(--lv-red);
	color: var(--lv-white);
}

.lv-episode-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lv-episode-card {
	background: var(--lv-white);
	border: 1px solid #e2e2e2;
	border-radius: 0;
	border-top: 0;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-family: var(--lv-sans);
	overflow: hidden;
	padding: 0;
	text-align: left;
	transition: box-shadow .18s, opacity .18s, transform .18s;
	width: 100%;
}

.lv-episode-card:hover {
	box-shadow: 0 18px 40px -24px rgba(21, 36, 63, .55);
	transform: translateY(-4px);
}

.lv-episode-card.is-hidden {
	display: none;
}

.lv-episode-thumb {
	aspect-ratio: 16 / 9;
	display: block;
	position: relative;
}

.lv-image-chip {
	align-items: center;
	background: var(--lv-navy);
	border: 1px solid rgba(255, 255, 255, .82);
	border-radius: 999px;
	bottom: 14px;
	box-shadow: 0 6px 14px rgba(21, 36, 63, .2);
	color: var(--lv-white);
	display: inline-flex;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 600;
	left: 14px;
	letter-spacing: 0;
	line-height: 1.2;
	max-width: calc(100% - 28px);
	overflow: hidden;
	padding: 5px 11px;
	position: absolute;
	text-overflow: ellipsis;
	text-transform: none;
	white-space: nowrap;
	z-index: 4;
}

.lv-episode-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px 18px 20px;
}

.lv-episode-meta {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 9px;
}

.lv-tag {
	align-items: center;
	background: var(--lv-navy);
	border: 1px solid var(--lv-navy);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 5px 11px;
	text-transform: none;
}

.lv-date {
	color: var(--lv-subtle);
	font-size: 9px;
}

.lv-episode-title {
	display: block;
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 8px;
}

.lv-guest {
	color: var(--lv-muted);
	font-size: 16px;
	margin-bottom: 14px;
}

.lv-episode-link {
	color: var(--lv-red);
	font-size: 9px;
	margin-top: auto;
}

.lv-host {
	background: #f9f9f9;
}

.lv-host-grid {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: .9fr 1.1fr;
}

.lv-host-pic {
	aspect-ratio: 1 / 1;
	border-radius: 0;
	overflow: hidden;
}

.lv-host-pic img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lv-host-name {
	font-size: clamp(42px, 4.8vw, 72px);
	margin: 8px 0 0;
}

.lv-role {
	color: var(--lv-steel);
	font-size: 14px;
	margin-top: 8px;
}

.lv-host-bio p {
	color: var(--lv-dark);
	font-size: 18px;
	line-height: 1.8;
	margin: 16px 0 0;
}

.lv-callout {
	background: transparent;
	border-bottom: 1px solid var(--lv-border);
	border-left: 4px solid var(--lv-red);
	border-radius: 0;
	border-top: 1px solid var(--lv-border);
	margin-top: 26px;
	padding: 18px 0 18px 24px;
}

.lv-callout div {
	color: var(--lv-red);
	font-family: var(--lv-mono);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .12em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.lv-callout p {
	color: var(--lv-navy);
	font-family: var(--lv-serif);
	font-size: 22px;
	font-style: italic;
	line-height: 1.45;
	margin: 0;
}

.lv-host-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin-top: 22px;
}

.lv-host-links a {
	align-items: center;
	color: var(--lv-red);
	display: inline-flex;
	font-size: 10px;
	gap: 8px;
	line-height: 1.2;
	padding: 0 14px;
	position: relative;
	text-decoration: none;
}

.lv-host-links a:first-child {
	padding-left: 0;
}

.lv-host-links a + a::before {
	background: var(--lv-border);
	content: "";
	height: 22px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.lv-host-link-icon {
	align-items: center;
	background: var(--lv-ice);
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 22px;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.lv-host-link-icon img {
	display: block;
	height: 14px;
	object-fit: contain;
	width: 14px;
}

.lv-listen {
	background: var(--lv-navy);
	color: var(--lv-white);
}

.lv-listen .lv-section-head h2 {
	color: var(--lv-white);
}

.lv-listen .lv-section-head p {
	color: var(--lv-navy-body);
}

.lv-listen-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lv-listen-tile {
	align-items: center;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 0;
	color: var(--lv-white);
	display: flex;
	gap: 11px;
	padding: 15px 16px;
	text-decoration: none;
	transition: background-color .15s, border-color .15s;
}

.lv-listen-tile:hover {
	background: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .4);
	color: var(--lv-white);
}

.lv-listen-icon {
	align-items: center;
	background: rgba(255, 255, 255, .92);
	border-radius: 6px;
	display: inline-flex;
	flex: 0 0 26px;
	height: 26px;
	justify-content: center;
	overflow: hidden;
	width: 26px;
}

.lv-listen-icon img {
	display: block;
	height: 16px;
	object-fit: contain;
	width: 16px;
}

.lv-listen-icon > span {
	color: var(--lv-navy);
	font-family: var(--lv-mono);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .02em;
}

.lv-listen-tile span:last-child {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.lv-listen-tile small {
	color: var(--lv-navy-steel);
	display: block;
	font-family: var(--lv-mono);
	font-size: 8px;
	font-weight: 400;
	letter-spacing: .08em;
	margin-top: 2px;
	text-transform: uppercase;
}

.lv-modal-backdrop {
	align-items: flex-start;
	background: rgba(20, 27, 42, .62);
	display: none;
	inset: 0;
	justify-content: center;
	overflow-y: auto;
	padding: 44px 20px;
	position: fixed;
	z-index: 9999;
}

.lv-modal-backdrop.is-open {
	display: flex;
}

body.lv-modal-open {
	overflow: hidden;
}

.lv-modal {
	background: var(--lv-white);
	border-radius: 8px;
	box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .6);
	max-width: 680px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.lv-modal-close {
	align-items: center;
	background: rgba(27, 41, 84, .58);
	border: 0;
	border-radius: 50%;
	color: var(--lv-white);
	cursor: pointer;
	display: flex;
	font-size: 24px;
	height: 36px;
	justify-content: center;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 36px;
	z-index: 2;
}

.lv-modal-video {
	aspect-ratio: 16 / 9;
	background: #223066;
}

.lv-modal-video iframe {
	border: 0;
	height: 100%;
	width: 100%;
}

.lv-cta .flag-card .btn-are .btn,
.lv-cta .flag-card .btn-are .btn-blue {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	justify-content: center;
	white-space: nowrap;
}

.lv-cta .flag-card .btn-are .btn img {
	display: inline-block;
	flex: 0 0 auto;
	margin: 0;
	max-width: 30px;
}

.lv-modal-body {
	padding: 26px 30px 30px;
}

.lv-modal-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}

.lv-modal-meta .lv-tag {
	background: var(--lv-steel);
	border-color: var(--lv-steel);
	color: var(--lv-white);
}

.lv-modal h2 {
	font-size: 25px;
	margin: 0;
}

.lv-modal-block {
	margin-top: 22px;
}

.lv-modal-block > span,
.lv-modal-listen > span {
	color: var(--lv-red);
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1.35;
	margin-bottom: 11px;
}

.lv-modal-block p,
.lv-single-content p {
	color: var(--lv-dark);
	font-size: 13.5px;
	line-height: 1.8;
}

.lv-modal-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.lv-single-link {
	color: var(--lv-red);
	font-family: var(--lv-mono);
	font-size: 10px;
	letter-spacing: .06em;
	text-decoration: none;
	text-transform: uppercase;
}

.lv-modal-listen {
	border-top: 1px solid var(--lv-border);
	margin-top: 24px;
	padding-top: 22px;
}

.lv-mini-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.lv-mini {
	align-items: center;
	background: var(--lv-white);
	border: 1px solid var(--lv-border);
	border-radius: 4px;
	color: var(--lv-navy);
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 8px;
	padding: 7px 13px;
	text-decoration: none;
}

.lv-mini img,
.lv-mini-mark {
	flex: 0 0 17px;
	height: 17px;
	width: 17px;
}

.lv-mini img {
	object-fit: contain;
}

.lv-mini-mark {
	align-items: center;
	background: var(--lv-ice);
	border-radius: 3px;
	color: var(--lv-navy);
	display: inline-flex;
	font-family: var(--lv-mono);
	font-size: 7px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: .02em;
}

.lv-mini:hover {
	border-color: var(--lv-steel);
	color: var(--lv-navy);
}

.lv-single-wrap {
	max-width: 900px;
}

.lv-back-link {
	color: var(--lv-red);
	display: inline-block;
	font-size: 10px;
	margin-bottom: 22px;
	text-decoration: none;
}

.lv-single-video {
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	margin-bottom: 28px;
	overflow: hidden;
}

.lv-single-video iframe {
	border: 0;
	height: 100%;
	width: 100%;
}

.lv-single-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 12px;
}

.lv-single-meta .lv-date {
	font-size: 13px;
}

.lv-single h1 {
	font-size: 44px;
	margin: 0 0 10px;
}

.lv-single h2 {
	font-size: 28px;
	margin: 36px 0 12px;
}

.lv-single-guest {
	color: var(--lv-muted);
	font-size: 16px;
	margin: 0 0 22px;
}

@media (max-width: 980px) {
	.lv-wrap {
		padding: 0 32px;
	}

	.lv-hero {
		padding-top: 170px;
	}

	.lv-hero-grid {
		gap: 30px;
	}

	.lv-hero-lower {
		gap: 36px;
		grid-template-columns: 1fr;
		max-width: 760px;
	}

	.lv-hero-copy {
		margin: 0 auto;
		max-width: 680px;
		text-align: center;
	}

	.lv-hero h1 {
		font-size: clamp(44px, 5.4vw, 60px);
	}

	.lv-civic {
		font-size: 22px;
	}

	.lv-lede {
		font-size: 16px;
	}

	.lv-hero blockquote {
		font-size: clamp(16px, 2.3vw, 16px);
		margin-left: auto;
		margin-right: auto;
		max-width: none;
		padding: 16px 0 0;
	}

	.lv-hero blockquote::before {
		content: none;
	}

	.lv-hero-cta {
		flex-wrap: wrap;
		justify-content: center;
	}

	.lv-hero-caption,
	.lv-video-label,
	.lv-video-caption {
		text-align: center;
	}

	.lv-episode-grid,
	.lv-listen-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (max-width: 820px) {
	.lv-host-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.lv-host-name {
		text-align: center;
	}

	.lv-hero-grid {
		gap: 36px;
	}
}

@media (max-width: 600px) {
	.lv-wrap {
		padding: 0 20px;
	}

	.lv-band {
		padding: 56px 0;
	}

	.lv-anchors {
		display: none;
	}

	.lv-hero .lv-subnav {
		display: none;
	}

	.lv-hero {
		padding: 165px 0 58px;
	}

	.lv-hero h1,
	.lv-single h1 {
		font-size: 44px;
	}

	.lv-hero-cta {
		align-items: stretch;
		flex-direction: column;
	}

	.lv-episode-grid {
		grid-template-columns: 1fr;
	}

	.lv-listen-grid {
		gap: 10px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.lv-listen-tile {
		aspect-ratio: 1 / 1;
		justify-content: center;
		padding: 10px;
	}

	.lv-listen-icon {
		flex-basis: 34px;
		height: 34px;
		width: 34px;
	}

	.lv-listen-icon img {
		height: 21px;
		width: 21px;
	}

	.lv-listen-tile > span:last-child {
		display: none;
	}

	.lv-modal-body {
		padding: 24px 20px;
	}
}
