/* HML Homepage Process — Figma Layout / 505 / (1440 × 1178) */

.hml-process {
	--hml-process-bg: #4f0220;
	--hml-process-dot: #66253e;
	--hml-process-white: #ffffff;
	--hml-process-ink: #0b0b0b;
	--hml-process-lipstick: #c60651;
	--hml-process-tab-idle: #9e0440;
	--hml-process-tab-active: rgba(79, 2, 32, 0.6);
	--hml-process-h: calc(60 * var(--hml-u));
	--hml-process-body: calc(20 * var(--hml-u));
	--hml-process-pane: calc(18 * var(--hml-u));
	--hml-process-tab: calc(26 * var(--hml-u));
	--hml-process-tag: calc(16 * var(--hml-u));
	--hml-process-heading-w: calc(942 * var(--hml-u));
	--hml-process-body-w: calc(906 * var(--hml-u));
	--hml-process-pad-x: calc(80 * var(--hml-u));
	--hml-process-pad-y: calc(112 * var(--hml-u));
	--hml-process-pad-bottom: calc(112 * var(--hml-u));
	--hml-process-min-h: calc(1178 * var(--hml-u));
	--hml-process-stack-gap: calc(80 * var(--hml-u));
	--hml-process-title-gap: calc(16 * var(--hml-u));
	--hml-process-copy-gap: calc(24 * var(--hml-u));
	--hml-process-head-gap: calc(24 * var(--hml-u));
	--hml-process-tab-count: 3;
	--hml-process-tab-r: calc(8 * var(--hml-u));
	--hml-process-tab-pad-x: calc(32 * var(--hml-u));
	--hml-process-tab-pad-y: calc(24 * var(--hml-u));
	--hml-process-tab-min-h: calc(110 * var(--hml-u));
	--hml-process-pane-pad: calc(48 * var(--hml-u));
	--hml-process-pane-gap: calc(80 * var(--hml-u));
	--hml-process-photo-w: calc(552 * var(--hml-u));
	--hml-process-photo-h: calc(364 * var(--hml-u));
	--hml-process-photo-r: calc(8 * var(--hml-u));
	--hml-process-btn-h: calc(48 * var(--hml-u));
	--hml-process-btn-w: calc(309 * var(--hml-u));
	--hml-process-btn-r: calc(6 * var(--hml-u));
	--hml-process-btn-size: 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-process-min-h);
	background: var(--hml-process-bg);
	color: var(--hml-process-white);
	padding-top: var(--hml-process-pad-y);
	padding-bottom: var(--hml-process-pad-bottom);
	padding-left: max(var(--hml-process-pad-x), env(safe-area-inset-left, 0px));
	padding-right: max(var(--hml-process-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-process,
.hml-process *,
.hml-process *::before,
.hml-process *::after {
	box-sizing: border-box;
}

.elementor-widget-hml-homepage-process,
.elementor-widget-hml-homepage-process > .elementor-widget-container {
	padding: 0;
	overflow: visible;
	max-width: 100%;
}

.hml-process--fullbleed {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

html:has(.hml-process--fullbleed):not(:has(.hml-header--sticky)) {
	overflow-x: clip;
}

.hml-process__dots {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, var(--hml-process-dot) calc(1.85 * var(--hml-u)), transparent calc(2 * var(--hml-u)));
	background-size: calc(24 * var(--hml-u)) calc(24 * var(--hml-u));
	background-position: calc(11.5 * var(--hml-u)) calc(0.5 * var(--hml-u));
}

.hml-process__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--hml-process-stack-gap);
	width: 100%;
	max-width: calc(1280 * var(--hml-u));
	min-width: 0;
	margin: 0 auto;
	container-type: inline-size;
	container-name: hml-process;
}

.hml-process__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--hml-process-title-gap);
	width: 100%;
	min-width: 0;
}

.hml-process__tag {
	--hml-x: 0;
	--hml-y: calc(10 * var(--hml-u));
	--hml-d: 0.06s;
	margin: 0;
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: var(--hml-process-tag);
	line-height: 1.5;
	letter-spacing: 0;
	color: var(--hml-process-white);
	white-space: nowrap;
}

.hml-process__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--hml-process-copy-gap);
	width: 100%;
	min-width: 0;
}

