/* HML Homepage Investigate — Figma Layout / 495 / (1440 × 2351) */

.hml-investigate {
	--hml-inv-bg: #ffffff;
	--hml-inv-ink: #0b0b0b;
	--hml-inv-lipstick: #c60651;
	--hml-inv-divider: rgba(11, 11, 11, 0.15);
	--hml-inv-h: calc(60 * var(--hml-u));
	--hml-inv-body: calc(20 * var(--hml-u));
	--hml-inv-list: calc(18 * var(--hml-u));
	--hml-inv-tag: calc(16 * var(--hml-u));
	--hml-inv-card-h: calc(40 * var(--hml-u));
	--hml-inv-heading-w: calc(1167 * var(--hml-u));
	--hml-inv-body-w: calc(600 * var(--hml-u));
	--hml-inv-photo-w: calc(630 * var(--hml-u));
	--hml-inv-photo-h: calc(343 * var(--hml-u));
	--hml-inv-photo-ar: 630 / 343;
	--hml-inv-pad-x: calc(80 * var(--hml-u));
	--hml-inv-pad-y: calc(112 * var(--hml-u));
	--hml-inv-pad-bottom: calc(112 * var(--hml-u));
	--hml-inv-min-h: calc(2351 * var(--hml-u));
	--hml-inv-stack-gap: calc(80 * var(--hml-u));
	--hml-inv-title-gap: calc(16 * var(--hml-u));
	--hml-inv-copy-gap: calc(50 * var(--hml-u));
	--hml-inv-main-gap: calc(32 * var(--hml-u));
	--hml-inv-intro-gap: calc(50 * var(--hml-u));
	--hml-inv-card-gap: calc(30 * var(--hml-u));
	--hml-inv-card-pad: calc(35 * var(--hml-u));
	--hml-inv-card-r: calc(6 * var(--hml-u));
	--hml-inv-photo-r: calc(8 * var(--hml-u));
	--hml-inv-card-inner-gap: calc(50 * var(--hml-u));
	--hml-inv-card-copy-gap: calc(16 * var(--hml-u));
	--hml-inv-card-min-h: calc(770 * var(--hml-u));
	--hml-inv-icon: calc(24 * var(--hml-u));
	--hml-inv-icon-gap: calc(24 * var(--hml-u));
	--hml-inv-row-py: calc(20 * var(--hml-u));
	--hml-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--hml-ease-out: cubic-bezier(0.16, 1, 0.3, 1);

	position: relative;
	isolation: isolate;
	overflow-x: clip;
	overflow-y: visible;
	width: 100%;
	max-width: 100%;
	min-height: var(--hml-inv-min-h);
	background: var(--hml-inv-bg);
	color: var(--hml-inv-ink);
	padding-top: var(--hml-inv-pad-y);
	padding-bottom: var(--hml-inv-pad-bottom);
	padding-left: max(var(--hml-inv-pad-x), env(safe-area-inset-left, 0px));
	padding-right: max(var(--hml-inv-pad-x), env(safe-area-inset-right, 0px));
	font-family: Inter, "Inter", system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.hml-investigate,
.hml-investigate *,
.hml-investigate *::before,
.hml-investigate *::after {
	box-sizing: border-box;
}

.elementor-widget-hml-homepage-investigate,
.elementor-widget-hml-homepage-investigate > .elementor-widget-container {
	padding: 0;
	overflow: visible;
	max-width: 100%;
}

.hml-investigate--fullbleed {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

html:has(.hml-investigate--fullbleed):not(:has(.hml-header--sticky)) {
	overflow-x: clip;
}

.elementor-element.elementor-widget-hml-homepage-investigate .hml-investigate__inner,
.hml-investigate__inner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--hml-inv-stack-gap);
	width: 100%;
	max-width: min(100%, calc(1280 * var(--hml-u)));
	min-width: 0;
	margin-left: auto;
	margin-right: auto;
}

