:root {
	--ink: #10201c;
	--ink-soft: #213a33;
	--paper: #f7f2e7;
	--paper-2: #ebe3d2;
	--white: #fffdf8;
	--teal: #08686a;
	--teal-2: #0d8b80;
	--gold: #d89b31;
	--coral: #c94f38;
	--green: #5d7b67;
	--line: rgba(16, 32, 28, 0.16);
	--line-light: rgba(255, 253, 248, 0.18);
	--shadow: 0 24px 70px rgba(16, 32, 28, 0.18);
	--radius: 8px;
	--header-height: 78px;
	--font-body: "Manrope", sans-serif;
	--font-display: "Fraunces", serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.6;
}

body.menu-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration: none;
}

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

button {
	cursor: pointer;
}

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

.section-shell {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	padding: 14px 0;
	color: var(--white);
	transition: background 220ms ease, box-shadow 220ms ease, padding 220ms ease;
}

.site-header.is-scrolled,
body:not(.home) .site-header {
	background: rgba(16, 32, 28, 0.94);
	box-shadow: 0 12px 34px rgba(16, 32, 28, 0.18);
	backdrop-filter: blur(16px);
	padding: 10px 0;
}

.site-header__inner {
	width: min(1240px, calc(100% - 32px));
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.brand__mark {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--gold), #f1c66f);
	color: var(--ink);
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 1.35rem;
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.brand__text {
	display: grid;
	line-height: 1.1;
}

.brand__text strong {
	font-family: var(--font-display);
	font-size: 1.25rem;
}

.brand__text small {
	color: rgba(255, 253, 248, 0.76);
	font-size: 0.74rem;
	font-weight: 700;
	text-transform: uppercase;
}

.custom-logo-link img {
	max-height: 58px;
	width: auto;
}

.primary-nav__menu {
	display: flex;
	align-items: center;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-nav__menu a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 12px;
	border-radius: 6px;
	color: rgba(255, 253, 248, 0.82);
	font-weight: 800;
	font-size: 0.88rem;
}

.primary-nav__menu a:hover,
.primary-nav__menu a:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	color: var(--white);
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.button,
.icon-button,
.menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 44px;
	border: 0;
	border-radius: 6px;
	font-weight: 900;
	font-size: 0.92rem;
	line-height: 1;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease, border 180ms ease;
}

.button svg,
.icon-button svg,
.menu-toggle svg {
	width: 18px;
	height: 18px;
	stroke-width: 2.4;
}

.button:hover,
.icon-button:hover,
.menu-toggle:hover {
	transform: translateY(-1px);
}

.button--primary {
	background: var(--gold);
	color: var(--ink);
	padding: 0 18px;
	box-shadow: 0 16px 34px rgba(216, 155, 49, 0.28);
}

.button--primary:hover {
	background: #edb950;
}

.button--ghost,
.icon-button,
.menu-toggle {
	background: rgba(255, 253, 248, 0.1);
	color: var(--white);
	border: 1px solid rgba(255, 253, 248, 0.18);
	padding: 0 14px;
}

.button--glass {
	background: rgba(255, 253, 248, 0.14);
	color: var(--white);
	border: 1px solid rgba(255, 253, 248, 0.22);
	padding: 0 18px;
	backdrop-filter: blur(12px);
}

.button--line {
	border: 1px solid rgba(255, 253, 248, 0.36);
	color: var(--white);
	padding: 0 16px;
}

.button--full {
	width: 100%;
}

.menu-toggle {
	display: none;
	width: 46px;
	padding: 0;
}

.hero {
	position: relative;
	min-height: 94vh;
	padding: 132px 0 0;
	color: var(--white);
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(16, 32, 28, 0.88), rgba(16, 32, 28, 0.38)),
		var(--hero-bg-image, url("https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=2200&q=78")) center / cover;
}

.hero__media,
.hero__overlay {
	position: absolute;
	inset: 0;
}

.hero__media {
	opacity: 0.92;
	mix-blend-mode: screen;
}

.hero__media canvas {
	width: 100%;
	height: 100%;
}

.hero__overlay {
	background:
		linear-gradient(180deg, rgba(16, 32, 28, 0.22), rgba(16, 32, 28, 0.8)),
		repeating-linear-gradient(90deg, rgba(255, 253, 248, 0.04) 0, rgba(255, 253, 248, 0.04) 1px, transparent 1px, transparent 120px);
	pointer-events: none;
}

