:root {
	--hc-ink: #10283a;
	--hc-sea: #3f786f;
	--hc-sea-dark: #2f675f;
	--hc-mist: #eaf2f0;
	--hc-clay: #d96848;
	--hc-paper: #fff;
	--hc-line: #d9e0df;
	--hc-muted: #52636c;
	--hc-serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
	--hc-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--hc-wide: min(1180px, calc(100vw - 48px));
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--hc-paper);
	color: var(--hc-ink);
	font-family: var(--hc-ui);
	margin: 0;
	overflow-x: clip;
}

body.admin-bar .hc-header-shell {
	top: 32px;
}

.hc-header-shell {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--hc-line);
	position: sticky;
	top: 0;
	z-index: 30;
}

.hc-header {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	min-height: 92px;
	width: var(--hc-wide);
}

.hc-header > * {
	min-width: 0;
}

.hc-wordmark a,
.hc-footer-brand a {
	color: var(--hc-ink);
	font-family: var(--hc-serif);
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	text-decoration: none;
}

.hc-navigation {
	font-size: 0.95rem;
	margin-left: auto;
}

.hc-navigation .wp-block-navigation__container {
	align-items: center;
	gap: clamp(1rem, 2.3vw, 2rem);
}

.hc-navigation a,
.hc-footer-nav a {
	text-decoration: none;
}

.hc-navigation a:hover,
.hc-navigation a:focus-visible {
	color: var(--hc-sea);
}

.hc-header-cta .wp-block-button__link,
.hc-primary-button .wp-block-button__link {
	background: var(--hc-sea);
	border: 1px solid var(--hc-sea);
	border-radius: 0;
	color: #fff;
	padding: 0.95rem 1.4rem;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.hc-header-cta .wp-block-button__link:hover,
.hc-primary-button .wp-block-button__link:hover {
	background: var(--hc-sea-dark);
	border-color: var(--hc-sea-dark);
	transform: translateY(-1px);
}

.hc-main {
	margin: 0;
}

.hc-section {
	padding: clamp(4rem, 8vw, 7.5rem) max(24px, calc((100vw - 1180px) / 2));
}

.hc-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
	min-height: min(750px, calc(100vh - 92px));
}

.hc-hero-copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(4rem, 8vw, 7rem) clamp(2rem, 6vw, 6rem) clamp(4rem, 8vw, 7rem) max(24px, calc((100vw - 1180px) / 2));
}

.hc-hero h1 {
	font-family: var(--hc-serif);
	font-size: clamp(3.2rem, 6.2vw, 6.1rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.96;
	margin: 0;
	max-width: 780px;
}

.hc-rule {
	background: var(--hc-clay);
	display: block;
	height: 4px;
	margin: 2rem 0;
	width: 64px;
}

.hc-hero-lead {
	font-size: clamp(1.1rem, 1.7vw, 1.35rem);
	line-height: 1.55;
	margin: 0;
	max-width: 640px;
}

.hc-hero-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin: 2.25rem 0;
}

.hc-secondary-link {
	font-weight: 650;
}

.hc-trust-note {
	border-left: 3px solid var(--hc-clay);
	color: var(--hc-muted);
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 0;
	max-width: 620px;
	padding-left: 1rem;
}

.hc-hero-media {
	margin: 0;
	min-height: 620px;
	overflow: hidden;
}

.hc-hero-media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hc-section-heading {
	font-family: var(--hc-serif);
	font-size: clamp(2.65rem, 5vw, 5rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1;
	margin: 0;
}

.hc-intro-grid {
	align-items: start;
	display: grid;
	gap: clamp(3rem, 8vw, 8rem);
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
}

.hc-intro-copy {
	font-size: 1.08rem;
	max-width: 600px;
}

.hc-symptom-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hc-symptom-list li {
	align-items: center;
	border-bottom: 1px solid var(--hc-line);
	display: flex;
	font-size: 1.08rem;
	gap: 1.25rem;
	padding: 1.25rem 0;
}

.hc-symptom-list li::before {
	border: 1px solid var(--hc-clay);
	border-radius: 50%;
	color: var(--hc-clay);
	content: "•";
	display: grid;
	flex: 0 0 48px;
	font-size: 1.5rem;
	height: 48px;
	place-items: center;
}

.hc-types {
	background: var(--hc-mist);
	text-align: center;
}

.hc-types-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 3.5rem;
	text-align: left;
}

.hc-type {
	border-left: 1px solid rgba(16, 40, 58, 0.18);
	padding: 0 clamp(1.5rem, 4vw, 3.5rem);
}

.hc-type:first-child {
	border-left: 0;
}

.hc-type-visual {
	color: var(--hc-sea);
	height: 150px;
	margin-bottom: 1.5rem;
	width: 100%;
}

.hc-type h3 {
	font-family: var(--hc-ui);
	font-size: 1.12rem;
	font-weight: 700;
	margin: 0 0 0.75rem;
}

.hc-type h3 a {
	color: inherit;
	text-decoration-color: var(--hc-sea);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25em;
}

.hc-type p {
	color: var(--hc-muted);
	margin-bottom: 0;
}

