/*
Theme Name: Therapy Partners
Description: A custom built WordPress theme for Therapy Partners.
Author: Lunar Shift
Author URI: https://www.lunarshift.com/
Version: 99.99
*/

html {
	font-size: 10px;
}
@media (max-width: 1200px) {
	html {
		font-size: 9px;
	}
}
@media (max-width: 900px) {
	html {
		font-size: 8px;
	}
}
@media (max-width: 600px) {
	html {
		font-size: 7px;
	}
}

:root {
	--yellow: #FDE897;
	--color-text: #3d3d3d;
	--color-text-muted: #6b6b6b;
	--color-cta: #1e2a3a;
	--color-cta-hover: #141c28;
	--color-primary-dark: #2d3b45;
	/* Darkened from #76a09a: 4.70:1 on white (WCAG AA normal text). */
	--color-accent: #597a76;
	/* Lighter mint for accent text on dark bands (e.g. service highlights headline) */
	--color-accent-on-dark: #9cc9bc;
	--color-body-muted: #4a4a4a;
	--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wrap {
	width: 1280px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}
@media (max-width: 900px) {
	.wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 600px) {
	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

body {
	font-family: var(--font-sans);
	font-weight: 400;
	font-style: normal;
	color: var(--color-text);
}

/* Foreground <img>: rounded corners (not CSS background-image; excludes Simple Image + full-bleed Image+Text) */
img {
	border-radius: 20px;
}

.module-simple-image__img,
.module-image-text--full-bleed .module-image-text__img {
	border-radius: 0;
}

/* Site header */
.site-header {
	position: sticky;
	top: 0;
	z-index: 200;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
	box-sizing: border-box;
}

/*
 * Keep focused / hash targets below the sticky header (WCAG 2.4.11).
 * Values ≈ header height + a little breathing room (px so rem root scaling
 * does not shrink the offset).
 */
html {
	scroll-padding-top: 120px;
}

body.admin-bar {
	scroll-padding-top: calc(120px + var(--wp-admin--admin-bar--height, 32px));
}

#primary,
[id] {
	scroll-margin-top: 120px;
}

body.admin-bar #primary,
body.admin-bar [id] {
	scroll-margin-top: calc(120px + var(--wp-admin--admin-bar--height, 32px));
}

/*
 * Stick below the WP toolbar when logged in.
 * Core sets --wp-admin--admin-bar--height (32px desktop / 46px ≤782px).
 * This theme zeros that variable and hides #wpadminbar below 782px, so top
 * correctly falls back to 0 on small screens.
 */
body.admin-bar .site-header {
	top: var(--wp-admin--admin-bar--height, 32px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.site-header__logo {
	display: block;
	flex-shrink: 0;
	line-height: 0;
	min-width: 0;
}

.site-header__logo img {
	display: block;
	height: auto;
	max-height: 80px;
	width: auto;
	max-width: 100%;
}

.site-header__end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1 1 auto;
	min-width: 0;
	gap: 12px;
}

.site-header__menu-toggle {
	display: none;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 10px;
	background: transparent;
	color: var(--color-text);
	cursor: pointer;
	flex-shrink: 0;
}

.site-header__menu-toggle:hover,
.site-header__menu-toggle:focus-visible {
	border-color: #e0e0e0;
	background: #fafafa;
	color: var(--color-text);
}

.site-header__menu-toggle-icon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 24px;
	height: 16px;
}

.site-header__menu-toggle-bar {
	display: block;
	height: 2px;
	width: 100%;
	border-radius: 1px;
	background: currentColor;
	transform-origin: center;
	transition: transform 0.3s ease, opacity 0.25s ease;
}

.site-header--menu-open .site-header__menu-toggle-bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.site-header--menu-open .site-header__menu-toggle-bar:nth-child(2) {
	opacity: 0;
	transform: scaleX(0);
}

.site-header--menu-open .site-header__menu-toggle-bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.site-header__backdrop {
	display: none;
}

.site-header__panel {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 28px;
	justify-content: flex-end;
	min-width: 0;
}

.site-header__nav {
	line-height: 1;
	min-width: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.skip-link.screen-reader-text:focus,
.screen-reader-text:focus {
	clip: auto !important;
	clip-path: none;
	display: block;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0.8rem 1.6rem;
	position: fixed;
	top: 1.2rem;
	left: 1.2rem;
	z-index: 100000;
	background: var(--color-text);
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	border-radius: 4px;
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.site-header__menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header__menu a {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 6px 2px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: var(--color-text-muted);
	text-decoration: none;
	box-sizing: border-box;
}

.site-header__menu a:hover,
.site-header__menu a:focus {
	color: var(--color-text);
}

.site-header__menu .current-menu-item > a,
.site-header__menu .current_page_item > a {
	color: var(--color-text);
	font-weight: 600;
}

/* Scroll lock when mobile nav is open (see JS: body also gets position:fixed on small screens). */
html.site-header--nav-open {
	overflow: hidden;
	height: 100%;
	overscroll-behavior: none;
}

body.site-header--nav-open {
	/*
	 * Must not clip overflow: fixed mobile drawer is inside body; hidden overflow
	 * kills the slide animation (panel is translated off-screen).
	 */
	overflow: visible !important;
	overscroll-behavior: none;
}

@media (max-width: 900px) {
	html {
		scroll-padding-top: calc(72px + env(safe-area-inset-top, 0px));
	}

	body.admin-bar {
		scroll-padding-top: calc(72px + env(safe-area-inset-top, 0px) + var(--wp-admin--admin-bar--height, 0px));
	}

	#primary,
	[id] {
		scroll-margin-top: calc(72px + env(safe-area-inset-top, 0px));
	}

	body.admin-bar #primary,
	body.admin-bar [id] {
		scroll-margin-top: calc(72px + env(safe-area-inset-top, 0px) + var(--wp-admin--admin-bar--height, 0px));
	}

	.site-header {
		padding-top: env(safe-area-inset-top, 0px);
	}

	.site-header__inner {
		gap: 16px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.site-header__logo img {
		max-height: 42px;
	}

	.site-header__menu-toggle {
		display: inline-flex;
	}

	.site-header__backdrop {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 198;
		background: rgba(30, 42, 58, 0.48);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.4s ease, visibility 0.4s ease;
	}

	.site-header--menu-open .site-header__backdrop {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.site-header__panel {
		position: fixed;
		/* Match sticky header offset when the WP toolbar is visible (783–900px). */
		top: var(--wp-admin--admin-bar--height, 0px);
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: none;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0;
		padding: 24px 24px 32px;
		/*
		 * Drawer content offset from viewport top (tuned to sit ~10px under the X):
		 *   env(safe-area-inset-top) — notch / safe area (matches sticky header)
		 *   - 10px — pulls up vs old “12 + logo + 12” math so first link isn’t too low
		 *   + 48px — mobile logo max-height (.site-header__logo img); keep in sync if that changes
		 *   + 8px — mobile .site-header__inner padding-bottom
		 *   + 10px — gap from header strip to first nav link
		 */
		padding-top: calc(env(safe-area-inset-top, 0px) - 10px + 48px + 8px + 10px);
		padding-bottom: max(32px, env(safe-area-inset-bottom, 0px));
		box-sizing: border-box;
		box-shadow: -10px 0 40px rgba(0, 0, 0, 0.12);
		background: #fff;
		z-index: 201;
		transform: translate3d(100%, 0, 0);
		transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.site-header--menu-open .site-header__panel {
		transform: translate3d(0, 0, 0);
	}

	.site-header__nav {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.site-header__menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.site-header__menu li {
		border-bottom: 1px solid #eee;
	}

	.site-header__menu li:last-child {
		border-bottom: none;
	}

	.site-header__menu a {
		display: block;
		padding: 14px 0;
		font-size: 18px;
	}

	.site-header__cta {
		flex-shrink: 0;
		margin-top: auto;
		align-self: flex-start;
		width: fit-content;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
		justify-content: flex-start;
		padding: 16px 20px;
		font-size: 17px;
		font-weight: 500;
		text-align: left;
		line-height: 1.3;
		box-shadow: 0 4px 14px rgba(30, 42, 58, 0.18);
	}

	.site-header__menu-toggle {
		position: relative;
		z-index: 202;
	}
}

@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
	.site-header__backdrop,
	.site-header__panel,
	.site-header__menu-toggle-bar {
		transition: none;
	}
}

/*
 * Small viewports only: hide the admin bar and strip its html/body offset.
 * Core switches the toolbar layout below 782px (“unlocked” / mobile mode).
 * Desktop and wide tablets keep the bar visible with normal WP spacing.
 *
 * Core targets plain `html { margin-top: 46px !important }` here — not
 * `html.admin-bar` — so we use `html[lang]` (from language_attributes) to
 * beat that specificity; this theme’s <html class="no-js"> often never gets
 * admin-bar on the root element.
 */
@media screen and (max-width: 782px) {
	html[lang],
	html.no-js,
	html.js,
	html.admin-bar {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		--wp-admin--admin-bar--height: 0px !important;
	}

	body.admin-bar {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	#wpadminbar {
		display: none !important;
	}
}

/* Site footer — px-based type so it tracks mockup regardless of html { font-size } scaling */
.site-footer {
	background: #233745;
	color: #fff;
	font-family: var(--font-sans);
	font-size: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__main {
	display: flex;
	flex-wrap: nowrap;
	gap: 2rem 4.8rem;
	align-items: start;
	justify-content: space-between;
	padding-top: 36px;
	padding-bottom: 32px;
}

.site-footer__brand {
	line-height: 0;
	flex: 0 0 auto;
}

.site-footer__logo-link {
	display: inline-block;
}

.site-footer__logo {
	display: block;
	height: auto;
	max-height: none;
	width: 220px;
	max-width: 100%;
}

.site-footer__contact {
	font-size: 16px;
	line-height: 1.45;
	flex: 0 1 30rem;
	max-width: 34rem;
	min-width: 0;
}

.site-footer__contact-title {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.01em;
}

.site-footer__address {
	margin: 0 0 10px;
	font-style: normal;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.92);
}

.site-footer__contact-line {
	margin: 0 0 6px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.92);
}

.site-footer__contact-line:last-child {
	margin-bottom: 0;
}

.site-footer__link {
	font-family: var(--font-sans);
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.site-footer__link:hover,
.site-footer__link:focus {
	text-decoration: underline;
}

.site-footer__link--email {
	text-decoration: underline;
}

.site-footer__menus {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex: 0 1 34rem;
	padding-left: 32px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 3px solid rgba(156, 201, 188, 0.75);
}

.site-footer__menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.site-footer__menu li {
	margin: 0;
	padding: 0;
}

.site-footer__menu a {
	font-family: var(--font-sans);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	color: #fff;
	text-decoration: none;
	display: block;
}

.site-footer__menu a:hover,
.site-footer__menu a:focus {
	text-decoration: underline;
}

.site-footer__bill-pay {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.01em;
	color: #fff;
	background: #497b7a;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.15s ease, color 0.15s ease;
}

.site-footer__cta {
	flex: 0 0 auto;
	align-self: flex-start;
	margin-left: auto;
}

.site-footer__bill-pay:hover,
.site-footer__bill-pay:focus {
	background: #3f6f6e;
	color: #fff;
}

/* Full-width black strip; links constrained by .wrap */
.site-footer__legal {
	margin: 0;
	padding: 14px 0;
	background: #000;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	width: 100%;
	box-sizing: border-box;
}

.site-footer__legal-inner {
	margin: 0 auto;
}

.site-footer__menu--bottom-bar {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 24px;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__menu--bottom-bar li {
	margin: 0;
	padding: 0;
}

.site-footer__menu--bottom-bar a {
	font-family: var(--font-sans);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.86);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 4px 0;
	box-sizing: border-box;
}

.site-footer__menu--bottom-bar a:hover,
.site-footer__menu--bottom-bar a:focus {
	text-decoration: underline;
	color: #fff;
}

@media (max-width: 900px) {
	.site-footer__main {
		flex-direction: column;
		align-items: flex-start;
		gap: 28px;
		padding-top: 40px;
		padding-bottom: 36px;
	}

	.site-footer__contact {
		flex: 1 1 auto;
		max-width: none;
	}

	.site-footer__logo {
		width: 170px;
	}

	.site-footer__menus {
		flex: 1 1 auto;
		border-left: none;
		padding-left: 0;
		padding-top: 22px;
		padding-bottom: 0;
		border-top: 3px solid rgba(156, 201, 188, 0.75);
	}

	.site-footer__cta {
		margin-left: 0;
	}

	.site-footer__legal {
		padding: 12px 0;
	}

	.site-footer__menu--bottom-bar {
		justify-content: flex-start;
	}
}

.site-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.01em;
	color: #fff;
	background: var(--color-cta);
	text-decoration: none;
	white-space: nowrap;
}

.site-header__cta:hover,
.site-header__cta:focus {
	background: var(--color-cta-hover);
	color: #fff;
}

@media (max-width: 900px) {
	/* Later base .site-header__cta sets nowrap; allow wrapping in the mobile drawer. */
	.site-header__panel .site-header__cta {
		white-space: normal;
		align-self: flex-start;
		width: fit-content;
		max-width: 100%;
	}
}

a {
	transition: all 0.15s ease;
}
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 30px;
}
* + p {
    margin-top: 20px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
    font-weight: bold;
}
p, li {
    font-size: 20px;
    line-height: 1.4em;
}
p {
	/* width: 900px; */
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
ol li {
	list-style: decimal outside;
}

/* --------------------------------------------------------------------------
   Basic content page — WordPress WYSIWYG content
   -------------------------------------------------------------------------- */

.basic-content-page {
	padding-top: clamp(5rem, 7vw, 8rem);
	padding-bottom: clamp(5rem, 7vw, 8rem);
}

.basic-content-page__inner {
	width: 1280px;
}

.basic-content-page__title {
	max-width: 1200px;
	margin: 0;
	font-family: var(--font-sans);
	font-size: clamp(3.5rem, 3.6vw + 1.8rem, 6.2rem);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: var(--color-primary-dark);
}

.basic-content-page__title::after {
	content: '';
	display: block;
	width: min(100%, 18rem);
	height: 3px;
	margin-top: 2rem;
	background: var(--color-accent);
}

.basic-content-page__content {
	max-width: 1200px;
	margin-top: clamp(3.5rem, 5vw, 5.5rem);
	font-family: var(--font-sans);
	font-size: clamp(18px, calc(0.4vw + 15px), 20px);
	font-weight: 400;
	line-height: 1.65;
	color: var(--color-body-muted);
}

.basic-content-page__content > :first-child {
	margin-top: 0;
}

.basic-content-page__content > :last-child {
	margin-bottom: 0;
}

.basic-content-page__content h1,
.basic-content-page__content h2,
.basic-content-page__content h3,
.basic-content-page__content h4,
.basic-content-page__content h5,
.basic-content-page__content h6 {
	margin: 1.35em 0 0.55em;
	font-family: var(--font-sans);
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: -0.025em;
	color: var(--color-primary-dark);
}

.basic-content-page__content h1 {
	font-size: clamp(3rem, 2.7vw + 1.7rem, 4.8rem);
}

.basic-content-page__content h2 {
	font-size: clamp(2.6rem, 1.8vw + 1.7rem, 3.9rem);
}

.basic-content-page__content h3 {
	font-size: clamp(2.2rem, 1vw + 1.6rem, 3rem);
}

.basic-content-page__content h4 {
	font-size: clamp(2rem, 0.6vw + 1.5rem, 2.4rem);
}

.basic-content-page__content h5 {
	font-size: 1.8rem;
}

.basic-content-page__content h6 {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.basic-content-page__content p {
	max-width: none;
	margin: 0;
	font-size: inherit;
	line-height: inherit;
}

.basic-content-page__content p + p {
	margin-top: 1.2em;
}

.basic-content-page__content ul,
.basic-content-page__content ol {
	margin: 1.2em 0;
	padding-left: 1.5em;
}

.basic-content-page__content ul {
	list-style: disc outside;
}

.basic-content-page__content ol {
	list-style: decimal outside;
}

.basic-content-page__content ul ul {
	list-style-type: circle;
}

.basic-content-page__content ul ul ul {
	list-style-type: square;
}

.basic-content-page__content ol ol {
	list-style-type: lower-alpha;
}

.basic-content-page__content li {
	padding-left: 0.25em;
	font-size: inherit;
	line-height: inherit;
}

.basic-content-page__content li + li {
	margin-top: 0.45em;
}

.basic-content-page__content li > ul,
.basic-content-page__content li > ol {
	margin-top: 0.45em;
	margin-bottom: 0;
}

.basic-content-page__content a {
	color: var(--color-accent);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.basic-content-page__content a:hover,
.basic-content-page__content a:focus {
	color: var(--color-primary-dark);
}

.basic-content-page__content blockquote {
	margin: 1.6em 0;
	padding: 0.2em 0 0.2em 1.4em;
	font-size: clamp(2rem, 0.7vw + 1.7rem, 2.5rem);
	font-weight: 500;
	line-height: 1.5;
	color: var(--color-primary-dark);
	border-left: 4px solid var(--color-accent);
}

.basic-content-page__content blockquote cite {
	display: block;
	margin-top: 0.75em;
	font-size: 0.75em;
	font-style: normal;
	font-weight: 400;
	color: var(--color-text-muted);
}

.basic-content-page__content hr {
	margin: clamp(3rem, 5vw, 5rem) 0;
	border-top-color: #cfd5d8;
}

.basic-content-page__content figure,
.basic-content-page__content .wp-caption {
	max-width: 100%;
	margin: 1.8em 0;
}

.basic-content-page__content img {
	display: block;
	max-width: 100%;
	height: auto;
}

.basic-content-page__content figcaption,
.basic-content-page__content .wp-caption-text {
	margin-top: 0.75em;
	font-size: 0.8em;
	line-height: 1.45;
	color: var(--color-text-muted);
}

.basic-content-page__content table {
	display: block;
	width: 100%;
	margin: 1.8em 0;
	overflow-x: auto;
	border-collapse: collapse;
}

.basic-content-page__content th,
.basic-content-page__content td {
	padding: 0.8em 1em;
	text-align: left;
	vertical-align: top;
	border: 1px solid #cfd5d8;
}

.basic-content-page__content th {
	font-weight: 600;
	color: var(--color-primary-dark);
	background: #f1f3f4;
}

.basic-content-page__content pre {
	margin: 1.6em 0;
	padding: 1.25em;
	overflow-x: auto;
	white-space: pre;
	font-size: 0.85em;
	line-height: 1.55;
	color: #fff;
	background: var(--color-primary-dark);
	border-radius: 8px;
}

.basic-content-page__content code,
.basic-content-page__content kbd,
.basic-content-page__content samp {
	padding: 0.12em 0.3em;
	font-size: 0.88em;
	background: #edf0f1;
	border-radius: 3px;
}

.basic-content-page__content pre code {
	padding: 0;
	color: inherit;
	background: transparent;
}

.basic-content-page__content dl {
	margin: 1.4em 0;
}

.basic-content-page__content dt {
	margin-top: 1em;
	font-weight: 600;
	color: var(--color-primary-dark);
}

.basic-content-page__content dd {
	margin-top: 0.3em;
	padding-left: 1.5em;
}

/* --------------------------------------------------------------------------
   Modules — page body (flexible content)
   -------------------------------------------------------------------------- */

/* Hero */
.module-hero {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	/*min-height: min(72vh, 64rem); */
	padding-top: 100px;
	padding-bottom: 100px;
	min-height: 600px;
	overflow: hidden;
}

.module-hero--preview {
	min-height: 500px;
	padding-top: 32px;
	padding-bottom: 32px;
}

.module-hero--preview .module-hero__inner {
	padding-top: 2.4rem;
	padding-bottom: 2.4rem;
}

.module-hero__background {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Dark overlay guarantees AA contrast for hero copy even over a light photo. */
.module-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgb(35 55 69 / 72%);
}

/* Do not set width here — .wrap supplies 1280 / max-width 100%. margin pins the block left inside flex (avoids auto margins centering the item). */
.module-hero__inner {
	position: relative;
	z-index: 2;
	flex: 0 1 auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5.6rem;
	padding-bottom: 5.6rem;
	text-align: left;
}

/* Narrow copy column inside site .wrap — left-aligned, wrap stays centered */
.module-hero__content {
	max-width: 550px;
	width: 100%;
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}

.module-hero__title {
	margin: 0;
	font-family: var(--font-sans);
	font-size: clamp(3.2rem, 4vw + 1.6rem, 5.6rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #fff;
	text-align: left;
}

.module-hero__text {
	margin: 2rem 0 0;
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	font-family: var(--font-sans);
	font-size: clamp(1.6rem, 0.5vw + 1.4rem, 1.9rem);
	font-weight: 400;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.92);
	text-align: left;
}

.module-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 28px;
	padding: 13px 26px;
	border-radius: 999px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.01em;
	color: #fff;
	background: var(--color-cta);
	text-decoration: none;
	white-space: nowrap;
    border: 1px solid #b3b3b3;
}

.module-hero__cta:hover,
.module-hero__cta:focus {
	background: var(--color-cta-hover);
	color: #fff;
}

@media (max-width: 767px) {
	.module-hero {
		min-height: 0;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.module-hero__title {
		font-size: 5.1rem;
	}
}

/* Shared CTA — outline (matches solid pill sizing; transparent fill + border) */
.cta--outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 26px;
	border-radius: 999px;
	border: 1px solid var(--color-cta);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.01em;
	color: var(--color-cta);
	background: transparent;
	text-decoration: none;
	white-space: nowrap;
}

.cta--outline:hover,
.cta--outline:focus {
	color: var(--color-cta-hover);
	border-color: var(--color-cta-hover);
	background: rgba(30, 42, 58, 0.06);
}

/* Image + text split */
.module-image-text {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background: #fff;
}

.module-image-text__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 6rem;
}

@media (min-width: 901px) {
	.module-image-text__inner--image-right .module-image-text__media {
		order: 2;
	}

	.module-image-text__inner--image-right .module-image-text__content {
		order: 1;
	}
}

.module-image-text__media {
	position: relative;
	width: 100%;
	max-width: 56rem;
	margin: 0 auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.module-image-text__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.module-image-text__content {
	text-align: left;
	margin-bottom: 0;
}

.module-image-text__headline {
	margin: 0;
	font-family: var(--font-sans);
	font-size: clamp(2.8rem, 2vw + 2rem, 4.4rem);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: var(--color-primary-dark);
}

.module-image-text__headline::after {
	content: '';
	display: block;
	height: 3px;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
	background: #5d9b99;
}

.module-image-text__headline p {
	margin: 0;
	font: inherit;
	color: inherit;
}

.module-image-text__headline strong,
.module-image-text__headline b {
	color: var(--color-accent);
	font-weight: 700;
}

.module-image-text__body {
	margin-top: 2rem;
	font-family: var(--font-sans);
	font-size: clamp(1.6rem, 0.4vw + 1.45rem, 1.85rem);
	font-weight: 400;
	line-height: 1.55;
	color: var(--color-body-muted);
}

.module-image-text__body p {
	margin: 0;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.module-image-text__body p + p {
	margin-top: 1.2em;
}

.module-image-text__cta {
	margin-top: 2.8rem;
}

/* Image + Text: full-bleed image column (layout setting) */
.module-image-text--full-bleed {
	padding-top: 0;
	padding-bottom: 0;
}

.module-image-text--full-bleed .module-image-text__media {
	max-width: none;
	width: 100%;
	margin: 0;
	aspect-ratio: unset;
	overflow: hidden;
}

.module-image-text--full-bleed .module-image-text__img {
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.module-image-text--full-bleed .module-image-text__content {
	margin-bottom: 50px;
	box-sizing: border-box;
	padding: clamp(3.2rem, 5vw, 6rem) clamp(1.6rem, 3vw, 3.2rem);
}

@media (min-width: 901px) {
	.module-image-text__content {
		margin-bottom: 80px;
	}

	.module-image-text__headline {
		max-width: 450px;
	}

	.module-image-text__body {
		max-width: 52rem;
	}

	.module-image-text--full-bleed .module-image-text__inner {
		align-items: stretch;
	}

	.module-image-text--full-bleed .module-image-text__media {
		align-self: stretch;
		min-height: 0;
		height: 100%;
	}

	.module-image-text--full-bleed .module-image-text__img {
		height: 100%;
		min-height: 100%;
	}
}

@media (max-width: 900px) {
	.module-image-text__inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.module-image-text__inner .module-image-text__media {
		order: 2 !important;
	}

	.module-image-text__inner .module-image-text__content {
		order: 1 !important;
	}

	.module-image-text__media {
		max-width: none;
	}

	.module-form__gf,
	.module-image-text--full-bleed .module-image-text__media {
		max-width: none !important;
	}

	.module-image-text--full-bleed .module-image-text__img {
		height: auto;
	}
}

/* Map + text (reuses image-text grid; map embed is not fixed 1:1) */
@media (min-width: 901px) {
	/* 65% map / 35% text; when map is on the right, column order swaps so use inverted fr tracks */
	.module-map .module-image-text__inner {
		grid-template-columns: minmax(0, 65fr) minmax(0, 35fr);
	}

	.module-map .module-image-text__inner--image-right {
		grid-template-columns: minmax(0, 35fr) minmax(0, 65fr);
	}
}

.module-map.module-image-text .module-image-text__media {
	aspect-ratio: auto;
	overflow: visible;
	max-width: none;
	width: 100%;
	min-width: 0;
	margin-left: 0;
	margin-right: 0;
}

.module-map .module-map__embed {
	width: 100%;
	min-width: 0;
}

.module-map__embed .wpgmza_map {
	width: 100% !important;
	max-width: 100% !important;
}

.module-map__placeholder,
.module-form__placeholder {
	box-sizing: border-box;
	display: flex;
	min-height: 22rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	padding: 2.4rem 1.6rem;
	text-align: center;
	background: #e8f4f3;
	border: 2px dashed #5d9b99;
	border-radius: 8px;
	color: var(--color-primary-dark, #233745);
	font-family: var(--font-sans);
}

.module-map__placeholder-title,
.module-form__placeholder-title {
	font-size: clamp(1.6rem, 0.5vw + 1.45rem, 2rem);
	font-weight: 600;
	letter-spacing: -0.02em;
}

.module-map__placeholder-note,
.module-form__placeholder-note {
	font-size: 1.35rem;
	line-height: 1.45;
	color: var(--color-body-muted, #7e7e7f);
}

.module-map__placeholder-note {
	max-width: 22ch;
}

.module-form__placeholder-note {
	max-width: 36ch;
}

.module-map .module-image-text__headline::after {
	display: none;
}

.module-map .module-image-text__headline {
	font-size: clamp(2.3rem, 1.5vw + 1.75rem, 3.6rem);
}

.module-map .module-image-text__body {
	font-size: clamp(1.45rem, 0.35vw + 1.3rem, 1.65rem);
}

/* Form + text (reuses image-text grid; form column is not fixed 1:1) */
.module-form.module-image-text .module-image-text__inner {
	align-items: start;
}

.module-form.module-image-text .module-image-text__media {
	aspect-ratio: auto;
	overflow: visible;
}

/* Form module + blue scheme: white panel for form column; dark type reads on the card */
.module-form.module-color-scheme--blue .module-image-text__media {
	background: #fff;
	border-radius: 5px;
	padding: 2.4rem;
	box-sizing: border-box;
}

.module-form__gf {
	width: 100%;
	max-width: 56rem;
	margin: 0 auto;
}

/* GF asterisk legend — not required for WCAG AA when fields use * + aria-required. */
.gform_required_legend {
	display: none;
}

/* Gravity Forms — form module (inherits module color scheme from ACFE settings) */
.module-form.module-color-scheme .module-form__gf {
	--gf-input-bg: #ffffff;
	/* Darkened from #cfd8dc: 3.17:1 on white for non-text contrast. */
	--gf-input-border: #8a9296;
	--gf-input-color: var(--module-scheme-text);
	font-family: var(--font-sans);
	font-size: 16px;
	line-height: 1.45;
	color: var(--module-scheme-text);
}

.module-form.module-color-scheme--gray .module-form__gf,
.module-form.module-color-scheme--teal .module-form__gf {
	--gf-input-bg: transparent;
	--gf-input-border: rgba(255, 255, 255, 0.8);
	--gf-input-color: var(--module-scheme-text);
}

.module-form.module-color-scheme--blue .module-form__gf {
	--gf-input-bg: #ffffff;
	--gf-input-border: #8a9296;
	--gf-input-color: #233745;
	color: #233745;
}

.module-form.module-color-scheme .module-form__gf .gform_wrapper {
	margin-bottom: 0;
}

/*
 * Validation / submission messages: Inter for text. GF icons use `gform-icons-theme` (see gravityforms/assets/css/dist/basic.min.css) — do not use universal * selectors or `revert`; set the icon font explicitly.
 */
.module-form.module-color-scheme .module-form__gf .gform_validation_errors,
.module-form.module-color-scheme .module-form__gf .gform_submission_error {
	font-family: var(--font-sans);
}

.module-form.module-color-scheme .module-form__gf .gform_validation_errors h2,
.module-form.module-color-scheme .module-form__gf .gform_validation_errors ol,
.module-form.module-color-scheme .module-form__gf .gform_validation_errors li,
.module-form.module-color-scheme .module-form__gf .gform_validation_errors a,
.module-form.module-color-scheme .module-form__gf .gform_validation_errors p {
	font-family: var(--font-sans);
}

.module-form.module-color-scheme .module-form__gf .gform_submission_error {
	font-size: 15px;
	line-height: 1.45;
}

.module-form.module-color-scheme .module-form__gf .gform-icon {
	font-family: gform-icons-theme !important;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.module-form.module-color-scheme .module-form__gf .gfield {
	margin-bottom: 1.15rem;
}

.module-form.module-color-scheme .module-form__gf .gfield_label,
.module-form.module-color-scheme .module-form__gf label.gfield_label,
.module-form.module-color-scheme .module-form__gf legend.gfield_label {
	font-family: var(--font-sans);
	font-weight: 600;
	font-size: 16px;
	color: var(--module-scheme-heading);
}

.module-form.module-color-scheme .module-form__gf .ginput_complex label,
.module-form.module-color-scheme .module-form__gf .gfield_label_before_complex {
	font-family: var(--font-sans);
	font-weight: 500;
	font-size: 14px;
	color: var(--module-scheme-text);
}

.module-form.module-color-scheme--blue .module-form__gf .gfield_label,
.module-form.module-color-scheme--blue .module-form__gf label.gfield_label,
.module-form.module-color-scheme--blue .module-form__gf legend.gfield_label {
	color: #233745;
}

.module-form.module-color-scheme--blue .module-form__gf .ginput_complex label,
.module-form.module-color-scheme--blue .module-form__gf .gfield_label_before_complex {
	color: var(--color-body-muted);
}

.module-form.module-color-scheme--blue .module-form__gf .gform_submission_error,
.module-form.module-color-scheme--blue .module-form__gf .gform_validation_errors {
	color: #233745;
}

.module-form.module-color-scheme .module-form__gf .gfield_required {
	color: var(--color-accent);
}

.module-form.module-color-scheme .module-form__gf .gfield_description {
	font-size: 14px;
	color: var(--module-scheme-text);
	opacity: 1;
}

.module-form.module-color-scheme--blue .module-form__gf .gfield_description {
	color: var(--color-body-muted);
	opacity: 1;
}

.module-form.module-color-scheme .module-form__gf .gfield textarea,
.module-form.module-color-scheme .module-form__gf .gfield select,
.module-form.module-color-scheme .module-form__gf .gfield input[type="text"],
.module-form.module-color-scheme .module-form__gf .gfield input[type="email"],
.module-form.module-color-scheme .module-form__gf .gfield input[type="tel"],
.module-form.module-color-scheme .module-form__gf .gfield input[type="url"],
.module-form.module-color-scheme .module-form__gf .gfield input[type="number"],
.module-form.module-color-scheme .module-form__gf .gfield input[type="password"],
.module-form.module-color-scheme .module-form__gf .gfield input[type="search"],
.module-form.module-color-scheme .module-form__gf .gfield input[type="date"],
.module-form.module-color-scheme .module-form__gf .gfield input[type="time"],
.module-form.module-color-scheme .module-form__gf .gfield input[type="month"],
.module-form.module-color-scheme .module-form__gf .gfield input[type="datetime-local"],
/* Name / Address splits — nested in .ginput_complex (GF default styles often win without this) */
.module-form.module-color-scheme .module-form__gf .gfield .ginput_complex input[type="text"],
.module-form.module-color-scheme .module-form__gf .gfield .ginput_complex input[type="email"],
.module-form.module-color-scheme .module-form__gf .gfield .ginput_complex input[type="tel"],
.module-form.module-color-scheme .module-form__gf .gfield .ginput_container_name input[type="text"],
.module-form.module-color-scheme .module-form__gf .gfield .ginput_container_address input[type="text"] {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	font-family: var(--font-sans) !important;
	font-size: 16px;
	line-height: 1.4;
	color: var(--gf-input-color);
	background: var(--gf-input-bg);
	border: 1px solid var(--gf-input-border);
	border-radius: 6px;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.module-form.module-color-scheme .module-form__gf input::placeholder,
.module-form.module-color-scheme .module-form__gf textarea::placeholder {
	color: #5f696e;
	opacity: 1;
}

.module-form.module-color-scheme--gray .module-form__gf input::placeholder,
.module-form.module-color-scheme--gray .module-form__gf textarea::placeholder,
.module-form.module-color-scheme--teal .module-form__gf input::placeholder,
.module-form.module-color-scheme--teal .module-form__gf textarea::placeholder {
	color: #fff;
	opacity: 1;
}

/* Name (and similar splits): match single-column field styling; GF often uses nested spans + % widths */
.module-form.module-color-scheme .module-form__gf .gfield--type-name .ginput_complex,
.module-form.module-color-scheme .module-form__gf .gfield--type-name .ginput_container_name {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	align-items: flex-start;
}

.module-form.module-color-scheme .module-form__gf .gfield--type-name .ginput_complex > span,
.module-form.module-color-scheme .module-form__gf .gfield--type-name .ginput_container_name > span {
	flex: 1 1 12rem;
	min-width: 0;
}

.module-form.module-color-scheme .module-form__gf .gfield textarea {
	min-height: 12rem;
	resize: vertical;
}

.module-form.module-color-scheme .module-form__gf .gfield select {
	appearance: auto;
	cursor: pointer;
}

.module-form.module-color-scheme .module-form__gf .gfield textarea:focus-visible,
.module-form.module-color-scheme .module-form__gf .gfield select:focus-visible,
.module-form.module-color-scheme .module-form__gf .gfield input:focus-visible:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="hidden"]),
.module-form.module-color-scheme .module-form__gf .gfield .ginput_complex input:focus-visible:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="hidden"]) {
	outline: 2px solid #1e2a3a;
	outline-offset: 2px;
	border-color: var(--color-accent);
	box-shadow: 0 0 0 1px var(--color-accent);
}

.module-form.module-color-scheme--gray .module-form__gf .gfield textarea:focus-visible,
.module-form.module-color-scheme--gray .module-form__gf .gfield select:focus-visible,
.module-form.module-color-scheme--gray .module-form__gf .gfield input:focus-visible:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="hidden"]),
.module-form.module-color-scheme--gray .module-form__gf .gfield .ginput_complex input:focus-visible:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="hidden"]),
.module-form.module-color-scheme--teal .module-form__gf .gfield textarea:focus-visible,
.module-form.module-color-scheme--teal .module-form__gf .gfield select:focus-visible,
.module-form.module-color-scheme--teal .module-form__gf .gfield input:focus-visible:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="hidden"]),
.module-form.module-color-scheme--teal .module-form__gf .gfield .ginput_complex input:focus-visible:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="hidden"]) {
	outline-color: #fff;
	border-color: #fff;
	box-shadow: none;
}

.module-form.module-color-scheme .module-form__gf .gfield textarea:focus:not(:focus-visible),
.module-form.module-color-scheme .module-form__gf .gfield select:focus:not(:focus-visible),
.module-form.module-color-scheme .module-form__gf .gfield input:focus:not(:focus-visible):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="hidden"]),
.module-form.module-color-scheme .module-form__gf .gfield .ginput_complex input:focus:not(:focus-visible):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="hidden"]) {
	outline: none;
	border-color: var(--color-accent);
	box-shadow: 0 0 0 1px var(--color-accent);
}

