/* Blindspot — supplementary styles
   Reaches selectors that theme.json can't (custom classes, pseudo-elements, magazine-grid hover states). */

/* ---------- Site header ---------- */
.bs-site-header {
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--cream);
	border-bottom: 2px solid var(--wp--preset--color--red);
}
.bs-site-header .wp-block-navigation {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 0.8125rem;
}
.bs-site-header .wp-block-navigation a {
	padding: 0.5rem 0.75rem;
	color: var(--wp--preset--color--cream);
	text-decoration: none;
}
.bs-site-header .wp-block-navigation a:hover {
	color: var(--wp--preset--color--red);
}
.bs-site-header .wp-block-search__button {
	background: transparent;
	color: var(--wp--preset--color--cream);
	border: 1px solid var(--wp--preset--color--cream);
	padding: 0.5rem 0.75rem;
}
.bs-site-header .wp-block-search__button:hover {
	background: var(--wp--preset--color--cream);
	color: var(--wp--preset--color--navy);
}
.bs-site-header .wp-block-search__button svg {
	fill: currentColor;
}
.bs-site-header .wp-block-search__input {
	background: transparent;
	color: var(--wp--preset--color--cream);
	border: 1px solid var(--wp--preset--color--cream);
}
.bs-site-header .wp-block-search__input::placeholder {
	color: rgba(240, 231, 211, 0.5);
}
.bs-site-logo,
.bs-site-logo a {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}
.bs-site-logo img {
	height: 140px;
	width: auto;
	display: block;
}
.bs-site-logo-footer img {
	height: 120px;
	width: auto;
	display: block;
	margin-bottom: 1rem;
}
@media (max-width: 781px) {
	.bs-site-logo img {
		height: 90px;
	}
	.bs-site-logo-footer img {
		height: 80px;
	}
}

/* ---------- Category eyebrow tag ---------- */
.bs-category,
.wp-block-post-terms.bs-category {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 0.6875rem;
	color: var(--wp--preset--color--red);
	margin-bottom: 0.5rem;
	display: inline-block;
}
.bs-category a {
	color: inherit;
	text-decoration: none;
}
.bs-category a:hover {
	color: var(--wp--preset--color--navy);
}

/* ---------- Byline ---------- */
.bs-byline {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0;
	color: var(--wp--preset--color--muted);
	margin-top: 0.75rem;
	gap: 0.5rem;
}
.bs-byline p {
	margin: 0;
}
.bs-byline a {
	color: var(--wp--preset--color--red);
	text-decoration: none;
}
.bs-byline a:hover {
	color: var(--wp--preset--color--navy);
}

/* ---------- Hero card ---------- */
.bs-hero .wp-block-post-featured-image {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 1rem;
	padding-top: 66.6667%; /* 3:2 aspect (height = 2/3 width) */
	height: 0;
	overflow: hidden;
	background: var(--wp--preset--color--cream);
}
.bs-hero .wp-block-post-featured-image > a,
.bs-hero .wp-block-post-featured-image > img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.bs-hero .wp-block-post-featured-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block;
}
.bs-hero .wp-block-post-title {
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	margin-top: 0.75rem;
	line-height: 1.05;
}
.bs-hero .wp-block-post-excerpt {
	font-size: 1.0625rem;
	color: var(--wp--preset--color--ink);
}

/* ---------- Section headings — magazine eyebrow ---------- */
.bs-section-heading {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 0.875rem;
	color: var(--wp--preset--color--muted);
	border-bottom: 1px solid var(--wp--preset--color--rule);
	padding-bottom: 0.5rem;
	margin-bottom: 1.25rem;
}

/* ---------- Highlights grid ---------- */
.bs-highlights-grid .wp-block-post-featured-image {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 0.5rem;
	padding-top: 75%; /* 4:3 aspect (height = 3/4 width) */
	height: 0;
	overflow: hidden;
	background: var(--wp--preset--color--cream);
}
.bs-highlights-grid .wp-block-post-featured-image > a,
.bs-highlights-grid .wp-block-post-featured-image > img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.bs-highlights-grid .wp-block-post-featured-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block;
}
.bs-highlights-grid .wp-block-post-title {
	font-size: 1.0625rem;
	line-height: 1.2;
	margin-top: 0.5rem;
	text-transform: none;
}

/* ---------- Secondary tiles ---------- */
.bs-secondary-tiles .wp-block-post-featured-image {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 0.5rem;
	padding-top: 66.6667%; /* 3:2 aspect */
	height: 0;
	overflow: hidden;
	background: var(--wp--preset--color--cream);
}
.bs-secondary-tiles .wp-block-post-featured-image > a,
.bs-secondary-tiles .wp-block-post-featured-image > img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.bs-secondary-tiles .wp-block-post-featured-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block;
}
.bs-secondary-tiles .wp-block-post-title {
	font-size: 1.0625rem;
	line-height: 1.15;
	margin-top: 0.5rem;
	text-transform: none;
}
.bs-secondary-tiles .wp-block-post-excerpt {
	font-size: 0.875rem;
	color: var(--wp--preset--color--ink);
	line-height: 1.4;
}

/* ---------- Editor's picks ---------- */
.bs-editors-picks .wp-block-post-title {
	font-size: 1.125rem;
	line-height: 1.25;
	text-transform: none;
}
.bs-editors-picks .wp-block-post-featured-image {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding-top: 75%; /* 4:3 aspect */
	height: 0;
	overflow: hidden;
	background: var(--wp--preset--color--cream);
}
.bs-editors-picks .wp-block-post-featured-image > a,
.bs-editors-picks .wp-block-post-featured-image > img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.bs-editors-picks .wp-block-post-featured-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block;
}

/* ---------- Sidebar ---------- */
.bs-sidebar {
	font-size: 0.9375rem;
}
.bs-sidebar h3 {
	margin-top: 1.5rem;
}
.bs-sidebar .wp-block-latest-posts {
	list-style: none;
	padding-left: 0;
}
.bs-sidebar .wp-block-latest-posts li {
	padding: 0.625rem 0;
	border-bottom: 1px dashed var(--wp--preset--color--rule);
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 0.75rem;
	align-items: start;
}
.bs-sidebar .wp-block-latest-posts li:last-child {
	border-bottom: 0;
}
.bs-sidebar .wp-block-latest-posts__featured-image img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 2px;
}
.bs-sidebar .wp-block-latest-posts a {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	color: var(--wp--preset--color--navy);
	text-decoration: none;
	line-height: 1.2;
	display: inline-block;
	font-size: 0.9375rem;
}
.bs-sidebar .wp-block-latest-posts__post-date {
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.6875rem;
	text-transform: uppercase;
	letter-spacing: 0;
	display: block;
	margin-top: 0.25rem;
}

/* ---------- Ad placeholder ---------- */
.bs-ad-slot {
	background: var(--wp--preset--color--cream);
	border: 1px dashed var(--wp--preset--color--rule);
	min-height: 280px;
	display: grid;
	place-items: center;
	font-family: var(--wp--preset--font-family--display);
	font-weight: 900;
	font-size: 3rem;
	letter-spacing: 0;
	color: var(--wp--preset--color--rule);
	margin: 1.5rem 0;
}

