/*
Theme Name: Made In Italy in Space
Author: Made In Italy in Space
Description: Tema editoriale italiano per aerospazio, difesa e space economy con rassegna giornaliera stampabile.
Version: 2.7.1
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: notam-press-agency
Tags: blog, news, one-column, two-columns, custom-logo, custom-menu, featured-images, translation-ready, accessibility-ready
*/

@font-face {
	font-family: "Newsreader Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 800;
	src: url("assets/fonts/newsreader-variable.woff2") format("woff2-variations");
}

@font-face {
	font-family: "Newsreader Variable";
	font-style: italic;
	font-display: swap;
	font-weight: 200 800;
	src: url("assets/fonts/newsreader-variable-italic.woff2") format("woff2-variations");
}

@font-face {
	font-family: "Space Grotesk Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 300 700;
	src: url("assets/fonts/space-grotesk-variable.woff2") format("woff2-variations");
}

:root {
	--notam-paper: #f6f5ef;
	--notam-card: #fff;
	--notam-ink: #071a34;
	--notam-ink-2: #102c4c;
	--notam-muted: #66707c;
	--notam-line: #d8dcd8;
	--notam-soft: #eceee9;
	--notam-accent: #57e319;
	--notam-blue: #1449ff;
	--notam-green: #008c45;
	--notam-red: #d72b35;
	--notam-max: 1240px;
	--notam-measure: 760px;
	--notam-serif: "Newsreader Variable", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
	--notam-sans: "Space Grotesk Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	--notam-radius-sm: 10px;
	--notam-radius: 18px;
	--notam-radius-lg: 28px;
	--notam-shadow: 0 1px 0 rgb(255 255 255 / 86%) inset, 0 24px 70px rgb(7 26 52 / 10%);
	--notam-shadow-strong: 0 1px 0 rgb(255 255 255 / 92%) inset, 0 30px 72px rgb(7 26 52 / 15%);
	--notam-transition: 180ms ease;
}

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

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

body {
	margin: 0;
	overflow-x: hidden;
	color: var(--notam-ink);
	background:
		radial-gradient(circle at 92% 16%, rgb(20 73 255 / 4%), transparent 26rem),
		linear-gradient(90deg, rgb(87 227 25 / 2.5%), transparent 22%, transparent 78%, rgb(20 73 255 / 2.5%)),
		var(--notam-paper);
	font-family: var(--notam-sans);
	font-size: clamp(1rem, 0.97rem + 0.14vw, 1.075rem);
	line-height: 1.68;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.nav-open {
	overflow: hidden;
}

img,
svg,
video,
iframe {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

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

button,
[type="button"],
[type="submit"] {
	cursor: pointer;
}

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

a:hover {
	color: var(--notam-blue);
}

p,
ul,
ol,
blockquote,
dl {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.65em;
	font-family: var(--notam-serif);
	font-weight: 400;
	line-height: 1.06;
	text-wrap: balance;
}

::selection {
	color: var(--notam-ink);
	background: var(--notam-accent);
}

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

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

.screen-reader-text:focus,
.skip-link:focus {
	z-index: 100000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto !important;
	color: #fff;
	background: var(--notam-ink);
	clip-path: none;
}

.notam-shell {
	width: min(calc(100% - 48px), var(--notam-max));
	margin-inline: auto;
}

.reading-progress {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10000;
	height: 4px;
	pointer-events: none;
}

.reading-progress span {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, var(--notam-accent), var(--notam-blue));
	box-shadow: 0 0 14px rgb(87 227 25 / 48%);
	transform: scaleX(0);
	transform-origin: left center;
}

.admin-bar .reading-progress {
	top: 32px;
}

/* Header */
.site-header {
	position: relative;
	z-index: 1000;
	border-bottom: 1px solid var(--notam-line);
	background: rgb(255 255 255 / 94%);
}

.utility-bar {
	color: #dfe8f2;
	background: var(--notam-ink);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.utility-inner {
	display: grid;
	min-height: 36px;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 20px;
}

.utility-edition {
	color: var(--notam-accent);
}

.utility-status {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 9px;
}

.status-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--notam-accent);
	box-shadow: 0 0 0 4px rgb(87 227 25 / 13%), 0 0 12px rgb(87 227 25 / 66%);
}

.masthead-inner {
	position: relative;
	display: grid;
	min-height: 150px;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 36px;
	padding-block: 24px;
	overflow: hidden;
}

.masthead-vector {
	position: absolute;
	top: -18px;
	right: 170px;
	width: 360px;
	height: 180px;
	fill: none;
	stroke: var(--notam-blue);
	stroke-width: 0.8;
	opacity: 0.22;
	pointer-events: none;
}

.masthead-vector path {
	stroke: var(--notam-accent);
	stroke-width: 2;
}

.masthead-vector circle:last-child {
	fill: var(--notam-accent);
	stroke: none;
}

.site-branding {
	position: relative;
	z-index: 2;
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 20px;
}

.brand-icon-link,
.custom-logo-link {
	flex: 0 0 auto;
	line-height: 0;
}

.brand-icon,
.custom-logo {
	width: 82px;
	max-width: 82px;
	height: 82px;
	max-height: 82px;
	border: 1px solid var(--notam-ink);
	border-radius: 16px;
	background: var(--notam-ink);
	box-shadow: 7px 7px 0 var(--notam-accent);
	object-fit: contain;
}

.site-branding__copy {
	min-width: 0;
}

.site-title {
	margin: 0;
	font-family: var(--notam-serif);
	font-size: clamp(2.05rem, 4.8vw, 4.65rem);
	font-weight: 400;
	letter-spacing: -0.065em;
	line-height: 0.83;
}

.site-title a {
	display: inline-flex;
	flex-direction: column;
	color: var(--notam-ink);
	text-decoration: none;
}

.brand-made,
.brand-space {
	display: block;
}

.brand-space {
	margin-top: 0.16em;
	color: var(--notam-blue);
	font-size: 0.68em;
	font-style: italic;
	letter-spacing: -0.025em;
}

.brand-space::after {
	display: inline-block;
	width: 0.75em;
	height: 0.13em;
	margin-left: 0.18em;
	border-radius: 999px;
	background: var(--notam-accent);
	content: "";
	vertical-align: 0.18em;
}