.hero__content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
	align-items: center;
	gap: 56px;
	min-height: calc(94vh - 220px);
}

.eyebrow {
	margin: 0 0 14px;
	color: var(--gold);
	font-weight: 900;
	text-transform: uppercase;
	font-size: 0.78rem;
}

.hero h1 {
	margin: 0;
	font-family: var(--font-display);
	font-size: 6rem;
	line-height: 0.9;
}

.hero__lead {
	width: min(650px, 100%);
	margin: 24px 0 0;
	color: rgba(255, 253, 248, 0.86);
	font-size: 1.18rem;
	font-weight: 600;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.hero-lead {
	border-radius: var(--radius);
	background: rgba(255, 253, 248, 0.96);
	color: var(--ink);
	box-shadow: var(--shadow);
	padding: 22px;
	backdrop-filter: blur(18px);
}

.hero-lead__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 14px;
	border-bottom: 1px solid var(--line);
	padding-bottom: 16px;
	margin-bottom: 18px;
}

.hero-lead__head p,
.hero-lead__head h2 {
	margin: 0;
}

.hero-lead__head p {
	color: var(--coral);
	font-weight: 900;
	text-transform: uppercase;
	font-size: 0.76rem;
}

.hero-lead__head h2 {
	max-width: 290px;
	font-family: var(--font-display);
	font-size: 1.45rem;
	line-height: 1.08;
	text-align: right;
}

.hero__stats {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	margin-top: 20px;
	border-top: 1px solid var(--line-light);
	background: rgba(16, 32, 28, 0.78);
	backdrop-filter: blur(16px);
}

.hero__stats div {
	padding: 22px;
	border-right: 1px solid var(--line-light);
}

.hero__stats div:last-child {
	border-right: 0;
}

.hero__stats strong {
	display: block;
	font-family: var(--font-display);
	font-size: 1.45rem;
	line-height: 1.1;
}

.hero__stats span {
	display: block;
	margin-top: 6px;
	color: rgba(255, 253, 248, 0.72);
	font-size: 0.84rem;
	font-weight: 700;
}

.lead-form {
	display: grid;
	gap: 13px;
}

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

.lead-form label {
	display: grid;
	gap: 6px;
}

.lead-form label span {
	font-weight: 900;
	font-size: 0.76rem;
	color: var(--ink-soft);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
	width: 100%;
	min-height: 45px;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fffaf0;
	color: var(--ink);
	padding: 11px 12px;
	outline: none;
	transition: border 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.lead-form textarea {
	resize: vertical;
	min-height: 78px;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
	border-color: var(--teal);
	background: var(--white);
	box-shadow: 0 0 0 4px rgba(8, 104, 106, 0.14);
}

.lead-form__consent {
	display: flex !important;
	grid-template-columns: none !important;
	align-items: flex-start;
	gap: 9px !important;
}

.lead-form__consent input {
	width: 18px;
	min-width: 18px;
	height: 18px;
	min-height: 18px;
	margin-top: 2px;
	accent-color: var(--teal);
}

.lead-form__consent span {
	font-size: 0.74rem !important;
	line-height: 1.45;
	color: rgba(16, 32, 28, 0.72) !important;
}

.lead-form--compact .lead-form__message {
	display: none;
}

.hp-field {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.lead-alert {
	border-radius: 6px;
	padding: 11px 12px;
	font-size: 0.84rem;
	font-weight: 800;
}

.lead-alert--success {
	background: rgba(8, 104, 106, 0.12);
	color: var(--teal);
}

.lead-alert--error {
	background: rgba(201, 79, 56, 0.12);
	color: var(--coral);
}

.trust-band {
	background: var(--ink);
	color: var(--white);
}

.trust-band__inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1px;
	background: rgba(255, 253, 248, 0.14);
}

.trust-band__inner span {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 72px;
	background: var(--ink);
	padding: 16px;
	font-size: 0.84rem;
	font-weight: 800;
	color: rgba(255, 253, 248, 0.82);
}

.trust-band svg {
	width: 20px;
	height: 20px;
	color: var(--gold);
	flex: 0 0 auto;
}

.section {
	padding: 98px 0;
}

.section--light {
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.62), rgba(247, 242, 231, 0.94)),
		linear-gradient(90deg, transparent 0, transparent 49%, rgba(16, 32, 28, 0.05) 49%, rgba(16, 32, 28, 0.05) 50%, transparent 50%);
}

.section--ink {
	background: var(--ink);
	color: var(--white);
}