/* ---------- Site footer ---------- */
.bs-site-footer {
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--cream);
	padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--40);
	margin-top: var(--wp--preset--spacing--70);
}
.bs-site-footer h4 {
	color: var(--wp--preset--color--cream);
	font-size: 0.875rem;
	letter-spacing: 0;
	margin-bottom: 0.75rem;
}
.bs-site-footer a {
	color: var(--wp--preset--color--cream);
	text-decoration: none;
}
.bs-site-footer a:hover {
	color: var(--wp--preset--color--red);
}
.bs-site-footer ul,
.bs-site-footer .wp-block-categories {
	list-style: none;
	padding-left: 0;
	font-size: 0.9375rem;
}
.bs-site-footer ul li,
.bs-site-footer .wp-block-categories li {
	padding: 0.25rem 0;
}
.bs-site-footer .wp-block-separator {
	border-color: rgba(240, 231, 211, 0.2);
}

/* ---------- Document conceit accents ---------- */
hr.wp-block-separator.is-style-dotted {
	border: 0;
	border-top: 1px dashed var(--wp--preset--color--rule);
	background: transparent;
}
.bs-redaction {
	background: var(--wp--preset--color--ink);
	color: var(--wp--preset--color--ink);
	padding: 0.05em 0.25em;
	border-radius: 1px;
}

/* ---------- Aggregated feed ---------- */
.bs-aggregated .feedzy-rss .rss_item {
	border-bottom: 1px dashed var(--wp--preset--color--rule);
	padding: 1rem 0;
}
.bs-aggregated .feedzy-rss .rss_item:last-child {
	border-bottom: 0;
}
.bs-aggregated .feedzy-rss .title a {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 900;
	color: var(--wp--preset--color--navy);
	text-decoration: none;
	font-size: 1.0625rem;
	line-height: 1.2;
}
.bs-aggregated .feedzy-rss .title a:hover {
	color: var(--wp--preset--color--red);
}
.bs-aggregated .feedzy-rss .source,
.bs-aggregated .feedzy-rss .date {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.6875rem;
	text-transform: uppercase;
	letter-spacing: 0;
	color: var(--wp--preset--color--muted);
}

/* ---------- Responsive ---------- */
@media (max-width: 781px) {
	.bs-main-grid .wp-block-column {
		flex-basis: 100% !important;
	}
}

/* ---------- Editor parity ---------- */
.editor-styles-wrapper {
	background: var(--wp--preset--color--paper);
}

/* ---------- Premium homepage ---------- */
.wp-site-blocks > .bs-homepage,
.bs-homepage {
	margin-block-start: 0;
	background:
		linear-gradient(rgba(240, 231, 211, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(240, 231, 211, 0.025) 1px, transparent 1px),
		#07101d;
	background-size: 42px 42px, 42px 42px, auto;
	color: #f7efe0;
}

.bs-homepage a {
	color: inherit;
	text-decoration: none;
}

.bs-homepage .wp-block-shortcode {
	margin: 0;
}

.bs-homepage h1,
.bs-homepage h2,
.bs-homepage h3,
.bs-homepage p {
	margin: 0;
	letter-spacing: 0;
}

.bs-homepage h1,
.bs-homepage h2,
.bs-homepage h3 {
	font-family: var(--wp--preset--font-family--display);
	color: inherit;
}

.bs-homepage-shell {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 30% 4%, rgba(200, 35, 42, 0.2), transparent 30rem),
		linear-gradient(180deg, #091426 0%, #07101d 44%, #0b1524 100%);
}

.bs-homepage-shell::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(120deg, transparent 0 47%, rgba(240, 231, 211, 0.045) 47.1% 47.25%, transparent 47.35%),
		linear-gradient(180deg, rgba(240, 231, 211, 0.05), transparent 24rem);
	mix-blend-mode: screen;
}

.bs-home-container {
	position: relative;
	z-index: 1;
	width: min(100% - 2rem, 1280px);
	margin-inline: auto;
}

.bs-home-hero {
	padding: clamp(2rem, 5vw, 5.5rem) 0 clamp(3rem, 6vw, 6rem);
}

.bs-intel-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	align-items: center;
	padding: 0.75rem 0;
	border-top: 1px solid rgba(240, 231, 211, 0.16);
	border-bottom: 1px solid rgba(240, 231, 211, 0.16);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.72rem;
	line-height: 1.3;
	text-transform: uppercase;
	color: rgba(247, 239, 224, 0.68);
}

.bs-intel-strip span:not(.bs-signal-dot) + span:not(.bs-signal-dot)::before {
	content: "//";
	margin-right: 1rem;
	color: rgba(200, 35, 42, 0.78);
}

.bs-signal-dot {
	display: inline-block;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: #d72c34;
	box-shadow: 0 0 0 4px rgba(200, 35, 42, 0.16), 0 0 18px rgba(200, 35, 42, 0.5);
}

.bs-hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
	gap: clamp(1rem, 2.2vw, 1.75rem);
	align-items: stretch;
	margin-top: clamp(1.1rem, 2vw, 1.75rem);
}

.bs-lead-story,
.bs-top-stories-rail,
.bs-story-card,
.bs-video-card,
.bs-newsletter-cta__inner {
	border: 1px solid rgba(240, 231, 211, 0.14);
	background: rgba(8, 18, 31, 0.78);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.bs-lead-story {
	position: relative;
	min-height: clamp(34rem, 58vw, 46rem);
	overflow: hidden;
	display: grid;
	align-items: end;
}

.bs-lead-story::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(7, 16, 29, 0.08) 0%, rgba(7, 16, 29, 0.48) 46%, rgba(7, 16, 29, 0.95) 100%),
		linear-gradient(90deg, rgba(7, 16, 29, 0.92) 0%, rgba(7, 16, 29, 0.44) 48%, rgba(7, 16, 29, 0.16) 100%);
}

.bs-lead-story__media {
	position: absolute;
	inset: 0;
	display: block;
	overflow: hidden;
	background: #111a25;
}

.bs-lead-story__media a {
	display: block;
	width: 100%;
	height: 100%;
}

.bs-story-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.84) contrast(1.07);
	transition: transform 420ms ease, filter 420ms ease;
}

.bs-lead-story:hover .bs-story-image,
.bs-story-card:hover .bs-story-image,
.bs-video-card:hover .bs-story-image {
	transform: scale(1.025);
	filter: saturate(0.95) contrast(1.08);
}

.bs-story-image--placeholder {
	min-height: 100%;
	background:
		linear-gradient(135deg, rgba(240, 231, 211, 0.08), transparent),
		#111a25;
}

.bs-lead-story__content {
	position: relative;
	z-index: 1;
	max-width: 780px;
	padding: clamp(1.25rem, 3vw, 2.6rem);
}

.bs-redacted-label,
.bs-card-ribbon {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	background: rgba(5, 9, 14, 0.84);
	color: #f7efe0;
	border-left: 3px solid #d72c34;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	line-height: 1;
	text-transform: uppercase;
	padding: 0.48rem 0.58rem;
}

.bs-kicker,
.bs-section-eyebrow,
.bs-rail-header p,
.bs-rail-card__meta,
.bs-story-meta,
.bs-dispatch-body p {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.72rem;
	line-height: 1.35;
	text-transform: uppercase;
	color: rgba(247, 239, 224, 0.66);
}

