/*
Theme Name: Get Radio
Theme URI: https://www.getradio.co.uk/
Author: Get Radio
Description: Fast, accessible theme for a local radio station.
Version: 1.0.0
Requires at least: 7.0
Requires PHP: 8.3
Text Domain: get-radio
*/

@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("assets/fonts/dm-sans-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: Manrope;
	font-style: normal;
	font-weight: 600 800;
	font-display: swap;
	src: url("assets/fonts/manrope-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: Manrope;
	font-style: normal;
	font-weight: 600 800;
	font-display: swap;
	src: url("assets/fonts/manrope-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	color-scheme: only light;
	--blue: #162866;
	--blue-bright: #2446a2;
	--navy: #071b31;
	--yellow: #ffdd05;
	--ink: #10233c;
	--muted: #617086;
	--paper: #ffffff;
	--cream: #f3f1ea;
	--soft: #eef2f6;
	--line: #d8dee7;
	--max: 1320px;
	--copy: 760px;
	--radius: 20px;
	--shadow: 0 14px 38px rgb(7 27 49 / 10%);
	font-family: "DM Sans", Arial, sans-serif;
	background: #ffffff;
	color: #10233c;
}

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

html {
	scroll-behavior: smooth;
	background: #ffffff;
	color: #10233c;
}

html.is-getradio-navigating {
	cursor: progress;
}

html.is-getradio-navigating main#content {
	opacity: 0.72;
	pointer-events: none;
}

body {
	margin: 0;
	padding-bottom: 88px;
	overflow-x: hidden;
	background: #ffffff;
	color: #10233c;
	font-size: 17px;
	line-height: 1.58;
	-webkit-font-smoothing: antialiased;
}

body,
button,
input,
textarea,
select {
	font-family: inherit;
}

a {
	color: inherit;
	text-underline-offset: 0.2em;
}

a:hover {
	text-decoration-thickness: 0.13em;
}

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

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

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

:focus-visible {
	outline: 3px solid #ffdd05;
	outline-offset: 4px;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 0.55em;
	font-family: Manrope, "DM Sans", Arial, sans-serif;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

h1 {
	font-size: clamp(2.7rem, 6.2vw, 6rem);
}

h2 {
	font-size: clamp(2rem, 4vw, 3.6rem);
}

h3 {
	font-size: clamp(1.15rem, 2vw, 1.5rem);
}

p {
	margin: 0 0 1.25em;
}

.wrap {
	width: min(100%, var(--max));
	margin-inline: auto;
	padding-inline: 28px;
}

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

.screen-reader-text:focus {
	z-index: 10000;
	top: 8px;
	left: 8px;
	width: auto !important;
	height: auto !important;
	padding: 12px 18px !important;
	margin: 0 !important;
	clip: auto !important;
	background: #ffffff;
	color: #162866;
	font-weight: 800;
}

.site-header {
	position: sticky;
	z-index: 70;
	top: 0;
	height: 92px;
	border-bottom: 1px solid rgb(255 255 255 / 12%);
	background: #162866;
	color: #ffffff;
}

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

.header-shell {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	grid-template-rows: 28px 64px;
	width: min(100%, var(--max));
	height: 92px;
	padding-inline: 28px;
	margin-inline: auto;
	column-gap: 24px;
}

.header-utility {
	grid-column: 2;
	grid-row: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
}

.utility-menu {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.utility-menu a {
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
}

.utility-menu a:hover,
.utility-menu a:focus-visible {
	color: #ffdd05;
}

.header-main {
	grid-column: 2;
	grid-row: 2;
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 14px;
}

.site-brand,
.footer-brand {
	flex: none;
	text-decoration: none;
}

.site-brand {
	grid-column: 1;
	grid-row: 1 / 3;
	display: flex;
	align-items: center;
	width: 175px;
	height: 92px;
}

.site-logo-crop {
	position: relative;
	display: block;
	width: 175px;
	aspect-ratio: var(--logo-ratio, 3.67);
	overflow: hidden;
}

.site-logo-crop .site-logo-image {
	position: absolute;
	top: var(--logo-image-top, 0);
	left: var(--logo-image-left, 0);
	width: var(--logo-image-width, 100%);
	height: auto;
	max-width: none;
	max-height: none;
	filter: none !important;
	forced-color-adjust: none;
}

.site-logo-crop-fallback {
	display: grid;
	height: 64px;
	overflow: hidden;
	place-items: center;
}

.site-logo-crop-fallback .site-logo-image {
	position: static;
	width: 100%;
	height: 100%;
	max-width: 175px;
	object-fit: contain;
}

.site-logo-text {
	color: #ffffff;
	font-size: 1.35rem;
	font-weight: 800;
}

.site-navigation {
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;
}

.site-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-navigation > .menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	gap: 3px;
}

.site-navigation .menu-item {
	position: relative;
}

.site-navigation .menu-item > a {
	display: block;
	padding: 13px 12px;
	border-radius: 9px;
	color: #ffffff;
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a,
.site-navigation .menu-item > a:hover,
.site-navigation .menu-item > a:focus-visible {
	background: rgb(255 255 255 / 10%);
	color: #ffdd05;
}

.submenu-toggle {
	position: absolute;
	top: 50%;
	right: -1px;
	width: 28px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #ffffff;
	transform: translateY(-50%);
	cursor: pointer;
}

.submenu-toggle span {
	display: inline-block;
	transition: transform 150ms ease;
}

.menu-item-has-children.is-open > .submenu-toggle span {
	transform: rotate(180deg);
}

.menu-item-has-children > a {
	padding-right: 28px !important;
}

.site-navigation .sub-menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 5;
	min-width: 240px;
	padding: 10px;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: var(--shadow);
	color: var(--ink);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity 150ms ease, transform 150ms ease, visibility 150ms;
}

.site-navigation .sub-menu a {
	padding: 10px 12px;
	color: var(--ink);
	white-space: normal;
}

.site-navigation .sub-menu a:hover,
.site-navigation .sub-menu a:focus-visible {
	background: var(--soft);
	color: var(--blue);
}

.site-navigation .menu-item-has-children:hover > .sub-menu,
.site-navigation .menu-item-has-children:focus-within > .sub-menu,
.site-navigation .menu-item-has-children.is-open > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mobile-utility {
	display: none;
}

.search-form {
	display: flex;
	align-items: stretch;
}

.search-field {
	width: 100%;
	min-width: 0;
	padding: 9px 11px;
	border: 1px solid rgb(255 255 255 / 30%);
	border-right: 0;
	border-radius: 999px 0 0 999px;
	background: #ffffff;
	color: var(--ink);
}

.search-form button {
	padding: 9px 12px;
	border: 0;
	border-radius: 0 999px 999px 0;
	background: var(--yellow);
	color: var(--ink);
	font-size: 0.78rem;
	font-weight: 800;
	cursor: pointer;
}

.header-search-toggle {
	display: grid;
	flex: none;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgb(255 255 255 / 28%);
	border-radius: 50%;
	background: transparent;
	color: #ffffff;
	cursor: pointer;
	place-items: center;
}

.header-search-toggle:hover,
.header-search-toggle:focus-visible,
.header-search-toggle[aria-expanded="true"] {
	border-color: #ffdd05;
	color: #ffdd05;
}

.header-search-panel {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 10;
	padding: 18px 0;
	border-top: 1px solid rgb(255 255 255 / 12%);
	background: #162866;
	box-shadow: 0 14px 30px rgb(4 23 47 / 18%);
}

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

.header-search-panel .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.header-search-panel .search-form {
	width: min(100%, 520px);
}

.header-search-close {
	padding: 10px 0;
	border: 0;
	background: transparent;
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 800;
	cursor: pointer;
}

.listen-button,
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 12px 21px;
	border: 0;
	border-radius: 999px;
	background: #ffdd05;
	color: #071b31 !important;
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
	cursor: pointer;
	forced-color-adjust: none;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

.listen-button {
	flex: none;
	min-height: 44px;
	padding: 11px 17px;
}

.live-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d5232f;
	box-shadow: 0 0 0 4px rgb(213 35 47 / 20%);
}

.menu-toggle {
	display: none;
	padding: 10px;
	border: 0;
	background: transparent;
	color: #ffffff;
	cursor: pointer;
}

.menu-toggle > span {
	display: grid;
	gap: 5px;
}

.menu-toggle i {
	display: block;
	width: 25px;
	height: 2px;
	background: currentColor;
}

.menu-toggle b {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.get-radio-main {
	min-height: 65vh;
	outline: 0;
	background: #ffffff;
}

.home-hero,
.page-hero {
	position: relative;
	overflow: hidden;
	background: #162866;
	color: #ffffff;
}

.home-hero::after,
.page-hero::after {
	position: absolute;
	width: 300px;
	height: 300px;
	border: 70px solid #ffdd05;
	border-radius: 50%;
	content: "";
	pointer-events: none;
	forced-color-adjust: none;
}

.home-hero::after {
	right: -150px;
	bottom: -190px;
}

.page-hero::after {
	top: -155px;
	right: -80px;
}

.hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	align-items: center;
	gap: 60px;
	padding-top: 64px;
	padding-bottom: 64px;
}

.hero-content {
	max-width: 660px;
}

.hero-content h1 {
	margin-bottom: 0.35em;
	color: #ffffff;
}

.hero-content h2 {
	max-width: 13ch;
	font-size: clamp(2rem, 3.5vw, 3.4rem);
}

.hero-content > p {
	max-width: 58ch;
	color: #d6deea;
}

.hero-label {
	margin: 24px 0 7px !important;
	color: #ffdd05 !important;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.hero-meta,
.feature-schedule {
	color: #ffdd05 !important;
	font-size: 0.92rem;
	font-weight: 800;
}

.hero-art {
	display: grid;
	place-items: center;
	min-width: 0;
}

.hero-art .getradio-media {
	width: 100%;
	border-radius: var(--radius);
	background: #102357;
}

.page-hero .wrap {
	position: relative;
	z-index: 1;
	padding-top: 78px;
	padding-bottom: 68px;
}

.page-hero h1 {
	max-width: 18ch;
	margin: 20px 0 12px;
	font-size: clamp(3rem, 6vw, 5.5rem);
	overflow-wrap: break-word;
	word-break: normal;
}

.page-hero p {
	max-width: 720px;
	margin: 0;
	color: #d6deea;
	font-size: clamp(1rem, 2vw, 1.25rem);
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	color: #b8c7da;
	font-size: 0.78rem;
	font-weight: 700;
}

.breadcrumb a {
	color: #ffffff;
}

.eyebrow,
.card-kicker {
	display: inline-block;
	margin-bottom: 9px;
	color: #917b00;
	font-size: 0.71rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.home-hero .eyebrow,
.page-hero .eyebrow,
.section-navy .eyebrow,
.feature-copy .eyebrow,
.getradio-player-mode {
	color: #ffdd05;
}

.section {
	padding: 76px 0;
	background: #ffffff;
}

.section-cream {
	background: #f3f1ea;
}

.section-navy {
	background: #071b31;
	color: #ffffff;
}

.section-navy .text-link {
	color: #ffdd05;
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.section-heading h2 {
	margin: 0;
}

.text-link {
	flex: none;
	color: var(--blue);
	font-weight: 800;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.show-related-collection-actions {
	margin-top: 28px;
}

.button-secondary {
	border: 1px solid rgb(255 255 255 / 55%);
	background: transparent;
	color: #ffffff !important;
}

.section:not(.section-navy) .button-secondary,
.feature-copy .button-secondary {
	border-color: var(--blue);
	color: var(--blue) !important;
}

.button-dark {
	background: #071b31;
	color: #ffffff !important;
}

.card-grid,
.getradio-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 28px;
}

.card,
.getradio-card {
	min-width: 0;
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #ffffff;
	color: var(--ink);
	box-shadow: 0 5px 22px rgb(7 27 49 / 7%);
}

.card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.card-link:hover h3 {
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
}

.card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 23px 24px 25px;
}

.card-body h3 {
	margin-bottom: 10px;
	font-size: clamp(1.12rem, 1.8vw, 1.42rem);
	overflow-wrap: break-word;
	word-break: normal;
}

.card-excerpt {
	display: -webkit-box;
	margin-bottom: 16px;
	overflow: hidden;
	color: var(--muted);
	line-height: 1.52;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.card-date {
	margin-top: auto;
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 700;
}

.tag {
	display: inline-block;
	align-self: flex-start;
	margin-bottom: 12px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #ffdd05;
	color: #071b31;
	font-size: 0.66rem;
	font-weight: 800;
	line-height: 1.25;
	forced-color-adjust: none;
}

.getradio-media {
	display: grid;
	place-items: center;
	width: 100%;
	overflow: hidden;
	background: #e8edf3;
}

.getradio-media img {
	width: min(100%, var(--intrinsic-width, 100%));
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0 !important;
	object-fit: contain;
	object-position: center;
}

.getradio-media-news {
	aspect-ratio: 3 / 2;
}

.getradio-media-show {
	aspect-ratio: 19 / 10;
}

.getradio-media-video,
.getradio-media-podcast {
	aspect-ratio: 16 / 9;
}

.getradio-media-event {
	aspect-ratio: 3 / 2;
}

.getradio-media:is(
	.getradio-media-news,
	.getradio-media-show,
	.getradio-media-video,
	.getradio-media-podcast,
	.getradio-media-event
):not(.getradio-media-detail) {
	position: relative;
}

.getradio-media:is(
	.getradio-media-news,
	.getradio-media-show,
	.getradio-media-video,
	.getradio-media-podcast,
	.getradio-media-event
):not(.getradio-media-detail) > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.getradio-media-native {
	aspect-ratio: auto;
	padding: 16px;
	background: #eef2f6;
}

.getradio-media-native img {
	align-self: center;
}

.getradio-media-missing {
	min-height: 190px;
	color: var(--muted);
	font-size: 0.86rem;
}

.section-navy .card {
	border-color: #314156;
	box-shadow: none;
}

.feature-split {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	overflow: hidden;
	border-radius: 24px;
	background: #162866;
	color: #ffffff;
	box-shadow: var(--shadow);
}

.feature-media {
	display: grid;
	place-items: center;
	padding: 22px;
	background: #0d234d;
}

.feature-media .getradio-media {
	background: transparent;
}

.feature-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(34px, 6vw, 75px);
}

.feature-copy h2 {
	font-size: clamp(1.8rem, 2.4vw, 2.5rem);
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
}

.feature-copy p {
	color: #d7e0ec;
}

.detail-media {
	padding: 34px 0;
	background: #f3f1ea;
}

.getradio-media-detail {
	max-width: 1170px;
	min-height: 0;
	margin-inline: auto;
	padding: 0;
	background: transparent;
	aspect-ratio: auto;
	overflow: visible;
}

.getradio-media-detail img {
	width: min(100%, var(--intrinsic-width, 100%));
	max-height: 760px;
	margin-inline: auto;
	object-fit: contain;
	border-radius: 0 !important;
}

.article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: clamp(45px, 8vw, 100px);
}

.article-layout-single {
	grid-template-columns: minmax(0, 850px);
}

.article-layout-single .article-body > h1:first-child {
	display: none;
}

.article-body {
	min-width: 0;
	max-width: var(--copy);
	font-size: 1.05rem;
}

.article-body > *:first-child {
	margin-top: 0;
}

.article-body h2,
.article-body h3 {
	margin-top: 1.5em;
}

.article-body iframe,
.article-body video {
	max-width: 100%;
}

.article-body img {
	width: auto;
	max-width: 100%;
	height: auto;
	border-radius: 0;
}

.event-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 0 0 28px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: var(--line);
}

.event-details > div {
	padding: 18px 20px;
	background: #ffffff;
}

.event-details dt {
	margin-bottom: 4px;
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.event-details dd {
	margin: 0;
}

.article-aside {
	padding-left: 30px;
	border-left: 1px solid var(--line);
}

.article-aside > h2 {
	font-size: 1.35rem;
}

.related-grid {
	grid-template-columns: 1fr;
	gap: 22px;
}

.related-grid .card-excerpt {
	display: none;
}

.getradio-on-air {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	margin-bottom: 65px;
	padding: clamp(28px, 5vw, 55px);
	border-radius: 24px;
	background: #162866;
	color: #ffffff;
}

.getradio-on-air h2 {
	font-size: clamp(2rem, 5vw, 4.5rem);
}

.getradio-on-air a {
	color: #ffdd05;
}

.getradio-on-air img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	object-fit: contain;
	background: #ffffff;
}

.getradio-schedule {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	gap: 24px;
}

.getradio-schedule section {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #ffffff;
}

.getradio-schedule section > h2 {
	padding: 17px 20px;
	margin: 0;
	background: #162866;
	color: #ffffff;
	font-size: 1.25rem;
}

.getradio-schedule ol {
	padding: 0 20px;
	margin: 0;
	list-style: none;
}

.getradio-schedule li {
	display: grid;
	grid-template-columns: 135px minmax(0, 1fr);
	gap: 18px;
	padding: 15px 0;
	border-top: 1px solid var(--line);
}

.getradio-schedule li:first-child {
	border-top: 0;
}

.getradio-schedule time {
	color: var(--muted);
	font-size: 0.85rem;
	font-weight: 800;
}

.getradio-schedule a {
	color: var(--blue);
	font-weight: 800;
}

.archive-filters {
	display: flex;
	gap: 9px;
	padding-bottom: 16px;
	margin-bottom: 34px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.archive-filters a {
	flex: none;
	padding: 9px 14px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #ffffff;
	color: var(--blue);
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
}

.archive-filters a:hover,
.archive-filters a.is-active {
	border-color: #162866;
	background: #162866;
	color: #ffffff;
}

.podcast-series-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 24px;
}

.podcast-series-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #ffffff;
	box-shadow: 0 5px 22px rgb(7 27 49 / 7%);
}