.hml-investigate__main {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--hml-inv-main-gap);
	width: 100%;
	min-width: 0;
}

.hml-investigate__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--hml-inv-title-gap);
	width: 100%;
	min-width: 0;
}

.hml-investigate__tag {
	--hml-x: 0;
	--hml-y: calc(10 * var(--hml-u));
	--hml-d: 0s;
	margin: 0;
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: var(--hml-inv-tag);
	line-height: 1.5;
	letter-spacing: 0;
	color: var(--hml-inv-lipstick);
	max-width: 100%;
	white-space: nowrap;
}

.hml-investigate__title-body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--hml-inv-copy-gap);
	width: 100%;
	min-width: 0;
}

.hml-investigate__heading {
	--hml-x: 0;
	--hml-y: calc(16 * var(--hml-u));
	--hml-d: 0.06s;
	margin: 0;
	width: 100%;
	max-width: min(100%, var(--hml-inv-heading-w));
	font-family: Manrope, Inter, sans-serif;
	font-weight: 700;
	font-size: var(--hml-inv-h);
	line-height: 1.2;
	letter-spacing: 0.01em;
	color: var(--hml-inv-ink);
	overflow-wrap: break-word;
	word-break: normal;
}

.hml-investigate__intro {
	display: grid;
	grid-template-columns: minmax(0, var(--hml-inv-body-w)) minmax(0, var(--hml-inv-photo-w));
	align-items: start;
	gap: var(--hml-inv-intro-gap);
	width: 100%;
	min-width: 0;
}

.hml-investigate__body {
	--hml-x: 0;
	--hml-y: calc(14 * var(--hml-u));
	--hml-d: 0.12s;
	margin: 0;
	width: 100%;
	max-width: min(100%, var(--hml-inv-body-w));
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: var(--hml-inv-body);
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--hml-inv-ink);
	overflow-wrap: break-word;
	word-break: normal;
}

.hml-investigate__prose p,
.hml-investigate__body p,
.hml-investigate__note p,
.hml-investigate__card-body p {
	margin: 0;
}

.hml-investigate__prose p + p,
.hml-investigate__body p + p,
.hml-investigate__note p + p,
.hml-investigate__card-body p + p {
	margin-top: 1.6em;
}

.hml-investigate__prose a,
.hml-investigate__body a,
.hml-investigate__note a,
.hml-investigate__card-body a {
	color: var(--hml-inv-lipstick);
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-underline-offset: 0.12em;
	text-decoration-thickness: from-font;
	overflow-wrap: anywhere;
	transition: color 0.28s ease, text-underline-offset 0.28s var(--hml-ease);
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}

.hml-investigate__photo {
	--hml-x: calc(18 * var(--hml-u));
	--hml-y: 0;
	--hml-d: 0.16s;
	position: relative;
	display: block;
	align-self: start;
	justify-self: end;
	width: var(--hml-inv-photo-w);
	max-width: 100%;
	min-width: 0;
	height: auto !important;
	aspect-ratio: 630 / 343;
	margin: 0;
	border-radius: var(--hml-inv-photo-r);
	overflow: hidden;
	background: transparent;
	isolation: isolate;
}

.hml-investigate figure {
	margin: 0;
}

.elementor-element.elementor-widget-hml-homepage-investigate .hml-investigate__photo > img,
.elementor-widget-hml-homepage-investigate .hml-investigate__photo img,
.hml-investigate .hml-investigate__photo img {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center center !important;
	transform-origin: center center;
	transition: transform 0.7s var(--hml-ease);
}

.hml-investigate__list-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	min-width: 0;
}

.hml-investigate__list-intro {
	--hml-x: 0;
	--hml-y: calc(12 * var(--hml-u));
	--hml-d: 0.2s;
	margin: 0;
	padding: var(--hml-inv-row-py) 0;
	width: 100%;
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: var(--hml-inv-list);
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--hml-inv-ink);
	overflow-wrap: break-word;
	word-break: break-word;
}