.bs-kicker,
.bs-section-eyebrow {
	display: inline-flex;
	gap: 0.55rem;
	align-items: center;
	color: #ff5b62;
}

.bs-lead-story .bs-kicker {
	margin-top: 1rem;
}

.bs-lead-story h1 {
	max-width: 12ch;
	margin-top: 0.8rem;
	font-size: clamp(2.45rem, 6vw, 5.8rem);
	line-height: 0.92;
	text-transform: uppercase;
}

.bs-lead-story h1 a,
.bs-story-card h3 a,
.bs-video-card h3 a,
.bs-rail-card h3 a,
.bs-dispatch-item h3 a {
	background-image: linear-gradient(#d72c34, #d72c34);
	background-size: 0% 2px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	transition: color 180ms ease, background-size 220ms ease;
}

.bs-lead-story h1 a:hover,
.bs-story-card h3 a:hover,
.bs-video-card h3 a:hover,
.bs-rail-card h3 a:hover,
.bs-dispatch-item h3 a:hover {
	color: #fff8ea;
	background-size: 100% 2px;
	text-decoration: none;
}

.bs-lead-story__summary {
	max-width: 64ch;
	margin-top: 1rem;
	color: rgba(247, 239, 224, 0.78);
	font-size: clamp(1rem, 1.4vw, 1.2rem);
	line-height: 1.55;
}

.bs-story-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.85rem;
	align-items: center;
	margin-top: 1rem;
	color: rgba(247, 239, 224, 0.58);
}

.bs-story-meta span::before {
	content: "/";
	margin-right: 0.85rem;
	color: rgba(200, 35, 42, 0.78);
}

.bs-cta-link {
	display: inline-flex;
	gap: 0.65rem;
	align-items: center;
	justify-content: center;
	margin-top: 1.35rem;
	min-height: 2.75rem;
	padding: 0.78rem 1rem;
	border: 1px solid rgba(255, 91, 98, 0.7);
	background: rgba(200, 35, 42, 0.16);
	color: #fff8ea;
	font-family: var(--wp--preset--font-family--display);
	font-weight: 900;
	font-size: 0.78rem;
	line-height: 1;
	text-transform: uppercase;
}

.bs-cta-link:hover {
	background: #d72c34;
	color: #fff8ea;
	text-decoration: none;
}

.bs-cta-link span {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 1rem;
}

.bs-top-stories-rail {
	position: relative;
	overflow: hidden;
	padding: 1rem;
	background:
		linear-gradient(rgba(240, 231, 211, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(240, 231, 211, 0.035) 1px, transparent 1px),
		rgba(9, 20, 36, 0.88);
	background-size: 24px 24px, 24px 24px, auto;
}

.bs-top-stories-rail::before {
	content: "BRIEFING";
	position: absolute;
	top: 1rem;
	right: -0.45rem;
	color: rgba(240, 231, 211, 0.045);
	font-family: var(--wp--preset--font-family--display);
	font-size: 3.9rem;
	font-weight: 900;
	line-height: 1;
	writing-mode: vertical-rl;
}

.bs-rail-header {
	position: relative;
	z-index: 1;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(240, 231, 211, 0.14);
}

.bs-rail-header h2 {
	margin-top: 0.35rem;
	font-size: 1.35rem;
	line-height: 1;
	text-transform: uppercase;
}

.bs-rail-list {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bs-rail-list li + li {
	border-top: 1px solid rgba(240, 231, 211, 0.11);
}

.bs-rail-card {
	display: grid;
	grid-template-columns: 2.3rem minmax(0, 1fr);
	gap: 0.85rem;
	padding: 1rem 0;
}

.bs-rail-card__number {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.74rem;
	color: #ff5b62;
}

.bs-rail-card h3 {
	margin-top: 0.35rem;
	font-size: 1rem;
	line-height: 1.18;
}

.bs-home-section {
	padding: clamp(3rem, 6vw, 6.5rem) 0;
	background: #0b1524;
}

.bs-home-section--blind-spots {
	background:
		linear-gradient(180deg, rgba(7, 16, 29, 0.95), rgba(12, 22, 36, 0.98)),
		#0b1524;
}

.bs-section-header {
	display: grid;
	grid-template-columns: minmax(12rem, 0.34fr) minmax(0, 0.66fr);
	gap: 1.5rem;
	align-items: end;
	margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
	padding-bottom: 1.1rem;
	border-bottom: 1px solid rgba(240, 231, 211, 0.15);
}

.bs-section-header__text h2 {
	font-size: clamp(2rem, 4vw, 4rem);
	line-height: 0.96;
	text-transform: uppercase;
}

.bs-section-header__text p {
	max-width: 52rem;
	margin-top: 0.7rem;
	color: rgba(247, 239, 224, 0.68);
	font-size: 1rem;
	line-height: 1.55;
}

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

.bs-story-grid .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.bs-story-grid.wp-block-query {
	display: block;
}

.bs-story-card {
	overflow: hidden;
	background: rgba(247, 239, 224, 0.035);
}

.bs-story-card__media,
.bs-video-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #101a29;
}

.bs-card-ribbon {
	position: absolute;
	left: 0.8rem;
	bottom: 0.8rem;
	color: rgba(247, 239, 224, 0.84);
}

.bs-story-card__media::after,
.bs-video-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, transparent 42%, rgba(7, 16, 29, 0.74));
}

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

.bs-story-card h3 {
	margin-top: 0.65rem;
	font-size: 1.28rem;
	line-height: 1.08;
}

.bs-story-card__body > p:not(.bs-kicker) {
	margin-top: 0.72rem;
	color: rgba(247, 239, 224, 0.68);
	font-size: 0.94rem;
	line-height: 1.48;
}

.bs-video-investigation {
	padding: clamp(3rem, 6vw, 6.5rem) 0;
	background:
		linear-gradient(90deg, rgba(200, 35, 42, 0.12), transparent 34%),
		linear-gradient(180deg, #08111f, #050a12);
	border-top: 1px solid rgba(240, 231, 211, 0.12);
	border-bottom: 1px solid rgba(240, 231, 211, 0.12);
}

.bs-video-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: 1rem;
}

.bs-video-grid .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.bs-video-grid.wp-block-query {
	display: block;
}

.bs-video-card {
	overflow: hidden;
	background: rgba(0, 0, 0, 0.3);
}

.bs-video-card--featured .bs-video-card__media {
	aspect-ratio: 16 / 9;
}

.bs-video-card__body {
	padding: 1rem;
}

.bs-video-card--featured .bs-video-card__body {
	padding: clamp(1rem, 2.2vw, 1.65rem);
}

.bs-video-card h3 {
	margin-top: 0.62rem;
	font-size: 1.14rem;
	line-height: 1.12;
}

.bs-video-card--featured h3 {
	font-size: clamp(1.75rem, 3.4vw, 3rem);
	line-height: 1;
	text-transform: uppercase;
}

.bs-video-card__body > p:not(.bs-kicker) {
	margin-top: 0.8rem;
	color: rgba(247, 239, 224, 0.68);
	line-height: 1.55;
}