.podcast-series-card > a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.podcast-series-artwork {
	--artwork-inset: 16px;
	position: relative;
	display: grid;
	width: 100%;
	aspect-ratio: 16 / 9;
	min-height: 0;
	overflow: hidden;
	padding: 0;
	background: #eef2f6;
	color: var(--muted);
	font-size: 0.8rem;
	place-items: center;
}

.podcast-series-artwork img {
	position: absolute;
	inset: var(--artwork-inset);
	width: calc(100% - (2 * var(--artwork-inset)));
	height: calc(100% - (2 * var(--artwork-inset)));
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.podcast-series-copy {
	display: flex;
	flex: 1;
	min-width: 0;
	flex-direction: column;
	padding: 24px;
}

.podcast-series-copy h3 {
	margin-bottom: 10px;
	font-size: 1.35rem;
}

.podcast-series-copy > span:not(.card-kicker) {
	color: var(--muted);
	font-size: 0.9rem;
}

.podcast-series-copy strong {
	margin-top: auto;
	padding-top: 18px;
	color: var(--blue);
	font-size: 0.78rem;
}

.pagination {
	margin-top: 45px;
}

.pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.pagination a,
.pagination .current {
	display: grid;
	place-items: center;
	min-width: 44px;
	min-height: 44px;
	padding: 8px 14px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #ffffff;
	color: var(--blue);
	font-weight: 800;
	text-decoration: none;
}

.pagination .current {
	border-color: #162866;
	background: #162866;
	color: #ffffff;
}

.getradio-external-media {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 0 0 38px;
	overflow: hidden;
	background: #071b31;
}

.getradio-external-media iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.getradio-external-media-link {
	padding: 24px;
	margin: 0 0 38px;
	border-left: 5px solid #ffdd05;
	background: #f3f1ea;
}

.getradio-external-media-link a {
	color: var(--blue);
	font-weight: 800;
}

.video-unavailable,
.podcast-crosslink {
	padding: 24px;
	margin: 0 0 34px;
	border-left: 5px solid #ffdd05;
	background: #f3f1ea;
}

.video-unavailable p,
.podcast-crosslink p {
	margin: 7px 0 0;
}

.getradio-gone-page {
	display: grid;
	min-height: 100vh;
	padding: 40px 20px;
	place-items: center;
	background: #162866;
	color: #ffffff;
}

.getradio-gone {
	width: min(100%, 760px);
	text-align: center;
}

.getradio-gone h1 {
	font-size: clamp(3rem, 9vw, 6rem);
}

.getradio-gone .button {
	margin-top: 18px;
}

.article-body audio,
.getradio-podcast-player audio,
.podcast_player audio {
	width: 100%;
	margin: 20px 0 30px;
}

.contact-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(45px, 8vw, 90px);
}