.module-form.module-color-scheme .module-form__gf .gfield--type-checkbox .gfield_label,
.module-form.module-color-scheme .module-form__gf .gfield--type-radio .gfield_label,
.module-form.module-color-scheme .module-form__gf .gfield--type-checkbox label,
.module-form.module-color-scheme .module-form__gf .gfield--type-radio label {
	font-weight: 400;
	color: var(--module-scheme-text);
}

.module-form.module-color-scheme--blue .module-form__gf .gfield--type-checkbox .gfield_label,
.module-form.module-color-scheme--blue .module-form__gf .gfield--type-radio .gfield_label,
.module-form.module-color-scheme--blue .module-form__gf .gfield--type-checkbox label,
.module-form.module-color-scheme--blue .module-form__gf .gfield--type-radio label {
	color: #233745;
}

.module-form.module-color-scheme .module-form__gf input[type="checkbox"],
.module-form.module-color-scheme .module-form__gf input[type="radio"] {
	accent-color: var(--color-accent);
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.module-form.module-color-scheme .module-form__gf .gfield_error .validation_message,
.module-form.module-color-scheme .module-form__gf .gfield_validation_message {
	font-size: 14px;
	color: #c0392b;
}

.module-form.module-color-scheme--gray .module-form__gf .gfield_required,
.module-form.module-color-scheme--teal .module-form__gf .gfield_required,
.module-form.module-color-scheme--gray .module-form__gf .gfield_error .validation_message,
.module-form.module-color-scheme--gray .module-form__gf .gfield_validation_message,
.module-form.module-color-scheme--teal .module-form__gf .gfield_error .validation_message,
.module-form.module-color-scheme--teal .module-form__gf .gfield_validation_message {
	color: #fff;
}

.module-form.module-color-scheme--gray .module-form__gf input[type="checkbox"],
.module-form.module-color-scheme--gray .module-form__gf input[type="radio"],
.module-form.module-color-scheme--teal .module-form__gf input[type="checkbox"],
.module-form.module-color-scheme--teal .module-form__gf input[type="radio"] {
	accent-color: #fff;
}

.module-form.module-color-scheme .module-form__gf .gform_footer,
.module-form.module-color-scheme .module-form__gf .gform_page_footer {
	margin-top: 2.4rem;
	padding-top: 0;
}

.module-form.module-color-scheme .module-form__gf .gform_footer input[type="submit"],
.module-form.module-color-scheme .module-form__gf .gform_footer input[type="button"],
.module-form.module-color-scheme .module-form__gf .gform_footer button,
.module-form.module-color-scheme .module-form__gf .gform_page_footer input[type="submit"],
.module-form.module-color-scheme .module-form__gf .gform_page_footer input[type="button"],
.module-form.module-color-scheme .module-form__gf .gform_page_footer button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 26px;
	border-radius: 999px;
	font-family: var(--font-sans);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.2;
	color: #fff;
	background: var(--color-cta);
	border: none;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.module-form.module-color-scheme .module-form__gf .gform_footer input[type="submit"]:hover,
.module-form.module-color-scheme .module-form__gf .gform_footer input[type="submit"]:focus,
.module-form.module-color-scheme .module-form__gf .gform_footer input[type="button"]:hover,
.module-form.module-color-scheme .module-form__gf .gform_footer input[type="button"]:focus,
.module-form.module-color-scheme .module-form__gf .gform_footer button:hover,
.module-form.module-color-scheme .module-form__gf .gform_footer button:focus,
.module-form.module-color-scheme .module-form__gf .gform_page_footer input[type="submit"]:hover,
.module-form.module-color-scheme .module-form__gf .gform_page_footer input[type="submit"]:focus,
.module-form.module-color-scheme .module-form__gf .gform_page_footer input[type="button"]:hover,
.module-form.module-color-scheme .module-form__gf .gform_page_footer input[type="button"]:focus,
.module-form.module-color-scheme .module-form__gf .gform_page_footer button:hover,
.module-form.module-color-scheme .module-form__gf .gform_page_footer button:focus {
	background: var(--color-cta-hover);
	color: #fff;
}

.gform_confirmation_message {
	font-size: 20px;
	line-height: 1.4em;
}

/* Service highlights + stats ("What we offer") */
.module-service-highlights {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background: var(--color-primary-dark);
}

.module-service-highlights__inner {
	display: flex;
	flex-direction: column;
	gap: 4.8rem;
}

.module-service-highlights__headline {
	margin: 0;
	max-width: 90rem;
	font-family: var(--font-sans);
	font-size: clamp(2.8rem, 2vw + 2rem, 4.4rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.01em;
	color: var(--color-accent-on-dark);
}

.module-service-highlights__text {
	margin: -2rem 0 0;
	max-width: 80rem;
	font-family: var(--font-sans);
	font-size: clamp(1.6rem, 0.35vw + 1.45rem, 1.9rem);
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
}

.module-service-highlights__text p {
	margin: 0;
}

.module-service-highlights__text p + p {
	margin-top: 1.2em;
}

.module-service-highlights__text a:not(.cta),
.module-service-highlights__desc a:not(.cta) {
	color: #9cc9bc;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.module-service-highlights__text a:not(.cta):hover,
.module-service-highlights__text a:not(.cta):focus,
.module-service-highlights__desc a:not(.cta):hover,
.module-service-highlights__desc a:not(.cta):focus {
	color: #fff;
}

.module-service-highlights__grid {
	display: grid;
	grid-template-columns: repeat(var(--service-highlight-cols, 3), minmax(0, 1fr));
	gap: 3.2rem 2.4rem;
}

.module-service-highlights__item {
	margin: 0;
	min-width: 0;
}

.module-service-highlights__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	color: inherit;
	text-align: center;
}

.module-service-highlights__card--link {
	position: relative;
	padding: 1.6rem 1.4rem 2rem;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.06);
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.module-service-highlights__card--link:hover,
.module-service-highlights__card--link:focus-within {
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.11);
}

.module-service-highlights__media {
	position: relative;
	width: 100%;
	margin: 0 auto 2rem;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 4px;
}

.module-service-highlights__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.module-service-highlights__title {
	margin: 0;
	font-family: var(--font-sans);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #fff;
}

.module-service-highlights__desc {
	margin: 1.2rem 0 0;
	margin-left: auto;
	margin-right: auto;
	font-family: var(--font-sans);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.88);
}