.hml-investigate__list {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	min-width: 0;
}

.hml-investigate__list > li {
	display: block;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.hml-investigate__row {
	display: flex;
	align-items: center;
	gap: var(--hml-inv-icon-gap);
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: var(--hml-inv-row-py) 0;
	border: 0;
	background: transparent;
	color: inherit;
	text-align: left;
	transition: transform 0.45s var(--hml-ease);
}

.hml-investigate__row[data-divider="1"] {
	border-top: 0;
	box-shadow: inset 0 calc(1 * var(--hml-u)) 0 var(--hml-inv-divider);
}

.hml-investigate__list > li:nth-child(1) .hml-investigate__row { --hml-d: 0.24s; }
.hml-investigate__list > li:nth-child(2) .hml-investigate__row { --hml-d: 0.3s; }
.hml-investigate__list > li:nth-child(3) .hml-investigate__row { --hml-d: 0.36s; }
.hml-investigate__list > li:nth-child(4) .hml-investigate__row { --hml-d: 0.42s; }
.hml-investigate__list > li:nth-child(5) .hml-investigate__row { --hml-d: 0.48s; }
.hml-investigate__list > li:nth-child(6) .hml-investigate__row { --hml-d: 0.54s; }

.hml-investigate__icon {
	position: relative;
	flex: 0 0 var(--hml-inv-icon);
	width: var(--hml-inv-icon);
	height: var(--hml-inv-icon);
	flex-shrink: 0;
	overflow: visible;
	transform-origin: center;
	transition: transform 0.4s var(--hml-ease);
}

.hml-investigate__glyph {
	position: absolute;
	inset: 6.42% 4.43%;
	display: block;
	overflow: hidden;
	transform-origin: center center;
	transition: transform 0.4s var(--hml-ease);
}

.elementor-widget-hml-homepage-investigate .hml-investigate__glyph img,
.hml-investigate .hml-investigate__glyph img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: fill !important;
	object-position: center center !important;
}

.hml-investigate__row-text {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: var(--hml-inv-list);
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--hml-inv-ink);
	overflow-wrap: break-word;
	word-break: normal;
}

.hml-investigate__note {
	--hml-x: 0;
	--hml-y: calc(12 * var(--hml-u));
	--hml-d: 0.58s;
	margin: 0;
	padding: var(--hml-inv-row-py) 0;
	width: 100%;
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: var(--hml-inv-list);
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--hml-inv-ink);
	overflow-wrap: break-word;
	word-break: normal;
}

.hml-investigate__cards {
	display: grid;
	grid-template-columns: minmax(0, 599fr) minmax(0, 651fr);
	align-items: stretch;
	gap: var(--hml-inv-card-gap);
	width: 100%;
	min-width: 0;
}

.hml-investigate__card {
	--hml-x: 0;
	--hml-y: calc(22 * var(--hml-u));
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--hml-inv-card-inner-gap);
	width: 100%;
	min-width: 0;
	min-height: var(--hml-inv-card-min-h);
	padding: var(--hml-inv-card-pad);
	border: 0;
	border-radius: var(--hml-inv-card-r);
	background: var(--hml-inv-bg);
	box-shadow: inset 0 0 0 calc(1 * var(--hml-u)) var(--hml-inv-lipstick);
	transition: transform 0.5s var(--hml-ease), box-shadow 0.5s ease;
}

.hml-investigate__cards > .hml-investigate__card:nth-child(1) { --hml-d: 0.2s; }
.hml-investigate__cards > .hml-investigate__card:nth-child(2) { --hml-d: 0.32s; }

.hml-investigate__card-media {
	position: relative;
	display: block;
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	height: auto !important;
	max-height: none;
	aspect-ratio: 529 / 296;
	border-radius: var(--hml-inv-photo-r);
	overflow: hidden;
	background: #f3f3f3;
	isolation: isolate;
}