.section--calculator {
	background: linear-gradient(135deg, var(--teal), var(--green));
	color: var(--white);
}

.section--map {
	background: var(--paper-2);
}

.section--documents {
	background: var(--ink);
	color: var(--white);
}

.section--faq {
	background: var(--paper);
}

.split-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.78fr);
	gap: 58px;
	align-items: end;
	margin-bottom: 40px;
}

.split-intro h2,
.calculator-copy h2,
.map-panel h2,
.documents-copy h2,
.final-cta h2,
.content-article h1 {
	margin: 0;
	font-family: var(--font-display);
	font-size: 3.15rem;
	line-height: 1.02;
}

.section-copy,
.calculator-copy p,
.map-panel p,
.final-cta p,
.content-article p {
	margin: 0;
	color: rgba(16, 32, 28, 0.72);
	font-size: 1rem;
	font-weight: 650;
}

.section--ink .section-copy,
.section--documents .section-copy,
.section--calculator .calculator-copy p,
.final-cta p {
	color: rgba(255, 253, 248, 0.76);
}

.momentum-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid var(--line);
}

.momentum-card {
	min-height: 300px;
	padding: 28px;
	border-right: 1px solid var(--line);
	background: rgba(255, 253, 248, 0.56);
}

.momentum-card:last-child {
	border-right: 0;
}

.momentum-card svg {
	width: 34px;
	height: 34px;
	color: var(--teal);
}

.momentum-card h3 {
	margin: 74px 0 12px;
	font-family: var(--font-display);
	font-size: 1.35rem;
	line-height: 1.12;
}

.momentum-card p {
	margin: 0;
	color: rgba(16, 32, 28, 0.68);
	font-weight: 650;
}

.opportunity-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.opportunity-card {
	overflow: hidden;
	border-radius: var(--radius);
	border: 1px solid rgba(255, 253, 248, 0.16);
	background: rgba(255, 253, 248, 0.06);
}

.opportunity-card img {
	width: 100%;
	aspect-ratio: 1.42;
	object-fit: cover;
}

.opportunity-card__body {
	padding: 24px;
}

.opportunity-card__body > span {
	color: var(--gold);
	font-weight: 900;
	text-transform: uppercase;
	font-size: 0.76rem;
}

.opportunity-card h3 {
	margin: 10px 0 10px;
	font-family: var(--font-display);
	font-size: 1.6rem;
	line-height: 1.08;
}

.opportunity-card p,
.opportunity-card li {
	color: rgba(255, 253, 248, 0.72);
	font-weight: 650;
}

.opportunity-card p {
	margin: 0 0 16px;
}

.opportunity-card ul {
	display: grid;
	gap: 8px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.opportunity-card li {
	position: relative;
	padding-left: 18px;
}

.opportunity-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--gold);
}

.calculator-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.9fr);
	gap: 56px;
	align-items: center;
}

.calculator-note {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-top: 24px;
	padding: 16px;
	border: 1px solid rgba(255, 253, 248, 0.24);
	border-radius: var(--radius);
	background: rgba(255, 253, 248, 0.1);
	color: rgba(255, 253, 248, 0.82);
	font-weight: 800;
}

.calculator-note svg {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	color: var(--gold);
}

.calculator {
	border-radius: var(--radius);
	background: var(--white);
	color: var(--ink);
	padding: 26px;
	box-shadow: 0 28px 60px rgba(16, 32, 28, 0.2);
}

.calculator__inputs {
	display: grid;
	gap: 22px;
}

.calculator label {
	display: grid;
	gap: 10px;
}

.calculator label span {
	font-weight: 900;
	color: var(--ink-soft);
}

.calculator input[type="range"] {
	width: 100%;
	accent-color: var(--coral);
}

.calculator label strong {
	font-family: var(--font-display);
	font-size: 1.55rem;
}

.calculator__result {
	display: grid;
	gap: 14px;
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid var(--line);
}

.calculator__result span {
	color: rgba(16, 32, 28, 0.68);
	font-weight: 900;
}

.calculator__result strong {
	font-family: var(--font-display);
	font-size: 2.45rem;
	line-height: 1;
}

.map-layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
}

.map-panel {
	padding: 34px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.route-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 26px 0;
}

.route-chip {
	min-height: 40px;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: transparent;
	color: var(--ink);
	padding: 0 13px;
	font-weight: 900;
}

.route-chip.is-active {
	background: var(--ink);
	color: var(--white);
	border-color: var(--ink);
}