.hml-process__heading-row {
	display: grid;
	grid-template-columns: minmax(0, var(--hml-process-heading-w)) max-content;
	align-items: start;
	justify-content: start;
	column-gap: var(--hml-process-head-gap);
	width: 100%;
	min-width: 0;
}

.hml-process__heading {
	--hml-x: calc(14 * var(--hml-u));
	--hml-y: calc(14 * var(--hml-u));
	--hml-d: 0.12s;
	margin: 0;
	width: 100%;
	max-width: min(100%, var(--hml-process-heading-w));
	font-family: Manrope, Inter, sans-serif;
	font-weight: 700;
	font-size: var(--hml-process-h);
	line-height: 1.2;
	letter-spacing: 0.01em;
	color: var(--hml-process-white);
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: manual;
}

.hml-process__actions {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: max-content;
	max-width: 100%;
	justify-self: end;
}

.hml-process__btn {
	--hml-x: calc(8 * var(--hml-u));
	--hml-y: calc(10 * var(--hml-u));
	--hml-d: 0.2s;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: var(--hml-process-btn-w);
	max-width: 100%;
	min-height: var(--hml-process-btn-h);
	height: var(--hml-process-btn-h);
	padding: calc(8 * var(--hml-u)) calc(20 * var(--hml-u));
	border: 0;
	border-radius: var(--hml-process-btn-r);
	background: var(--hml-process-white);
	color: var(--hml-process-ink);
	box-shadow: inset 0 0 0 calc(1 * var(--hml-u)) var(--hml-process-white);
	font-family: Inter, sans-serif;
	font-weight: 500;
	font-size: var(--hml-process-btn-size);
	line-height: 1.6;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	transition: background 0.28s var(--hml-ease), color 0.28s ease, box-shadow 0.28s ease, transform 0.28s var(--hml-ease);
}

.hml-process:not(.hml-process--no-hover) .hml-process__btn:hover,
.hml-process:not(.hml-process--no-hover) .hml-process__btn:focus-visible {
	background: var(--hml-process-lipstick);
	color: var(--hml-process-white);
	box-shadow: inset 0 0 0 calc(1 * var(--hml-u)) var(--hml-process-lipstick);
}

@media (hover: hover) and (pointer: fine) {
	.hml-process:not(.hml-process--no-hover) .hml-process__btn:hover {
		transform: translateY(calc(-2 * var(--hml-u)));
		box-shadow: inset 0 0 0 calc(1 * var(--hml-u)) var(--hml-process-lipstick), 0 calc(14 * var(--hml-u)) calc(32 * var(--hml-u)) rgba(0, 0, 0, 0.28);
	}
}

.hml-process__btn:active {
	transform: translateY(0) scale(0.98);
}

.hml-process__btn:focus-visible {
	outline: calc(3 * var(--hml-u)) solid var(--hml-process-white);
	outline-offset: calc(3 * var(--hml-u));
}

.hml-process__body {
	--hml-x: calc(10 * var(--hml-u));
	--hml-y: calc(16 * var(--hml-u));
	--hml-d: 0.22s;
	margin: 0;
	width: 100%;
	max-width: min(100%, var(--hml-process-body-w));
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: var(--hml-process-body);
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--hml-process-white);
	overflow-wrap: break-word;
	word-break: normal;
}

.hml-process__body p {
	margin: 0;
}

.hml-process__body p + p {
	margin-top: 1.6em;
}

.hml-process__card {
	--hml-x: 0;
	--hml-y: calc(28 * var(--hml-u));
	--hml-d: 0.32s;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	min-width: 0;
	border-radius: var(--hml-process-tab-r);
	background: var(--hml-process-lipstick);
	overflow: hidden;
	isolation: isolate;
}

