:root {
	--vital-bg: #f8f7f1;
	--vital-bg-soft: #eeece2;
	--vital-ink: #111313;
	--vital-muted: #656b6b;
	--vital-faint: #9aa0a0;
	--vital-line: rgba(17, 19, 19, 0.14);
	--vital-accent: #0b8f9c;
	--vital-accent-strong: #075f68;
	--vital-gold: #b9892c;
	--vital-white: #ffffff;
}

body:has(.vital-site) {
	background: var(--vital-bg);
	color: var(--vital-ink);
}

.vital-site {
	background:
		radial-gradient(circle at 76% 12%, rgba(11, 143, 156, 0.12), transparent 34rem),
		linear-gradient(180deg, #fbfaf5 0%, var(--vital-bg) 36rem, #efeee7 100%);
	color: var(--vital-ink);
	font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
	min-height: 100vh;
	overflow: clip;
	font-size: 0;
	line-height: 0;
}

.vital-site main,
.vital-site .vital-hero {
	margin-block-start: 0;
	margin-top: 0;
}

.vital-site > .vital-nav,
.vital-site > main {
	font-size: 1rem;
	line-height: normal;
}

.vital-site > main {
	margin-bottom: -16px;
	transform: translateY(-16px);
}

.vital-site * {
	box-sizing: border-box;
}

.vital-site a {
	color: inherit;
	text-decoration: none;
}

.vital-nav {
	align-items: center;
	backdrop-filter: blur(18px);
	background: rgba(248, 247, 241, 0.82);
	border-bottom: 1px solid var(--vital-line);
	display: flex;
	gap: 2rem;
	height: 4rem;
	justify-content: space-between;
	left: 0;
	padding: 0 3rem;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 20;
}

.vital-logo img {
	display: block;
	height: 1.75rem;
	width: auto;
}

.vital-links,
.vital-actions,
.vital-footer nav {
	align-items: center;
	display: flex;
	gap: 2rem;
}

.vital-links a,
.vital-actions a,
.vital-footer a {
	color: var(--vital-muted);
	font-size: 0.68rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	transition: color 180ms ease, border-color 180ms ease;
}

.vital-links a:hover,
.vital-actions a:hover,
.vital-footer a:hover {
	color: var(--vital-accent-strong);
}

.vital-icon-link {
	font-size: 1rem !important;
	letter-spacing: 0 !important;
}

.vital-button {
	align-items: center;
	border: 1px solid var(--vital-line);
	display: inline-flex;
	font-size: 0.68rem;
	gap: 0.55rem;
	justify-content: center;
	letter-spacing: 0.24em;
	min-height: 2.75rem;
	padding: 0.85rem 1.25rem;
	text-transform: uppercase;
	transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.vital-button:hover {
	background: rgba(11, 143, 156, 0.06);
	border-color: var(--vital-accent);
	color: var(--vital-accent-strong);
}

.vital-button--small {
	min-height: 2.25rem;
	padding: 0.65rem 1rem;
}

.vital-menu-toggle {
	background: transparent;
	border: 0;
	display: none;
	height: 2.5rem;
	padding: 0.5rem;
	width: 2.5rem;
}

.vital-menu-toggle span {
	background: var(--vital-ink);
	display: block;
	height: 1px;
	margin: 0.34rem 0;
	width: 1.35rem;
}

.lab-grid {
	background-image:
		linear-gradient(rgba(17, 19, 19, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 19, 19, 0.055) 1px, transparent 1px);
	background-size: 44px 44px;
}

.vital-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
	min-height: calc(100vh - 4rem);
	padding: 5rem 3rem 3rem;
	position: relative;
}

.vital-hero__content {
	align-self: center;
	max-width: 50rem;
	position: relative;
	z-index: 2;
}

.vital-kicker {
	color: var(--vital-accent-strong);
	font-size: 0.68rem;
	letter-spacing: 0.3em;
	margin: 0 0 1.6rem;
	text-transform: uppercase;
}

.vital-hero h1,
.vital-section h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0;
}

.vital-hero h1 {
	font-size: clamp(4.6rem, 10vw, 9rem);
	line-height: 0.88;
}

.vital-hero em,
.vital-section em {
	font-style: italic;
}

.vital-hero__content > p:not(.vital-kicker),
.vital-section__head > p,
.vital-split > p,
.vital-science p,
.vital-match > div > p {
	color: var(--vital-muted);
	font-size: 0.93rem;
	line-height: 1.8;
	max-width: 34rem;
}