.site-description {
	margin: 12px 0 0;
	color: var(--notam-muted);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.heritage-block {
	position: relative;
	z-index: 2;
	align-self: end;
	padding-bottom: 4px;
}

.heritage-block > p {
	margin: 0 0 8px;
	color: var(--notam-muted);
	font-size: 0.61rem;
	font-weight: 750;
	letter-spacing: 0.11em;
	text-align: right;
	text-transform: uppercase;
}

.heritage-icons {
	display: flex;
	align-items: center;
	gap: 7px;
}

.heritage-icon {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid var(--notam-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 9px 20px rgb(7 26 52 / 6%);
	transition: transform var(--notam-transition), border-color var(--notam-transition), box-shadow var(--notam-transition);
}

.heritage-icon:nth-child(1),
.heritage-icon:nth-child(4) {
	border-color: rgb(87 227 25 / 62%);
}

.heritage-icon:nth-child(5) {
	border-color: rgb(20 73 255 / 40%);
}

.heritage-icon img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.heritage-icon:hover {
	border-color: var(--notam-blue);
	box-shadow: 0 12px 26px rgb(20 73 255 / 14%);
	transform: translateY(-4px);
}

.navigation-bar {
	border-top: 1px solid var(--notam-line);
	border-bottom: 1px solid var(--notam-line);
	background: rgb(255 255 255 / 94%);
}

.navigation-inner {
	display: flex;
	min-height: 58px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.primary-navigation ul {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.4vw, 34px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-navigation a,
.header-actions a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: var(--notam-ink);
	font-size: 0.69rem;
	font-weight: 760;
	letter-spacing: 0.095em;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-navigation a {
	position: relative;
}

.primary-navigation a::after {
	position: absolute;
	right: 0;
	bottom: 3px;
	left: 0;
	height: 3px;
	border-radius: 999px;
	background: var(--notam-accent);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform var(--notam-transition);
}

.primary-navigation a:hover::after,
.primary-navigation a:focus-visible::after,
.primary-navigation .current-menu-item > a::after {
	transform: scaleX(1);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header-actions a {
	min-height: 36px;
	padding: 0 13px;
	border: 1px solid var(--notam-line);
	border-radius: 999px;
}

.header-actions .header-archive {
	color: #fff;
	border-color: var(--notam-ink);
	background: var(--notam-ink);
}

.header-actions .header-archive:hover {
	color: var(--notam-ink);
	border-color: var(--notam-accent);
	background: var(--notam-accent);
}

.menu-toggle {
	display: none;
	min-height: 46px;
	align-items: center;
	gap: 12px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu-toggle i {
	display: grid;
	width: 22px;
	gap: 4px;
}

.menu-toggle b {
	display: block;
	height: 2px;
	background: currentColor;
	transition: transform var(--notam-transition), opacity var(--notam-transition);
}

.menu-toggle[aria-expanded="true"] b:first-child {
	transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] b:nth-child(2) {
	opacity: 0;
}

.menu-toggle[aria-expanded="true"] b:last-child {
	transform: translateY(-6px) rotate(-45deg);
}

.ticker {
	border-bottom: 1px solid var(--notam-line);
	background: var(--notam-soft);
}

.ticker-inner {
	display: flex;
	min-height: 42px;
	align-items: center;
	gap: 20px;
	overflow: hidden;
}

.ticker-label {
	flex: 0 0 auto;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--notam-accent);
	font-size: 0.62rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ticker-list {
	display: flex;
	gap: 28px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	white-space: nowrap;
}

.ticker-list li {
	position: relative;
	max-width: 430px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ticker-list li + li::before {
	position: absolute;
	left: -16px;
	color: var(--notam-blue);
	content: "/";
}

.ticker-list a {
	font-family: var(--notam-serif);
	font-size: 0.84rem;
	text-decoration: none;
}

.navigation-spacer {
	height: 0;
}

.navigation-bar.is-fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9000;
	background: rgb(255 255 255 / 92%);
	box-shadow: 0 16px 36px rgb(7 26 52 / 12%);
	backdrop-filter: blur(18px);
	animation: nav-enter 180ms ease-out;
}

.admin-bar .navigation-bar.is-fixed {
	top: 32px;
}

@keyframes nav-enter {
	from { opacity: 0; transform: translateY(-10px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Reusable controls */
.button,
.button-link,
.wp-block-button__link,
.search-submit {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0.72rem 1.2rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: color var(--notam-transition), background var(--notam-transition), border-color var(--notam-transition), transform var(--notam-transition), box-shadow var(--notam-transition);
}

.button:hover,
.button:focus-visible,
.button-link:hover,
.search-submit:hover {
	transform: translateY(-2px);
}

.button--primary,
.button-link,
.wp-block-button__link,
.search-submit {
	color: var(--notam-ink);
	background: var(--notam-accent);
}

.button--primary:hover,
.button--primary:focus-visible {
	color: #fff;
	background: var(--notam-blue);
	box-shadow: 0 12px 24px rgb(20 73 255 / 20%);
}

.button--dark {
	color: #fff;
	background: var(--notam-ink);
}

.button--dark:hover,
.button--dark:focus-visible {
	color: var(--notam-ink);
	background: var(--notam-accent);
}

.button--ghost {
	color: var(--notam-ink);
	border-color: var(--notam-line);
	background: transparent;
}

.button--ghost:hover,
.button--ghost:focus-visible {
	border-color: var(--notam-blue);
}

.text-link {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	border-bottom: 1px solid currentColor;
	font-size: 0.75rem;
	font-weight: 760;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

.eyebrow,
.post-kicker,
.section-index {
	margin: 0 0 16px;
	color: var(--notam-green);
	font-size: 0.67rem;
	font-weight: 820;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.eyebrow::after,
.post-kicker::after {
	display: inline-block;
	width: 32px;
	height: 3px;
	margin-left: 10px;
	border-radius: 999px;
	background: var(--notam-accent);
	content: "";
	vertical-align: 0.2em;
}

/* Homepage and standard archives */
.site-main {
	min-height: 60vh;
	padding-block: clamp(44px, 7vw, 94px);
}

.archive-intro,
.page-hero {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--notam-line);
	border-radius: var(--notam-radius-lg);
	background: rgb(255 255 255 / 72%);
	box-shadow: var(--notam-shadow);
}

.archive-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
	align-items: end;
	gap: clamp(30px, 6vw, 84px);
	margin-bottom: 24px;
	padding: clamp(34px, 6vw, 78px);
}

.archive-intro::before,
.page-hero::before {
	position: absolute;
	top: -120px;
	right: -80px;
	width: 330px;
	height: 330px;
	border: 1px solid rgb(20 73 255 / 22%);
	border-radius: 50%;
	box-shadow: 0 0 0 38px rgb(20 73 255 / 4%), 0 0 0 78px rgb(87 227 25 / 3%);
	content: "";
}

.archive-intro::after,
.page-hero::after {
	position: absolute;
	right: 48px;
	bottom: -42px;
	width: 220px;
	height: 3px;
	background: var(--notam-accent);
	content: "";
	transform: rotate(-46deg);
	transform-origin: right;
}

.archive-intro > *,
.page-hero > * {
	position: relative;
	z-index: 2;
}

.archive-intro h1 {
	max-width: 820px;
	margin: 0;
	font-size: clamp(3.4rem, 7.8vw, 7.2rem);
	letter-spacing: -0.06em;
	line-height: 0.91;
}

.archive-description {
	margin: 0;
	color: var(--notam-muted);
	font-size: 0.96rem;
	line-height: 1.68;
}

.archive-description p {
	margin: 0;
}

.editorial-signals {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-bottom: clamp(44px, 6vw, 72px);
	padding: 20px 0;
	border-bottom: 1px solid var(--notam-line);
}

.editorial-signals > div {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 14px;
}

.editorial-signals strong {
	color: #b68a45;
	font-family: var(--notam-serif);
	font-size: 1.5rem;
	font-weight: 400;
}

.editorial-signals span {
	font-size: 0.65rem;
	font-weight: 760;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 290px;
	align-items: start;
	gap: clamp(42px, 6vw, 78px);
}

.news-list {
	display: grid;
}

.featured-story {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
	gap: clamp(28px, 4vw, 48px);
	align-items: center;
	margin-bottom: 30px;
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid var(--notam-line);
	border-radius: var(--notam-radius-lg);
	background: var(--notam-card);
	box-shadow: var(--notam-shadow);
	overflow: hidden;
}

.featured-story::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: linear-gradient(90deg, var(--notam-accent) 0 32%, var(--notam-blue) 32% 100%);
	content: "";
}

.featured-story:not(.has-post-thumbnail) {
	grid-template-columns: 1fr;
}

.featured-media {
	min-height: 360px;
	border-radius: var(--notam-radius);
	background: var(--notam-soft);
	overflow: hidden;
}

.featured-media img,
.story-thumbnail img,
.entry-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-title {
	margin: 0 0 18px;
	font-size: clamp(2.35rem, 5vw, 4.8rem);
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.featured-title a,
.story-title a {
	text-decoration: none;
}

.story-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 210px;
	gap: 28px;
	margin-bottom: 15px;
	padding: 28px;
	border: 1px solid var(--notam-line);
	border-radius: var(--notam-radius);
	background: rgb(255 255 255 / 91%);
	transition: transform var(--notam-transition), border-color var(--notam-transition), box-shadow var(--notam-transition);
}

.story-card::before {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: -1px;
	width: 4px;
	border-radius: 0 999px 999px 0;
	background: var(--notam-blue);
	content: "";
}

.story-card:hover,
.story-card:focus-within {
	border-color: rgb(20 73 255 / 34%);
	box-shadow: 0 18px 42px rgb(7 26 52 / 11%);
	transform: translateY(-4px);
}

.story-card:not(.has-post-thumbnail) {
	grid-template-columns: 1fr;
}

.story-title {
	margin: 0 0 12px;
	font-size: clamp(1.55rem, 3vw, 2.35rem);
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.story-excerpt {
	max-width: 720px;
	margin: 0 0 18px;
	color: #4f5a66;
	font-family: var(--notam-serif);
	font-size: 0.98rem;
}

.story-excerpt p,
.press-item__summary p {
	display: inline;
	margin: 0;
}

.summary-label,
.press-item__summary > span {
	color: var(--notam-green);
	font-family: var(--notam-sans);
	font-size: 0.75em;
	font-weight: 850;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.story-meta,
.entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 14px;
	color: var(--notam-muted);
	font-size: 0.66rem;
	font-weight: 750;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.story-meta > * + *::before,
.entry-meta > * + *::before {
	margin-right: 14px;
	color: var(--notam-blue);
	content: "/";
}

.source-link,
.press-item__source a {
	color: var(--notam-blue);
	font-weight: 800;
	text-decoration: none;
}

.story-thumbnail {
	min-height: 160px;
	border-radius: 14px;
	background: var(--notam-soft);
	overflow: hidden;
}

.sidebar {
	position: sticky;
	top: 84px;
}

.sidebar-section {
	margin-bottom: 20px;
	padding: 22px;
	border: 1px solid var(--notam-line);
	border-radius: var(--notam-radius);
	background: rgb(255 255 255 / 92%);
}

.sidebar-section::before {
	display: block;
	width: 48px;
	height: 4px;
	margin: -22px 0 18px;
	border-radius: 999px;
	background: var(--notam-accent);
	content: "";
}

.sidebar-title,
.footer-heading {
	margin: 0 0 16px;
	font-family: var(--notam-sans);
	font-size: 0.66rem;
	font-weight: 820;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sidebar .tagcloud {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.sidebar .tag-cloud-link {
	padding: 6px 10px;
	border: 1px solid var(--notam-line);
	border-radius: 999px;
	background: #fff;
	font-size: 0.67rem !important;
	font-weight: 700;
	text-decoration: none;
}

.sidebar .tag-cloud-link:hover {
	color: var(--notam-ink);
	border-color: var(--notam-accent);
	background: var(--notam-accent);
}

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

.sidebar-list li {
	padding: 9px 0;
	border-bottom: 1px solid var(--notam-line);
	font-family: var(--notam-serif);
	font-size: 0.9rem;
}

.sidebar-list a {
	text-decoration: none;
}

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

.search-field,
.contact-form input,
.contact-form textarea,
.press-filters input,
.press-filters select {
	width: 100%;
	min-width: 0;
	min-height: 46px;
	padding: 11px 13px;
	border: 1px solid #bec4c4;
	border-radius: var(--notam-radius-sm);
	background: #fff;
	font-size: 0.82rem;
}

.search-field:focus,
.contact-form input:focus,
.contact-form textarea:focus,
.press-filters input:focus,
.press-filters select:focus {
	border-color: var(--notam-blue);
	box-shadow: 0 0 0 4px rgb(20 73 255 / 10%);
	outline: 0;
}

.search-submit {
	min-width: 52px;
	padding-inline: 13px;
}

.pagination {
	margin-top: 38px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.page-numbers {
	display: grid;
	min-width: 42px;
	min-height: 42px;
	padding: 8px;
	place-items: center;
	border: 1px solid var(--notam-line);
	border-radius: 999px;
	background: #fff;
	font-size: 0.72rem;
	font-weight: 800;
	text-decoration: none;
}

.page-numbers.current {
	color: var(--notam-ink);
	border-color: var(--notam-accent);
	background: var(--notam-accent);
}

/* Single posts and pages */
.article-shell {
	max-width: 940px;
	margin-inline: auto;
	padding: clamp(24px, 5vw, 52px);
	border: 1px solid var(--notam-line);
	border-radius: var(--notam-radius-lg);
	background: rgb(255 255 255 / 94%);
	box-shadow: var(--notam-shadow);
}

.entry-header {
	position: relative;
	margin-bottom: 36px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--notam-ink);
}

.entry-title {
	margin: 0 0 24px;
	font-size: clamp(3rem, 7vw, 6.4rem);
	letter-spacing: -0.065em;
	line-height: 0.94;
}

.entry-thumbnail {
	margin: 0 0 38px;
	border-radius: var(--notam-radius);
	overflow: hidden;
}

.entry-content {
	color: #303a45;
	font-family: var(--notam-serif);
	font-size: clamp(1.06rem, 2vw, 1.2rem);
}

.entry-content > * {
	max-width: var(--notam-measure);
	margin-inline: auto;
}

.entry-content > .alignwide {
	max-width: 1050px;
}

.entry-content > .alignfull {
	max-width: none;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 1.8em;
	color: var(--notam-ink);
}

.entry-content blockquote {
	padding-left: 24px;
	border-left: 4px solid var(--notam-accent);
	font-size: 1.2em;
	font-style: italic;
}

.entry-content .notam-newsroom-summary,
.original-source-box {
	padding: 24px 28px;
	border: 1px solid var(--notam-line);
	border-left: 5px solid var(--notam-blue);
	border-radius: var(--notam-radius);
	background: var(--notam-paper);
}

.entry-content .notam-newsroom-summary strong,
.entry-content .notam-newsroom-source {
	font-family: var(--notam-sans);
	font-weight: 820;
}

.entry-content .notam-newsroom-source {
	color: var(--notam-blue);
	font-size: 0.72em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.entry-footer {
	max-width: var(--notam-measure);
	margin: 36px auto 0;
	padding-top: 22px;
	border-top: 1px solid var(--notam-line);
	font-size: 0.78rem;
}

.post-navigation {
	max-width: 940px;
	margin: 52px auto 0;
	padding: 22px;
	border: 1px solid var(--notam-line);
	border-radius: var(--notam-radius);
	background: #fff;
}

.post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

.post-navigation .nav-next {
	text-align: right;
}

.post-navigation a {
	font-family: var(--notam-serif);
	font-size: 0.98rem;
	font-weight: 700;
	text-decoration: none;
}

.empty-state {
	padding: clamp(32px, 7vw, 70px);
	border: 1px solid var(--notam-line);
	border-radius: var(--notam-radius-lg);
	background: #fff;
}

.empty-state h1,
.empty-state h2 {
	font-size: clamp(2rem, 4vw, 4rem);
	letter-spacing: -0.045em;
}

/* Page hero */
.page-hero {
	width: min(calc(100% - 48px), var(--notam-max));
	margin: 0 auto clamp(40px, 6vw, 76px);
	padding: clamp(38px, 7vw, 82px);
}

.page-hero__grid {
	display: grid;
	width: 100%;
	grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
	align-items: end;
	gap: clamp(32px, 7vw, 90px);
}

.page-hero h1 {
	margin: 0;
	font-size: clamp(3.7rem, 8vw, 7.4rem);
	letter-spacing: -0.065em;
	line-height: 0.9;
}

.page-hero__intro {
	margin: 0;
	color: var(--notam-muted);
	font-size: 1rem;
}

.orbital-mark {
	position: absolute !important;
	right: 54px;
	bottom: 34px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--notam-accent);
	box-shadow: 0 0 0 8px rgb(87 227 25 / 12%);
}

/* Contact */
.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(34px, 7vw, 92px);
	align-items: start;
}

.contact-intro,
.contact-form-panel {
	padding-top: 24px;
	border-top: 1px solid var(--notam-ink);
}

.contact-intro h2,
.contact-form-panel h2 {
	font-size: clamp(2.25rem, 4.6vw, 4.2rem);
	letter-spacing: -0.045em;
}

.contact-details {
	display: grid;
	gap: 0;
	margin: 36px 0 0;
	border-top: 1px solid var(--notam-line);
}

.contact-details > div {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 20px;
	padding: 18px 0;
	border-bottom: 1px solid var(--notam-line);
}

.contact-details dt {
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-details dd {
	margin: 0;
	color: var(--notam-muted);
	font-size: 0.88rem;
}

.contact-form-panel {
	padding: 26px;
	border: 1px solid var(--notam-line);
	border-top: 6px solid var(--notam-blue);
	border-radius: var(--notam-radius-lg);
	background: #fff;
	box-shadow: var(--notam-shadow);
}

.contact-form {
	display: grid;
	gap: 18px;
}

.contact-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.contact-form label {
	display: grid;
	gap: 7px;
}

.contact-form label > span,
.press-filters label > span {
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-form textarea {
	min-height: 160px;
	resize: vertical;
}

.contact-form__consent {
	display: grid !important;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 10px !important;
	color: var(--notam-muted);
}

.contact-form__consent input {
	width: 18px;
	min-height: 18px;
	margin-top: 2px;
}

.contact-form__consent span {
	font-size: 0.72rem !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.form-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.form-notice {
	margin-bottom: 18px;
	padding: 14px 16px;
	border: 1px solid rgb(0 140 69 / 30%);
	border-left: 5px solid var(--notam-green);
	border-radius: var(--notam-radius-sm);
	background: rgb(0 140 69 / 7%);
	font-size: 0.83rem;
}

.form-notice--error {
	border-color: rgb(215 43 53 / 30%);
	border-left-color: var(--notam-red);
	background: rgb(215 43 53 / 7%);
}

/* Daily press archive */
.press-review-page {
	padding-top: 0;
}

.press-workspace {
	display: grid;
	gap: clamp(36px, 6vw, 70px);
}

.press-filters {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid var(--notam-line);
	border-radius: var(--notam-radius-lg);
	background: #fff;
	box-shadow: var(--notam-shadow);
}

.press-filters__heading {
	grid-column: 1 / -1;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--notam-line);
}

.press-filters__heading p {
	margin-bottom: 0;
}

.press-filters__heading > p:last-child {
	color: var(--notam-muted);
	font-size: 0.74rem;
}

.press-filters label {
	display: grid;
	gap: 7px;
}

.press-filters__actions {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 4px;
}

.press-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	align-items: start;
	gap: clamp(34px, 6vw, 70px);
}

.press-results__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--notam-ink);
}

.press-results__header h2 {
	margin: 0 0 5px;
	font-size: clamp(2.25rem, 5vw, 4.6rem);
	letter-spacing: -0.055em;
}

.press-results__header p:last-child {
	margin: 0;
	color: var(--notam-muted);
	font-size: 0.75rem;
}

.day-navigation {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

.day-navigation a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	gap: 8px;
	font-size: 0.69rem;
	font-weight: 780;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.press-day {
	margin-bottom: 28px;
	border: 1px solid var(--notam-line);
	border-radius: var(--notam-radius-lg);
	background: #fff;
	overflow: hidden;
}

.press-day__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 22px;
	color: #fff;
	background: var(--notam-ink);
}

.press-day__header > div {
	display: flex;
	align-items: baseline;
	gap: 14px;
}

.press-day__header span {
	color: var(--notam-accent);
	font-size: 0.66rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.press-day__header h3 {
	margin: 0;
	font-size: clamp(1.35rem, 3vw, 2rem);
}

.press-day__header a {
	color: var(--notam-accent);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.press-day__stories {
	counter-reset: press-story;
}

.press-item {
	position: relative;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 18px;
	padding: 24px;
	counter-increment: press-story;
}

.press-item + .press-item {
	border-top: 1px solid var(--notam-line);
}

.press-item__index::before {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid var(--notam-line);
	border-radius: 50%;
	color: var(--notam-blue);
	font-family: var(--notam-serif);
	font-size: 0.9rem;
	content: counter(press-story, decimal-leading-zero);
}

.press-item__meta {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 7px;
	color: var(--notam-green);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.press-item__meta time {
	color: var(--notam-muted);
}

.press-item h4 {
	margin: 0 0 10px;
	font-size: clamp(1.35rem, 2.8vw, 2rem);
	letter-spacing: -0.03em;
}

.press-item h4 a {
	text-decoration: none;
}

.press-item__summary {
	color: #4b5662;
	font-family: var(--notam-serif);
	font-size: 0.92rem;
}

.press-item__source {
	margin: 10px 0 0;
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.month-archive {
	position: sticky;
	top: 84px;
	padding: 24px;
	border: 1px solid var(--notam-line);
	border-top: 6px solid var(--notam-accent);
	border-radius: var(--notam-radius);
	background: #fff;
	box-shadow: var(--notam-shadow);
}

.month-archive h2 {
	font-size: 2rem;
	letter-spacing: -0.035em;
}

.month-archive ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.month-archive li {
	border-top: 1px solid var(--notam-line);
}

.month-archive a {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-family: var(--notam-serif);
	font-size: 0.9rem;
	text-decoration: none;
}

.month-archive strong {
	display: grid;
	min-width: 32px;
	height: 24px;
	place-items: center;
	border-radius: 999px;
	background: var(--notam-soft);
	font-family: var(--notam-sans);
	font-size: 0.62rem;
}

.month-archive .is-current a {
	color: var(--notam-blue);
	font-weight: 700;
}

.month-archive .is-current strong {
	color: var(--notam-ink);
	background: var(--notam-accent);
}

/* Footer */
.site-footer {
	position: relative;
	margin-top: clamp(58px, 8vw, 110px);
	padding: clamp(60px, 8vw, 92px) 0 28px;
	color: #fff;
	background: var(--notam-ink);
	overflow: hidden;
}

.site-footer::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 6px;
	background: linear-gradient(90deg, var(--notam-green) 0 28%, #fff 28% 44%, var(--notam-red) 44% 60%, var(--notam-blue) 60% 78%, var(--notam-accent) 78% 100%);
	content: "";
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(180px, 0.55fr) minmax(230px, 0.65fr);
	gap: clamp(34px, 7vw, 80px);
	padding-bottom: 46px;
}

.footer-kicker {
	margin: 0 0 14px;
	color: var(--notam-accent);
	font-size: 0.63rem;
	font-weight: 780;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.footer-title {
	margin: 0 0 18px;
	font-family: var(--notam-serif);
	font-size: clamp(2.5rem, 5vw, 4.8rem);
	letter-spacing: -0.055em;
	line-height: 0.86;
}

.footer-title .brand-space {
	color: var(--notam-accent);
}

.footer-description {
	max-width: 520px;
	margin: 0;
	color: #aebaca;
	font-size: 0.78rem;
}

.footer-heading {
	color: var(--notam-accent);
}

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

.footer-navigation a,
.footer-cta {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-email {
	display: block;
	margin: 0 0 16px;
	color: #fff;
	font-family: var(--notam-serif);
	font-size: 1rem;
}

.footer-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer-wordmark {
	overflow: hidden;
	color: rgb(255 255 255 / 5.5%);
	font-family: var(--notam-serif);
	font-size: clamp(4rem, 10vw, 9.5rem);
	letter-spacing: -0.07em;
	line-height: 0.75;
	white-space: nowrap;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	margin-top: 34px;
	padding-top: 22px;
	border-top: 1px solid rgb(255 255 255 / 16%);
	color: #8f9bad;
	font-size: 0.64rem;
	letter-spacing: 0.05em;
}

.back-to-top {
	position: fixed;
	right: clamp(16px, 3vw, 36px);
	bottom: clamp(16px, 3vw, 36px);
	z-index: 8500;
	display: grid;
	width: 54px;
	height: 54px;
	padding: 6px;
	place-items: center;
	color: var(--notam-ink);
	border: 1px solid var(--notam-ink);
	border-radius: 50%;
	background: var(--notam-accent);
	box-shadow: 0 14px 32px rgb(7 26 52 / 24%);
	font-size: 0.58rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	opacity: 0;
	pointer-events: none;
	transform: translateY(15px);
	transition: opacity var(--notam-transition), transform var(--notam-transition);
}

.back-to-top span:first-child {
	font-size: 1.1rem;
}

.back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.back-to-top:hover {
	transform: translateY(-4px);
}

/* Version 2.1: local variable typography, vector identity and premium panels. */
body {
	font-variation-settings: "wght" 430;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.footer-title {
	font-optical-sizing: auto;
	font-variation-settings: "wght" 470;
}

.site-title {
	font-weight: 470;
}

.brand-icon {
	border: 0;
	background: transparent;
	box-shadow: 0 0 0 1px rgb(20 73 255 / 18%), 0 16px 30px rgb(7 26 52 / 18%), 7px 7px 0 rgb(87 227 25 / 88%);
	filter: drop-shadow(0 7px 16px rgb(20 73 255 / 13%));
}

.heritage-icon {
	background:
		linear-gradient(145deg, rgb(255 255 255 / 98%), rgb(239 244 248 / 92%)) padding-box,
		linear-gradient(145deg, rgb(87 227 25 / 45%), rgb(20 73 255 / 28%)) border-box;
	border-color: transparent;
	box-shadow: 0 1px 0 #fff inset, 0 10px 24px rgb(7 26 52 / 8%);
}

.archive-intro,
.page-hero {
	isolation: isolate;
	border-color: transparent;
	background:
		linear-gradient(135deg, rgb(255 255 255 / 97%), rgb(249 251 249 / 90%)) padding-box,
		linear-gradient(125deg, rgb(20 73 255 / 27%), rgb(216 220 216 / 75%) 52%, rgb(87 227 25 / 48%)) border-box;
	box-shadow: var(--notam-shadow-strong);
}

.archive-intro h1,
.page-hero h1,
.entry-title,
.featured-title {
	font-variation-settings: "wght" 455;
}

.editorial-signals {
	gap: 12px;
	padding: 0;
	border: 0;
}

.editorial-signals > div {
	min-height: 68px;
	padding: 13px 16px;
	border: 1px solid rgb(7 26 52 / 10%);
	border-radius: 14px;
	background: linear-gradient(145deg, rgb(255 255 255 / 92%), rgb(242 246 243 / 88%));
	box-shadow: 0 1px 0 #fff inset, 0 12px 26px rgb(7 26 52 / 5%);
}

.featured-story,
.story-card,
.article-shell,
.empty-state,
.contact-form-panel,
.press-filters,
.press-day,
.month-archive,
.sidebar-section,
.post-navigation {
	border-color: transparent;
	background:
		linear-gradient(145deg, rgb(255 255 255 / 98%), rgb(247 249 247 / 96%)) padding-box,
		linear-gradient(135deg, rgb(20 73 255 / 22%), rgb(216 220 216 / 70%) 52%, rgb(87 227 25 / 34%)) border-box;
	box-shadow: 0 1px 0 #fff inset, 0 18px 48px rgb(7 26 52 / 8%);
}

.featured-story {
	box-shadow: var(--notam-shadow-strong);
}

.featured-story::after {
	position: absolute;
	right: -92px;
	bottom: -104px;
	width: 184px;
	height: 184px;
	border: 1px solid rgb(20 73 255 / 16%);
	border-radius: 50%;
	box-shadow: 0 0 0 24px rgb(87 227 25 / 3%);
	content: "";
	pointer-events: none;
}

.story-card::after {
	position: absolute;
	top: 17px;
	right: 17px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--notam-accent);
	box-shadow: 0 0 0 5px rgb(87 227 25 / 10%);
	content: "";
	pointer-events: none;
}

.story-card:hover,
.story-card:focus-within {
	border-color: transparent;
	background:
		linear-gradient(145deg, #fff, #f8fbff) padding-box,
		linear-gradient(135deg, var(--notam-blue), rgb(87 227 25 / 82%)) border-box;
	box-shadow: 0 1px 0 #fff inset, 0 24px 56px rgb(20 73 255 / 13%);
}

.featured-media,
.story-thumbnail,
.entry-thumbnail {
	box-shadow: 0 0 0 1px rgb(7 26 52 / 8%), 0 14px 34px rgb(7 26 52 / 10%);
}

.sidebar-section {
	position: relative;
	overflow: hidden;
}

.sidebar-section::after {
	position: absolute;
	right: -32px;
	bottom: -38px;
	width: 82px;
	height: 82px;
	border: 1px solid rgb(20 73 255 / 12%);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.contact-form-panel,
.month-archive {
	border-top-color: var(--notam-blue);
	box-shadow: var(--notam-shadow-strong);
}

.press-filters {
	position: relative;
	overflow: hidden;
}

.press-filters::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--notam-blue), #4da3ff 58%, var(--notam-accent));
	content: "";
}

.press-filters input,
.press-filters select,
.contact-form input,
.contact-form textarea,
.search-field {
	border-color: rgb(7 26 52 / 17%);
	background: linear-gradient(180deg, #fff, #fbfcfc);
	box-shadow: 0 1px 0 #fff inset, 0 6px 14px rgb(7 26 52 / 4%);
}

.press-day__header {
	background: linear-gradient(115deg, var(--notam-ink), #123760 72%, #16466f);
}

.press-item {
	transition: background-color var(--notam-transition);
}

.press-item:hover {
	background: rgb(20 73 255 / 2.5%);
}

.button--primary,
.search-submit {
	background: linear-gradient(120deg, var(--notam-accent), #82f54e);
	box-shadow: 0 10px 22px rgb(87 227 25 / 17%);
}

.button--dark,
.header-actions .header-archive {
	background: linear-gradient(120deg, var(--notam-ink), #123760);
	box-shadow: 0 10px 22px rgb(7 26 52 / 14%);
}

.footer-wordmark {
	font-variation-settings: "wght" 340;
}

/* Tablet */
@media (max-width: 1040px) {
	.masthead-vector {
		right: 110px;
		opacity: 0.14;
	}

	.archive-intro,
	.page-hero__grid,
	.content-layout,
	.contact-layout,
	.press-layout {
		grid-template-columns: 1fr;
	}

	.archive-intro,
	.page-hero__grid {
		gap: 26px;
	}

	.content-layout {
		gap: 54px;
	}

	.sidebar {
		position: static;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px;
	}

	.sidebar-section {
		margin: 0;
	}

	.month-archive {
		position: static;
	}

	.month-archive ul {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0 22px;
	}

	.footer-grid {
		grid-template-columns: 1.2fr 0.8fr;
	}

	.footer-contact {
		grid-column: 1 / -1;
	}
}

@media (max-width: 820px) {
	.masthead-inner {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.heritage-block {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 18px;
	}

	.heritage-block > p {
		margin: 0;
		text-align: left;
	}

	.navigation-inner {
		flex-wrap: wrap;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.primary-navigation {
		order: 3;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		visibility: hidden;
		transition: max-height var(--notam-transition), visibility var(--notam-transition);
	}

	.primary-navigation.is-open {
		max-height: 72vh;
		visibility: visible;
	}

	.primary-navigation ul {
		display: block;
		padding: 8px 0 18px;
	}

	.primary-navigation a {
		display: flex;
		min-height: 48px;
		border-top: 1px solid var(--notam-line);
	}

	.primary-navigation a::after {
		bottom: 0;
		width: 42px;
	}

	body.nav-open::before {
		position: fixed;
		z-index: 8800;
		inset: 0;
		background: rgb(7 26 52 / 46%);
		backdrop-filter: blur(4px);
		content: "";
	}

	body.nav-open .navigation-bar {
		position: relative;
		z-index: 9000;
	}

	body.nav-open .navigation-bar.is-fixed {
		position: fixed;
	}

	.navigation-bar.is-fixed {
		padding-bottom: 0;
	}

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

	.featured-media {
		grid-row: 1;
		min-height: 300px;
	}

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

/* Smartphone */
@media (max-width: 620px) {
	body {
		font-size: 16px;
	}

	.notam-shell,
	.page-hero {
		width: min(calc(100% - 26px), var(--notam-max));
	}

	.utility-inner {
		display: flex;
		min-height: 34px;
		justify-content: space-between;
	}

	.utility-date,
	.utility-edition {
		display: none;
	}

	.masthead-inner {
		min-height: 0;
		padding-block: 18px;
	}

	.site-branding {
		gap: 14px;
	}

	.brand-icon,
	.custom-logo {
		width: 58px;
		height: 58px;
		border-radius: 13px;
		box-shadow: 5px 5px 0 var(--notam-accent);
	}

	.site-title {
		font-size: clamp(1.78rem, 10vw, 2.65rem);
	}

	.site-description {
		display: none;
	}

	.heritage-block {
		display: block;
	}

	.heritage-block > p {
		display: none;
	}

	.heritage-icons {
		justify-content: center;
	}

	.heritage-icon {
		width: 38px;
		height: 38px;
		border-radius: 10px;
	}

	.heritage-icon img {
		width: 31px;
		height: 31px;
	}

	.header-actions .header-archive {
		display: none;
	}

	.ticker-inner {
		gap: 12px;
	}

	.ticker-list li {
		max-width: 230px;
	}

	.ticker-list li:nth-child(n + 2) {
		display: none;
	}

	.site-main {
		padding-block: 34px 60px;
	}

	.archive-intro,
	.page-hero {
		padding: 30px 22px 38px;
		border-radius: 20px;
	}

	.archive-intro h1,
	.page-hero h1 {
		font-size: clamp(3rem, 16vw, 4.9rem);
	}

	.editorial-signals {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
		padding-block: 8px;
	}

	.editorial-signals > div {
		padding: 11px 0;
		border-bottom: 1px solid var(--notam-line);
	}

	.featured-story,
	.story-card,
	.article-shell,
	.empty-state,
	.contact-form-panel,
	.press-filters,
	.press-day {
		border-radius: 18px;
	}

	.featured-story,
	.story-card {
		padding: 22px 20px;
	}

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

	.story-thumbnail {
		grid-row: 1;
		min-height: 210px;
	}

	.story-card:hover {
		transform: none;
	}

	.sidebar,
	.month-archive ul,
	.footer-grid,
	.contact-form__row,
	.press-filters,
	.post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.article-shell {
		padding: 20px 16px;
	}

	.entry-title {
		font-size: clamp(2.7rem, 14vw, 4.7rem);
	}

	.contact-details > div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.contact-form-panel {
		padding: 20px 16px;
	}

	.press-filters__heading,
	.press-results__header,
	.press-day__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.press-filters__actions .button,
	.print-control {
		width: 100%;
	}

	.day-navigation a {
		max-width: 45%;
	}

	.press-day__header > div {
		display: block;
	}

	.press-item {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 12px;
		padding: 20px 16px;
	}

	.press-item__index::before {
		width: 32px;
		height: 32px;
	}

	.press-item__meta {
		display: grid;
		gap: 3px;
	}

	.footer-contact {
		grid-column: auto;
	}

	.footer-bottom {
		display: grid;
		gap: 10px;
	}

	.back-to-top {
		width: 48px;
		height: 48px;
	}
}

@media (max-width: 782px) {
	.admin-bar .reading-progress,
	.admin-bar .navigation-bar.is-fixed {
		top: 46px;
	}
}

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

/* Version 2.2: compact Italian newswire system. */
:root {
	--notam-paper: #f2f4f6;
	--notam-card: #fff;
	--notam-ink: #07182d;
	--notam-ink-2: #0d2948;
	--notam-muted: #5f6873;
	--notam-line: #d7dce1;
	--notam-soft: #e9edf1;
	--notam-accent: #f05a28;
	--notam-blue: #0066b3;
	--notam-green: #008c45;
	--notam-red: #c9232d;
	--notam-radius-sm: 6px;
	--notam-radius: 9px;
	--notam-radius-lg: 12px;
	--notam-shadow: 0 8px 24px rgb(7 24 45 / 7%);
	--notam-shadow-strong: 0 15px 38px rgb(7 24 45 / 10%);
}

body {
	background: var(--notam-paper);
	font-variation-settings: "wght" 440;
	line-height: 1.58;
}

::selection {
	color: #fff;
	background: var(--notam-blue);
}

a:hover {
	color: var(--notam-accent);
}

.reading-progress span {
	background: linear-gradient(90deg, var(--notam-accent), var(--notam-blue));
	box-shadow: 0 0 12px rgb(240 90 40 / 34%);
}

.site-header {
	border-bottom-color: #bdc4ca;
	background: #fff;
	box-shadow: 0 4px 18px rgb(7 24 45 / 5%);
}

.utility-bar {
	color: #dce6f0;
	background: var(--notam-ink);
}

.utility-inner {
	min-height: 32px;
}

.utility-edition {
	color: #fff;
}

.status-dot {
	background: var(--notam-accent);
	box-shadow: 0 0 0 4px rgb(240 90 40 / 14%);
}

.masthead-inner {
	min-height: 112px;
	gap: 28px;
	padding-block: 17px;
}

.masthead-vector {
	right: 245px;
	height: 138px;
	stroke: var(--notam-blue);
	opacity: 0.12;
}

.masthead-vector path {
	stroke: var(--notam-accent);
}

.masthead-vector circle:last-child {
	fill: var(--notam-accent);
}

.site-branding {
	gap: 17px;
}

.brand-icon,
.custom-logo {
	width: 72px;
	max-width: 72px;
	height: 72px;
	max-height: 72px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	box-shadow: 0 0 0 1px rgb(0 102 179 / 18%), 0 10px 22px rgb(7 24 45 / 14%), 5px 5px 0 rgb(240 90 40 / 88%);
	filter: none;
}

.site-title {
	font-family: var(--notam-sans);
	font-size: clamp(2.15rem, 4vw, 3.65rem);
	font-weight: 720;
	letter-spacing: -0.065em;
	line-height: 0.95;
}

.site-title a {
	flex-direction: row;
	align-items: baseline;
	gap: 0.2em;
}

.brand-made,
.brand-space {
	display: inline;
}

.brand-space {
	margin: 0;
	color: var(--notam-blue);
	font-family: var(--notam-serif);
	font-size: 0.58em;
	font-style: italic;
	font-weight: 620;
	letter-spacing: -0.03em;
}

.brand-space::after {
	width: 0.68em;
	height: 0.11em;
	margin-left: 0.16em;
	background: var(--notam-accent);
}

.site-description {
	margin-top: 9px;
	font-size: 0.64rem;
	letter-spacing: 0.105em;
}

.heritage-block {
	align-self: center;
	padding: 0;
}

.heritage-icon {
	width: 40px;
	height: 40px;
	border: 1px solid #dce1e5;
	border-radius: 7px;
	background: #fff;
	box-shadow: none;
}

.heritage-icon:nth-child(1),
.heritage-icon:nth-child(4) {
	border-color: rgb(0 140 69 / 35%);
}

.heritage-icon:nth-child(5) {
	border-color: rgb(0 102 179 / 35%);
}

.heritage-icon:hover {
	border-color: var(--notam-accent);
	box-shadow: 0 7px 17px rgb(7 24 45 / 9%);
	transform: translateY(-2px);
}

.heritage-icon img {
	width: 33px;
	height: 33px;
}

.navigation-bar,
.navigation-bar.is-fixed {
	border-color: rgb(255 255 255 / 18%);
	background: var(--notam-blue);
}

.navigation-bar.is-fixed {
	box-shadow: 0 10px 24px rgb(7 24 45 / 18%);
	backdrop-filter: none;
}

.navigation-inner {
	min-height: 50px;
}

.primary-navigation ul {
	gap: clamp(16px, 2vw, 29px);
}

.primary-navigation a,
.header-actions a {
	min-height: 42px;
	color: #fff;
	font-size: 0.66rem;
	font-weight: 780;
	letter-spacing: 0.075em;
}

.primary-navigation a::after {
	bottom: 0;
	height: 4px;
	border-radius: 0;
	background: var(--notam-accent);
}

.header-actions a {
	min-height: 32px;
	padding-inline: 11px;
	border-color: rgb(255 255 255 / 38%);
	border-radius: 5px;
}

.header-actions .header-archive {
	color: #fff;
	border-color: var(--notam-accent);
	background: var(--notam-accent);
	box-shadow: none;
}

.header-actions .header-archive:hover,
.header-actions .header-search:hover {
	color: var(--notam-ink);
	border-color: #fff;
	background: #fff;
}

.menu-toggle {
	color: #fff;
}

.ticker {
	border-bottom-color: #d5d9de;
	background: #fff;
}

.ticker-inner {
	min-height: 43px;
	gap: 16px;
}

.ticker-label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 5px 10px;
	color: #fff;
	border-radius: 4px;
	background: var(--notam-red);
	letter-spacing: 0.075em;
}

.ticker-pulse {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 3px rgb(255 255 255 / 18%);
}

.ticker-list {
	gap: 22px;
}

.ticker-list li {
	display: flex;
	max-width: 380px;
	align-items: center;
	gap: 8px;
}

.ticker-list li + li::before {
	left: -12px;
	color: #aeb5bc;
	content: "|";
}

.ticker-list time {
	flex: 0 0 auto;
	color: var(--notam-red);
	font-family: var(--notam-sans);
	font-size: 0.65rem;
	font-weight: 800;
}

.ticker-list a {
	overflow: hidden;
	font-family: var(--notam-sans);
	font-size: 0.76rem;
	font-weight: 650;
	text-overflow: ellipsis;
}

.hot-topics {
	border-bottom: 1px solid #cfd5da;
	background: #e9edf1;
}

.hot-topics__inner {
	display: flex;
	min-height: 38px;
	align-items: center;
	gap: 17px;
	overflow: hidden;
}

.hot-topics__label {
	flex: 0 0 auto;
	color: var(--notam-blue);
	font-size: 0.62rem;
	font-weight: 850;
	letter-spacing: 0.095em;
	text-transform: uppercase;
}

.hot-topics ul {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	white-space: nowrap;
}

.hot-topics li + li::before {
	margin-right: 18px;
	color: #a1a9b1;
	content: "•";
}

.hot-topics a {
	font-size: 0.69rem;
	font-weight: 680;
	text-decoration: none;
}

.button,
.button-link,
.wp-block-button__link,
.search-submit {
	min-height: 42px;
	border-radius: 6px;
}

.button--primary,
.search-submit {
	color: #fff;
	background: var(--notam-accent);
	box-shadow: none;
}

.button--dark,
.header-actions .header-archive {
	background: var(--notam-accent);
	box-shadow: none;
}

.eyebrow,
.post-kicker,
.section-label {
	color: var(--notam-blue);
}

.eyebrow::after,
.post-kicker::after {
	height: 2px;
	border-radius: 0;
	background: var(--notam-accent);
}

.site-main {
	padding-block: clamp(30px, 4.5vw, 60px);
}

.archive-intro,
.page-hero {
	border: 1px solid #d4d9de;
	border-top: 5px solid var(--notam-blue);
	border-radius: var(--notam-radius-lg);
	background: #fff;
	box-shadow: var(--notam-shadow);
}

.archive-intro {
	grid-template-columns: minmax(0, 1.28fr) minmax(270px, 0.72fr);
	gap: clamp(32px, 5vw, 70px);
	margin-bottom: 13px;
	padding: clamp(27px, 4.5vw, 50px);
}

.archive-intro::before,
.archive-intro::after,
.page-hero::before,
.page-hero::after {
	display: none;
}

.archive-edition {
	margin: 0 0 12px;
	color: var(--notam-red);
	font-size: 0.65rem;
	font-weight: 820;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.archive-intro h1 {
	max-width: 760px;
	font-size: clamp(3rem, 6.6vw, 6rem);
	font-variation-settings: "wght" 620;
	letter-spacing: -0.055em;
	line-height: 0.92;
}

.archive-description {
	padding-left: 20px;
	border-left: 4px solid var(--notam-accent);
	font-size: 0.91rem;
	line-height: 1.58;
}

.archive-description .text-link {
	display: inline-flex;
	margin-top: 16px;
	color: var(--notam-blue);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.editorial-signals {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-bottom: clamp(30px, 4.5vw, 48px);
	padding: 0;
	border: 1px solid #d4d9de;
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
	overflow: hidden;
}

.editorial-signals > div {
	min-height: 62px;
	padding: 12px 18px;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.editorial-signals > div + div {
	border-left: 1px solid var(--notam-line);
}

.editorial-signals strong {
	color: var(--notam-accent);
	font-family: var(--notam-sans);
	font-size: 1.35rem;
	font-weight: 780;
}

.editorial-signals span {
	font-size: 0.62rem;
	letter-spacing: 0.07em;
}

.content-layout {
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: clamp(30px, 4vw, 48px);
}

.news-column-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 3px solid var(--notam-ink);
}

.news-column-header h2 {
	margin: 0;
	font-family: var(--notam-sans);
	font-size: clamp(1.75rem, 3vw, 2.65rem);
	font-weight: 750;
	letter-spacing: -0.045em;
}

.section-label {
	margin: 0 0 3px;
	font-size: 0.61rem;
	font-weight: 840;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.news-column-header > a {
	flex: 0 0 auto;
	color: var(--notam-blue);
	font-size: 0.64rem;
	font-weight: 820;
	letter-spacing: 0.07em;
	text-decoration: none;
	text-transform: uppercase;
}

.news-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.featured-story {
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
	gap: clamp(25px, 3.5vw, 42px);
	margin: 0;
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid #cfd5da;
	border-radius: var(--notam-radius);
	background: #fff;
	box-shadow: var(--notam-shadow-strong);
}

.featured-story::before {
	height: 5px;
	background: linear-gradient(90deg, var(--notam-blue) 0 68%, var(--notam-accent) 68% 100%);
}

.featured-story::after {
	display: none;
}

.featured-media {
	min-height: 320px;
	border-radius: 6px;
	box-shadow: none;
}

.featured-title {
	font-size: clamp(2.25rem, 4.4vw, 4rem);
	font-variation-settings: "wght" 610;
	letter-spacing: -0.05em;
	line-height: 0.98;
}

.story-card {
	display: grid;
	grid-template-columns: 1fr;
	align-content: start;
	gap: 0;
	margin: 0;
	padding: 0;
	border: 1px solid #d2d7dc;
	border-radius: var(--notam-radius);
	background: #fff;
	box-shadow: none;
	overflow: hidden;
}

.story-card::before {
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	width: auto;
	height: 3px;
	border-radius: 0;
	background: var(--notam-blue);
}

.story-card::after {
	display: none;
}

.story-card:hover,
.story-card:focus-within {
	border-color: #aeb8c1;
	background: #fff;
	box-shadow: 0 12px 26px rgb(7 24 45 / 9%);
	transform: translateY(-2px);
}

.story-card-content {
	padding: 21px 21px 19px;
}

.story-thumbnail {
	grid-row: 1;
	min-height: 190px;
	height: 190px;
	border-radius: 0;
	box-shadow: none;
}

.story-title {
	margin-bottom: 11px;
	font-size: clamp(1.45rem, 2.3vw, 1.95rem);
	font-variation-settings: "wght" 590;
	letter-spacing: -0.035em;
	line-height: 1.03;
}

.story-excerpt {
	margin-bottom: 15px;
	color: #4d5863;
	font-size: 0.93rem;
	line-height: 1.5;
}

.post-kicker {
	margin-bottom: 11px;
	font-size: 0.62rem;
	letter-spacing: 0.09em;
}

.summary-label,
.press-item__summary > span {
	color: var(--notam-accent);
}

.story-meta,
.entry-meta {
	gap: 6px 10px;
	font-size: 0.61rem;
	letter-spacing: 0.045em;
}

.story-meta > * + *::before,
.entry-meta > * + *::before {
	margin-right: 10px;
	color: #a2aab2;
	content: "|";
}

.source-link,
.press-item__source a {
	color: var(--notam-blue);
}

.sidebar {
	top: 72px;
}

.sidebar-section {
	margin-bottom: 15px;
	padding: 19px;
	border: 1px solid #d2d7dc;
	border-top: 4px solid var(--notam-blue);
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
	overflow: hidden;
}

.sidebar-section::before,
.sidebar-section::after {
	display: none;
}

.sidebar-section--wire {
	border-top-color: var(--notam-red);
}

.sidebar-heading-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.sidebar-heading-row .sidebar-title {
	margin: 0;
}

.sidebar-heading-row > span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--notam-red);
	font-size: 0.58rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sidebar-heading-row > span::before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--notam-red);
	content: "";
}

.sidebar-title,
.footer-heading {
	font-size: 0.65rem;
	letter-spacing: 0.1em;
}

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

.wire-list li {
	display: grid;
	grid-template-columns: 39px minmax(0, 1fr);
	gap: 9px;
	padding: 10px 0;
	border-top: 1px solid var(--notam-line);
}

.wire-list time {
	color: var(--notam-red);
	font-size: 0.63rem;
	font-weight: 820;
}

.wire-list a {
	font-family: var(--notam-serif);
	font-size: 0.88rem;
	font-weight: 580;
	line-height: 1.25;
	text-decoration: none;
}

.wire-empty {
	color: var(--notam-muted);
	font-size: 0.8rem;
}

.sidebar-all-link {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	padding-top: 11px;
	color: var(--notam-blue);
	border-top: 2px solid var(--notam-ink);
	font-size: 0.61rem;
	font-weight: 820;
	letter-spacing: 0.07em;
	text-decoration: none;
	text-transform: uppercase;
}

.sidebar .tag-cloud-link {
	padding: 5px 8px;
	border-radius: 4px;
	background: #f5f7f8;
}

.sidebar .tag-cloud-link:hover {
	color: #fff;
	border-color: var(--notam-blue);
	background: var(--notam-blue);
}

.sidebar-list li {
	font-family: var(--notam-sans);
	font-size: 0.78rem;
	font-weight: 630;
}

.search-field,
.contact-form input,
.contact-form textarea,
.press-filters input,
.press-filters select {
	border-radius: 5px;
	background: #fff;
	box-shadow: none;
}

.search-field:focus,
.contact-form input:focus,
.contact-form textarea:focus,
.press-filters input:focus,
.press-filters select:focus {
	border-color: var(--notam-blue);
	box-shadow: 0 0 0 3px rgb(0 102 179 / 12%);
}

.page-numbers {
	border-radius: 5px;
}

.page-numbers.current {
	color: #fff;
	border-color: var(--notam-blue);
	background: var(--notam-blue);
}

.article-shell,
.empty-state,
.contact-form-panel,
.press-filters,
.press-day,
.month-archive,
.post-navigation {
	border-color: #d2d7dc;
	border-radius: var(--notam-radius-lg);
	background: #fff;
	box-shadow: var(--notam-shadow);
}

.article-shell {
	border-top: 5px solid var(--notam-blue);
}

.entry-title,
.page-hero h1,
.press-results__header h2 {
	font-variation-settings: "wght" 610;
}

.entry-thumbnail {
	border-radius: 7px;
	box-shadow: none;
}

.entry-content .notam-newsroom-summary,
.original-source-box {
	border-left-color: var(--notam-accent);
	border-radius: 7px;
	background: #f4f6f8;
}

.page-hero {
	padding: clamp(30px, 5vw, 60px);
}

.page-hero h1 {
	font-size: clamp(3.2rem, 7vw, 6.5rem);
}

.orbital-mark {
	background: var(--notam-accent);
	box-shadow: 0 0 0 7px rgb(240 90 40 / 12%);
}

.contact-form-panel,
.month-archive {
	border-top: 5px solid var(--notam-blue);
}

.press-filters {
	border-top: 5px solid var(--notam-blue);
}

.press-filters::before {
	display: none;
}

.press-day__header {
	background: var(--notam-blue);
}

.press-item:hover {
	background: rgb(0 102 179 / 3.5%);
}

.site-footer {
	border-top: 6px solid var(--notam-accent);
	background: var(--notam-ink);
}

.footer-kicker,
.footer-cta,
.footer-email {
	color: #ff8a62;
}

.back-to-top {
	color: #fff;
	border-color: var(--notam-accent);
	background: var(--notam-accent);
	box-shadow: 0 10px 25px rgb(7 24 45 / 22%);
}

@media (max-width: 1040px) {
	.archive-intro,
	.page-hero__grid,
	.content-layout,
	.contact-layout,
	.press-layout {
		grid-template-columns: 1fr;
	}

	.sidebar {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.sidebar-section {
		margin: 0;
	}

	.masthead-vector {
		right: 150px;
	}
}

@media (max-width: 820px) {
	.masthead-inner {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.heritage-block {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.navigation-inner {
		flex-wrap: wrap;
	}

	.primary-navigation a {
		border-top-color: rgb(255 255 255 / 20%);
	}

	.primary-navigation a::after {
		background: #fff;
	}

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

	.featured-media {
		grid-row: 1;
		min-height: 280px;
	}

	.hot-topics ul {
		overflow-x: auto;
		scrollbar-width: none;
	}

	.hot-topics ul::-webkit-scrollbar {
		display: none;
	}
}

@media (max-width: 620px) {
	.notam-shell,
	.page-hero {
		width: min(calc(100% - 24px), var(--notam-max));
	}

	.utility-inner {
		min-height: 31px;
	}

	.masthead-inner {
		padding-block: 15px 12px;
	}

	.site-branding {
		gap: 12px;
	}

	.brand-icon,
	.custom-logo {
		width: 53px;
		height: 53px;
		border-radius: 8px;
		box-shadow: 0 0 0 1px rgb(0 102 179 / 16%), 4px 4px 0 rgb(240 90 40 / 86%);
	}

	.site-title {
		font-size: clamp(1.5rem, 7.5vw, 2.15rem);
	}

	.site-title a {
		gap: 0.14em;
	}

	.heritage-icons {
		justify-content: flex-start;
		gap: 6px;
		overflow-x: auto;
	}

	.heritage-icon {
		flex: 0 0 auto;
		width: 34px;
		height: 34px;
		border-radius: 5px;
	}

	.heritage-icon img {
		width: 28px;
		height: 28px;
	}

	.navigation-inner {
		min-height: 48px;
	}

	.ticker-inner {
		min-height: 42px;
	}

	.ticker-label {
		padding-inline: 8px;
	}

	.ticker-list li {
		max-width: 220px;
	}

	.hot-topics__inner {
		gap: 12px;
	}

	.hot-topics ul {
		gap: 13px;
	}

	.hot-topics li + li::before {
		margin-right: 13px;
	}

	.site-main {
		padding-block: 24px 52px;
	}

	.archive-intro,
	.page-hero {
		padding: 22px 19px 25px;
		border-radius: 8px;
	}

	.archive-intro h1,
	.page-hero h1 {
		font-size: clamp(2.55rem, 12vw, 4rem);
	}

	.archive-description {
		padding-left: 14px;
	}

	.editorial-signals {
		grid-template-columns: 1fr;
		padding: 0;
	}

	.editorial-signals > div {
		padding: 10px 14px;
		border-bottom: 1px solid var(--notam-line);
	}

	.editorial-signals > div + div {
		border-left: 0;
	}

	.editorial-signals > div:last-child {
		border-bottom: 0;
	}

	.news-column-header {
		align-items: flex-start;
	}

	.news-column-header > a {
		padding-top: 8px;
		font-size: 0;
	}

	.news-column-header > a span {
		font-size: 1.2rem;
	}

	.news-list {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.featured-story,
	.story-card,
	.article-shell,
	.empty-state,
	.contact-form-panel,
	.press-filters,
	.press-day,
	.month-archive,
	.post-navigation {
		border-radius: 8px;
	}

	.featured-story {
		padding: 18px;
	}

	.featured-media {
		min-height: 220px;
	}

	.featured-title {
		font-size: clamp(2.15rem, 10vw, 3.2rem);
	}

	.story-card-content {
		padding: 18px 17px 17px;
	}

	.story-thumbnail {
		min-height: 185px;
		height: 185px;
	}

	.story-card:hover {
		transform: none;
	}

	.sidebar {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.press-filters,
	.month-archive ul,
	.footer-grid,
	.contact-form__row,
	.post-navigation .nav-links {
		grid-template-columns: 1fr;
	}
}

/* Version 2.3: white canvas and faster interaction paths. */
:root {
	--notam-paper: #fff;
	--notam-soft: #f5f7f9;
	--notam-line: #dde2e7;
	--notam-shadow: 0 5px 18px rgb(7 24 45 / 5%);
	--notam-shadow-strong: 0 11px 30px rgb(7 24 45 / 8%);
}

html,
body,
.site-main {
	background: #fff;
}

body.search-open {
	overflow: hidden;
}

:where(.archive-intro, .page-hero, .article-shell, .press-day, .story-card, .featured-story, .sidebar-section) {
	scroll-margin-top: 86px;
}

.hot-topics {
	background: #f7f9fb;
}

.archive-intro,
.page-hero,
.featured-story,
.story-card,
.sidebar-section,
.article-shell,
.empty-state,
.contact-form-panel,
.press-filters,
.press-day,
.month-archive,
.post-navigation {
	background: #fff;
}

.archive-intro,
.page-hero {
	box-shadow: 0 5px 18px rgb(7 24 45 / 4%);
}

.editorial-signals,
.editorial-signals > div {
	background: #f8fafc;
}

.featured-story {
	box-shadow: var(--notam-shadow-strong);
}

.story-card:hover,
.story-card:focus-within {
	border-color: var(--notam-blue);
	box-shadow: 0 10px 24px rgb(0 102 179 / 9%);
}

.featured-title a:hover,
.featured-title a:focus-visible,
.story-title a:hover,
.story-title a:focus-visible,
.wire-list a:hover,
.wire-list a:focus-visible {
	color: var(--notam-blue);
	text-decoration: underline;
	text-decoration-color: var(--notam-accent);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
}

.source-link,
.press-item__source a {
	text-decoration: underline;
	text-decoration-color: rgb(0 102 179 / 28%);
}

.header-actions button {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	padding: 0 11px;
	color: #fff;
	border: 1px solid rgb(255 255 255 / 38%);
	border-radius: 5px;
	background: transparent;
	font-size: 0.66rem;
	font-weight: 780;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.header-actions button:hover,
.header-actions button:focus-visible {
	color: var(--notam-ink);
	border-color: #fff;
	background: #fff;
}

.front-quick-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 19px;
}

.front-quick-actions a,
.front-quick-actions button {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	color: var(--notam-blue);
	border: 1px solid #c9d2da;
	border-radius: 5px;
	background: #fff;
	font-size: 0.62rem;
	font-weight: 810;
	letter-spacing: 0.055em;
	text-decoration: none;
	text-transform: uppercase;
}

.front-quick-actions .front-quick-actions__primary {
	color: #fff;
	border-color: var(--notam-accent);
	background: var(--notam-accent);
}

.front-quick-actions a:hover,
.front-quick-actions button:hover {
	color: #fff;
	border-color: var(--notam-blue);
	background: var(--notam-blue);
}

.search-overlay {
	position: fixed;
	z-index: 12000;
	inset: 0;
	display: grid;
	padding: clamp(70px, 12vh, 140px) 24px 40px;
	place-items: start center;
	background: rgb(7 24 45 / 72%);
	backdrop-filter: blur(8px);
}

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

.search-dialog {
	position: relative;
	width: min(760px, 100%);
	max-height: calc(100vh - 110px);
	padding: clamp(26px, 5vw, 48px);
	overflow-y: auto;
	border-top: 6px solid var(--notam-accent);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 28px 80px rgb(0 0 0 / 28%);
}

.search-dialog h2 {
	margin: 0 50px 9px 0;
	font-size: clamp(2.15rem, 6vw, 4.4rem);
	font-variation-settings: "wght" 610;
	letter-spacing: -0.055em;
}

.search-dialog > p:not(.section-label) {
	margin-bottom: 24px;
	color: var(--notam-muted);
}

.search-dialog__close {
	position: absolute;
	top: 18px;
	right: 18px;
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0;
	place-items: center;
	color: var(--notam-ink);
	border: 1px solid var(--notam-line);
	border-radius: 50%;
	background: #fff;
	font-size: 1.7rem;
	line-height: 1;
}

.search-dialog__close:hover {
	color: #fff;
	border-color: var(--notam-red);
	background: var(--notam-red);
}

.search-dialog__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 9px;
}

.search-dialog__form input {
	width: 100%;
	min-width: 0;
	min-height: 58px;
	padding: 12px 17px;
	border: 2px solid var(--notam-ink);
	border-radius: 6px;
	background: #fff;
	font-size: 1rem;
}

.search-dialog__form input:focus {
	border-color: var(--notam-blue);
	box-shadow: 0 0 0 4px rgb(0 102 179 / 12%);
	outline: 0;
}

.search-dialog__form button {
	min-width: 116px;
	min-height: 58px;
	padding: 10px 18px;
	color: #fff;
	border: 0;
	border-radius: 6px;
	background: var(--notam-blue);
	font-size: 0.72rem;
	font-weight: 820;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.search-dialog__form button:hover {
	background: var(--notam-accent);
}

.search-dialog__suggestions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	font-size: 0.69rem;
}

.search-dialog__suggestions > span {
	margin-right: 3px;
	font-weight: 780;
}

.search-dialog__suggestions a {
	padding: 5px 8px;
	border: 1px solid var(--notam-line);
	border-radius: 4px;
	background: #f7f9fb;
	font-weight: 680;
	text-decoration: none;
}

.mobile-dock {
	display: none;
}

@media (max-width: 820px) {
	.front-quick-actions {
		margin-top: 16px;
	}

	.search-overlay {
		padding-top: 72px;
	}
}

@media (max-width: 620px) {
	body {
		padding-bottom: calc(66px + env(safe-area-inset-bottom));
	}

	.front-quick-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.front-quick-actions .front-quick-actions__primary {
		grid-column: 1 / -1;
	}

	.front-quick-actions a,
	.front-quick-actions button {
		width: 100%;
		min-height: 44px;
	}

	.search-overlay {
		padding: 54px 12px calc(78px + env(safe-area-inset-bottom));
		place-items: start stretch;
	}

	.search-dialog {
		max-height: calc(100vh - 140px);
		padding: 24px 18px 22px;
		border-radius: 8px;
	}

	.search-dialog h2 {
		margin-right: 42px;
		font-size: clamp(2rem, 11vw, 3rem);
	}

	.search-dialog__close {
		top: 13px;
		right: 13px;
		width: 38px;
		height: 38px;
	}

	.search-dialog__form {
		grid-template-columns: 1fr;
	}

	.search-dialog__form input,
	.search-dialog__form button {
		min-height: 52px;
	}

	.mobile-dock {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 8400;
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		padding: 5px 8px max(5px, env(safe-area-inset-bottom));
		border-top: 1px solid #d4dae0;
		background: rgb(255 255 255 / 97%);
		box-shadow: 0 -9px 24px rgb(7 24 45 / 10%);
		backdrop-filter: blur(14px);
	}

	.mobile-dock a,
	.mobile-dock button {
		display: grid;
		min-width: 0;
		min-height: 54px;
		padding: 5px 2px;
		place-items: center;
		align-content: center;
		gap: 2px;
		color: var(--notam-ink);
		border: 0;
		border-radius: 6px;
		background: transparent;
		font-size: 0.58rem;
		font-weight: 760;
		line-height: 1;
		text-decoration: none;
	}

	.mobile-dock a:hover,
	.mobile-dock button:hover,
	.mobile-dock a:focus-visible,
	.mobile-dock button:focus-visible {
		color: var(--notam-blue);
		background: #f2f6f9;
	}

	.mobile-dock svg {
		width: 20px;
		height: 20px;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.8;
	}

	.back-to-top {
		bottom: calc(78px + env(safe-area-inset-bottom));
	}
}

/* Version 2.4: Reuters-inspired black, white and signal-orange palette. */
:root {
	--notam-paper: #fff;
	--notam-card: #fff;
	--notam-ink: #111;
	--notam-ink-2: #262626;
	--notam-muted: #626262;
	--notam-line: #dedede;
	--notam-soft: #f4f4f4;
	--notam-accent: #ff8000;
	--notam-blue: #242424;
	--notam-red: #a64600;
	--notam-shadow: 0 5px 18px rgb(17 17 17 / 5%);
	--notam-shadow-strong: 0 13px 32px rgb(17 17 17 / 9%);
}

body,
.site-main {
	color: var(--notam-ink);
	background: #fff;
}

::selection {
	color: var(--notam-ink);
	background: var(--notam-accent);
}

:where(a, button, input, select, textarea):focus-visible {
	outline-color: var(--notam-accent);
}

a:hover {
	color: var(--notam-red);
}

.reading-progress span {
	background: linear-gradient(90deg, var(--notam-accent) 0 72%, var(--notam-ink) 72% 100%);
	box-shadow: 0 0 12px rgb(255 128 0 / 34%);
}

.site-header {
	border-bottom-color: #cfcfcf;
	box-shadow: 0 4px 18px rgb(17 17 17 / 5%);
}

.utility-bar {
	color: #e7e7e7;
	background: #111;
}

.status-dot {
	background: var(--notam-accent);
	box-shadow: 0 0 0 4px rgb(255 128 0 / 18%);
}

.masthead-vector {
	stroke: var(--notam-ink);
}

.brand-icon,
.custom-logo {
	box-shadow: 0 0 0 1px rgb(17 17 17 / 16%), 0 10px 22px rgb(17 17 17 / 13%), 5px 5px 0 rgb(255 128 0 / 92%);
}

.site-title,
.site-title a {
	color: var(--notam-ink);
}

.brand-space {
	color: var(--notam-accent);
}

.heritage-icon {
	border-color: #d8d8d8;
}

.heritage-icon:nth-child(5) {
	border-color: rgb(36 36 36 / 35%);
}

.heritage-icon:hover {
	border-color: var(--notam-accent);
	box-shadow: 0 7px 17px rgb(17 17 17 / 10%);
}

.navigation-bar,
.navigation-bar.is-fixed {
	border-color: rgb(255 255 255 / 19%);
	background: #111;
}

.navigation-bar.is-fixed {
	box-shadow: 0 10px 24px rgb(17 17 17 / 22%);
}

.primary-navigation a::after {
	background: var(--notam-accent);
}

.header-actions .header-archive {
	color: var(--notam-ink);
	border-color: var(--notam-accent);
	background: var(--notam-accent);
}

.ticker-label {
	color: var(--notam-ink);
	background: var(--notam-accent);
}

.ticker-pulse {
	background: var(--notam-ink);
	box-shadow: 0 0 0 3px rgb(17 17 17 / 12%);
}

.ticker-list time,
.wire-list time,
.sidebar-heading-row > span {
	color: var(--notam-red);
}

.sidebar-heading-row > span::before {
	background: var(--notam-accent);
}

.hot-topics {
	border-bottom-color: #d6d6d6;
	background: #f3f3f3;
}

.hot-topics__label,
.eyebrow,
.post-kicker,
.section-label {
	color: var(--notam-red);
}

.button--primary,
.button-link,
.search-submit,
.front-quick-actions .front-quick-actions__primary {
	color: var(--notam-ink);
	border-color: var(--notam-accent);
	background: var(--notam-accent);
}

.button--primary:hover,
.button--primary:focus-visible,
.button-link:hover,
.button-link:focus-visible,
.search-submit:hover,
.search-submit:focus-visible {
	color: #fff;
	border-color: var(--notam-ink);
	background: var(--notam-ink);
}

.button--dark {
	color: #fff;
	background: var(--notam-ink);
}

.archive-intro,
.page-hero,
.contact-form-panel,
.month-archive,
.press-filters {
	border-color: #d6d6d6;
	border-top-color: var(--notam-accent);
}

.archive-edition,
.archive-description .text-link,
.news-column-header > a,
.sidebar-all-link {
	color: var(--notam-red);
}

.editorial-signals,
.editorial-signals > div {
	background: #f6f6f6;
}

.editorial-signals strong {
	color: var(--notam-ink);
}

.featured-story::before {
	background: linear-gradient(90deg, var(--notam-ink) 0 68%, var(--notam-accent) 68% 100%);
}

.story-card::before {
	background: var(--notam-accent);
}

.story-card:hover,
.story-card:focus-within {
	border-color: #999;
	box-shadow: 0 12px 27px rgb(17 17 17 / 10%);
}

.featured-title a:hover,
.featured-title a:focus-visible,
.story-title a:hover,
.story-title a:focus-visible,
.wire-list a:hover,
.wire-list a:focus-visible {
	color: var(--notam-ink);
	text-decoration-color: var(--notam-accent);
}

.summary-label,
.press-item__summary > span {
	color: var(--notam-red);
}

.source-link,
.press-item__source a {
	color: var(--notam-ink);
	text-decoration-color: var(--notam-accent);
}

.sidebar-section {
	border-color: #d6d6d6;
	border-top-color: var(--notam-ink);
}

.sidebar-section--wire {
	border-top-color: var(--notam-accent);
}

.sidebar .tag-cloud-link:hover {
	color: var(--notam-ink);
	border-color: var(--notam-accent);
	background: var(--notam-accent);
}

.search-field:focus,
.contact-form input:focus,
.contact-form textarea:focus,
.press-filters input:focus,
.press-filters select:focus,
.search-dialog__form input:focus {
	border-color: var(--notam-accent);
	box-shadow: 0 0 0 3px rgb(255 128 0 / 16%);
}

.page-numbers.current {
	color: #fff;
	border-color: var(--notam-ink);
	background: var(--notam-ink);
}

.article-shell {
	border-top-color: var(--notam-ink);
}

.entry-content .notam-newsroom-summary,
.original-source-box {
	background: #f5f5f5;
}

.orbital-mark {
	box-shadow: 0 0 0 7px rgb(255 128 0 / 14%);
}

.press-day__header {
	background: var(--notam-ink);
}

.press-item:hover {
	background: rgb(255 128 0 / 5%);
}

.search-overlay {
	background: rgb(17 17 17 / 76%);
}

.search-dialog__form button {
	color: #fff;
	background: var(--notam-ink);
}

.search-dialog__form button:hover {
	color: var(--notam-ink);
	background: var(--notam-accent);
}

.search-dialog__suggestions a {
	background: #f4f4f4;
}

.front-quick-actions a,
.front-quick-actions button {
	color: var(--notam-ink);
	border-color: #cfcfcf;
}

.front-quick-actions a:hover,
.front-quick-actions button:hover {
	color: #fff;
	border-color: var(--notam-ink);
	background: var(--notam-ink);
}

.front-quick-actions .front-quick-actions__primary:hover {
	color: #fff;
	border-color: var(--notam-ink);
	background: var(--notam-ink);
}

.site-footer {
	border-top-color: var(--notam-accent);
	background: #111;
}

.footer-kicker,
.footer-cta,
.footer-email {
	color: var(--notam-accent);
}

.back-to-top {
	color: var(--notam-ink);
	border-color: var(--notam-accent);
	background: var(--notam-accent);
	box-shadow: 0 10px 25px rgb(17 17 17 / 22%);
}

.back-to-top:hover {
	color: #fff;
	border-color: var(--notam-ink);
	background: var(--notam-ink);
}

@media (max-width: 620px) {
	.mobile-dock {
		border-top-color: #d2d2d2;
		box-shadow: 0 -9px 24px rgb(17 17 17 / 10%);
	}

	.mobile-dock a:hover,
	.mobile-dock button:hover,
	.mobile-dock a:focus-visible,
	.mobile-dock button:focus-visible {
		color: var(--notam-ink);
		background: rgb(255 128 0 / 13%);
	}
}

/* Version 2.5: centered compact canvas, chamfered geometry and vector depth. */
:root {
	--notam-max: 1120px;
	--notam-radius-sm: 10px;
	--notam-radius: 16px;
	--notam-radius-lg: 24px;
	--notam-shadow: 0 1px 0 rgb(255 255 255 / 92%) inset, 0 9px 28px rgb(17 17 17 / 7%);
	--notam-shadow-strong: 0 1px 0 rgb(255 255 255 / 96%) inset, 0 20px 52px rgb(17 17 17 / 11%);
	--notam-vector-grid: url("assets/images/editorial-orbit-grid.svg");
}

.notam-shell {
	width: min(calc(100% - 48px), var(--notam-max));
	margin-inline: auto;
}

.site-main {
	margin-inline: auto;
	padding-block: clamp(34px, 5vw, 68px);
}

.masthead-inner {
	min-height: 128px;
	padding-block: 18px;
}

.masthead-vector {
	top: -28px;
	right: 96px;
	width: 420px;
	height: 190px;
	stroke: var(--notam-ink);
	stroke-width: 1;
	opacity: 0.62;
	filter: drop-shadow(0 8px 12px rgb(17 17 17 / 6%));
	animation: notam-orbit-drift 12s ease-in-out infinite alternate;
}

.masthead-vector .masthead-vector__grid path {
	stroke: var(--notam-ink);
	stroke-width: 0.7;
	stroke-opacity: 0.07;
}

.masthead-vector__orbits {
	stroke-opacity: 0.25;
}

.masthead-vector .masthead-vector__trail {
	stroke: url(#notam-orbit-trail);
	stroke-width: 2.6;
}

.masthead-vector circle.masthead-vector__node {
	fill: var(--notam-accent);
	stroke: none;
}

.masthead-vector circle.masthead-vector__satellite {
	fill: var(--notam-ink);
	stroke: #fff;
	stroke-width: 2;
}

@keyframes notam-orbit-drift {
	from {
		transform: translate3d(0, -2px, 0) rotate(-0.4deg);
	}

	to {
		transform: translate3d(12px, 5px, 0) rotate(0.7deg);
	}
}

.brand-icon,
.custom-logo {
	border-radius: 20px 7px;
	box-shadow: 0 0 0 1px rgb(17 17 17 / 14%), 0 14px 28px rgb(17 17 17 / 15%), 6px 6px 0 var(--notam-accent);
	transition: transform 260ms ease, box-shadow 260ms ease;
}

.brand-icon-link:hover .brand-icon,
.custom-logo-link:hover .custom-logo {
	box-shadow: 0 0 0 1px rgb(17 17 17 / 18%), 0 20px 36px rgb(17 17 17 / 18%), 9px 9px 0 var(--notam-accent);
	transform: translate(-2px, -2px) rotate(-1.5deg);
}

.heritage-icon {
	border-radius: 13px 5px;
	background: linear-gradient(145deg, #fff 0 62%, #f4f4f4 100%);
}

.header-actions a,
.header-actions button,
.front-quick-actions a,
.front-quick-actions button,
.button,
.button-link,
.wp-block-button__link,
.search-submit {
	border-radius: 12px 4px;
}

.ticker-label {
	clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px));
}

.archive-intro,
.page-hero {
	isolation: isolate;
	border: 1px solid transparent;
	border-radius: 26px 9px;
	background:
		var(--notam-vector-grid) right center / min(58%, 620px) auto no-repeat padding-box,
		linear-gradient(145deg, rgb(255 255 255 / 99%), rgb(247 247 247 / 95%)) padding-box,
		linear-gradient(135deg, var(--notam-accent), #d7d7d7 42%, #f2f2f2 72%, var(--notam-ink)) border-box;
	box-shadow: var(--notam-shadow-strong);
}

.archive-intro {
	grid-template-columns: minmax(0, 1.42fr) minmax(250px, 0.58fr);
	gap: clamp(28px, 4.5vw, 54px);
	padding: clamp(30px, 4.5vw, 52px);
}

.archive-intro::before,
.page-hero::before {
	top: 0;
	right: 0;
	width: 36%;
	height: 5px;
	border: 0;
	border-radius: 0;
	background: linear-gradient(90deg, transparent, var(--notam-accent));
	box-shadow: none;
}

.archive-intro::after,
.page-hero::after {
	display: block;
	right: 24px;
	bottom: 20px;
	width: 54px;
	height: 10px;
	border-radius: 999px;
	background: repeating-linear-gradient(90deg, var(--notam-ink) 0 5px, transparent 5px 10px);
	opacity: 0.22;
	transform: none;
}

.archive-intro h1,
.page-hero h1 {
	max-width: 760px;
	text-shadow: 0 1px 0 #fff;
}

.archive-description,
.page-hero__intro {
	padding: 15px 16px;
	border-left: 4px solid var(--notam-accent);
	border-radius: 14px 5px;
	background: rgb(255 255 255 / 86%);
	box-shadow: 0 8px 24px rgb(17 17 17 / 7%);
	backdrop-filter: blur(8px);
}

.page-hero {
	width: min(calc(100% - 48px), var(--notam-max));
	padding: clamp(34px, 5vw, 58px);
}

.editorial-signals {
	padding: 7px;
	border: 1px solid transparent;
	border-radius: 18px 6px;
	background:
		linear-gradient(140deg, rgb(255 255 255 / 96%), rgb(245 245 245 / 94%)) padding-box,
		linear-gradient(110deg, #d7d7d7, var(--notam-accent), #d7d7d7) border-box;
	box-shadow: var(--notam-shadow);
}

.editorial-signals > div {
	min-height: 68px;
	padding: 12px 16px;
	border-radius: 12px 4px;
	background: rgb(255 255 255 / 68%);
}

.editorial-signals strong {
	color: var(--notam-accent);
	text-shadow: 0 1px 0 #fff;
}

.content-layout {
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: clamp(26px, 3.2vw, 38px);
}

.news-column-header {
	position: relative;
	padding: 0 0 16px;
	border-bottom: 0;
}

.news-column-header::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--notam-ink) 0 74%, var(--notam-accent) 74% 100%);
	box-shadow: 0 5px 12px rgb(17 17 17 / 8%);
	content: "";
}

.featured-story {
	border: 1px solid transparent;
	border-radius: 24px 8px;
	background:
		linear-gradient(150deg, #fff, #f8f8f8) padding-box,
		linear-gradient(135deg, var(--notam-ink), #d7d7d7 48%, var(--notam-accent)) border-box;
	box-shadow: var(--notam-shadow-strong);
}

.featured-story::before {
	height: 5px;
	background: linear-gradient(90deg, var(--notam-ink) 0 66%, var(--notam-accent) 66% 100%);
}

.featured-story::after {
	position: absolute;
	right: -110px;
	bottom: -74px;
	z-index: 0;
	display: block;
	width: 390px;
	height: 180px;
	background: var(--notam-vector-grid) center / cover no-repeat;
	content: "";
	opacity: 0.1;
	pointer-events: none;
	transform: rotate(-7deg);
}

.featured-media,
.featured-content {
	position: relative;
	z-index: 1;
}

.featured-media {
	border: 1px solid rgb(255 255 255 / 72%);
	border-radius: 18px 6px;
	box-shadow: 0 14px 30px rgb(17 17 17 / 13%);
}

.featured-media::after,
.story-thumbnail::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(145deg, transparent 58%, rgb(255 128 0 / 18%));
	content: "";
	pointer-events: none;
}

.story-card {
	border: 1px solid transparent;
	border-radius: 18px 6px;
	background:
		linear-gradient(145deg, #fff, #fafafa) padding-box,
		linear-gradient(135deg, #d8d8d8, #efefef 68%, var(--notam-accent)) border-box;
	box-shadow: 0 7px 22px rgb(17 17 17 / 6%);
	overflow: hidden;
	transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.story-card::before {
	height: 4px;
	background: linear-gradient(90deg, var(--notam-accent), var(--notam-ink));
}

.story-card::after {
	position: absolute;
	top: -72px;
	right: -82px;
	display: block;
	width: 210px;
	height: 132px;
	background: var(--notam-vector-grid) center / cover no-repeat;
	content: "";
	opacity: 0.08;
	pointer-events: none;
	transform: rotate(9deg);
	transition: opacity 240ms ease, transform 360ms ease;
}

.story-card > * {
	position: relative;
	z-index: 1;
}

.story-card:hover,
.story-card:focus-within {
	border-color: transparent;
	box-shadow: 0 18px 38px rgb(17 17 17 / 12%);
	transform: translateY(-5px) scale(1.003);
}

.story-card:hover::after,
.story-card:focus-within::after {
	opacity: 0.16;
	transform: translate(-10px, 7px) rotate(4deg);
}

.story-thumbnail {
	position: relative;
	border-radius: 13px 5px;
	box-shadow: 0 9px 20px rgb(17 17 17 / 9%);
}

.sidebar-section,
.article-shell,
.empty-state,
.contact-form-panel,
.press-filters,
.press-day,
.month-archive,
.post-navigation {
	border: 1px solid transparent;
	border-radius: 19px 7px;
	background:
		linear-gradient(145deg, #fff, #fafafa) padding-box,
		linear-gradient(135deg, #d8d8d8, #f1f1f1 72%, var(--notam-accent)) border-box;
	box-shadow: var(--notam-shadow);
}

.sidebar-section {
	position: relative;
	overflow: hidden;
}

.sidebar-section::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	margin: 0;
	border-radius: 0;
	background: linear-gradient(90deg, var(--notam-ink) 0 70%, var(--notam-accent) 70%);
}

.sidebar-section--wire::before {
	background: linear-gradient(90deg, var(--notam-accent) 0 70%, var(--notam-ink) 70%);
}

.press-layout {
	grid-template-columns: minmax(0, 1fr) 270px;
	gap: clamp(26px, 3.2vw, 38px);
}

.press-day {
	overflow: hidden;
}

.press-day__header {
	background:
		radial-gradient(circle at 92% 18%, rgb(255 128 0 / 22%), transparent 150px),
		var(--notam-ink);
}

.press-item__index::before {
	border-radius: 12px 4px;
	box-shadow: 3px 3px 0 rgb(255 128 0 / 18%);
}

.search-field,
.contact-form input,
.contact-form textarea,
.press-filters input,
.press-filters select,
.search-dialog__form input {
	border-radius: 12px 4px;
	background: linear-gradient(145deg, #fff, #fafafa);
}

.search-dialog {
	border: 1px solid transparent;
	border-top: 6px solid var(--notam-accent);
	border-radius: 25px 8px;
	background:
		var(--notam-vector-grid) right top / 420px auto no-repeat padding-box,
		linear-gradient(145deg, rgb(255 255 255 / 99%), rgb(247 247 247 / 98%)) padding-box,
		linear-gradient(135deg, var(--notam-accent), #d8d8d8, var(--notam-ink)) border-box;
	box-shadow: 0 34px 90px rgb(0 0 0 / 34%);
}

.search-dialog__close {
	border-radius: 13px 5px;
}

.site-footer {
	position: relative;
	overflow: hidden;
	background:
		var(--notam-vector-grid) right 38% / 640px auto no-repeat,
		#111;
}

.site-footer::after {
	position: absolute;
	right: -100px;
	bottom: -100px;
	width: 360px;
	height: 360px;
	border: 1px solid rgb(255 128 0 / 20%);
	border-radius: 50%;
	box-shadow: 0 0 0 42px rgb(255 128 0 / 3%), 0 0 0 86px rgb(255 255 255 / 2%);
	content: "";
	pointer-events: none;
}

.site-footer .notam-shell {
	position: relative;
	z-index: 1;
}

@supports (backdrop-filter: blur(16px)) {
	.site-header {
		background: rgb(255 255 255 / 88%);
		backdrop-filter: blur(16px) saturate(125%);
	}
}

@media (max-width: 1040px) {
	.content-layout,
	.press-layout {
		grid-template-columns: 1fr;
	}

	.sidebar {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.masthead-vector {
		right: 10px;
		opacity: 0.35;
	}
}

@media (max-width: 820px) {
	.notam-shell,
	.page-hero {
		width: min(calc(100% - 28px), var(--notam-max));
	}

	.archive-intro,
	.page-hero__grid,
	.featured-story {
		grid-template-columns: 1fr;
	}

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

	.masthead-vector {
		right: -80px;
		width: 340px;
		opacity: 0.2;
	}
}

@media (max-width: 620px) {
	.notam-shell,
	.page-hero {
		width: min(calc(100% - 20px), var(--notam-max));
	}

	.archive-intro,
	.page-hero,
	.featured-story,
	.story-card,
	.sidebar-section,
	.article-shell,
	.contact-form-panel,
	.press-filters,
	.press-day,
	.month-archive {
		border-radius: 16px 5px;
	}

	.archive-intro,
	.page-hero {
		background-size: 380px auto, auto, auto;
	}

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

	.story-card:hover,
	.story-card:focus-within {
		transform: none;
	}

	.mobile-dock {
		right: 10px;
		bottom: max(8px, env(safe-area-inset-bottom));
		left: 10px;
		border: 1px solid #d2d2d2;
		border-radius: 19px 7px;
		box-shadow: 0 -2px 28px rgb(17 17 17 / 15%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.masthead-vector {
		animation: none;
	}
}

/* Version 2.6: Bloomberg Light — airy, data-led and high-contrast. */
:root {
	--notam-paper: #f7f5ef;
	--notam-card: #fff;
	--notam-ink: #0b0b0d;
	--notam-ink-2: #252429;
	--notam-muted: #66656b;
	--notam-line: #dedbd3;
	--notam-soft: #efede6;
	--notam-accent: #ffb000;
	--notam-blue: #3167ff;
	--notam-green: #008c6a;
	--notam-red: #c9473f;
	--notam-radius-sm: 8px;
	--notam-radius: 14px;
	--notam-radius-lg: 20px;
	--notam-shadow: 0 1px 0 rgb(255 255 255 / 90%) inset, 0 8px 26px rgb(11 11 13 / 4.5%);
	--notam-shadow-strong: 0 1px 0 rgb(255 255 255 / 96%) inset, 0 20px 54px rgb(11 11 13 / 7.5%);
}

body,
.site-main {
	color: var(--notam-ink);
	background:
		linear-gradient(90deg, transparent 0 49.94%, rgb(11 11 13 / 1.8%) 49.94% 50.06%, transparent 50.06%),
		linear-gradient(180deg, #fbfaf7 0, var(--notam-paper) 420px, #f9f8f4 100%);
}

::selection {
	color: var(--notam-ink);
	background: var(--notam-accent);
}

a:hover {
	color: var(--notam-blue);
}

.reading-progress {
	background: rgb(11 11 13 / 8%);
}

.reading-progress span {
	background: linear-gradient(90deg, var(--notam-accent) 0 76%, var(--notam-blue) 76% 100%);
	box-shadow: none;
}

.site-header {
	border-bottom: 1px solid var(--notam-line);
	background: rgb(255 255 255 / 94%);
	box-shadow: 0 6px 24px rgb(11 11 13 / 3.5%);
}

.utility-bar {
	border-bottom: 1px solid rgb(255 255 255 / 10%);
	color: #d8d6cf;
	background: var(--notam-ink);
}

.utility-inner {
	letter-spacing: 0.035em;
}

.utility-edition {
	color: #fff;
}

.status-dot {
	background: var(--notam-accent);
	box-shadow: 0 0 0 4px rgb(255 176 0 / 16%);
}

.masthead-inner {
	min-height: 124px;
	padding-block: 20px;
}

.masthead-vector {
	right: 86px;
	opacity: 0.34;
	filter: none;
}

.masthead-vector .masthead-vector__grid path {
	stroke: var(--notam-ink);
	stroke-opacity: 0.055;
}

.masthead-vector__orbits {
	stroke: var(--notam-ink);
	stroke-opacity: 0.17;
}

.masthead-vector circle.masthead-vector__satellite {
	fill: var(--notam-blue);
	stroke: #fff;
}

.brand-icon,
.custom-logo {
	border: 1px solid rgb(11 11 13 / 12%);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 30px rgb(11 11 13 / 9%), 4px 4px 0 var(--notam-accent);
}

.brand-icon-link:hover .brand-icon,
.custom-logo-link:hover .custom-logo {
	box-shadow: 0 16px 34px rgb(11 11 13 / 11%), 6px 6px 0 var(--notam-accent);
	transform: translate(-1px, -1px);
}

.site-title,
.site-title a {
	color: var(--notam-ink);
	font-family: var(--notam-sans);
	font-weight: 680;
	letter-spacing: -0.058em;
}

.brand-space {
	color: var(--notam-accent);
	font-family: var(--notam-serif);
	font-style: italic;
	font-weight: 530;
	letter-spacing: -0.045em;
}

.site-description,
.heritage-block p {
	color: var(--notam-muted);
	letter-spacing: 0.075em;
}

.heritage-icon {
	border-color: var(--notam-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 3px 12px rgb(11 11 13 / 3%);
}

.heritage-icon:nth-child(5) {
	border-color: rgb(49 103 255 / 28%);
}

.heritage-icon:hover {
	border-color: var(--notam-accent);
	box-shadow: 0 8px 18px rgb(11 11 13 / 7%);
	transform: translateY(-2px);
}

.navigation-bar,
.navigation-bar.is-fixed {
	border-color: rgb(255 255 255 / 12%);
	background: var(--notam-ink);
}

.navigation-bar.is-fixed {
	box-shadow: 0 12px 28px rgb(11 11 13 / 18%);
}

.primary-navigation a {
	letter-spacing: 0.055em;
}

.primary-navigation a::after {
	height: 3px;
	background: var(--notam-accent);
}

.header-actions a,
.header-actions button,
.front-quick-actions a,
.front-quick-actions button,
.button,
.button-link,
.wp-block-button__link,
.search-submit {
	border-radius: 8px;
}

.header-actions .header-archive {
	color: var(--notam-ink);
	border-color: var(--notam-accent);
	background: var(--notam-accent);
}

.ticker {
	border-bottom: 1px solid var(--notam-line);
	background: #fff;
}

.ticker-label {
	color: var(--notam-ink);
	background: var(--notam-accent);
	clip-path: none;
}

.ticker-pulse {
	background: var(--notam-ink);
	box-shadow: none;
}

.ticker-list time,
.wire-list time,
.sidebar-heading-row > span {
	color: var(--notam-blue);
}

.hot-topics {
	border-bottom-color: var(--notam-line);
	background: var(--notam-paper);
}

.hot-topics__label,
.eyebrow,
.post-kicker,
.section-label {
	color: #8a5d00;
}

.hot-topics li + li::before {
	color: #aaa69d;
}

.button--primary,
.button-link,
.search-submit,
.front-quick-actions .front-quick-actions__primary {
	color: var(--notam-ink);
	border-color: var(--notam-accent);
	background: var(--notam-accent);
	box-shadow: 0 5px 14px rgb(255 176 0 / 14%);
}

.button--primary:hover,
.button--primary:focus-visible,
.button-link:hover,
.button-link:focus-visible,
.search-submit:hover,
.search-submit:focus-visible,
.front-quick-actions .front-quick-actions__primary:hover {
	color: #fff;
	border-color: var(--notam-ink);
	background: var(--notam-ink);
	box-shadow: none;
}

.button--dark {
	color: #fff;
	background: var(--notam-ink);
}

.archive-intro,
.page-hero {
	isolation: isolate;
	border: 1px solid var(--notam-line);
	border-top: 4px solid var(--notam-ink);
	border-radius: 20px;
	background:
		var(--notam-vector-grid) right center / min(54%, 570px) auto no-repeat,
		linear-gradient(135deg, #fff 0 65%, #faf8f2 100%);
	box-shadow: var(--notam-shadow-strong);
}

.archive-intro::before,
.page-hero::before {
	top: -4px;
	right: 0;
	width: 27%;
	height: 4px;
	border: 0;
	border-radius: 0 20px 0 0;
	background: linear-gradient(90deg, var(--notam-accent), var(--notam-blue));
}

.archive-intro::after,
.page-hero::after {
	right: 26px;
	bottom: 22px;
	width: 44px;
	height: 6px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--notam-ink) 0 46%, var(--notam-accent) 46% 72%, var(--notam-blue) 72%);
	opacity: 0.45;
}

.archive-intro h1,
.page-hero h1 {
	color: var(--notam-ink);
	letter-spacing: -0.04em;
	text-shadow: none;
}

.archive-description,
.page-hero__intro {
	padding: 15px 17px;
	border: 1px solid rgb(222 219 211 / 86%);
	border-left: 3px solid var(--notam-accent);
	border-radius: 10px;
	background: rgb(255 255 255 / 88%);
	box-shadow: none;
	backdrop-filter: blur(8px);
}

.archive-edition,
.archive-description .text-link,
.news-column-header > a,
.sidebar-all-link {
	color: #7f5700;
}

.editorial-signals {
	padding: 4px;
	border: 0;
	border-radius: 14px;
	background: var(--notam-ink);
	box-shadow: 0 16px 34px rgb(11 11 13 / 12%);
}

.editorial-signals > div {
	min-height: 68px;
	padding: 13px 16px;
	border-radius: 10px;
	background: transparent;
}

.editorial-signals > div + div {
	border-color: rgb(255 255 255 / 13%);
}

.editorial-signals strong {
	color: var(--notam-accent);
	text-shadow: none;
}

.editorial-signals > div:nth-child(2) strong {
	color: #75a0ff;
}

.editorial-signals > div:nth-child(3) strong {
	color: #4fd2aa;
}

.editorial-signals span {
	color: #b8b6b0;
}

.content-layout,
.press-layout {
	gap: clamp(28px, 3.4vw, 42px);
}

.news-column-header::after {
	height: 2px;
	background: linear-gradient(90deg, var(--notam-ink) 0 78%, var(--notam-accent) 78% 92%, var(--notam-blue) 92%);
	box-shadow: none;
}

.featured-story {
	border: 1px solid var(--notam-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--notam-shadow-strong);
}

.featured-story::before {
	height: 4px;
	background: linear-gradient(90deg, var(--notam-ink) 0 72%, var(--notam-accent) 72% 91%, var(--notam-blue) 91%);
}

.featured-story::after {
	opacity: 0.055;
	transform: rotate(-5deg);
}

.featured-media {
	border: 1px solid var(--notam-line);
	border-radius: 14px;
	box-shadow: 0 10px 25px rgb(11 11 13 / 8%);
}

.featured-media::after,
.story-thumbnail::after {
	background: linear-gradient(145deg, transparent 68%, rgb(255 176 0 / 12%));
}

.story-card {
	border: 1px solid var(--notam-line);
	border-radius: 15px;
	background: #fff;
	box-shadow: var(--notam-shadow);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.story-card::before {
	height: 3px;
	background: linear-gradient(90deg, var(--notam-accent), var(--notam-blue));
}

.story-card::after {
	opacity: 0.035;
}

.story-card:hover,
.story-card:focus-within {
	border-color: rgb(11 11 13 / 30%);
	box-shadow: 0 18px 38px rgb(11 11 13 / 8%);
	transform: translateY(-3px);
}

.story-card:hover::after,
.story-card:focus-within::after {
	opacity: 0.08;
}

.story-thumbnail {
	border-radius: 10px;
	box-shadow: 0 8px 18px rgb(11 11 13 / 6%);
}

.featured-title a:hover,
.featured-title a:focus-visible,
.story-title a:hover,
.story-title a:focus-visible,
.wire-list a:hover,
.wire-list a:focus-visible {
	color: var(--notam-ink);
	text-decoration-color: var(--notam-accent);
}

.summary-label,
.press-item__summary > span {
	color: #805800;
}

.source-link,
.press-item__source a {
	color: var(--notam-ink);
	text-decoration-color: var(--notam-accent);
}

.sidebar-section,
.article-shell,
.empty-state,
.contact-form-panel,
.press-filters,
.press-day,
.month-archive,
.post-navigation {
	border: 1px solid var(--notam-line);
	border-radius: 15px;
	background: #fff;
	box-shadow: var(--notam-shadow);
}

.sidebar-section::before {
	height: 3px;
	background: linear-gradient(90deg, var(--notam-ink) 0 76%, var(--notam-accent) 76% 92%, var(--notam-blue) 92%);
}

.sidebar-section--wire::before {
	background: linear-gradient(90deg, var(--notam-accent) 0 64%, var(--notam-blue) 64% 78%, var(--notam-ink) 78%);
}

.sidebar .tag-cloud-link:hover {
	color: var(--notam-ink);
	border-color: var(--notam-accent);
	background: var(--notam-accent);
}

.article-shell {
	border-top: 4px solid var(--notam-ink);
}

.entry-content .notam-newsroom-summary,
.original-source-box {
	border-color: var(--notam-line);
	border-left-color: var(--notam-accent);
	background: #faf8f2;
}

.press-day {
	overflow: hidden;
}

.press-day__header {
	background:
		linear-gradient(90deg, transparent 0 74%, rgb(255 176 0 / 14%) 74% 92%, rgb(49 103 255 / 16%) 92%),
		var(--notam-ink);
}

.press-item:hover {
	background: rgb(255 176 0 / 4.5%);
}

.press-item__index::before {
	border-radius: 8px;
	box-shadow: 3px 3px 0 rgb(255 176 0 / 16%);
}

.search-field,
.contact-form input,
.contact-form textarea,
.press-filters input,
.press-filters select,
.search-dialog__form input {
	border-color: var(--notam-line);
	border-radius: 9px;
	background: #fff;
}

.search-field:focus,
.contact-form input:focus,
.contact-form textarea:focus,
.press-filters input:focus,
.press-filters select:focus,
.search-dialog__form input:focus {
	border-color: var(--notam-accent);
	box-shadow: 0 0 0 3px rgb(255 176 0 / 14%);
}

.search-overlay {
	background: rgb(11 11 13 / 72%);
}

.search-dialog {
	border: 1px solid var(--notam-line);
	border-top: 5px solid var(--notam-accent);
	border-radius: 20px;
	background:
		var(--notam-vector-grid) right top / 410px auto no-repeat,
		linear-gradient(135deg, rgb(255 255 255 / 99%), rgb(250 248 242 / 98%));
	box-shadow: 0 34px 90px rgb(0 0 0 / 28%);
}

.search-dialog__close {
	border-radius: 9px;
}

.search-dialog__form button {
	color: var(--notam-ink);
	background: var(--notam-accent);
}

.search-dialog__form button:hover {
	color: #fff;
	background: var(--notam-ink);
}

.search-dialog__suggestions a {
	border: 1px solid var(--notam-line);
	background: #fff;
}

.front-quick-actions a,
.front-quick-actions button {
	color: var(--notam-ink);
	border-color: var(--notam-line);
	background: #fff;
}

.front-quick-actions a:hover,
.front-quick-actions button:hover {
	color: #fff;
	border-color: var(--notam-ink);
	background: var(--notam-ink);
}

.site-footer {
	border-top: 4px solid var(--notam-accent);
	background:
		var(--notam-vector-grid) right 38% / 640px auto no-repeat,
		var(--notam-ink);
}

.site-footer::after {
	border-color: rgb(255 176 0 / 18%);
	box-shadow: 0 0 0 42px rgb(255 176 0 / 2.8%), 0 0 0 86px rgb(49 103 255 / 2.3%);
}

.footer-kicker,
.footer-cta,
.footer-email {
	color: var(--notam-accent);
}

.back-to-top {
	color: var(--notam-ink);
	border-color: var(--notam-accent);
	background: var(--notam-accent);
	box-shadow: 0 10px 25px rgb(11 11 13 / 18%);
}

.back-to-top:hover {
	color: #fff;
	border-color: var(--notam-ink);
	background: var(--notam-ink);
}

@media (max-width: 820px) {
	.masthead-vector {
		right: -72px;
		opacity: 0.16;
	}

	.archive-intro,
	.page-hero {
		background-size: 470px auto, auto;
	}
}

@media (max-width: 620px) {
	body,
	.site-main {
		background: var(--notam-paper);
	}

	.archive-intro,
	.page-hero,
	.featured-story,
	.story-card,
	.sidebar-section,
	.article-shell,
	.contact-form-panel,
	.press-filters,
	.press-day,
	.month-archive {
		border-radius: 13px;
	}

	.mobile-dock {
		right: 10px;
		bottom: max(8px, env(safe-area-inset-bottom));
		left: 10px;
		border: 1px solid var(--notam-line);
		border-radius: 15px;
		background: rgb(255 255 255 / 94%);
		box-shadow: 0 12px 34px rgb(11 11 13 / 16%);
		backdrop-filter: blur(16px);
	}

	.mobile-dock a:hover,
	.mobile-dock button:hover,
	.mobile-dock a:focus-visible,
	.mobile-dock button:focus-visible {
		color: var(--notam-ink);
		background: rgb(255 176 0 / 14%);
	}
}

/* Version 2.7: Bloomberg White — pure white canvas and sharper readability. */
:root {
	--notam-paper: #fff;
	--notam-card: #fff;
	--notam-ink: #09090b;
	--notam-ink-2: #242426;
	--notam-muted: #5d5d61;
	--notam-line: #d9d9d9;
	--notam-soft: #fff;
	--notam-shadow: 0 7px 22px rgb(9 9 11 / 3.5%);
	--notam-shadow-strong: 0 18px 44px rgb(9 9 11 / 6%);
}

html,
body,
.site-main {
	color: var(--notam-ink);
	background: #fff;
}

body {
	font-variation-settings: "wght" 445;
	line-height: 1.7;
}

.site-main {
	padding-block: clamp(38px, 5.2vw, 72px);
}

.site-header,
.ticker,
.hot-topics {
	background: #fff;
}

.site-header {
	box-shadow: 0 4px 20px rgb(9 9 11 / 3%);
}

.masthead-vector {
	opacity: 0.25;
}

.brand-icon,
.custom-logo {
	box-shadow: 0 10px 24px rgb(9 9 11 / 7%), 4px 4px 0 var(--notam-accent);
}

.brand-icon-link:hover .brand-icon,
.custom-logo-link:hover .custom-logo {
	box-shadow: 0 14px 30px rgb(9 9 11 / 9%), 5px 5px 0 var(--notam-accent);
}

.site-description {
	color: #4f4f53;
}

.navigation-bar,
.navigation-bar.is-fixed,
.utility-bar {
	background: var(--notam-ink);
}

.ticker-inner {
	background: #fff;
}

.hot-topics {
	border-top: 0;
	border-bottom: 1px solid var(--notam-line);
}

.hot-topics__label {
	color: #795300;
}

.archive-intro,
.page-hero {
	border-color: var(--notam-line);
	background:
		var(--notam-vector-grid) right center / min(52%, 550px) auto no-repeat,
		#fff;
	box-shadow: var(--notam-shadow-strong);
}

.archive-intro h1,
.page-hero h1,
.featured-title,
.story-title,
.press-day__header h3,
.month-archive h2,
.search-dialog h2,
.empty-state h1 {
	font-family: var(--notam-sans);
	font-style: normal;
	font-weight: 660;
	font-variation-settings: "wght" 660;
}

.archive-intro h1,
.page-hero h1 {
	font-size: clamp(2.85rem, 6.1vw, 5.55rem);
	letter-spacing: -0.06em;
	line-height: 0.96;
}

.featured-title {
	font-size: clamp(2.15rem, 4.1vw, 3.8rem);
	letter-spacing: -0.052em;
	line-height: 1;
}

.story-title {
	font-size: clamp(1.42rem, 2.25vw, 1.9rem);
	letter-spacing: -0.038em;
	line-height: 1.08;
}

.archive-description,
.page-hero__intro,
.story-excerpt,
.press-item__summary {
	color: #454549;
	font-family: var(--notam-sans);
	font-size: clamp(0.94rem, 0.9rem + 0.12vw, 1rem);
	font-weight: 430;
	line-height: 1.68;
}

.archive-description,
.page-hero__intro {
	border-color: var(--notam-line);
	border-left-color: var(--notam-accent);
	background: #fff;
	backdrop-filter: none;
}

.editorial-signals {
	background: var(--notam-ink);
	box-shadow: 0 12px 28px rgb(9 9 11 / 8%);
}

.editorial-signals > div {
	background: transparent;
}

.featured-story,
.story-card,
.sidebar-section,
.article-shell,
.empty-state,
.contact-form-panel,
.press-filters,
.press-day,
.month-archive,
.post-navigation {
	border-color: var(--notam-line);
	background: #fff;
}

.featured-story {
	box-shadow: 0 14px 38px rgb(9 9 11 / 5.5%);
}

.story-card {
	box-shadow: 0 4px 16px rgb(9 9 11 / 2.8%);
}

.story-card:hover,
.story-card:focus-within {
	border-color: #a9a9aa;
	background: #fff;
	box-shadow: 0 14px 30px rgb(9 9 11 / 6.5%);
}

.featured-media,
.story-thumbnail {
	background: #fff;
}

.story-excerpt {
	max-width: 66ch;
}

.summary-label,
.press-item__summary > span {
	color: #795300;
}

.story-meta,
.entry-meta {
	color: #555559;
}

.source-link,
.press-item__source a,
.ticker-list time,
.wire-list time,
.sidebar-heading-row > span {
	color: #2554d9;
}

.wire-list a {
	line-height: 1.42;
}

.entry-content {
	color: #2f2f32;
	font-size: clamp(1.03rem, 0.99rem + 0.15vw, 1.12rem);
	line-height: 1.8;
}

.entry-content .notam-newsroom-summary,
.original-source-box {
	border-color: var(--notam-line);
	border-left-color: var(--notam-accent);
	background: #fff;
}

.press-filters,
.month-archive,
.contact-form-panel {
	box-shadow: 0 6px 20px rgb(9 9 11 / 3%);
}

.month-archive strong {
	border: 1px solid var(--notam-line);
	background: #fff;
}

.month-archive .is-current strong {
	border-color: var(--notam-accent);
	background: var(--notam-accent);
}

.press-item:hover {
	background: #fff;
}

.search-field,
.contact-form input,
.contact-form textarea,
.press-filters input,
.press-filters select,
.search-dialog__form input,
.search-dialog__suggestions a,
.front-quick-actions a,
.front-quick-actions button {
	background: #fff;
}

.search-dialog {
	background:
		var(--notam-vector-grid) right top / 400px auto no-repeat,
		#fff;
}

.site-footer {
	color: var(--notam-ink);
	border-top: 1px solid var(--notam-line);
	background:
		var(--notam-vector-grid) right 34% / 620px auto no-repeat,
		#fff;
}

.site-footer::before {
	height: 5px;
	background: linear-gradient(90deg, var(--notam-ink) 0 70%, var(--notam-accent) 70% 91%, var(--notam-blue) 91%);
}

.site-footer::after {
	border-color: rgb(9 9 11 / 8%);
	box-shadow: 0 0 0 42px rgb(255 176 0 / 2.5%), 0 0 0 86px rgb(49 103 255 / 1.8%);
}

.footer-title,
.footer-navigation a,
.footer-cta,
.footer-email {
	color: var(--notam-ink);
}

.footer-kicker,
.footer-heading,
.footer-title .brand-space {
	color: #795300;
}

.footer-description,
.footer-bottom {
	color: #555559;
}

.footer-wordmark {
	color: rgb(9 9 11 / 4.5%);
}

.footer-bottom {
	border-top-color: var(--notam-line);
}

@supports (backdrop-filter: blur(16px)) {
	.site-header {
		background: rgb(255 255 255 / 96%);
		backdrop-filter: blur(16px) saturate(110%);
	}
}

@media (max-width: 820px) {
	.archive-intro h1,
	.page-hero h1 {
		font-size: clamp(2.65rem, 10vw, 4.7rem);
	}

	.story-excerpt,
	.press-item__summary,
	.archive-description,
	.page-hero__intro {
		font-size: 0.98rem;
	}
}

@media (max-width: 620px) {
	body,
	.site-main,
	.site-footer,
	.mobile-dock {
		background-color: #fff;
	}

	.archive-intro,
	.page-hero {
		background-color: #fff;
	}

	.archive-intro h1,
	.page-hero h1 {
		font-size: clamp(2.45rem, 12vw, 3.8rem);
		line-height: 0.98;
	}

	.featured-title {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.story-title {
		font-size: clamp(1.42rem, 7vw, 1.85rem);
	}
}

/* Version 2.7.1: adaptive navigation and search across desktop, tablet and mobile. */
.primary-navigation__label {
	display: none;
}

.navigation-inner {
	min-height: 56px;
}

.primary-navigation {
	min-width: 0;
	flex: 1 1 auto;
}

.primary-navigation ul {
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scrollbar-width: none;
}

.primary-navigation ul::-webkit-scrollbar {
	display: none;
}

.primary-navigation a {
	min-height: 48px;
	white-space: nowrap;
}

.header-actions {
	flex: 0 0 auto;
}

.header-actions a,
.header-actions button {
	min-height: 40px;
	padding-inline: 14px;
}

.header-search {
	gap: 8px;
}

.header-search__shortcut {
	display: grid;
	min-width: 22px;
	height: 22px;
	padding: 0 5px;
	place-items: center;
	color: currentColor;
	border: 1px solid currentColor;
	border-radius: 5px;
	background: transparent;
	font: inherit;
	font-size: 0.62rem;
	line-height: 1;
	opacity: 0.72;
}

.search-overlay {
	height: var(--notam-visual-viewport, 100dvh);
	padding: clamp(48px, 9vh, 104px) 24px 32px;
	overscroll-behavior: contain;
	background: rgb(9 9 11 / 68%);
}

.search-dialog {
	width: min(840px, 100%);
	max-height: calc(var(--notam-visual-viewport, 100dvh) - 76px);
	padding: clamp(30px, 4.5vw, 52px);
	border: 1px solid var(--notam-line);
	border-top: 6px solid var(--notam-accent);
	border-radius: 18px;
	box-shadow: 0 30px 90px rgb(0 0 0 / 24%);
	overscroll-behavior: contain;
}

.search-dialog h2 {
	max-width: 680px;
	font-size: clamp(2.4rem, 5.3vw, 4.5rem);
	line-height: 0.98;
}

.search-dialog__form {
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.search-dialog__input-wrap {
	position: relative;
	min-width: 0;
}

.search-dialog__form input {
	min-height: 60px;
	padding: 13px 88px 13px 18px;
	border: 2px solid var(--notam-ink);
	border-radius: 9px;
	font-size: 1.03rem;
}

.search-dialog__form input.is-empty {
	border-color: var(--notam-red);
	box-shadow: 0 0 0 4px rgb(201 71 63 / 13%);
}

.search-dialog__clear {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 2;
	min-width: 0 !important;
	min-height: 36px !important;
	padding: 0 10px !important;
	color: #4d4d51 !important;
	border: 1px solid var(--notam-line) !important;
	border-radius: 7px !important;
	background: #fff !important;
	box-shadow: none !important;
	font-size: 0.62rem !important;
	letter-spacing: 0.04em !important;
	transform: translateY(-50%);
}

.search-dialog__clear:hover,
.search-dialog__clear:focus-visible {
	color: var(--notam-ink) !important;
	border-color: var(--notam-accent) !important;
	background: var(--notam-accent) !important;
}

.search-dialog__form > button[type="submit"] {
	min-width: 132px;
	min-height: 60px;
	color: var(--notam-ink);
	border-radius: 9px;
	background: var(--notam-accent);
}

.search-dialog__form > button[type="submit"]:hover,
.search-dialog__form > button[type="submit"]:focus-visible {
	color: #fff;
	background: var(--notam-ink);
}

.search-dialog__keyboard {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 12px 0 0;
	color: #68686c;
	font-size: 0.64rem;
}

.search-dialog__keyboard kbd {
	display: inline-grid;
	min-width: 24px;
	height: 23px;
	padding: 0 6px;
	place-items: center;
	border: 1px solid var(--notam-line);
	border-bottom-color: #aaa;
	border-radius: 5px;
	background: #fff;
	font: inherit;
	font-weight: 760;
}

.search-dialog__suggestions a {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	padding: 7px 11px;
	border-radius: 8px;
}

.search-dialog__suggestions a:hover,
.search-dialog__suggestions a:focus-visible {
	color: var(--notam-ink);
	border-color: var(--notam-accent);
	background: var(--notam-accent);
}

@media (max-width: 1040px) {
	.navigation-inner {
		flex-wrap: wrap;
		gap: 8px 12px;
	}

	.menu-toggle {
		display: inline-flex;
		min-height: 44px;
		justify-content: center;
		padding: 0 14px;
		color: #fff;
		border: 1px solid rgb(255 255 255 / 30%);
		border-radius: 8px;
	}

	.menu-toggle:hover,
	.menu-toggle:focus-visible,
	.menu-toggle[aria-expanded="true"] {
		color: var(--notam-ink);
		border-color: var(--notam-accent);
		background: var(--notam-accent);
	}

	.primary-navigation {
		order: 3;
		width: 100%;
		max-height: 0;
		flex-basis: 100%;
		overflow: hidden;
		visibility: hidden;
		border-radius: 0 0 14px 14px;
		background: #fff;
		opacity: 0;
		transition: max-height 240ms ease, opacity 180ms ease, visibility 240ms ease;
	}

	.primary-navigation.is-open {
		max-height: min(72vh, 560px);
		overflow-y: auto;
		visibility: visible;
		border: 1px solid var(--notam-line);
		border-top: 4px solid var(--notam-accent);
		box-shadow: 0 24px 52px rgb(9 9 11 / 18%);
		opacity: 1;
		overscroll-behavior: contain;
	}

	.primary-navigation__label {
		display: block;
		padding: 17px 20px 8px;
		color: #6a6a6e;
		font-size: 0.62rem;
		font-weight: 780;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}

	.primary-navigation ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 26px;
		padding: 0 20px 18px;
		overflow: visible;
	}

	.primary-navigation li {
		min-width: 0;
		border-bottom: 1px solid var(--notam-line);
	}

	.primary-navigation a {
		min-height: 54px;
		padding: 0 4px;
		color: var(--notam-ink);
		font-size: 0.72rem;
	}

	.primary-navigation a::after {
		top: 50%;
		right: auto;
		bottom: auto;
		left: -20px;
		width: 4px;
		height: 26px;
		background: var(--notam-accent);
		transform: translateY(-50%) scaleY(0);
		transform-origin: center;
	}

	.primary-navigation a:hover::after,
	.primary-navigation a:focus-visible::after,
	.primary-navigation .current-menu-item > a::after {
		transform: translateY(-50%) scaleY(1);
	}

	body.nav-open::before {
		position: fixed;
		z-index: 8800;
		inset: 0;
		background: rgb(9 9 11 / 48%);
		backdrop-filter: blur(4px);
		content: "";
	}

	body.nav-open .navigation-bar {
		position: relative;
		z-index: 9000;
	}

	body.nav-open .navigation-bar.is-fixed {
		position: fixed;
	}

	.header-actions a,
	.header-actions button {
		min-height: 44px;
	}

	.search-overlay {
		padding: 44px 18px 24px;
	}

	.search-dialog {
		width: min(780px, 100%);
		max-height: calc(var(--notam-visual-viewport, 100dvh) - 68px);
	}
}

@media (max-width: 620px) {
	.navigation-inner {
		display: grid;
		min-height: 58px;
		grid-template-columns: 1fr auto;
		gap: 8px;
	}

	.menu-toggle {
		justify-self: start;
		min-width: 104px;
		min-height: 46px;
	}

	.header-actions {
		justify-self: end;
	}

	.header-actions .header-archive {
		display: none;
	}

	.header-actions .header-search {
		min-width: 96px;
		min-height: 46px;
		justify-content: center;
	}

	.header-search__shortcut {
		display: none;
	}

	.primary-navigation {
		grid-column: 1 / -1;
	}

	.primary-navigation.is-open {
		max-height: calc(var(--notam-visual-viewport, 100dvh) - 132px);
		border-radius: 0 0 12px 12px;
	}

	.primary-navigation ul {
		grid-template-columns: 1fr;
		gap: 0;
		padding-inline: 18px;
	}

	.primary-navigation a {
		min-height: 56px;
		font-size: 0.75rem;
	}

	.search-overlay {
		height: var(--notam-visual-viewport, 100dvh);
		padding: 12px 0 0;
		place-items: end stretch;
		background: rgb(9 9 11 / 60%);
	}

	.search-dialog {
		width: 100%;
		max-height: calc(var(--notam-visual-viewport, 100dvh) - 12px);
		padding: 28px 18px calc(24px + env(safe-area-inset-bottom));
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 20px 20px 0 0;
		background: #fff;
		box-shadow: 0 -18px 54px rgb(0 0 0 / 22%);
	}

	.search-dialog h2 {
		margin-right: 44px;
		font-size: clamp(2.15rem, 11vw, 3.15rem);
	}

	.search-dialog > p:not(.section-label) {
		margin-bottom: 20px;
		font-size: 0.92rem;
	}

	.search-dialog__close {
		top: 15px;
		right: 15px;
		width: 44px;
		height: 44px;
	}

	.search-dialog__form {
		grid-template-columns: 1fr;
	}

	.search-dialog__form input,
	.search-dialog__form > button[type="submit"] {
		width: 100%;
		min-height: 56px;
	}

	.search-dialog__form > button[type="submit"] {
		min-width: 0;
	}

	.search-dialog__keyboard {
		display: none;
	}

	.search-dialog__suggestions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.search-dialog__suggestions > span {
		grid-column: 1 / -1;
	}

	.search-dialog__suggestions a {
		min-height: 44px;
		justify-content: center;
		text-align: center;
	}

	.mobile-dock a[aria-current="page"] {
		color: var(--notam-ink);
		background: rgb(255 176 0 / 16%);
		box-shadow: inset 0 3px 0 var(--notam-accent);
	}
}

/* Printable daily edition */
@media print {
	@page {
		size: A4 portrait;
		margin: 14mm 13mm 16mm;
	}

	:root {
		--notam-paper: #fff;
		--notam-card: #fff;
		--notam-ink: #111;
		--notam-muted: #4f5660;
		--notam-line: #bfc4c2;
	}

	html,
	body {
		color: #111 !important;
		background: #fff !important;
		font-size: 10.5pt;
	}

	.site-header,
	.site-footer,
	.mobile-dock,
	.search-overlay,
	.back-to-top,
	.reading-progress,
	.press-filters,
	.month-archive,
	.day-navigation,
	.print-control,
	.orbital-mark {
		display: none !important;
	}

	.press-review-page,
	.press-workspace,
	.press-layout,
	.press-results {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.page-hero {
		display: block !important;
		width: 100% !important;
		margin: 0 0 8mm !important;
		padding: 0 0 5mm !important;
		border: 0 !important;
		border-bottom: 1.5pt solid #111 !important;
		border-radius: 0 !important;
		background: #fff !important;
		box-shadow: none !important;
	}

	.page-hero::before,
	.page-hero::after,
	.page-hero__intro {
		display: none !important;
	}

	.page-hero__grid {
		display: block !important;
		width: 100% !important;
	}

	.page-hero h1 {
		margin: 0 !important;
		font-size: 29pt !important;
	}

	.eyebrow {
		margin-bottom: 2mm !important;
		color: #111 !important;
	}

	.press-results__header {
		margin: 0 0 6mm !important;
		padding: 0 !important;
		border: 0 !important;
	}

	.press-results__header h2 {
		font-size: 20pt !important;
	}

	.press-day {
		margin: 0 0 7mm !important;
		border: 0 !important;
		border-radius: 0 !important;
		break-inside: auto;
	}

	.press-day + .press-day {
		break-before: page;
	}

	.press-day__header {
		padding: 3mm 4mm !important;
		color: #fff !important;
		background: #111 !important;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}

	.press-day__header a {
		display: none !important;
	}

	.press-day__header h3 {
		color: #fff !important;
		font-size: 16pt !important;
	}

	.press-item {
		grid-template-columns: 9mm minmax(0, 1fr) !important;
		gap: 4mm !important;
		padding: 5mm 3mm !important;
		break-inside: avoid;
	}

	.press-item__index::before {
		width: 8mm !important;
		height: 8mm !important;
		font-size: 8pt !important;
	}

	.press-item h4 {
		font-size: 14pt !important;
	}

	.press-item__summary {
		font-size: 9.5pt !important;
	}

	.press-item__source {
		font-size: 7.5pt !important;
	}

	.press-item a {
		color: #111 !important;
		text-decoration: none !important;
	}

	.press-item__source a[href^="http"]::after {
		color: #4f5660;
		font-size: 6.5pt;
		font-weight: 400;
		content: " · " attr(href);
		text-transform: none;
	}

	.empty-state {
		padding: 8mm 0 !important;
		border: 0 !important;
		box-shadow: none !important;
	}
}