.map-panel__focus {
	display: grid;
	gap: 6px;
	padding: 18px;
	border-left: 4px solid var(--gold);
	background: var(--paper);
}

.map-panel__focus strong {
	font-family: var(--font-display);
	font-size: 1.25rem;
}

.map-panel__focus span {
	color: rgba(16, 32, 28, 0.7);
	font-weight: 700;
}

.map-frame {
	min-height: 520px;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--line);
	background: var(--white);
}

.map-frame iframe {
	width: 100%;
	height: 100%;
	min-height: 520px;
	border: 0;
	filter: saturate(0.85) contrast(1.05);
}

.process {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.process-step {
	min-height: 260px;
	padding: 26px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: rgba(255, 253, 248, 0.62);
}

.process-step span {
	color: var(--coral);
	font-weight: 950;
}

.process-step h3 {
	margin: 80px 0 10px;
	font-family: var(--font-display);
	font-size: 1.3rem;
}

.process-step p {
	margin: 0;
	color: rgba(16, 32, 28, 0.68);
	font-weight: 650;
}

.documents-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
	gap: 58px;
	align-items: center;
}

.document-visual {
	min-height: 520px;
	display: grid;
	place-items: center;
	background:
		linear-gradient(45deg, rgba(216, 155, 49, 0.16) 25%, transparent 25%),
		linear-gradient(-45deg, rgba(255, 253, 248, 0.1) 25%, transparent 25%);
	background-size: 34px 34px;
	border: 1px solid rgba(255, 253, 248, 0.16);
	border-radius: var(--radius);
}

.document-visual__sheet {
	width: min(340px, calc(100% - 36px));
	padding: 28px;
	border-radius: var(--radius);
	background: var(--white);
	color: var(--ink);
	box-shadow: var(--shadow);
	transform: rotate(-3deg);
}

.document-visual__sheet span {
	color: var(--coral);
	font-weight: 900;
	text-transform: uppercase;
	font-size: 0.78rem;
}

.document-visual__sheet strong {
	display: block;
	margin: 10px 0 20px;
	font-family: var(--font-display);
	font-size: 2rem;
	line-height: 1.05;
}

.document-visual__sheet ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.document-visual__sheet li {
	padding: 10px 0;
	border-bottom: 1px solid var(--line);
	font-weight: 900;
}

.documents-copy h2 {
	margin-bottom: 28px;
}

.document-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.document-list div {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 18px;
	border: 1px solid rgba(255, 253, 248, 0.16);
	border-radius: var(--radius);
	background: rgba(255, 253, 248, 0.08);
	font-weight: 800;
	color: rgba(255, 253, 248, 0.82);
}

.document-list svg {
	width: 22px;
	height: 22px;
	color: var(--gold);
	flex: 0 0 auto;
}

.faq-list {
	display: grid;
	gap: 12px;
}

.faq-list details {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
	padding: 0 20px;
}

.faq-list summary {
	min-height: 66px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	font-weight: 950;
	cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
	display: none;
}

.faq-list summary::after {
	content: "+";
	font-family: var(--font-display);
	font-size: 1.6rem;
	color: var(--coral);
}

.faq-list details[open] summary::after {
	content: "-";
}

.faq-list p {
	margin: 0 0 20px;
	color: rgba(16, 32, 28, 0.7);
	font-weight: 650;
}

.final-cta {
	position: relative;
	padding: 110px 0;
	color: var(--white);
	background:
		linear-gradient(90deg, rgba(16, 32, 28, 0.9), rgba(8, 104, 106, 0.72)),
		var(--final-bg-image, url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=78")) center / cover;
}

.final-cta__inner {
	max-width: 760px;
}

.final-cta__inner p {
	margin-top: 18px;
}

.final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.site-footer {
	background: #0b1714;
	color: rgba(255, 253, 248, 0.74);
	padding: 64px 0 26px;
}

.site-footer__grid,
.site-footer__bottom {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.7fr 0.7fr 1.1fr;
	gap: 34px;
}

.site-footer h2 {
	margin: 0 0 16px;
	color: var(--white);
	font-family: var(--font-display);
	font-size: 1.2rem;
}

.site-footer p {
	margin: 16px 0 0;
}

.site-footer a {
	display: table;
	margin-bottom: 10px;
	font-weight: 800;
	color: rgba(255, 253, 248, 0.82);
}

.brand--footer {
	color: var(--white);
}

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 44px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 253, 248, 0.14);
	font-size: 0.84rem;
}