.bs-video-related {
	display: grid;
	gap: 1rem;
}

.bs-video-related .bs-video-card {
	display: grid;
	grid-template-columns: 9rem minmax(0, 1fr);
	align-items: stretch;
}

.bs-video-related .bs-video-card__media {
	height: 100%;
	min-height: 8.3rem;
	aspect-ratio: auto;
}

.bs-play-icon,
.bs-file-icon {
	position: absolute;
	z-index: 2;
	left: 1rem;
	bottom: 1rem;
	display: grid;
	place-items: center;
	width: 3.1rem;
	height: 3.1rem;
	border-radius: 999px;
	border: 1px solid rgba(247, 239, 224, 0.7);
	background: rgba(7, 16, 29, 0.72);
	box-shadow: 0 0 28px rgba(200, 35, 42, 0.34);
}

.bs-play-icon::before {
	content: "";
	margin-left: 0.18rem;
	border-top: 0.47rem solid transparent;
	border-bottom: 0.47rem solid transparent;
	border-left: 0.72rem solid #ff5b62;
}

.bs-file-icon::before,
.bs-file-icon::after {
	content: "";
	position: absolute;
	left: 0.86rem;
	right: 0.86rem;
	height: 1px;
	background: #ff5b62;
}

.bs-file-icon::before {
	top: 1.15rem;
	box-shadow: 0 0.45rem 0 rgba(247, 239, 224, 0.76);
}

.bs-file-icon::after {
	bottom: 0.88rem;
}

.bs-latest-dispatches {
	background: #f7efe0;
	color: #152033;
}

.bs-latest-dispatches .bs-section-header {
	border-bottom-color: rgba(13, 28, 51, 0.16);
}

.bs-latest-dispatches .bs-section-eyebrow {
	color: #c8232a;
}

.bs-latest-dispatches .bs-section-header__text p {
	color: rgba(21, 32, 51, 0.68);
}

.bs-dispatch-list {
	display: grid;
	border-top: 1px solid rgba(13, 28, 51, 0.16);
}

.bs-dispatch-item {
	display: grid;
	grid-template-columns: 7rem minmax(0, 1fr);
	gap: clamp(1rem, 2vw, 2rem);
	padding: 1.05rem 0;
	border-bottom: 1px solid rgba(13, 28, 51, 0.14);
}

.bs-dispatch-date {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.78rem;
	text-transform: uppercase;
	color: rgba(21, 32, 51, 0.58);
}

.bs-dispatch-body {
	display: grid;
	grid-template-columns: minmax(8rem, 0.2fr) minmax(14rem, 0.35fr) minmax(0, 0.45fr);
	gap: 1rem;
	align-items: start;
}

.bs-dispatch-body p {
	color: #c8232a;
}

.bs-dispatch-body h3 {
	color: #0d1c33;
	font-size: 1.08rem;
	line-height: 1.16;
}

.bs-dispatch-body span {
	color: rgba(21, 32, 51, 0.66);
	font-size: 0.95rem;
	line-height: 1.45;
}

.bs-dispatch-item h3 a:hover {
	color: #0d1c33;
}

.bs-newsletter-cta {
	padding: clamp(3rem, 6vw, 6rem) 0;
	background:
		linear-gradient(180deg, rgba(247, 239, 224, 0.04), transparent),
		#07101d;
}

.bs-newsletter-cta__inner {
	position: relative;
	overflow: hidden;
	padding: clamp(1.5rem, 4vw, 3rem);
	background:
		linear-gradient(120deg, rgba(200, 35, 42, 0.16), transparent 38%),
		rgba(9, 20, 36, 0.9);
}

.bs-newsletter-cta__inner::after {
	content: "SEE / MISS";
	position: absolute;
	right: clamp(1rem, 4vw, 3rem);
	bottom: -0.3rem;
	color: rgba(240, 231, 211, 0.045);
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(3rem, 11vw, 8rem);
	font-weight: 900;
	line-height: 0.9;
	pointer-events: none;
}

.bs-newsletter-cta h2 {
	position: relative;
	z-index: 1;
	max-width: 10ch;
	margin-top: 0.8rem;
	font-size: clamp(2.4rem, 5.6vw, 5.5rem);
	line-height: 0.92;
	text-transform: uppercase;
}

.bs-newsletter-cta p:not(.bs-section-eyebrow) {
	position: relative;
	z-index: 1;
	max-width: 40rem;
	margin-top: 1rem;
	color: rgba(247, 239, 224, 0.72);
	font-size: 1.08rem;
	line-height: 1.55;
}

.bs-newsletter-cta .bs-cta-link {
	position: relative;
	z-index: 1;
}

.bs-cta-link--light {
	background: #f7efe0;
	border-color: #f7efe0;
	color: #08121f;
}

.bs-cta-link--light:hover {
	background: #d72c34;
	border-color: #d72c34;
	color: #fff8ea;
}

.bs-homepage + .wp-block-template-part .bs-site-footer,
.wp-site-blocks > .wp-block-template-part:has(.bs-site-footer) .bs-site-footer {
	margin-top: 0;
	border-top: 1px solid rgba(240, 231, 211, 0.14);
}

