/**
 * IMH Systems shared front-end styles.
 *
 * The rules for plugin-owned components are intentionally namespaced. Existing
 * `.imh-pro-page` and `.imh-contact-page` documents retain their inline design
 * systems; only universal safety, focus, media, and overflow protections reach
 * those page types.
 */

:root {
	--imh-navy: #07172e;
	--imh-navy-2: #0d2747;
	--imh-blue: #0878be;
	--imh-blue-dark: #05639e;
	--imh-blue-soft: #e9f4fb;
	--imh-ink: #14243a;
	--imh-muted: #536479;
	--imh-line: #d3dee8;
	--imh-surface: #ffffff;
	--imh-surface-alt: #f3f7fa;
	--imh-success: #17643a;
	--imh-success-soft: #edf8f1;
	--imh-error: #9d2525;
	--imh-error-soft: #fff1f1;
	--imh-focus: #ffbf47;
	--imh-radius: 6px;
	--imh-shadow-sm: 0 8px 24px rgb(7 23 46 / 8%);
	--imh-shadow-md: 0 18px 44px rgb(7 23 46 / 13%);
	--imh-shell: 1180px;
	--imh-mobile-action-height: 68px;
	--imh-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.imh-site-core-active {
	color: var(--imh-ink);
	font-family: var(--imh-font);
	overflow-x: clip;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.imh-site-core-active *,
body.imh-site-core-active *::before,
body.imh-site-core-active *::after {
	box-sizing: border-box;
}

body.imh-site-core-active :where(img, video, canvas) {
	display: block;
	height: auto;
	max-width: 100%;
}

body.imh-site-core-active :where(iframe, embed, object) {
	max-width: 100%;
}

body.imh-site-core-active :where(p, li, dd, td, th, figcaption, label, small) {
	overflow-wrap: break-word;
}

body.imh-site-core-active :where(h1, h2, h3, h4, h5, h6) {
	text-wrap: balance;
}

body.imh-site-core-active :where(a, button, input, select, textarea, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
	outline: 3px solid var(--imh-focus) !important;
	outline-offset: 3px !important;
}

body.imh-site-core-active :where(main, section, article, aside, [id]):target {
	scroll-margin-top: 7rem;
}

body.imh-site-core-active a.skip-link,
body.imh-site-core-active .skip-link {
	background: var(--imh-navy);
	border: 2px solid var(--imh-focus);
	border-radius: 0 0 var(--imh-radius) 0;
	color: #fff;
	font-weight: 800;
	left: 0;
	padding: 0.8rem 1rem;
	position: fixed;
	top: 0;
	transform: translateY(-150%);
	transition: transform 120ms ease;
	z-index: 2147483647;
}

body.imh-site-core-active a.skip-link:focus,
body.imh-site-core-active .skip-link:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	transform: translateY(0);
	width: auto;
}

/* Existing Elementor header and navigation. */

body.imh-site-core-active .elementor-location-header {
	isolation: isolate;
	position: relative;
	z-index: 1000;
}

body.imh-site-core-active .elementor-location-header .elementor-element-377534d {
	background: var(--imh-navy) !important;
	color: #fff;
}

body.imh-site-core-active .elementor-location-header .elementor-element-377534d a,
body.imh-site-core-active .elementor-location-header .elementor-element-377534d .elementor-icon-list-text {
	color: #fff !important;
}

body.imh-site-core-active .elementor-location-header .elementor-element-97bdb1e {
	background: #fff !important;
	border-bottom: 1px solid rgb(7 23 46 / 12%);
	box-shadow: 0 7px 24px rgb(7 23 46 / 8%);
	isolation: isolate;
	z-index: 1000;
}

body.imh-site-core-active .elementor-location-header .elementor-element-97bdb1e.elementor-sticky--effects {
	box-shadow: 0 10px 30px rgb(7 23 46 / 15%);
}

body.imh-site-core-active .elementor-location-header .elementor-element-2e20e83 img {
	height: auto;
	max-height: 72px;
	object-fit: contain;
	width: clamp(102px, 10vw, 148px);
}

body.imh-site-core-active .elementor-location-header .elementor-nav-menu--main .elementor-item {
	align-items: center;
	background: transparent !important;
	border: 0;
	border-radius: 0;
	box-shadow: inset 0 -2px transparent;
	color: var(--imh-navy) !important;
	font-family: var(--imh-font);
	font-size: clamp(0.72rem, 0.7vw, 0.78rem);
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.2;
	min-height: 48px;
	padding: 0.85rem clamp(0.42rem, 0.62vw, 0.72rem) !important;
	position: relative;
	text-transform: uppercase;
	transition: color 0.18s ease, box-shadow 0.18s ease;
	white-space: nowrap;
}

body.imh-site-core-active .elementor-location-header .elementor-nav-menu--main .elementor-item:hover,
body.imh-site-core-active .elementor-location-header .elementor-nav-menu--main .elementor-item:focus-visible,
body.imh-site-core-active .elementor-location-header .elementor-nav-menu--main .elementor-item.elementor-item-active,
body.imh-site-core-active .elementor-location-header .elementor-nav-menu--main .current-menu-ancestor > .elementor-item {
	background: transparent !important;
	box-shadow: inset 0 -2px var(--imh-blue);
	color: var(--imh-blue-dark) !important;
}

body.imh-site-core-active .elementor-location-header .elementor-nav-menu--main .sub-menu {
	background: #fff;
	border: 1px solid var(--imh-line);
	border-top: 3px solid var(--imh-blue);
	box-shadow: var(--imh-shadow-md);
	max-height: min(70vh, 620px);
	min-width: 270px;
	overflow-y: auto;
	padding: 0.35rem;
}

body.imh-site-core-active .elementor-location-header .elementor-sub-item,
body.imh-site-core-active .elementor-location-header .elementor-nav-menu--dropdown .elementor-item {
	border-radius: 3px;
	color: var(--imh-navy) !important;
	font-family: var(--imh-font);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;
	min-height: 44px;
	padding: 0.7rem 0.8rem !important;
}

body.imh-site-core-active .elementor-location-header .elementor-sub-item:hover,
body.imh-site-core-active .elementor-location-header .elementor-sub-item:focus-visible,
body.imh-site-core-active .elementor-location-header .elementor-nav-menu--dropdown .elementor-item:hover,
body.imh-site-core-active .elementor-location-header .elementor-nav-menu--dropdown .elementor-item:focus-visible,
body.imh-site-core-active .elementor-location-header .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
	background: var(--imh-blue-soft) !important;
	color: var(--imh-blue-dark) !important;
}

body.imh-site-core-active .elementor-location-header .elementor-menu-toggle {
	align-items: center;
	background: var(--imh-navy);
	border: 2px solid var(--imh-navy);
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	min-width: 48px;
	padding: 0.7rem;
}

body.imh-site-core-active .elementor-location-header .elementor-menu-toggle.elementor-active {
	background: var(--imh-blue-dark);
	border-color: var(--imh-blue-dark);
}

body.imh-site-core-active .elementor-location-header .elementor-menu-toggle svg {
	fill: currentColor;
	height: 1.35rem;
	width: 1.35rem;
}

body.imh-site-core-active .elementor-location-header .elementor-element-f01a93a .elementor-button {
	background: rgb(8 43 72 / 94%);
	border: 1px solid var(--imh-navy);
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	font-family: var(--imh-font);
	font-size: 0.74rem;
	font-weight: 750;
	letter-spacing: 0.075em;
	min-height: 46px;
	padding: 0.75rem 1rem;
	text-transform: uppercase;
	transform: none;
}

body.imh-site-core-active .elementor-location-header .elementor-element-f01a93a .elementor-button:hover,
body.imh-site-core-active .elementor-location-header .elementor-element-f01a93a .elementor-button:focus-visible {
	background: var(--imh-blue-dark);
	border-color: var(--imh-blue-dark);
	transform: none;
}

/* Keep the wide-screen menu as one balanced navigation block. */

@media (min-width: 1280px) {
	body.imh-site-core-active .elementor-location-header #menu-1-39574d6 {
		align-items: center;
		display: flex !important;
		flex-wrap: nowrap;
		gap: 0;
		justify-content: center;
		min-height: 72px;
		width: 100%;
	}

	body.imh-site-core-active .elementor-location-header #menu-1-39574d6::after {
		display: none !important;
	}

	body.imh-site-core-active .elementor-location-header #menu-1-39574d6 > li {
		border: 0;
		flex: 0 0 auto;
		min-width: 0;
		width: auto;
	}

	body.imh-site-core-active .elementor-location-header #menu-1-39574d6 > li > .elementor-item {
		font-size: clamp(0.72rem, 0.7vw, 0.78rem);
		font-weight: 700;
		justify-content: center;
		min-height: 72px;
		padding: 0 clamp(0.42rem, 0.58vw, 0.7rem) !important;
	}

	body.imh-site-core-active .elementor-location-header .elementor-menu-toggle {
		display: none !important;
	}
}

