:root {
	--ink: #101534;
	--ink-2: #191f49;
	--signal: #e3202b;
	--signal-dark: #b90f1b;
	--signal-light: #ff9aa1;
	--paper: #f4f1ea;
	--paper-2: #e9e4da;
	--white: #fff;
	--cobalt: #2449d8;
	--muted: #525463;
	--line: rgba(16, 21, 52, 0.16);
	--display: "Fira Sans Condensed", sans-serif;
	--editorial: "Literata", serif;
	--gutter: clamp(1.1rem, 4vw, 2rem);
	--max-width: 1280px;
	--header-height: 4.75rem;
	--player-height: 5.5rem;
	--ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--display);
	font-size: 1rem;
	line-height: 1.5;
	padding-bottom: var(--player-height);
}

body.menu-open {
	overflow: hidden;
}

body.is-navigating {
	cursor: progress;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

button {
	color: inherit;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
	outline: 3px solid var(--cobalt);
	outline-offset: 4px;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background: var(--white);
	clip: auto !important;
	clip-path: none;
	color: var(--ink);
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	height: auto;
	left: 1rem;
	padding: 0.8rem 1rem;
	top: 1rem;
	width: auto;
	z-index: 100000;
}

.skip-link {
	position: fixed !important;
}

.site-shell {
	min-height: 100vh;
	overflow: clip;
}

.site-content {
	min-height: 60vh;
	outline: 0;
}

/* Header */
.site-header {
	background: rgba(244, 241, 234, 0.96);
	border-bottom: 1px solid var(--line);
	height: var(--header-height);
	position: sticky;
	top: 0;
	z-index: 80;
}

.admin-bar .site-header {
	top: 46px;
}

.site-header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	margin: 0 auto;
	max-width: var(--max-width);
	padding: 0 var(--gutter);
}

.site-brand {
	align-items: flex-start;
	display: inline-flex;
	flex-direction: column;
	line-height: 0.82;
	text-decoration: none;
}

.site-brand__logo {
	height: 3.25rem;
	object-fit: contain;
	width: auto;
}

.site-brand__wordmark {
	font-size: clamp(1rem, 5vw, 1.35rem);
	font-weight: 900;
	letter-spacing: -0.05em;
}

.site-brand__station {
	color: var(--signal);
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	margin-top: 0.35rem;
}

.site-brand__station strong {
	font-size: 1.05em;
	font-weight: 900;
	letter-spacing: 0;
}

.site-header__on-air {
	align-items: center;
	display: none;
	gap: 0.7rem;
}

.site-header__on-air small,
.site-header__on-air strong {
	display: block;
}

