/**
 * Blog hub + archives + singles (matches www.airband.co.uk news patterns).
 */

#content.site-content--news-hub,
#content.site-content--news-article {
	position: relative;
	z-index: 1;
}

/* Hub sections — subtle bands (modern, readable) */
.site-content--news-hub .hero-section.blog.hero-section__small {
	background: linear-gradient(180deg, #f7f5f0 0%, #fafafa 100%);
}

.site-content--news-hub #posts-section.section {
	min-height: 0;
	background: #fafafa;
	padding-top: 0.45rem;
	padding-bottom: 2rem;
}

.site-content--news-hub #hero-section.hero-section {
	margin-bottom: 0;
}

/* News hub: title + intro */
.news-hub__page-title {
	margin-bottom: 0.6rem;
}

.news-hub__lead {
	font-size: 1.0625rem;
	line-height: 1.55;
	color: #5c5c5c;
	max-width: 38rem;
	margin-top: 0;
}

/* Search — no band tint, no top rule; sits in hero gradient */
.news-hub__search-band {
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 1.1rem 0 1.25rem;
}

.news-hub__search-inner {
	width: 100%;
	max-width: min(42rem, 100%);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px) {
	.news-hub__search-inner {
		max-width: min(44rem, 100%);
		padding-left: 12px;
		padding-right: 12px;
	}
}

.news-site-search__label {
	display: block;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #454545;
	margin-bottom: 0.5rem;
	letter-spacing: 0;
	text-transform: none;
}

.news-site-search {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	width: 100%;
	max-width: 100%;
}

/* Match header coverage search: pill row + leading magnifier + arrow submit (width follows centered .news-hub__search-inner) */
.site-content--news-hub .news-site-search .news-site-search__combo.search-form.submit-icon {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 999px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
	border: var(--airband-border, 1px solid rgba(var(--airband-brand-rgb, 87, 214, 226), 0.28));
	background: #fff;
	position: relative;
	display: flex;
	align-items: stretch;
	overflow: hidden;
}

.site-content--news-hub .news-site-search .news-site-search__combo .news-site-search__leading.news-site-search__icon-svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 3.15rem;
	padding-left: 0.65rem;
	color: var(--airband-client-color, #57d6e2);
	line-height: 0;
}

.site-content--news-hub .news-site-search .news-site-search__combo .news-site-search__icon-svg svg {
	display: block;
	opacity: 0.92;
}

.site-content--news-hub .news-site-search .news-site-search__combo.search-form.submit-icon:focus-within {
	box-shadow: 0 0 0 3px rgba(var(--airband-brand-rgb, 87, 214, 226), 0.22), 0 8px 28px rgba(0, 0, 0, 0.08);
	border-color: rgba(var(--airband-brand-rgb, 87, 214, 226), 0.45);
}

.site-content--news-hub .news-site-search .news-site-search__combo .form-control.search-field.news-site-search_field {
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	flex: 1 1 auto;
	min-width: 0;
	padding: 0.9rem 0.5rem 0.9rem 0;
	font-size: 1.0625rem;
	line-height: 1.45;
}

.site-content--news-hub .news-site-search .news-site-search__combo .form-control.search-field.news-site-search_field:focus {
	outline: none;
	box-shadow: none;
}

.site-content--news-hub .news-site-search .news-site-search__combo .search-submit.news-site-search__submit {
	border-radius: 0 999px 999px 0;
	box-shadow: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3.35rem;
	padding-left: 0.85rem;
	padding-right: 0.85rem;
	background-color: var(--th-interactive-fill, var(--th-palette-turquoise)) !important;
	border: none !important;
	border-left: 1px solid rgba(255, 255, 255, 0.35) !important;
	color: var(--th-palette-white) !important;
	transition: background-color 0.25s ease;
}

.site-content--news-hub .news-site-search .news-site-search__combo .search-submit.news-site-search__submit:hover {
	background-color: var(--th-interactive-fill-hover, var(--th-palette-denim)) !important;
	filter: none;
	transform: none;
	box-shadow: none;
}

.site-content--news-hub .news-site-search .news-site-search__combo .search-submit .dashicons {
	color: #fff;
	font-size: 1.35rem;
	width: 1.35rem;
	height: 1.35rem;
}