.vital-hero__buttons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-top: 2rem;
}

.vital-text-link {
	color: var(--vital-accent-strong);
	font-size: 0.72rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.vital-orbit {
	align-self: center;
	aspect-ratio: 1;
	justify-self: center;
	max-width: 34rem;
	position: relative;
	width: min(42vw, 34rem);
}

.vital-orbit__ring {
	animation: vital-spin 28s linear infinite;
	border: 1px solid rgba(11, 143, 156, 0.28);
	border-radius: 50%;
	inset: 2rem;
	position: absolute;
}

.vital-orbit__ring::before,
.vital-orbit__ring::after {
	border: 1px solid rgba(17, 19, 19, 0.12);
	border-radius: inherit;
	content: "";
	inset: 4rem;
	position: absolute;
}

.vital-orbit__ring::after {
	border-color: rgba(185, 137, 44, 0.22);
	inset: 8rem;
}

.vital-vial {
	filter: drop-shadow(0 2rem 2.2rem rgba(17, 19, 19, 0.18));
	height: 19rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 7rem;
}

.vital-vial__cap,
.vital-vial__glass,
.vital-vial__liquid {
	display: block;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.vital-vial__cap {
	background: linear-gradient(90deg, #123a5a, #2e6382, #123a5a);
	border-radius: 0.4rem 0.4rem 0.1rem 0.1rem;
	height: 4rem;
	top: 0;
	width: 3.8rem;
}

.vital-vial__glass {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.14));
	border: 1px solid rgba(17, 19, 19, 0.18);
	border-radius: 0.6rem 0.6rem 0.9rem 0.9rem;
	height: 13.5rem;
	top: 4.2rem;
	width: 5.2rem;
}

.vital-vial__liquid {
	background: linear-gradient(180deg, #f4c76c, #b77d21);
	border-radius: 0 0 0.8rem 0.8rem;
	bottom: 1.35rem;
	height: 5.5rem;
	opacity: 0.82;
	width: 4.75rem;
}

.vital-stats {
	align-self: end;
	border-top: 1px solid var(--vital-line);
	display: grid;
	gap: 1rem;
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-top: 1.5rem;
}

.vital-stats div {
	display: grid;
	gap: 0.25rem;
}

.vital-stats strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 4vw, 3.6rem);
	font-weight: 400;
}

.vital-stats span {
	color: var(--vital-muted);
	font-size: 0.68rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.vital-section {
	padding: 7rem 3rem;
}

.vital-split {
	align-items: end;
	border-top: 1px solid var(--vital-line);
	display: grid;
	gap: 3rem;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.7fr);
}

.vital-section h2 {
	font-size: clamp(3rem, 6vw, 6.4rem);
	line-height: 0.95;
}

.vital-science {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-top: 0;
}

.vital-science article,
.vital-check-grid article,
.vital-steps article {
	border: 1px solid var(--vital-line);
	background: rgba(255, 255, 255, 0.38);
	padding: 2rem;
}

.vital-sequence dl {
	border-top: 1px solid var(--vital-line);
	margin: 2rem 0 0;
}

.vital-sequence div {
	border-bottom: 1px solid var(--vital-line);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 1rem 0;
}

.vital-sequence dt,
.vital-sequence dd {
	font-size: 0.72rem;
	letter-spacing: 0.2em;
	margin: 0;
	text-transform: uppercase;
}

.vital-sequence dt {
	color: var(--vital-muted);
}

.vital-section__head {
	display: grid;
	gap: 1.3rem;
	margin-bottom: 3rem;
	max-width: 55rem;
}

.vital-product-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vital-product-card {
	background: rgba(255, 255, 255, 0.48);
	border: 1px solid var(--vital-line);
	display: flex;
	flex-direction: column;
	min-height: 31rem;
	padding: 1.1rem;
	position: relative;
}

.vital-product-card__top,
.vital-product-card__bottom,
.vital-product-card__focus,
.vital-product-card__note,
.vital-label span,
.vital-label small,
.vital-badge {
	color: var(--vital-muted);
	font-size: 0.64rem;
	letter-spacing: 0.16em;
	line-height: 1.45;
	text-transform: uppercase;
}

.vital-product-card__top {
	display: grid;
	gap: 0.35rem;
	min-height: 3.1rem;
}

.vital-badge {
	color: var(--vital-accent-strong);
	position: absolute;
	right: 1.1rem;
	top: 1.1rem;
}