.module-service-highlights__desc p {
	margin: 0;
}

.module-service-highlights__desc p + p {
	margin-top: 0.8em;
}

.module-service-highlights__cta {
	margin-top: 2rem;
}

/* Stretch hit area over the card; single focusable link = CTA text. */
.module-service-highlights__cta::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}

@media (min-width: 901px) {
	.module-service-highlights__desc {
		max-width: 36rem;
	}
}

.module-service-highlights__stats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.4rem 0;
	max-width: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.module-service-highlights__stat {
	display: inline-flex;
	align-items: center;
	margin: 0;
	font-family: var(--font-sans);
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #fff;
}

.module-service-highlights__stat:not(:last-child)::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 18px;
	border-radius: 50%;
	background: #fff;
	flex-shrink: 0;
}

@media (max-width: 900px) {
	.module-service-highlights__grid {
		grid-template-columns: 1fr;
	}
}

/* Icon feature grid — headline + columns all center-aligned */
.module-icon-features {
	padding-top: 7rem;
	padding-bottom: 7rem;
	background: #fff;
}

.module-icon-features__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5rem;
}

.module-icon-features__headline {
	margin: 0;
	font-family: var(--font-sans);
	font-size: clamp(2.6rem, 1.8vw + 1.8rem, 3.8rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.03em;
	text-align: center;
	text-wrap: balance;
	color: var(--color-cta);
}

.module-icon-features__text {
	margin: -2.4rem auto 0;
	max-width: 78rem;
	font-family: var(--font-sans);
	font-size: clamp(1.6rem, 0.25vw + 1.45rem, 1.85rem);
	font-weight: 400;
	line-height: 1.55;
	text-align: center;
	color: var(--color-body-muted);
}

.module-icon-features__text p {
	margin: 0;
}

.module-icon-features__text p + p {
	margin-top: 1.2em;
}

.module-icon-features__grid {
	display: grid;
	grid-template-columns: repeat(var(--icon-feature-cols, 3), minmax(0, 1fr));
	width: 100%;
	gap: 4rem 1rem;
	align-items: start;
	justify-items: center;
}

.module-icon-features__col {
	text-align: center;
	min-width: 0;
}

.module-icon-features__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	margin: 0 auto 1.8rem;
	border-radius: 50%;
	background: var(--color-cta);
	flex-shrink: 0;
}