@media (min-width: 1025px) and (max-width: 1279px) {
	body.imh-site-core-active .elementor-location-header .elementor-nav-menu--main {
		display: none !important;
	}

	body.imh-site-core-active .elementor-location-header .elementor-menu-toggle {
		background: #f3f7fa !important;
		border: 1px solid #9db2c1 !important;
		box-shadow: none !important;
		color: var(--imh-navy) !important;
		display: inline-flex !important;
	}

	body.imh-site-core-active .elementor-location-header .elementor-menu-toggle:hover,
	body.imh-site-core-active .elementor-location-header .elementor-menu-toggle:focus-visible,
	body.imh-site-core-active .elementor-location-header .elementor-menu-toggle.elementor-active {
		background: var(--imh-navy) !important;
		border-color: var(--imh-navy) !important;
		color: #fff !important;
	}
}

@media (max-width: 1279px) {
	body.imh-site-core-active .elementor-location-header .elementor-menu-toggle,
	body.imh-site-core-active .elementor-location-header .elementor-menu-toggle:not(.elementor-active) {
		background: #f3f7fa !important;
		border: 1px solid #9db2c1 !important;
		color: var(--imh-navy) !important;
	}

	body.imh-site-core-active .elementor-location-header .elementor-menu-toggle.elementor-active {
		background: var(--imh-navy) !important;
		border-color: var(--imh-navy) !important;
		color: #fff !important;
	}

	body.imh-site-core-active .elementor-location-header .elementor-menu-toggle svg,
	body.imh-site-core-active .elementor-location-header .elementor-menu-toggle svg path {
		color: inherit !important;
		fill: currentColor !important;
		stroke: currentColor !important;
	}
}

/* Refine the existing assistant without changing its functionality. */

body.imh-site-core-active #imh-ai-agent-root > .imh-ai-launcher,
body.imh-site-core-active #imh-ai-agent-root > .imh-mobile-action-offset.imh-ai-launcher {
	align-items: center !important;
	background: linear-gradient(135deg, #062a47, #084f7d) !important;
	border: 1px solid rgb(135 216 255 / 52%) !important;
	border-radius: 999px !important;
	box-shadow: 0 16px 38px rgb(2 22 38 / 30%) !important;
	color: #fff !important;
	display: inline-flex !important;
	font: 800 0.74rem/1 var(--imh-font) !important;
	gap: 0.65rem !important;
	letter-spacing: 0.09em !important;
	min-height: 54px !important;
	padding: 0.65rem 1.05rem 0.65rem 0.7rem !important;
	text-transform: uppercase !important;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

body.imh-site-core-active #imh-ai-agent-root > .imh-ai-launcher:hover,
body.imh-site-core-active #imh-ai-agent-root > .imh-ai-launcher:focus-visible {
	background: linear-gradient(135deg, #07466f, #0878be) !important;
	border-color: #87d8ff !important;
	box-shadow: 0 18px 42px rgb(2 22 38 / 38%) !important;
	transform: translateY(-2px) !important;
}

body.imh-site-core-active #imh-ai-agent-root > .imh-ai-launcher .imh-ai-launcher-mark {
	background: #18a0df !important;
	border: 2px solid #dff5ff !important;
	border-radius: 50% !important;
	box-shadow: inset 0 0 0 4px rgb(6 42 71 / 22%) !important;
	display: block !important;
	flex: 0 0 30px !important;
	height: 30px !important;
	position: relative !important;
	width: 30px !important;
}

body.imh-site-core-active #imh-ai-agent-root > .imh-ai-launcher .imh-ai-launcher-mark::after {
	background: #18a0df !important;
	border-bottom: 2px solid #dff5ff !important;
	border-right: 2px solid #dff5ff !important;
	bottom: -3px !important;
	content: "" !important;
	height: 7px !important;
	position: absolute !important;
	right: 1px !important;
	transform: rotate(28deg) !important;
	width: 7px !important;
}

body.imh-site-core-active #imh-ai-agent-root > .imh-ai-launcher > span:last-child {
	display: none !important;
}

body.imh-site-core-active #imh-ai-agent-root > .imh-ai-launcher::after {
	content: "Project Help";
}

body.imh-site-core-active #imh-ai-agent-root > .imh-ai-panel,
body.imh-site-core-active #imh-ai-agent-root > .imh-mobile-action-offset.imh-ai-panel {
	background: #f7fafc !important;
	border: 1px solid rgb(8 43 72 / 16%) !important;
	border-radius: 14px !important;
	box-shadow: 0 26px 70px rgb(2 20 34 / 30%) !important;
	overflow: hidden !important;
}

body.imh-site-core-active #imh-ai-agent-root .imh-ai-header {
	align-items: center !important;
	background: #fff !important;
	border-bottom: 1px solid rgb(8 43 72 / 12%) !important;
	display: flex !important;
	min-height: 72px !important;
	padding: 0.75rem 0.8rem 0.75rem 1rem !important;
}

body.imh-site-core-active #imh-ai-agent-root .imh-ai-logo-wrap {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.imh-site-core-active #imh-ai-agent-root .imh-ai-logo {
	height: auto !important;
	max-height: 42px !important;
	object-fit: contain !important;
	width: 76px !important;
}

body.imh-site-core-active #imh-ai-agent-root .imh-ai-title {
	color: #082b48 !important;
	font: 750 1rem/1.15 var(--imh-font) !important;
	letter-spacing: -0.015em !important;
	margin: 0 !important;
}

body.imh-site-core-active #imh-ai-agent-root .imh-ai-subtitle {
	color: #607486 !important;
	font: 600 0.76rem/1.3 var(--imh-font) !important;
	margin-top: 0.15rem !important;
}

body.imh-site-core-active #imh-ai-agent-root .imh-ai-close {
	align-items: center !important;
	background: #edf5fa !important;
	border: 1px solid rgb(8 78 125 / 18%) !important;
	border-radius: 50% !important;
	color: #082b48 !important;
	cursor: pointer !important;
	display: inline-flex !important;
	font-size: 0 !important;
	height: 38px !important;
	justify-content: center !important;
	line-height: 1 !important;
	min-width: 38px !important;
	padding: 0 !important;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease !important;
	width: 38px !important;
}

body.imh-site-core-active #imh-ai-agent-root .imh-ai-close::before {
	content: "\00d7";
	font: 400 1.6rem/1 Arial, sans-serif;
	transform: translateY(-1px);
}

body.imh-site-core-active #imh-ai-agent-root .imh-ai-close:hover,
body.imh-site-core-active #imh-ai-agent-root .imh-ai-close:focus-visible {
	background: #082b48 !important;
	border-color: #082b48 !important;
	color: #fff !important;
}

body.imh-site-core-active #imh-ai-agent-root .imh-ai-transcript {
	background: #f7fafc !important;
	padding: 1rem !important;
}

body.imh-site-core-active #imh-ai-agent-root .imh-ai-message {
	border-radius: 10px !important;
	font: 500 0.9rem/1.5 var(--imh-font) !important;
	padding: 0.75rem 0.85rem !important;
}

body.imh-site-core-active #imh-ai-agent-root .imh-ai-privacy-note {
	color: #50687a !important;
	display: block !important;
	font: 600 0.7rem/1.4 var(--imh-font) !important;
	grid-column: 1 / -1;
	margin: 0 !important;
	padding: 0.15rem 0.15rem 0 !important;
}

body.imh-site-core-active #imh-ai-agent-root .imh-ai-form {
	align-items: stretch !important;
	background: #fff !important;
	border-top: 1px solid rgb(8 43 72 / 12%) !important;
	display: grid !important;
	gap: 0.55rem !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	margin: 0 !important;
	padding: 0.8rem !important;
}

body.imh-site-core-active #imh-ai-agent-root .imh-ai-input {
	background: #f9fbfd !important;
	border: 1px solid #b7c8d5 !important;
	border-radius: 7px !important;
	box-shadow: none !important;
	color: #102b40 !important;
	font: 500 0.9rem/1.3 var(--imh-font) !important;
	height: 50px !important;
	min-width: 0 !important;
	outline: none !important;
	padding: 0 0.9rem !important;
}

body.imh-site-core-active #imh-ai-agent-root .imh-ai-input:focus {
	background: #fff !important;
	border-color: #0878be !important;
	box-shadow: 0 0 0 3px rgb(8 120 190 / 15%) !important;
}

body.imh-site-core-active #imh-ai-agent-root .imh-ai-send {
	align-self: stretch !important;
	background: #0878be !important;
	border: 1px solid #0878be !important;
	border-radius: 7px !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer !important;
	font: 800 0.74rem/1 var(--imh-font) !important;
	letter-spacing: 0.08em !important;
	height: 50px !important;
	min-width: 82px !important;
	padding: 0 1rem !important;
	text-transform: uppercase !important;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease !important;
}

body.imh-site-core-active #imh-ai-agent-root .imh-ai-send:hover,
body.imh-site-core-active #imh-ai-agent-root .imh-ai-send:focus-visible {
	background: #062a47 !important;
	border-color: #062a47 !important;
	transform: translateY(-1px) !important;
}

/* Existing Elementor footer, retaining its content and layout. */