.hml-investigate__card[data-crop="warning"] .hml-investigate__card-media {
	aspect-ratio: 581 / 281;
}

.elementor-element.elementor-widget-hml-homepage-investigate .hml-investigate__card-media > img,
.elementor-widget-hml-homepage-investigate .hml-investigate__card-media img,
.hml-investigate .hml-investigate__card-media img {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 1;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center center !important;
	transform-origin: center center;
	transition: transform 0.7s var(--hml-ease);
}

.hml-investigate__card[data-crop="warning"] .hml-investigate__card-media img {
	top: -22.83% !important;
	left: -0.15% !important;
	right: auto !important;
	bottom: auto !important;
	width: 100% !important;
	height: 154.45% !important;
	object-fit: cover !important;
	object-position: center top !important;
}

.hml-investigate__card-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--hml-inv-card-copy-gap);
	width: 100%;
	min-width: 0;
}

.hml-investigate__card-title {
	margin: 0;
	width: 100%;
	font-family: Manrope, Inter, sans-serif;
	font-weight: 700;
	font-size: var(--hml-inv-card-h);
	line-height: 1.2;
	letter-spacing: 0.01em;
	color: var(--hml-inv-ink);
	overflow-wrap: break-word;
	word-break: normal;
}

.hml-investigate__card-body {
	margin: 0;
	width: 100%;
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: var(--hml-inv-list);
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--hml-inv-ink);
	overflow-wrap: break-word;
	word-break: normal;
}

.hml-investigate__card:focus-within,
.hml-investigate__prose a:focus-visible,
.hml-investigate__card-body a:focus-visible {
	outline: none;
}

.hml-investigate__prose a:focus-visible,
.hml-investigate__card-body a:focus-visible {
	outline: calc(3 * var(--hml-u)) solid var(--hml-inv-ink);
	outline-offset: calc(3 * var(--hml-u));
}

@media (hover: hover) and (pointer: fine) {
	.hml-investigate:not(.hml-investigate--no-hover) .hml-investigate__row:hover {
		transform: translate3d(calc(4 * var(--hml-u)), 0, 0);
	}

	.hml-investigate:not(.hml-investigate--no-hover) .hml-investigate__row:hover .hml-investigate__icon {
		transform: translate3d(0, calc(-1 * var(--hml-u)), 0);
	}

	.hml-investigate:not(.hml-investigate--no-hover) .hml-investigate__row:hover .hml-investigate__glyph {
		transform: scale(1.08);
	}

	.hml-investigate:not(.hml-investigate--no-hover) .hml-investigate__photo:hover img {
		transform: scale(1.04);
	}

	.hml-investigate:not(.hml-investigate--no-hover) .hml-investigate__card:hover {
		transform: translate3d(0, calc(-6 * var(--hml-u)), 0);
		box-shadow: inset 0 0 0 calc(1 * var(--hml-u)) var(--hml-inv-lipstick), 0 calc(18 * var(--hml-u)) calc(40 * var(--hml-u)) rgba(11, 11, 11, 0.12);
	}

	.hml-investigate:not(.hml-investigate--no-hover) .hml-investigate__card:hover .hml-investigate__card-media img {
		transform: scale(1.045);
	}

	.hml-investigate:not(.hml-investigate--no-hover) .hml-investigate__prose a:hover,
	.hml-investigate:not(.hml-investigate--no-hover) .hml-investigate__card-body a:hover {
		color: var(--hml-inv-ink);
		text-underline-offset: 0.2em;
	}
}

.hml-investigate [data-hml-enter] {
	opacity: 0;
	transform: translate3d(var(--hml-x, 0), var(--hml-y, calc(18 * var(--hml-u))), 0);
}

.hml-investigate.is-inview [data-hml-enter] {
	animation: hml-inv-enter 0.9s var(--hml-ease-out) forwards;
	animation-delay: var(--hml-d, 0s);
}