.get-local-grid {
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
	align-items: start;
}

.get-local-copy {
	max-width: 520px;
	font-size: 1.05rem;
}

.get-local-form > h2 {
	margin-bottom: 24px;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.contact-copy {
	max-width: 520px;
}

.contact-groups {
	display: grid;
	gap: 30px;
	margin: 30px 0;
}

.contact-method-group h2 {
	margin-bottom: 12px;
	font-size: 1.35rem;
}

.contact-methods {
	display: grid;
	gap: 12px;
}

.contact-methods a {
	display: flex;
	flex-direction: column;
	padding: 17px 19px;
	border: 1px solid var(--line);
	border-radius: 12px;
	color: var(--blue);
	text-decoration: none;
}

.contact-methods span {
	color: var(--muted);
	font-size: 0.74rem;
	font-weight: 700;
	text-transform: uppercase;
}

.getradio-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	width: 100%;
	max-width: 860px;
	padding: clamp(24px, 5vw, 44px);
	border-radius: 18px;
	background: #eef2f6;
}

.getradio-field {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin: 0;
}

.getradio-field label {
	color: var(--ink);
	font-size: 0.86rem;
	font-weight: 800;
}

.getradio-field-textarea,
.getradio-field-consent,
.getradio-field-file,
.getradio-form > p:last-child,
.getradio-form-success,
.getradio-form-error {
	grid-column: 1 / -1;
}

