:root {
	--main-navy: #14284c;
	--audit-navy: #14284c;
	--sov-green: #2d6a4f;
	--sov-amber: #e67e22;
	--upf-red: #c0392b;
	--cream: #f7f4ed;
	--soft-neutral: #fbf9f4;
	--border: #e4ded2;
	--muted: #5f6673;
	--white: #ffffff;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: var(--cream);
	color: var(--main-navy);
	font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.62;
}

a {
	color: var(--sov-green);
	font-weight: 800;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
}

a:hover,
a:focus {
	color: var(--main-navy);
}

.nmu-site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 1rem 0 0;
}

.nmu-site-header__logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.nmu-site-header__logo img {
	display: block;
	width: min(11rem, 42vw);
	height: auto;
}

.nmu-site-header__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.5rem;
}

.nmu-site-header__nav a {
	display: inline-flex;
	align-items: center;
	min-height: 2.35rem;
	padding: 0.42rem 0.82rem;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: var(--white);
	color: var(--main-navy);
	font-size: 0.9rem;
	text-decoration: none;
}

.nmu-guide {
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 2rem 0 4rem;
}

.nmu-guide-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.65fr);
	gap: 1.5rem;
	align-items: stretch;
	margin-bottom: 1rem;
}

.nmu-guide-hero__content,
.nmu-quick-panel,
.nmu-card {
	border: 1px solid var(--border);
	border-radius: 8px;
	background: var(--white);
	box-shadow: 0 16px 36px rgba(20, 40, 76, 0.08);
}

.nmu-guide-hero__content {
	display: grid;
	align-content: end;
	min-height: 30rem;
	padding: clamp(1.5rem, 4vw, 3rem);
	background:
		linear-gradient(180deg, rgba(20, 40, 76, 0.88), rgba(20, 40, 76, 0.95)),
		url("no-more-upf-primary-logo.png") right 2rem top 2rem / min(19rem, 46vw) auto no-repeat,
		var(--main-navy);
	color: var(--white);
}

.nmu-guide-hero h1,
.nmu-card h2,
.nmu-card h3,
.nmu-quick-panel h2,
.nmu-next-grid strong {
	margin: 0;
	line-height: 1.12;
	letter-spacing: 0;
}

.nmu-guide-hero h1 {
	max-width: 13ch;
	color: var(--white);
	font-size: clamp(2.7rem, 7vw, 5rem);
}

.nmu-eyebrow {
	margin: 0 0 0.55rem;
	color: var(--sov-green);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.nmu-guide-hero .nmu-eyebrow {
	color: #f2a057;
}

.nmu-lede {
	max-width: 44rem;
	margin: 1rem 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.12rem;
}

.nmu-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.35rem;
}

.nmu-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.9rem;
	padding: 0.75rem 1.05rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 900;
	text-decoration: none;
}

.nmu-btn--primary {
	background: var(--sov-green);
	color: var(--white);
}

.nmu-btn--secondary {
	border-color: rgba(255, 255, 255, 0.26);
	background: rgba(255, 255, 255, 0.12);
	color: var(--white);
}

.nmu-btn:hover,
.nmu-btn:focus {
	transform: translateY(-1px);
}

.nmu-quick-panel {
	display: grid;
	align-content: center;
	padding: 1.35rem;
	background: var(--soft-neutral);
}

.nmu-quick-panel h2 {
	font-size: 1.35rem;
}

.nmu-quick-panel ul {
	display: grid;
	gap: 0.65rem;
	margin: 1rem 0 0;
	padding-left: 1.25rem;
}

.nmu-guide-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.nmu-guide-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 2.35rem;
	padding: 0.42rem 0.82rem;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: var(--white);
	color: var(--main-navy);
	font-size: 0.9rem;
	text-decoration: none;
}

.nmu-card {
	margin-top: 1rem;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.nmu-card h2 {
	font-size: clamp(1.75rem, 4vw, 2.65rem);
}

.nmu-card h3 {
	font-size: 1.15rem;
}

.nmu-card p {
	max-width: 78ch;
	margin: 1rem 0 0;
}

.nmu-section-header {
	display: grid;
	gap: 0.2rem;
	margin-bottom: 0.5rem;
}

.nmu-status-grid,
.nmu-nova-grid,
.nmu-terms-grid,
.nmu-grey-grid,
.nmu-marker-grid,
.nmu-next-grid {
	display: grid;
	gap: 1rem;
	margin-top: 1.25rem;
}

.nmu-status-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nmu-nova-grid,
.nmu-terms-grid,
.nmu-grey-grid,
.nmu-marker-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nmu-status-grid article,
.nmu-nova-grid article,
.nmu-terms-grid article,
.nmu-grey-grid article,
.nmu-marker-grid article,
.nmu-next-grid a {
	display: grid;
	align-content: start;
	gap: 0.55rem;
	padding: 1rem;
	border: 1px solid var(--border);
	border-radius: 8px;
	background: var(--soft-neutral);
}

.nmu-status-grid p,
.nmu-nova-grid p,
.nmu-terms-grid p,
.nmu-grey-grid p,
.nmu-marker-grid p {
	margin: 0;
}

.nmu-terms-grid article {
	background: var(--white);
}

.nmu-pill,
.nmu-nova-grid span,
.nmu-marker-grid span,
.nmu-next-grid span {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	min-height: 1.8rem;
	padding: 0.28rem 0.62rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 900;
	text-transform: uppercase;
}

.nmu-pill--green {
	background: rgba(45, 106, 79, 0.12);
	color: var(--sov-green);
}

.nmu-pill--amber {
	background: rgba(230, 126, 34, 0.16);
	color: #9a4e08;
}

.nmu-pill--red {
	background: rgba(192, 57, 43, 0.12);
	color: var(--upf-red);
}

.nmu-nova-grid span,
.nmu-marker-grid span,
.nmu-next-grid span {
	background: rgba(20, 40, 76, 0.08);
	color: var(--main-navy);
}

.nmu-next {
	background: var(--main-navy);
	color: var(--white);
}

.nmu-next .nmu-eyebrow {
	color: #f2a057;
}

.nmu-next-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.nmu-next-grid a {
	min-height: 8rem;
	color: var(--main-navy);
	text-decoration: none;
}

.nmu-next-grid strong {
	font-size: 1.08rem;
}

.nmu-references li {
	padding-left: 0.25rem;
}

.nmu-references em {
	font-style: italic;
}

@media (max-width: 980px) {
	.nmu-guide-hero,
	.nmu-status-grid,
	.nmu-next-grid {
		grid-template-columns: 1fr;
	}

	.nmu-guide-hero__content {
		min-height: 24rem;
	}
}

@media (max-width: 760px) {
	.nmu-site-header {
		width: min(100% - 1rem, 1180px);
		align-items: flex-start;
		flex-direction: column;
	}

	.nmu-site-header__nav {
		justify-content: flex-start;
	}

	.nmu-guide {
		width: min(100% - 1rem, 1180px);
		padding-top: 0.5rem;
	}

	.nmu-nova-grid,
	.nmu-terms-grid,
	.nmu-grey-grid,
	.nmu-marker-grid {
		grid-template-columns: 1fr;
	}

	.nmu-guide-hero__content,
	.nmu-quick-panel,
	.nmu-card {
		padding: 1rem;
	}

	.nmu-guide-hero h1 {
		font-size: 2.55rem;
	}
}