.module-icon-features__icon {
	display: block;
	width: 50%;
	height: 50%;
	object-fit: contain;
}

.module-icon-features__title {
	margin: 0 auto;
	font-family: var(--font-sans);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.02em;
	color: var(--color-cta);
}

.module-icon-features__desc {
	margin: 1rem auto 0;
	font-family: var(--font-sans);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	color: var(--color-body-muted);
}

@media (min-width: 901px) {
	.module-icon-features__col {
		max-width: 38rem;
	}

	.module-icon-features__title {
		max-width: 28rem;
	}

	.module-icon-features__desc {
		max-width: 34rem;
	}
}

@media (max-width: 900px) {
	.module-icon-features__grid {
		grid-template-columns: 1fr;
		gap: 3.2rem;
	}
}

/* Logo carousel (Slick) */
.module-logos {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

@media (max-width: 900px) {
	.module-logos {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/* .wrap handles outer gutter; .slick-list margins inset slides from the arrows */
.module-logos__inner {
	position: relative;
}

.module-logos .module-logos__inner {
	width: 100%;
	max-width: 1500px;
}

.module-logos__slider {
	position: relative;
}

/* Inset the track so slides never sit under the arrows (arrow width + gap) */
.module-logos .slick-list {
	margin-left: 5.6rem;
	margin-right: 5.6rem;
}

/* Slick arrows: vertically centered on the carousel, pinned to left/right of the track */
.module-logos .slick-slider {
	position: relative;
}

.module-logos__slide {
	padding: 0 1.2rem;
	box-sizing: border-box;
}

.module-logos__slide-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 7rem;
	padding: 0.8rem 0;
}

.module-logos__link {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	line-height: 0;
}

.module-logos__link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.module-logos__img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: clamp(4.8rem, 8vw, 7rem);
	object-fit: contain;
	filter: grayscale(1);
	opacity: 1;
	transition: opacity 0.15s ease;
}

.module-logos__slide-inner:hover .module-logos__img,
.module-logos__link:hover .module-logos__img {
	opacity: 0.5;
}

/* Admin / ACFE preview: static strip (no Slick, no gallery load) */
.module-logos--editor-preview .module-logos__preview-static {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	margin-left: 5.6rem;
	margin-right: 5.6rem;
	min-height: 8rem;
}

.module-logos--editor-preview .module-logos__preview-track {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	min-width: 0;
}

.module-logos--editor-preview .module-logos__preview-cell {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.module-logos--editor-preview .module-logos__preview-cell .module-logos__slide-inner {
	width: 100%;
}

.module-logos--editor-preview .module-logos__link {
	pointer-events: none;
}

.module-logos--editor-preview .module-logos__slide-inner:hover .module-logos__img,
.module-logos--editor-preview .module-logos__link:hover .module-logos__img {
	opacity: 1;
}

.module-logos--editor-preview .module-logos__preview-fake {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 5.5rem;
	max-width: 14rem;
	padding: 1rem;
	border: 2px dashed #5d9b99;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.45);
	font-family: var(--font-sans);
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--color-primary-dark, #233745);
	opacity: 0.95;
}

.module-color-scheme--blue .module-logos--editor-preview .module-logos__preview-fake,
.module-color-scheme--gray .module-logos--editor-preview .module-logos__preview-fake,
.module-color-scheme--teal .module-logos--editor-preview .module-logos__preview-fake {
	border-color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.1);
	color: var(--module-scheme-heading, #e5e5e5);
}

.module-logos--editor-preview .module-logos__arrow {
	pointer-events: none;
	cursor: default;
	opacity: 1;
}

@media (max-width: 900px) {
	.module-logos--editor-preview .module-logos__preview-static {
		margin-left: 5rem;
		margin-right: 5rem;
	}
}

@media (max-width: 600px) {
	.module-logos--editor-preview .module-logos__preview-static {
		margin-left: 4.4rem;
		margin-right: 4.4rem;
		flex-wrap: wrap;
	}

	.module-logos--editor-preview .module-logos__preview-track {
		flex-basis: 100%;
		order: -1;
	}

	.module-logos--editor-preview .module-logos__arrow--prev {
		order: 1;
	}

	.module-logos--editor-preview .module-logos__arrow--next {
		order: 2;
	}
}

/* Loaded after theme CSS; keep vertical center + side anchoring */
.module-logos .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	bottom: auto;
	left: auto;
	right: auto;
	width: max(4rem, 24px);
	height: max(4rem, 24px);
	min-width: 24px;
	min-height: 24px;
	margin-top: 0;
	transform: translateY(-50%);
	transition: transform 0.2s ease;
}

.module-logos .slick-prev:hover,
.module-logos .slick-prev:focus-visible {
	transform: translateY(-50%) translateX(-4px);
}

.module-logos .slick-next:hover,
.module-logos .slick-next:focus-visible {
	transform: translateY(-50%) translateX(4px);
}

.module-logos .slick-arrow::before {
	display: none;
	content: none;
}

.module-logos .slick-prev {
	left: 0;
	right: auto;
}

.module-logos .slick-next {
	right: 0;
	left: auto;
}

.module-logos__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max(4rem, 24px);
	height: max(4rem, 24px);
	min-width: 24px;
	min-height: 24px;
	padding: 0;
	border-radius: 50%;
	border: none;
	background: var(--color-cta);
	color: #fff;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(30, 42, 58, 0.25);
	transition: background 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.module-logos__arrow:hover,
.module-logos__arrow:focus-visible {
	background: var(--color-cta-hover);
	outline: 2px solid currentColor;
	outline-offset: 2px;
	box-shadow: 0 2px 6px rgba(30, 42, 58, 0.3);
}

.module-logos__arrow-icon {
	display: block;
	flex-shrink: 0;
	width: 3.5rem;
	height: 3.5rem;
}

.module-logos__carousel {
	position: relative;
}

.module-logos__autoplay-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	/* rem sizes scale with html font-size; floor at 24px for WCAG 2.5.8 */
	width: max(3.2rem, 24px);
	height: max(3.2rem, 24px);
	min-width: 24px;
	min-height: 24px;
	margin: 1.2rem auto 0;
	padding: 0;
	border: 1px solid #8a9296;
	border-radius: 50%;
	background: transparent;
	color: var(--color-text-muted);
	cursor: pointer;
	line-height: 0;
	transition: opacity 0.15s ease, color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.module-logos__autoplay-toggle:hover,
.module-logos__autoplay-toggle:focus-visible {
	color: var(--color-text);
	border-color: var(--color-text);
	background: rgba(0, 0, 0, 0.04);
}

.module-logos__autoplay-icon {
	display: block;
	width: 1.6rem;
	height: 1.6rem;
}

.module-color-scheme--blue .module-logos__autoplay-toggle,
.module-color-scheme--gray .module-logos__autoplay-toggle,
.module-color-scheme--teal .module-logos__autoplay-toggle {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.8);
}