.hml-process__tabs {
	display: grid;
	grid-template-columns: repeat(var(--hml-process-tab-count, 3), minmax(0, 1fr));
	align-items: stretch;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.hml-process__tab {
	appearance: none;
	-webkit-appearance: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	min-height: var(--hml-process-tab-min-h);
	margin: 0;
	padding: var(--hml-process-tab-pad-y) var(--hml-process-tab-pad-x);
	border: 0;
	border-radius: 0;
	background: var(--hml-process-tab-idle);
	color: var(--hml-process-white);
	font-family: Manrope, Inter, sans-serif;
	font-weight: 700;
	font-size: var(--hml-process-tab);
	line-height: 1.2;
	letter-spacing: 0.01em;
	text-align: center;
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: manual;
	text-wrap: balance;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	transition: background 0.28s var(--hml-ease), transform 0.28s var(--hml-ease), box-shadow 0.28s ease;
}

.hml-process__tab[aria-selected="true"] {
	background: var(--hml-process-tab-active);
	cursor: default;
}

@media (hover: hover) and (pointer: fine) {
	.hml-process:not(.hml-process--no-hover) .hml-process__tab:not([aria-selected="true"]):hover {
		background: #b3265a;
		background: color-mix(in srgb, var(--hml-process-tab-idle) 82%, var(--hml-process-white));
	}
}

.hml-process__tab:focus-visible {
	outline: calc(3 * var(--hml-u)) solid var(--hml-process-white);
	outline-offset: calc(-3 * var(--hml-u));
	z-index: 1;
}

.hml-process__panels {
	position: relative;
	display: grid;
	width: 100%;
	min-width: 0;
	background: var(--hml-process-tab-active);
}

.hml-process__panel {
	grid-area: 1 / 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	column-gap: var(--hml-process-pane-gap);
	width: 100%;
	min-width: 0;
	padding: var(--hml-process-pane-pad);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate3d(calc(16 * var(--hml-u)), 0, 0);
	transition: opacity 0.42s var(--hml-ease-out), transform 0.42s var(--hml-ease-out), visibility 0s linear 0.42s;
}

.hml-process__panel.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate3d(0, 0, 0);
	transition: opacity 0.42s var(--hml-ease-out), transform 0.42s var(--hml-ease-out), visibility 0s linear 0s;
	z-index: 1;
}

.hml-process--no-motion .hml-process__panel {
	transition: none;
	transform: none;
}

.hml-process__pane-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
	width: 100%;
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: var(--hml-process-pane);
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--hml-process-white);
	overflow-wrap: break-word;
	word-break: normal;
}

.hml-process__pane-copy p {
	margin: 0;
}

.hml-process__pane-copy p + p {
	margin-top: 1.6em;
}

.hml-process__photo {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 552 / 364;
	border-radius: var(--hml-process-photo-r);
	overflow: hidden;
	background: color-mix(in srgb, var(--hml-process-ink) 24%, var(--hml-process-lipstick));
	isolation: isolate;
}

.elementor-widget-hml-homepage-process .hml-process__photo img,
.hml-process .hml-process__photo img {
	position: absolute;
	inset: 0;
	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);
}

@media (hover: hover) and (pointer: fine) {
	.hml-process:not(.hml-process--no-hover) .hml-process__photo:hover img {
		transform: scale(1.045);
	}
}

.hml-process [data-hml-enter] {
	opacity: 0;
	transform: translate3d(var(--hml-x, 0), var(--hml-y, calc(18 * var(--hml-u))), 0);
}

.hml-process.is-inview [data-hml-enter] {
	animation: hml-process-enter 0.9s var(--hml-ease-out) forwards;
	animation-delay: var(--hml-d, 0s);
}

@keyframes hml-process-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-process--no-motion [data-hml-enter] {
	opacity: 1 !important;
	transform: none !important;
	animation: none !important;
}