.vital-label {
	background:
		linear-gradient(135deg, rgba(11, 143, 156, 0.08), rgba(185, 137, 44, 0.1)),
		var(--vital-white);
	border: 1px solid var(--vital-line);
	display: grid;
	gap: 0.4rem;
	margin: 1.2rem 0;
	min-height: 9rem;
	padding: 1rem;
}

.vital-label strong {
	align-self: center;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.65rem;
	font-weight: 400;
	line-height: 0.96;
}

.vital-product-card h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 0.75rem;
}

.vital-product-card p {
	color: var(--vital-muted);
	font-size: 0.82rem;
	line-height: 1.6;
	margin: 0 0 0.8rem;
}

.vital-product-card__note {
	margin-top: auto !important;
}

.vital-product-card__bottom {
	align-items: end;
	border-top: 1px solid var(--vital-line);
	display: grid;
	gap: 0.45rem;
	margin-top: 1rem;
	padding-top: 1rem;
}

.vital-product-card__bottom strong {
	color: var(--vital-ink);
	font-size: 1rem;
}

.vital-product-card__bottom a {
	color: var(--vital-accent-strong);
}

.vital-range-link {
	align-items: center;
	border-top: 1px solid var(--vital-line);
	display: flex;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.5rem, 5vw, 5.5rem);
	justify-content: space-between;
	line-height: 1;
	margin-top: 3rem;
	padding-top: 2rem;
}

.vital-range-link span {
	color: var(--vital-muted);
	font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.72rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.vital-verification {
	background: #111313;
	color: #f6f5ef;
}

.vital-verification .vital-kicker,
.vital-verification h3 {
	color: #67d6df;
}

.vital-verification p,
.vital-verification .vital-section__head > p {
	color: rgba(246, 245, 239, 0.66);
}

.vital-check-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vital-check-grid article {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.14);
}

.vital-check-grid h3,
.vital-steps h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 1rem;
}

.vital-check-grid p,
.vital-steps p {
	font-size: 0.82rem;
	line-height: 1.7;
	margin: 0;
}