.module-color-scheme--blue .module-logos__autoplay-toggle:hover,
.module-color-scheme--blue .module-logos__autoplay-toggle:focus-visible,
.module-color-scheme--gray .module-logos__autoplay-toggle:hover,
.module-color-scheme--gray .module-logos__autoplay-toggle:focus-visible,
.module-color-scheme--teal .module-logos__autoplay-toggle:hover,
.module-color-scheme--teal .module-logos__autoplay-toggle:focus-visible {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.1);
}

/* Dark module bands: keep brand-blue pills readable against similar backgrounds */
.module-color-scheme--blue .module-logos__arrow,
.module-color-scheme--gray .module-logos__arrow,
.module-color-scheme--teal .module-logos__arrow {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8), 0 2px 8px rgba(0, 0, 0, 0.2);
}

.module-color-scheme--blue .module-logos__arrow:hover,
.module-color-scheme--blue .module-logos__arrow:focus,
.module-color-scheme--gray .module-logos__arrow:hover,
.module-color-scheme--gray .module-logos__arrow:focus,
.module-color-scheme--teal .module-logos__arrow:hover,
.module-color-scheme--teal .module-logos__arrow:focus {
	background: var(--color-cta-hover);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8), 0 3px 10px rgba(0, 0, 0, 0.25);
}