/* Latest / archive section headings */
.news-hub__section-head {
	margin-top: 0;
	margin-bottom: 1.1rem;
	padding-top: 0;
}

.news-hub__section-head--archive {
	margin-bottom: 1rem;
}

.news-hub__section-title {
	font-family: GingerSoft, system-ui, sans-serif;
	font-size: clamp(1.28rem, 2.3vw, 1.55rem);
	font-weight: 700;
	line-height: 1.25;
	color: #1a1a1a;
	margin: 0;
	letter-spacing: -0.02em;
}

.news-hub__card-grid {
	margin-top: 0.35rem;
}

.news-hub__posts-inner {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 576px) {
	.news-hub__posts-inner {
		padding-left: 12px;
		padding-right: 12px;
	}
}

.news-hub__view-all-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2.25rem 1rem 2rem;
}

.news-hub__view-all-btn {
	padding: 0.65rem 2rem;
	border-radius: 999px;
	font-weight: 600;
}

/* Categories band — generous inset padding; colors follow theme :root tokens */
.news-hub__categories-band {
	background: linear-gradient(180deg, #fff 0%, rgba(var(--airband-brand-rgb, 87, 214, 226), 0.07) 45%, #fafafa 100%);
	border-top: 1px solid rgba(var(--airband-brand-rgb, 87, 214, 226), 0.22);
}

.news-hub__categories-inner {
	padding: 2.85rem 15px 3.25rem;
}

@media (min-width: 768px) {
	.news-hub__categories-inner {
		padding-left: 12px;
		padding-right: 12px;
	}
}

.news-hub__categories-title {
	font-family: GingerSoft, system-ui, sans-serif;
	font-size: clamp(1.28rem, 2.3vw, 1.55rem);
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 0.5rem;
	letter-spacing: -0.02em;
}

.news-hub__categories-sub {
	font-size: 0.9375rem;
	color: #6b6b6b;
	margin: 0 0 1.5rem;
	line-height: 1.45;
}

.airband-news-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 0.75rem;
	align-items: center;
}