@media (max-width: 1080px) {
	.bs-hero-layout,
	.bs-video-grid {
		grid-template-columns: 1fr;
	}

	.bs-top-stories-rail {
		padding: 1rem 0 1rem 1rem;
	}

	.bs-rail-list {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: minmax(17rem, 1fr);
		overflow-x: auto;
		scroll-snap-type: x proximity;
		padding-right: 1rem;
	}

	.bs-rail-list li {
		scroll-snap-align: start;
		border-top: 0;
		border-right: 1px solid rgba(240, 231, 211, 0.11);
		padding-right: 1rem;
	}

	.bs-rail-list li + li {
		border-top: 0;
	}

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

	.bs-section-header,
	.bs-dispatch-body {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.bs-home-container {
		width: min(100% - 1rem, 1280px);
	}

	.bs-home-hero,
	.bs-home-section,
	.bs-video-investigation,
	.bs-newsletter-cta {
		padding-block: 2.5rem;
	}

	.bs-intel-strip {
		font-size: 0.66rem;
	}

	.bs-intel-strip span:not(.bs-signal-dot) + span:not(.bs-signal-dot)::before {
		margin-right: 0.65rem;
	}

	.bs-lead-story {
		min-height: 38rem;
	}

	.bs-lead-story::after {
		background:
			linear-gradient(180deg, rgba(7, 16, 29, 0.08) 0%, rgba(7, 16, 29, 0.66) 38%, rgba(7, 16, 29, 0.98) 100%);
	}

	.bs-lead-story__content {
		padding: 1rem;
	}

	.bs-lead-story h1 {
		font-size: clamp(2.2rem, 13vw, 3.6rem);
	}

	.bs-story-grid {
		grid-template-columns: 1fr;
	}

	.bs-video-related .bs-video-card {
		grid-template-columns: 1fr;
	}

	.bs-video-related .bs-video-card__media {
		min-height: auto;
		aspect-ratio: 16 / 9;
	}

	.bs-dispatch-item {
		grid-template-columns: 1fr;
		gap: 0.4rem;
	}

	.bs-dispatch-body {
		gap: 0.45rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bs-story-image,
	.bs-lead-story h1 a,
	.bs-story-card h3 a,
	.bs-video-card h3 a,
	.bs-rail-card h3 a,
	.bs-dispatch-item h3 a,
	.bs-cta-link {
		transition: none;
	}

	.bs-lead-story:hover .bs-story-image,
	.bs-story-card:hover .bs-story-image,
	.bs-video-card:hover .bs-story-image {
		transform: none;
	}
}

/* ---------- Editorial standardization overrides ---------- */
body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.bs-site-logo img {
	height: 84px;
}

.bs-site-logo-footer img {
	height: 92px;
}

.bs-homepage,
.wp-site-blocks > .bs-homepage {
	background: var(--wp--preset--color--paper);
	color: var(--wp--preset--color--navy);
}

.bs-homepage-shell {
	background: var(--wp--preset--color--paper);
	overflow: visible;
}

.bs-homepage-shell::before {
	display: none;
}

.bs-home-hero,
.bs-home-section,
.bs-video-investigation,
.bs-newsletter-cta {
	padding: clamp(3rem, 6vw, 6rem) 0;
}

.bs-home-hero {
	border-bottom: 1px solid rgba(13, 28, 51, 0.16);
}

.bs-intel-strip {
	border-color: rgba(13, 28, 51, 0.18);
	color: rgba(13, 28, 51, 0.66);
}

.bs-intel-strip span:not(.bs-signal-dot) + span:not(.bs-signal-dot)::before {
	color: var(--wp--preset--color--red);
}

.bs-signal-dot {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 0;
	background: var(--wp--preset--color--red);
	box-shadow: none;
}

.bs-lead-story,
.bs-top-stories-rail,
.bs-story-card,
.bs-video-card,
.bs-newsletter-cta__inner {
	border-color: rgba(13, 28, 51, 0.16);
	box-shadow: none;
}

.bs-lead-story {
	min-height: clamp(31rem, 48vw, 42rem);
	background: var(--wp--preset--color--navy);
}

.bs-lead-story::after {
	background:
		linear-gradient(180deg, rgba(7, 16, 29, 0.04) 0%, rgba(7, 16, 29, 0.36) 44%, rgba(7, 16, 29, 0.92) 100%),
		linear-gradient(90deg, rgba(7, 16, 29, 0.78) 0%, rgba(7, 16, 29, 0.28) 56%, rgba(7, 16, 29, 0.08) 100%);
}

.bs-story-image {
	transition: none;
}

.bs-lead-story:hover .bs-story-image,
.bs-story-card:hover .bs-story-image,
.bs-video-card:hover .bs-story-image {
	transform: none;
	filter: saturate(0.95) contrast(1.06);
}

.bs-lead-story h1 {
	max-width: 13ch;
	font-family: var(--wp--preset--font-family--slab);
	font-size: clamp(2.35rem, 5.8vw, 5rem);
	font-weight: 700;
	line-height: 0.98;
	text-transform: none;
}

.bs-lead-story__summary {
	max-width: 62ch;
}

.bs-top-stories-rail {
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--cream);
}

.bs-top-stories-rail::before {
	content: "";
}

.bs-section-header {
	grid-template-columns: minmax(10rem, 0.25fr) minmax(0, 0.75fr);
	border-bottom-color: rgba(13, 28, 51, 0.16);
}

.bs-section-header__text h2,
.bs-newsletter-cta h2,
.bs-mission-section h2 {
	font-family: var(--wp--preset--font-family--slab);
	font-weight: 700;
	text-transform: none;
}

.bs-section-header__text h2 {
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1.02;
	color: var(--wp--preset--color--navy);
}

.bs-section-header__text p,
.bs-story-card__body > p:not(.bs-kicker),
.bs-video-card__body > p:not(.bs-kicker) {
	color: rgba(13, 28, 51, 0.68);
}

.bs-kicker,
.bs-section-eyebrow,
.bs-rail-header p,
.bs-rail-card__meta,
.bs-story-meta,
.bs-dispatch-body p {
	font-family: var(--wp--preset--font-family--mono);
	letter-spacing: 0;
}

.bs-story-card,
.bs-video-card {
	background: #fffaf0;
	color: var(--wp--preset--color--navy);
}

.bs-story-card h3,
.bs-video-card h3,
.bs-dispatch-body h3,
.bs-related-card h3 {
	font-family: var(--wp--preset--font-family--slab);
	font-weight: 700;
	text-transform: none;
}

.bs-story-meta {
	color: rgba(13, 28, 51, 0.58);
}

.bs-live-briefings {
	background: #f7efe0;
	color: var(--wp--preset--color--navy);
	border-top: 1px solid rgba(13, 28, 51, 0.14);
	border-bottom: 1px solid rgba(13, 28, 51, 0.14);
}

.bs-live-briefings__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.34fr);
	gap: clamp(1.25rem, 3vw, 2.5rem);
	align-items: start;
}

.bs-live-briefings__feed {
	border-top: 1px solid rgba(13, 28, 51, 0.18);
}