@media (max-width: 900px) {
	.module-logos .slick-list {
		margin-left: 5rem;
		margin-right: 5rem;
	}
}

@media (max-width: 600px) {
	.module-logos .slick-list {
		margin-left: 4.4rem;
		margin-right: 4.4rem;
	}

	.module-logos .slick-arrow {
		width: max(3.4rem, 24px);
		height: max(3.4rem, 24px);
	}

	.module-logos__arrow {
		width: max(3.4rem, 24px);
		height: max(3.4rem, 24px);
		min-width: 24px;
		min-height: 24px;
	}

	.module-logos__arrow-icon {
		width: 2.7rem;
		height: 2.7rem;
	}
}

/* Optional corner circles (ACFE settings: circle_bottom_right, circle_top_right) — under main content */
.module-has-circles {
	position: relative;
	overflow: hidden;
}

.module-circles {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.module-has-circles > .wrap {
	position: relative;
	z-index: 2;
}

.module-circles__img {
	display: block;
	width: 305px;
	max-width: min(305px, 100%);
	height: auto;
}

.module-circles__img--br {
	position: absolute;
	right: 210px;
	bottom: 0;
}

.module-circles__img--tr {
	position: absolute;
	right: 108px;
	top: 0;
}

/* Module color schemes — ACFE settings block (color_scheme) */
.module-color-scheme {
	--module-scheme-bg: #ffffff;
	--module-scheme-heading: #233745;
	--module-scheme-text: #233745;
	background-color: var(--module-scheme-bg);
}

.module-color-scheme--blue {
	--module-scheme-bg: #233745;
	--module-scheme-heading: #9cc9bc;
	--module-scheme-text: #e5e5e5;
}

.module-color-scheme--gray {
	/* Darkened from #7e7e7f: white text is 4.67:1. */
	--module-scheme-bg: #747475;
	--module-scheme-heading: #fff;
	--module-scheme-text: #fff;
}

/* Darkened from #5d9b99: white text is 4.78:1. */
.module-color-scheme--teal {
	--module-scheme-bg: #497b7a;
	--module-scheme-heading: #fff;
	--module-scheme-text: #fff;
}

/* ACF #e5e5e5 Light Gray — #233745 is 9.78:1 (AA). */
.module-color-scheme--light-gray {
	--module-scheme-bg: #e5e5e5;
	--module-scheme-heading: #233745;
	--module-scheme-text: #233745;
}

.site-footer a:focus-visible,
.site-footer button:focus-visible,
.module-color-scheme--blue a:focus-visible,
.module-color-scheme--blue button:focus-visible,
.module-color-scheme--gray a:focus-visible,
.module-color-scheme--gray button:focus-visible,
.module-color-scheme--teal a:focus-visible,
.module-color-scheme--teal button:focus-visible {
	outline-color: #fff;
}

.module-form.module-color-scheme--blue .module-form__gf button:focus-visible {
	outline-color: #1e2a3a;
}

.module-color-scheme--white .cta--outline,
.module-color-scheme--light-gray .cta--outline {
	background: #497b7a;
	color: #fff;
	border-color: #497b7a;
}

.module-color-scheme--white .cta--outline:hover,
.module-color-scheme--white .cta--outline:focus,
.module-color-scheme--light-gray .cta--outline:hover,
.module-color-scheme--light-gray .cta--outline:focus {
	background: #3f6f6e;
	color: #fff;
	border-color: #3f6f6e;
}

.module-image-text.module-color-scheme .module-image-text__headline,
.module-image-text.module-color-scheme .module-image-text__headline p {
	color: var(--module-scheme-heading);
}

.module-image-text.module-color-scheme .module-image-text__headline strong,
.module-image-text.module-color-scheme .module-image-text__headline b {
	color: var(--module-scheme-heading);
}

.module-image-text.module-color-scheme--blue .module-image-text__headline::after,
.module-image-text.module-color-scheme--gray .module-image-text__headline::after,
.module-image-text.module-color-scheme--teal .module-image-text__headline::after {
	background: #fff;
}

.module-image-text.module-color-scheme .module-image-text__body,
.module-image-text.module-color-scheme .module-image-text__body p {
	color: var(--module-scheme-text);
}

.module-icon-features.module-color-scheme .module-icon-features__headline {
	color: var(--module-scheme-heading);
}

.module-icon-features.module-color-scheme .module-icon-features__text,
.module-icon-features.module-color-scheme .module-icon-features__text p {
	color: var(--module-scheme-text);
}

.module-icon-features.module-color-scheme .module-icon-features__title {
	color: var(--module-scheme-heading);
}

.module-icon-features.module-color-scheme .module-icon-features__desc {
	color: var(--module-scheme-text);
}

.module-service-highlights.module-color-scheme {
	background: var(--module-scheme-bg);
}

.module-service-highlights.module-color-scheme .module-service-highlights__headline {
	color: var(--module-scheme-heading);
}

.module-service-highlights.module-color-scheme .module-service-highlights__text,
.module-service-highlights.module-color-scheme .module-service-highlights__text p {
	color: var(--module-scheme-text);
}

.module-service-highlights.module-color-scheme .module-service-highlights__title {
	color: var(--module-scheme-heading);
}

.module-service-highlights.module-color-scheme .module-service-highlights__desc {
	color: var(--module-scheme-text);
}

.module-service-highlights.module-color-scheme .module-service-highlights__stat {
	color: var(--module-scheme-text);
}

.module-service-highlights.module-color-scheme .module-service-highlights__stat:not(:last-child)::after {
	background: var(--module-scheme-heading);
	opacity: 0.8;
}

/* Inline content links — AA-safe per scheme (exclude CTA buttons) */
.module-service-highlights.module-color-scheme--white .module-service-highlights__text a:not(.cta),
.module-service-highlights.module-color-scheme--white .module-service-highlights__desc a:not(.cta),
.module-image-text.module-color-scheme--white .module-image-text__body a:not(.cta),
.module-icon-features.module-color-scheme--white .module-icon-features__text a:not(.cta),
.module-icon-features.module-color-scheme--white .module-icon-features__desc a:not(.cta) {
	color: var(--color-accent);
}

.module-service-highlights.module-color-scheme--white .module-service-highlights__text a:not(.cta):hover,
.module-service-highlights.module-color-scheme--white .module-service-highlights__text a:not(.cta):focus,
.module-service-highlights.module-color-scheme--white .module-service-highlights__desc a:not(.cta):hover,
.module-service-highlights.module-color-scheme--white .module-service-highlights__desc a:not(.cta):focus,
.module-image-text.module-color-scheme--white .module-image-text__body a:not(.cta):hover,
.module-image-text.module-color-scheme--white .module-image-text__body a:not(.cta):focus,
.module-icon-features.module-color-scheme--white .module-icon-features__text a:not(.cta):hover,
.module-icon-features.module-color-scheme--white .module-icon-features__text a:not(.cta):focus,
.module-icon-features.module-color-scheme--white .module-icon-features__desc a:not(.cta):hover,
.module-icon-features.module-color-scheme--white .module-icon-features__desc a:not(.cta):focus {
	color: var(--color-primary-dark);
}

/* Darker teal on #e5e5e5 (accent alone is ~3.7:1). */
.module-service-highlights.module-color-scheme--light-gray .module-service-highlights__text a:not(.cta),
.module-service-highlights.module-color-scheme--light-gray .module-service-highlights__desc a:not(.cta),
.module-image-text.module-color-scheme--light-gray .module-image-text__body a:not(.cta),
.module-icon-features.module-color-scheme--light-gray .module-icon-features__text a:not(.cta),
.module-icon-features.module-color-scheme--light-gray .module-icon-features__desc a:not(.cta) {
	color: #3d6c6b;
}

.module-service-highlights.module-color-scheme--light-gray .module-service-highlights__text a:not(.cta):hover,
.module-service-highlights.module-color-scheme--light-gray .module-service-highlights__text a:not(.cta):focus,
.module-service-highlights.module-color-scheme--light-gray .module-service-highlights__desc a:not(.cta):hover,
.module-service-highlights.module-color-scheme--light-gray .module-service-highlights__desc a:not(.cta):focus,
.module-image-text.module-color-scheme--light-gray .module-image-text__body a:not(.cta):hover,
.module-image-text.module-color-scheme--light-gray .module-image-text__body a:not(.cta):focus,
.module-icon-features.module-color-scheme--light-gray .module-icon-features__text a:not(.cta):hover,
.module-icon-features.module-color-scheme--light-gray .module-icon-features__text a:not(.cta):focus,
.module-icon-features.module-color-scheme--light-gray .module-icon-features__desc a:not(.cta):hover,
.module-icon-features.module-color-scheme--light-gray .module-icon-features__desc a:not(.cta):focus {
	color: #233745;
}

.module-service-highlights.module-color-scheme--gray .module-service-highlights__text a:not(.cta),
.module-service-highlights.module-color-scheme--gray .module-service-highlights__desc a:not(.cta),
.module-service-highlights.module-color-scheme--teal .module-service-highlights__text a:not(.cta),
.module-service-highlights.module-color-scheme--teal .module-service-highlights__desc a:not(.cta),
.module-image-text.module-color-scheme--gray .module-image-text__body a:not(.cta),
.module-image-text.module-color-scheme--teal .module-image-text__body a:not(.cta),
.module-icon-features.module-color-scheme--gray .module-icon-features__text a:not(.cta),
.module-icon-features.module-color-scheme--teal .module-icon-features__text a:not(.cta),
.module-icon-features.module-color-scheme--gray .module-icon-features__desc a:not(.cta),
.module-icon-features.module-color-scheme--teal .module-icon-features__desc a:not(.cta) {
	color: #fff;
}

.module-service-highlights.module-color-scheme--gray .module-service-highlights__text a:not(.cta):hover,
.module-service-highlights.module-color-scheme--gray .module-service-highlights__text a:not(.cta):focus,
.module-service-highlights.module-color-scheme--gray .module-service-highlights__desc a:not(.cta):hover,
.module-service-highlights.module-color-scheme--gray .module-service-highlights__desc a:not(.cta):focus,
.module-service-highlights.module-color-scheme--teal .module-service-highlights__text a:not(.cta):hover,
.module-service-highlights.module-color-scheme--teal .module-service-highlights__text a:not(.cta):focus,
.module-service-highlights.module-color-scheme--teal .module-service-highlights__desc a:not(.cta):hover,
.module-service-highlights.module-color-scheme--teal .module-service-highlights__desc a:not(.cta):focus,
.module-image-text.module-color-scheme--gray .module-image-text__body a:not(.cta):hover,
.module-image-text.module-color-scheme--gray .module-image-text__body a:not(.cta):focus,
.module-image-text.module-color-scheme--teal .module-image-text__body a:not(.cta):hover,
.module-image-text.module-color-scheme--teal .module-image-text__body a:not(.cta):focus,
.module-icon-features.module-color-scheme--gray .module-icon-features__text a:not(.cta):hover,
.module-icon-features.module-color-scheme--gray .module-icon-features__text a:not(.cta):focus,
.module-icon-features.module-color-scheme--teal .module-icon-features__text a:not(.cta):hover,
.module-icon-features.module-color-scheme--teal .module-icon-features__text a:not(.cta):focus,
.module-icon-features.module-color-scheme--gray .module-icon-features__desc a:not(.cta):hover,
.module-icon-features.module-color-scheme--gray .module-icon-features__desc a:not(.cta):focus,
.module-icon-features.module-color-scheme--teal .module-icon-features__desc a:not(.cta):hover,
.module-icon-features.module-color-scheme--teal .module-icon-features__desc a:not(.cta):focus {
	color: #9cc9bc;
}

/* Blue scheme: mint links on dark navy (6.75:1). */
.module-service-highlights.module-color-scheme--blue .module-service-highlights__text a:not(.cta),
.module-service-highlights.module-color-scheme--blue .module-service-highlights__desc a:not(.cta),
.module-image-text.module-color-scheme--blue .module-image-text__body a:not(.cta),
.module-icon-features.module-color-scheme--blue .module-icon-features__text a:not(.cta),
.module-icon-features.module-color-scheme--blue .module-icon-features__desc a:not(.cta) {
	color: #9cc9bc;
}

.module-service-highlights.module-color-scheme--blue .module-service-highlights__text a:not(.cta):hover,
.module-service-highlights.module-color-scheme--blue .module-service-highlights__text a:not(.cta):focus,
.module-service-highlights.module-color-scheme--blue .module-service-highlights__desc a:not(.cta):hover,
.module-service-highlights.module-color-scheme--blue .module-service-highlights__desc a:not(.cta):focus,
.module-image-text.module-color-scheme--blue .module-image-text__body a:not(.cta):hover,
.module-image-text.module-color-scheme--blue .module-image-text__body a:not(.cta):focus,
.module-icon-features.module-color-scheme--blue .module-icon-features__text a:not(.cta):hover,
.module-icon-features.module-color-scheme--blue .module-icon-features__text a:not(.cta):focus,
.module-icon-features.module-color-scheme--blue .module-icon-features__desc a:not(.cta):hover,
.module-icon-features.module-color-scheme--blue .module-icon-features__desc a:not(.cta):focus {
	color: #fff;
}

/* Linked cards — scheme-specific chrome (all 5 schemes covered) */
.module-service-highlights.module-color-scheme--white .module-service-highlights__card--link,
.module-service-highlights.module-color-scheme--light-gray .module-service-highlights__card--link {
	border-color: rgba(35, 55, 69, 0.14);
	background: rgba(35, 55, 69, 0.035);
}

.module-service-highlights.module-color-scheme--white .module-service-highlights__card--link:hover,
.module-service-highlights.module-color-scheme--white .module-service-highlights__card--link:focus-within,
.module-service-highlights.module-color-scheme--light-gray .module-service-highlights__card--link:hover,
.module-service-highlights.module-color-scheme--light-gray .module-service-highlights__card--link:focus-within {
	border-color: rgba(35, 55, 69, 0.4);
	background: rgba(35, 55, 69, 0.06);
}

.module-service-highlights.module-color-scheme--blue .module-service-highlights__card--link,
.module-service-highlights.module-color-scheme--gray .module-service-highlights__card--link,
.module-service-highlights.module-color-scheme--teal .module-service-highlights__card--link {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.06);
}