@keyframes hml-inv-enter {
	from {
		opacity: 0;
		transform: translate3d(var(--hml-x, 0), var(--hml-y, calc(18 * var(--hml-u))), 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.hml-investigate--no-motion [data-hml-enter] {
	opacity: 1 !important;
	transform: none !important;
	animation: none !important;
}

@media (max-width: 1024px) {
	.hml-investigate {
		--hml-inv-h: 52px;
		--hml-inv-card-h: 36px;
		--hml-inv-pad-x: 48px;
		--hml-inv-min-h: 0px;
		--hml-inv-heading-w: 100%;
	}

	.hml-investigate__intro {
		grid-template-columns: minmax(0, var(--hml-inv-body-w)) minmax(0, 1fr);
	}

	.hml-investigate__cards {
		grid-template-columns: minmax(0, 599fr) minmax(0, 651fr);
	}
}

@media (max-width: 1024px) {
	.hml-investigate--fullbleed {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.hml-investigate {
		--hml-inv-h: 42px;
		--hml-inv-card-h: 32px;
		--hml-inv-body: 18px;
		--hml-inv-pad-x: 40px;
		--hml-inv-pad-y: 80px;
		--hml-inv-pad-bottom: 80px;
		--hml-inv-stack-gap: 48px;
		--hml-inv-copy-gap: 32px;
		--hml-inv-intro-gap: 32px;
		--hml-inv-card-pad: 28px;
		--hml-inv-card-inner-gap: 32px;
		--hml-inv-card-min-h: 0px;
		--hml-inv-heading-w: 100%;
		--hml-inv-min-h: 0px;
		overflow-x: clip;
		overflow-y: visible;
	}

	.hml-investigate__tag {
		white-space: normal;
		max-width: 100%;
	}

	.hml-investigate__intro {
		grid-template-columns: minmax(0, 1.08fr) minmax(0, var(--hml-inv-photo-w));
	}

	.hml-investigate__body {
		max-width: 100%;
	}

	.hml-investigate__photo {
		margin: 0;
		width: min(100%, var(--hml-inv-photo-w));
		max-width: var(--hml-inv-photo-w);
		justify-self: end;
	}

	.hml-investigate__cards {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.hml-investigate__heading,
	.hml-investigate__card-title {
		text-wrap: balance;
	}
}

/* iPad landscape and below — stack so copy and cards never crush. */
@media (max-width: 1024px) {
	.hml-investigate {
		--hml-inv-h: 36px;
		--hml-inv-stack-gap: 40px;
		--hml-inv-card-pad: 28px;
		--hml-inv-body-w: 100%;
		--hml-inv-card-min-h: 0px;
	}

	.hml-investigate__intro {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	.hml-investigate__photo {
		margin: 0;
		width: min(100%, var(--hml-inv-photo-w));
		max-width: var(--hml-inv-photo-w);
		justify-self: start;
	}

	.hml-investigate__cards {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
	}

	.hml-investigate__card {
		min-height: 0;
		justify-self: stretch;
	}

	.hml-investigate__row {
		align-items: flex-start;
	}

	.hml-investigate__icon {
		margin-top: 3px;
	}

	.hml-investigate__heading,
	.hml-investigate__card-title {
		text-wrap: balance;
	}
}

@media (max-width: 959px) {
	.hml-investigate {
		--hml-inv-h: 36px;
		--hml-inv-card-h: 30px;
		--hml-inv-pad-y: 64px;
		--hml-inv-pad-bottom: 64px;
		--hml-inv-stack-gap: 40px;
		--hml-inv-card-pad: 24px;
		--hml-inv-row-py: 16px;
	}

	.hml-investigate__intro,
	.hml-investigate__cards {
		grid-template-columns: minmax(0, 1fr);
	}

	.hml-investigate__heading,
	.hml-investigate__card-title {
		text-wrap: balance;
	}

	.hml-investigate__row {
		align-items: flex-start;
	}

	.hml-investigate__icon {
		margin-top: 2px;
	}
}

@media (max-width: 767px) {
	.hml-investigate {
		--hml-inv-h: 28px !important;
		--hml-inv-card-h: 24px !important;
		--hml-inv-body: 17px;
		--hml-inv-list: 16px;
		--hml-inv-pad-x: 20px;
		--hml-inv-pad-y: 48px;
		--hml-inv-pad-bottom: 48px;
		--hml-inv-stack-gap: 32px;
		--hml-inv-main-gap: 24px;
		--hml-inv-copy-gap: 24px;
		--hml-inv-card-pad: 20px;
		--hml-inv-card-inner-gap: 24px;
		--hml-inv-icon-gap: 16px;
	}

	.hml-investigate__intro,
	.hml-investigate__cards {
		grid-template-columns: minmax(0, 1fr);
	}

	.hml-investigate__photo {
		width: min(100%, var(--hml-inv-photo-w));
		max-width: var(--hml-inv-photo-w);
		justify-self: start;
	}

	.hml-investigate__heading,
	.hml-investigate__card-title,
	.hml-investigate__body {
		text-wrap: pretty;
	}

	.hml-investigate__heading {
		font-size: var(--hml-inv-h) !important;
	}

	.hml-investigate__card-title {
		text-wrap: balance;
		font-size: var(--hml-inv-card-h) !important;
	}
}

@media (max-width: 360px) {
	.hml-investigate {
		--hml-inv-h: 24px !important;
		--hml-inv-card-h: 22px !important;
		--hml-inv-body: 16px;
		--hml-inv-list: 15px;
		--hml-inv-tag: 14px;
		--hml-inv-pad-x: 16px;
		--hml-inv-icon-gap: 12px;
	}
}

@media (max-width: 959px) and (max-height: 500px) and (orientation: landscape) {
	.hml-investigate {
		--hml-inv-pad-y: 32px;
		--hml-inv-pad-bottom: 32px;
		--hml-inv-stack-gap: 24px;
		--hml-inv-h: 24px !important;
		--hml-inv-card-h: 22px !important;
		--hml-inv-card-inner-gap: 20px;
	}

	.hml-investigate__intro,
	.hml-investigate__cards {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hml-investigate [data-hml-enter],
	.hml-investigate.is-inview [data-hml-enter],
	.hml-investigate__row,
	.hml-investigate__icon,
	.hml-investigate__glyph,
	.hml-investigate__photo img,
	.hml-investigate__card,
	.hml-investigate__card-media img {
		animation: none !important;
		transition: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}

/* Practice evidence (Figma Layout 495): heading + copy left, photo right, top-aligned. Homepage never sets this class. */
.hml-investigate--photo-split .hml-investigate__title-body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: start;
	column-gap: var(--hml-inv-intro-gap);
	row-gap: calc(16 * var(--hml-u));
	width: 100%;
}

.hml-investigate--photo-split .hml-investigate__copy,
.hml-investigate--photo-split .hml-investigate__intro {
	display: contents;
}

.hml-investigate--photo-split .hml-investigate__copy {
	min-width: 0;
}

.hml-investigate--photo-split .hml-investigate__heading {
	grid-column: 1;
	max-width: 100%;
}

.hml-investigate--photo-split .hml-investigate__body {
	grid-column: 1;
	max-width: 100%;
}

.hml-investigate--photo-split .hml-investigate__photo {
	grid-column: 2;
	grid-row: 1 / span 2;
	width: 100%;
	max-width: none;
	justify-self: stretch;
	align-self: start;
	aspect-ratio: 615 / 313;
}

.hml-investigate--photo-split .hml-investigate__photo img,
.elementor-widget-hml-homepage-investigate .hml-investigate--photo-split .hml-investigate__photo img {
	object-fit: cover !important;
}

@media (max-width: 900px) {
	.hml-investigate--photo-split .hml-investigate__title-body {
		grid-template-columns: 1fr;
	}

	.hml-investigate--photo-split .hml-investigate__heading,
	.hml-investigate--photo-split .hml-investigate__body,
	.hml-investigate--photo-split .hml-investigate__photo {
		grid-column: 1;
		grid-row: auto;
	}

	.hml-investigate--photo-split .hml-investigate__photo {
		width: 100%;
		max-width: 100%;
	}
}

/* Practice-area template: photo beside the list. Homepage never sets this class. */
.hml-investigate--photo-list .hml-investigate__split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
	column-gap: var(--hml-inv-intro-gap);
	width: 100%;
	min-width: 0;
}

.elementor-widget-hml-homepage-investigate .hml-investigate--photo-list .hml-investigate__split .hml-investigate__photo,
.hml-investigate--photo-list .hml-investigate__split .hml-investigate__photo {
	width: 100% !important;
	max-width: none;
	min-width: 0;
	height: 100% !important;
	min-height: calc(512 * var(--hml-u));
	aspect-ratio: auto;
	align-self: stretch;
	justify-self: stretch;
	border-radius: var(--hml-inv-photo-r);
	overflow: hidden;
}

.elementor-element.elementor-widget-hml-homepage-investigate .hml-investigate--photo-list .hml-investigate__split .hml-investigate__photo > img,
.elementor-widget-hml-homepage-investigate .hml-investigate--photo-list .hml-investigate__split .hml-investigate__photo img,
.hml-investigate--photo-list .hml-investigate__split .hml-investigate__photo img {
	object-fit: cover !important;
	object-position: center center !important;
}

.hml-investigate--photo-list .hml-investigate__list-intro {
	padding-top: 0;
}

.hml-investigate--photo-list .hml-investigate__list {
	box-shadow: inset 0 calc(-1 * var(--hml-u)) 0 var(--hml-inv-divider);
}

.hml-investigate--photo-list > .hml-investigate__inner > .hml-investigate__main > .hml-investigate__note {
	margin-top: var(--hml-inv-main-gap);
	max-width: 100%;
	padding-top: var(--hml-inv-row-py);
	padding-bottom: 0;
}

@media (max-width: 900px) {
	.hml-investigate--photo-list .hml-investigate__split {
		grid-template-columns: 1fr;
	}

	.hml-investigate--photo-list .hml-investigate__split .hml-investigate__photo {
		min-height: 0;
		height: auto !important;
		aspect-ratio: 16 / 10;
	}
}

/* Practice-area templates hide the homepage cards, so drop the 2351px homepage min-height. */
.hml-tpl-practice .hml-investigate {
	--hml-inv-min-h: 0;
}

.hml-tpl-practice .hml-investigate__tag {
	white-space: normal;
}

/* Practice-area templates: MD subheads in investigate body and followup. */
.hml-tpl-practice .hml-investigate__note > p:not(.hml-has-inline-strong) > strong:only-child:not(.hml-is-inline),
.hml-tpl-practice .hml-investigate__body > p:not(.hml-has-inline-strong) > strong:only-child:not(.hml-is-inline),
.hml-tpl-practice .hml-investigate__note > p.hml-investigate__subhead > strong,
.hml-tpl-practice .hml-investigate__body > p.hml-investigate__subhead > strong {
	display: block;
	font-family: Manrope, Inter, sans-serif;
	font-weight: 700;
	font-size: calc(24 * var(--hml-u));
	line-height: 1.3;
	color: var(--hml-inv-ink);
}

/* Practice-area templates: Inline bold lead-in points (e.g., "Possible warning signs: ...") */
.hml-tpl-practice .hml-investigate__note > p.hml-has-inline-strong > strong,
.hml-tpl-practice .hml-investigate__body > p.hml-has-inline-strong > strong,
.hml-investigate__note strong.hml-is-inline,
.hml-investigate__body strong.hml-is-inline,
.hml-investigate__prose strong.hml-is-inline {
	display: inline !important;
	font-family: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
	font-weight: 700 !important;
}