body.imh-site-core-active .elementor-location-footer {
	background: var(--imh-navy);
	border-top: 4px solid var(--imh-blue);
	color: #eaf2f8;
	isolation: isolate;
}

body.imh-site-core-active .elementor-location-footer :where(p, li, address, .elementor-heading-title, .elementor-icon-list-text) {
	color: inherit;
}

body.imh-site-core-active .elementor-location-footer a:not(.elementor-button) {
	color: #fff !important;
	text-decoration-color: rgb(255 255 255 / 45%);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

body.imh-site-core-active .elementor-location-footer a:not(.elementor-button):hover,
body.imh-site-core-active .elementor-location-footer a:not(.elementor-button):focus-visible {
	text-decoration-color: currentColor;
	text-decoration-thickness: 2px;
}

/* Shared plugin layout primitives. */

body.imh-site-core-active .imh-shell {
	margin-inline: auto;
	max-width: var(--imh-shell);
	padding-inline: clamp(1rem, 3vw, 1.75rem);
	width: 100%;
}

body.imh-site-core-active .imh-eyebrow {
	color: var(--imh-blue-dark);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.3;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

body.imh-site-core-active :where(.imh-resource-hero, .imh-article-cta, .imh-related-services, .imh-project-cta) .imh-eyebrow,
body.imh-site-core-active .imh-page-hero .imh-eyebrow,
body.imh-site-core-active .imh-inquiry__intro .imh-eyebrow {
	color: #8fd4ff;
}

body.imh-site-core-active .imh-button,
body.imh-site-core-active .imh-submit {
	align-items: center;
	border: 2px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-flex;
	font: 800 0.95rem/1.2 var(--imh-font);
	justify-content: center;
	min-height: 48px;
	padding: 0.78rem 1.12rem;
	text-align: center;
	text-decoration: none;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

body.imh-site-core-active .imh-button--primary,
body.imh-site-core-active .imh-submit {
	background: var(--imh-blue);
	border-color: var(--imh-blue);
	color: #fff;
}

body.imh-site-core-active .imh-button--primary:hover,
body.imh-site-core-active .imh-button--primary:focus-visible,
body.imh-site-core-active .imh-submit:hover,
body.imh-site-core-active .imh-submit:focus-visible {
	background: var(--imh-blue-dark);
	border-color: var(--imh-blue-dark);
	color: #fff;
	transform: translateY(-1px);
}

body.imh-site-core-active .imh-button--secondary {
	background: transparent;
	border-color: rgb(255 255 255 / 70%);
	color: #fff;
}

body.imh-site-core-active .imh-button--secondary:hover,
body.imh-site-core-active .imh-button--secondary:focus-visible {
	background: #fff;
	border-color: #fff;
	color: var(--imh-navy);
}

body.imh-site-core-active :where(.imh-resource-hero, .imh-article-cta, .imh-page-hero) .imh-actions,
body.imh-site-core-active .imh-page-section .imh-final-cta .imh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.6rem;
}

/* Quote and service landing pages seeded by the plugin. */

body.imh-site-core-active .imh-page-hero {
	background: var(--imh-navy);
	border-bottom: 5px solid var(--imh-blue);
	color: #fff;
	padding-block: clamp(3.75rem, 8vw, 6.5rem);
}

body.imh-site-core-active .imh-page-hero h1 {
	color: #fff;
	font-size: clamp(2.35rem, 6vw, 4.7rem);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin: 0;
	max-width: 980px;
}

body.imh-site-core-active .imh-page-hero__lead {
	color: #e5eff8;
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	line-height: 1.65;
	margin: 1.25rem 0 0;
	max-width: 850px;
}

body.imh-site-core-active .imh-proof-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	list-style: none;
	margin: 1.75rem 0 0;
	padding: 0;
}

body.imh-site-core-active .imh-proof-list li {
	background: rgb(255 255 255 / 9%);
	border: 1px solid rgb(255 255 255 / 24%);
	border-radius: 4px;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 750;
	padding: 0.62rem 0.78rem;
}

body.imh-site-core-active .imh-proof-list li strong,
body.imh-site-core-active .imh-proof-list li span {
	display: block;
}

body.imh-site-core-active .imh-proof-list li strong {
	margin-bottom: 0.3rem;
}

body.imh-site-core-active.imh-conversion-view .imh-page-hero {
	padding-block: clamp(2.75rem, 5.5vw, 4.5rem);
}

body.imh-site-core-active.imh-conversion-view .imh-page-hero h1 {
	font-size: clamp(2.35rem, 5vw, 4rem);
}

body.imh-site-core-active.imh-conversion-view .imh-proof-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 1120px;
}

body.imh-site-core-active .imh-service-callout {
	background: #fff4d9;
	border-left: 5px solid #c98100;
	border-radius: 3px;
	color: #4b3300;
	line-height: 1.55;
	margin-top: 1.8rem;
	max-width: 880px;
	padding: 1rem 1.15rem;
}

body.imh-site-core-active .imh-service-callout strong {
	display: block;
	margin-bottom: 0.2rem;
}

body.imh-site-core-active .imh-page-section {
	padding-block: clamp(3.5rem, 7vw, 6rem);
}

body.imh-site-core-active .imh-page-section--soft {
	background: var(--imh-surface-alt);
	border-block: 1px solid var(--imh-line);
}

body.imh-site-core-active .imh-page-section > h2 {
	color: var(--imh-navy);
	font-size: clamp(2rem, 4vw, 3.3rem);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.08;
	margin: 0 0 1rem;
	max-width: 850px;
}

body.imh-site-core-active .imh-page-section > p {
	color: var(--imh-muted);
	font-size: 1.05rem;
	line-height: 1.7;
	max-width: 820px;
}

body.imh-site-core-active .imh-section-intro {
	max-width: 880px;
}

body.imh-site-core-active .imh-section-intro h2,
body.imh-site-core-active .imh-split h2 {
	color: var(--imh-navy);
	font-size: clamp(1.9rem, 4vw, 3.2rem);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.1;
	margin: 0 0 1rem;
}

body.imh-site-core-active .imh-section-intro > p:not(.imh-eyebrow),
body.imh-site-core-active .imh-split > div > p {
	color: var(--imh-muted);
	font-size: 1.04rem;
	line-height: 1.72;
}

body.imh-site-core-active .imh-split {
	align-items: start;
	display: grid;
	gap: clamp(1.5rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
}

body.imh-site-core-active .imh-page-section .imh-panel {
	background: #fff;
	border: 1px solid var(--imh-line);
	border-left: 5px solid var(--imh-blue);
	border-radius: var(--imh-radius);
	box-shadow: var(--imh-shadow-sm);
	padding: clamp(1.25rem, 3vw, 1.8rem);
}

body.imh-site-core-active .imh-page-section .imh-panel h3 {
	color: var(--imh-navy);
	font-size: 1.25rem;
	line-height: 1.25;
	margin: 0 0 0.8rem;
}

body.imh-site-core-active .imh-page-section .imh-panel :where(p, li) {
	color: var(--imh-muted);
	line-height: 1.65;
}

body.imh-site-core-active .imh-page-section .imh-panel :where(ul, ol) {
	margin: 0;
	padding-left: 1.25rem;
}

body.imh-site-core-active .imh-page-section .imh-panel li + li {
	margin-top: 0.45rem;
}

body.imh-site-core-active .imh-check-list {
	display: grid;
	gap: 0.65rem;
	list-style: none;
	margin: 1.4rem 0 0;
	padding: 0;
}

body.imh-site-core-active .imh-check-list li {
	background: #fff;
	border: 1px solid var(--imh-line);
	border-left: 4px solid var(--imh-blue);
	border-radius: 4px;
	color: var(--imh-ink);
	line-height: 1.55;
	padding: 0.75rem 0.85rem;
}

body.imh-site-core-active .imh-page-section .imh-step-grid,
body.imh-site-core-active .imh-page-section > .imh-card-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-block: 2rem 2.5rem;
}

body.imh-site-core-active .imh-page-section > .imh-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.imh-site-core-active .imh-page-section :where(.imh-step-grid, .imh-card-grid) article {
	background: #fff;
	border: 1px solid var(--imh-line);
	border-top: 4px solid var(--imh-blue);
	border-radius: var(--imh-radius);
	box-shadow: var(--imh-shadow-sm);
	padding: 1.4rem;
}

body.imh-site-core-active .imh-step-grid article > span {
	color: var(--imh-blue-dark);
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin-bottom: 1rem;
}

body.imh-site-core-active .imh-page-section article h3 {
	color: var(--imh-navy);
	font-size: 1.2rem;
	line-height: 1.25;
	margin: 0 0 0.65rem;
}

body.imh-site-core-active .imh-page-section article p {
	color: var(--imh-muted);
	line-height: 1.65;
	margin: 0;
}

body.imh-site-core-active .imh-page-section > details {
	background: #fff;
	border: 1px solid var(--imh-line);
	border-radius: var(--imh-radius);
	margin-top: 0.75rem;
	padding: 0;
}