.module-service-highlights.module-color-scheme--blue .module-service-highlights__card--link:hover,
.module-service-highlights.module-color-scheme--blue .module-service-highlights__card--link:focus-within,
.module-service-highlights.module-color-scheme--gray .module-service-highlights__card--link:hover,
.module-service-highlights.module-color-scheme--gray .module-service-highlights__card--link:focus-within,
.module-service-highlights.module-color-scheme--teal .module-service-highlights__card--link:hover,
.module-service-highlights.module-color-scheme--teal .module-service-highlights__card--link:focus-within {
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.11);
}

.module-service-highlights.module-color-scheme--blue .module-service-highlights__cta.cta--outline,
.module-service-highlights.module-color-scheme--gray .module-service-highlights__cta.cta--outline,
.module-service-highlights.module-color-scheme--teal .module-service-highlights__cta.cta--outline {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.module-service-highlights.module-color-scheme--blue .module-service-highlights__cta.cta--outline:hover,
.module-service-highlights.module-color-scheme--blue .module-service-highlights__cta.cta--outline:focus,
.module-service-highlights.module-color-scheme--gray .module-service-highlights__cta.cta--outline:hover,
.module-service-highlights.module-color-scheme--gray .module-service-highlights__cta.cta--outline:focus,
.module-service-highlights.module-color-scheme--teal .module-service-highlights__cta.cta--outline:hover,
.module-service-highlights.module-color-scheme--teal .module-service-highlights__cta.cta--outline:focus {
	color: #233745;
	border-color: #fff;
	background: #fff;
}

/* Full-bleed image band (no overlay) */
.module-simple-image {
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	height: 480px;
}

.module-simple-image--tall {
	height: 640px;
}

.module-simple-image--short {
	height: 320px;
}

.module-simple-image__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 900px) {
	.module-simple-image {
		height: 360px;
	}

	.module-simple-image--tall {
		height: 460px;
	}

	.module-simple-image--short {
		height: 260px;
	}
}