.hc-process {
	background: var(--hc-ink);
	color: #fff;
}

.hc-process .hc-section-heading {
	color: #fff;
}

.hc-process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 3.5rem 0 2rem;
}

.hc-step {
	border-left: 1px solid rgba(255, 255, 255, 0.28);
	padding: 0 2rem;
}

.hc-step:first-child {
	border-left: 0;
	padding-left: 0;
}

.hc-step-number {
	color: var(--hc-clay);
	font-family: var(--hc-serif);
	font-size: 3.75rem;
	line-height: 1;
}

.hc-step h3 {
	color: #fff;
	font-family: var(--hc-ui);
	font-size: 1rem;
	font-weight: 700;
}

.hc-step p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.95rem;
}

.hc-process-link {
	color: #b9ded7;
	display: inline-block;
	margin-top: 1rem;
}

.hc-contact {
	background: var(--hc-sea);
	color: #fff;
}

.hc-contact-grid {
	align-items: start;
	display: grid;
	gap: clamp(3rem, 8vw, 7rem);
	grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1.2fr);
}

.hc-contact .hc-section-heading {
	color: #fff;
}

.hc-contact-copy {
	font-size: 1.08rem;
	max-width: 520px;
}

.hc-form-status {
	border-left: 3px solid var(--hc-clay);
	font-size: 0.93rem;
	margin-top: 2rem;
	padding-left: 1rem;
}

.hc-form-placeholder {
	display: none !important;
	background: #fff;
	color: var(--hc-ink);
	padding: clamp(1.5rem, 4vw, 3.25rem);
}

.hc-contact-grid > .rrl-form-shell {
	order: 2;
}