.getradio-form-section {
	grid-column: 1 / -1;
	padding: 22px 0 10px;
	margin: 2px 0 0;
	border-bottom: 3px solid #ffdd05;
	color: #162866;
	font-size: 1.05rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.getradio-form-section:first-of-type {
	padding-top: 6px;
}

.getradio-form input:not([type="checkbox"]):not([type="radio"]),
.getradio-form textarea,
.getradio-form select {
	width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	border: 1px solid #aeb8c6;
	border-radius: 8px;
	background: #ffffff;
	color: var(--ink);
}

.getradio-form textarea {
	min-height: 150px;
	resize: vertical;
}

.getradio-consent {
	display: flex;
	align-items: center;
	gap: 8px;
}

.getradio-field-help {
	color: var(--muted);
	font-size: 0.78rem;
}

.getradio-form button[type="submit"] {
	min-height: 48px;
	padding: 12px 24px;
	border: 0;
	border-radius: 999px;
	background: #162866;
	color: #ffffff;
	font-weight: 800;
	cursor: pointer;
}

.getradio-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.getradio-form-success,
.getradio-form-error {
	padding: 14px 16px;
	margin: 0;
	background: #ffffff;
}

.getradio-form-success {
	border-left: 5px solid #20864a;
}

.getradio-form-error {
	border-left: 5px solid #b3261e;
}

.listening-method-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 24px;
}