@media (max-width: 767px) {
	.module-circles {
		display: none;
	}

	.module-hero__title {
		font-size: 36px;
	}

	.module-image-text__headline {
		font-size: 30px;
	}

	.module-map .module-image-text__headline {
		font-size: 26px;
	}

	.module-image-text--full-bleed .module-image-text__img {
		height: 350px;
	}

	.module-image-text--full-bleed {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.module-image-text--full-bleed .module-image-text__content {
		margin-bottom: 0;
		padding: 0;
	}

	.module-service-highlights__headline {
		font-size: 30px;
	}

	.module-service-highlights__stats {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}

	.module-service-highlights__stat {
		flex-direction: column;
		padding: 10px 0;
	}

	.module-service-highlights__stat:not(:last-child)::after {
		content: "";
		display: block;
		width: 100px;
		height: 2px;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.8);
		position: relative;
		top: 11px;
	}

	.module-icon-features__title {
		font-size: 19px;
	}

	.module-icon-features__headline {
		font-size: 30px;
	}
}

/* 404 */
.error-404 {
	padding-top: clamp(6rem, 10vw, 12rem);
	padding-bottom: clamp(6rem, 10vw, 12rem);
}

.error-404__inner {
	max-width: 64rem;
	text-align: left;
}

.error-404__code {
	margin: 0 0 1.2rem;
	font-family: var(--font-sans);
	font-size: clamp(1.4rem, 0.4vw + 1.2rem, 1.6rem);
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--color-accent);
}

.error-404__title {
	margin: 0;
	font-family: var(--font-sans);
	font-size: clamp(3.2rem, 3vw + 2rem, 4.8rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: var(--color-primary-dark);
}

.error-404__text {
	margin: 1.6rem 0 0;
	max-width: 42rem;
	font-family: var(--font-sans);
	font-size: clamp(1.7rem, 0.4vw + 1.5rem, 1.95rem);
	font-weight: 400;
	line-height: 1.55;
	color: var(--color-body-muted);
}

.error-404__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.2rem 1.6rem;
	margin: 3.2rem 0 0;
}

.error-404__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 26px;
	border-radius: 999px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.01em;
	text-decoration: none;
	white-space: nowrap;
	line-height: 1.2;
}

.error-404__cta--primary {
	color: #fff;
	background: var(--color-cta);
	border: 1px solid var(--color-cta);
}

.error-404__cta--primary:hover,
.error-404__cta--primary:focus-visible {
	color: #fff;
	background: var(--color-cta-hover);
	border-color: var(--color-cta-hover);
}

.error-404__cta--secondary {
	color: var(--color-cta);
	background: transparent;
	border: 1px solid var(--color-cta);
}

.error-404__cta--secondary:hover,
.error-404__cta--secondary:focus-visible {
	color: var(--color-cta-hover);
	border-color: var(--color-cta-hover);
	background: rgba(30, 42, 58, 0.06);
}

@media (max-width: 600px) {
	.error-404__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.error-404__cta {
		width: 100%;
		text-align: center;
	}
}
