:root {
	--navy: #1E3264;
	--navy-d: #111D3C;
	--navy-m: #0D1526;
	--gold: #B8860B;
	--orange: #E8640A;
	--cream: #FAF8F4;
	--paper: #F2EFE9;
	--warm: #EDE9E1;
	--muted: #7a7065;
	--rule: rgba(30, 50, 100, .1);
	--fh: 'Instrument Serif', Georgia, serif;
	--fb: 'DM Sans', system-ui, sans-serif
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

html {
	scroll-behavior: smooth
}

body {
	font-family: var(--fb);
	background: var(--cream);
	color: var(--navy);
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased
}

.solid .nav-links a {
	color: #6b7a96 !important;
}

.hero {
	background: var(--navy-d);
	padding: 140px 80px 80px;
	position: relative;
	overflow: hidden;
	min-height: 60vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
}

.hero::before {
	content: '';
	position: absolute;
	top: -150px;
	right: -150px;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(184, 134, 11, .1), transparent 65%);
	pointer-events: none
}

.hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 60px, rgba(255, 255, 255, .012) 60px, rgba(255, 255, 255, .012) 61px);
	pointer-events: none
}

.hero-rule {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--gold) 30%, rgba(184, 134, 11, .3) 70%, transparent)
}

.hero-inner {
	position: relative;
	z-index: 2;
	max-width: 900px
}

.hero-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(184, 134, 11, .12);
	border: 1px solid rgba(184, 134, 11, .22);
	color: var(--gold);
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 50px;
	margin-bottom: 28px
}

.hero-h1 {
	font-family: var(--fh);
	font-size: clamp(3rem, 6vw, 6rem);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -.02em;
	color: #fff;
	margin-bottom: 24px
}

.hero-h1 em {
	font-style: italic;
	color: var(--gold)
}

.hero-sub {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, .55);
	line-height: 1.8;
	font-weight: 300;
	max-width: 560px
}

.diag {
	background: var(--paper);
	padding: 80px;
	border-bottom: 1px solid var(--rule)
}

.diag-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center
}

.diag-h {
	font-family: var(--fh);
	font-size: clamp(2rem, 3.5vw, 3rem);
	font-weight: 400;
	line-height: 1.1;
	color: var(--navy);
	margin-bottom: 20px
}

.diag-h em {
	font-style: italic;
	color: var(--gold)
}

.diag-p {
	font-size: 1rem;
	color: var(--muted);
	line-height: 1.85;
	font-weight: 300
}

.diag-p strong {
	color: var(--navy);
	font-weight: 500
}

.diag-p+.diag-p {
	margin-top: 18px
}

.diag-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px
}

.diag-card {
	background: #fff;
	border: 1px solid var(--rule);
	border-left: 3px solid rgba(184, 134, 11, .4);
	border-radius: 10px;
	padding: 20px
}

.diag-card-icon {
	font-size: 1.2rem;
	margin-bottom: 8px
}

.diag-card-name {
	font-family: var(--fh);
	font-size: .95rem;
	font-style: italic;
	color: var(--navy);
	margin-bottom: 4px
}

.diag-card-status {
	font-size: .72rem;
	color: var(--orange);
	font-weight: 500
}

.layer {
	padding: 96px 80px;
	border-bottom: 1px solid var(--rule);
	position: relative
}

.layer:nth-child(even) {
	background: var(--cream)
}

.layer:nth-child(odd) {
	background: var(--paper)
}

.layer-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 80px;
	align-items: start
}

.layer-head {
	position: sticky;
	top: 100px
}

.layer-num {
	font-family: var(--fh);
	font-size: 5rem;
	font-style: italic;
	color: rgba(184, 134, 11, .15);
	line-height: 1;
	margin-bottom: 14px
}

.layer-eyebrow {
	font-size: .6rem;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 10px
}

.layer-eyebrow::before {
	content: '';
	width: 20px;
	height: 1px;
	background: var(--gold);
	flex-shrink: 0
}

.layer-h {
	font-family: var(--fh);
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	font-weight: 400;
	line-height: 1.15;
	color: var(--navy);
	margin-bottom: 20px
}

.layer-h em {
	font-style: italic;
	color: var(--gold)
}

.layer-summary {
	font-size: .95rem;
	color: var(--muted);
	line-height: 1.85;
	font-weight: 300
}

.pfo {
	display: flex;
	flex-direction: column
}

.pfo-block {
	padding: 28px 0;
	border-bottom: 1px solid var(--rule)
}

.pfo-block:first-child {
	border-top: 1px solid var(--rule)
}

.pfo-num {
	font-family: var(--fh);
	font-size: .7rem;
	font-style: italic;
	color: var(--gold);
	letter-spacing: .1em;
	opacity: .8;
	margin-bottom: 8px;
	display: block
}

.pfo-name {
	font-family: var(--fh);
	font-size: 1.1rem;
	font-style: italic;
	color: var(--navy);
	line-height: 1.3;
	margin-bottom: 8px
}

.pfo-desc {
	font-size: .92rem;
	color: var(--muted);
	line-height: 1.75;
	font-weight: 300
}