.listening-method-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #ffffff;
	box-shadow: 0 5px 22px rgb(7 27 49 / 7%);
}

.listening-method-image {
	display: grid;
	min-height: 220px;
	padding: 16px;
	background: #eef2f6;
	place-items: center;
}

.listening-method-image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 260px;
	border-radius: 0;
	object-fit: contain;
}

.listening-method-copy {
	flex: 1;
	padding: 24px;
}

.listening-method-copy h2 {
	font-size: 1.35rem;
}

.listening-method-copy p:last-child {
	margin-bottom: 0;
}

.listening-method-copy a {
	color: var(--blue);
	font-weight: 700;
	overflow-wrap: anywhere;
}

.form-panel {
	max-width: 930px;
	padding-top: 70px;
}

.narrow-copy {
	max-width: var(--copy);
	margin-bottom: 55px;
	font-size: 1.05rem;
}

.promo-band {
	padding: 55px 0;
	background: #ffdd05;
	color: #071b31;
	forced-color-adjust: none;
}

.promo-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.promo-inner h2,
.promo-inner p {
	margin-bottom: 5px;
}

.partner-section h2 {
	text-align: center;
}

.getradio-partner-carousel {
	margin-top: 34px;
}

.getradio-partner-viewport {
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.getradio-partner-viewport::-webkit-scrollbar {
	display: none;
}

.getradio-partner-viewport:focus-visible {
	outline: 3px solid var(--blue);
	outline-offset: 5px;
}

.getradio-partner-track {
	display: flex;
	align-items: stretch;
	gap: 24px;
}

.getradio-promotion {
	display: flex;
	flex: 0 0 calc((100% - 72px) / 4);
	min-width: 0;
	min-height: 142px;
	align-items: center;
	justify-content: center;
	padding: 22px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #ffffff;
	scroll-snap-align: start;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.getradio-promotion:hover,
.getradio-promotion:focus-visible {
	border-color: var(--blue);
	box-shadow: 0 12px 30px rgb(7 27 49 / 11%);
	transform: translateY(-2px);
}

.getradio-promotion img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 92px;
	object-fit: contain;
}

.getradio-partner-controls {
	display: flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 24px;
}

.getradio-partner-controls[hidden] {
	display: none;
}

.getradio-partner-control {
	min-width: 44px;
	min-height: 44px;
	padding: 0;
	border: 2px solid var(--blue);
	border-radius: 999px;
	background: transparent;
	color: var(--blue);
	font: inherit;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.getradio-partner-control:hover,
.getradio-partner-control:focus-visible {
	background: var(--blue);
	color: #ffffff;
}

/* Hide controls emitted by an older cached carousel document during deployment. */
.getradio-partner-pause,
.getradio-partner-status {
	display: none !important;
}

.empty-state {
	padding: 45px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #f3f1ea;
	text-align: center;
}

.archive-search {
	max-width: 620px;
	margin-bottom: 35px;
}

.archive-search .search-field {
	border-color: var(--line);
}

.site-footer {
	padding: 75px 0 120px;
	background: #071b31;
	color: #ffffff;
}

.footer-grid,
.footer-base {
	display: grid;
	width: min(100%, var(--max));
	margin-inline: auto;
	padding-inline: 30px;
}

.footer-grid {
	grid-template-columns: 1.5fr repeat(3, 1fr);
	gap: 55px;
}

.footer-grid h2 {
	margin-bottom: 18px;
	font-size: 1rem;
	letter-spacing: 0;
}

.footer-grid a {
	display: block;
	margin: 8px 0;
	color: #c6d1df;
	text-decoration: none;
}

.footer-grid a:hover {
	color: #ffdd05;
	text-decoration: underline;
}

.footer-about p {
	max-width: 330px;
	color: #96a9bc;
}

.footer-brand {
	display: inline-grid !important;
	width: 170px;
	margin-bottom: 22px !important;
}

.footer-brand .site-logo-crop {
	width: 170px;
}

.footer-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.social-links a {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	margin: 0;
	border: 1px solid #52647a;
	border-radius: 50%;
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 800;
}

.footer-base {
	grid-template-columns: 1fr auto;
	gap: 20px;
	padding-top: 24px;
	margin-top: 55px;
	border-top: 1px solid #2b3d52;
	color: #8296aa;
	font-size: 0.78rem;
}

.getradio-player {
	position: fixed;
	z-index: 90;
	inset: auto 0 0;
	display: grid;
	grid-template-columns: auto minmax(240px, auto) minmax(120px, 1fr) minmax(0, auto) auto auto;
	align-items: center;
	gap: 18px;
	min-height: 88px;
	padding: 10px max(22px, calc((100vw - var(--max)) / 2 + 30px));
	background: #071b31;
	color: #ffffff;
	box-shadow: 0 -10px 35px rgb(2 15 31 / 25%);
	forced-color-adjust: none;
}

.getradio-player-toggle {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #ffdd05;
	color: #071b31;
	font-size: 1.08rem;
	cursor: pointer;
}

.getradio-play-icon {
	display: inline-grid;
	flex: none;
	width: 1.65em;
	height: 1.65em;
	place-items: center;
}

.getradio-play-icon svg {
	grid-area: 1 / 1;
	width: 100%;
	height: 100%;
	fill: #5291ce;
}

.getradio-play-icon-pause {
	display: none;
}

.getradio-player.is-playing .getradio-player-toggle .getradio-play-icon-play,
.js-play-live.is-playing .getradio-play-icon-play {
	display: none;
}

.getradio-player.is-playing .getradio-player-toggle .getradio-play-icon-pause,
.js-play-live.is-playing .getradio-play-icon-pause {
	display: block;
}

.button .getradio-play-icon {
	width: 1.7em;
	height: 1.7em;
	margin-block: -0.35em;
}

.getradio-player.is-playing .getradio-player-toggle {
	box-shadow: 0 0 0 5px rgb(255 221 5 / 20%);
}

.getradio-player-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	line-height: 1.25;
}

.getradio-player-mode {
	font-size: 0.63rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.getradio-player-show,
.getradio-player-track {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.getradio-player-track,
.getradio-player-state {
	color: #aab9ca;
	font-size: 0.78rem;
}

.getradio-player-state:empty {
	display: none;
}

.getradio-player-wave {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	height: 35px;
	opacity: 0.62;
}

.getradio-player-wave i {
	display: block;
	width: 3px;
	height: 30%;
	border-radius: 4px;
	background: #ffdd05;
}

.getradio-player-wave i:nth-child(2n) {
	height: 70%;
}

.getradio-player-wave i:nth-child(3n) {
	height: 95%;
}

.getradio-player.is-playing .getradio-player-wave i {
	animation: getradio-wave 700ms ease-in-out infinite alternate;
}

.getradio-player.is-playing .getradio-player-wave i:nth-child(2n) {
	animation-delay: -300ms;
}

.getradio-player.is-playing .getradio-player-wave i:nth-child(3n) {
	animation-delay: -500ms;
}

@keyframes getradio-wave {
	to {
		height: 20%;
	}
}

.getradio-player-volume-control {
	position: relative;
}

.getradio-player-popout {
	display: grid;
	width: 40px;
	height: 40px;
	padding: 9px;
	place-items: center;
	border: 1px solid #52647a;
	border-radius: 50%;
	background: transparent;
	color: #ffffff;
	cursor: pointer;
}

.getradio-player-popout:hover,
.getradio-player-popout:focus-visible {
	border-color: #ffdd05;
	color: #ffdd05;
}

.getradio-player-popout svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.getradio-player-volume-toggle {
	padding: 8px;
	border: 0;
	background: transparent;
	color: #ffffff;
	font-size: 1.05rem;
	cursor: pointer;
}

.getradio-player-volume-panel {
	position: absolute;
	right: 0;
	bottom: calc(100% + 18px);
	display: grid;
	grid-template-columns: auto minmax(120px, 180px);
	align-items: center;
	gap: 12px;
	min-width: 250px;
	padding: 14px;
	border: 1px solid #314156;
	border-radius: 12px;
	background: #071b31;
	box-shadow: 0 12px 30px rgb(2 15 31 / 35%);
}

.getradio-player-volume-panel[hidden] {
	display: none;
}

.getradio-player-mute {
	padding: 7px 10px;
	border: 1px solid #52647a;
	border-radius: 999px;
	background: transparent;
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 800;
	cursor: pointer;
}

.getradio-player-volume-label input {
	width: 100%;
	accent-color: #ffdd05;
}

.site-brand,
.footer-brand,
.home-hero,
.page-hero,
.promo-band,
.listen-button,
.button,
.tag,
.getradio-player {
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

@media (max-width: 1120px) {
	.header-shell {
		grid-template-columns: 165px minmax(0, 1fr);
		padding-inline: 20px;
	}

	.site-brand,
	.site-logo-crop {
		width: 155px;
	}

	.site-navigation .menu-item > a {
		padding-inline: 8px;
		font-size: 0.78rem;
	}

	.header-main {
		gap: 9px;
	}

	.card-grid,
	.getradio-card-grid,
	.podcast-series-grid,
	.listening-method-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-grid {
		grid-template-columns: 1.4fr 1fr 1fr;
	}

	.footer-grid > div:last-child {
		grid-column: 1 / -1;
	}

	.article-layout {
		grid-template-columns: minmax(0, 1fr) 290px;
		gap: 50px;
	}

	.getradio-player {
		grid-template-columns: auto minmax(180px, auto) minmax(90px, 1fr) auto auto;
	}

	.getradio-player-state {
		display: none;
	}
}

@media (max-width: 860px) {
	.getradio-promotion {
		flex-basis: calc((100% - 24px) / 2);
	}

	.header-utility {
		display: none;
	}

	body {
		padding-bottom: 78px;
		font-size: 16px;
	}

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

	.site-header {
		height: 75px;
	}

	.header-shell {
		display: flex;
		align-items: center;
		width: 100%;
		height: 75px;
		padding-inline: 18px;
	}

	.site-brand {
		width: 140px;
		height: 75px;
	}

	.site-logo-crop {
		width: 140px;
	}

	.header-main {
		margin-left: auto;
	}

	.menu-toggle {
		display: block;
		order: 1;
	}

	.site-navigation {
		position: fixed;
		inset: 75px 0 78px;
		display: none;
		flex-direction: column;
		align-items: stretch;
		padding: 25px 22px 40px;
		overflow-y: auto;
		background: #071b31;
	}

	.admin-bar .site-navigation {
		top: 120px;
	}

	.site-navigation.is-open {
		display: flex;
	}

	.site-navigation > .menu {
		display: block;
		flex: none;
	}

	.site-navigation .menu-item > a {
		padding: 14px 52px 14px 4px;
		border-bottom: 1px solid rgb(255 255 255 / 14%);
		border-radius: 0;
		font-size: 1.25rem;
		white-space: normal;
	}

	.submenu-toggle {
		top: 24px;
		right: 0;
		width: 44px;
		height: 44px;
	}

	.site-navigation .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		padding: 5px 0 10px 18px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.site-navigation .menu-item-has-children.is-open > .sub-menu {
		display: block;
	}

	.site-navigation .sub-menu a {
		padding: 10px 4px;
		color: #c7d3e0;
		font-size: 1rem;
	}

	.mobile-utility {
		display: block;
		margin-top: 28px;
		padding-top: 18px;
		border-top: 1px solid rgb(255 255 255 / 16%);
	}

	.mobile-utility-menu {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.mobile-utility-menu a {
		display: block;
		padding: 9px 4px;
		color: #c7d3e0;
		font-size: 0.95rem;
		font-weight: 700;
		text-decoration: none;
	}

	.header-search-toggle {
		order: 2;
	}

	.listen-button {
		order: 3;
		padding-inline: 14px;
	}

	.listen-button span:last-child {
		display: none;
	}

	.has-open-menu {
		overflow: hidden;
	}

	.hero-grid {
		grid-template-columns: 1fr;
		padding-top: 45px;
		padding-bottom: 60px;
	}

	.hero-art {
		order: -1;
		max-width: 600px;
	}

	.home-hero::after {
		display: none;
	}

	.feature-split,
	.contact-grid,
	.article-layout {
		grid-template-columns: 1fr;
	}

	.article-aside {
		padding: 40px 0 0;
		border-top: 1px solid var(--line);
		border-left: 0;
	}

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

	.getradio-schedule {
		grid-template-columns: 1fr;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.footer-grid > div:first-child,
	.footer-grid > div:last-child {
		grid-column: 1 / -1;
	}

	.getradio-player {
		grid-template-columns: auto minmax(0, 1fr) auto auto;
		min-height: 78px;
		padding: 9px 18px;
	}

	.getradio-player-toggle {
		width: 50px;
		height: 50px;
	}

	.getradio-player-state,
	.getradio-player-wave {
		display: none;
	}
}

@media (max-width: 700px) {
	.getradio-player:not([data-context="popup"]) {
		grid-template-columns: auto minmax(0, 1fr) auto;
	}

	.getradio-player-popout {
		display: none;
	}
}

.getradio-player-popup-body {
	min-width: 300px;
	min-height: 100vh;
	padding: 0;
	background: #071b31;
	color: #ffffff;
	forced-color-adjust: none;
}

.getradio-popup-main {
	display: grid;
	min-height: 100vh;
	padding: 28px 22px;
	place-items: center;
}

.getradio-popup-shell {
	width: min(100%, 390px);
}

.getradio-popup-brand {
	display: block;
	width: 174px;
	margin-bottom: 30px;
	color: #ffffff;
}

.getradio-popup-brand .site-logo-crop {
	width: 174px;
	height: auto;
}

.getradio-popup-shell > .getradio-eyebrow {
	margin-bottom: 6px;
	color: #ffdd05;
}

.getradio-popup-shell > h1 {
	margin: 0 0 20px;
	color: #ffffff;
	font-size: clamp(2.25rem, 12vw, 3.4rem);
}

.getradio-player[data-context="popup"] {
	position: relative;
	inset: auto;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 14px;
	width: 100%;
	min-height: 0;
	padding: 16px;
	border: 1px solid #2f455d;
	border-radius: 18px;
	box-shadow: 0 22px 60px rgb(0 0 0 / 28%);
}

.getradio-player[data-context="popup"] .getradio-player-popup-artwork {
	grid-column: 1 / -1;
	width: 100%;
	max-height: 260px;
	padding: 10px;
	border-radius: 13px;
	background: #ffffff;
}

.getradio-player[data-context="popup"] .getradio-player-popup-artwork[hidden] {
	display: none;
}

.getradio-player[data-context="popup"] .getradio-player-popup-artwork img {
	display: block;
	width: 100%;
	height: min(240px, 55vw);
	object-fit: contain;
}

.getradio-player[data-context="popup"] .getradio-player-wave,
.getradio-player[data-context="popup"] .getradio-player-state {
	grid-column: 1 / -1;
}

.getradio-player[data-context="popup"] .getradio-player-wave {
	display: flex;
}

.getradio-player[data-context="popup"] .getradio-player-state {
	display: block;
	min-height: 1em;
	text-align: center;
}

.getradio-player[data-context="popup"] .getradio-player-volume-control {
	grid-row: 2;
	grid-column: 3;
	align-self: center;
	justify-self: end;
}

.getradio-player[data-context="popup"] .getradio-player-volume-panel {
	right: 0;
	bottom: calc(100% + 14px);
	grid-template-columns: auto minmax(0, 1fr);
	width: min(250px, calc(100vw - 44px));
	min-width: 0;
}

.getradio-popup-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 18px;
	font-size: 0.85rem;
}

.getradio-popup-actions a,
.getradio-popup-close {
	color: #ffffff;
	font-weight: 800;
}

.getradio-popup-close {
	padding: 0;
	border: 0;
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
}

@media (max-width: 580px) {
	.event-details {
		grid-template-columns: 1fr;
	}
	.getradio-promotion {
		flex-basis: 100%;
		min-height: 132px;
	}

	.wrap {
		padding-inline: 20px;
	}

	.page-hero .wrap {
		padding-top: 50px;
		padding-bottom: 48px;
	}

	.listen-button {
		display: none;
	}

	.page-hero::after {
		width: 210px;
		height: 210px;
		top: -155px;
		right: -105px;
		border-width: 44px;
	}

	.page-hero h1 {
		font-size: clamp(2.65rem, 13vw, 4.25rem);
	}

	.section {
		padding: 54px 0;
	}

	.section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
	}

	.card-grid,
	.getradio-card-grid,
	.related-grid,
	.podcast-series-grid,
	.listening-method-grid {
		grid-template-columns: 1fr;
	}

	.podcast-series-card > a {
		display: flex;
	}

	.podcast-series-artwork {
		--artwork-inset: 12px;
	}

	.card-body {
		padding: 20px;
	}

	.getradio-media-native {
		padding: 14px;
	}

	.feature-copy {
		padding: 32px 24px 38px;
	}

	.feature-media {
		padding: 14px;
	}

	.getradio-on-air {
		grid-template-columns: 1fr;
	}

	.getradio-on-air img {
		display: none;
	}

	.getradio-schedule li {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.getradio-form {
		grid-template-columns: 1fr;
		padding: 22px 18px;
	}

	.getradio-field,
	.getradio-field-textarea,
	.getradio-field-consent,
	.getradio-field-file,
	.getradio-form > p:last-child {
		grid-column: 1;
	}

	.promo-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.footer-grid > div {
		grid-column: auto !important;
	}

	.footer-base {
		grid-template-columns: 1fr;
	}

	.getradio-player-copy {
		font-size: 0.88rem;
	}

	.getradio-player-track {
		display: none;
	}

	.getradio-player[data-context="popup"] .getradio-player-track {
		display: block;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media print {
	body {
		padding-bottom: 0;
	}

	.site-header,
	.site-footer,
	.getradio-player {
		display: none !important;
	}
}