.bs-live-briefings__feed .feedzy-rss,
.bs-live-briefings__feed .rss_item {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bs-live-briefings__feed .rss_item {
	border-bottom: 1px solid rgba(13, 28, 51, 0.14);
	padding: 1rem 0;
}

.bs-live-briefings__feed .title a {
	color: var(--wp--preset--color--navy);
	font-family: var(--wp--preset--font-family--slab);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.bs-live-briefings__feed .title a:hover {
	color: var(--wp--preset--color--red);
}

.bs-live-briefings__feed .rss_content,
.bs-live-briefings__note p {
	color: rgba(13, 28, 51, 0.68);
	line-height: 1.55;
}

.bs-live-briefings__note {
	border-left: 3px solid var(--wp--preset--color--red);
	padding-left: 1rem;
}

.bs-live-briefings__note h3 {
	margin: 0.5rem 0;
	font-size: 1.35rem;
	line-height: 1.15;
}

.bs-video-investigation {
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--cream);
}

.bs-video-investigation .bs-section-header {
	border-bottom-color: rgba(240, 231, 211, 0.18);
}

.bs-video-investigation .bs-section-header__text h2,
.bs-video-investigation .bs-video-card h3,
.bs-video-investigation .bs-story-meta {
	color: var(--wp--preset--color--cream);
}

.bs-video-investigation .bs-section-header__text p,
.bs-video-investigation .bs-video-card__body > p:not(.bs-kicker) {
	color: rgba(240, 231, 211, 0.72);
}

.bs-video-investigation .bs-video-card {
	background: rgba(251, 246, 234, 0.05);
	border-color: rgba(240, 231, 211, 0.18);
}

.bs-mission-section {
	background: var(--wp--preset--color--paper);
}

.bs-mission-grid {
	display: grid;
	grid-template-columns: minmax(16rem, 0.42fr) minmax(0, 0.58fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: start;
	padding-top: clamp(1rem, 3vw, 2rem);
	border-top: 2px solid var(--wp--preset--color--navy);
}

.bs-mission-section h2 {
	margin-top: 0.75rem;
	font-size: clamp(2rem, 4vw, 3.8rem);
	line-height: 1.02;
	color: var(--wp--preset--color--navy);
}

.bs-mission-copy p {
	margin: 0 0 1rem;
	color: rgba(13, 28, 51, 0.72);
	font-size: 1.12rem;
	line-height: 1.65;
}

.bs-cta-link {
	background: transparent;
	color: var(--wp--preset--color--navy);
	border-color: var(--wp--preset--color--red);
}

.bs-cta-link:hover {
	background: var(--wp--preset--color--red);
	color: #fffaf0;
}

.bs-lead-story .bs-cta-link,
.bs-video-investigation .bs-cta-link {
	color: #fffaf0;
}

/* ---------- Article template ---------- */
.bs-article-shell {
	background: var(--wp--preset--color--paper);
}

.bs-article-title {
	max-width: 12ch;
	margin-top: 0.65rem;
	font-size: clamp(2.6rem, 6vw, 5.6rem);
	line-height: 0.98;
	text-wrap: balance;
}

.bs-article-deck,
.bs-article-deck .wp-block-post-excerpt__excerpt {
	max-width: 46rem;
	margin-top: 1rem;
	color: rgba(13, 28, 51, 0.74);
	font-family: var(--wp--preset--font-family--slab);
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	line-height: 1.45;
}

.bs-article-meta {
	margin-top: 1.25rem;
	padding-top: 0.9rem;
	border-top: 1px solid var(--wp--preset--color--rule);
}

.bs-reading-time {
	display: inline-block;
}

.bs-article-featured-image img {
	width: 100%;
	max-height: 620px;
	object-fit: cover;
}

.bs-article-content {
	font-size: clamp(1.08rem, 1.3vw, 1.18rem);
	line-height: 1.78;
}

.bs-article-content > p,
.bs-article-content > ul,
.bs-article-content > ol {
	max-width: 68ch;
}

.bs-article-content h2,
.bs-article-content h3 {
	margin-top: 2.25em;
	margin-bottom: 0.65em;
}

.bs-article-content blockquote,
.bs-article-content .wp-block-pullquote {
	margin: 2.5rem 0;
	padding: 1.2rem 0 1.2rem 1.2rem;
	border-left: 4px solid var(--wp--preset--color--red);
	border-top: 0;
	border-bottom: 0;
	color: var(--wp--preset--color--navy);
	font-family: var(--wp--preset--font-family--slab);
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	line-height: 1.3;
}

.bs-article-content figure {
	margin-top: 2.25rem;
	margin-bottom: 2.25rem;
}

.bs-article-content figcaption {
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.78rem;
	line-height: 1.45;
}

.bs-article-sources,
.bs-related-articles,
.bs-article-newsletter {
	margin-top: clamp(2.5rem, 5vw, 4rem);
	padding-top: 1.25rem;
	border-top: 1px solid var(--wp--preset--color--rule);
}

.bs-article-sources h2,
.bs-related-articles h2,
.bs-article-newsletter h2 {
	font-family: var(--wp--preset--font-family--display);
	font-size: 0.95rem;
	font-weight: 900;
	text-transform: uppercase;
}

.bs-article-sources ol {
	margin-top: 1rem;
	padding-left: 1.4rem;
	color: rgba(13, 28, 51, 0.72);
	font-size: 0.98rem;
	line-height: 1.6;
}

.bs-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.bs-related-card {
	border-top: 3px solid var(--wp--preset--color--navy);
	padding-top: 0.85rem;
}

.bs-related-card__image {
	display: block;
	aspect-ratio: 4 / 3;
	margin-bottom: 0.85rem;
	overflow: hidden;
	background: var(--wp--preset--color--cream);
}

.bs-related-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bs-related-card h3 {
	margin: 0.35rem 0 0;
	font-size: 1.12rem;
	line-height: 1.2;
}

.bs-related-card__meta {
	margin-top: 0.45rem;
	color: var(--wp--preset--color--muted);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.72rem;
	text-transform: uppercase;
}

.bs-article-newsletter {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	padding: 1.25rem;
	border: 1px solid var(--wp--preset--color--rule);
	background: #fffaf0;
}

.bs-article-newsletter p {
	margin: 0.5rem 0 0;
	color: rgba(13, 28, 51, 0.72);
}

@media (max-width: 900px) {
	.bs-live-briefings__grid,
	.bs-mission-grid,
	.bs-article-newsletter {
		grid-template-columns: 1fr;
	}

	.bs-story-grid .wp-block-post-template,
	.bs-video-grid .wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.bs-related-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 781px) {
	.bs-site-logo img {
		height: 64px;
	}

	.bs-site-logo-footer img {
		height: 72px;
	}
}

/* ---------- Notes pass: calmer publication homepage ---------- */
.bs-site-header {
	background: #07101d;
	border-bottom: 4px solid var(--wp--preset--color--cream);
	box-shadow: inset 0 -1px 0 rgba(200, 35, 42, 0.72);
}

.bs-site-header > .wp-block-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
}

.bs-site-logo,
.bs-site-logo a {
	gap: 0;
	text-decoration: none;
}

.bs-site-logo img {
	width: 64px;
	height: 64px;
	flex: 0 0 auto;
	object-fit: contain;
}

.bs-site-header .wp-block-navigation {
	font-size: 0.78rem;
}

.bs-site-header .wp-block-navigation a {
	padding: 0.45rem 0.35rem;
}

.bs-site-header .wp-block-search__button {
	min-width: 2.3rem;
	min-height: 2.3rem;
	border-color: rgba(240, 231, 211, 0.36);
}

.bs-homepage,
.wp-site-blocks > .bs-homepage,
.bs-homepage-shell {
	background: #fbf6ea;
	color: var(--wp--preset--color--navy);
	overflow-x: clip;
}

.bs-home-container {
	width: min(100% - clamp(1.25rem, 4vw, 4rem), 1240px);
}

.bs-home-hero {
	padding: clamp(1.7rem, 4vw, 3.8rem) 0 clamp(2.6rem, 5vw, 5rem);
	border-bottom: 1px solid rgba(13, 28, 51, 0.18);
}

.bs-intel-strip {
	justify-content: center;
	gap: 0.85rem;
	padding: 0.6rem 0;
	border-top: 1px solid rgba(13, 28, 51, 0.18);
	border-bottom: 1px solid rgba(13, 28, 51, 0.18);
	color: rgba(13, 28, 51, 0.62);
	font-size: 0.7rem;
	max-width: 100%;
	overflow: hidden;
}

.bs-intel-strip span + span::before,
.bs-intel-strip span:not(.bs-signal-dot) + span:not(.bs-signal-dot)::before {
	content: none;
	margin: 0;
}

.bs-hero-layout {
	grid-template-columns: minmax(0, 1fr) minmax(19rem, 22rem);
	gap: clamp(1.5rem, 3vw, 2.5rem);
	align-items: start;
	margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.bs-lead-story {
	display: grid;
	grid-template-columns: minmax(0, 0.6fr) minmax(14rem, 0.4fr);
	grid-template-areas: "content media";
	gap: clamp(1.4rem, 3.5vw, 3rem);
	align-items: center;
	min-height: 0;
	padding-bottom: clamp(1.25rem, 2vw, 2rem);
	border: 0;
	border-bottom: 3px solid var(--wp--preset--color--navy);
	background: transparent;
	color: var(--wp--preset--color--navy);
	overflow: visible;
}

.bs-lead-story::after,
.bs-story-card__media::after,
.bs-video-card__media::after {
	display: none;
}

.bs-lead-story__content {
	grid-area: content;
	max-width: none;
	padding: 0;
}

.bs-lead-story__media {
	position: relative;
	inset: auto;
	grid-area: media;
	aspect-ratio: 16 / 10;
	border: 1px solid rgba(13, 28, 51, 0.18);
	background: var(--wp--preset--color--cream);
}

.bs-lead-story .bs-story-image,
.bs-story-card .bs-story-image,
.bs-video-card .bs-story-image {
	filter: saturate(0.88) contrast(1.02);
}

.bs-lead-story .bs-story-image {
	object-fit: contain;
}

.bs-redacted-label,
.bs-card-ribbon {
	background: transparent;
	border: 0;
	border-top: 3px solid var(--wp--preset--color--red);
	color: var(--wp--preset--color--red);
	padding: 0.55rem 0 0;
}

.bs-lead-story .bs-kicker,
.bs-kicker,
.bs-section-eyebrow {
	color: var(--wp--preset--color--red);
}

.bs-lead-story h1 {
	max-width: 12.5ch;
	margin-top: 0.75rem;
	color: var(--wp--preset--color--navy);
	font-family: var(--wp--preset--font-family--slab);
	font-size: clamp(2.45rem, 4.55vw, 4.35rem);
	font-weight: 700;
	line-height: 0.95;
	text-transform: none;
	text-wrap: balance;
}

.bs-lead-story h1 a,
.bs-story-card h3 a,
.bs-video-card h3 a,
.bs-rail-card h3 a,
.bs-dispatch-item h3 a {
	background-image: none;
	color: inherit;
}

.bs-lead-story h1 a:hover,
.bs-story-card h3 a:hover,
.bs-video-card h3 a:hover,
.bs-rail-card h3 a:hover,
.bs-dispatch-item h3 a:hover {
	color: var(--wp--preset--color--red);
	text-decoration: none;
}

.bs-lead-story__summary {
	max-width: 42rem;
	color: rgba(13, 28, 51, 0.74);
	font-family: var(--wp--preset--font-family--slab);
	font-size: clamp(1.05rem, 1.45vw, 1.28rem);
	line-height: 1.5;
}

.bs-lead-story .bs-story-meta,
.bs-story-meta {
	color: rgba(13, 28, 51, 0.58);
}

.bs-lead-story .bs-cta-link,
.bs-cta-link {
	background: transparent;
	color: var(--wp--preset--color--navy);
	border-color: var(--wp--preset--color--red);
}

.bs-lead-story .bs-cta-link:hover,
.bs-cta-link:hover {
	background: var(--wp--preset--color--red);
	color: #fffaf0;
}

.bs-top-stories-rail {
	padding: 1.1rem;
	border: 1px solid rgba(13, 28, 51, 0.18);
	border-top: 4px solid var(--wp--preset--color--red);
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--cream);
}

.bs-top-stories-rail::before {
	display: none;
}

.bs-rail-header {
	padding-bottom: 0.8rem;
	border-bottom-color: rgba(240, 231, 211, 0.2);
}

.bs-rail-header h2 {
	font-family: var(--wp--preset--font-family--slab);
	font-size: 1.25rem;
	line-height: 1.08;
	text-transform: none;
}

.bs-rail-card {
	grid-template-columns: 1.55rem minmax(0, 1fr);
	gap: 0.75rem;
	padding: 0.72rem 0;
}

.bs-rail-card__number {
	color: #ff6a70;
}

.bs-rail-card h3 {
	font-family: var(--wp--preset--font-family--display);
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.16;
}

.bs-rail-card__meta,
.bs-top-stories-rail .bs-rail-header p {
	color: rgba(240, 231, 211, 0.68);
}

.bs-rail-card__meta {
	white-space: nowrap;
	font-size: 0.64rem;
}

.bs-home-section {
	background: #fbf6ea;
	color: var(--wp--preset--color--navy);
	padding: clamp(3rem, 6vw, 5.75rem) 0;
}

.bs-section-header {
	grid-template-columns: minmax(9rem, 0.22fr) minmax(0, 0.78fr);
	gap: clamp(1rem, 3vw, 2.5rem);
	align-items: start;
	margin-bottom: clamp(1.5rem, 3vw, 2.3rem);
	border-bottom-color: rgba(13, 28, 51, 0.18);
}

.bs-section-header__text h2 {
	max-width: 13ch;
	color: var(--wp--preset--color--navy);
	font-family: var(--wp--preset--font-family--slab);
	font-size: clamp(2.2rem, 4.3vw, 4.1rem);
	font-weight: 700;
	line-height: 1;
	text-transform: none;
}

.bs-section-header__text p {
	max-width: 45rem;
	color: rgba(13, 28, 51, 0.66);
}

.bs-story-grid {
	gap: clamp(1rem, 2vw, 1.5rem);
}

.bs-story-card {
	border: 0;
	border-top: 3px solid rgba(13, 28, 51, 0.92);
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.bs-story-card__media,
.bs-video-card__media {
	border: 1px solid rgba(13, 28, 51, 0.14);
	background: var(--wp--preset--color--cream);
}

.bs-story-card__body {
	padding: 0.9rem 0 0;
}

.bs-story-card h3 {
	margin-top: 0.45rem;
	color: var(--wp--preset--color--navy);
	font-size: clamp(1.18rem, 1.8vw, 1.45rem);
	line-height: 1.14;
}

.bs-story-card__body > p:not(.bs-kicker) {
	color: rgba(13, 28, 51, 0.68);
}

.bs-live-briefings {
	background: #f2ead9;
}

.bs-live-briefings__grid {
	grid-template-columns: minmax(0, 0.72fr) minmax(17rem, 0.28fr);
}

.bs-dispatch-body {
	grid-template-columns: minmax(7rem, 0.18fr) minmax(12rem, 0.34fr) minmax(0, 0.48fr);
}

.bs-dispatch-body h3 {
	font-family: var(--wp--preset--font-family--slab);
	font-size: 1.12rem;
}

.bs-video-investigation {
	background: #07101d;
	color: var(--wp--preset--color--cream);
}

.bs-video-investigation .bs-section-header__text h2 {
	color: var(--wp--preset--color--cream);
}

.bs-video-card {
	border: 1px solid rgba(240, 231, 211, 0.18);
	background: transparent;
	box-shadow: none;
}

.bs-video-card--featured {
	border-top: 4px solid var(--wp--preset--color--red);
}

.bs-video-card--featured h3 {
	font-family: var(--wp--preset--font-family--slab);
	font-size: clamp(1.8rem, 3.1vw, 2.75rem);
	line-height: 1.02;
	text-transform: none;
}

.bs-mission-section {
	background: #fbf6ea;
}

.bs-mission-grid {
	border-top-width: 3px;
}

@media (max-width: 1080px) {
	.bs-hero-layout {
		grid-template-columns: 1fr;
	}

	.bs-top-stories-rail {
		padding: 1.1rem;
	}

	.bs-rail-list {
		grid-auto-flow: row;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		overflow: visible;
		padding-right: 0;
	}

	.bs-rail-list li {
		border-right: 0;
		padding-right: 0;
	}
}

@media (max-width: 760px) {
	.bs-site-header > .wp-block-group {
		flex-wrap: wrap;
	}

	.bs-site-logo img {
		width: 52px;
		height: 52px;
	}

	.bs-site-header .wp-block-navigation {
		font-size: 0.72rem;
	}

	.bs-site-header .wp-block-search {
		display: none;
	}

	.bs-home-container {
		width: min(100% - 1.25rem, 1240px);
	}

	.bs-intel-strip {
		justify-content: flex-start;
		overflow-x: auto;
		white-space: nowrap;
	}

	.bs-lead-story h1 {
		max-width: 100%;
		font-size: clamp(2.05rem, 9vw, 2.85rem);
		overflow-wrap: break-word;
		text-wrap: initial;
	}

	.bs-lead-story__content {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.bs-lead-story__summary {
		max-width: 32ch;
	}

	.bs-lead-story {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-areas:
			"media"
			"content";
		max-width: 100%;
		overflow: hidden;
	}

	.bs-lead-story__media {
		grid-area: media;
		aspect-ratio: 4 / 3;
		margin-bottom: 1.35rem;
	}

	.bs-lead-story__content {
		grid-area: content;
	}

	.bs-rail-list {
		display: grid;
		grid-auto-flow: row;
		grid-auto-columns: auto;
		grid-template-columns: 1fr;
		overflow: visible;
		padding-right: 0;
	}

	.bs-rail-list li {
		border-right: 0;
		padding-right: 0;
	}

	.bs-section-header,
	.bs-live-briefings__grid,
	.bs-dispatch-body {
		grid-template-columns: 1fr;
	}
}

/* ---------- Issue pass: logo sizing and editorial grid alignment ---------- */
.bs-site-logo {
	display: inline-grid;
	place-items: center;
	width: 76px;
	height: 76px;
	flex: 0 0 76px;
}

.bs-site-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bs-story-grid {
	align-items: stretch;
}

.bs-story-card,
.bs-video-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
}

.bs-story-card__media,
.bs-video-card__media {
	width: 100%;
	flex: 0 0 auto;
	aspect-ratio: 16 / 10;
}

.bs-story-card .bs-story-image,
.bs-video-card .bs-story-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bs-story-card__body,
.bs-video-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}

.bs-story-card__body {
	min-height: 14rem;
}

.bs-story-card h3 {
	min-height: 3.2em;
}

.bs-story-card .bs-story-meta,
.bs-video-card .bs-story-meta {
	margin-top: auto;
}

.bs-live-briefings__feed .feedzy-rss ul {
	display: grid;
	margin: 0;
	padding: 0;
}

.bs-live-briefings__feed .feedzy-rss ul li.rss_item {
	display: grid !important;
	grid-template-columns: minmax(13rem, 0.35fr) minmax(0, 0.65fr);
	gap: clamp(0.9rem, 2vw, 1.5rem);
	width: 100%;
	padding: 0.95rem 0 !important;
	border-bottom: 1px solid rgba(13, 28, 51, 0.14);
}

.bs-live-briefings__feed .title,
.bs-live-briefings__feed .title a,
.bs-live-briefings__feed .rss_content {
	display: block;
	min-width: 0;
}

.bs-live-briefings__feed .rss_content {
	margin: 0 !important;
}

.bs-live-briefings__feed .rss_content small {
	display: block;
	margin-bottom: 0.35rem;
	color: rgba(13, 28, 51, 0.52);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	line-height: 1.35;
	text-transform: uppercase;
}

.bs-live-briefings__feed .rss_content p {
	margin: 0;
}

.bs-video-grid {
	align-items: stretch;
}

.bs-video-related {
	align-content: stretch;
}

.bs-video-related .bs-video-card {
	display: grid;
	grid-template-columns: minmax(7.5rem, 0.42fr) minmax(0, 0.58fr);
	min-height: 10.5rem;
}

.bs-video-related .bs-video-card__media {
	height: 100%;
	min-height: 0;
	aspect-ratio: auto;
}

.bs-video-related .bs-video-card__body {
	min-height: 0;
	padding: 0.85rem;
}

@media (max-width: 1080px) {
	.bs-live-briefings__feed .feedzy-rss ul li.rss_item {
		grid-template-columns: 1fr;
		gap: 0.35rem;
	}
}

@media (min-width: 860px) and (max-width: 1080px) {
	.bs-story-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.bs-site-logo {
		width: 58px;
		height: 58px;
		flex-basis: 58px;
	}

	.bs-story-card__body,
	.bs-story-card h3 {
		min-height: 0;
	}

	.bs-live-briefings__feed .feedzy-rss ul li.rss_item,
	.bs-video-related .bs-video-card {
		grid-template-columns: 1fr;
	}

	.bs-video-related .bs-video-card__media {
		aspect-ratio: 16 / 9;
	}
}

/* ---------- Section pages ---------- */
.bs-section-page {
	padding: clamp(2.5rem, 5vw, 5rem) 0;
}

.bs-section-page__header {
	padding-bottom: 1.4rem;
	border-bottom: 3px solid var(--wp--preset--color--navy);
}

.bs-section-page__header h1 {
	max-width: 12ch;
	margin: 0.55rem 0 0;
	font-family: var(--wp--preset--font-family--slab);
	font-size: clamp(3rem, 7vw, 6.25rem);
	line-height: 0.95;
	text-transform: none;
}

.bs-section-page__header > p:not(.bs-section-eyebrow) {
	max-width: 44rem;
	margin-top: 1rem;
	color: rgba(13, 28, 51, 0.7);
	font-family: var(--wp--preset--font-family--slab);
	font-size: clamp(1.1rem, 2vw, 1.45rem);
	line-height: 1.45;
}

.bs-section-list {
	display: grid;
	margin-top: 2rem;
	border-top: 1px solid rgba(13, 28, 51, 0.16);
}

.bs-section-list__item {
	display: grid;
	grid-template-columns: minmax(12rem, 0.32fr) minmax(0, 0.68fr);
	gap: clamp(1rem, 3vw, 2rem);
	padding: 1.35rem 0;
	border-bottom: 1px solid rgba(13, 28, 51, 0.16);
}

.bs-section-list__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--wp--preset--color--cream);
	border: 1px solid rgba(13, 28, 51, 0.14);
}

.bs-section-list__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bs-section-list__item h2 {
	margin: 0.35rem 0 0;
	font-family: var(--wp--preset--font-family--slab);
	font-size: clamp(1.5rem, 3vw, 2.5rem);
	line-height: 1.05;
	text-transform: none;
}

.bs-section-list__item h2 a {
	text-decoration: none;
}

.bs-section-list__item h2 a:hover {
	color: var(--wp--preset--color--red);
}

.bs-section-list__item > div > p:not(.bs-category) {
	max-width: 46rem;
	color: rgba(13, 28, 51, 0.7);
	line-height: 1.62;
}

@media (max-width: 760px) {
	.bs-section-list__item {
		grid-template-columns: 1fr;
	}
}