.pfo-desc strong {
	color: var(--navy);
	font-weight: 500
}

.outcome-box {
	margin-top: 32px;
	padding: 28px;
	background: rgba(184, 134, 11, .06);
	border: 1px solid rgba(184, 134, 11, .2);
	border-left: 3px solid var(--gold);
	border-radius: 0 12px 12px 0
}

.outcome-label {
	font-size: .6rem;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 10px
}

.outcome-text {
	font-family: var(--fh);
	font-size: 1.1rem;
	font-style: italic;
	color: var(--navy);
	line-height: 1.5
}

.how-sec {
	background: var(--navy-d);
	padding: 120px 80px;
	color: #fff;
	position: relative;
	overflow: hidden
}

.how-sec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--gold) 30%, var(--orange) 60%, transparent)
}

.how-inner {
	max-width: 1100px;
	margin: 0 auto
}

.how-eyebrow {
	font-size: .6rem;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 10px
}

.how-eyebrow::before {
	content: '';
	width: 20px;
	height: 1px;
	background: var(--gold);
	flex-shrink: 0
}

.how-h {
	font-family: var(--fh);
	font-size: clamp(2rem, 3.5vw, 3.4rem);
	font-weight: 400;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 48px
}

.how-h em {
	font-style: italic;
	color: var(--gold)
}

.how-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2px;
	background: rgba(255, 255, 255, .06);
	border-radius: 14px;
	overflow: hidden
}

.how-step {
	background: var(--navy-d);
	padding: 36px 28px;
	position: relative
}

.how-step-num {
	font-family: var(--fh);
	font-size: 1rem;
	font-style: italic;
	color: var(--gold);
	opacity: .6;
	margin-bottom: 14px;
	display: block
}

.how-step-name {
	font-family: var(--fh);
	font-size: 1.15rem;
	font-style: italic;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.3
}

.how-step-desc {
	font-size: .85rem;
	color: rgba(255, 255, 255, .5);
	line-height: 1.7;
	font-weight: 300
}

.cta-band {
	background: linear-gradient(135deg, var(--orange), var(--gold) 55%, #9A7209);
	padding: 80px;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 64px;
	align-items: center;
	position: relative;
	overflow: hidden
}

.cta-band::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle, rgba(255, 255, 255, .05) 1px, transparent 1px);
	background-size: 24px 24px;
	pointer-events: none
}

.cta-h {
	font-family: var(--fh);
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	font-weight: 400;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 10px;
	position: relative;
	z-index: 2
}

.cta-sub {
	font-size: .95rem;
	color: rgba(255, 255, 255, .7);
	font-weight: 300;
	line-height: 1.7;
	position: relative;
	z-index: 2
}

.cta-r {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	flex-shrink: 0;
	position: relative;
	z-index: 2
}

.btn-w {
	background: #fff;
	color: var(--orange);
	padding: 14px 28px;
	border-radius: 7px;
	font-weight: 700;
	font-size: .86rem;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
	white-space: nowrap
}

.btn-gh {
	background: rgba(255, 255, 255, .12);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .24);
	padding: 13px 26px;
	border-radius: 7px;
	font-size: .82rem;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap
}

.cta-note {
	font-size: .67rem;
	color: rgba(255, 255, 255, .38);
	font-style: italic;
	font-family: var(--fh)
}

@media(max-width:1024px) {
	.hero {
		padding: 120px 48px 64px
	}

	.diag {
		padding: 64px 48px
	}

	.diag-inner {
		grid-template-columns: 1fr;
		gap: 48px
	}

	.layer {
		padding: 72px 48px
	}

	.layer-inner {
		grid-template-columns: 1fr;
		gap: 36px
	}

	.layer-head {
		position: static
	}

	.how-sec {
		padding: 80px 48px
	}

	.how-grid {
		grid-template-columns: 1fr 1fr
	}

	.cta-band {
		grid-template-columns: 1fr;
		gap: 36px;
		padding: 64px 48px
	}

	footer {
		padding: 56px 48px 36px
	}

	.ft-top {
		grid-template-columns: 1fr 1fr;
		gap: 40px
	}
}

@media(max-width:640px) {
	nav {
		padding: 16px 20px
	}

	.nav-links,
	.nav-cta {
		display: none
	}

	.hbg {
		display: flex
	}

	.hero {
		padding: 96px 24px 48px
	}

	.hero-h1 {
		font-size: 2.4rem
	}

	.diag {
		padding: 56px 24px
	}

	.diag-grid {
		grid-template-columns: 1fr 1fr;
		gap: 10px
	}

	.layer {
		padding: 56px 24px
	}

	.how-sec {
		padding: 64px 24px
	}

	.how-grid {
		grid-template-columns: 1fr
	}

	.cta-band {
		padding: 48px 24px
	}

	footer {
		padding: 48px 24px 36px
	}

	.ft-top {
		grid-template-columns: 1fr;
		gap: 32px
	}

	.ft-bot {
		flex-direction: column;
		align-items: flex-start
	}
}