:root {
	--ink: #111820;
	--muted: #5e6873;
	--line: #dce1e6;
	--paper: #ffffff;
	--soft: #f4f6f8;
	--navy: #071423;
	--blue: #3d8ed8;
	--yellow: #ffeb16;
	--content: 720px;
	--wrap: 1180px;
}

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

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
button, input { font: inherit; }
button { color: inherit; }

.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.narrow-wrap { max-width: 960px; }
.article-width { max-width: 920px; }

.screen-reader-text,
.skip-link:not(:focus) {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.skip-link:focus {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 1000;
	padding: 10px 14px;
	background: var(--yellow);
	color: #000;
}

.site-header {
	position: relative;
	z-index: 10;
	background: var(--paper);
	color: var(--ink);
}

.masthead {
	position: relative;
	background: var(--navy);
	color: #fff;
}

.masthead::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--yellow) 0 26%, #fff 26% 36%, var(--blue) 36% 100%);
}

.header-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 78px;
	gap: 32px;
}

.site-logo-link,
.custom-logo-link { display: inline-flex; align-items: center; }
.site-logo,
.custom-logo { width: 232px; max-height: 44px; object-fit: contain; object-position: left center; }

.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions a,
.header-actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 12px;
	border: 1px solid transparent;
	background: transparent;
	color: #fff;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .085em;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}
.header-actions a:hover,
.header-actions button:hover { border-color: rgba(255,255,255,.28); color: var(--yellow); }
.search-toggle { border-color: rgba(255,255,255,.2) !important; }
.search-toggle svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.header-actions .menu-toggle { display: none; }
.menu-icon { display: grid; gap: 4px; width: 16px; }
.menu-icon span { display: block; height: 1px; background: currentColor; }