.airband-news-category-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.52rem 1.2rem;
	border-radius: 999px;
	font-size: 0.90625rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--airband-client-color, #57d6e2);
	background: #fff;
	border: 2px solid rgba(var(--airband-brand-rgb, 87, 214, 226), 0.42);
	box-shadow: 0 2px 12px rgba(var(--airband-brand-rgb, 87, 214, 226), 0.12);
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.airband-news-category-chip:hover {
	background: var(--airband-client-color, #57d6e2);
	color: #fff;
	border-color: var(--airband-client-color, #57d6e2);
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(var(--airband-brand-rgb, 87, 214, 226), 0.35);
}

.site-content--news-hub .hero-section.blog.hero-section__small .hero-section__main,
.site-content--news-article .hero-section.blog.hero-section__small .hero-section__main {
	min-height: 0;
}

/* Hero title — news index */
.site-content--news-hub .hero-section.blog .hero-section__content-wrapper .content h1 {
	font-family: GingerSoft, system-ui, sans-serif;
	font-weight: 700;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	line-height: 1.2;
	color: #1a1a1a;
	margin-bottom: 0.35rem;
}

/* Standalone pill input (if used elsewhere without combo row) */
.news-site-search_field:not(.search-field) {
	display: block;
	width: 100%;
	padding: 0.9rem 1.45rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 999px;
	font-size: 1.0625rem;
	line-height: 1.45;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.news-site-search_field::placeholder {
	color: #8a8a8a;
}

/* Legacy .h2 inside hub (featured carousel etc.) */
.site-content--news-hub #posts-section .h2 {
	font-family: GingerSoft, system-ui, sans-serif;
	font-weight: 700;
	font-size: clamp(1.35rem, 2.5vw, 1.65rem);
	line-height: 1.25;
	color: #1a1a1a;
	margin-bottom: 0;
	letter-spacing: -0.02em;
}

/* Card grid — live-style tiles */
.site-content--news-hub .card {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.site-content--news-hub .card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.site-content--news-hub .airband-news-card__media {
	display: block;
	overflow: hidden;
	background: #ececec;
}

.site-content--news-hub .card img.mw-100 {
	width: 100%;
	height: auto;
	vertical-align: middle;
	display: block;
}

.site-content--news-hub .airband-news-card .card-body {
	padding: 1.15rem 1.25rem 1.35rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	flex: 1 1 auto;
}

/* Robust grid (does not depend on Bootstrap columns) */
.airband-news-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.75rem;
	align-items: stretch;
}

@media (max-width: 991.98px) {
	.airband-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575.98px) {
	.airband-news-grid {
		grid-template-columns: 1fr;
	}
}

.airband-news-grid .card.airband-news-card {
	margin: 0;
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.airband-news-grid .card img.mw-100 {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.airband-news-card__date {
	font-size: 0.8125rem;
	color: #6f6f6f;
	margin: 0;
	font-weight: 500;
}

.airband-news-card__title {
	font-family: GingerSoft, system-ui, sans-serif;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	color: #1a1a1a;
}

.airband-news-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.15s ease;
}

.airband-news-card__title a:hover {
	color: var(--airband-client-color, #57d6e2);
}

.airband-news-card__excerpt {
	font-size: 0.875rem;
	color: #4a4a4a;
	line-height: 1.5;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.airband-news-card__read {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--airband-client-color, #57d6e2);
	text-decoration: none;
	margin-top: auto;
	padding-top: 0.25rem;
}

.airband-news-card__read:hover {
	text-decoration: underline;
	color: #141414;
}

/* Related block on singles uses same card markup */
.news-related-section .airband-news-card {
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.news-related-section .airband-news-card .card-body {
	padding: 1.15rem 1.25rem 1.35rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	flex: 1 1 auto;
}

.news-related-section .airband-news-card__media {
	display: block;
	overflow: hidden;
	background: #ececec;
}

.news-related-section .airband-news-grid .card img.mw-100 {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

/* Singles: related block uses same cards */
.site-content--news-article .news-related-section .card {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.site-content--news-article .news-related-section .card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.site-content--news-article .news-related-section .text-brand-black {
	color: #1e1e1e;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.35;
	margin-bottom: 0;
}

.site-content--news-article .news-related-section .h2 {
	font-family: GingerSoft, system-ui, sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #1a1a1a;
	margin-bottom: 0;
}

/* Title text under thumbnails (live utility) */
.site-content--news-hub .text-brand-black {
	color: #1e1e1e;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.35;
	margin-bottom: 0;
}

/* Glide carousel (mobile featured / latest / single “Featured news”) */
.site-content--news-hub .glide__arrow,
.site-content--news-article .glide__arrow {
	background: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 6px;
	padding: 0.35rem 0.85rem;
	margin: 0.5rem 0.25rem 0 0;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1;
	color: #333;
	transition: background 0.15s, border-color 0.15s;
}

.site-content--news-hub .glide__arrow:hover,
.site-content--news-article .glide__arrow:hover {
	background: #f8f8f8;
	border-color: var(--airband-client-color, #57d6e2);
}

.site-content--news-hub .glide__arrows,
.site-content--news-article .glide__arrows {
	text-align: center;
	margin-top: 0.75rem;
}

.site-content--news-hub .glide__slides .card {
	margin-bottom: 0;
}

/* Pagination */
.site-content--news-hub .airband-news-pagination .page-numbers {
	display: inline-block;
	padding: 0.35rem 0.65rem;
	margin: 0 0.15rem;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
	color: #333;
}

.site-content--news-hub .airband-news-pagination .page-numbers.current,
.site-content--news-hub .airband-news-pagination .page-numbers:hover {
	background: var(--airband-client-color, #57d6e2);
	border-color: var(--airband-client-color, #57d6e2);
	color: #fff;
}

/* CPT single: short label + full breadcrumb */
.airband-news-breadcrumb--cpt a {
	color: inherit;
	text-decoration: underline;
}

.airband-news-entry-content .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/* -------------------------------------------------------------------------- */
/* Premium editorial single pages                                             */
/* -------------------------------------------------------------------------- */

.site-content--news-article {
	--editorial-max: var(--th-container-xxl, 1340px);
	--editorial-gutter: max(var(--th-space-gutter, 1.25rem), env(safe-area-inset-left, 0px));
	--editorial-ink: var(--th-color-ink, #000);
	--editorial-muted: var(--th-color-ink-muted, #54595f);
	--editorial-blue: var(--th-palette-denim, #176eba);
	--editorial-cyan: var(--th-palette-turquoise, #57d6e2);
	--editorial-dark: var(--th-palette-woodsmoke, #16181a);
	background:
		radial-gradient(circle at 8% 8%, rgba(var(--th-rgb-turquoise, 87, 214, 226), 0.12), transparent 28rem),
		linear-gradient(180deg, #f8fbff 0%, #fff 30rem, #f7fbff 100%);
	color: var(--editorial-ink);
	font-family: var(--th-font-sans, "Plus Jakarta Sans", system-ui, sans-serif);
}

.airband-editorial-single {
	position: relative;
	overflow: hidden;
}

.airband-editorial-container {
	width: 100%;
	max-width: min(100%, var(--editorial-max)) !important;
	margin-right: auto;
	margin-left: auto;
	padding-right: var(--editorial-gutter) !important;
	padding-left: var(--editorial-gutter) !important;
}

.airband-editorial-hero {
	position: relative;
	padding: clamp(8rem, 11vw, 11rem) 0 clamp(3rem, 6vw, 5.25rem);
	isolation: isolate;
}

.airband-editorial-hero__glow {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 84% 18%, rgba(var(--th-rgb-turquoise, 87, 214, 226), 0.3), transparent 24rem),
		linear-gradient(135deg, rgba(255,255,255,0.96), rgba(237,249,253,0.86));
	mask-image: linear-gradient(#000 70%, transparent 100%);
}

.airband-editorial-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	max-width: 72rem;
	margin-bottom: clamp(1.4rem, 3vw, 2.4rem);
	color: rgba(var(--th-rgb-woodsmoke, 22, 24, 26), 0.62);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.5;
}

.airband-editorial-breadcrumb a {
	color: var(--editorial-blue);
	text-decoration: none;
}

.airband-editorial-breadcrumb a:hover {
	color: var(--editorial-dark);
	text-decoration: underline;
}

.airband-editorial-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 0.72fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
}

.airband-editorial-eyebrow,
.airband-editorial-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
}

.airband-editorial-eyebrow {
	margin-bottom: clamp(1rem, 2vw, 1.35rem);
}

.airband-editorial-eyebrow span,
.airband-editorial-meta span {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	border-radius: 999px;
}

.airband-editorial-eyebrow span {
	padding: 0.42rem 0.78rem;
	background: rgba(255,255,255,0.78);
	border: 1px solid rgba(var(--th-rgb-denim, 23, 110, 186), 0.14);
	color: var(--editorial-blue);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	box-shadow: 0 12px 34px rgba(var(--th-rgb-woodsmoke, 22, 24, 26), 0.06);
}

.airband-editorial-title {
	max-width: 52rem;
	margin: 0;
	color: var(--editorial-ink);
	font-family: GingerSoft, var(--th-font-sans, system-ui), sans-serif;
	font-size: clamp(2.45rem, 5.4vw, 5.55rem);
	font-weight: 800;
	line-height: 0.96;
	letter-spacing: -0.055em;
}

.airband-editorial-deck {
	max-width: 45rem;
	margin: clamp(1.2rem, 2.6vw, 1.8rem) 0 0;
	color: var(--editorial-muted);
	font-size: clamp(1.04rem, 0.96rem + 0.32vw, 1.22rem);
	font-weight: 500;
	line-height: 1.7;
}

.airband-editorial-meta {
	margin-top: clamp(1.4rem, 3vw, 2rem);
	color: rgba(var(--th-rgb-woodsmoke, 22, 24, 26), 0.72);
}

.airband-editorial-meta span {
	padding: 0.5rem 0.8rem;
	background: rgba(255,255,255,0.68);
	border: 1px solid rgba(var(--th-rgb-denim, 23, 110, 186), 0.12);
	font-size: 0.9rem;
	font-weight: 800;
}

.airband-editorial-featured {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: clamp(1.4rem, 3vw, 2.5rem);
	background:
		radial-gradient(circle at 18% 18%, rgba(255,255,255,0.85), transparent 14rem),
		linear-gradient(145deg, rgba(var(--th-rgb-denim, 23, 110, 186), 0.95), rgba(var(--th-rgb-turquoise, 87, 214, 226), 0.7));
	box-shadow:
		0 36px 90px rgba(var(--th-rgb-woodsmoke, 22, 24, 26), 0.18),
		0 0 0 1px rgba(var(--th-rgb-denim, 23, 110, 186), 0.12) inset;
	transform: rotate(1deg);
}

.airband-editorial-featured::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,0.18));
	pointer-events: none;
}

.airband-editorial-featured__image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transform: scale(1.015);
}

.airband-editorial-featured--placeholder {
	display: grid;
	min-height: 24rem;
	place-items: center;
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.airband-editorial-body-section {
	padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(4rem, 8vw, 7rem);
	background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.airband-editorial-layout {
	display: grid;
	grid-template-columns: minmax(0, 46rem) minmax(18rem, 24rem);
	align-items: start;
	justify-content: center;
	gap: clamp(2rem, 5vw, 5rem);
}

.airband-editorial-content {
	width: 100%;
	color: #23272a;
	font-size: clamp(1.03rem, 0.98rem + 0.16vw, 1.14rem);
	line-height: 1.86;
}

.airband-editorial-content > *:first-child {
	margin-top: 0;
}

.airband-editorial-content p,
.airband-editorial-content ul,
.airband-editorial-content ol,
.airband-editorial-content blockquote,
.airband-editorial-content figure {
	margin-bottom: 1.45rem;
}

.airband-editorial-content h2,
.airband-editorial-content h3,
.airband-editorial-content h4 {
	margin: 2.2rem 0 1rem;
	color: var(--editorial-ink);
	font-family: GingerSoft, var(--th-font-sans, system-ui), sans-serif;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.airband-editorial-content h2 {
	font-size: clamp(1.75rem, 3vw, 2.55rem);
}

.airband-editorial-content h3 {
	font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.airband-editorial-content a {
	color: var(--editorial-blue);
	font-weight: 800;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

.airband-editorial-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: clamp(1rem, 3vw, 2rem) auto;
	border-radius: 1.35rem;
	box-shadow: 0 18px 48px rgba(var(--th-rgb-woodsmoke, 22, 24, 26), 0.1);
}

.airband-editorial-content figure,
.airband-editorial-content .wp-block-image {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.airband-editorial-content figure.alignwide,
.airband-editorial-content .wp-block-image.alignwide {
	width: min(100%, 58rem);
	max-width: calc(100vw - (var(--editorial-gutter) * 2));
	margin-left: 50%;
	transform: translateX(-50%);
}

.airband-editorial-content figure figcaption,
.airband-editorial-content .wp-block-image figcaption {
	margin-top: 0.65rem;
	color: var(--editorial-muted);
	font-size: 0.88rem;
	line-height: 1.45;
	text-align: center;
}

.airband-editorial-content blockquote {
	padding: clamp(1.3rem, 3vw, 2rem);
	border-left: 0;
	border-radius: 1.35rem;
	background:
		radial-gradient(circle at 95% 5%, rgba(var(--th-rgb-turquoise, 87, 214, 226), 0.22), transparent 12rem),
		linear-gradient(145deg, #f6fbff, #fff);
	box-shadow: 0 18px 54px rgba(var(--th-rgb-woodsmoke, 22, 24, 26), 0.08);
	color: var(--editorial-dark);
	font-size: clamp(1.15rem, 1.8vw, 1.45rem);
	font-weight: 800;
	line-height: 1.55;
}

.airband-editorial-aside {
	position: sticky;
	top: clamp(6rem, 12vh, 8rem);
	display: grid;
	gap: 1rem;
}

.airband-editorial-aside-card,
.airband-editorial-check-card {
	border-radius: 1.5rem;
	border: 1px solid rgba(var(--th-rgb-denim, 23, 110, 186), 0.13);
	background: rgba(255,255,255,0.82);
	box-shadow: 0 22px 64px rgba(var(--th-rgb-woodsmoke, 22, 24, 26), 0.1);
	backdrop-filter: blur(16px);
}

.airband-editorial-aside-card {
	padding: clamp(1.2rem, 2.5vw, 1.7rem);
}

.airband-editorial-aside-card__label,
.airband-editorial-check-card > p {
	margin: 0 0 0.75rem;
	color: var(--editorial-blue);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.airband-editorial-aside-card h2 {
	margin: 0 0 0.8rem;
	color: var(--editorial-ink);
	font-size: clamp(1.28rem, 2vw, 1.65rem);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.airband-editorial-aside-card p:not(.airband-editorial-aside-card__label) {
	margin: 0 0 1.2rem;
	color: var(--editorial-muted);
	line-height: 1.6;
}

.airband-editorial-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.85rem;
	padding: 0.7rem 1rem;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--editorial-blue), var(--editorial-cyan));
	color: #fff !important;
	font-weight: 900;
	text-decoration: none !important;
	box-shadow: 0 14px 34px rgba(var(--th-rgb-denim, 23, 110, 186), 0.24);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.airband-editorial-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 44px rgba(var(--th-rgb-denim, 23, 110, 186), 0.3);
}

.airband-editorial-check-card {
	padding: 1rem;
}

.airband-editorial-check-card .coverage-form-wrapper,
.airband-editorial-check-card .coverage-form {
	width: 100%;
}

.airband-editorial-check-card .search-form.submit-icon {
	width: 100% !important;
	min-width: 0 !important;
	border: 2px solid var(--editorial-cyan) !important;
	border-radius: 999px !important;
	box-shadow: 0 12px 32px rgba(var(--th-rgb-denim, 23, 110, 186), 0.12) !important;
}

.airband-editorial-check-card .search-form.submit-icon input,
.airband-editorial-check-card .search-form.submit-icon .form-control,
.airband-editorial-check-card .search-form.submit-icon .search-field {
	min-width: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.site-content--news-article .news-related-section {
	padding: clamp(3rem, 6vw, 5.5rem) 0 !important;
	margin-top: 0 !important;
	background:
		radial-gradient(circle at 10% 18%, rgba(var(--th-rgb-turquoise, 87, 214, 226), 0.13), transparent 24rem),
		linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.site-content--news-article .news-related-section .container {
	max-width: min(100%, var(--editorial-max)) !important;
	padding-right: var(--editorial-gutter) !important;
	padding-left: var(--editorial-gutter) !important;
}

.site-content--news-article .news-related-section .h2 {
	color: var(--editorial-ink);
	font-family: GingerSoft, var(--th-font-sans, system-ui), sans-serif;
	font-size: clamp(1.8rem, 3vw, 2.75rem);
	font-weight: 900;
	letter-spacing: -0.04em;
}

.site-content--news-article .airband-news-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.4rem);
}

.site-content--news-article .airband-news-grid .card,
.site-content--news-article .news-related-section .card {
	overflow: hidden;
	height: 100%;
	border: 1px solid rgba(var(--th-rgb-denim, 23, 110, 186), 0.12);
	border-radius: 1.35rem;
	background: rgba(255,255,255,0.92);
	box-shadow: 0 18px 52px rgba(var(--th-rgb-woodsmoke, 22, 24, 26), 0.08);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.site-content--news-article .airband-news-grid .card:hover,
.site-content--news-article .news-related-section .card:hover {
	border-color: rgba(var(--th-rgb-turquoise, 87, 214, 226), 0.42);
	box-shadow: 0 26px 68px rgba(var(--th-rgb-woodsmoke, 22, 24, 26), 0.14);
	transform: translateY(-6px);
}

.site-content--news-article .airband-news-grid .card img,
.site-content--news-article .news-related-section .card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.site-content--news-article .airband-news-grid .card-body,
.site-content--news-article .news-related-section .card-body {
	padding: 1.05rem;
}

@media (max-width: 1199.98px) {
	.airband-editorial-hero__grid,
	.airband-editorial-layout {
		grid-template-columns: 1fr;
	}

	.airband-editorial-hero__media {
		max-width: 42rem;
	}

	.airband-editorial-aside {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-content--news-article .airband-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767.98px) {
	.airband-editorial-hero {
		padding-top: clamp(6.5rem, 20vw, 8rem);
	}

	.airband-editorial-title {
		font-size: clamp(2.2rem, 12vw, 3.6rem);
	}

	.airband-editorial-meta span,
	.airband-editorial-eyebrow span {
		font-size: 0.76rem;
	}

	.airband-editorial-featured {
		transform: none;
	}

	.airband-editorial-aside,
	.site-content--news-article .airband-news-grid {
		grid-template-columns: 1fr;
	}

	.airband-editorial-content {
		font-size: 1rem;
		line-height: 1.78;
	}
}
