.adult-health-page {
	--health-accent: #276a73;
	--health-accent-dark: #184d55;
	--health-accent-soft: #dcecef;
	--health-ink: #173d42;
	--health-muted: #60777a;
	--health-paper: #f7f5ee;
	--health-line: #d7e1df;
	--health-white: #fff;
	background: linear-gradient(180deg, var(--health-hero, #f1f7f6) 0, #fff 34rem);
	color: var(--health-ink);
	margin-inline: calc(50% - 50vw);
	overflow: hidden;
}

.adult-health-page [hidden] {
	display: none !important;
}

.adult-health-hero {
	padding: clamp(3rem, 7vw, 6.5rem) 0 clamp(5rem, 10vw, 8rem);
	position: relative;
}

.adult-health-hero::before,
.adult-health-hero::after {
	border-radius: 50%;
	content: '';
	pointer-events: none;
	position: absolute;
}

.adult-health-hero::before {
	background: var(--health-orb, rgba(178, 214, 216, 0.42));
	height: 30rem;
	right: -12rem;
	top: -11rem;
	width: 30rem;
}

.adult-health-hero::after {
	border: 1px solid color-mix(in srgb, var(--health-accent) 22%, transparent);
	height: 11rem;
	right: 13%;
	top: 15%;
	width: 11rem;
}

.adult-health-hero__content {
	max-width: 69rem;
	position: relative;
	z-index: 1;
}

.adult-health-eyebrow,
.adult-health-hero__facts,
.adult-health-privacy {
	align-items: center;
	display: flex;
}

.adult-health-eyebrow {
	color: var(--health-accent-dark);
	font-size: 0.78rem;
	font-weight: 800;
	gap: 0.45rem;
	letter-spacing: 0.12em;
	margin-bottom: 1.2rem;
	text-transform: uppercase;
}

.adult-health-eyebrow .material-icons {
	font-size: 1.1rem;
}

.adult-health-hero h1,
.adult-health-article h2,
.adult-health-placeholder h2,
.adult-health-card__heading h2 {
	font-family: 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
}

.adult-health-hero h1 {
	font-size: clamp(2.45rem, 5.5vw, 4.7rem);
	font-weight: 700;
	letter-spacing: -0.052em;
	line-height: 1.02;
	margin: 0;
	max-width: 18ch;
}

.adult-health-hero__lead {
	color: var(--health-muted);
	font-size: clamp(1.05rem, 1.5vw, 1.25rem);
	line-height: 1.7;
	margin: 1.65rem 0 1.5rem;
	max-width: 48rem;
}

.adult-health-hero__facts {
	flex-wrap: wrap;
	gap: 0.65rem 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.adult-health-hero__facts li {
	align-items: center;
	color: #405e61;
	display: flex;
	font-size: 0.9rem;
	gap: 0.4rem;
}

.adult-health-hero__facts .material-icons {
	color: var(--health-accent);
	font-size: 1.1rem;
}

.adult-health-calculator {
	margin-top: -3.5rem;
	position: relative;
	z-index: 2;
}

.adult-health-calculator__grid {
	align-items: stretch;
	background: var(--health-white);
	border: 1px solid color-mix(in srgb, var(--health-line) 90%, transparent);
	border-radius: 1.65rem;
	box-shadow: 0 1.5rem 4rem rgba(25, 63, 66, 0.12);
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	overflow: hidden;
}

.adult-health-form,
.adult-result,
.adult-health-placeholder {
	padding: clamp(1.5rem, 4vw, 3.15rem);
}

.adult-health-form {
	border-right: 1px solid var(--health-line);
}

.adult-health-card__heading {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
	margin-bottom: 2rem;
}

.adult-health-card__heading h2 {
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	margin: 0 0 0.35rem;
}

.adult-health-card__heading p {
	color: var(--health-muted);
	line-height: 1.55;
	margin: 0;
}

.adult-health-step {
	align-items: center;
	background: var(--health-accent-soft);
	border-radius: 50%;
	color: var(--health-accent-dark);
	display: inline-flex;
	flex: 0 0 2.7rem;
	font-size: 0.75rem;
	font-weight: 800;
	height: 2.7rem;
	justify-content: center;
	letter-spacing: 0.05em;
}

.adult-health-fieldset {
	border: 0;
	margin: 0 0 1.4rem;
	padding: 0;
}

.adult-health-fieldset legend,
.adult-health-fields label > span,
.adult-health-field > span {
	color: color-mix(in srgb, var(--health-ink) 88%, #fff);
	font-size: 0.86rem;
	font-weight: 750;
	margin-bottom: 0.55rem;
}

.adult-health-field > span small {
	color: var(--health-muted);
	font-weight: 500;
}

.adult-health-segmented {
	background: color-mix(in srgb, var(--health-accent-soft) 48%, #fff);
	border-radius: 0.85rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0.3rem;
}

.adult-health-segmented input {
	opacity: 0;
	position: absolute;
}

.adult-health-segmented label {
	border-radius: 0.65rem;
	cursor: pointer;
	font-weight: 700;
	padding: 0.75rem 1rem;
	text-align: center;
}

.adult-health-segmented input:checked + label {
	background: var(--health-white);
	box-shadow: 0 0.2rem 0.7rem rgba(29, 67, 70, 0.12);
	color: var(--health-accent-dark);
}

.adult-health-fields {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 1.4rem;
}

.adult-health-fields--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.adult-health-fields label,
.adult-health-field {
	display: flex;
	flex-direction: column;
}

.adult-health-field {
	margin-bottom: 1.4rem;
}

.adult-health-field > small,
.adult-health-fields label > small {
	color: var(--health-muted);
	font-size: 0.78rem;
	line-height: 1.45;
	margin-top: 0.4rem;
}

.adult-health-fields input,
.adult-health-fields select,
.adult-health-field input,
.adult-health-field select {
	background: #fbfcfb;
	border: 1px solid color-mix(in srgb, var(--health-line) 88%, #9aabaa);
	border-radius: 0.78rem;
	color: var(--health-ink);
	font: inherit;
	font-size: 1rem;
	min-height: 3.25rem;
	padding: 0.72rem 0.9rem;
	transition:
		border-color 0.2s,
		box-shadow 0.2s;
}

.adult-health-fields input:focus,
.adult-health-fields select:focus,
.adult-health-field input:focus,
.adult-health-field select:focus {
	border-color: var(--health-accent);
	box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--health-accent) 11%, transparent);
	outline: 0;
}

.adult-health-segmented input:focus-visible + label,
.adult-health-fields input:focus-visible,
.adult-health-fields select:focus-visible,
.adult-health-field input:focus-visible,
.adult-health-field select:focus-visible,
.adult-health-submit:focus-visible,
.adult-health-reset:focus-visible,
.adult-health-article a:focus-visible,
.adult-health-faq summary:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--health-accent) 28%, transparent);
	outline-offset: 2px;
}

.adult-health-error {
	background: #fff0ec;
	border-left: 3px solid #c96552;
	border-radius: 0.45rem;
	color: #803d31;
	font-size: 0.9rem;
	margin: 0 0 1rem;
	padding: 0.75rem 0.9rem;
}

.adult-health-actions {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin-top: 1.8rem;
}

.adult-health-submit,
.adult-health-reset {
	border: 0;
	border-radius: 0.78rem;
	cursor: pointer;
	font: inherit;
	font-weight: 750;
	min-height: 3.35rem;
}

.adult-health-submit {
	align-items: center;
	background: var(--health-accent);
	box-shadow: 0 0.8rem 1.6rem color-mix(in srgb, var(--health-accent) 22%, transparent);
	color: #fff;
	display: inline-flex;
	gap: 0.65rem;
	justify-content: center;
	padding: 0.75rem 1.35rem;
	transition:
		background-color 0.2s,
		transform 0.2s;
}

.adult-health-submit:hover {
	background: var(--health-accent-dark);
	transform: translateY(-1px);
}

.adult-health-submit .material-icons {
	font-size: 1.15rem;
}

.adult-health-reset {
	background: transparent;
	color: var(--health-muted);
	padding: 0.75rem;
}

.adult-health-privacy {
	color: var(--health-muted);
	font-size: 0.8rem;
	gap: 0.45rem;
	line-height: 1.5;
	margin: 1.25rem 0 0;
}

.adult-health-privacy .material-icons {
	color: var(--health-accent);
	font-size: 1.05rem;
}

.adult-result,
.adult-health-placeholder {
	background: var(--health-paper);
}

.adult-health-placeholder {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.adult-health-placeholder > .material-icons {
	color: var(--health-accent);
	font-size: 3.6rem;
	margin-bottom: 1.2rem;
}

.adult-health-placeholder h2 {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: -0.035em;
}

.adult-health-placeholder > p {
	color: var(--health-muted);
	line-height: 1.65;
}

.adult-health-placeholder dl {
	margin: 1.25rem 0 0;
}

.adult-health-placeholder dl div {
	border-top: 1px solid var(--health-line);
	display: grid;
	gap: 1rem;
	grid-template-columns: 6rem 1fr;
	padding: 0.9rem 0;
}

.adult-health-placeholder dt {
	font-weight: 800;
}

.adult-health-placeholder dd {
	color: var(--health-muted);
	margin: 0;
}

.adult-result__primary {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
}

.adult-result__primary--stacked {
	justify-content: flex-start;
}

.adult-result__label {
	color: var(--health-muted);
	display: block;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.adult-result__primary strong {
	font-family: 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
	font-size: clamp(3rem, 6.5vw, 5.2rem);
	letter-spacing: -0.07em;
	line-height: 1;
}

.adult-result__primary small {
	color: var(--health-muted);
	font-weight: 700;
	margin-left: 0.25rem;
}

.adult-result__status {
	background: #e4ebe9;
	border-radius: 999px;
	color: #385452;
	font-size: 0.82rem;
	font-weight: 800;
	max-width: 12rem;
	padding: 0.7rem 0.9rem;
	text-align: center;
}

.adult-result__status--below {
	background: #dfeaf2;
	color: #31576f;
}

.adult-result__status--reference {
	background: #dceee5;
	color: #1b6047;
}

.adult-result__status--above {
	background: #f7eac9;
	color: #76561b;
}

.adult-result__status--high {
	background: #f2dcd5;
	color: #813e33;
}

.adult-result__description {
	color: var(--health-muted);
	line-height: 1.6;
	margin: 1rem 0 1.5rem;
}

.adult-result__metrics {
	display: grid;
	gap: 0.6rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 1.4rem 0 1.8rem;
}

.adult-result__metrics--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.adult-result__metrics div {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--health-line);
	border-radius: 0.75rem;
	padding: 0.85rem;
}

.adult-result__metrics dt {
	color: var(--health-muted);
	font-size: 0.72rem;
	font-weight: 700;
	margin-bottom: 0.3rem;
}

.adult-result__metrics dd {
	font-size: 0.94rem;
	font-weight: 800;
	margin: 0;
}

.adult-result__notice,
.adult-health-callout {
	align-items: flex-start;
	background: color-mix(in srgb, var(--health-accent-soft) 72%, #fff);
	border-radius: 0.85rem;
	display: flex;
	gap: 0.75rem;
	padding: 1rem;
}

.adult-result__notice .material-icons,
.adult-health-callout .material-icons {
	color: var(--health-accent);
	font-size: 1.25rem;
}

.adult-result__notice p,
.adult-health-callout p {
	font-size: 0.86rem;
	line-height: 1.58;
	margin: 0;
}

.adult-health-content {
	max-width: 61rem;
	padding-bottom: 6rem;
	padding-top: clamp(4rem, 8vw, 7rem);
}

.adult-health-article section {
	scroll-margin-top: 6rem;
}

.adult-health-article section + section {
	border-top: 1px solid var(--health-line);
	margin-top: 3.7rem;
	padding-top: 3.7rem;
}

.adult-health-kicker {
	color: var(--health-accent);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.13em;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.adult-health-article h2 {
	font-size: clamp(1.85rem, 3.6vw, 2.8rem);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.1;
	margin: 0 0 1.4rem;
}

.adult-health-article h3 {
	font-size: 1.05rem;
	font-weight: 800;
}

.adult-health-article p,
.adult-health-article li {
	color: #3f5b5d;
	font-size: 1.01rem;
	line-height: 1.78;
}

.adult-health-article a {
	color: var(--health-accent-dark);
	font-weight: 700;
	text-decoration-color: color-mix(in srgb, var(--health-accent) 45%, #fff);
	text-underline-offset: 0.18em;
}

.adult-health-flow {
	align-items: stretch;
	display: grid;
	gap: 0.7rem;
	grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
	margin: 2.2rem 0;
}

.adult-health-flow > div {
	background: #fafbf9;
	border: 1px solid var(--health-line);
	border-radius: 0.9rem;
	display: flex;
	flex-direction: column;
	min-height: 9rem;
	padding: 1rem;
}

.adult-health-flow > div > .material-icons {
	color: var(--health-accent);
	font-size: 1.65rem;
	margin-bottom: auto;
}

.adult-health-flow > div strong {
	line-height: 1.25;
	margin-top: 0.8rem;
}

.adult-health-flow > div small {
	color: var(--health-muted);
	line-height: 1.35;
	margin-top: 0.25rem;
}

.adult-health-flow > .adult-health-flow__accent {
	background: var(--health-accent-soft);
	border-color: transparent;
}

.adult-health-flow__arrow,
.adult-health-flow__operator {
	align-self: center;
	color: var(--health-accent);
}

.adult-health-flow__operator {
	font-size: 1.25rem;
	font-weight: 800;
}

.adult-health-formula {
	align-items: center;
	background: var(--health-paper);
	border: 1px solid var(--health-line);
	border-radius: 1rem;
	display: flex;
	flex-wrap: wrap;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	gap: 1rem;
	justify-content: center;
	margin: 2rem 0;
	padding: 1.35rem;
}

.adult-health-formula span:first-child {
	font-weight: 850;
}

.adult-health-formula strong {
	color: var(--health-accent);
}

.adult-health-table-wrap {
	margin: 2rem 0;
	overflow-x: auto;
}

.adult-health-table {
	border-collapse: collapse;
	min-width: 34rem;
	width: 100%;
}

.adult-health-table th {
	background: var(--health-ink);
	color: #fff;
	font-size: 0.84rem;
	letter-spacing: 0.04em;
	text-align: left;
}

.adult-health-table th,
.adult-health-table td {
	border-bottom: 1px solid var(--health-line);
	padding: 0.9rem 1rem;
}

.adult-health-table tbody tr:nth-child(even) {
	background: #f8faf9;
}

.adult-health-facts {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 2rem 0;
}

.adult-health-facts > div {
	background: #fafbf9;
	border: 1px solid var(--health-line);
	border-radius: 1rem;
	padding: 1.25rem;
}

.adult-health-facts .material-icons {
	color: var(--health-accent);
	font-size: 1.5rem;
}

.adult-health-facts h3 {
	margin: 0.75rem 0 0.4rem;
}

.adult-health-facts p {
	font-size: 0.9rem;
	line-height: 1.6;
	margin: 0;
}

.adult-health-steps {
	counter-reset: health-steps;
	list-style: none;
	padding: 0;
}

.adult-health-steps li {
	counter-increment: health-steps;
	padding: 0.8rem 0 0.8rem 3.2rem;
	position: relative;
}

.adult-health-steps li::before {
	align-items: center;
	background: var(--health-accent-soft);
	border-radius: 50%;
	color: var(--health-accent-dark);
	content: counter(health-steps);
	display: flex;
	font-size: 0.8rem;
	font-weight: 850;
	height: 2.2rem;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0.8rem;
	width: 2.2rem;
}

.adult-health-sources ul {
	padding-left: 1.2rem;
}

.adult-health-sources li + li {
	margin-top: 0.7rem;
}

.adult-health-faq details {
	border-bottom: 1px solid var(--health-line);
}

.adult-health-faq summary {
	color: var(--health-ink);
	cursor: pointer;
	font-size: 1rem;
	font-weight: 800;
	list-style: none;
	padding: 1.15rem 2.5rem 1.15rem 0;
	position: relative;
}

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

.adult-health-faq summary::after {
	color: var(--health-accent);
	content: '+';
	font-size: 1.5rem;
	right: 0.25rem;
	position: absolute;
	top: 0.85rem;
}

.adult-health-faq details[open] summary::after {
	content: '−';
}

.adult-health-faq details p {
	font-size: 0.94rem;
	margin: 0;
	padding: 0 2.5rem 1.25rem 0;
}

@media (max-width: 991.98px) {
	.adult-health-calculator__grid {
		grid-template-columns: 1fr;
	}

	.adult-health-form {
		border-bottom: 1px solid var(--health-line);
		border-right: 0;
	}

	.adult-health-flow {
		grid-template-columns: 1fr;
	}

	.adult-health-flow > div {
		min-height: 7rem;
	}

	.adult-health-flow__arrow,
	.adult-health-flow__operator {
		justify-self: center;
		transform: rotate(90deg);
	}
}

@media (max-width: 767.98px) {
	.adult-health-hero {
		padding-top: 2.5rem;
	}

	.adult-health-hero::after {
		display: none;
	}

	.adult-health-calculator {
		margin-top: -3rem;
	}

	.adult-health-calculator__grid {
		border-radius: 1.2rem;
	}

	.adult-health-fields,
	.adult-health-fields--three,
	.adult-result__metrics,
	.adult-result__metrics--three,
	.adult-health-facts {
		grid-template-columns: 1fr;
	}

	.adult-health-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.adult-health-submit {
		width: 100%;
	}

	.adult-health-reset {
		min-height: 2.5rem;
	}

	.adult-result__primary {
		align-items: flex-start;
		flex-direction: column;
	}
}

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

@media print {
	.adult-health-page {
		background: #fff;
		color: #111;
		margin: 0;
		overflow: visible;
	}

	.adult-health-hero {
		padding: 1rem 0 2rem;
	}

	.adult-health-hero::before,
	.adult-health-hero::after,
	.adult-health-form,
	.adult-health-placeholder,
	.adult-health-submit,
	.adult-health-reset {
		display: none !important;
	}

	.adult-health-calculator {
		margin: 0;
	}

	.adult-health-calculator__grid {
		border: 1px solid #bbb;
		box-shadow: none;
		display: block;
	}

	.adult-result {
		background: #fff;
	}

	.adult-health-content {
		max-width: none;
		padding: 2rem 0;
	}

	.adult-health-article section {
		break-inside: avoid;
	}
}