.primary-nav { background: #fff; border-bottom: 1px solid #cfd6dc; box-shadow: 0 2px 8px rgba(7,20,35,.05); }
.nav-inner { display: flex; align-items: stretch; }
.nav-label { display: none; }
.nav-latest {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 0 18px 0 0;
	color: var(--ink);
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .07em;
	text-decoration: none;
	text-transform: uppercase;
}
.nav-latest::before { content: ""; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 2px var(--ink); }
.nav-latest.is-current { color: #1767ad; }
.primary-menu {
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;
	min-height: 48px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-x: auto;
	scrollbar-width: none;
}
.primary-menu::-webkit-scrollbar { display: none; }
.primary-menu li { flex: 0 0 auto; }
.primary-menu a {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 0 14px;
	color: #27333e;
	font-size: .73rem;
	font-weight: 750;
	letter-spacing: .045em;
	text-decoration: none;
	text-transform: uppercase;
}
.primary-menu a:hover,
.primary-menu .current-menu-item > a { background: var(--soft); color: #1767ad; }
.mobile-menu-meta { display: none; }

.search-panel { padding: 24px 0; background: #fff; color: var(--ink); border-bottom: 1px solid var(--line); box-shadow: 0 10px 24px rgba(7,20,35,.08); }
.search-panel__inner { display: grid; grid-template-columns: 170px minmax(0, 1fr); align-items: center; gap: 26px; }
.search-panel__inner > p { margin: 0; font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.search-form { display: flex; gap: 10px; width: 100%; }
.search-form label { flex: 1; }
.search-field {
	width: 100%;
	padding: 12px 14px;
	border: 2px solid var(--ink);
	background: #fff;
	color: var(--ink);
}
.search-form button {
	padding: 10px 18px;
	border: 1px solid var(--yellow);
	background: var(--yellow);
	color: #000;
	font-weight: 800;
	cursor: pointer;
}

.front { padding: 28px 0 72px; }
.section-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 18px;
	padding: 0 0 10px;
	border-bottom: 3px solid var(--ink);
}
.section-heading--top { margin-bottom: 20px; }
.section-heading h1,
.section-heading h2 { margin: 0; font-size: 1.08rem; line-height: 1.1; letter-spacing: .08em; text-transform: uppercase; }
.section-heading a { color: var(--muted); font-size: .78rem; font-weight: 750; text-transform: uppercase; }

.lead-layout {
	display: grid;
	grid-template-columns: minmax(0, 2.15fr) minmax(260px, .85fr);
	gap: 34px;
	align-items: start;
}

.lead-story__media { display: block; overflow: hidden; background: var(--soft); text-decoration: none; }
.lead-story__media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.lead-story__body { padding: 17px 0 0; }
.story-row__eyebrow { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: var(--muted); font-size: .72rem; }
.story-category {
	color: #1767ad;
	font-size: .7rem;
	font-weight: 850;
	letter-spacing: .075em;
	text-decoration: none;
	text-transform: uppercase;
}
.story-category::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--blue); vertical-align: .06em; }
.lead-story__title {
	max-width: 760px;
	margin: 8px 0 9px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 3.3vw, 3.25rem);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.02;
}
.lead-story__title a,
.story-row__title a,
.latest-rail a,
.related-list a { text-decoration: none; }
.lead-story__title a:hover,
.story-row__title a:hover,
.latest-rail h3 a:hover,
.related-list h3 a:hover { color: #1767ad; }
.lead-story__excerpt { max-width: 700px; color: #46515c; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; line-height: 1.55; }
.lead-story__excerpt p { margin: 0; }

.latest-rail { border-top: 3px solid var(--ink); }
.latest-rail > h2 { margin: 0; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.latest-rail ol { margin: 0; padding: 0; list-style: none; counter-reset: latest; }
.latest-rail li { position: relative; padding: 15px 0 15px 37px; border-bottom: 1px solid var(--line); counter-increment: latest; }
.latest-rail li::before { content: counter(latest, decimal-leading-zero); position: absolute; top: 18px; left: 0; color: #87919a; font-size: .68rem; font-weight: 800; }
.latest-rail h3 { margin: 5px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.04rem; line-height: 1.24; }

.front-stream { margin-top: 58px; }
.front-stream .story-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; }
.story-row {
	display: grid;
	grid-template-columns: 142px minmax(0, 1fr);
	gap: 17px;
	min-height: 126px;
	padding: 16px 0;
	border-bottom: 1px solid var(--line);
}
.story-row__media { align-self: start; background: var(--soft); }
.story-row__media img { width: 100%; aspect-ratio: 8 / 5; object-fit: cover; }
.story-row__body { align-self: center; }
.story-row__title { margin: 7px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; line-height: 1.2; }

.topic-desks { margin-top: 70px; }
.topic-band { margin-top: 66px; }
.topic-band:first-child { margin-top: 0; }
.topic-band__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, .72fr);
	gap: 44px;
	align-items: start;
}
.topic-band--reverse .topic-lead { order: 2; }
.topic-band--reverse .topic-band__list { order: 1; }
.topic-lead__media { display: block; overflow: hidden; background: var(--soft); }
.topic-lead__media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .25s ease; }
.topic-lead__media:hover img { transform: scale(1.012); }
.topic-lead__body { padding-top: 15px; }
.topic-lead__date { color: var(--muted); font-size: .72rem; }
.topic-lead__title {
	max-width: 780px;
	margin: 5px 0 9px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.75rem, 2.8vw, 2.55rem);
	letter-spacing: -.028em;
	line-height: 1.04;
}
.topic-lead__title a,
.topic-band__list a,
.topic-directory a { text-decoration: none; }
.topic-lead__title a:hover,
.topic-band__list a:hover,
.topic-directory a:hover { color: #1767ad; }
.topic-lead__excerpt {
	max-width: 720px;
	margin: 0;
	color: #46515c;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1rem;
	line-height: 1.55;
}
.topic-band__list {
	margin: 0;
	padding: 0;
	border-top: 3px solid var(--ink);
	list-style: none;
	counter-reset: topic-stories;
}
.topic-band__list li {
	position: relative;
	min-height: 108px;
	padding: 15px 0 15px 39px;
	border-bottom: 1px solid var(--line);
	counter-increment: topic-stories;
}
.topic-band__list li::before {
	content: counter(topic-stories, decimal-leading-zero);
	position: absolute;
	top: 18px;
	left: 0;
	color: #87919a;
	font-size: .68rem;
	font-weight: 800;
}
.topic-band__list time { color: var(--muted); font-size: .68rem; }
.topic-band__list h3 {
	margin: 5px 0 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.18rem;
	line-height: 1.2;
}

.topic-directory {
	display: grid;
	grid-template-columns: minmax(230px, .58fr) minmax(0, 1.42fr);
	gap: 58px;
	margin: 82px 0 74px;
	padding: 38px 42px 42px;
	background: var(--soft);
	border-top: 4px solid var(--ink);
}
.topic-directory h2 {
	margin: 4px 0 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 3.3vw, 3rem);
	letter-spacing: -.035em;
	line-height: 1;
}
.topic-directory ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 34px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.topic-directory li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	padding: 13px 0;
	border-bottom: 1px solid #cbd2d9;
}
.topic-directory a { font-family: Georgia, "Times New Roman", serif; font-size: 1.06rem; font-weight: 700; }
.topic-directory span { flex: 0 0 auto; color: var(--muted); font-size: .67rem; }