body.imh-site-core-active .imh-page-section > details summary {
	color: var(--imh-navy);
	cursor: pointer;
	font-weight: 850;
	line-height: 1.4;
	min-height: 48px;
	padding: 1rem 3rem 1rem 1.1rem;
}

body.imh-site-core-active .imh-page-section > details[open] summary {
	border-bottom: 1px solid var(--imh-line);
	color: var(--imh-blue-dark);
}

body.imh-site-core-active .imh-page-section > details p {
	color: var(--imh-muted);
	line-height: 1.7;
	margin: 0;
	padding: 1rem 1.1rem 1.15rem;
}

body.imh-site-core-active .imh-page-section .imh-final-cta {
	align-items: end;
	background: var(--imh-navy);
	border-left: 7px solid var(--imh-blue);
	border-radius: var(--imh-radius);
	color: #fff;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: clamp(2.5rem, 6vw, 5rem);
	padding: clamp(1.4rem, 4vw, 2.35rem);
}

body.imh-site-core-active .imh-page-section .imh-final-cta h2 {
	color: #fff;
	font-size: clamp(1.65rem, 3.4vw, 2.4rem);
	line-height: 1.15;
	margin: 0;
}

body.imh-site-core-active .imh-page-section .imh-final-cta p {
	color: #dce8f3;
	line-height: 1.65;
	margin: 0.7rem 0 0;
}

body.imh-site-core-active .imh-page-section .imh-final-cta .imh-actions {
	flex-wrap: nowrap;
	margin: 0;
}

/* Project and service inquiry forms. */

body.imh-site-core-active .imh-inquiry {
	background: var(--imh-surface-alt);
	border: 1px solid var(--imh-line);
	border-radius: 8px;
	box-shadow: var(--imh-shadow-md);
	display: grid;
	grid-template-columns: minmax(250px, 0.66fr) minmax(0, 1.34fr);
	margin: clamp(3rem, 7vw, 6rem) auto;
	max-width: var(--imh-shell);
	overflow: hidden;
	width: calc(100% - clamp(2rem, 6vw, 3.5rem));
}

body.imh-site-core-active.imh-conversion-view .imh-inquiry {
	margin-block: clamp(1.5rem, 3vw, 2.5rem) clamp(3rem, 6vw, 5rem);
}

body.imh-site-core-active .imh-inquiry__intro {
	background: var(--imh-navy);
	color: #fff;
	padding: clamp(1.6rem, 4vw, 2.5rem);
}

body.imh-site-core-active .imh-inquiry__intro h2 {
	color: #fff;
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.08;
	margin: 0 0 1rem;
}

body.imh-site-core-active .imh-inquiry__intro > p:not(.imh-eyebrow) {
	color: #dce9f4;
	line-height: 1.7;
}

body.imh-site-core-active .imh-inquiry__support {
	border-top: 1px solid rgb(255 255 255 / 20%);
	display: grid;
	gap: 0.75rem;
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 1.25rem 0 0;
}

body.imh-site-core-active .imh-inquiry__support li {
	color: #dce9f4;
	font-size: 0.94rem;
}

body.imh-site-core-active .imh-inquiry__support a {
	color: #fff;
	font-weight: 850;
	text-decoration: underline;
	text-decoration-color: #8fd4ff;
	text-underline-offset: 0.2em;
}

body.imh-site-core-active .imh-inquiry__panel {
	background: #fff;
	min-width: 0;
	padding: clamp(1.4rem, 4vw, 2.5rem);
}