.site-header__on-air small {
	color: var(--signal);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-header__on-air strong {
	font-size: 0.95rem;
	line-height: 1.1;
}

.live-dot {
	animation: live-pulse 1.8s infinite;
	background: var(--signal);
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(227, 32, 43, 0.45);
	display: inline-block;
	flex: 0 0 auto;
	height: 0.55rem;
	width: 0.55rem;
}

.site-header__actions {
	align-items: center;
	display: flex;
	gap: 0.6rem;
}

.header-live-button {
	align-items: center;
	background: var(--signal);
	border: 0;
	border-radius: 999px;
	color: var(--white);
	cursor: pointer;
	display: flex;
	font-size: 0.82rem;
	font-weight: 800;
	gap: 0.5rem;
	min-height: 2.65rem;
	padding: 0.4rem 0.9rem;
	text-transform: uppercase;
}

.header-live-button__icon {
	border-color: transparent transparent transparent currentColor;
	border-style: solid;
	border-width: 0.28rem 0 0.28rem 0.46rem;
	height: 0;
	margin-left: 0.1rem;
	width: 0;
}

.menu-toggle,
.icon-button {
	align-items: center;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	min-height: 2.75rem;
	min-width: 2.75rem;
	padding: 0;
}

.menu-toggle {
	flex-direction: column;
	gap: 0.4rem;
}

.menu-toggle > span:not(.screen-reader-text) {
	background: var(--ink);
	display: block;
	height: 2px;
	width: 1.45rem;
}

.site-nav {
	background: var(--ink);
	color: var(--white);
	display: flex;
	flex-direction: column;
	inset: 0;
	opacity: 0;
	padding: 1.5rem var(--gutter) 8rem;
	pointer-events: none;
	position: fixed;
	transform: translateY(-1rem);
	transition: opacity 220ms ease, transform 400ms var(--ease-out);
	visibility: hidden;
	z-index: 100;
}

.menu-open .site-nav {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.site-nav__head {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	display: flex;
	font-size: 0.78rem;
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: 0.12em;
	padding-bottom: 1rem;
	text-transform: uppercase;
}

.site-nav .icon-button {
	color: var(--white);
}

.menu-close {
	height: 1.5rem;
	position: relative;
	width: 1.5rem;
}

.menu-close::before,
.menu-close::after {
	background: currentColor;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

.menu-close::before {
	transform: rotate(45deg);
}

.menu-close::after {
	transform: rotate(-45deg);
}

.site-nav__list {
	display: flex;
	flex-direction: column;
	gap: 0;
	list-style: none;
	margin: 1rem 0;
	padding: 0;
}

.site-nav__list a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	display: block;
	font-size: clamp(2rem, 10vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	padding: 0.72rem 0;
	text-decoration: none;
}

.site-nav__list a:hover {
	color: var(--signal);
}

.site-nav__frequency {
	color: var(--signal);
	font-size: clamp(5rem, 30vw, 10rem);
	font-weight: 900;
	letter-spacing: -0.1em;
	line-height: 0.8;
	margin: auto 0 0;
}

.site-nav__frequency span {
	color: var(--white);
	font-size: 0.16em;
	letter-spacing: 0.1em;
}

/* Shared elements */
.eyebrow {
	align-items: center;
	color: var(--signal-dark);
	display: flex;
	font-size: 0.72rem;
	font-weight: 800;
	gap: 0.55rem;
	letter-spacing: 0.12em;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}

.eyebrow--light {
	color: rgba(255, 255, 255, 0.9);
}

.section {
	padding: clamp(4.5rem, 10vw, 8.5rem) 0;
}

.section__inner {
	margin: 0 auto;
	max-width: var(--max-width);
	padding: 0 var(--gutter);
}

.section-heading {
	align-items: flex-end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.section-heading h2,
.archive-intro h2 {
	font-size: clamp(2.7rem, 11vw, 6.5rem);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 0.82;
	margin: 0;
}

.arrow-link {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.78rem;
	font-weight: 800;
	gap: 0.5rem;
	text-decoration: none;
	text-transform: uppercase;
}

.arrow-link span {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 50%;
	display: inline-flex;
	height: 2.25rem;
	justify-content: center;
	transition: background 180ms ease, color 180ms ease;
	width: 2.25rem;
}

.arrow-link:hover span {
	background: var(--ink);
	color: var(--white);
}

.button {
	border: 0;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.04em;
	padding: 1rem 1.35rem;
	text-decoration: none;
	text-transform: uppercase;
}

.button--ink {
	background: var(--ink);
	color: var(--white);
}

.button--signal {
	background: var(--signal);
	color: var(--white);
}

.button--light {
	background: var(--white);
	color: var(--ink);
}

/* Hero */
.radio-hero {
	background: var(--ink);
	color: var(--white);
	isolation: isolate;
	min-height: calc(100svh - var(--header-height));
	overflow: hidden;
	position: relative;
}

.radio-hero::before {
	background: var(--signal);
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.radio-hero::after {
	background-image:
	linear-gradient(90deg, rgba(16, 21, 52, 0.98) 0%, rgba(16, 21, 52, 0.58) 42%, rgba(16, 21, 52, 0.44) 72%, rgba(16, 21, 52, 0.9) 100%),
	linear-gradient(0deg, rgba(16, 21, 52, 0.78), rgba(16, 21, 52, 0.16)),
		var(--hero-background);
	background-position: center center, center center, center center;
	background-repeat: no-repeat;
	background-size: cover, cover, cover;
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 500ms ease;
	z-index: -2;
}

.radio-hero.has-hero-background::after {
	opacity: 1;
}

.radio-hero__noise {
	background-image: radial-gradient(rgba(255, 255, 255, 0.12) 0.7px, transparent 0.7px);
	background-size: 6px 6px;
	inset: 0;
	opacity: 0.18;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.radio-hero__inner {
	display: grid;
	margin: 0 auto;
	max-width: var(--max-width);
	min-height: calc(100svh - var(--header-height) - 7rem);
	padding: clamp(4.5rem, 12vw, 8rem) var(--gutter) 5rem;
	position: relative;
}

.radio-hero__copy {
	align-self: center;
	position: relative;
	z-index: 2;
}

.radio-hero__frequency {
	align-items: baseline;
	color: var(--paper);
	display: flex;
	font-size: clamp(8rem, 38vw, 18rem);
	font-weight: 900;
	letter-spacing: -0.12em;
	line-height: 0.66;
	margin: 1.4rem 0 2.4rem -0.08em;
}

.radio-hero__frequency i {
	color: var(--signal);
	font-size: 0.72em;
	font-style: normal;
}

.radio-hero__show {
	border-left: 3px solid var(--signal);
	padding-left: 1rem;
}

.radio-hero__show p {
	color: var(--signal-light);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}

.radio-hero__show h1 {
	font-size: clamp(2rem, 9vw, 4.6rem);
	font-weight: 800;
	letter-spacing: -0.015em;
	line-height: 0.95;
	margin: 0 0 0.4rem;
	max-width: 12ch;
}

.radio-hero__show-link {
	color: inherit;
	display: block;
	text-decoration: none;
}

.radio-hero__show-link > span {
	color: rgba(255, 255, 255, 0.9);
	display: block;
	font-family: var(--editorial);
	font-size: 0.82rem;
	max-width: 38ch;
}

.radio-hero__show-link > small {
	align-items: center;
	color: rgba(255, 255, 255, 0.85);
	display: flex;
	font-size: 0.65rem;
	font-weight: 800;
	gap: 0.35rem;
	letter-spacing: 0.08em;
	margin-top: 0.8rem;
	text-transform: uppercase;
}

.radio-hero__show-link h1 {
	transition: color 180ms ease;
}

.radio-hero__show-link:hover h1 {
	color: var(--signal);
}

.hero-play-button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--white);
	cursor: pointer;
	display: flex;
	gap: 0.9rem;
	margin-top: 2rem;
	padding: 0;
	text-align: left;
}

.hero-play-button__disc {
	align-items: center;
	background: var(--signal);
	border-radius: 50%;
	display: flex;
	height: 4.25rem;
	justify-content: center;
	position: relative;
	transition: transform 300ms var(--ease-out), background 180ms ease;
	width: 4.25rem;
}

.hero-play-button__disc::after {
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	content: "";
	inset: -0.5rem;
	position: absolute;
}

.hero-play-button:hover .hero-play-button__disc {
	background: var(--white);
	color: var(--signal);
	transform: scale(1.08);
}

.hero-play-button svg {
	height: 1.4rem;
	width: 1.4rem;
}

.hero-play-button small,
.hero-play-button strong {
	display: block;
}

.hero-play-button small {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.65rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.hero-play-button strong {
	font-size: 1.08rem;
	letter-spacing: 0.03em;
}

.radio-hero__visual {
	height: min(72vw, 25rem);
	opacity: 0.65;
	pointer-events: none;
	position: absolute;
	right: -22vw;
	top: 15%;
	width: min(72vw, 25rem);
	z-index: 0;
}

.radio-orbit {
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	inset: 0;
	position: absolute;
}

.radio-orbit--outer {
	animation: orbit-spin 24s linear infinite;
	border-style: dashed;
}

.radio-orbit--inner {
	inset: 14%;
}

.radio-hero__dial {
	align-items: center;
	background: var(--paper);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	inset: 27%;
	justify-content: center;
	position: absolute;
	transform: rotate(8deg);
}

.radio-hero__dial img {
	height: 55%;
	object-fit: contain;
	transform: rotate(-8deg);
	width: auto;
}

.radio-hero__bars {
	align-items: center;
	display: flex;
	gap: 0.28rem;
	inset: 0 -12%;
	justify-content: center;
	position: absolute;
	transform: rotate(-14deg);
}

.radio-hero__bars span {
	animation: bar-dance 1.2s ease-in-out infinite alternate;
	animation-delay: calc(var(--bar) * -50ms);
	background: rgba(255, 255, 255, 0.5);
	height: calc(0.8rem + (var(--bar) % 6) * 0.75rem);
	width: 3px;
}

.radio-hero__next {
	align-items: flex-start;
	background: var(--paper);
	color: var(--ink);
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	margin-left: var(--gutter);
	padding: 1.25rem 1.35rem;
	position: relative;
	width: calc(100% - var(--gutter));
	z-index: 3;
}

.radio-hero__next > span {
	color: var(--signal-dark);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.radio-hero__next strong {
	font-size: 1.12rem;
}

.radio-hero__next small {
	color: var(--muted);
	font-family: var(--editorial);
}

.reveal {
	animation: reveal-up 700ms both var(--ease-out);
}

.radio-hero__frequency {
	animation-delay: 80ms;
}

.radio-hero__show {
	animation-delay: 160ms;
}

.hero-play-button {
	animation-delay: 240ms;
}

/* Schedule */
.section--schedule {
	background: var(--paper);
}

.schedule-strip {
	display: grid;
	gap: 0.75rem;
	grid-auto-columns: minmax(16rem, 78vw);
	grid-auto-flow: column;
	margin-left: calc(var(--gutter) * -1);
	margin-right: calc(var(--gutter) * -1);
	overflow-x: auto;
	padding: 0 var(--gutter) 1.25rem;
	scroll-padding-left: var(--gutter);
	scroll-snap-type: x proximity;
}

.schedule-strip:focus-visible {
	outline: 3px solid var(--cobalt);
	outline-offset: 4px;
}

.schedule-card {
	background: var(--white);
	border: 1px solid var(--line);
	min-height: 13.5rem;
	padding: 1.25rem;
	position: relative;
	scroll-snap-align: start;
}

.schedule-card::after {
	background: var(--ink);
	bottom: 0;
	content: "";
	height: 0.28rem;
	left: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 300ms var(--ease-out);
}

.schedule-card:hover::after,
.schedule-card.is-current::after {
	transform: scaleX(1);
}

.schedule-card.is-current {
	background: var(--signal);
	border-color: var(--signal);
	color: var(--white);
}

.schedule-card__time {
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	margin-bottom: 2.4rem;
}

.schedule-card__live {
	align-items: center;
	display: flex;
	font-size: 0.65rem;
	font-weight: 800;
	gap: 0.45rem;
	letter-spacing: 0.1em;
	position: absolute;
	right: 1.1rem;
	text-transform: uppercase;
	top: 1.2rem;
}

.schedule-card.is-current .live-dot {
	background: var(--white);
}

.schedule-card h3 {
	font-size: 1.6rem;
	letter-spacing: -0.03em;
	line-height: 0.95;
	margin-bottom: 0.65rem;
}

.schedule-card > p:last-child {
	font-family: var(--editorial);
	font-size: 0.76rem;
	line-height: 1.45;
	margin: 0;
}

/* Shows */
.section--shows {
	background: var(--paper-2);
	border-bottom: 1px solid var(--line);
	border-top: 1px solid var(--line);
}

.show-grid {
	display: grid;
	gap: 2.2rem 0.8rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.show-card {
	min-width: 0;
}

.show-card__media {
	align-items: center;
	aspect-ratio: 0.82;
	background: var(--ink);
	color: var(--white);
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.show-card:nth-child(even) {
	margin-top: 2.5rem;
}

.show-card--cobalt .show-card__media {
	background: var(--cobalt);
}

.show-card--red .show-card__media {
	background: var(--signal);
}

.show-card--sand .show-card__media {
	background: #d7bc8e;
	color: var(--ink);
}

.show-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 600ms var(--ease-out);
	width: 100%;
}

.show-card:hover .show-card__media img {
	transform: scale(1.04);
}

.show-card__placeholder {
	font-size: clamp(4rem, 19vw, 8rem);
	font-weight: 900;
	letter-spacing: -0.09em;
	position: relative;
	z-index: 1;
}

.show-card__rings {
	border: 1px solid currentColor;
	border-radius: 50%;
	height: 80%;
	opacity: 0.25;
	position: absolute;
	width: 80%;
}

.show-card__rings::before,
.show-card__rings::after {
	border: 1px solid currentColor;
	border-radius: 50%;
	content: "";
	inset: 15%;
	position: absolute;
}

.show-card__rings::after {
	inset: 30%;
}

.show-card__body {
	padding-top: 1rem;
}

.show-card__body > p {
	color: var(--signal-dark);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 0.55rem;
}

.show-card__body h2,
.show-card__body h3 {
	font-size: clamp(1.35rem, 6vw, 2.2rem);
	letter-spacing: -0.035em;
	line-height: 0.95;
	margin-bottom: 0.45rem;
}

.show-card__body h2 a,
.show-card__body h3 a {
	text-decoration: none;
}

.show-card__body > span {
	color: var(--muted);
	display: block;
	font-family: var(--editorial);
	font-size: 0.7rem;
	line-height: 1.45;
}

/* Archive section */
.section--archive {
	background: var(--signal);
	color: var(--white);
}

.archive-layout {
	display: grid;
	gap: 3.5rem;
}

.archive-intro .eyebrow {
	color: var(--white);
}

.archive-intro > p:not(.eyebrow) {
	font-family: var(--editorial);
	font-size: 0.9rem;
	line-height: 1.7;
	margin: 1.5rem 0 2rem;
	max-width: 35rem;
}

.episode-list {
	border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.episode-row {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	display: grid;
	gap: 0.85rem;
	grid-template-columns: auto 1fr auto;
	min-height: 7.5rem;
	padding: 1rem 0;
}

.episode-row__play {
	align-items: center;
	background: var(--white);
	border-radius: 50%;
	color: var(--signal);
	display: flex;
	font-size: 0.75rem;
	height: 2.8rem;
	justify-content: center;
	text-decoration: none;
	width: 2.8rem;
}

.episode-row p {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}

.episode-row h3 {
	font-size: clamp(1.1rem, 4.7vw, 1.6rem);
	line-height: 1.05;
	margin: 0;
}

.episode-row h3 a {
	text-decoration: none;
}

/* Stories */
.story-grid {
	display: grid;
	gap: 2.5rem 1rem;
}

.story-card {
	min-width: 0;
}

.story-card__media {
	aspect-ratio: 1.35;
	background: var(--ink-2);
	display: block;
	overflow: hidden;
	position: relative;
}

.story-card__media:empty::before {
	align-items: center;
	color: var(--white);
	content: "90,1";
	display: flex;
	font-size: 4rem;
	font-weight: 900;
	inset: 0;
	justify-content: center;
	letter-spacing: -0.08em;
	position: absolute;
}

.story-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 500ms var(--ease-out);
	width: 100%;
}

.story-card:hover .story-card__media img {
	transform: scale(1.035);
}

.story-card__body {
	padding-top: 1rem;
}

.story-card__body > p {
	color: var(--signal-dark);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
}

.story-card__body > p a {
	text-decoration: none;
}

.story-card__body h2,
.story-card__body h3 {
	font-size: clamp(1.45rem, 6vw, 2.1rem);
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin-bottom: 0.85rem;
}

.story-card__body h2 a,
.story-card__body h3 a {
	text-decoration: none;
}

.story-card__body > time {
	color: var(--muted);
	font-family: var(--editorial);
	font-size: 0.68rem;
}

.story-card__body > p:not(:first-child) {
	color: var(--muted);
	font-family: var(--editorial);
	font-size: 0.82rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	text-transform: none;
}

/* Custom homepage sections */
.custom-home-section {
	background: var(--paper);
}

.custom-home-section--ink {
	background: var(--ink);
	color: var(--white);
}

.custom-home-section--signal {
	background: var(--signal);
	color: var(--white);
}

.custom-home-section--ink .eyebrow,
.custom-home-section--signal .eyebrow {
	color: rgba(255, 255, 255, 0.72);
}

.custom-home-section__inner {
	display: grid;
	gap: clamp(2.5rem, 7vw, 5rem);
}

.custom-home-section__copy {
	align-self: center;
}

.custom-home-section__copy h2 {
	font-size: clamp(3rem, 12vw, 7rem);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 0.84;
	margin-bottom: 1.5rem;
	max-width: 12ch;
}

.custom-home-section__content {
	font-family: var(--editorial);
	line-height: 1.75;
	margin-bottom: 2rem;
	max-width: 46rem;
}

.custom-home-section__content > :last-child {
	margin-bottom: 0;
}

.custom-home-section__media {
	margin: 0;
	overflow: hidden;
}

.custom-home-section__media img {
	aspect-ratio: 1.2;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* Program */
.page-masthead {
	background: var(--ink);
	color: var(--white);
	padding: clamp(5rem, 12vw, 9rem) 0 clamp(3.5rem, 9vw, 6rem);
}

.page-masthead__inner {
	margin: 0 auto;
	max-width: var(--max-width);
	padding: 0 var(--gutter);
}

.page-masthead h1 {
	font-size: clamp(4.2rem, 20vw, 4.6rem);
	font-weight: 900;
	letter-spacing: -0.015em;
	line-height: 0.92;
	margin: 0;
}

.page-masthead p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.66);
	font-family: var(--editorial);
	margin: 2rem 0 0;
	max-width: 38rem;
}

.program-page {
	margin: 0 auto;
	max-width: var(--max-width);
	padding: 0 var(--gutter) clamp(5rem, 12vw, 9rem);
}

.program-tabs {
	background: var(--paper);
	display: flex;
	gap: 0.5rem;
	margin: 0 calc(var(--gutter) * -1) 2rem;
	overflow-x: auto;
	padding: 1rem var(--gutter);
	position: sticky;
	scrollbar-width: none;
	top: var(--header-height);
	z-index: 20;
}

.admin-bar .program-tabs {
	top: calc(var(--header-height) + 46px);
}

.program-tabs::-webkit-scrollbar {
	display: none;
}

.program-tabs button {
	background: transparent;
	border: 1px solid var(--line);
	border-radius: 999px;
	cursor: pointer;
	flex: 0 0 auto;
	font-size: 0.72rem;
	font-weight: 800;
	min-height: 2.8rem;
	padding: 0.7rem 1rem;
	text-transform: uppercase;
}

.program-tabs button[aria-selected="true"] {
	background: var(--ink);
	border-color: var(--ink);
	color: var(--white);
}

.program-panel[hidden] {
	display: none;
}

.program-list {
	border-top: 1px solid var(--line);
}

.program-item {
	align-items: center;
	border-bottom: 1px solid var(--line);
	display: grid;
	gap: 1rem;
	grid-template-columns: 3.7rem 1fr;
	min-height: 8.5rem;
	padding: 1.25rem 0;
	position: relative;
}

.program-item.is-current {
	background: var(--signal);
	color: var(--white);
	margin: 0 calc(var(--gutter) * -1);
	padding-left: var(--gutter);
	padding-right: var(--gutter);
}

.program-item__number {
	display: none;
}

.program-item__time {
	display: flex;
	flex-direction: column;
	font-size: 0.8rem;
	line-height: 1.1;
}

.program-item__time strong {
	font-size: 1.35rem;
}

.program-item__time span::before {
	content: "— ";
}

.program-item__show {
	min-width: 0;
}

.program-item__show h2 {
	font-size: clamp(1.45rem, 6vw, 2.2rem);
	letter-spacing: -0.03em;
	line-height: 0.95;
	margin: 0 0 0.35rem;
}

.program-item__show > p:last-child {
	color: var(--muted);
	font-family: var(--editorial);
	font-size: 0.72rem;
	margin: 0;
}

.program-item.is-current .program-item__show > p:last-child {
	color: rgba(255, 255, 255, 0.75);
}

.program-item__live {
	align-items: center;
	display: flex;
	font-size: 0.62rem;
	font-weight: 800;
	gap: 0.45rem;
	letter-spacing: 0.08em;
	margin-bottom: 0.55rem;
	text-transform: uppercase;
}

.program-item.is-current .live-dot {
	background: var(--white);
}

.program-item__archive {
	display: none;
}

/* Listings and entries */
.listing-layout {
	margin: 0 auto;
	max-width: var(--max-width);
	padding: clamp(4rem, 10vw, 7rem) var(--gutter);
}

.story-grid--listing {
	margin-bottom: 4rem;
}

.pagination .nav-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}

.pagination .page-numbers {
	align-items: center;
	border: 1px solid var(--line);
	display: inline-flex;
	font-weight: 700;
	height: 2.8rem;
	justify-content: center;
	min-width: 2.8rem;
	padding: 0 0.75rem;
	text-decoration: none;
}

.pagination .current {
	background: var(--ink);
	color: var(--white);
}

.empty-state {
	padding: 4rem 0;
	text-align: center;
}

.empty-state h2 {
	font-size: clamp(2.3rem, 10vw, 5rem);
	letter-spacing: -0.05em;
	line-height: 0.9;
}

.single-entry__header {
	margin: 0 auto;
	max-width: 1050px;
	padding: clamp(4.5rem, 10vw, 8rem) var(--gutter) 3rem;
}

.single-entry__header h1 {
	font-size: clamp(2.8rem, 11vw, 3rem);
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.single-entry__meta {
	color: var(--muted);
	display: flex;
	font-family: var(--editorial);
	font-size: 0.75rem;
	gap: 0.65rem;
}

.single-entry__image {
	margin: 0 auto;
	max-width: var(--max-width);
	padding: 0 var(--gutter);
}

.single-entry__image img {
	width: 100%;
}

.entry-content,
.standard-page__content {
	font-family: var(--editorial);
	font-size: clamp(1.05rem, 3vw, 1.2rem);
	line-height: 1.8;
	margin: 0 auto;
	max-width: 760px;
	padding: clamp(3rem, 8vw, 5rem) var(--gutter) clamp(5rem, 12vw, 9rem);
}

.entry-content > * {
	margin-bottom: 1.5em;
}

.entry-content h2,
.entry-content h3 {
	font-family: var(--display);
	letter-spacing: -0.03em;
	line-height: 1;
	margin-top: 2em;
}

.entry-content a {
	color: var(--signal-dark);
}

.entry-content blockquote {
	border-left: 4px solid var(--signal);
	font-size: 1.25em;
	margin-left: 0;
	padding-left: 1.2rem;
}

.error-page {
	align-items: center;
	background: var(--ink);
	color: var(--white);
	display: grid;
	min-height: 75vh;
	overflow: hidden;
	padding: 5rem var(--gutter);
	position: relative;
}

.error-page__frequency {
	color: rgba(255, 255, 255, 0.06);
	font-size: clamp(13rem, 60vw, 35rem);
	font-weight: 900;
	letter-spacing: -0.12em;
	line-height: 0.7;
	position: absolute;
	right: -0.08em;
	top: 50%;
	transform: translateY(-50%);
}

.error-page__content {
	position: relative;
	z-index: 1;
}

.error-page h1 {
	font-size: clamp(3rem, 13vw, 4rem);
	letter-spacing: -0.015em;
	line-height: 0.96;
	max-width: 9ch;
}

.error-page__content > p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.68);
	font-family: var(--editorial);
	max-width: 34rem;
}

/* Show and episode detail */
.show-detail__hero {
	background: var(--ink);
	color: var(--white);
	display: grid;
	gap: 3rem;
	padding: clamp(4.5rem, 10vw, 8rem) var(--gutter);
}

.show-detail__copy {
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	width: 100%;
}

.show-detail__copy h1 {
	font-size: clamp(3.8rem, 17vw, 4.5rem);
	letter-spacing: -0.015em;
	line-height: 0.98;
	margin-bottom: 1.5rem;
}

.show-detail__hosts {
	color: rgba(255, 255, 255, 0.68);
	font-family: var(--editorial);
	font-size: 0.88rem;
	margin-bottom: 2rem;
	max-width: 38rem;
}

.show-detail__media {
	align-items: center;
	aspect-ratio: 1;
	background: var(--signal);
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 34rem;
	overflow: hidden;
	width: 100%;
}

.show-detail__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.show-detail__media > span {
	font-size: clamp(5rem, 28vw, 11rem);
	font-weight: 900;
	letter-spacing: -0.1em;
}

.show-detail__description {
	padding-bottom: clamp(3rem, 8vw, 5rem);
}

.show-episodes {
	margin: 0 auto;
	max-width: var(--max-width);
	padding: 0 var(--gutter) clamp(5rem, 12vw, 9rem);
}

.show-episodes__empty {
	background: var(--paper-2);
	font-family: var(--editorial);
	padding: 2rem;
}

.episode-list--ink {
	border-color: var(--line);
	color: var(--ink);
}

.episode-list--ink .episode-row {
	border-color: var(--line);
}

.episode-list--ink .episode-row__play {
	background: var(--ink);
	color: var(--white);
}

.episode-list--archive .episode-row {
	min-height: 9rem;
}

.episode-list--archive h2 {
	font-size: clamp(1.35rem, 5vw, 2.3rem);
	letter-spacing: -0.03em;
	line-height: 1;
	margin: 0;
}

.episode-list--archive h2 a {
	text-decoration: none;
}

.episode-groups {
	margin: 0 auto;
	max-width: var(--max-width);
	padding: clamp(4rem, 10vw, 8rem) var(--gutter);
}

.episode-show-group {
	border-bottom: 1px solid var(--line);
	margin-bottom: clamp(4rem, 10vw, 7rem);
	padding-bottom: clamp(4rem, 10vw, 7rem);
}

.episode-show-group:last-of-type {
	border-bottom: 0;
}

.episode-show-group__header {
	align-items: flex-end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.episode-show-group__header h2 {
	font-size: clamp(2.5rem, 10vw, 5.5rem);
	letter-spacing: -0.05em;
	line-height: 0.85;
	margin: 0;
}

.episode-show-group .episode-row h3 {
	font-size: clamp(1.35rem, 5vw, 2.3rem);
	letter-spacing: -0.03em;
	line-height: 1;
	margin: 0;
}

.episode-show-group .episode-row h3 a {
	text-decoration: none;
}

.episode-embed {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 var(--gutter) clamp(3rem, 8vw, 5rem);
}

.episode-embed iframe {
	aspect-ratio: 16 / 9;
	border: 0;
	display: block;
	height: auto;
	max-height: 70vh;
	width: 100%;
}

/* Footer */
.site-footer {
	background: var(--ink);
	color: var(--white);
	padding: 0 var(--gutter) 2rem;
}

.site-footer__signal {
	align-items: flex-end;
	display: flex;
	gap: 0.55rem;
	height: 7rem;
	justify-content: center;
	overflow: hidden;
}

.site-footer__signal span {
	background: var(--signal);
	height: 55%;
	width: clamp(1rem, 7vw, 4rem);
}

.site-footer__signal span:nth-child(2),
.site-footer__signal span:nth-child(6) {
	height: 85%;
}

.site-footer__signal span:nth-child(3),
.site-footer__signal span:nth-child(5) {
	height: 40%;
}

.site-footer__signal span:nth-child(4) {
	height: 100%;
}

.site-footer__inner {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	display: grid;
	gap: 2.5rem;
	margin: 0 auto;
	max-width: var(--max-width);
	padding: 2.5rem 0;
}

.site-footer__brand {
	font-size: clamp(2rem, 10vw, 5rem);
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 0.85;
	margin-bottom: 1rem;
}

.site-footer__brand strong {
	color: var(--signal);
}

.site-footer__logo {
	height: clamp(6rem, 12vw, 8rem);
	object-fit: contain;
	width: auto;
}

.site-footer__tagline {
	color: rgba(255, 255, 255, 0.58);
	font-family: var(--editorial);
	font-size: 0.8rem;
}

.site-footer__nav {
	display: grid;
	gap: 0.65rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__nav a,
.site-footer__socials a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.76rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.site-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.site-footer__legal {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.65rem;
	margin: 0 auto;
	max-width: var(--max-width);
	padding-top: 1.2rem;
	text-transform: uppercase;
}

.site-footer__legal p {
	margin: 0;
}

/* Persistent player */
.radio-player {
	background: var(--white);
	border-top: 1px solid var(--line);
	bottom: 0;
	box-shadow: 0 -12px 35px rgba(16, 21, 52, 0.12);
	height: var(--player-height);
	left: 0;
	position: fixed;
	right: 0;
	z-index: 90;
}

.radio-player::before {
	background: var(--signal);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 0.35rem;
}

.radio-player__inner {
	align-items: center;
	display: grid;
	gap: 0.8rem;
	grid-template-columns: auto minmax(0, 1fr) auto;
	height: 100%;
	margin: 0 auto;
	max-width: var(--max-width);
	padding: 0.65rem var(--gutter);
}

.radio-player__play {
	align-items: center;
	background: var(--signal);
	border: 0;
	border-radius: 50%;
	color: var(--white);
	cursor: pointer;
	display: flex;
	flex: 0 0 auto;
	height: 3.45rem;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 3.45rem;
}

.radio-player__play svg {
	height: 1.2rem;
	width: 1.2rem;
}

.radio-player__play .icon-pause,
.radio-player.is-playing .radio-player__play .icon-play {
	display: none;
}

.radio-player.is-playing .radio-player__play .icon-pause {
	display: block;
}

.radio-player__pulse {
	border: 1px solid rgba(227, 32, 43, 0.5);
	border-radius: 50%;
	inset: -0.35rem;
	opacity: 0;
	position: absolute;
}

.radio-player.is-loading .radio-player__pulse {
	animation: player-pulse 1s infinite;
}

.radio-player__meta {
	min-width: 0;
}

.radio-player__eyebrow {
	align-items: center;
	color: var(--signal);
	display: flex;
	font-size: 0.58rem;
	font-weight: 800;
	gap: 0.38rem;
	letter-spacing: 0.08em;
	margin-bottom: 0.2rem;
	text-transform: uppercase;
}

.radio-player__eyebrow .live-dot {
	height: 0.4rem;
	width: 0.4rem;
}

.radio-player__title {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.radio-player__hosts {
	color: var(--muted);
	font-family: var(--editorial);
	font-size: 0.62rem;
	margin: 0.23rem 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.radio-player__frequency {
	display: flex;
	justify-content: center;
}

.radio-player__frequency img {
	height: 3.25rem;
	object-fit: contain;
	width: auto;
}

.radio-player__wave,
.radio-player__volume {
	display: none;
}

.radio-player__status {
	margin: 0;
}

.radio-player.has-error::before {
	background: #b7791f;
}

.radio-player.has-error .radio-player__eyebrow {
	color: #9a5d0b;
}

/* PJAX transition */
.page-transition {
	background: var(--signal);
	height: 0.2rem;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 100%;
	top: 0;
	transition: right 500ms var(--ease-out), opacity 150ms ease;
	z-index: 200;
}

.is-navigating .page-transition {
	opacity: 1;
	right: 10%;
}

/* Breakpoints */
@media (min-width: 48rem) {
	:root {
		--player-height: 5rem;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	.admin-bar .program-tabs {
		top: calc(var(--header-height) + 32px);
	}

	.site-header__on-air {
		display: flex;
		margin-left: auto;
		margin-right: 1.5rem;
	}

	.radio-hero__inner {
		grid-template-columns: 1.12fr 0.88fr;
	}

	.radio-hero__visual {
	align-self: center;
	height: min(43vw, 31rem);
	opacity: 1;
	position: relative;
	right: auto;
	top: auto;
	width: min(43vw, 31rem);
	}

	.radio-hero__frequency {
		font-size: clamp(10rem, 23vw, 18rem);
	}

	.radio-hero__next {
		align-items: center;
		display: grid;
		gap: 0.4rem 1.2rem;
		grid-template-columns: auto auto 1fr;
		margin-left: max(var(--gutter), calc((100vw - var(--max-width)) / 2));
		padding: 1.4rem 2rem;
		width: min(52rem, calc(100% - max(var(--gutter), (100vw - var(--max-width)) / 2)));
	}

	.radio-hero__next > span,
	.radio-hero__next strong,
	.radio-hero__next small {
		margin: 0;
	}

	.schedule-strip {
		grid-auto-columns: minmax(17rem, 24vw);
	}

	.show-grid {
		gap: 2rem 1.25rem;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.show-card:nth-child(even) {
		margin-top: 4rem;
	}

	.archive-layout {
		align-items: start;
		gap: 5rem;
		grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	}

	.archive-intro {
		position: sticky;
		top: calc(var(--header-height) + 2rem);
	}

	.story-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.story-grid--listing {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.custom-home-section__inner.has-image {
		align-items: center;
		grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.9fr);
	}

	.show-detail__hero {
		align-items: center;
		grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
	}

	.show-detail__copy {
		max-width: 680px;
	}

	.program-item {
		gap: 1.5rem;
		grid-template-columns: 3rem 6rem minmax(0, 1fr) auto;
	}

	.program-item__number {
		color: var(--muted);
		display: block;
		font-size: 0.7rem;
		font-weight: 700;
	}

	.program-item.is-current .program-item__number {
		color: rgba(255, 255, 255, 0.65);
	}

	.program-item__archive {
		align-items: center;
		display: flex;
		font-size: 0.72rem;
		font-weight: 800;
		gap: 0.65rem;
		text-decoration: none;
		text-transform: uppercase;
	}

	.site-footer__inner {
		align-items: end;
		grid-template-columns: 1.6fr 0.7fr 0.7fr;
	}

	.radio-player__inner {
		gap: 1.4rem;
		grid-template-columns: auto minmax(13rem, 0.75fr) minmax(8rem, 1fr) auto auto;
	}

	.radio-player__wave {
		align-items: center;
		display: flex;
		gap: 3px;
		height: 2.4rem;
		justify-content: center;
		overflow: hidden;
	}

	.radio-player__wave span {
		background: var(--ink);
		height: 20%;
		opacity: 0.22;
		width: 2px;
	}

	.radio-player.is-playing .radio-player__wave span {
		animation: mini-wave 800ms ease-in-out infinite alternate;
	}

	.radio-player__wave span:nth-child(2n) {
		animation-delay: -200ms;
		height: 60%;
	}

	.radio-player__wave span:nth-child(3n) {
		animation-delay: -450ms;
		height: 90%;
	}

	.radio-player__volume {
		align-items: center;
		display: flex;
		gap: 0.55rem;
	}

	.radio-player__volume svg {
		height: 1.1rem;
		width: 1.1rem;
	}

	.radio-player__volume input {
		accent-color: var(--signal);
		cursor: pointer;
		width: 5rem;
	}
}

@media (min-width: 68.75rem) {
	:root {
		--header-height: 5.5rem;
	}

	.menu-toggle,
	.site-nav__head,
	.site-nav__frequency {
		display: none;
	}

	.site-nav {
		background: transparent;
		color: var(--ink);
		display: block;
		inset: auto;
		opacity: 1;
		padding: 0;
		pointer-events: auto;
		position: static;
		transform: none;
		transition: none;
		visibility: visible;
		z-index: auto;
	}

	.site-nav__list {
		align-items: center;
		flex-direction: row;
		gap: 1.25rem;
		margin: 0;
	}

	.site-nav__list a {
		border: 0;
		font-size: 0.76rem;
		letter-spacing: 0.02em;
		padding: 0.6rem 0;
		position: relative;
		text-transform: uppercase;
	}

	.site-nav__list a::after {
		background: var(--signal);
		bottom: 0.25rem;
		content: "";
		height: 2px;
		left: 0;
		position: absolute;
		transform: scaleX(0);
		transform-origin: right;
		transition: transform 250ms var(--ease-out);
		width: 100%;
	}

	.site-nav__list a:hover::after,
	.site-nav__list .current-menu-item > a::after {
		transform: scaleX(1);
		transform-origin: left;
	}

	.site-header__on-air {
		margin-left: auto;
		margin-right: 2.5rem;
	}

	.site-header__actions {
		margin-left: 1.5rem;
	}

	.radio-hero__show {
		margin-left: 0.5rem;
	}

	.hero-play-button {
		margin-left: 0.5rem;
	}

	.story-grid--listing {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@keyframes live-pulse {
	70% {
		box-shadow: 0 0 0 0.5rem rgba(227, 32, 43, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(227, 32, 43, 0);
	}
}

@keyframes reveal-up {
	from {
		opacity: 0;
		transform: translateY(1.5rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes orbit-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes bar-dance {
	to {
		height: calc(1rem + (var(--bar) % 7) * 0.95rem);
	}
}

@keyframes player-pulse {
	from {
		opacity: 0.8;
		transform: scale(0.92);
	}
	to {
		opacity: 0;
		transform: scale(1.25);
	}
}

@keyframes mini-wave {
	to {
		height: 95%;
		opacity: 0.8;
	}
}