.article-header { padding-top: 38px; padding-bottom: 26px; }
.article-header > .story-category { display: inline-block; margin-bottom: 12px; }
.article-header h1 {
	max-width: 900px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.55rem, 4.2vw, 3.85rem);
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: .98;
}
.article-dek { max-width: 800px; margin-top: 18px; color: #46515c; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.14rem, 1.7vw, 1.38rem); line-height: 1.48; }
.article-dek p { margin: 0; }
.article-tools {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	margin-top: 24px;
	padding: 14px 15px;
	border: 1px solid #d6dce2;
	border-radius: 14px;
	background: linear-gradient(135deg, #f8fafb 0%, #f3f6f8 100%);
}
.story-byline { display: flex; align-items: center; min-width: 0; gap: 12px; }
.story-byline__portrait { flex: 0 0 auto; padding: 2px; border: 1px solid #cbd4dc; border-radius: 50%; background: #fff; }
.story-byline__portrait .avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.story-byline__body { min-width: 0; }
.story-byline__identity,
.story-byline__details { margin: 0; }
.story-byline__identity { overflow: hidden; font-size: .84rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.story-byline__identity span { color: var(--muted); }
.story-byline__identity a { color: var(--ink); font-weight: 800; text-decoration: none; }
.story-byline__identity a:hover { text-decoration: underline; }
.story-byline__details { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 3px; color: var(--muted); font-size: .69rem; line-height: 1.35; }
.story-byline__details > span[aria-hidden="true"] { color: #a4adb5; }
.share-controls { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; }
.article-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 38px;
	padding: 0 13px;
	border: 1px solid var(--ink);
	border-radius: 8px;
	background: var(--ink);
	color: #fff;
	font-size: .72rem;
	font-weight: 800;
	cursor: pointer;
	transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}
.article-action svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.article-action--quiet { border-color: #c7d0d8; background: #fff; color: var(--ink); }
.article-action:hover { border-color: #1767ad; background: #1767ad; color: #fff; transform: translateY(-1px); }
.article-action:focus-visible { outline: 3px solid rgba(61,142,216,.3); outline-offset: 2px; }
.share-status { flex-basis: 100%; color: #28703a; font-size: .69rem; text-align: right; }
.manual-copy { width: min(230px, 55vw); padding: 4px 6px; border: 1px solid var(--line); color: var(--ink); font-size: .7rem; }

.article-hero { max-width: 1120px; }
.article-hero img { width: 100%; max-height: 650px; object-fit: cover; }
.article-hero figcaption { padding: 8px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }

.article-layout { display: grid; grid-template-columns: 218px minmax(0, var(--content)); gap: 54px; justify-content: center; align-items: start; padding-top: 42px; }
.article-aside { min-width: 0; }
.report-nav { position: sticky; top: 22px; padding-left: 16px; border-left: 3px solid var(--blue); }
.report-nav__title { margin: 0 0 11px; font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.report-nav ol { margin: 0; padding: 0; list-style: none; counter-reset: report; }
.report-nav li { counter-increment: report; display: grid; grid-template-columns: 22px 1fr; gap: 4px; margin: 0 0 9px; color: var(--muted); font-size: .72rem; line-height: 1.3; }
.report-nav li::before { content: counter(report, decimal-leading-zero); color: #1767ad; font-size: .65rem; font-weight: 800; }
.report-nav a { text-decoration: none; }
.report-nav a:hover { color: var(--ink); text-decoration: underline; }

.article-content { min-width: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; line-height: 1.68; }
.article-content,
.article-content > * { max-width: 100%; }
.article-content a { overflow-wrap: anywhere; }
.article-content iframe,
.article-content video { max-width: 100%; }
.article-content table,
.article-content pre { display: block; max-width: 100%; overflow-x: auto; }
.article-content > *:first-child { margin-top: 0; }
.article-content p { margin: 0 0 1.12em; }
.article-content h2 { scroll-margin-top: 24px; margin: 2em 0 .62em; font-size: 2.15rem; line-height: 1.12; letter-spacing: -.026em; }
.article-content h3 { scroll-margin-top: 24px; margin: 1.75em 0 .55em; font-size: 1.55rem; line-height: 1.2; }
.article-content blockquote { margin: 1.7em 0; padding: 2px 0 2px 22px; border-left: 3px solid var(--blue); color: #303c47; font-size: 1.15em; font-style: italic; }
.article-content figure { margin: 1.8em 0; }
.article-content figcaption { margin-top: 7px; color: var(--muted); font-family: Inter, ui-sans-serif, sans-serif; font-size: .68em; }
.article-content a { color: #105e9d; }

.article-after { margin-top: 62px; padding-bottom: 82px; }
.section-kicker { margin: 0 0 4px; color: #1767ad; font-size: .67rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.author-profile {
	position: relative;
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	grid-template-rows: auto auto auto;
	gap: 8px 24px;
	overflow: hidden;
	padding: 26px;
	border: 1px solid rgba(61,142,216,.28);
	border-radius: 16px;
	background: linear-gradient(145deg, #fff 0%, #f4f8fc 100%);
	box-shadow: 0 22px 55px rgba(7,20,35,.08);
}
.author-profile::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--yellow) 0 26%, #fff 26% 36%, var(--blue) 36% 100%);
}
.author-profile::after {
	content: "";
	position: absolute;
	top: -118px;
	right: -92px;
	width: 224px;
	height: 224px;
	border: 1px solid rgba(61,142,216,.14);
	border-radius: 50%;
	box-shadow: 0 0 0 28px rgba(61,142,216,.035), 0 0 0 56px rgba(61,142,216,.02);
	pointer-events: none;
}
.author-profile__portrait { position: relative; z-index: 1; grid-row: 1 / 4; }
.author-profile__portrait .avatar {
	width: 96px;
	height: 96px;
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: 0 8px 24px rgba(7,20,35,.18);
	object-fit: cover;
}
.author-profile__intro,
.author-profile__bio,
.author-profile__links { position: relative; z-index: 1; grid-column: 2; }
.author-profile__kicker { margin: 0 0 5px; color: #1767ad; font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.author-profile__kicker::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border: 2px solid var(--blue); border-radius: 50%; vertical-align: 1px; }
.author-profile h2 { margin: 0; font-size: 1.52rem; font-weight: 820; letter-spacing: -.025em; line-height: 1.08; }
.author-profile h2 a { text-decoration: none; }
.author-profile h2 a:hover { color: #1767ad; }
.author-profile__bio { max-width: 680px; margin: 2px 0 0; color: #3f4d5b; font-size: .88rem; line-height: 1.58; }
.author-profile__links { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 3px; }
.author-profile__links a { display: inline-flex; align-items: center; gap: 8px; color: #105e9d; font-size: .74rem; font-weight: 800; text-decoration: none; }
.author-profile__links a span { font-size: 1rem; transition: transform .16s ease; }
.author-profile__links a:hover span { transform: translateX(3px); }

.related-stories { margin-top: 62px; }
.related-stories__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid #cfd7df; }
.related-stories__heading p { margin: 0 0 5px; color: #1767ad; font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.related-stories__heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); font-weight: 850; letter-spacing: -.045em; line-height: .96; }
.related-stories__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.related-story { position: relative; min-width: 0; overflow: hidden; aspect-ratio: 3 / 4; border-radius: 16px; background: var(--navy); box-shadow: 0 16px 34px rgba(7,20,35,.16); transition: transform .2s ease, box-shadow .2s ease; }
.related-story:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(7,20,35,.23); }
.related-story__link { position: absolute; inset: 0; display: block; overflow: hidden; color: #fff; text-decoration: none; }
.related-story__media,
.related-story__shade { position: absolute; inset: 0; display: block; }
.related-story__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.related-story:hover .related-story__media img { transform: scale(1.045); }
.related-story__shade { background: linear-gradient(180deg, rgba(5,11,20,.04) 12%, rgba(5,11,20,.34) 48%, rgba(5,11,20,.96) 100%); }
.related-story__content { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; padding: 20px; }
.related-story__category { display: inline-flex; min-height: 28px; align-items: center; padding: 0 10px; background: var(--yellow); color: #000; font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.related-story__title { margin: 11px 0 9px; color: #fff; font-size: clamp(1.16rem, 2vw, 1.45rem); font-weight: 850; letter-spacing: -.025em; line-height: 1.08; }
.related-story time { color: rgba(255,255,255,.74); font-size: .67rem; }

.archive-view,
.page-entry,
.error-view { padding-top: 46px; padding-bottom: 80px; }
.archive-header { margin-bottom: 20px; padding-bottom: 16px; border-bottom: 3px solid var(--ink); }
.archive-header h1,
.page-entry > header h1,
.error-view h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 5vw, 4.2rem); letter-spacing: -.04em; line-height: 1; }
.archive-description { max-width: 680px; margin-top: 12px; color: var(--muted); }
.archive-view .story-list { display: block; }
.archive-view .story-row { grid-template-columns: 220px 1fr; min-height: 168px; }
.archive-view .story-row__title { font-size: 1.65rem; }
.nav-links { display: flex; gap: 8px; margin-top: 30px; }
.page-numbers { padding: 7px 11px; border: 1px solid var(--line); text-decoration: none; }
.page-numbers.current { background: var(--ink); color: #fff; }

.site-footer { padding: 36px 0; background: var(--navy); color: #fff; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; }
.site-footer .site-logo,
.site-footer .custom-logo { width: 180px; }
.copyright { margin: 12px 0 0; color: #97a5b2; font-size: .72rem; }
.footer-menu { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; padding: 0; list-style: none; }
.footer-menu a { color: #dbe4ec; font-size: .76rem; }

@media (max-width: 900px) {
	.lead-layout { grid-template-columns: 1fr; }
	.latest-rail { margin-top: 8px; }
	.latest-rail ol { display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; }
	.front-stream .story-list { grid-template-columns: 1fr; }
	.topic-band__layout { grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: 30px; }
	.topic-band--reverse .topic-lead,
	.topic-band--reverse .topic-band__list { order: initial; }
	.topic-directory { grid-template-columns: 1fr; gap: 24px; }
	.article-layout { display: block; max-width: var(--content); }
	.article-aside { margin-bottom: 28px; }
	.article-content { width: 100%; overflow-wrap: break-word; }
	.report-nav { position: static; max-width: var(--content); padding: 13px 0 13px 15px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
	.report-nav ol { columns: 2; column-gap: 28px; }
	.report-nav li { break-inside: avoid; }
}

@media (max-width: 940px) {
	.header-main { min-height: 68px; gap: 10px; }
	.site-logo,
	.custom-logo { width: 182px; max-height: 38px; }
	.about-link { display: none !important; }
	.header-actions { gap: 8px; }
	.header-actions button { min-height: 40px; padding: 0 10px; }
	.search-toggle { width: 40px; padding: 0 !important; }
	.search-toggle > span { display: none; }
	.header-actions .menu-toggle { display: inline-flex; border-color: rgba(255,255,255,.2) !important; }
	.menu-toggle[aria-expanded="true"] { border-color: var(--yellow) !important; background: var(--yellow); color: #000; }
	.primary-nav { display: none; }
	.primary-nav.is-open { display: block; border-bottom: 0; box-shadow: 0 16px 30px rgba(7,20,35,.18); }
	.nav-inner { display: block; padding-top: 20px; padding-bottom: 22px; }
	.nav-label { display: block; margin: 0 0 8px; color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
	.nav-latest { display: flex; min-height: 46px; padding: 0; border-bottom: 2px solid var(--ink); }
	.primary-menu { display: block; min-height: 0; padding: 0; overflow: visible; }
	.primary-menu li { padding: 0; }
	.primary-menu a { min-height: 46px; padding: 0; border-bottom: 1px solid var(--line); font-size: .78rem; }
	.primary-menu a::after { content: "→"; margin-left: auto; color: #87919a; }
	.mobile-menu-meta { display: flex; gap: 20px; padding-top: 18px; }
	.mobile-menu-meta a { color: var(--muted); font-size: .72rem; font-weight: 750; text-transform: uppercase; }
	.search-panel { padding: 20px 0; }
	.search-panel__inner { display: block; }
	.search-panel__inner > p { margin-bottom: 10px; }
}

@media (max-width: 680px) {
	.wrap { width: min(calc(100% - 28px), var(--wrap)); }
	.front { padding-top: 20px; }
	.lead-story__title { font-size: clamp(1.8rem, 8.5vw, 2.25rem); }
	.latest-rail ol { display: block; }
	.front-stream { margin-top: 42px; }
	.story-row { grid-template-columns: 108px 1fr; min-height: 104px; gap: 13px; }
	.story-row__title { font-size: 1.05rem; }
	.story-row__eyebrow time { display: none; }
	.topic-desks { margin-top: 52px; }
	.topic-band { margin-top: 50px; }
	.topic-band__layout { display: block; }
	.topic-band__list { margin-top: 26px; }
	.topic-band__list li { min-height: 0; }
	.topic-lead__title { font-size: clamp(1.65rem, 7.4vw, 2.1rem); }
	.topic-lead__excerpt { font-size: .96rem; }
	.topic-directory { margin: 58px 0 0; padding: 28px 20px 32px; }
	.topic-directory ul { grid-template-columns: 1fr; }
	.article-header { padding-top: 27px; padding-bottom: 20px; }
	.article-header,
	.article-layout,
	.article-after { width: calc(100% - 40px); }
	.article-header h1 { font-size: clamp(2.15rem, 9.4vw, 2.65rem); }
	.article-dek { margin-top: 14px; }
	.article-tools { grid-template-columns: 1fr; gap: 13px; padding: 13px; }
	.share-controls { justify-content: flex-start; padding-top: 12px; border-top: 1px solid #d6dce2; }
	.article-action { flex: 1 1 120px; }
	.share-status { text-align: left; }
	.article-hero { width: 100%; }
	.article-hero figcaption { padding-inline: 14px; }
	.article-layout { padding-top: 28px; }
	.report-nav ol { columns: 1; }
	.article-content { font-size: 1.08rem; line-height: 1.65; }
	.article-content p { margin-bottom: 1em; }
	.article-content h2 { font-size: 1.75rem; }
	.article-after { margin-top: 44px; padding-bottom: 58px; }
	.author-profile { grid-template-columns: 64px minmax(0, 1fr); gap: 14px 16px; padding: 22px 18px 20px; }
	.author-profile__portrait { grid-row: 1; }
	.author-profile__portrait .avatar { width: 64px; height: 64px; border-width: 3px; }
	.author-profile__intro { grid-column: 2; align-self: center; }
	.author-profile__bio,
	.author-profile__links { grid-column: 1 / -1; }
	.author-profile h2 { font-size: 1.3rem; }
	.author-profile__bio { font-size: .84rem; }
	.related-stories { margin-top: 50px; }
	.related-stories__heading { display: block; }
	.related-stories__grid { grid-auto-flow: column; grid-auto-columns: minmax(252px, 82vw); grid-template-columns: none; gap: 14px; overflow-x: auto; padding: 2px 2px 22px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
	.related-story { aspect-ratio: 4 / 5; scroll-snap-align: start; }
	.archive-view .story-row { grid-template-columns: 110px 1fr; min-height: 112px; }
	.archive-view .story-row__title { font-size: 1.12rem; }
	.footer-inner { display: block; }
	.footer-menu { margin-top: 24px; }
}

@media (max-width: 360px) {
	.site-logo,
	.custom-logo { width: 146px; }
	.header-actions { gap: 7px; }
	.header-actions a,
	.header-actions button { font-size: .64rem; letter-spacing: .06em; }
	.menu-toggle { padding-inline: 8px !important; }
	.article-header,
	.article-layout,
	.article-after { width: calc(100% - 32px); }
}

/* Editorial refinement: fewer rules, stronger section rhythm, and a full footer. */
.front .section-heading { margin-bottom: 22px; padding-bottom: 0; border-bottom: 0; }
.front .section-heading h1,
.front .section-heading h2 { display: flex; align-items: center; gap: 10px; }
.front .section-heading h1::before,
.front .section-heading h2::before { content: ""; width: 20px; height: 5px; border-radius: 99px; background: linear-gradient(90deg, var(--yellow), var(--blue)); }
.front .section-heading a { text-decoration: none; }
.front .section-heading a:hover { color: #1767ad; }
.latest-rail { padding: 18px 20px; border-top: 0; border-radius: 16px; background: var(--soft); }
.latest-rail > h2 { padding: 0 0 10px; border-bottom: 0; }
.latest-rail li { padding-block: 13px; border-bottom: 0; }
.front-stream .story-list { gap: 5px 22px; }
.story-row { min-height: 118px; padding: 13px; border-bottom: 0; border-radius: 12px; transition: background-color .16s ease; }
.story-row:hover { background: var(--soft); }
.topic-band__list { padding: 10px 14px; border-top: 0; border-radius: 16px; background: var(--soft); }
.topic-band__list li { min-height: 100px; padding: 13px 8px 13px 39px; border-bottom: 0; border-radius: 10px; transition: background-color .16s ease; }
.topic-band__list li:hover { background: #fff; }
.topic-directory { border-top: 0; border-radius: 18px; background: linear-gradient(145deg, #f4f6f8, #eef4f9); }
.topic-directory ul { row-gap: 3px; }
.topic-directory li { padding-inline: 10px; border-bottom: 0; border-radius: 8px; }
.topic-directory li:hover { background: rgba(255,255,255,.72); }

.article-tools { position: relative; overflow: hidden; border-color: rgba(61,142,216,.25); background: radial-gradient(circle at 59% -35%, rgba(255,235,22,.18), transparent 34%), linear-gradient(135deg, #fff 0%, #f3f8fc 100%); box-shadow: 0 10px 30px rgba(7,20,35,.055); }
.article-tools::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(180deg, var(--yellow), var(--blue)); }
.report-nav { border-left: 0; }
.report-nav::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 3px; border-radius: 99px; background: linear-gradient(180deg, var(--yellow), var(--blue)); }
.related-story__content { display: flex; height: 200px; flex-direction: column; align-items: flex-start; }
.related-story__category { flex: 0 0 auto; }
.related-story time { display: block; margin-top: auto; line-height: 1.2; }

.site-footer { position: relative; padding: 0; overflow: hidden; background: radial-gradient(circle at 18% 8%, #102944 0, var(--navy) 40%); color: #fff; }
.site-footer::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--yellow) 0 26%, #fff 26% 36%, var(--blue) 36% 100%); }
.footer-main { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(180px, .78fr) minmax(160px, .58fr); gap: 72px; padding-top: 62px; padding-bottom: 50px; }
.footer-brand .site-logo,
.footer-brand .custom-logo { width: 220px; }
.footer-brand > p { max-width: 390px; margin: 21px 0 16px; color: #bac7d4; font-family: Georgia, "Times New Roman", serif; font-size: 1.02rem; line-height: 1.55; }
.footer-brand > span { display: inline-flex; align-items: center; gap: 8px; color: var(--yellow); font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.footer-brand > span::before { content: ""; width: 7px; height: 7px; border: 2px solid currentColor; border-radius: 50%; }
.footer-column > p { margin: 0 0 17px; color: #fff; font-size: .69rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-links a { display: inline-flex; color: #aebdca; font-size: .8rem; text-decoration: none; transition: color .16s ease, transform .16s ease; }
.footer-links a:hover { color: #fff; transform: translateX(3px); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 20px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; color: #8192a3; font-size: .69rem; }
.footer-bottom a { color: #aebdca; font-size: .69rem; text-decoration: none; }
.footer-bottom a:hover { color: #fff; }

@media (max-width: 680px) {
	.front .section-heading { margin-bottom: 18px; }
	.front .section-heading h1::before,
	.front .section-heading h2::before { width: 15px; }
	.latest-rail { padding: 16px; }
	.story-row { padding: 10px 8px; }
	.topic-band__list { padding: 8px 10px; }
	.related-story__content { height: 190px; }
	.footer-main { grid-template-columns: 1fr 1fr; gap: 38px 28px; padding-top: 48px; padding-bottom: 40px; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-brand > p { max-width: 340px; }
	.footer-bottom { align-items: flex-start; }
}

@media (max-width: 900px) {
	.report-nav { position: relative; top: auto; }
}

@media (max-width: 420px) {
	.footer-main { grid-template-columns: 1fr; }
	.footer-brand { grid-column: auto; }
}

/* Curiosmos identity system: yellow, white and Curiosmos blue. */
.primary-menu a:hover,
.primary-menu .current-menu-item > a {
	background: #edf7ff;
	color: #105e9d;
	box-shadow: inset 0 -3px var(--yellow);
}

.lead-story__media,
.topic-lead__media {
	position: relative;
	border-radius: 18px;
	box-shadow: 0 16px 34px rgba(7,20,35,.12);
}

.lead-story__media::after,
.topic-lead__media::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--yellow) 0 28%, #fff 28% 36%, var(--blue) 36% 100%);
}

.latest-rail {
	position: relative;
	border-left: 4px solid var(--blue);
	background: #edf7ff;
	box-shadow: inset 0 4px var(--yellow);
}

.latest-rail li::before { color: #1767ad; }
.story-row:hover { background: #fffbe0; }

.topic-band {
	padding: 28px;
	border-radius: 22px;
	background: #f1f8fd;
}

.topic-band--reverse { background: #fffbe5; }
.topic-band__list { background: rgba(255,255,255,.76); }
.topic-directory { border-left: 5px solid var(--yellow); box-shadow: inset 0 0 0 1px rgba(61,142,216,.13); }

.article-header > .story-category,
.article-taxonomy .story-category {
	display: inline-flex;
	align-items: center;
	padding: 7px 11px;
	border-radius: 999px;
	background: var(--yellow);
	color: #0b568f;
}

.article-header > .story-category::before,
.article-taxonomy .story-category::before { background: #0b568f; }
.article-dek { padding-left: 16px; border-left: 4px solid var(--yellow); }

.article-tools {
	overflow: visible;
	padding: 14px 0 14px 14px;
	border: 0;
	border-top: 1px solid rgba(61,142,216,.34);
	border-bottom: 1px solid rgba(61,142,216,.34);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.article-tools::before {
	top: 14px;
	bottom: 14px;
	width: 4px;
	height: auto;
	border-radius: 99px;
	background: var(--yellow);
}

.article-action { border-color: #1767ad; background: #1767ad; }
.article-action--quiet { border-color: rgba(61,142,216,.58); background: #fff; color: #105e9d; }
.article-action:hover { border-color: #0d5b9c; background: #0d5b9c; }

.report-nav {
	padding-top: 14px;
	padding-right: 13px;
	padding-bottom: 14px;
	border-radius: 0 14px 14px 0;
	background: linear-gradient(135deg, #edf7ff 0%, #fffde9 100%);
}

.article-content h2 {
	position: relative;
	padding-left: 19px;
}

.article-content h2::before {
	content: "";
	position: absolute;
	top: .08em;
	bottom: .08em;
	left: 0;
	width: 6px;
	border-radius: 99px;
	background: linear-gradient(180deg, var(--yellow) 0 34%, var(--blue) 34% 100%);
}

.article-content h3 { color: #0d5b9c; }
.article-content blockquote {
	padding: 16px 20px;
	border-left-color: var(--yellow);
	background: #fffce3;
}

.author-profile { background: linear-gradient(145deg, #f0f8fe 0%, #fff 70%, #fffbe2 100%); }

.related-stories {
	padding: 30px;
	border-radius: 24px;
	background: linear-gradient(145deg, #edf7ff 0%, #fff 58%, #fffbe4 100%);
	box-shadow: inset 0 0 0 1px rgba(61,142,216,.14);
}

.related-stories__heading {
	padding-bottom: 8px;
	border-bottom: 0;
}

.related-stories__heading p {
	display: inline-flex;
	padding: 6px 9px;
	border-radius: 999px;
	background: var(--yellow);
	color: #0b568f;
}

.related-story { box-shadow: 0 14px 30px rgba(7,20,35,.15), 0 0 0 1px rgba(61,142,216,.16); }

:where(a, button, input, textarea, select):focus-visible {
	outline: 3px solid var(--blue);
	outline-offset: 3px;
}

.article-taxonomy { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 12px; }
.article-header .article-taxonomy .story-category { margin-bottom: 0; }
.article-type {
	display: inline-flex;
	align-items: center;
	min-height: 29px;
	padding: 0 11px;
	border: 1px solid rgba(61,142,216,.5);
	border-radius: 999px;
	color: #0b568f;
	font-size: .64rem;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.story-byline__reviewer { margin: 4px 0 0; color: var(--muted); font-size: .68rem; line-height: 1.35; }
.story-byline__reviewer a { color: #105e9d; font-weight: 750; text-decoration: none; }
.story-byline__reviewer a:hover { text-decoration: underline; }

.article-notice { margin-top: 14px; padding: 13px 15px; border-left: 4px solid var(--blue); background: #edf7ff; color: #263746; font-size: .78rem; line-height: 1.5; }
.article-notice--correction { border-left-color: var(--yellow); background: #fffbe3; }
.article-notice strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.article-notice p { margin: 0; }

.reporting-notes {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: 18px 34px;
	margin-bottom: 30px;
	padding: 27px;
	border-top: 4px solid var(--blue);
	border-radius: 0 0 18px 18px;
	background: #f1f8fd;
}
.reporting-notes__kicker,
.reporting-notes > h2 { grid-column: 1 / -1; }
.reporting-notes__kicker { margin: 0 0 -11px; color: #1767ad; font-size: .66rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.reporting-notes > h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.25rem); letter-spacing: -.035em; line-height: 1; }
.reporting-notes h3 { margin: 0 0 7px; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.reporting-notes p { margin: 0; color: #425363; font-size: .84rem; line-height: 1.58; }
.reporting-notes ol { margin: 0; padding-left: 20px; }
.reporting-notes li { margin: 0 0 7px; color: #425363; font-size: .8rem; line-height: 1.4; }
.reporting-notes a { color: #105e9d; overflow-wrap: anywhere; }

.author-view { padding-top: 46px; padding-bottom: 82px; }
.author-hero { position: relative; display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 30px; overflow: hidden; padding: 34px; border-radius: 22px; background: linear-gradient(145deg, #edf7ff, #fff 65%, #fffbe3); box-shadow: inset 0 0 0 1px rgba(61,142,216,.18); }
.author-hero::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--yellow) 0 28%, #fff 28% 36%, var(--blue) 36% 100%); }
.author-hero__portrait .avatar { width: 160px; height: 160px; border: 5px solid #fff; border-radius: 50%; box-shadow: 0 14px 34px rgba(7,20,35,.18); object-fit: cover; }
.author-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 5vw, 4.1rem); letter-spacing: -.045em; line-height: .98; }
.author-hero__role { margin: 9px 0 0; color: #105e9d; font-size: .82rem; font-weight: 800; }
.author-hero__bio p { max-width: 650px; margin: 14px 0 0; color: #425363; line-height: 1.62; }
.author-hero__expertise { display: flex; flex-wrap: wrap; gap: 7px; margin: 17px 0 0; padding: 0; list-style: none; }
.author-hero__expertise li { padding: 6px 9px; border-radius: 999px; background: var(--yellow); color: #0b568f; font-size: .64rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.author-hero__links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; }
.author-hero__links a { color: #105e9d; font-size: .75rem; font-weight: 800; }
.author-articles { margin-top: 48px; }
.author-articles .archive-header h2 { margin: 0; font-size: 1.65rem; }

.topic-hub__count { margin: 14px 0 0; color: #1767ad; font-size: .72rem; font-weight: 800; }

.trust-layout { display: grid; grid-template-columns: 220px minmax(0, var(--content)); justify-content: center; gap: 54px; padding-top: 46px; padding-bottom: 80px; }
.trust-navigation { position: sticky; top: 24px; align-self: start; padding: 17px; border-left: 4px solid var(--yellow); background: #f1f8fd; }
.trust-navigation ul { display: grid; gap: 5px; margin: 0; padding: 0; list-style: none; }
.trust-navigation a { display: block; padding: 7px 8px; border-radius: 7px; color: #425363; font-size: .75rem; font-weight: 700; text-decoration: none; }
.trust-navigation a:hover,
.trust-navigation a[aria-current="page"] { background: #fff; color: #105e9d; }
.trust-entry { padding: 0; }

.error-view__routes { margin-top: 34px; }
.error-view__routes h2 { margin-bottom: 12px; font-size: 1.2rem; }
.error-view__routes ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.error-view__routes a { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: #edf7ff; color: #105e9d; font-size: .72rem; font-weight: 800; text-decoration: none; }

@media (max-width: 680px) {
	.topic-band { padding: 18px; border-radius: 17px; }
	.article-tools { grid-template-columns: 1fr; gap: 12px; padding: 14px 0 14px 14px; }
	.related-stories { padding: 22px 14px; border-radius: 18px; }
	.reporting-notes { display: block; padding: 22px 18px; }
	.reporting-notes > h2 { margin: 5px 0 18px; }
	.reporting-notes__sources { margin-top: 20px; }
	.author-hero { grid-template-columns: 82px minmax(0, 1fr); gap: 17px; padding: 23px 19px; }
	.author-hero__portrait .avatar { width: 82px; height: 82px; border-width: 3px; }
	.author-hero h1 { font-size: clamp(2rem, 10vw, 2.6rem); }
	.author-hero__role { margin-top: 5px; }
	.author-hero__bio,
	.author-hero__expertise,
	.author-hero__links { grid-column: 1 / -1; }
	.trust-layout { display: block; padding-top: 24px; }
	.trust-navigation { position: static; margin-bottom: 28px; }
	.trust-navigation ul { grid-template-columns: 1fr 1fr; }
}

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