.floating-cta {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 45;
	display: grid;
	gap: 8px;
}

.floating-cta a {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 14px;
	border-radius: 6px;
	background: var(--ink);
	color: var(--white);
	box-shadow: 0 16px 34px rgba(16, 32, 28, 0.18);
	font-weight: 900;
}

.floating-cta a:nth-child(2) {
	background: var(--teal);
}

.floating-cta a:nth-child(3) {
	background: var(--gold);
	color: var(--ink);
}

.floating-cta svg {
	width: 18px;
	height: 18px;
}

.page-content {
	padding-top: 150px;
	min-height: 70vh;
}

.content-article {
	max-width: 860px;
	padding: 36px;
	border: 1px solid var(--line);
	background: var(--white);
	border-radius: var(--radius);
}

.content-article h1 {
	margin-bottom: 18px;
}

.reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1120px) {
	.primary-nav {
		position: fixed;
		inset: var(--header-height) 16px auto 16px;
		display: none;
		padding: 16px;
		border-radius: var(--radius);
		background: rgba(16, 32, 28, 0.98);
		box-shadow: var(--shadow);
	}

	body.menu-open .primary-nav {
		display: block;
	}

	.primary-nav__menu {
		display: grid;
		gap: 4px;
	}

	.primary-nav__menu a {
		min-height: 48px;
	}

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

	.hero__content,
	.calculator-layout,
	.map-layout,
	.documents-layout,
	.split-intro {
		grid-template-columns: 1fr;
	}

	.hero__content {
		gap: 28px;
		padding-bottom: 28px;
	}

	.hero-lead {
		max-width: 620px;
	}

	.momentum-grid,
	.process,
	.trust-band__inner {
		grid-template-columns: repeat(2, 1fr);
	}

	.momentum-card:nth-child(2),
	.process-step:nth-child(2) {
		border-right: 0;
	}

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

	.opportunity-card {
		display: grid;
		grid-template-columns: 0.85fr 1fr;
	}

	.opportunity-card img {
		height: 100%;
		aspect-ratio: auto;
	}

	.site-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 760px) {
	.section-shell,
	.site-footer__grid,
	.site-footer__bottom {
		width: min(100% - 28px, 1180px);
	}

	.site-header__inner {
		width: min(100% - 24px, 1240px);
	}

	.brand__text small {
		display: none;
	}

	.button--ghost span,
	.icon-button + .button--ghost {
		display: none;
	}

	.hero {
		min-height: auto;
		padding-top: 104px;
	}

	.hero h1 {
		font-size: 4rem;
	}

	.hero__lead {
		font-size: 1rem;
	}

	.hero__actions {
		display: grid;
	}

	.hero__content {
		min-height: 0;
	}

	.hero-lead {
		padding: 18px;
	}

	.hero-lead__head {
		display: grid;
	}

	.hero-lead__head h2 {
		max-width: none;
		text-align: left;
	}

	.lead-form__row,
	.hero__stats,
	.momentum-grid,
	.process,
	.trust-band__inner,
	.document-list,
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.hero__stats {
		width: min(100% - 28px, 1180px);
	}

	.hero__stats div,
	.momentum-card,
	.process-step {
		border-right: 0;
	}

	.section {
		padding: 72px 0;
	}

	.split-intro h2,
	.calculator-copy h2,
	.map-panel h2,
	.documents-copy h2,
	.final-cta h2,
	.content-article h1 {
		font-size: 2.25rem;
	}

	.momentum-card,
	.process-step {
		min-height: auto;
	}

	.momentum-card h3,
	.process-step h3 {
		margin-top: 34px;
	}

	.opportunity-card {
		display: block;
	}

	.opportunity-card img {
		height: auto;
		aspect-ratio: 1.35;
	}

	.calculator,
	.map-panel,
	.content-article {
		padding: 20px;
	}

	.calculator__result strong {
		font-size: 1.9rem;
	}

	.map-frame,
	.map-frame iframe {
		min-height: 380px;
	}

	.document-visual {
		min-height: 420px;
	}

	.site-footer__bottom {
		display: grid;
	}

	.floating-cta {
		left: 10px;
		right: 10px;
		bottom: 10px;
		grid-template-columns: repeat(3, 1fr);
		gap: 6px;
	}

	.floating-cta a {
		justify-content: center;
		padding: 0 8px;
		font-size: 0.78rem;
	}
}

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

	.reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.button,
	.icon-button,
	.menu-toggle {
		transition: none;
	}
}