.vital-match {
	display: grid;
	gap: 3rem;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.vital-steps {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vital-steps span {
	color: var(--vital-accent-strong);
	display: block;
	font-size: 0.72rem;
	letter-spacing: 0.24em;
	margin-bottom: 2rem;
}

.vital-match__actions {
	align-items: center;
	border-top: 1px solid var(--vital-line);
	display: flex;
	gap: 1.5rem;
	grid-column: 1 / -1;
	padding-top: 2rem;
}

.vital-match__actions p {
	color: var(--vital-muted);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
	line-height: 1.7;
	margin: 0;
	text-transform: uppercase;
}

.vital-footer {
	align-items: center;
	border-top: 1px solid var(--vital-line);
	display: flex;
	justify-content: space-between;
	padding: 2rem 3rem;
}

.vital-footer img {
	display: block;
	height: 1.5rem;
	width: auto;
}

.vital-footer p {
	color: var(--vital-muted);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
	margin: 1rem 0 0;
	text-transform: uppercase;
}

@keyframes vital-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 1180px) {
	.vital-product-grid,
	.vital-check-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vital-steps {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.vital-nav {
		padding: 0 1.25rem;
	}

	.vital-links,
	.vital-actions {
		background: rgba(248, 247, 241, 0.96);
		border-bottom: 1px solid var(--vital-line);
		display: none;
		left: 0;
		padding: 1.25rem;
		position: absolute;
		right: 0;
		top: 4rem;
	}

	.vital-actions {
		top: 7.5rem;
	}

	.vital-nav.is-open .vital-links,
	.vital-nav.is-open .vital-actions {
		display: flex;
	}

	.vital-menu-toggle {
		display: block;
	}

	.vital-hero,
	.vital-split,
	.vital-science,
	.vital-match {
		grid-template-columns: 1fr;
	}

	.vital-hero {
		min-height: auto;
		padding: 4rem 1.25rem 2rem;
	}

	.vital-orbit {
		grid-row: 1;
		width: min(82vw, 24rem);
	}

	.vital-vial {
		height: 14rem;
		width: 5rem;
	}

	.vital-vial__glass {
		height: 10rem;
		width: 4rem;
	}

	.vital-vial__liquid {
		height: 4rem;
		width: 3.65rem;
	}

	.vital-stats,
	.vital-product-grid,
	.vital-check-grid {
		grid-template-columns: 1fr;
	}

	.vital-section {
		padding: 4.5rem 1.25rem;
	}

	.vital-science {
		padding-top: 0;
	}

	.vital-range-link,
	.vital-match__actions,
	.vital-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.vital-footer {
		gap: 2rem;
		padding: 2rem 1.25rem;
	}

	.vital-footer nav {
		align-items: flex-start;
		flex-direction: column;
		gap: 1rem;
	}
}

@media (max-width: 520px) {
	.vital-hero h1 {
		font-size: clamp(3.8rem, 18vw, 5rem);
	}

	.vital-section h2 {
		font-size: clamp(2.8rem, 15vw, 4.2rem);
	}

	.vital-nav.is-open .vital-links,
	.vital-nav.is-open .vital-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 1rem;
	}
}



/* Above-the-fold alignment with the original Vercel homepage. */
.vital-hero {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	isolation: isolate;
	min-height: calc(100svh - 4rem);
	overflow: hidden;
	padding: clamp(4.5rem, 8vh, 6.5rem) clamp(1.5rem, 4vw, 3rem) clamp(1.6rem, 4vh, 3rem);
}

.vital-hero::before {
	background:
		linear-gradient(90deg, rgba(248, 247, 241, 0.94) 0%, rgba(248, 247, 241, 0.72) 38%, rgba(248, 247, 241, 0.16) 72%, rgba(248, 247, 241, 0.04) 100%),
		radial-gradient(circle at 72% 40%, rgba(11, 143, 156, 0.17), transparent 28rem),
		radial-gradient(circle at 80% 58%, rgba(185, 137, 44, 0.13), transparent 24rem);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -2;
}

.vital-hero::after {
	background-image:
		linear-gradient(115deg, transparent 0 42%, rgba(11, 143, 156, 0.22) 42.2% 42.7%, transparent 43% 100%),
		linear-gradient(65deg, transparent 0 43%, rgba(11, 143, 156, 0.16) 43.2% 43.7%, transparent 44% 100%);
	background-size: 4.4rem 9rem, 4.4rem 9rem;
	border-left: 1px solid rgba(11, 143, 156, 0.12);
	content: "";
	filter: blur(0.15px);
	height: 112%;
	opacity: 0.42;
	pointer-events: none;
	position: absolute;
	right: clamp(0rem, 7vw, 7rem);
	top: -4%;
	transform: rotate(-8deg);
	width: min(39rem, 45vw);
	z-index: -1;
}

.vital-hero__content {
	align-self: flex-start;
	margin-bottom: clamp(2rem, 5vh, 4.5rem);
	max-width: min(47rem, 78vw);
}

.vital-hero .vital-kicker {
	color: rgba(7, 95, 104, 0.84);
	margin-bottom: clamp(1.6rem, 3vh, 2.5rem);
}

.vital-hero h1 {
	font-size: clamp(5.25rem, 11.5vw, 9.5rem);
	line-height: 0.86;
}

.vital-hero__content > p:not(.vital-kicker) {
	font-size: 0.88rem;
	line-height: 1.78;
	margin-top: clamp(1.6rem, 3vh, 2.6rem);
	max-width: 27rem;
}

.vital-orbit {
	inset: auto clamp(-11rem, -8vw, -4rem) 7vh auto;
	max-width: none;
	opacity: 0.82;
	position: absolute;
	width: min(44rem, 48vw);
	z-index: -1;
}

.vital-orbit__ring {
	border-color: rgba(11, 143, 156, 0.2);
	inset: 0;
}

.vital-vial {
	height: 15rem;
	opacity: 0.8;
	transform: translate(-50%, -50%) rotate(7deg);
	width: 5.4rem;
}

.vital-vial__cap {
	height: 3.1rem;
	width: 3rem;
}

.vital-vial__glass {
	height: 10.7rem;
	top: 3.4rem;
	width: 4rem;
}

.vital-vial__liquid {
	bottom: 1.4rem;
	height: 4.1rem;
	width: 3.65rem;
}

.vital-stats {
	align-items: end;
	background: rgba(248, 247, 241, 0.34);
	backdrop-filter: blur(10px);
	grid-column: auto;
	margin-top: 0;
	padding-top: clamp(1rem, 2.2vh, 1.6rem);
	position: relative;
	z-index: 2;
}

.vital-stats strong {
	font-size: clamp(2.3rem, 4.4vw, 3.9rem);
	line-height: 0.9;
}

@media (max-width: 820px) {
	.vital-hero {
		min-height: calc(100svh - 4rem);
		padding: 4.25rem 1.25rem 1.25rem;
	}

	.vital-hero::before {
		background:
			linear-gradient(180deg, rgba(248, 247, 241, 0.72) 0%, rgba(248, 247, 241, 0.22) 42%, rgba(248, 247, 241, 0.9) 76%),
			radial-gradient(circle at 58% 24%, rgba(11, 143, 156, 0.18), transparent 18rem);
	}

	.vital-hero::after {
		height: 58%;
		opacity: 0.26;
		right: -7rem;
		top: 1rem;
		width: 22rem;
	}

	.vital-hero__content {
		margin-bottom: 1.5rem;
		max-width: 100%;
	}

	.vital-hero h1 {
		font-size: clamp(4.1rem, 18vw, 6.1rem);
	}

	.vital-orbit {
		bottom: auto;
		right: -9rem;
		top: 4.6rem;
		width: 24rem;
	}

	.vital-stats {
		background: rgba(248, 247, 241, 0.72);
		gap: 0.85rem;
	}
}


/* Final hero visual pass: DNA-first, reference-like CTAs, responsive fold. */
.vital-dna {
	display: block;
	filter: drop-shadow(0 0 10px rgba(0, 194, 255, 0.28));
	height: auto;
	inset: 0;
	position: absolute;
	width: 100%;
}

.vital-dna-canvas {
	display: block;
	height: 100%;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 300ms ease;
	width: 100%;
}

.vital-orbit.has-webgl-dna .vital-dna-canvas {
	opacity: 0.72;
}

.vital-orbit.has-webgl-dna .vital-dna {
	display: none;
}

.vital-dna__rail,
.vital-dna__rungs line {
	fill: none;
	stroke-linecap: round;
	stroke-width: 2.4;
	vector-effect: non-scaling-stroke;
}

.vital-dna__rail {
	stroke: rgba(0, 183, 255, 0.72);
	stroke-dasharray: 1 6;
}

.vital-dna__rungs line {
	stroke: rgba(156, 78, 255, 0.38);
}

.vital-orbit {
	bottom: 6vh;
	right: -3vw;
	transform: rotate(39deg);
	width: min(58rem, 64vw);
	z-index: 1;
}

.vital-orbit__ring,
.vital-vial {
	display: none;
}

.vital-hero__buttons .vital-button {
	background: #111313;
	border-color: #111313;
	color: #f8f7f1;
}

.vital-hero__buttons .vital-button:hover {
	background: #273030;
	border-color: #273030;
	color: #ffffff;
}

.vital-hero__buttons .vital-text-link {
	align-items: center;
	border: 1px solid var(--vital-line);
	display: inline-flex;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.85rem 1.25rem;
}

.vital-stats {
	background: transparent;
	backdrop-filter: none;
	border-top: 0;
	bottom: 0.65rem;
	gap: clamp(3rem, 6vw, 6rem);
	grid-template-columns: repeat(3, max-content);
	justify-content: end;
	padding-top: 0;
	position: absolute;
	right: 3rem;
}

.vital-stats strong {
	font-size: clamp(2rem, 3.1vw, 3rem);
}

@media (max-width: 820px) {
	.vital-hero {
		justify-content: flex-start;
		min-height: calc(100svh - 4rem);
		padding-top: clamp(5.75rem, 14vh, 7.25rem);
	}

	.vital-orbit {
		bottom: auto;
		right: -20rem;
		top: -6.25rem;
		transform: rotate(42deg);
		width: 53rem;
	}

	.vital-dna__rail {
		stroke-width: 2.1;
	}

	.vital-dna__rungs line {
		stroke-width: 2.1;
	}

	.vital-hero__content {
		margin-bottom: 0;
		width: 100%;
	}

	.vital-hero__content > p:not(.vital-kicker) {
		font-size: 0.88rem;
		line-height: 1.65;
		max-width: 20.5rem;
	}

	.vital-hero__buttons {
		display: grid;
		gap: 0.75rem;
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
		margin-top: 1.5rem;
	}

	.vital-hero__buttons .vital-button,
	.vital-hero__buttons .vital-text-link {
		font-size: 0.56rem;
		letter-spacing: 0.14em;
		min-height: 4.25rem;
		padding: 0.8rem 0.9rem;
		text-align: center;
		white-space: normal;
		width: 100%;
		min-width: 0;
	}

	.vital-stats {
		display: none;
	}
}

@media (max-width: 520px) {
	.vital-hero h1 {
		font-size: clamp(4rem, 17vw, 5.25rem);
	}

	.vital-hero .vital-kicker {
		max-width: 21rem;
	}
}


/* Fold spacing correction: less empty air above hero copy and no shortcode line-break in CTA grid. */
.vital-hero__buttons br {
	display: none;
}

.vital-site > br,
.vital-site > p,
.vital-site > main > br,
.vital-nav br,
.vital-links br,
.vital-actions br,
.vital-hero > br {
	margin: 0 !important;
	display: none !important;
}

.vital-nav > p {
	display: contents !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vital-nav > p:empty {
	display: none !important;
}

.vital-hero {
	justify-content: center;
}

.vital-hero__content {
	margin-bottom: 0;
	z-index: 2;
}

.vital-stats {
	align-self: flex-start;
	border-top: 1px solid var(--vital-line);
	bottom: auto;
	display: grid;
	gap: clamp(1.75rem, 4vw, 3.5rem);
	grid-template-columns: repeat(3, max-content);
	justify-content: start;
	margin-top: clamp(1.25rem, 3vh, 2rem);
	padding-top: 1rem;
	position: static;
	right: auto;
	z-index: 2;
}

@media (max-width: 820px) {
	.vital-hero {
		justify-content: flex-start;
		padding-top: clamp(2.75rem, 8vh, 4.5rem);
	}

	.vital-hero__content {
		margin-bottom: 0;
		width: 100%;
	}

	.vital-stats {
		display: grid;
		gap: 0.6rem;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-top: 1rem;
		width: 100%;
	}

	.vital-stats strong {
		font-size: 1.45rem;
	}

	.vital-stats span {
		font-size: 0.55rem;
		letter-spacing: 0.18em;
	}
}


/* Remove WordPress block gap between the custom nav and hero. */
.vital-site > .vital-nav + main,
.vital-site > main:first-of-type {
	margin-block-start: 0 !important;
	margin-top: 0 !important;
}

.vital-nav {
	margin-block-end: 0 !important;
	margin-bottom: 0 !important;
}

@media (max-width: 820px) {
	.vital-nav {
		align-items: center;
		display: grid;
		grid-template-columns: minmax(0, 1fr) 2.75rem;
		grid-template-rows: 4rem;
		height: 4rem;
		min-height: 4rem;
		overflow: hidden;
		padding: 0 1.25rem;
	}

	.vital-nav.is-open {
		grid-template-rows: 4rem auto auto;
		height: auto;
		overflow: visible;
		padding-bottom: 1rem;
		box-shadow: 0 1.4rem 2rem rgba(17, 19, 19, 0.08);
	}

	.vital-logo {
		align-self: center;
		grid-column: 1;
		grid-row: 1;
		line-height: 0;
	}

	.vital-menu-toggle {
		align-self: center;
		background: transparent;
		border: 0;
		box-shadow: none;
		display: inline-flex;
		flex-direction: column;
		grid-column: 2;
		grid-row: 1;
		height: 2.75rem;
		justify-content: center;
		margin: 0;
		outline: 0;
		padding: 0;
		place-self: center end;
		width: 2.75rem;
	}

	.vital-menu-toggle:focus,
	.vital-menu-toggle:focus-visible {
		outline: 0;
	}

	.vital-menu-toggle span {
		margin: 0.18rem auto;
		transition: opacity 160ms ease, transform 160ms ease;
	}

	.vital-nav .vital-links,
	.vital-nav .vital-actions {
		background: transparent;
		border: 0;
		display: none;
		flex-direction: column;
		gap: 1rem;
		grid-column: 1 / -1;
		left: auto;
		order: 3;
		padding: 1rem 0 0;
		position: static;
		right: auto;
		top: auto;
		width: 100%;
	}

	.vital-nav .vital-actions {
		align-items: flex-start;
		border-top: 1px solid var(--vital-line);
		margin-top: 0.9rem;
		padding-top: 1rem;
	}

	.vital-nav.is-open .vital-links,
	.vital-nav.is-open .vital-actions {
		display: flex;
	}

	.vital-nav.is-open .vital-menu-toggle span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.vital-nav.is-open .vital-menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	.vital-nav.is-open .vital-menu-toggle span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}
}