body.imh-site-core-active .imh-form-grid {
	display: grid;
	gap: 1.05rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.imh-site-core-active .imh-field {
	min-width: 0;
}

body.imh-site-core-active .imh-field--wide {
	grid-column: 1 / -1;
}

body.imh-site-core-active .imh-field > label {
	color: var(--imh-navy);
	display: block;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 0.42rem;
}

body.imh-site-core-active .imh-field :where(input:not([type="checkbox"]), select, textarea) {
	appearance: none;
	background: #fff;
	border: 1px solid #9cafc0;
	border-radius: 4px;
	color: var(--imh-ink);
	font: 500 1rem/1.45 var(--imh-font);
	margin: 0;
	max-width: 100%;
	min-height: 48px;
	padding: 0.72rem 0.8rem;
	width: 100%;
}

body.imh-site-core-active .imh-field select {
	background-image: linear-gradient(45deg, transparent 50%, var(--imh-navy) 50%), linear-gradient(135deg, var(--imh-navy) 50%, transparent 50%);
	background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	padding-right: 2.7rem;
}

body.imh-site-core-active .imh-field textarea {
	min-height: 9rem;
	resize: vertical;
}

body.imh-site-core-active .imh-field input[type="file"] {
	padding: 0.55rem;
}

body.imh-site-core-active .imh-field input[type="file"]::file-selector-button {
	background: var(--imh-blue-soft);
	border: 1px solid var(--imh-blue);
	border-radius: 3px;
	color: var(--imh-blue-dark);
	cursor: pointer;
	font: 800 0.86rem/1.2 var(--imh-font);
	margin-right: 0.7rem;
	min-height: 36px;
	padding: 0.5rem 0.7rem;
}

body.imh-site-core-active .imh-field :where(input, select, textarea):focus {
	border-color: var(--imh-blue-dark);
	box-shadow: 0 0 0 3px rgb(8 120 190 / 14%);
}

body.imh-site-core-active .imh-field :where(input, select, textarea)[aria-invalid="true"],
body.imh-site-core-active .imh-field :where(input, select, textarea):user-invalid {
	border-color: var(--imh-error);
	box-shadow: 0 0 0 2px rgb(157 37 37 / 12%);
}

body.imh-site-core-active .imh-field small {
	color: var(--imh-muted);
	display: block;
	font-size: 0.8rem;
	line-height: 1.5;
	margin-top: 0.4rem;
}

body.imh-site-core-active .imh-field--consent {
	align-items: start;
	display: grid;
	gap: 0.7rem;
	grid-template-columns: 1.25rem minmax(0, 1fr);
}

body.imh-site-core-active .imh-field--consent input[type="checkbox"] {
	accent-color: var(--imh-blue-dark);
	height: 1.15rem;
	margin: 0.15rem 0 0;
	width: 1.15rem;
}

body.imh-site-core-active .imh-field--consent label {
	font-size: 0.84rem;
	font-weight: 600;
	margin: 0;
}

body.imh-site-core-active .imh-field--consent a {
	color: var(--imh-blue-dark);
	font-weight: 800;
}

body.imh-site-core-active .imh-submit {
	margin-top: 1.3rem;
}

body.imh-site-core-active .imh-required-note {
	color: var(--imh-muted);
	font-size: 0.8rem;
	margin: 0.7rem 0 0;
}

body.imh-site-core-active .imh-honeypot {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

body.imh-site-core-active .imh-form-status {
	border: 1px solid currentColor;
	border-left-width: 5px;
	border-radius: 4px;
	line-height: 1.55;
	margin-bottom: 1.35rem;
	padding: 1rem;
}

body.imh-site-core-active .imh-form-status strong {
	display: block;
	font-size: 1rem;
	margin-bottom: 0.25rem;
}

body.imh-site-core-active .imh-form-status p {
	color: inherit;
	margin: 0;
}

body.imh-site-core-active .imh-form-status--success {
	background: var(--imh-success-soft);
	color: var(--imh-success);
}

body.imh-site-core-active .imh-form-status--error {
	background: var(--imh-error-soft);
	color: var(--imh-error);
}

/* Resource archive. */

body.imh-site-core-active .imh-resource-archive,
body.imh-site-core-active .imh-resource-single {
	background: #fff;
	color: var(--imh-ink);
}

body.imh-site-core-active .imh-resource-hero {
	background: var(--imh-navy);
	border-bottom: 5px solid var(--imh-blue);
	color: #fff;
	padding-block: clamp(4rem, 8vw, 7rem);
}

body.imh-site-core-active .imh-resource-hero h1 {
	color: #fff;
	font-size: clamp(2.5rem, 6vw, 4.8rem);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin: 0;
	max-width: 960px;
}

body.imh-site-core-active .imh-resource-hero__lead {
	color: #dfeaf4;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	line-height: 1.65;
	margin-top: 1.2rem;
	max-width: 830px;
}

body.imh-site-core-active .imh-resource-hero__lead > :last-child {
	margin-bottom: 0;
}

body.imh-site-core-active .imh-resource-archive__body {
	padding-block: clamp(2.5rem, 6vw, 5rem);
}

body.imh-site-core-active .imh-resource-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-bottom: 2rem;
}

body.imh-site-core-active .imh-resource-categories a {
	align-items: center;
	background: #fff;
	border: 1px solid var(--imh-line);
	border-radius: 999px;
	color: var(--imh-navy);
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 800;
	min-height: 42px;
	padding: 0.55rem 0.85rem;
	text-decoration: none;
}

body.imh-site-core-active .imh-resource-categories a:hover,
body.imh-site-core-active .imh-resource-categories a:focus-visible,
body.imh-site-core-active .imh-resource-categories a[aria-current="page"] {
	background: var(--imh-navy);
	border-color: var(--imh-navy);
	color: #fff;
}

body.imh-site-core-active .imh-resource-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.imh-site-core-active .imh-resource-card {
	background: #fff;
	border: 1px solid var(--imh-line);
	border-radius: var(--imh-radius);
	box-shadow: var(--imh-shadow-sm);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

body.imh-site-core-active .imh-resource-card:hover,
body.imh-site-core-active .imh-resource-card:focus-within {
	border-color: rgb(8 120 190 / 55%);
	box-shadow: var(--imh-shadow-md);
	transform: translateY(-3px);
}

body.imh-site-core-active .imh-resource-card__image {
	background: #dfe7ee;
	display: block;
	overflow: hidden;
}

body.imh-site-core-active .imh-resource-card__image img {
	aspect-ratio: 8 / 5;
	height: auto;
	object-fit: cover;
	width: 100%;
}

body.imh-site-core-active .imh-resource-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1.35rem;
}

body.imh-site-core-active .imh-resource-card__category {
	color: var(--imh-blue-dark);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin: 0 0 0.65rem;
	text-transform: uppercase;
}

body.imh-site-core-active .imh-resource-card :where(h2, h3) {
	color: var(--imh-navy);
	font-size: clamp(1.18rem, 2vw, 1.42rem);
	line-height: 1.2;
	margin: 0 0 0.75rem;
}

body.imh-site-core-active .imh-resource-card :where(h2, h3) a {
	color: inherit;
	text-decoration: none;
}

body.imh-site-core-active .imh-resource-card :where(h2, h3) a:hover,
body.imh-site-core-active .imh-resource-card :where(h2, h3) a:focus-visible {
	color: var(--imh-blue-dark);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

body.imh-site-core-active .imh-resource-card__body > p:not(.imh-resource-card__category) {
	color: var(--imh-muted);
	line-height: 1.65;
	margin: 0 0 1rem;
}

body.imh-site-core-active .imh-text-link {
	color: var(--imh-blue-dark);
	font-weight: 850;
	margin-top: auto;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.2em;
}

body.imh-site-core-active .imh-pagination {
	margin-top: 2.5rem;
}

body.imh-site-core-active .imh-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.imh-site-core-active .imh-pagination :where(a, span) {
	align-items: center;
	border: 1px solid var(--imh-line);
	border-radius: 4px;
	color: var(--imh-navy);
	display: inline-flex;
	font-weight: 800;
	height: 44px;
	justify-content: center;
	min-width: 44px;
	padding-inline: 0.7rem;
	text-decoration: none;
}

body.imh-site-core-active .imh-pagination .current,
body.imh-site-core-active .imh-pagination a:hover,
body.imh-site-core-active .imh-pagination a:focus-visible {
	background: var(--imh-navy);
	border-color: var(--imh-navy);
	color: #fff;
}

body.imh-site-core-active .imh-empty-state {
	background: var(--imh-surface-alt);
	border: 1px solid var(--imh-line);
	border-radius: var(--imh-radius);
	padding: clamp(1.5rem, 4vw, 2.5rem);
}

/* Resource article. */

body.imh-site-core-active .imh-resource-single {
	padding-block: clamp(1.25rem, 4vw, 3rem) clamp(4rem, 8vw, 7rem);
}

body.imh-site-core-active .imh-breadcrumbs {
	font-size: 0.84rem;
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

body.imh-site-core-active .imh-breadcrumbs--page {
	margin: 0 auto;
	max-width: var(--imh-shell);
	padding: 0.9rem clamp(1rem, 3vw, 1.75rem);
	width: 100%;
}

body.imh-site-core-active .imh-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.55rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.imh-site-core-active .imh-breadcrumbs li {
	color: var(--imh-muted);
	min-width: 0;
}

body.imh-site-core-active .imh-breadcrumbs li:not(:last-child)::after {
	color: #8292a3;
	content: "/";
	margin-left: 0.55rem;
}

body.imh-site-core-active .imh-breadcrumbs a {
	color: var(--imh-blue-dark);
	font-weight: 750;
}

body.imh-site-core-active .imh-article__header {
	max-width: 940px;
}

body.imh-site-core-active .imh-article__header h1 {
	color: var(--imh-navy);
	font-size: clamp(2.4rem, 6.2vw, 5rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.02;
	margin: 0;
}

body.imh-site-core-active .imh-article__dek {
	color: var(--imh-muted);
	font-size: clamp(1.08rem, 2.1vw, 1.35rem);
	line-height: 1.65;
	margin: 1.25rem 0 0;
	max-width: 830px;
}

body.imh-site-core-active .imh-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 1rem;
	margin: 1.35rem 0 0;
}

body.imh-site-core-active .imh-article__meta span {
	color: var(--imh-muted);
	font-size: 0.84rem;
	font-weight: 650;
}

body.imh-site-core-active .imh-article__featured {
	background: #dfe7ee;
	border-radius: var(--imh-radius);
	margin: 2.5rem 0;
	overflow: hidden;
}

body.imh-site-core-active .imh-article__featured img {
	aspect-ratio: 16 / 8;
	object-fit: cover;
	width: 100%;
}

body.imh-site-core-active .imh-article__layout {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(210px, 0.32fr) minmax(0, 1fr);
	margin-top: 2.75rem;
}

body.imh-site-core-active .imh-article__layout:not(:has(.imh-toc)) {
	grid-template-columns: minmax(0, 760px);
}

body.imh-site-core-active .imh-article__layout > .imh-article__content:only-child {
	grid-column: 1 / -1;
}

body.imh-site-core-active .imh-toc {
	background: var(--imh-surface-alt);
	border: 1px solid var(--imh-line);
	border-left: 4px solid var(--imh-blue);
	border-radius: var(--imh-radius);
	max-height: calc(100vh - 8rem);
	overflow-y: auto;
	padding: 1.2rem;
	position: sticky;
	top: 7rem;
}

body.imh-site-core-active .imh-toc h2 {
	color: var(--imh-navy);
	font-size: 0.83rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin: 0 0 0.85rem;
	text-transform: uppercase;
}

body.imh-site-core-active .imh-toc ol {
	display: grid;
	gap: 0.55rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.imh-site-core-active .imh-toc li {
	font-size: 0.86rem;
	line-height: 1.4;
}

body.imh-site-core-active .imh-toc__level-3 {
	padding-left: 0.85rem;
}

body.imh-site-core-active .imh-toc a {
	color: var(--imh-navy);
	font-weight: 700;
	text-decoration: none;
}

body.imh-site-core-active .imh-toc a:hover,
body.imh-site-core-active .imh-toc a:focus-visible {
	color: var(--imh-blue-dark);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

body.imh-site-core-active .imh-article__content {
	font-size: clamp(1rem, 1.4vw, 1.08rem);
	line-height: 1.78;
	max-width: 780px;
	min-width: 0;
}

body.imh-site-core-active .imh-article__content > :first-child {
	margin-top: 0;
}

body.imh-site-core-active .imh-article__content :where(h2, h3, h4) {
	color: var(--imh-navy);
	font-weight: 900;
	letter-spacing: -0.018em;
	scroll-margin-top: 7rem;
}

body.imh-site-core-active .imh-article__content h2 {
	border-top: 1px solid var(--imh-line);
	font-size: clamp(1.65rem, 3.3vw, 2.35rem);
	line-height: 1.15;
	margin: 3.25rem 0 1rem;
	padding-top: 2rem;
}

body.imh-site-core-active .imh-article__content h3 {
	font-size: clamp(1.25rem, 2.3vw, 1.6rem);
	line-height: 1.25;
	margin: 2.1rem 0 0.8rem;
}

body.imh-site-core-active .imh-article__content :where(p, ul, ol, blockquote, table) {
	margin-block: 0 1.2rem;
}

body.imh-site-core-active .imh-article__content :where(ul, ol) {
	padding-left: 1.35rem;
}

body.imh-site-core-active .imh-article__content li + li {
	margin-top: 0.45rem;
}

body.imh-site-core-active .imh-article__content a {
	color: var(--imh-blue-dark);
	font-weight: 750;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 0.2em;
}

body.imh-site-core-active .imh-article__content blockquote {
	background: var(--imh-blue-soft);
	border-left: 5px solid var(--imh-blue);
	color: var(--imh-navy);
	margin-inline: 0;
	padding: 1.1rem 1.25rem;
}

body.imh-site-core-active .imh-article__content table {
	border-collapse: collapse;
	display: block;
	font-size: 0.92rem;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	width: max-content;
}

body.imh-site-core-active .imh-article__content :where(th, td) {
	border: 1px solid #bbc9d5;
	min-width: 10rem;
	padding: 0.75rem;
	text-align: left;
	vertical-align: top;
}

body.imh-site-core-active .imh-article__content th {
	background: var(--imh-surface-alt);
	color: var(--imh-navy);
	font-weight: 850;
}

body.imh-site-core-active .imh-related-services {
	background: var(--imh-navy);
	border-radius: var(--imh-radius);
	color: #fff;
	margin-top: clamp(3rem, 7vw, 6rem);
	padding: clamp(1.5rem, 4vw, 2.5rem);
}

body.imh-site-core-active .imh-related-services h2 {
	color: #fff;
	font-size: clamp(1.65rem, 3.4vw, 2.4rem);
	line-height: 1.15;
	margin: 0;
}

body.imh-site-core-active .imh-related-services ul {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
}

body.imh-site-core-active .imh-related-services a {
	background: rgb(255 255 255 / 8%);
	border: 1px solid rgb(255 255 255 / 25%);
	border-radius: 4px;
	color: #fff;
	display: flex;
	font-weight: 800;
	height: 100%;
	justify-content: space-between;
	line-height: 1.4;
	min-height: 48px;
	padding: 0.85rem;
	text-decoration: none;
}

body.imh-site-core-active .imh-related-services a:hover,
body.imh-site-core-active .imh-related-services a:focus-visible {
	background: rgb(255 255 255 / 16%);
	border-color: rgb(255 255 255 / 55%);
}

body.imh-site-core-active .imh-article-cta {
	align-items: end;
	background: var(--imh-navy);
	border-left: 7px solid var(--imh-blue);
	border-radius: var(--imh-radius);
	color: #fff;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: clamp(3rem, 7vw, 6rem);
	padding: clamp(1.5rem, 4vw, 2.5rem);
}

body.imh-site-core-active .imh-article-cta h2 {
	color: #fff;
	font-size: clamp(1.7rem, 3.5vw, 2.5rem);
	line-height: 1.12;
	margin: 0;
}

body.imh-site-core-active .imh-article-cta p:not(.imh-eyebrow) {
	color: #dce8f3;
	line-height: 1.65;
	margin: 0.8rem 0 0;
	max-width: 720px;
}

body.imh-site-core-active .imh-article-cta .imh-actions {
	flex-wrap: nowrap;
	margin: 0;
}

body.imh-site-core-active .imh-related-articles {
	margin-top: clamp(3rem, 7vw, 6rem);
}

body.imh-site-core-active .imh-related-articles > h2 {
	color: var(--imh-navy);
	font-size: clamp(1.8rem, 3.5vw, 2.7rem);
	line-height: 1.15;
	margin: 0 0 1.5rem;
}

/* Fallback and repair layer for the current Elementor homepage markup. */

body.imh-site-core-active .imh-home {
	--imh-ink: #14243a;
	--imh-muted: #536479;
	--imh-line: #d3dee8;
	color: var(--imh-ink);
	font-family: var(--imh-font);
	line-height: 1.65;
	max-width: 100%;
	overflow: clip;
}

body.imh-site-core-active .imh-home .imh-home__wrap {
	margin-inline: auto;
	max-width: var(--imh-shell);
	padding-inline: clamp(1rem, 3vw, 1.75rem);
	width: 100%;
}

body.imh-site-core-active .imh-home .imh-home-hero {
	display: flex;
	align-items: center;
	background: #07172e;
	color: #fff;
	isolation: isolate;
	margin-inline: calc(50% - 50vw);
	min-height: clamp(570px, 74vh, 720px);
	overflow: hidden;
	position: relative;
	width: 100vw;
}

body.imh-site-core-active .imh-home .imh-home-slide {
	animation: imh-core-home-fade 21s linear infinite;
	inset: 0;
	opacity: 0;
	position: absolute;
	transform: none;
	will-change: opacity;
	z-index: 0;
}

body.imh-site-core-active .imh-home .imh-home-slide:nth-child(2) {
	animation-delay: -14s;
}

body.imh-site-core-active .imh-home .imh-home-slide:nth-child(3) {
	animation-delay: -7s;
}

body.imh-site-core-active .imh-home .imh-home-slide img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.imh-site-core-active .imh-home .imh-home-hero::after {
	background: linear-gradient(90deg, rgb(7 23 46 / 88%), rgb(7 23 46 / 63%) 62%, rgb(7 23 46 / 76%));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

body.imh-site-core-active .imh-home .imh-home-hero__body {
	margin-inline: auto;
	max-width: var(--imh-shell);
	padding: clamp(4.75rem, 9vw, 7.5rem) clamp(1rem, 3vw, 1.75rem) clamp(3.5rem, 7vw, 5.5rem);
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 2;
}

body.imh-site-core-active .imh-home .imh-home-hero--single-slide .imh-home-slide {
	animation: none;
	opacity: 1;
}

body.imh-site-core-active .imh-home .imh-home-hero h1 {
	color: #fff;
	font-size: clamp(2.65rem, 5.5vw, 4.75rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 0.99;
	margin: 0 0 1.25rem;
	max-width: 1080px;
	text-align: left;
	text-shadow: 0 8px 34px rgb(0 0 0 / 35%);
}

body.imh-site-core-active .imh-home .imh-home-hero p {
	color: #eef7ff;
	font-size: clamp(1.08rem, 2vw, 1.3rem);
	line-height: 1.6;
	margin: 0 0 1.5rem;
	max-width: 760px;
	text-align: left;
	text-shadow: 0 3px 18px rgb(0 0 0 / 38%);
}

body.imh-site-core-active .imh-home .imh-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
	justify-content: flex-start;
	margin-block: 1.5rem 0;
}

body.imh-site-core-active .imh-home .imh-home-actions > br {
	display: none;
}

body.imh-site-core-active .imh-home .imh-home-btn {
	align-items: center;
	border: 2px solid transparent;
	border-radius: 4px;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 0.8rem 1.4rem;
	text-decoration: none;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

body.imh-site-core-active .imh-home .imh-home-btn--primary {
	background: var(--imh-blue);
	border-color: var(--imh-blue);
	color: #fff !important;
}

body.imh-site-core-active .imh-home .imh-home-btn--ghost {
	background: rgb(6 14 22 / 48%);
	border-color: rgb(255 255 255 / 68%);
	color: #fff !important;
}

body.imh-site-core-active .imh-home .imh-home-btn:hover,
body.imh-site-core-active .imh-home .imh-home-btn:focus-visible {
	box-shadow: none;
	transform: translateY(-1px);
}

body.imh-site-core-active .imh-home .imh-home-proof {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: clamp(1.75rem, 4vw, 3rem);
	max-width: 1080px;
}

body.imh-site-core-active .imh-home .imh-home-proof div {
	backdrop-filter: none;
	background: rgb(7 23 46 / 66%);
	box-shadow: none;
	transition: border-color 150ms ease, background-color 150ms ease;
}

body.imh-site-core-active .imh-home .imh-home-proof div:hover {
	background: rgb(7 23 46 / 82%);
	transform: none;
}

body.imh-site-core-active .imh-home .imh-home-section {
	margin-block: clamp(3.5rem, 7vw, 6rem);
}

body.imh-site-core-active .imh-home .imh-home-section h2,
body.imh-site-core-active .imh-home .imh-home-band h2 {
	letter-spacing: -0.03em;
}

body.imh-site-core-active .imh-home .imh-home-panel {
	border-radius: var(--imh-radius);
	box-shadow: var(--imh-shadow-sm);
}

body.imh-site-core-active .imh-home .imh-home-band {
	background: var(--imh-navy);
	box-shadow: none;
	margin-inline: calc(50% - 50vw);
	padding-block: clamp(3.75rem, 8vw, 6.5rem);
	width: 100vw;
}

body.imh-site-core-active .imh-home .imh-home-band::before {
	display: none;
}

body.imh-site-core-active .imh-home .imh-core-grid {
	display: grid;
	gap: 1.15rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.875rem;
}

body.imh-site-core-active .imh-home .imh-core-card {
	background: #fff;
	border: 1px solid var(--imh-line);
	border-radius: var(--imh-radius);
	box-shadow: var(--imh-shadow-sm);
	display: grid;
	grid-template-rows: 210px minmax(0, 1fr);
	overflow: hidden;
	transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

body.imh-site-core-active .imh-home .imh-core-card > img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.imh-site-core-active .imh-home .imh-core-card__body {
	background: #fff;
	padding: 1.4rem;
}

body.imh-site-core-active .imh-home .imh-core-card__body h3 {
	color: var(--imh-navy);
	font-size: 1.35rem;
	line-height: 1.2;
	margin: 0 0 0.6rem;
}

body.imh-site-core-active .imh-home .imh-core-card__body p {
	color: var(--imh-muted);
	margin: 0 0 1rem;
}

body.imh-site-core-active .imh-home .imh-core-card:hover,
body.imh-site-core-active .imh-home .imh-core-card:focus-within {
	border-color: rgb(8 120 190 / 60%);
	box-shadow: var(--imh-shadow-md);
	transform: translateY(-3px) !important;
}

body.imh-site-core-active .imh-home .imh-core-card::after {
	display: none;
}

body.imh-site-core-active .imh-home .imh-core-card:hover img,
body.imh-site-core-active .imh-home .imh-core-card:focus-within img {
	filter: none;
	transform: none;
}

body.imh-site-core-active .imh-home .imh-core-card:hover .imh-core-card__body,
body.imh-site-core-active .imh-home .imh-core-card:focus-within .imh-core-card__body {
	background: #fff;
}

body.imh-site-core-active .imh-home .imh-core-card:hover .imh-core-card__body h3,
body.imh-site-core-active .imh-home .imh-core-card:focus-within .imh-core-card__body h3 {
	color: var(--imh-blue-dark) !important;
	transform: none;
}

body.imh-site-core-active .imh-home .imh-core-card--powered {
	border-top: 4px solid var(--imh-blue);
}

body.imh-site-core-active .imh-home .imh-home-media {
	border-radius: var(--imh-radius);
	box-shadow: var(--imh-shadow-md);
}

body.imh-site-core-active .imh-home .imh-home-check {
	border-radius: var(--imh-radius);
	transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

body.imh-site-core-active .imh-home .imh-home-check::after {
	display: none;
}

body.imh-site-core-active .imh-home .imh-home-check:hover,
body.imh-site-core-active .imh-home .imh-home-check:focus-within {
	border-color: rgb(8 120 190 / 55%);
	box-shadow: var(--imh-shadow-sm);
	transform: translateY(-2px);
}

body.imh-site-core-active .imh-home .imh-home-cta {
	background: var(--imh-blue-dark);
	border-left: 7px solid var(--imh-navy);
	border-radius: var(--imh-radius);
	box-shadow: var(--imh-shadow-md);
	overflow: hidden;
}

body.imh-site-core-active .imh-home .imh-home-cta::before {
	display: none;
}

body.imh-site-core-active .imh-home .imh-home-cta .imh-home-btn--primary {
	background: #fff;
	border-color: #fff;
	color: var(--imh-blue-dark) !important;
}

@keyframes imh-core-home-fade {
	0%, 26% {
		opacity: 1;
	}

	31%, 95% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Preserve the established service/contact page design systems. */

body.imh-site-core-active :where(.imh-pro-page, .imh-contact-page) {
	max-width: 100%;
	overflow: clip;
}

body.imh-site-core-active :where(.imh-pro-page, .imh-contact-page) :where(img, video, iframe) {
	max-width: 100%;
}

body.imh-site-core-active .imh-pro-page .imh-table-wrap {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 700px) {
	body.imh-site-core-active .imh-pro-page .imh-hero > img[src*="powered-hoist-page-hero.webp"] {
		object-position: 78% center;
	}
}

/* Additive project and case-study page system. */

body.imh-site-core-active .imh-project-facts {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-block: clamp(1.75rem, 4vw, 3rem);
}

body.imh-site-core-active .imh-project-fact {
	background: #fff;
	border: 1px solid var(--imh-line);
	border-top: 4px solid var(--imh-blue);
	border-radius: var(--imh-radius);
	box-shadow: var(--imh-shadow-sm);
	min-width: 0;
	padding: 1rem;
}

body.imh-site-core-active .imh-project-fact :where(strong, dt) {
	color: var(--imh-blue-dark);
	display: block;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.35;
	margin-bottom: 0.4rem;
	text-transform: uppercase;
}

body.imh-site-core-active .imh-project-fact :where(span, dd, p) {
	color: var(--imh-navy);
	font-size: 1rem;
	font-weight: 750;
	line-height: 1.45;
	margin: 0;
}

body.imh-site-core-active .imh-project-sections {
	display: grid;
	gap: 1rem;
	margin-block: clamp(2.5rem, 6vw, 5rem);
}

body.imh-site-core-active .imh-project-section {
	background: #fff;
	border: 1px solid var(--imh-line);
	border-left: 5px solid var(--imh-blue);
	border-radius: var(--imh-radius);
	padding: clamp(1.3rem, 4vw, 2.25rem);
}

body.imh-site-core-active .imh-project-section h2 {
	color: var(--imh-navy);
	font-size: clamp(1.65rem, 3.5vw, 2.45rem);
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0 0 0.85rem;
}

body.imh-site-core-active .imh-project-section :where(p, li) {
	color: var(--imh-muted);
	font-size: 1.02rem;
	line-height: 1.72;
}

body.imh-site-core-active .imh-project-section > :last-child {
	margin-bottom: 0;
}

body.imh-site-core-active .imh-project-related {
	background: var(--imh-surface-alt);
	border-block: 1px solid var(--imh-line);
	margin-block: clamp(3rem, 7vw, 6rem);
	padding-block: clamp(2.5rem, 6vw, 4.5rem);
}

body.imh-site-core-active .imh-project-related h2 {
	color: var(--imh-navy);
	font-size: clamp(1.7rem, 3.5vw, 2.6rem);
	font-weight: 900;
	line-height: 1.15;
	margin: 0 0 1.35rem;
}

body.imh-site-core-active .imh-project-related :where(ul, .imh-project-related__grid) {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

body.imh-site-core-active .imh-project-related :where(li, article) {
	min-width: 0;
}

body.imh-site-core-active .imh-project-related a {
	align-items: center;
	background: #fff;
	border: 1px solid var(--imh-line);
	border-radius: 4px;
	color: var(--imh-navy);
	display: flex;
	font-weight: 800;
	height: 100%;
	justify-content: space-between;
	line-height: 1.4;
	min-height: 52px;
	padding: 0.9rem;
	text-decoration: none;
}

body.imh-site-core-active .imh-project-related a:hover,
body.imh-site-core-active .imh-project-related a:focus-visible {
	border-color: var(--imh-blue);
	color: var(--imh-blue-dark);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

body.imh-site-core-active .imh-project-cta {
	align-items: end;
	background: var(--imh-navy);
	border-left: 7px solid var(--imh-blue);
	border-radius: var(--imh-radius);
	color: #fff;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-block: clamp(3rem, 7vw, 6rem);
	padding: clamp(1.5rem, 4vw, 2.5rem);
}

body.imh-site-core-active .imh-project-cta h2 {
	color: #fff;
	font-size: clamp(1.7rem, 3.5vw, 2.5rem);
	font-weight: 900;
	line-height: 1.13;
	margin: 0;
}

body.imh-site-core-active .imh-project-cta p {
	color: #dce8f3;
	line-height: 1.65;
	margin: 0.75rem 0 0;
}

body.imh-site-core-active .imh-project-cta .imh-actions {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.75rem;
	margin: 0;
}

/* Fixed mobile conversion actions replace the older two-action bar. */

body.imh-site-core-active .imh-mobile-actions {
	display: none;
}

body.imh-site-core-active .imh-mobile-cta {
	display: none !important;
}

/* Responsive behavior. */

@media (max-width: 1180px) and (min-width: 1025px) {
	body.imh-site-core-active .elementor-location-header .elementor-nav-menu--main .elementor-item {
		font-size: 0.75rem;
		padding-inline: 0.36rem !important;
	}

	body.imh-site-core-active .elementor-location-header .elementor-element-2e20e83 img {
		width: 102px;
	}

	body.imh-site-core-active .elementor-location-header .elementor-element-f01a93a .elementor-button {
		font-size: 0.82rem;
		padding-inline: 0.72rem;
	}
}

@media (max-width: 1024px) {
	body.imh-site-core-active .elementor-location-header .elementor-element-97bdb1e > .e-con-inner {
		min-height: 72px;
		padding-inline: 1rem;
	}

	body.imh-site-core-active .elementor-location-header .elementor-element-2e20e83 img {
		max-height: 62px;
		width: 112px;
	}

	body.imh-site-core-active .elementor-location-header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		border-bottom: 4px solid var(--imh-blue);
		box-shadow: 0 18px 32px rgb(7 23 46 / 18%);
		max-height: calc(100dvh - 72px);
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	body.imh-site-core-active .elementor-location-header .elementor-nav-menu--dropdown > .elementor-nav-menu {
		padding: 0.5rem;
	}

	body.imh-site-core-active .elementor-location-header .elementor-nav-menu--dropdown .sub-menu {
		background: var(--imh-surface-alt);
		margin: 0 0 0.35rem 0.65rem;
		padding: 0.2rem;
	}

	body.imh-site-core-active .elementor-location-header .elementor-nav-menu--dropdown .sub-menu a {
		font-size: 0.86rem;
		padding-left: 1rem !important;
	}

	body.imh-site-core-active .imh-resource-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.imh-site-core-active .imh-article__layout {
		gap: 2rem;
		grid-template-columns: minmax(190px, 0.3fr) minmax(0, 1fr);
	}

	body.imh-site-core-active .imh-related-services ul {
		grid-template-columns: 1fr;
	}

	body.imh-site-core-active .imh-project-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.imh-site-core-active .imh-project-related :where(ul, .imh-project-related__grid) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.imh-site-core-active .imh-article-cta {
		align-items: start;
		grid-template-columns: 1fr;
	}

	body.imh-site-core-active .imh-home .imh-home-intro,
	body.imh-site-core-active .imh-home .imh-home-split {
		grid-template-columns: 1fr;
	}

	body.imh-site-core-active .imh-home .imh-home-proof {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.imh-site-core-active .imh-home .imh-core-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.imh-site-core-active {
		padding-bottom: calc(var(--imh-mobile-action-height) + env(safe-area-inset-bottom)) !important;
	}

	body.imh-site-core-active .elementor-location-header .elementor-element-377534d {
		display: none;
	}

	body.imh-site-core-active .elementor-location-header .elementor-element-97bdb1e > .e-con-inner {
		min-height: 66px;
	}

	body.imh-site-core-active .elementor-location-header .elementor-element-2e20e83 img {
		max-height: 55px;
		width: 96px;
	}

	body.imh-site-core-active .elementor-location-footer {
		padding-bottom: 0.75rem;
	}

	body.imh-site-core-active .imh-page-hero,
	body.imh-site-core-active .imh-resource-hero {
		padding-block: 3.5rem;
	}

	body.imh-site-core-active.imh-conversion-view .imh-page-hero {
		padding-block: 2.25rem;
	}

	body.imh-site-core-active.imh-conversion-view .imh-page-hero h1 {
		font-size: clamp(2rem, 10vw, 2.8rem);
	}

	body.imh-site-core-active.imh-conversion-view .imh-page-hero__lead {
		font-size: 1rem;
		line-height: 1.55;
	}

	body.imh-site-core-active.imh-conversion-view .imh-proof-list {
		grid-template-columns: 1fr;
		margin-top: 1.25rem;
	}

	body.imh-site-core-active .imh-page-hero h1,
	body.imh-site-core-active .imh-resource-hero h1,
	body.imh-site-core-active .imh-article__header h1 {
		font-size: clamp(2.2rem, 11vw, 3.4rem);
	}

	body.imh-site-core-active .imh-page-section .imh-step-grid,
	body.imh-site-core-active .imh-page-section > .imh-card-grid,
	body.imh-site-core-active .imh-resource-grid {
		grid-template-columns: 1fr;
	}

	body.imh-site-core-active .imh-split,
	body.imh-site-core-active .imh-page-section .imh-final-cta,
	body.imh-site-core-active .imh-project-cta {
		grid-template-columns: 1fr;
	}

	body.imh-site-core-active .imh-page-section .imh-final-cta .imh-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	body.imh-site-core-active .imh-project-facts,
	body.imh-site-core-active .imh-project-related :where(ul, .imh-project-related__grid) {
		grid-template-columns: 1fr;
	}

	body.imh-site-core-active .imh-project-cta .imh-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	body.imh-site-core-active .imh-inquiry {
		grid-template-columns: 1fr;
		margin-block: 2.5rem;
		width: calc(100% - 2rem);
	}

	body.imh-site-core-active.imh-conversion-view .imh-inquiry {
		margin-block: 1rem 3rem;
	}

	body.imh-site-core-active .imh-form-grid {
		grid-template-columns: 1fr;
	}

	body.imh-site-core-active .imh-field--wide {
		grid-column: auto;
	}

	body.imh-site-core-active .imh-submit {
		width: 100%;
	}

	body.imh-site-core-active :where(.imh-page-hero, .imh-resource-hero) .imh-actions {
		display: grid;
		grid-template-columns: 1fr;
		max-width: 480px;
		width: 100%;
	}

	body.imh-site-core-active :where(.imh-page-hero, .imh-resource-hero) .imh-button {
		width: 100%;
	}

	body.imh-site-core-active .imh-resource-categories {
		flex-wrap: nowrap;
		margin-inline: -1rem;
		overflow-x: auto;
		padding: 0.2rem 1rem 0.7rem;
		scroll-padding-inline: 1rem;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	body.imh-site-core-active .imh-resource-categories a {
		flex: 0 0 auto;
		scroll-snap-align: start;
	}

	body.imh-site-core-active .imh-article__layout,
	body.imh-site-core-active .imh-article__layout:not(:has(.imh-toc)) {
		grid-template-columns: 1fr;
	}

	body.imh-site-core-active .imh-toc {
		max-height: none;
		position: static;
	}

	body.imh-site-core-active .imh-article__featured img {
		aspect-ratio: 4 / 3;
	}

	body.imh-site-core-active .imh-article-cta .imh-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	body.imh-site-core-active .imh-home .imh-home-hero {
		min-height: 600px;
	}

	body.imh-site-core-active .imh-home .imh-home-hero__body {
		padding-block: 4rem 3.25rem;
	}

	body.imh-site-core-active .imh-home .imh-home-hero h1 {
		font-size: clamp(2.25rem, 10.5vw, 3.15rem);
	}

	body.imh-site-core-active .imh-home .imh-home-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	body.imh-site-core-active .imh-home .imh-home-btn {
		width: 100%;
	}

	body.imh-site-core-active .imh-home .imh-home-proof {
		display: none;
	}

	body.imh-site-core-active .imh-home .imh-core-grid,
	body.imh-site-core-active .imh-home .imh-home-checks {
		grid-template-columns: 1fr;
	}

	body.imh-site-core-active .imh-home .imh-core-card {
		grid-template-rows: 220px minmax(0, 1fr);
	}

	body.imh-site-core-active .imh-home .imh-home-panel,
	body.imh-site-core-active .imh-home .imh-home-cta {
		padding: 1.4rem;
	}

	body.imh-site-core-active .imh-mobile-actions {
		background: var(--imh-navy);
		border-top: 1px solid rgb(255 255 255 / 22%);
		bottom: 0;
		box-shadow: 0 -8px 28px rgb(7 23 46 / 22%);
		display: grid;
		grid-template-columns: 0.8fr 1.1fr 1.1fr;
		left: 0;
		padding: 0.45rem 0.45rem calc(0.45rem + env(safe-area-inset-bottom));
		position: fixed;
		right: 0;
		z-index: 2147482000;
	}

	body.imh-site-core-active .imh-mobile-actions a {
		align-items: center;
		border: 1px solid rgb(255 255 255 / 24%);
		border-radius: 4px;
		color: #fff;
		display: flex;
		font: 850 0.76rem/1.15 var(--imh-font);
		justify-content: center;
		min-height: 50px;
		padding: 0.55rem 0.35rem;
		text-align: center;
		text-decoration: none;
	}

	body.imh-site-core-active .imh-mobile-actions a:nth-child(2) {
		background: #fff;
		border-color: #fff;
		color: var(--imh-blue-dark);
	}

	body.imh-site-core-active .imh-mobile-actions a:nth-child(3) {
		background: var(--imh-blue);
		border-color: var(--imh-blue);
	}

	body.imh-site-core-active.imh-chatbot-present .imh-ai-launcher,
	body.imh-site-core-active.imh-chatbot-present .imh-mobile-action-offset.imh-ai-launcher {
		bottom: calc(var(--imh-mobile-action-height) + 16px + env(safe-area-inset-bottom)) !important;
		border-radius: 50% !important;
		gap: 0 !important;
		height: 54px !important;
		justify-content: center !important;
		padding: 0 !important;
		width: 54px !important;
	}

	body.imh-site-core-active #imh-ai-agent-root > .imh-ai-launcher::after {
		content: "";
	}

	body.imh-site-core-active.imh-chatbot-present .imh-ai-panel,
	body.imh-site-core-active.imh-chatbot-present .imh-mobile-action-offset.imh-ai-panel {
		bottom: calc(var(--imh-mobile-action-height) + 76px + env(safe-area-inset-bottom)) !important;
		height: min(520px, calc(100dvh - var(--imh-mobile-action-height) - 92px)) !important;
		max-height: calc(100dvh - var(--imh-mobile-action-height) - 92px) !important;
		min-height: min(246px, calc(100dvh - var(--imh-mobile-action-height) - 92px)) !important;
	}
}

@media (max-width: 390px) {
	body.imh-site-core-active .imh-mobile-actions {
		grid-template-columns: 0.72fr 1fr 1fr;
	}

	body.imh-site-core-active .imh-mobile-actions a {
		font-size: 0.7rem;
		padding-inline: 0.2rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.imh-site-core-active *,
	body.imh-site-core-active *::before,
	body.imh-site-core-active *::after {
		animation-delay: 0ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	body.imh-site-core-active .imh-home .imh-home-slide {
		display: none;
		opacity: 0;
	}

	body.imh-site-core-active .imh-home .imh-home-slide:first-child {
		display: block;
		opacity: 1;
	}
}

@media (forced-colors: active) {
	body.imh-site-core-active :where(.imh-button, .imh-submit, .imh-mobile-actions a, .elementor-menu-toggle) {
		border: 2px solid ButtonText;
	}

	body.imh-site-core-active :where(.imh-resource-card, .imh-inquiry, .imh-toc, .imh-page-section details) {
		border: 1px solid CanvasText;
	}
}

@media print {
	body.imh-site-core-active {
		padding-bottom: 0 !important;
	}

	body.imh-site-core-active :where(.elementor-location-header, .elementor-location-footer, .imh-mobile-actions, .imh-article-cta, .imh-related-articles, .imh-related-services, .imh-inquiry) {
		display: none !important;
	}

	body.imh-site-core-active .imh-article__layout {
		display: block;
	}

	body.imh-site-core-active .imh-toc {
		max-height: none;
		position: static;
	}

	body.imh-site-core-active a {
		color: #000 !important;
	}
}