@media (max-width: 1024px) {
	.hml-process--fullbleed {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.elementor-widget-hml-homepage-process .hml-process,
	.hml-process {
		--hml-process-h: 52px;
		--hml-process-pad-x: 48px;
	}

	.elementor-widget-hml-homepage-process .hml-process__heading,
	.hml-process__heading {
		font-size: var(--hml-process-h);
	}

	.hml-process__tag {
		white-space: normal;
	}

	.hml-process__heading-row {
		grid-template-columns: minmax(0, 1fr) max-content;
	}
}

/* iPad landscape / small laptop — keep Figma’s 2-col heading, 3 tabs, 2-col pane. */
@media (max-width: 1024px) and (min-width: 768px) {
	.hml-process--fullbleed {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.elementor-widget-hml-homepage-process .hml-process,
	.hml-process {
		--hml-process-h: 42px;
		--hml-process-body: 18px;
		--hml-process-pane: 17px;
		--hml-process-tab: 20px;
		--hml-process-pad-y: 80px;
		--hml-process-pad-bottom: 80px;
		--hml-process-pad-x: 40px;
		--hml-process-min-h: 0px;
		--hml-process-stack-gap: 48px;
		--hml-process-pane-gap: 32px;
		--hml-process-pane-pad: 32px;
		--hml-process-heading-w: 100%;
		--hml-process-body-w: 100%;
		--hml-process-tab-pad-x: 16px;
		--hml-process-tab-pad-y: 16px;
		--hml-process-tab-min-h: 84px;
		overflow-x: clip;
	}

	.elementor-widget-hml-homepage-process .hml-process__heading,
	.hml-process__heading {
		font-size: var(--hml-process-h);
		max-width: 100%;
	}

	.elementor-widget-hml-homepage-process .hml-process__body,
	.hml-process__body {
		font-size: var(--hml-process-body);
		max-width: 100%;
	}

	.elementor-widget-hml-homepage-process .hml-process__tab,
	.hml-process__tab {
		font-size: var(--hml-process-tab);
		min-height: var(--hml-process-tab-min-h);
	}

	.hml-process__heading-row {
		grid-template-columns: minmax(0, 1fr) max-content;
		align-items: start;
		width: 100%;
	}

	.hml-process__actions {
		max-width: min(100%, var(--hml-process-btn-w));
	}

	.hml-process__tag {
		white-space: normal;
	}

	.hml-process__tabs {
		grid-template-columns: repeat(var(--hml-process-tab-count, 3), minmax(0, 1fr));
	}

	.hml-process__panel {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		align-items: center;
	}

	.hml-process__photo {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.elementor-widget-hml-homepage-process .hml-process,
	.hml-process {
		--hml-process-h: 36px;
		--hml-process-tab: 16px;
		--hml-process-tab-pad-x: 10px;
		--hml-process-pane-gap: 24px;
		--hml-process-pane-pad: 28px;
		--hml-process-tab-min-h: 64px;
	}

	.elementor-widget-hml-homepage-process .hml-process__heading,
	.hml-process__heading {
		font-size: var(--hml-process-h);
	}
}

/* Narrow tablets — hug the button under the heading so the 309px CTA is not crushed. */
@media (max-width: 820px) and (min-width: 768px) {
	.elementor-widget-hml-homepage-process .hml-process,
	.hml-process {
		--hml-process-pad-y: 64px;
		--hml-process-pad-bottom: 64px;
		--hml-process-stack-gap: 40px;
	}

	.hml-process__heading-row {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 20px;
	}

	.hml-process__actions {
		width: max-content;
		max-width: 100%;
		justify-self: start;
		justify-content: flex-start;
	}
}

/* Phones + small tablets — one column, full-width CTA, compact snap tabs, no leftover desktop sizes. */
@media (max-width: 767px) {
	.hml-process--fullbleed {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.elementor-element.elementor-widget-hml-homepage-process,
	.elementor-widget-hml-homepage-process,
	.elementor-widget-hml-homepage-process > .elementor-widget-container {
		overflow-x: clip;
		max-width: 100%;
	}

	.elementor-element.elementor-widget-hml-homepage-process .hml-process,
	.elementor-widget-hml-homepage-process .hml-process,
	.hml-process {
		--hml-process-h: 28px !important;
		--hml-process-body: 17px;
		--hml-process-pane: 16px;
		--hml-process-tab: 16px;
		--hml-process-tag: 14px;
		--hml-process-heading-w: 100%;
		--hml-process-body-w: 100%;
		--hml-process-pad-y: 48px;
		--hml-process-pad-bottom: 48px;
		--hml-process-pad-x: 20px;
		--hml-process-min-h: 0px;
		--hml-process-stack-gap: 28px;
		--hml-process-title-gap: 10px;
		--hml-process-copy-gap: 16px;
		--hml-process-head-gap: 16px;
		--hml-process-btn-w: 100%;
		--hml-process-btn-size: 17px;
		--hml-process-pane-pad: 20px;
		--hml-process-pane-gap: 16px;
		--hml-process-tab-min-h: 48px;
		--hml-process-tab-pad-x: 14px;
		--hml-process-tab-pad-y: 12px;
		min-height: 0 !important;
		height: auto;
		overflow-x: clip;
	}

	.elementor-element.elementor-widget-hml-homepage-process .hml-process__inner,
	.hml-process__inner,
	.hml-process__title,
	.hml-process__content,
	.hml-process__card,
	.hml-process__panels {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.elementor-element.elementor-widget-hml-homepage-process .hml-process__heading,
	.hml-process__heading {
		font-size: var(--hml-process-h) !important;
		line-height: 1.2 !important;
		max-width: 100% !important;
		width: 100%;
		text-wrap: balance;
	}

	.elementor-element.elementor-widget-hml-homepage-process .hml-process__body,
	.hml-process__body {
		font-size: var(--hml-process-body) !important;
		max-width: 100% !important;
		width: 100%;
	}

	.hml-process__heading-row {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		grid-template-columns: none;
		row-gap: 16px;
		width: 100%;
	}

	.hml-process__actions {
		width: 100% !important;
		max-width: 100% !important;
		justify-self: stretch;
		justify-content: stretch;
	}

	.elementor-element.elementor-widget-hml-homepage-process a.hml-process__btn,
	.elementor-widget-hml-homepage-process .hml-process__btn,
	.hml-process a.hml-process__btn,
	.hml-process__btn {
		flex: 1 1 auto;
		display: inline-flex !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		height: auto !important;
		min-height: 48px !important;
		white-space: normal !important;
		text-align: center;
		padding: 10px 16px !important;
		font-size: var(--hml-process-btn-size) !important;
	}

	.hml-process__tag {
		white-space: normal;
		text-wrap: balance;
	}

	.hml-process__tabs {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		grid-template-columns: none;
		align-items: stretch;
		overflow: visible;
		-webkit-overflow-scrolling: auto;
		scroll-snap-type: none;
	}

	.hml-process__tabs::-webkit-scrollbar {
		display: none;
	}

	.elementor-element.elementor-widget-hml-homepage-process .hml-process__tab,
	.elementor-widget-hml-homepage-process .hml-process .hml-process__tab,
	.hml-process__tab {
		flex: 1 1 auto;
		align-items: flex-start;
		justify-content: center;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 48px !important;
		height: auto !important;
		padding: 12px 16px !important;
		font-size: var(--hml-process-tab) !important;
		line-height: 1.25 !important;
		text-align: left;
		white-space: normal !important;
		text-wrap: pretty;
		scroll-snap-align: unset;
		box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12);
	}

	.hml-process__tab[aria-selected="true"] {
		box-shadow: inset 3px 0 0 var(--hml-process-white), inset 0 -1px 0 rgba(255, 255, 255, 0.12);
	}

	.hml-process__panel:not(.is-active) {
		display: none !important;
	}

	.hml-process__panel.is-active {
		display: flex !important;
		flex-direction: column;
		grid-template-columns: none;
		align-items: stretch;
		row-gap: var(--hml-process-pane-gap);
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: var(--hml-process-pane-pad) !important;
		transform: none;
	}

	.hml-process__pane-copy {
		width: 100%;
		max-width: 100%;
		font-size: var(--hml-process-pane) !important;
	}

	.elementor-widget-hml-homepage-process .hml-process__photo,
	.hml-process__photo {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0;
		aspect-ratio: 16 / 10;
		justify-self: stretch;
		order: -1;
	}
}

@media (max-width: 360px) {
	.elementor-widget-hml-homepage-process .hml-process,
	.hml-process {
		--hml-process-h: 24px !important;
		--hml-process-body: 16px;
		--hml-process-pane: 15px;
		--hml-process-tab: 15px;
		--hml-process-pad-x: 16px;
		--hml-process-btn-size: 16px;
		--hml-process-pane-pad: 14px;
	}

	.elementor-widget-hml-homepage-process .hml-process__heading,
	.hml-process__heading {
		font-size: var(--hml-process-h) !important;
	}

	.elementor-widget-hml-homepage-process .hml-process .hml-process__btn,
	.hml-process__btn {
		min-height: 48px !important;
		font-size: var(--hml-process-btn-size) !important;
	}

	.hml-process__tab {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}
}

/* Short landscape phones — still one column; do not restore the desktop 3-tab / 2-pane grid. */
@media (max-width: 959px) and (max-height: 500px) and (orientation: landscape) {
	.hml-process--fullbleed {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.elementor-widget-hml-homepage-process .hml-process,
	.hml-process {
		--hml-process-h: 24px !important;
		--hml-process-body: 15px;
		--hml-process-pane: 15px;
		--hml-process-tab: 15px;
		--hml-process-pad-y: 24px;
		--hml-process-pad-bottom: 24px;
		--hml-process-pad-x: 24px;
		--hml-process-min-h: 0px;
		--hml-process-stack-gap: 16px;
		--hml-process-copy-gap: 12px;
		--hml-process-btn-w: 100%;
		--hml-process-pane-pad: 14px;
		--hml-process-pane-gap: 12px;
		--hml-process-tab-min-h: 44px;
		min-height: 0 !important;
	}

	.hml-process__heading-row {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		row-gap: 12px;
	}

	.hml-process__actions,
	.hml-process__btn {
		width: 100% !important;
		max-width: 100% !important;
	}

	.hml-process__tabs {
		display: flex;
		min-width: 0;
		max-width: 100%;
		overflow-x: auto;
		grid-template-columns: none;
	}

	.hml-process__panel:not(.is-active) {
		display: none !important;
	}

	.hml-process__panel.is-active {
		display: flex !important;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		column-gap: 16px;
		row-gap: 12px;
	}

	.hml-process__pane-copy {
		flex: 1 1 220px;
	}

	.hml-process__photo {
		flex: 1 1 180px;
		max-width: 240px;
		aspect-ratio: 16 / 10;
		order: 0;
	}
}

/* Elementor column / stacked section that is already narrow. */
@container hml-process (max-width: 680px) {
	.hml-process {
		--hml-process-heading-w: 100%;
		--hml-process-body-w: 100%;
		--hml-process-btn-w: 100%;
		--hml-process-min-h: 0px;
	}

	.hml-process__heading-row {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		grid-template-columns: none;
		row-gap: calc(16 * var(--hml-u));
	}

	.hml-process__actions {
		width: 100%;
		max-width: 100%;
		justify-self: stretch;
	}

	.hml-process__btn {
		width: 100%;
		max-width: 100%;
		height: auto;
		min-height: calc(48 * var(--hml-u));
		white-space: normal;
	}

	.hml-process__tabs {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		grid-template-columns: none;
		overflow: visible;
		scroll-snap-type: none;
		scrollbar-width: none;
	}

	.hml-process__tab {
		flex: 1 1 auto;
		width: 100%;
		min-width: 0;
		align-items: flex-start;
		text-align: left;
		min-height: calc(48 * var(--hml-u));
		scroll-snap-align: unset;
		box-shadow: inset 0 calc(-1 * var(--hml-u)) 0 rgba(255, 255, 255, 0.12);
	}

	.hml-process__tab[aria-selected="true"] {
		box-shadow: inset calc(3 * var(--hml-u)) 0 0 var(--hml-process-white), inset 0 calc(-1 * var(--hml-u)) 0 rgba(255, 255, 255, 0.12);
	}

	.hml-process__panel:not(.is-active) {
		display: none;
	}

	.hml-process__panel.is-active {
		display: flex;
		flex-direction: column;
		grid-template-columns: none;
		row-gap: var(--hml-process-pane-gap);
		align-items: stretch;
	}

	.hml-process__photo {
		width: 100%;
		max-width: 100%;
		aspect-ratio: 16 / 10;
		justify-self: stretch;
		order: -1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hml-process [data-hml-enter],
	.hml-process.is-inview [data-hml-enter],
	.hml-process__photo img,
	.hml-process__btn,
	.hml-process__tab,
	.hml-process__panel,
	.hml-process__dots {
		animation: none !important;
		transition: none !important;
		opacity: 1 !important;
		transform: none !important;
	}

	.hml-process__panel:not(.is-active) {
		opacity: 0 !important;
		visibility: hidden !important;
	}
}