.hc-form-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hc-field {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.hc-field-wide {
	grid-column: 1 / -1;
}

.hc-field label {
	font-size: 0.9rem;
	font-weight: 650;
}

.hc-field input,
.hc-field select,
.hc-field textarea {
	background: #f9fbfb;
	border: 1px solid #b9c8c5;
	border-radius: 0;
	box-sizing: border-box;
	color: var(--hc-ink);
	font: inherit;
	min-height: 48px;
	padding: 0.75rem;
	width: 100%;
}

.hc-field textarea {
	min-height: 130px;
	resize: vertical;
}

.hc-consent-placeholder {
	align-items: flex-start;
	display: flex;
	font-size: 0.88rem;
	gap: 0.75rem;
	margin: 1.25rem 0;
}

.hc-disabled-submit {
	background: var(--hc-clay);
	border: 0;
	color: #fff;
	cursor: not-allowed;
	font: inherit;
	font-weight: 700;
	opacity: 0.72;
	padding: 1rem 1.5rem;
	width: 100%;
}

.hc-form-support {
	color: var(--hc-muted);
	font-size: 0.88rem;
	margin-bottom: 0;
}

.hc-faq-grid {
	align-items: start;
	display: grid;
	gap: clamp(3rem, 8vw, 8rem);
	grid-template-columns: minmax(0, 0.75fr) minmax(500px, 1.25fr);
}

.hc-faq-list details {
	border-bottom: 1px solid var(--hc-line);
	padding: 1.2rem 0;
}

.hc-faq-list summary {
	cursor: pointer;
	font-weight: 700;
	list-style: none;
	padding-right: 2rem;
	position: relative;
}

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

.hc-faq-list summary::after {
	content: "+";
	font-size: 1.45rem;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: -0.3rem;
}

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

.hc-faq-list details p {
	color: var(--hc-muted);
	margin: 1rem 0 0;
	max-width: 680px;
}

.hc-footer-shell {
	background: var(--hc-ink);
	color: #fff;
	padding: 3.5rem max(24px, calc((100vw - 1180px) / 2));
}

.hc-footer {
	align-items: flex-start;
	gap: 3rem;
}

.hc-footer-brand a,
.hc-footer-nav a {
	color: #fff;
}

.hc-footer-note {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.9rem;
	max-width: 520px;
}

.hc-default-main {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.hc-legal {
	max-width: 860px;
}

.hc-legal h1,
.hc-legal h2 {
	font-family: var(--hc-serif);
	font-weight: 400;
	letter-spacing: -0.025em;
}

.hc-legal h1 {
	font-size: clamp(3rem, 7vw, 5.5rem);
	line-height: 1;
	margin-top: 0;
}

.hc-legal h2 {
	font-size: clamp(1.8rem, 4vw, 2.7rem);
	margin-top: 3.5rem;
}

.hc-legal p,
.hc-legal li {
	line-height: 1.7;
}

.hc-legal-alert {
	background: #fff3ef;
	border-left: 4px solid var(--hc-clay);
	padding: 1.25rem 1.5rem;
}

.hc-article-hero {
	background: var(--hc-mist);
	padding-bottom: clamp(4rem, 8vw, 7rem);
	padding-top: clamp(4rem, 8vw, 7rem);
}

.hc-kicker {
	color: var(--hc-sea-dark);
	font-size: 0.82rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

.hc-article-title {
	font-family: var(--hc-serif);
	font-size: clamp(3.2rem, 7.2vw, 6.5rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.96;
	margin: 0;
	max-width: 980px;
}

.hc-article-lead {
	font-size: clamp(1.1rem, 2vw, 1.4rem);
	line-height: 1.6;
	margin: 2rem 0 0;
	max-width: 760px;
}

.hc-article {
	margin-inline: auto;
	max-width: 1180px;
}

.hc-article-grid {
	align-items: start;
	display: grid;
	gap: clamp(3rem, 8vw, 7rem);
	grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
}

.hc-article-copy {
	max-width: 760px;
}

.hc-article-copy h2,
.hc-article-copy h3,
.hc-callout h2 {
	font-family: var(--hc-serif);
	font-weight: 400;
	letter-spacing: -0.025em;
}

.hc-article-copy h2,
.hc-callout h2 {
	font-size: clamp(2.3rem, 4.5vw, 4rem);
	line-height: 1.04;
	margin: 0 0 1.5rem;
}

.hc-article-copy h3 {
	font-size: clamp(1.65rem, 3vw, 2.25rem);
	margin: 2.75rem 0 1rem;
}

.hc-article-copy p,
.hc-article-copy li,
.hc-answer-box p,
.hc-answer-box li {
	font-size: 1.06rem;
	line-height: 1.75;
}

.hc-answer-box {
	background: var(--hc-ink);
	color: #fff;
	padding: clamp(2rem, 5vw, 4rem);
}

.hc-answer-box h2 {
	color: #fff;
	font-family: var(--hc-serif);
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 400;
	line-height: 1.05;
	margin-top: 0;
}

.hc-comparison {
	border-collapse: collapse;
	margin: 2.5rem 0;
	width: 100%;
}

.hc-comparison th,
.hc-comparison td {
	border-bottom: 1px solid var(--hc-line);
	padding: 1rem;
	text-align: left;
	vertical-align: top;
}

.hc-comparison th {
	background: var(--hc-mist);
}

.hc-callout {
	background: #fff3ef;
	border-left: 5px solid var(--hc-clay);
	padding: clamp(2rem, 5vw, 4rem);
}

.hc-checklist {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
}

.hc-checklist li {
	border-bottom: 1px solid var(--hc-line);
	padding: 1rem 0 1rem 2rem;
	position: relative;
}

.hc-checklist li::before {
	color: var(--hc-sea);
	content: "✓";
	font-weight: 800;
	left: 0;
	position: absolute;
}

.hc-related {
	background: var(--hc-mist);
}

.hc-related-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 2.5rem;
}

.hc-related-card {
	background: #fff;
	border-top: 4px solid var(--hc-sea);
	color: var(--hc-ink);
	display: block;
	padding: 2rem;
	text-decoration: none;
}

.hc-related-card strong {
	display: block;
	font-family: var(--hc-serif);
	font-size: 1.65rem;
	font-weight: 400;
	margin-bottom: 0.75rem;
}

.hc-source-note {
	color: var(--hc-muted);
	font-size: 0.9rem;
	line-height: 1.6;
	margin-top: 3rem;
}

:focus-visible {
	outline: 3px solid var(--hc-clay);
	outline-offset: 3px;
}

@media (max-width: 980px) {
	.hc-header {
		min-height: 78px;
	}

	.hc-header-cta {
		display: none !important;
	}

	.hc-hero {
		grid-template-columns: 1fr;
	}

	.hc-hero-copy {
		padding-right: 24px;
	}

	.hc-hero-media {
		min-height: 480px;
	}

	.hc-intro-grid,
	.hc-contact-grid,
	.hc-faq-grid,
	.hc-article-grid {
		grid-template-columns: 1fr;
	}

	.hc-types-grid,
	.hc-process-grid,
	.hc-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hc-type:nth-child(3) {
		border-left: 0;
		border-top: 1px solid rgba(16, 40, 58, 0.18);
		grid-column: 1 / -1;
		margin-top: 2.5rem;
		padding-top: 2.5rem;
	}

	.hc-step:nth-child(3) {
		border-left: 0;
	}

	.hc-step {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		padding: 2rem;
	}
}

@media (max-width: 620px) {
	body.admin-bar .hc-header-shell {
		top: 46px;
	}

	.hc-section {
		padding-bottom: 4rem;
		padding-top: 4rem;
	}

	.hc-header {
		gap: 1rem;
		margin-left: -32px !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.hc-navigation > a {
		display: none;
	}

	.hc-hero h1 {
		font-size: clamp(2.8rem, 13vw, 4.4rem);
		overflow-wrap: anywhere;
	}

	.hc-hero-media {
		min-height: 360px;
	}

	.hc-types-grid,
	.hc-process-grid,
	.hc-form-grid,
	.hc-related-grid {
		grid-template-columns: 1fr;
	}

	.hc-type,
	.hc-type:first-child,
	.hc-type:nth-child(3),
	.hc-step,
	.hc-step:first-child,
	.hc-step:nth-child(3) {
		border-left: 0;
		padding: 2rem 0;
	}

	.hc-type + .hc-type {
		border-top: 1px solid rgba(16, 40, 58, 0.18);
	}

	.hc-step + .hc-step {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.hc-field-wide {
		grid-column: auto;
	}
}
