/**
 * HK-6 Premium Landing design system.
 *
 * Loaded only on configured HK-6 WooCommerce product pages.
 * Keep every selector scoped to body.hm-hk6-landing.
 */

body.hm-hk6-landing {
	--hmhk6-bg: #f5f6f7;
	--hmhk6-bg-soft: #eef1f3;
	--hmhk6-white: #ffffff;
	--hmhk6-ink: #090a0d;
	--hmhk6-ink-soft: #2b3037;
	--hmhk6-muted: #6b737d;
	--hmhk6-dark: #07080a;
	--hmhk6-dark-2: #11151a;
	--hmhk6-inverse: #ffffff;
	--hmhk6-inverse-muted: rgba(255, 255, 255, 0.68);
	--hmhk6-line: rgba(10, 14, 20, 0.12);
	--hmhk6-line-strong: rgba(10, 14, 20, 0.18);
	--hmhk6-line-inverse: rgba(255, 255, 255, 0.15);
	--hmhk6-card: rgba(255, 255, 255, 0.84);
	--hmhk6-card-dark: rgba(255, 255, 255, 0.075);
	--hmhk6-accent: #111111;
	--hmhk6-accent-2: #f2f2f2;
	--hmhk6-container: 1180px;
	--hmhk6-gutter: clamp(20px, 4vw, 48px);
	--hmhk6-section: clamp(76px, 9vw, 140px);
	--hmhk6-section-tight: clamp(56px, 7vw, 100px);
	--hmhk6-radius-card: 8px;
	--hmhk6-radius-media: 26px;
	--hmhk6-radius-panel: 18px;
	--hmhk6-shadow-soft: 0 24px 80px rgba(15, 22, 32, 0.13);
	--hmhk6-shadow-card: 0 12px 38px rgba(15, 22, 32, 0.08);
	--hmhk6-transition: 180ms ease;
	color: var(--hmhk6-ink);
}


body.hm-hk6-landing .hm-hk6-section,
body.hm-hk6-landing .hm-hk6-hero,
body.hm-hk6-landing .hm-hk6-highlights,
body.hm-hk6-landing .hm-hk6-engineering-intro,
body.hm-hk6-landing .hm-hk6-engineering,
body.hm-hk6-landing .hm-hk6-dark-detail,
body.hm-hk6-landing .hm-hk6-dark-feature,
body.hm-hk6-landing .hm-hk6-brushless,
body.hm-hk6-landing .hm-hk6-automation,
body.hm-hk6-landing .hm-hk6-display,
body.hm-hk6-landing .hm-hk6-hopper,
body.hm-hk6-landing .hm-hk6-included,
body.hm-hk6-landing .hm-hk6-comparison,
body.hm-hk6-landing .hm-hk6-faq,
body.hm-hk6-landing .hm-hk6-final-cta {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-block: var(--hmhk6-section);
	background: var(--hmhk6-bg);
}

body.hm-hk6-landing .hm-hk6-section > .elementor-container,
body.hm-hk6-landing .hm-hk6-hero > .elementor-container,
body.hm-hk6-landing .hm-hk6-highlights > .elementor-container,
body.hm-hk6-landing .hm-hk6-engineering-intro > .elementor-container,
body.hm-hk6-landing .hm-hk6-engineering > .elementor-container,
body.hm-hk6-landing .hm-hk6-dark-detail > .elementor-container,
body.hm-hk6-landing .hm-hk6-dark-feature > .elementor-container,
body.hm-hk6-landing .hm-hk6-brushless > .elementor-container,
body.hm-hk6-landing .hm-hk6-automation > .elementor-container,
body.hm-hk6-landing .hm-hk6-display > .elementor-container,
body.hm-hk6-landing .hm-hk6-hopper > .elementor-container,
body.hm-hk6-landing .hm-hk6-included > .elementor-container,
body.hm-hk6-landing .hm-hk6-comparison > .elementor-container,
body.hm-hk6-landing .hm-hk6-faq > .elementor-container,
body.hm-hk6-landing .hm-hk6-final-cta > .elementor-container {
	width: min(var(--hmhk6-container), calc(100% - (var(--hmhk6-gutter) * 2)));
	max-width: var(--hmhk6-container);
	margin-inline: auto;
}

body.hm-hk6-landing .hm-hk6-section .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

body.hm-hk6-landing .hm-hk6-kicker,
body.hm-hk6-landing .hm-hk6-kicker p {
	margin: 0 0 16px;
	color: var(--hmhk6-accent);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.hm-hk6-landing .hm-hk6-title,
body.hm-hk6-landing .hm-hk6-title .elementor-heading-title {
	margin: 0;
	color: var(--hmhk6-ink);
	font-size: clamp(2.45rem, 5.6vw, 6.25rem);
	font-weight: 780;
	line-height: 0.96;
	letter-spacing: 0;
	text-wrap: balance;
}

body.hm-hk6-landing .hm-hk6-section-title,
body.hm-hk6-landing .hm-hk6-section-title .elementor-heading-title {
	max-width: 920px;
	font-size: clamp(2.2rem, 4.8vw, 5.2rem);
}

body.hm-hk6-landing .hm-hk6-lead,
body.hm-hk6-landing .hm-hk6-lead p {
	max-width: 760px;
	margin: 24px 0 0;
	color: var(--hmhk6-muted);
	font-size: clamp(1.12rem, 1.55vw, 1.45rem);
	font-weight: 400;
	line-height: 1.56;
}

body.hm-hk6-landing .hm-hk6-text,
body.hm-hk6-landing .hm-hk6-text p,
body.hm-hk6-landing .hm-hk6-card-text {
	color: var(--hmhk6-muted);
	font-size: 1rem;
	line-height: 1.7;
}

body.hm-hk6-landing .hm-hk6-muted {
	color: var(--hmhk6-muted);
}

body.hm-hk6-landing .hm-hk6-centered > .elementor-widget-wrap,
body.hm-hk6-landing .hm-hk6-faq-column > .elementor-widget-wrap {
	max-width: 980px;
	margin-inline: auto;
	text-align: center;
}

body.hm-hk6-landing .hm-hk6-centered .hm-hk6-lead,
body.hm-hk6-landing .hm-hk6-centered .hm-hk6-lead p {
	margin-inline: auto;
}

body.hm-hk6-landing .hm-hk6-split > .elementor-container,
body.hm-hk6-landing .hm-hk6-split-reverse > .elementor-container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(34px, 6vw, 86px);
}

body.hm-hk6-landing .hm-hk6-split .elementor-column,
body.hm-hk6-landing .hm-hk6-split-reverse .elementor-column {
	width: auto !important;
}

body.hm-hk6-landing .hm-hk6-copy-column > .elementor-widget-wrap,
body.hm-hk6-landing .hm-hk6-media-column > .elementor-widget-wrap {
	display: block;
}

body.hm-hk6-landing .hm-hk6-copy-column .elementor-widget-button {
	display: inline-block;
	width: auto;
	margin-top: 34px;
	margin-right: 12px;
	vertical-align: top;
}

body.hm-hk6-landing .hm-hk6-copy-column .elementor-widget-button + .elementor-widget-button {
	margin-top: 34px;
}

body.hm-hk6-landing .hm-hk6-btn .elementor-button,
body.hm-hk6-landing .hm-hk6-section .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 25px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0;
	text-decoration: none;
	transition: transform var(--hmhk6-transition), background-color var(--hmhk6-transition), border-color var(--hmhk6-transition), color var(--hmhk6-transition), box-shadow var(--hmhk6-transition);
}

body.hm-hk6-landing .hm-hk6-btn .elementor-button:hover,
body.hm-hk6-landing .hm-hk6-section .elementor-button:hover {
	transform: translateY(-1px);
}

body.hm-hk6-landing .hm-hk6-btn-primary .elementor-button {
	background: var(--hmhk6-ink);
	color: var(--hmhk6-inverse);
	box-shadow: 0 14px 32px rgba(9, 10, 13, 0.18);
}

body.hm-hk6-landing .hm-hk6-btn-primary .elementor-button:hover {
	background: #252a31;
	color: var(--hmhk6-inverse);
}

body.hm-hk6-landing .hm-hk6-btn-secondary .elementor-button {
	border-color: var(--hmhk6-line);
	background: rgba(255, 255, 255, 0.72);
	color: var(--hmhk6-ink);
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-btn-secondary .elementor-button:hover {
	border-color: var(--hmhk6-line-strong);
	background: var(--hmhk6-white);
	color: var(--hmhk6-ink);
}

body.hm-hk6-landing .hm-hk6-manual-coming-soon .elementor-button,
body.hm-hk6-landing .elementor-widget-button.hm-hk6-manual-coming-soon .elementor-button {
	opacity: 1;
	cursor: pointer;
}

body.hm-hk6-landing .hm-hk6-manual-coming-soon .elementor-button:hover,
body.hm-hk6-landing .elementor-widget-button.hm-hk6-manual-coming-soon .elementor-button:hover {
	transform: translateY(-5px);
}

body.hm-hk6-landing .hm-hk6-hk3-reference-hero .hm-hk6-manual-coming-soon .elementor-button,
body.hm-hk6-landing .hm-hk6-hk3-reference-hero .elementor-widget-button.hm-hk6-manual-coming-soon .elementor-button {
	opacity: 1;
	cursor: pointer;
}

body.hm-hk6-landing .hm-hk6-shop-dropdown-widget {
	position: relative;
	z-index: 30;
	width: auto;
}

body.hm-hk6-landing .hm-hk6-shop-dropdown {
	position: relative;
	display: inline-flex;
	font-family: inherit;
	line-height: 1;
}

body.hm-hk6-landing .hm-hk6-shop-dropdown__trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 52px;
	padding: 15px 34px;
	border: 2px solid #000000;
	border-radius: 50px;
	background: transparent;
	color: #000000;
	font: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

body.hm-hk6-landing .hm-hk6-shop-dropdown__trigger:hover,
body.hm-hk6-landing .hm-hk6-shop-dropdown__trigger:focus-visible {
	background: rgba(255, 255, 255, 0.42);
	color: #000000;
	transform: none;
	outline: none;
}

/* Stock-aware HK-6 hero CTA and modal. */
body.hm-hk6-landing .hm-hk6-hero-dynamic {
	min-height: clamp(680px, calc(100svh), 860px);
	padding: clamp(72px, 6vw, 104px) 24px 42px;
	overflow: visible;
	background-color: #e9e9e7;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

body.hm-hk6-landing .hm-hk6-hero-dynamic > .elementor-element {
	width: 100%;
}

body.hm-hk6-landing .hm-hk6-hero-dynamic .hm-hk6-hero-cta-row {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 0;
}

body.hm-hk6-landing .hm-hk6-hero-dynamic-cta-widget,
body.hm-hk6-landing .hm-hk6-hero-dynamic-cta-widget .elementor-widget-container,
body.hm-hk6-landing .hmhk6-dynamic-cta {
	width: 100%;
}

body.hm-hk6-landing .hmhk6-dynamic-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 208px);
	min-height: 50px;
	padding: 12px 30px;
	border: 2px solid #111111;
	border-radius: 999px;
	background: transparent;
	color: #111111;
	font: inherit;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.hm-hk6-landing .hmhk6-dynamic-cta__button:hover,
body.hm-hk6-landing .hmhk6-dynamic-cta__button:focus-visible {
	background: #111111;
	color: #ffffff;
	transform: translateY(-2px);
}

body.hm-hk6-landing.hmhk6-modal-open {
	overflow: hidden;
}

body.hm-hk6-landing .hmhk6-stock-modal[hidden] {
	display: none !important;
}

body.hm-hk6-landing .hmhk6-stock-modal {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
	box-sizing: border-box;
}

body.hm-hk6-landing .hmhk6-stock-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.72);
	cursor: pointer;
}

body.hm-hk6-landing .hmhk6-stock-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(960px, 100%);
	min-width: 0;
	max-width: 100%;
	max-height: calc(100dvh - 48px);
	overflow-y: auto;
	box-sizing: border-box;
	border-radius: 4px;
	background: #ffffff;
	color: #111111;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
	overscroll-behavior: contain;
}

body.hm-hk6-landing .hmhk6-stock-modal__close {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 12px;
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #666666;
	font: inherit;
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
}

body.hm-hk6-landing .hmhk6-stock-modal__close:hover,
body.hm-hk6-landing .hmhk6-stock-modal__close:focus-visible {
	color: #111111;
}

body.hm-hk6-landing .hmhk6-stock-modal__product {
	display: grid;
	grid-template-columns: minmax(0, 48%) minmax(0, 52%);
	min-height: 480px;
}

body.hm-hk6-landing .hmhk6-stock-modal__media {
	display: grid;
	place-items: center;
	min-width: 0;
	padding: 38px;
	background: #efefed;
}

body.hm-hk6-landing .hmhk6-stock-modal__media img {
	display: block;
	width: 100%;
	max-height: 410px;
	object-fit: contain;
}

body.hm-hk6-landing .hmhk6-stock-modal__purchase {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 58px 44px 44px;
}

body.hm-hk6-landing .hmhk6-stock-modal__title {
	margin: 0 0 20px;
	color: #111111;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: 0;
}

body.hm-hk6-landing .hmhk6-stock-modal__price {
	margin-bottom: 20px;
	color: #111111;
	font-size: 24px;
	font-weight: 700;
}

body.hm-hk6-landing .hmhk6-stock-modal__cart form.cart,
body.hm-hk6-landing .hmhk6-stock-modal__cart .variations {
	width: 100%;
}

body.hm-hk6-landing .hmhk6-stock-modal__cart .variations {
	margin: 0 0 18px;
	border: 0;
}

body.hm-hk6-landing .hmhk6-stock-modal__cart .variations th,
body.hm-hk6-landing .hmhk6-stock-modal__cart .variations td {
	display: block;
	width: 100%;
	padding: 0 0 8px;
	border: 0;
	text-align: left;
}

body.hm-hk6-landing .hmhk6-stock-modal__cart select,
body.hm-hk6-landing .hmhk6-stock-modal__cart input.qty {
	min-height: 46px;
	border: 1px solid rgba(0, 0, 0, 0.28);
	border-radius: 0;
	background: #ffffff;
	color: #111111;
}

body.hm-hk6-landing .hmhk6-stock-modal__cart .single_add_to_cart_button,
body.hm-hk6-landing .hmhk6-stock-modal__cart .button {
	min-height: 46px;
	padding: 12px 24px;
	border: 1px solid #111111;
	border-radius: 999px;
	background: #111111;
	color: #ffffff;
	font-weight: 700;
}

body.hm-hk6-landing .hmhk6-stock-modal__waiting {
	width: min(100%, 640px);
	margin-inline: auto;
	padding: 64px 54px 52px;
}

body.hm-hk6-landing .hmhk6-stock-modal__waiting,
body.hm-hk6-landing .hmhk6-stock-modal__waiting * {
	box-sizing: border-box;
	max-width: 100%;
}

body.hm-hk6-landing .hmhk6-stock-modal__waiting .sib_signup_form,
body.hm-hk6-landing .hmhk6-stock-modal__waiting [class*="sib_signup"],
body.hm-hk6-landing .hmhk6-stock-modal__waiting form,
body.hm-hk6-landing .hmhk6-stock-modal__waiting form > div,
body.hm-hk6-landing .hmhk6-stock-modal__waiting form > p {
	width: 100% !important;
}

body.hm-hk6-landing .hmhk6-stock-modal__waiting form {
	display: grid;
	gap: 14px;
}

body.hm-hk6-landing .hmhk6-stock-modal__waiting .sib-email-area,
body.hm-hk6-landing .hmhk6-stock-modal__waiting .sib-FIRSTNAME-area {
	background: transparent !important;
	color: #111111 !important;
}

body.hm-hk6-landing .hmhk6-stock-modal__waiting .sib-email-area label,
body.hm-hk6-landing .hmhk6-stock-modal__waiting .sib-email-area span,
body.hm-hk6-landing .hmhk6-stock-modal__waiting .sib-email-area p,
body.hm-hk6-landing .hmhk6-stock-modal__waiting .sib-FIRSTNAME-area label,
body.hm-hk6-landing .hmhk6-stock-modal__waiting .sib-FIRSTNAME-area span,
body.hm-hk6-landing .hmhk6-stock-modal__waiting .sib-FIRSTNAME-area p {
	color: #111111 !important;
}

body.hm-hk6-landing .hmhk6-stock-modal__waiting input[type="text"],
body.hm-hk6-landing .hmhk6-stock-modal__waiting input[type="email"],
body.hm-hk6-landing .hmhk6-stock-modal__waiting input[type="tel"],
body.hm-hk6-landing .hmhk6-stock-modal__waiting select,
body.hm-hk6-landing .hmhk6-stock-modal__waiting textarea {
	width: 100%;
	max-width: 100% !important;
	min-height: 48px;
	padding: 11px 14px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 0;
	background: #ffffff;
	color: #111111;
}

body.hm-hk6-landing .hmhk6-stock-modal__waiting input::placeholder,
body.hm-hk6-landing .hmhk6-stock-modal__waiting textarea::placeholder {
	color: rgba(17, 17, 17, 0.56);
	opacity: 1;
}

body.hm-hk6-landing .hmhk6-stock-modal__waiting input[type="submit"],
body.hm-hk6-landing .hmhk6-stock-modal__waiting button[type="submit"] {
	min-height: 48px;
	padding: 12px 24px;
	border: 1px solid #111111;
	border-radius: 999px;
	background: #111111;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
}

body.hm-hk6-landing .hmhk6-stock-modal__fallback {
	margin: 0;
	color: #555555;
	font-size: 16px;
	line-height: 1.6;
}

@media (max-width: 1024px) {
	body.hm-hk6-landing .hm-hk6-hero-dynamic {
		min-height: 720px;
		padding-top: 64px;
		background-size: auto 78%;
	}

	body.hm-hk6-landing .hmhk6-stock-modal__product {
		grid-template-columns: minmax(0, 46%) minmax(0, 54%);
	}

	body.hm-hk6-landing .hmhk6-stock-modal__purchase {
		padding: 54px 34px 38px;
	}
}

@media (max-width: 767px) {
	body.hm-hk6-landing .hm-hk6-hero-dynamic {
		min-height: 640px;
		padding: 28px 18px 24px;
		background-position: center;
		background-size: auto 68%;
	}

	body.hm-hk6-landing .hm-hk6-hero-dynamic .hm-hk6-hero-cta-row {
		margin-top: 0;
	}

	body.hm-hk6-landing .hmhk6-dynamic-cta__button {
		width: min(100%, 274px);
		min-height: 48px;
	}

	body.hm-hk6-landing .hmhk6-stock-modal {
		align-items: center;
		justify-items: center;
		padding: 12px;
	}

	body.hm-hk6-landing .hmhk6-stock-modal__dialog {
		width: min(640px, 100%);
		min-width: 0;
		max-width: 100%;
		max-height: calc(100dvh - 24px);
		border-radius: 4px;
	}

	body.hm-hk6-landing .hmhk6-stock-modal__product {
		display: block;
		min-height: 0;
	}

	body.hm-hk6-landing .hmhk6-stock-modal__media {
		padding: 30px 24px 16px;
	}

	body.hm-hk6-landing .hmhk6-stock-modal__media img {
		max-height: 280px;
	}

	body.hm-hk6-landing .hmhk6-stock-modal__purchase,
	body.hm-hk6-landing .hmhk6-stock-modal__waiting {
		padding: 36px 24px 28px;
	}

	body.hm-hk6-landing .hmhk6-stock-modal__title {
		padding-right: 30px;
		font-size: clamp(28px, 9vw, 38px);
	}
}

body.hm-hk6-landing .hm-hk6-shop-dropdown__arrow {
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid #000000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	transform: translateY(1px);
}

body.hm-hk6-landing .hm-hk6-shop-dropdown__menu {
	position: absolute;
	top: calc(100% + 2px);
	right: 0;
	z-index: 40;
	min-width: 280px;
	max-width: min(360px, calc(100vw - 32px));
	margin: 0;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(4px);
	visibility: hidden;
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

body.hm-hk6-landing .hm-hk6-shop-dropdown::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 39;
	display: block;
	width: min(360px, calc(100vw - 32px));
	height: 16px;
	pointer-events: auto;
}

body.hm-hk6-landing .hm-hk6-shop-dropdown:hover .hm-hk6-shop-dropdown__menu,
body.hm-hk6-landing .hm-hk6-shop-dropdown:focus-within .hm-hk6-shop-dropdown__menu,
body.hm-hk6-landing .hm-hk6-shop-dropdown.is-open .hm-hk6-shop-dropdown__menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

body.hm-hk6-landing .hm-hk6-shop-dropdown__item {
	margin: 0;
	padding: 0;
}

body.hm-hk6-landing .hm-hk6-shop-dropdown__link {
	display: block;
	padding: 12px 14px;
	border-radius: 10px;
	color: #101010;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

body.hm-hk6-landing .hm-hk6-shop-dropdown__link:hover,
body.hm-hk6-landing .hm-hk6-shop-dropdown__link:focus-visible {
	background: #f1f1f1;
	color: #000000;
	outline: none;
}

body.hm-hk6-landing .hm-hk6-media,
body.hm-hk6-landing .hm-hk6-media-large,
body.hm-hk6-landing .hm-hk6-section .elementor-widget-image {
	overflow: hidden;
	max-width: 100%;
	border-radius: var(--hmhk6-radius-media);
}

body.hm-hk6-landing .hm-hk6-media img,
body.hm-hk6-landing .hm-hk6-media-large img,
body.hm-hk6-landing .hm-hk6-section .elementor-widget-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: inherit;
	object-fit: cover;
	box-shadow: var(--hmhk6-shadow-soft);
}

body.hm-hk6-landing .hm-hk6-media-large img {
	aspect-ratio: 16 / 10;
}

body.hm-hk6-landing .hm-hk6-media-hero img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: transparent;
}

body.hm-hk6-landing .hm-hk6-image-placeholder {
	display: grid;
	min-height: clamp(260px, 42vw, 560px);
	place-items: center;
	border: 1px dashed var(--hmhk6-line);
	border-radius: var(--hmhk6-radius-media);
	background: linear-gradient(180deg, #ffffff 0%, #eef1f4 100%);
	color: var(--hmhk6-muted);
	font-weight: 800;
}

body.hm-hk6-landing .hm-hk6-hero {
	min-height: min(880px, calc(100vh - 72px));
	display: flex;
	align-items: center;
	padding-block: clamp(84px, 10vw, 156px);
	background: linear-gradient(180deg, #ffffff 0%, #f6f7f8 58%, #eceff2 100%);
}

body.hm-hk6-landing .hm-hk6-hero-centered {
	min-height: auto;
	padding: clamp(80px, 8vw, 110px) 0 clamp(70px, 7vw, 100px);
	background: linear-gradient(180deg, #ffffff 0%, #f6f7f8 68%, #edf0f2 100%);
	text-align: center;
}

body.hm-hk6-landing .hm-hk6-hero-centered > .elementor-container {
	width: min(1180px, calc(100% - (var(--hmhk6-gutter) * 2)));
	max-width: 1180px;
}

body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-hero-column {
	width: 100% !important;
}

body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-hero-column > .elementor-widget-wrap {
	display: block;
	max-width: 1120px;
	margin-inline: auto;
	text-align: center;
}

body.hm-hk6-landing .hm-hk6-hero-title,
body.hm-hk6-landing .hm-hk6-hero-title .elementor-heading-title {
	font-size: clamp(42px, 5vw, 72px);
	line-height: 1.04;
	letter-spacing: 0;
}

body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-title,
body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-title .elementor-heading-title {
	max-width: 980px;
	margin-inline: auto;
	color: var(--hmhk6-ink);
	font-size: clamp(42px, 5vw, 72px);
	line-height: 1.04;
}

body.hm-hk6-landing .hm-hk6-subheadline,
body.hm-hk6-landing .hm-hk6-subheadline p {
	max-width: 760px;
	margin: 18px auto 0;
	color: var(--hmhk6-ink-soft);
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 700;
	line-height: 1.35;
}

body.hm-hk6-landing .hm-hk6-hero-lead,
body.hm-hk6-landing .hm-hk6-hero-lead p {
	color: var(--hmhk6-ink-soft);
	font-size: clamp(1.24rem, 2vw, 1.72rem);
	font-weight: 650;
}

body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-hero-lead,
body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-hero-lead p {
	max-width: 620px;
	margin: 12px auto 0;
	color: var(--hmhk6-muted);
	font-size: clamp(17px, 1.5vw, 20px);
	font-weight: 500;
	line-height: 1.45;
}

body.hm-hk6-landing .hm-hk6-hero-intro,
body.hm-hk6-landing .hm-hk6-hero-intro p {
	max-width: 720px;
	margin-top: 22px;
	font-size: clamp(1rem, 1.16vw, 1.12rem);
}

body.hm-hk6-landing .hm-hk6-hero-centered .elementor-widget-button {
	display: inline-block;
	width: auto;
	margin: 30px 6px 0;
	vertical-align: top;
}

body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-btn .elementor-button {
	min-height: 46px;
	padding: 12px 24px;
	border-radius: 999px;
}

body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-btn-secondary .elementor-button {
	border-color: rgba(9, 10, 13, 0.34);
	background: transparent;
	color: var(--hmhk6-ink);
}

body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-btn-secondary .elementor-button:hover {
	border-color: var(--hmhk6-ink);
	background: rgba(255, 255, 255, 0.72);
}

body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-hero-image {
	width: min(960px, 100%);
	margin: clamp(34px, 5vw, 58px) auto 0;
	border-radius: 0;
}

body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-hero-image img {
	width: 100%;
	max-height: clamp(320px, 42vw, 560px);
	aspect-ratio: auto;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	object-fit: contain;
	filter: drop-shadow(0 28px 32px rgba(15, 22, 32, 0.16));
}

body.hm-hk6-landing .hm-hk6-highlights,
body.hm-hk6-landing .hm-hk6-automation,
body.hm-hk6-landing .hm-hk6-included,
body.hm-hk6-landing .hm-hk6-faq {
	background: var(--hmhk6-white);
}

body.hm-hk6-landing .hm-hk6-highlights.hm-hk6-highlights-bar {
	overflow: visible;
	padding-block: clamp(56px, 5vw, 72px) clamp(48px, 4vw, 64px);
	border-block: 1px solid rgba(0, 0, 0, 0.08);
	background: linear-gradient(180deg, #ffffff 0%, #f3f3f1 100%);
}

body.hm-hk6-landing .hm-hk6-highlights-bar > .elementor-container {
	width: min(1180px, calc(100% - (var(--hmhk6-gutter) * 2)));
	max-width: 1180px;
	margin-inline: auto;
}

body.hm-hk6-landing .hm-hk6-highlights-bar-column > .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

body.hm-hk6-landing .hm-hk6-highlights-kicker,
body.hm-hk6-landing .hm-hk6-highlights-kicker .elementor-heading-title {
	display: none;
}

body.hm-hk6-landing .hm-hk6-highlights-title,
body.hm-hk6-landing .hm-hk6-highlights-title .elementor-heading-title {
	max-width: 760px;
	margin-inline: auto;
	color: var(--hmhk6-ink);
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 800;
	line-height: 1.06;
	letter-spacing: 0;
}

body.hm-hk6-landing .hm-hk6-highlights-intro,
body.hm-hk6-landing .hm-hk6-highlights-intro p {
	max-width: 640px;
	margin: 14px auto 0;
	color: var(--hmhk6-muted);
	font-size: clamp(15px, 1.25vw, 18px);
	line-height: 1.55;
}

body.hm-hk6-landing .hm-hk6-feature-strip,
body.hm-hk6-landing .hm-hk6-highlight-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	width: min(1050px, 100%);
	margin: 28px auto 0;
}

body.hm-hk6-landing .hm-hk6-feature-strip span,
body.hm-hk6-landing .hm-hk6-highlight-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 22px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: #111111;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.15;
	white-space: nowrap;
	box-shadow: none;
	transition: border-color var(--hmhk6-transition), background-color var(--hmhk6-transition);
}

body.hm-hk6-landing .hm-hk6-highlight-pill span {
	display: none;
}

body.hm-hk6-landing .hm-hk6-feature-strip span:hover,
body.hm-hk6-landing .hm-hk6-highlight-pill:hover {
	border-color: rgba(0, 0, 0, 0.42);
	background: #ffffff;
}

body.hm-hk6-landing .hm-hk6-feature-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2.4vw, 28px);
	margin-top: clamp(34px, 5vw, 62px);
	text-align: left;
}

body.hm-hk6-landing .hm-hk6-card {
	min-height: 100%;
	padding: clamp(22px, 2.6vw, 34px);
	border: 1px solid var(--hmhk6-line);
	border-radius: var(--hmhk6-radius-card);
	background: var(--hmhk6-card);
	box-shadow: var(--hmhk6-shadow-card);
	transition: transform var(--hmhk6-transition), border-color var(--hmhk6-transition), box-shadow var(--hmhk6-transition);
}

body.hm-hk6-landing .hm-hk6-card:hover {
	transform: translateY(-3px);
	border-color: rgba(0, 0, 0, 0.18);
	box-shadow: var(--hmhk6-shadow-soft);
}

body.hm-hk6-landing .hm-hk6-card-index {
	display: block;
	margin-bottom: 26px;
	color: var(--hmhk6-accent);
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

body.hm-hk6-landing .hm-hk6-card-title {
	margin: 0 0 12px;
	color: var(--hmhk6-ink);
	font-size: clamp(1.16rem, 1.5vw, 1.45rem);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0;
}

body.hm-hk6-landing .hm-hk6-card-text {
	margin: 0;
}

body.hm-hk6-landing .hm-hk6-engineering-intro {
	overflow: visible;
	padding-block: clamp(82px, 7vw, 100px);
	background: linear-gradient(180deg, #f3f3f1 0%, #ffffff 100%);
	color: var(--hmhk6-ink);
}

body.hm-hk6-landing .hm-hk6-engineering-intro > .elementor-container,
body.hm-hk6-landing .hm-hk6-dark-detail > .elementor-container {
	width: min(1160px, calc(100% - (var(--hmhk6-gutter) * 2)));
	max-width: 1160px;
	margin-inline: auto;
}

body.hm-hk6-landing .hm-hk6-engineering-intro > .elementor-container {
	display: block;
}

body.hm-hk6-landing .hm-hk6-engineering-intro-column > .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

body.hm-hk6-landing .hm-hk6-engineering-image {
	width: min(1040px, 100%);
	margin: 0 auto clamp(34px, 4.8vw, 54px);
}

body.hm-hk6-landing .hm-hk6-engineering-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 620px;
	object-fit: contain;
	border-radius: 16px;
	background: transparent;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-engineering-copy-title,
body.hm-hk6-landing .hm-hk6-engineering-copy-title .elementor-heading-title {
	width: min(1040px, 100%);
	max-width: 1040px;
	margin: 0 auto;
	color: #080808;
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0;
}

body.hm-hk6-landing .hm-hk6-engineering-copy,
body.hm-hk6-landing .hm-hk6-engineering-copy p {
	width: min(1040px, 100%);
	max-width: 1040px;
	margin: 18px auto 0;
	color: #323232;
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.62;
}

body.hm-hk6-landing .hm-hk6-engineering-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 2.8vw, 34px);
	width: min(1040px, 100%);
	margin: clamp(32px, 4.2vw, 48px) auto 0;
}

body.hm-hk6-landing .hm-hk6-engineering-point {
	padding-top: 22px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
	color: #111111;
}

body.hm-hk6-landing .hm-hk6-engineering-point h3 {
	margin: 0 0 10px;
	color: #090909;
	font-size: clamp(18px, 1.6vw, 23px);
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: 0;
}

body.hm-hk6-landing .hm-hk6-engineering-point p {
	margin: 0;
	color: #5c5c5c;
	font-size: 15px;
	line-height: 1.55;
}

body.hm-hk6-landing .hm-hk6-dark-detail {
	padding-block: clamp(112px, 9vw, 136px);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.045), transparent 34%),
		linear-gradient(180deg, #050505 0%, #101010 100%);
	color: #ffffff;
}

body.hm-hk6-landing .hm-hk6-dark-detail > .elementor-container {
	align-items: center;
	gap: clamp(36px, 4.8vw, 66px);
}

body.hm-hk6-landing .hm-hk6-dark-detail .elementor-column {
	min-width: 0;
}

body.hm-hk6-landing .hm-hk6-dark-detail-media {
	width: 58%;
}

body.hm-hk6-landing .hm-hk6-dark-detail-copy-column {
	width: 42%;
}

body.hm-hk6-landing .hm-hk6-dark-detail-media > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

body.hm-hk6-landing .hm-hk6-dark-detail-copy-column > .elementor-widget-wrap {
	align-content: center;
	align-items: flex-start;
}

body.hm-hk6-landing .hm-hk6-dark-detail-image {
	width: 100%;
	border-radius: 16px;
	background: #080808;
	overflow: hidden;
}

body.hm-hk6-landing .hm-hk6-dark-detail-image .elementor-widget-container {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	background: #080808;
}

body.hm-hk6-landing .hm-hk6-dark-detail-image .elementor-widget-container::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 50% 44%, transparent 48%, rgba(0, 0, 0, 0.22) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 30%, rgba(0, 0, 0, 0.2));
}

body.hm-hk6-landing .hm-hk6-dark-detail-image img {
	display: block;
	width: 100%;
	height: clamp(460px, 41vw, 650px);
	object-fit: cover;
	object-position: center center;
	border-radius: 16px;
	box-shadow: none;
	filter: brightness(0.88) contrast(1.06);
}

body.hm-hk6-landing .hm-hk6-dark-detail-title,
body.hm-hk6-landing .hm-hk6-dark-detail-title .elementor-heading-title {
	max-width: 540px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 820;
	line-height: 1.02;
	letter-spacing: 0;
}

body.hm-hk6-landing .hm-hk6-dark-detail-copy,
body.hm-hk6-landing .hm-hk6-dark-detail-copy p {
	max-width: 520px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.65;
}

body.hm-hk6-landing .hm-hk6-dark-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	max-width: 540px;
	margin-top: 34px;
}

body.hm-hk6-landing .hm-hk6-dark-benefit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: transparent;
	color: #ffffff;
	font-size: 0.94rem;
	font-weight: 650;
	line-height: 1.15;
	white-space: nowrap;
}

body.hm-hk6-landing .hm-hk6-engineering {
	background: linear-gradient(180deg, #f7f8f9 0%, #ffffff 100%);
}

body.hm-hk6-landing .hm-hk6-dark-feature,
body.hm-hk6-landing .hm-hk6-display {
	background: linear-gradient(180deg, var(--hmhk6-dark-2) 0%, var(--hmhk6-dark) 100%);
	color: var(--hmhk6-inverse);
}

body.hm-hk6-landing .hm-hk6-dark-feature .hm-hk6-title,
body.hm-hk6-landing .hm-hk6-dark-feature .hm-hk6-title .elementor-heading-title,
body.hm-hk6-landing .hm-hk6-display .hm-hk6-title,
body.hm-hk6-landing .hm-hk6-display .hm-hk6-title .elementor-heading-title {
	color: var(--hmhk6-inverse);
}

body.hm-hk6-landing .hm-hk6-dark-feature .hm-hk6-lead,
body.hm-hk6-landing .hm-hk6-dark-feature .hm-hk6-lead p,
body.hm-hk6-landing .hm-hk6-display .hm-hk6-lead,
body.hm-hk6-landing .hm-hk6-display .hm-hk6-lead p {
	color: var(--hmhk6-inverse-muted);
}

body.hm-hk6-landing .hm-hk6-dark-feature .hm-hk6-kicker,
body.hm-hk6-landing .hm-hk6-dark-feature .hm-hk6-kicker p,
body.hm-hk6-landing .hm-hk6-display .hm-hk6-kicker,
body.hm-hk6-landing .hm-hk6-display .hm-hk6-kicker p {
	color: var(--hmhk6-accent-2);
}

body.hm-hk6-landing .hm-hk6-dark-feature .elementor-widget-image img,
body.hm-hk6-landing .hm-hk6-display .elementor-widget-image img {
	box-shadow: 0 28px 84px rgba(0, 0, 0, 0.34);
}

body.hm-hk6-landing .hm-hk6-brushless {
	background: linear-gradient(180deg, #11151a 0%, #050607 100%);
	color: var(--hmhk6-inverse);
	text-align: center;
}

body.hm-hk6-landing .hm-hk6-brushless .hm-hk6-title,
body.hm-hk6-landing .hm-hk6-brushless .hm-hk6-title .elementor-heading-title {
	color: var(--hmhk6-inverse);
}

body.hm-hk6-landing .hm-hk6-brushless .hm-hk6-lead,
body.hm-hk6-landing .hm-hk6-brushless .hm-hk6-lead p {
	color: var(--hmhk6-inverse-muted);
}

body.hm-hk6-landing .hm-hk6-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: clamp(34px, 5vw, 58px);
}

body.hm-hk6-landing .hm-hk6-benefit {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 76px;
	padding: 18px;
	border: 1px solid var(--hmhk6-line-inverse);
	border-radius: var(--hmhk6-radius-card);
	background: var(--hmhk6-card-dark);
	color: var(--hmhk6-inverse);
	font-weight: 800;
	line-height: 1.25;
}

body.hm-hk6-landing .hm-hk6-benefit span {
	width: 8px;
	height: 8px;
	margin-right: 10px;
	border-radius: 999px;
	background: var(--hmhk6-accent);
}

body.hm-hk6-landing .hm-hk6-step-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: clamp(28px, 4vw, 48px);
}

body.hm-hk6-landing .hm-hk6-step {
	display: flex;
	align-items: center;
	min-height: 76px;
	padding: 16px 18px;
	border: 1px solid var(--hmhk6-line);
	border-radius: var(--hmhk6-radius-card);
	background: var(--hmhk6-white);
	box-shadow: var(--hmhk6-shadow-card);
}

body.hm-hk6-landing .hm-hk6-step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-right: 14px;
	border-radius: 999px;
	background: var(--hmhk6-ink);
	color: var(--hmhk6-inverse);
	font-size: 0.9rem;
	font-weight: 900;
}

body.hm-hk6-landing .hm-hk6-step strong {
	color: var(--hmhk6-ink);
	font-size: 1rem;
	line-height: 1.25;
}

body.hm-hk6-landing .hm-hk6-hopper {
	background: linear-gradient(180deg, #ffffff 0%, #eef1f3 100%);
}

body.hm-hk6-landing .hm-hk6-included-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: clamp(28px, 4vw, 46px);
}

body.hm-hk6-landing .hm-hk6-included-item {
	padding: 16px 18px;
	border: 1px solid var(--hmhk6-line);
	border-radius: var(--hmhk6-radius-card);
	background: var(--hmhk6-white);
	color: var(--hmhk6-ink);
	font-weight: 750;
	line-height: 1.3;
}

body.hm-hk6-landing .hm-hk6-comparison {
	background: linear-gradient(180deg, #ffffff 0%, #f4f6f7 100%);
}

body.hm-hk6-landing .hm-hk6-table-wrap {
	margin-top: clamp(34px, 5vw, 60px);
}

body.hm-hk6-landing .hm-hk6-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid var(--hmhk6-line);
	border-radius: var(--hmhk6-radius-panel);
	background: var(--hmhk6-white);
	box-shadow: var(--hmhk6-shadow-card);
}

body.hm-hk6-landing .hm-hk6-table,
body.hm-hk6-landing .hm-hk6-comparison table {
	width: 100%;
	min-width: 680px;
	border-collapse: separate;
	border-spacing: 0;
	background: var(--hmhk6-white);
}

body.hm-hk6-landing .hm-hk6-table th,
body.hm-hk6-landing .hm-hk6-table td,
body.hm-hk6-landing .hm-hk6-comparison table th,
body.hm-hk6-landing .hm-hk6-comparison table td {
	padding: clamp(15px, 2vw, 22px);
	border-bottom: 1px solid var(--hmhk6-line);
	color: var(--hmhk6-ink-soft);
	font-size: 0.98rem;
	line-height: 1.45;
	text-align: left;
	vertical-align: middle;
}

body.hm-hk6-landing .hm-hk6-table th,
body.hm-hk6-landing .hm-hk6-comparison table th {
	background: #f0f2f4;
	color: var(--hmhk6-ink);
	font-weight: 850;
}

body.hm-hk6-landing .hm-hk6-table tr:last-child td,
body.hm-hk6-landing .hm-hk6-comparison table tr:last-child td {
	border-bottom: 0;
}

body.hm-hk6-landing .hm-hk6-faq .hm-hk6-section-title,
body.hm-hk6-landing .hm-hk6-faq .hm-hk6-section-title .elementor-heading-title {
	margin-inline: auto;
}

body.hm-hk6-landing .hm-hk6-faq-accordion {
	max-width: 900px;
	margin: clamp(34px, 5vw, 58px) auto 0;
	text-align: left;
}

body.hm-hk6-landing .hm-hk6-faq .elementor-accordion,
body.hm-hk6-landing .hm-hk6-faq .elementor-toggle {
	border-top: 1px solid var(--hmhk6-line);
}

body.hm-hk6-landing .hm-hk6-faq .elementor-accordion .elementor-tab-title,
body.hm-hk6-landing .hm-hk6-faq .elementor-toggle .elementor-tab-title {
	padding: 24px 0;
	border-bottom: 1px solid var(--hmhk6-line);
	color: var(--hmhk6-ink);
	font-size: clamp(1.05rem, 1.35vw, 1.25rem);
	font-weight: 800;
	line-height: 1.35;
}

body.hm-hk6-landing .hm-hk6-faq .elementor-accordion .elementor-tab-content,
body.hm-hk6-landing .hm-hk6-faq .elementor-toggle .elementor-tab-content {
	padding: 0 0 24px;
	border-bottom: 1px solid var(--hmhk6-line);
	color: var(--hmhk6-muted);
	font-size: 1rem;
	line-height: 1.7;
}

body.hm-hk6-landing .hm-hk6-final-cta {
	background: linear-gradient(180deg, #f7f8f9 0%, #ffffff 100%);
}

body.hm-hk6-landing .hmhk6-buy-box {
	width: min(680px, 100%);
	margin-top: clamp(30px, 4vw, 48px);
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid var(--hmhk6-line);
	border-radius: var(--hmhk6-radius-panel);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--hmhk6-shadow-soft);
	text-align: left;
}

body.hm-hk6-landing .hmhk6-buy-box__price {
	margin-bottom: 10px;
	color: var(--hmhk6-ink);
	font-size: clamp(1.8rem, 3vw, 2.65rem);
	font-weight: 900;
	line-height: 1;
}

body.hm-hk6-landing .hmhk6-buy-box__availability {
	margin-bottom: 20px;
	color: var(--hmhk6-muted);
	font-size: 0.96rem;
}

body.hm-hk6-landing .hmhk6-buy-box .variations {
	width: 100%;
	margin-bottom: 18px;
}

body.hm-hk6-landing .hmhk6-buy-box .variations th,
body.hm-hk6-landing .hmhk6-buy-box .variations td {
	display: block;
	padding: 0 0 10px;
	text-align: left;
}

body.hm-hk6-landing .hmhk6-buy-box .variations label {
	color: var(--hmhk6-ink);
	font-weight: 800;
}

body.hm-hk6-landing .hmhk6-buy-box select,
body.hm-hk6-landing .hmhk6-buy-box input.qty {
	min-height: 46px;
	border: 1px solid var(--hmhk6-line);
	border-radius: 999px;
	background: #ffffff;
	color: var(--hmhk6-ink);
}

body.hm-hk6-landing .hmhk6-buy-box .reset_variations {
	display: inline-block;
	margin-top: 8px;
	color: var(--hmhk6-muted);
	font-size: 0.9rem;
}

body.hm-hk6-landing .hmhk6-buy-box .single_variation_wrap {
	margin-top: 14px;
}

body.hm-hk6-landing .hmhk6-buy-box .single_add_to_cart_button,
body.hm-hk6-landing .hmhk6-buy-box .button {
	min-height: 48px;
	padding: 13px 26px;
	border: 0;
	border-radius: 999px;
	background: var(--hmhk6-ink);
	color: var(--hmhk6-inverse);
	font-weight: 850;
	transition: transform var(--hmhk6-transition), background-color var(--hmhk6-transition), opacity var(--hmhk6-transition);
}

body.hm-hk6-landing .hmhk6-buy-box .single_add_to_cart_button:hover,
body.hm-hk6-landing .hmhk6-buy-box .button:hover {
	transform: translateY(-1px);
	background: #252a31;
	color: var(--hmhk6-inverse);
}

body.hm-hk6-landing .hmhk6-buy-box .single_add_to_cart_button.disabled,
body.hm-hk6-landing .hmhk6-buy-box .button.disabled {
	opacity: 0.5;
}

@media (max-width: 1024px) {
	body.hm-hk6-landing {
		--hmhk6-section: clamp(62px, 8vw, 96px);
		--hmhk6-section-tight: clamp(46px, 6vw, 76px);
		--hmhk6-gutter: clamp(18px, 3.5vw, 34px);
	}

	body.hm-hk6-landing .hm-hk6-split > .elementor-container,
	body.hm-hk6-landing .hm-hk6-split-reverse > .elementor-container {
		gap: clamp(28px, 5vw, 56px);
	}

	body.hm-hk6-landing .hm-hk6-feature-cards,
	body.hm-hk6-landing .hm-hk6-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.hm-hk6-landing .hm-hk6-feature-strip,
	body.hm-hk6-landing .hm-hk6-highlight-bar {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		max-width: 760px;
	}

	body.hm-hk6-landing .hm-hk6-feature-strip span,
	body.hm-hk6-landing .hm-hk6-highlight-pill {
		justify-content: flex-start;
		width: 100%;
		white-space: normal;
	}

	body.hm-hk6-landing .hm-hk6-engineering-intro {
		padding-block: 72px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-image {
		margin-bottom: 42px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-points {
		gap: 22px;
	}

	body.hm-hk6-landing .hm-hk6-dark-detail {
		padding-block: 88px;
	}

	body.hm-hk6-landing .hm-hk6-dark-detail > .elementor-container {
		flex-direction: column;
		align-items: stretch;
	}

	body.hm-hk6-landing .hm-hk6-dark-detail .elementor-column {
		width: 100%;
	}

	body.hm-hk6-landing .hm-hk6-dark-detail-image img {
		height: clamp(360px, 55vw, 520px);
		max-height: none;
		object-fit: cover;
	}

	body.hm-hk6-landing .hm-hk6-dark-detail-title,
	body.hm-hk6-landing .hm-hk6-dark-detail-title .elementor-heading-title,
	body.hm-hk6-landing .hm-hk6-dark-detail-copy,
	body.hm-hk6-landing .hm-hk6-dark-detail-copy p,
	body.hm-hk6-landing .hm-hk6-dark-benefits {
		max-width: 760px;
	}

	body.hm-hk6-landing .hm-hk6-hero {
		min-height: auto;
	}

	body.hm-hk6-landing .hm-hk6-hero-centered {
		padding: 72px 0 78px;
	}

	body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-hero-image img {
		max-height: 500px;
	}
}

@media (max-width: 767px) {
	body.hm-hk6-landing {
		--hmhk6-section: 56px;
		--hmhk6-section-tight: 42px;
		--hmhk6-gutter: 18px;
		--hmhk6-radius-media: 18px;
		--hmhk6-radius-panel: 14px;
	}

	body.hm-hk6-landing .hm-hk6-section,
	body.hm-hk6-landing .hm-hk6-hero,
	body.hm-hk6-landing .hm-hk6-highlights,
	body.hm-hk6-landing .hm-hk6-engineering-intro,
	body.hm-hk6-landing .hm-hk6-engineering,
	body.hm-hk6-landing .hm-hk6-dark-detail,
	body.hm-hk6-landing .hm-hk6-dark-feature,
	body.hm-hk6-landing .hm-hk6-brushless,
	body.hm-hk6-landing .hm-hk6-automation,
	body.hm-hk6-landing .hm-hk6-display,
	body.hm-hk6-landing .hm-hk6-hopper,
	body.hm-hk6-landing .hm-hk6-included,
	body.hm-hk6-landing .hm-hk6-comparison,
	body.hm-hk6-landing .hm-hk6-faq,
	body.hm-hk6-landing .hm-hk6-final-cta {
		padding-block: var(--hmhk6-section);
	}

	body.hm-hk6-landing .hm-hk6-highlights.hm-hk6-highlights-bar {
		padding-block: 50px;
	}

	body.hm-hk6-landing .hm-hk6-highlights-title,
	body.hm-hk6-landing .hm-hk6-highlights-title .elementor-heading-title {
		font-size: clamp(30px, 9vw, 42px);
	}

	body.hm-hk6-landing .hm-hk6-feature-strip,
	body.hm-hk6-landing .hm-hk6-highlight-bar {
		grid-template-columns: 1fr;
		width: min(390px, 100%);
		margin-top: 24px;
	}

	body.hm-hk6-landing .hm-hk6-feature-strip span,
	body.hm-hk6-landing .hm-hk6-highlight-pill {
		min-height: 42px;
		padding: 10px 16px;
		font-size: 0.92rem;
	}

	body.hm-hk6-landing .hm-hk6-engineering-intro {
		padding-block: 56px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-image {
		margin-bottom: 30px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-image img {
		border-radius: 12px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-copy-title,
	body.hm-hk6-landing .hm-hk6-engineering-copy-title .elementor-heading-title {
		font-size: clamp(28px, 8vw, 38px);
	}

	body.hm-hk6-landing .hm-hk6-engineering-copy,
	body.hm-hk6-landing .hm-hk6-engineering-copy p {
		margin-top: 14px;
		font-size: 16px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-points {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 30px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-point {
		padding-top: 18px;
	}

	body.hm-hk6-landing .hm-hk6-dark-detail {
		padding-block: 64px;
	}

	body.hm-hk6-landing .hm-hk6-dark-detail > .elementor-container {
		gap: 30px;
	}

	body.hm-hk6-landing .hm-hk6-dark-detail-image img {
		height: clamp(280px, 72vw, 420px);
		max-height: none;
		border-radius: 14px;
		object-fit: cover;
	}

	body.hm-hk6-landing .hm-hk6-dark-detail-title,
	body.hm-hk6-landing .hm-hk6-dark-detail-title .elementor-heading-title {
		font-size: clamp(34px, 10vw, 48px);
	}

	body.hm-hk6-landing .hm-hk6-dark-detail-copy,
	body.hm-hk6-landing .hm-hk6-dark-detail-copy p {
		margin-top: 18px;
		font-size: 16px;
	}

	body.hm-hk6-landing .hm-hk6-dark-benefits {
		gap: 10px;
		margin-top: 26px;
	}

	body.hm-hk6-landing .hm-hk6-dark-benefit {
		width: 100%;
		justify-content: flex-start;
		white-space: normal;
	}

	body.hm-hk6-landing .hm-hk6-title,
	body.hm-hk6-landing .hm-hk6-title .elementor-heading-title,
	body.hm-hk6-landing .hm-hk6-hero-title,
	body.hm-hk6-landing .hm-hk6-hero-title .elementor-heading-title {
		font-size: clamp(2.35rem, 12vw, 4.15rem);
		line-height: 1;
	}

	body.hm-hk6-landing .hm-hk6-hero-centered {
		padding: 52px 0 48px;
	}

	body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-title,
	body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-title .elementor-heading-title,
	body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-hero-title,
	body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-hero-title .elementor-heading-title {
		max-width: 100%;
		font-size: clamp(40px, 10.5vw, 54px);
		line-height: 1.03;
	}

	body.hm-hk6-landing .hm-hk6-subheadline,
	body.hm-hk6-landing .hm-hk6-subheadline p {
		margin-top: 14px;
		font-size: 18px;
	}

	body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-hero-lead,
	body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-hero-lead p {
		font-size: 16px;
	}

	body.hm-hk6-landing .hm-hk6-hero-centered .elementor-widget-button,
	body.hm-hk6-landing .hm-hk6-hero-centered .elementor-widget-button + .elementor-widget-button {
		display: block;
		width: min(320px, 100%);
		margin: 10px auto 0;
	}

	body.hm-hk6-landing .hm-hk6-hero-centered .elementor-widget-button:first-of-type {
		margin-top: 24px;
	}

	body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-hero-image {
		margin-top: 28px;
	}

	body.hm-hk6-landing .hm-hk6-hero-centered .hm-hk6-hero-image img {
		max-height: 320px;
	}

	body.hm-hk6-landing .hm-hk6-lead,
	body.hm-hk6-landing .hm-hk6-lead p {
		margin-top: 16px;
		font-size: 1.06rem;
	}

	body.hm-hk6-landing .hm-hk6-split > .elementor-container,
	body.hm-hk6-landing .hm-hk6-split-reverse > .elementor-container,
	body.hm-hk6-landing .hm-hk6-feature-cards,
	body.hm-hk6-landing .hm-hk6-benefit-grid,
	body.hm-hk6-landing .hm-hk6-step-grid,
	body.hm-hk6-landing .hm-hk6-included-grid {
		grid-template-columns: 1fr;
	}

	body.hm-hk6-landing .hm-hk6-copy-column .elementor-widget-button,
	body.hm-hk6-landing .hm-hk6-copy-column .elementor-widget-button + .elementor-widget-button {
		display: block;
		width: 100%;
		margin-top: 12px;
		margin-right: 0;
	}

	body.hm-hk6-landing .hm-hk6-copy-column .elementor-widget-button:first-of-type {
		margin-top: 28px;
	}

	body.hm-hk6-landing .hm-hk6-btn .elementor-button,
	body.hm-hk6-landing .hm-hk6-section .elementor-button {
		width: 100%;
		min-height: 46px;
		padding: 12px 20px;
	}

	body.hm-hk6-landing .hm-hk6-card {
		padding: 22px;
	}

	body.hm-hk6-landing .hm-hk6-table,
	body.hm-hk6-landing .hm-hk6-comparison table {
		min-width: 620px;
	}

	body.hm-hk6-landing .hm-hk6-table th,
	body.hm-hk6-landing .hm-hk6-table td,
	body.hm-hk6-landing .hm-hk6-comparison table th,
	body.hm-hk6-landing .hm-hk6-comparison table td {
		padding: 14px;
		font-size: 0.92rem;
	}

	body.hm-hk6-landing .hmhk6-buy-box {
		padding: 22px;
	}

	body.hm-hk6-landing .hm-hk6-shop-dropdown-widget,
	body.hm-hk6-landing .hm-hk6-shop-dropdown,
	body.hm-hk6-landing .hm-hk6-shop-dropdown__trigger {
		width: 100%;
	}

	body.hm-hk6-landing .hm-hk6-shop-dropdown__trigger {
		min-height: 48px;
		padding: 14px 28px;
	}

	body.hm-hk6-landing .hm-hk6-shop-dropdown__menu {
		right: auto;
		left: 50%;
		width: min(320px, calc(100vw - 32px));
		min-width: 0;
		transform: translate(-50%, 4px);
	}

	body.hm-hk6-landing .hm-hk6-shop-dropdown::after {
		right: auto;
		left: 50%;
		width: min(320px, calc(100vw - 32px));
		transform: translateX(-50%);
	}

	body.hm-hk6-landing .hm-hk6-shop-dropdown:hover .hm-hk6-shop-dropdown__menu,
	body.hm-hk6-landing .hm-hk6-shop-dropdown:focus-within .hm-hk6-shop-dropdown__menu,
	body.hm-hk6-landing .hm-hk6-shop-dropdown.is-open .hm-hk6-shop-dropdown__menu {
		transform: translate(-50%, 0);
	}
}

/* Stage 3.0 curated middle-section rebuild. Preserved hero and final service block are intentionally not targeted here. */
body.hm-hk6-landing .hm-hk6-middle-section {
	--hmhk6-middle-container: 1160px;
	--hmhk6-middle-gutter: clamp(18px, 3vw, 24px);
	overflow: hidden;
	padding-block: clamp(86px, 8vw, 112px);
	background: #f5f5f3;
	color: #090909;
}

body.hm-hk6-landing .hm-hk6-middle-section > .elementor-container {
	width: min(var(--hmhk6-middle-container), calc(100% - (var(--hmhk6-middle-gutter) * 2)));
	max-width: var(--hmhk6-middle-container);
	margin-inline: auto;
	align-items: center;
	gap: clamp(34px, 5vw, 72px);
}

body.hm-hk6-landing .hm-hk6-middle-section .elementor-column {
	min-width: 0;
}

body.hm-hk6-landing .hm-hk6-middle-section .elementor-widget-wrap {
	align-content: center;
}

body.hm-hk6-landing .hm-hk6-middle-title,
body.hm-hk6-landing .hm-hk6-middle-title .elementor-heading-title {
	max-width: 760px;
	margin: 0;
	color: #090909;
	font-size: clamp(30px, 4vw, 56px);
	font-weight: 820;
	line-height: 1.06;
	letter-spacing: 0;
	text-wrap: balance;
}

body.hm-hk6-landing .hm-hk6-middle-text,
body.hm-hk6-landing .hm-hk6-middle-text p {
	max-width: 720px;
	margin: 20px 0 0;
	color: #363636;
	font-size: clamp(16px, 1.32vw, 19px);
	line-height: 1.64;
}

body.hm-hk6-landing .hm-hk6-middle-section .elementor-widget-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-engineering-intro {
	padding-block: clamp(84px, 7vw, 108px);
	background: linear-gradient(180deg, #f2f2f0 0%, #ffffff 100%);
}

body.hm-hk6-landing .hm-hk6-engineering-intro > .elementor-container {
	display: block;
}

body.hm-hk6-landing .hm-hk6-engineering-image {
	width: min(1040px, 100%);
	margin: 0 auto clamp(34px, 4.8vw, 54px);
}

body.hm-hk6-landing .hm-hk6-engineering-image img {
	max-height: 660px;
	object-fit: contain;
}

body.hm-hk6-landing .hm-hk6-engineering-title,
body.hm-hk6-landing .hm-hk6-engineering-title .elementor-heading-title,
body.hm-hk6-landing .hm-hk6-engineering-copy,
body.hm-hk6-landing .hm-hk6-engineering-copy p,
body.hm-hk6-landing .hm-hk6-engineering-points {
	width: min(1040px, 100%);
	margin-inline: auto;
}

body.hm-hk6-landing .hm-hk6-engineering-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(22px, 3vw, 34px);
	margin-top: clamp(34px, 4vw, 48px);
}

body.hm-hk6-landing .hm-hk6-engineering-point {
	padding-top: 22px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
}

body.hm-hk6-landing .hm-hk6-engineering-point h3 {
	margin: 0 0 10px;
	color: #090909;
	font-size: clamp(18px, 1.7vw, 23px);
	font-weight: 820;
	line-height: 1.16;
	letter-spacing: 0;
}

body.hm-hk6-landing .hm-hk6-engineering-point p {
	margin: 0;
	color: #5c5c5c;
	font-size: 15px;
	line-height: 1.55;
}

body.hm-hk6-landing .hm-hk6-dark-detail {
	padding-block: clamp(112px, 9vw, 140px);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.045), transparent 36%),
		linear-gradient(180deg, #050505 0%, #101010 100%);
	color: #ffffff;
}

body.hm-hk6-landing .hm-hk6-dark-detail .hm-hk6-middle-title,
body.hm-hk6-landing .hm-hk6-dark-detail .hm-hk6-middle-title .elementor-heading-title {
	max-width: 540px;
	color: #ffffff;
	font-size: clamp(36px, 5vw, 64px);
	line-height: 1.02;
}

body.hm-hk6-landing .hm-hk6-dark-detail .hm-hk6-middle-text,
body.hm-hk6-landing .hm-hk6-dark-detail .hm-hk6-middle-text p {
	max-width: 520px;
	color: rgba(255, 255, 255, 0.74);
}

body.hm-hk6-landing .hm-hk6-dark-detail-media {
	width: 58%;
}

body.hm-hk6-landing .hm-hk6-dark-detail-copy-column {
	width: 42%;
}

body.hm-hk6-landing .hm-hk6-dark-detail-image,
body.hm-hk6-landing .hm-hk6-dark-detail-image .elementor-widget-container {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	background: #080808;
}

body.hm-hk6-landing .hm-hk6-dark-detail-image .elementor-widget-container::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 50% 44%, transparent 48%, rgba(0, 0, 0, 0.24) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 30%, rgba(0, 0, 0, 0.22));
}

body.hm-hk6-landing .hm-hk6-dark-detail-image img {
	height: clamp(460px, 41vw, 650px);
	object-fit: cover;
	object-position: center center;
	filter: brightness(0.88) contrast(1.06);
}

body.hm-hk6-landing .hm-hk6-dark-benefits,
body.hm-hk6-landing .hm-hk6-display-points {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	max-width: 540px;
	margin-top: 32px;
}

body.hm-hk6-landing .hm-hk6-dark-benefit,
body.hm-hk6-landing .hm-hk6-display-points span {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 9px 16px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: transparent;
	color: #ffffff;
	font-size: 0.94rem;
	font-weight: 650;
	line-height: 1.15;
}

body.hm-hk6-landing .hm-hk6-automation-flow,
body.hm-hk6-landing .hm-hk6-hopper,
body.hm-hk6-landing .hm-hk6-preorder-cta {
	background: #ffffff;
}

body.hm-hk6-landing .hm-hk6-display-control,
body.hm-hk6-landing .hm-hk6-included {
	background: #f2f2f0;
}

body.hm-hk6-landing .hm-hk6-automation-image img,
body.hm-hk6-landing .hm-hk6-display-image img,
body.hm-hk6-landing .hm-hk6-hopper-image img,
body.hm-hk6-landing .hm-hk6-included-image img,
body.hm-hk6-landing .hm-hk6-preorder-image img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center center;
}

body.hm-hk6-landing .hm-hk6-steps {
	max-width: 520px;
	margin-top: 34px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
}

body.hm-hk6-landing .hm-hk6-step {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 16px;
	align-items: center;
	padding: 17px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	color: #111111;
}

body.hm-hk6-landing .hm-hk6-step span {
	color: #707070;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1;
}

body.hm-hk6-landing .hm-hk6-step strong {
	color: #090909;
	font-size: clamp(17px, 1.5vw, 21px);
	font-weight: 820;
	line-height: 1.2;
}

body.hm-hk6-landing .hm-hk6-display-points span {
	border-color: rgba(0, 0, 0, 0.2);
	color: #111111;
}

body.hm-hk6-landing .hm-hk6-included-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 26px;
	margin-top: 32px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
}

body.hm-hk6-landing .hm-hk6-included .hm-hk6-included-item {
	position: static;
	min-height: auto;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	background: transparent;
	color: #111111;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
}

body.hm-hk6-landing .hm-hk6-included .hm-hk6-included-item::before {
	display: none;
}

body.hm-hk6-landing .hm-hk6-preorder-cta {
	background: linear-gradient(180deg, #f7f7f5 0%, #ffffff 100%);
}

body.hm-hk6-landing .hm-hk6-preorder-cta .hmhk6-buy-box {
	width: min(560px, 100%);
	margin-top: 30px;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-preorder-cta .hmhk6-buy-box__price {
	font-size: clamp(28px, 3vw, 42px);
}

@media (max-width: 1024px) {
	body.hm-hk6-landing .hm-hk6-middle-section {
		padding-block: 76px;
	}

	body.hm-hk6-landing .hm-hk6-middle-split > .elementor-container {
		flex-direction: column;
		align-items: stretch;
		gap: 42px;
	}

	body.hm-hk6-landing .hm-hk6-middle-split .elementor-column,
	body.hm-hk6-landing .hm-hk6-dark-detail-media,
	body.hm-hk6-landing .hm-hk6-dark-detail-copy-column {
		width: 100%;
	}

	body.hm-hk6-landing .hm-hk6-dark-detail-image img {
		height: clamp(360px, 55vw, 540px);
	}

	body.hm-hk6-landing .hm-hk6-engineering-points {
		gap: 22px;
	}
}

@media (max-width: 767px) {
	body.hm-hk6-landing .hm-hk6-middle-section {
		--hmhk6-middle-gutter: 18px;
		padding-block: 60px;
	}

	body.hm-hk6-landing .hm-hk6-middle-section > .elementor-container {
		width: min(var(--hmhk6-middle-container), calc(100% - 36px));
		gap: 30px;
	}

	body.hm-hk6-landing .hm-hk6-middle-title,
	body.hm-hk6-landing .hm-hk6-middle-title .elementor-heading-title {
		font-size: clamp(30px, 9vw, 44px);
		line-height: 1.08;
	}

	body.hm-hk6-landing .hm-hk6-middle-text,
	body.hm-hk6-landing .hm-hk6-middle-text p {
		margin-top: 16px;
		font-size: 16px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-image {
		margin-bottom: 30px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-image img,
	body.hm-hk6-landing .hm-hk6-automation-image img,
	body.hm-hk6-landing .hm-hk6-display-image img,
	body.hm-hk6-landing .hm-hk6-hopper-image img,
	body.hm-hk6-landing .hm-hk6-included-image img,
	body.hm-hk6-landing .hm-hk6-preorder-image img {
		border-radius: 14px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-points {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 30px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-point {
		padding-top: 18px;
	}

	body.hm-hk6-landing .hm-hk6-dark-detail {
		padding-block: 66px;
	}

	body.hm-hk6-landing .hm-hk6-dark-detail .hm-hk6-middle-title,
	body.hm-hk6-landing .hm-hk6-dark-detail .hm-hk6-middle-title .elementor-heading-title {
		font-size: clamp(34px, 10vw, 48px);
	}

	body.hm-hk6-landing .hm-hk6-dark-detail-image img {
		height: clamp(280px, 72vw, 420px);
	}

	body.hm-hk6-landing .hm-hk6-dark-benefits,
	body.hm-hk6-landing .hm-hk6-display-points {
		gap: 10px;
		margin-top: 24px;
	}

	body.hm-hk6-landing .hm-hk6-dark-benefit,
	body.hm-hk6-landing .hm-hk6-display-points span {
		width: 100%;
		justify-content: flex-start;
		white-space: normal;
	}

	body.hm-hk6-landing .hm-hk6-step {
		grid-template-columns: 38px 1fr;
		padding: 15px 0;
	}

	body.hm-hk6-landing .hm-hk6-included-list {
		grid-template-columns: 1fr;
		margin-top: 26px;
	}

	body.hm-hk6-landing .hm-hk6-preorder-cta .hmhk6-buy-box {
		padding: 22px;
	}
}

/* Stage 3.1 middle-section polish. Hero and preserved warranty/guide block are not targeted here. */
body.hm-hk6-landing .hm-hk6-middle-section {
	--hmhk6-middle-container: 1160px;
	--hmhk6-middle-gutter: clamp(18px, 3vw, 24px);
	overflow: hidden;
	background: #f5f5f3;
	color: #080808;
}

body.hm-hk6-landing .hm-hk6-middle-section > .elementor-container {
	width: min(var(--hmhk6-middle-container), calc(100% - (var(--hmhk6-middle-gutter) * 2)));
	max-width: var(--hmhk6-middle-container);
	margin-inline: auto;
}

body.hm-hk6-landing .hm-hk6-middle-section .elementor-widget-wrap {
	align-content: center;
}

body.hm-hk6-landing .hm-hk6-middle-title,
body.hm-hk6-landing .hm-hk6-middle-title .elementor-heading-title {
	color: #080808;
	font-size: clamp(32px, 4vw, 56px);
	font-weight: 820;
	line-height: 1.06;
	letter-spacing: 0;
	text-wrap: balance;
}

body.hm-hk6-landing .hm-hk6-middle-text,
body.hm-hk6-landing .hm-hk6-middle-text p {
	color: #383838;
	font-size: clamp(16px, 1.25vw, 19px);
	line-height: 1.62;
}

body.hm-hk6-landing .hm-hk6-middle-section .elementor-widget-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-engineering-intro {
	padding-block: 90px 100px;
	background: linear-gradient(180deg, #f3f3f1 0%, #ffffff 100%);
}

body.hm-hk6-landing .hm-hk6-engineering-intro > .elementor-container {
	display: block;
}

body.hm-hk6-landing .hm-hk6-engineering-image {
	width: min(1080px, 100%);
	margin: 0 auto 52px;
}

body.hm-hk6-landing .hm-hk6-engineering-image img {
	max-height: 700px;
	object-fit: contain;
	object-position: center;
}

body.hm-hk6-landing .hm-hk6-engineering-title,
body.hm-hk6-landing .hm-hk6-engineering-title .elementor-heading-title {
	width: min(760px, 100%);
	margin-inline: auto;
	font-size: clamp(30px, 3vw, 44px);
}

body.hm-hk6-landing .hm-hk6-engineering-copy,
body.hm-hk6-landing .hm-hk6-engineering-copy p {
	width: min(860px, 100%);
	max-width: 860px;
	margin-inline: auto;
}

body.hm-hk6-landing .hm-hk6-engineering-points {
	width: min(1080px, 100%);
	margin-inline: auto;
}

body.hm-hk6-landing .hm-hk6-engineering-point {
	background: transparent;
}

body.hm-hk6-landing .hm-hk6-dark-detail {
	padding-block: 130px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.045), transparent 34%),
		linear-gradient(180deg, #050505 0%, #111111 100%);
}

body.hm-hk6-landing .hm-hk6-dark-detail > .elementor-container {
	gap: 64px;
}

body.hm-hk6-landing .hm-hk6-dark-detail-media {
	width: 58%;
}

body.hm-hk6-landing .hm-hk6-dark-detail-copy-column {
	width: 38%;
	margin-left: auto;
}

body.hm-hk6-landing .hm-hk6-dark-detail .hm-hk6-middle-title,
body.hm-hk6-landing .hm-hk6-dark-detail .hm-hk6-middle-title .elementor-heading-title {
	max-width: 540px;
	color: #ffffff;
	font-size: clamp(38px, 5vw, 64px);
	line-height: 1.02;
}

body.hm-hk6-landing .hm-hk6-dark-detail .hm-hk6-middle-text,
body.hm-hk6-landing .hm-hk6-dark-detail .hm-hk6-middle-text p {
	max-width: 520px;
	color: rgba(255, 255, 255, 0.74);
}

body.hm-hk6-landing .hm-hk6-dark-detail-image,
body.hm-hk6-landing .hm-hk6-dark-detail-image .elementor-widget-container {
	overflow: hidden;
	border-radius: 16px;
	background: #080808;
}

body.hm-hk6-landing .hm-hk6-dark-detail-image img {
	height: clamp(500px, 42vw, 680px);
	object-fit: cover;
	object-position: center;
	filter: brightness(0.9) contrast(1.06);
}

body.hm-hk6-landing .hm-hk6-dark-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin-top: 34px;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
}

body.hm-hk6-landing .hm-hk6-dark-benefit {
	min-height: auto;
	padding: 14px 24px 14px 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 0;
	color: #ffffff;
	font-size: 0.98rem;
	font-weight: 700;
}

body.hm-hk6-landing .hm-hk6-automation-flow {
	padding-block: 104px;
	background: #ffffff;
}

body.hm-hk6-landing .hm-hk6-automation-flow > .elementor-container {
	gap: 56px;
}

body.hm-hk6-landing .hm-hk6-automation-media {
	width: 55%;
}

body.hm-hk6-landing .hm-hk6-automation-copy-column {
	width: 42%;
	margin-left: auto;
}

body.hm-hk6-landing .hm-hk6-automation-image img {
	aspect-ratio: 1.28 / 1;
	object-fit: cover;
	object-position: center;
}

body.hm-hk6-landing .hm-hk6-steps {
	margin-top: 34px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
}

body.hm-hk6-landing .hm-hk6-step {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 16px;
	padding: 17px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

body.hm-hk6-landing .hm-hk6-step span {
	color: #707070;
	font-size: 0.88rem;
	font-weight: 800;
}

body.hm-hk6-landing .hm-hk6-step strong {
	color: #080808;
	font-size: clamp(17px, 1.5vw, 21px);
	font-weight: 820;
}

body.hm-hk6-landing .hm-hk6-display-control {
	padding-block: 82px;
	background: #f1f1ef;
}

body.hm-hk6-landing .hm-hk6-display-control > .elementor-container {
	gap: 48px;
}

body.hm-hk6-landing .hm-hk6-display-copy-column {
	width: 44%;
}

body.hm-hk6-landing .hm-hk6-display-media {
	width: 56%;
}

body.hm-hk6-landing .hm-hk6-display-image img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: center;
}

body.hm-hk6-landing .hm-hk6-display-points {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin-top: 28px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
}

body.hm-hk6-landing .hm-hk6-display-points span {
	min-height: auto;
	padding: 13px 22px 13px 0;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	background: transparent;
	color: #111111;
	font-size: 0.98rem;
	font-weight: 700;
}

body.hm-hk6-landing .hm-hk6-hopper {
	padding-block: 96px;
	background: #ffffff;
}

body.hm-hk6-landing .hm-hk6-hopper > .elementor-container {
	gap: 52px;
}

body.hm-hk6-landing .hm-hk6-hopper-copy-column {
	width: 34%;
}

body.hm-hk6-landing .hm-hk6-hopper-media {
	width: 66%;
}

body.hm-hk6-landing .hm-hk6-hopper-image img {
	aspect-ratio: 16 / 10;
	object-fit: contain;
	object-position: center;
	background: #f5f5f3;
}

body.hm-hk6-landing .hm-hk6-included {
	padding-block: 98px;
	background: #f2f2f0;
}

body.hm-hk6-landing .hm-hk6-included > .elementor-container {
	gap: 58px;
}

body.hm-hk6-landing .hm-hk6-included-media {
	width: 52%;
}

body.hm-hk6-landing .hm-hk6-included-copy-column {
	width: 44%;
	margin-left: auto;
}

body.hm-hk6-landing .hm-hk6-included-image img {
	aspect-ratio: 1.18 / 1;
	object-fit: cover;
	object-position: center;
}

body.hm-hk6-landing .hm-hk6-included-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 28px;
	margin-top: 32px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
}

body.hm-hk6-landing .hm-hk6-included .hm-hk6-included-item {
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	color: #111111;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
}

body.hm-hk6-landing .hm-hk6-preorder-cta {
	padding-block: 96px;
	background: linear-gradient(180deg, #ffffff 0%, #f5f5f3 100%);
}

body.hm-hk6-landing .hm-hk6-preorder-cta > .elementor-container {
	gap: 58px;
}

body.hm-hk6-landing .hm-hk6-preorder-media,
body.hm-hk6-landing .hm-hk6-preorder-copy-column {
	width: calc(50% - 29px);
}

body.hm-hk6-landing .hm-hk6-preorder-image img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
}

body.hm-hk6-landing .hm-hk6-safe-cta {
	width: min(560px, 100%);
	margin-top: 30px;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 16px;
	background: #ffffff;
}

body.hm-hk6-landing .hm-hk6-safe-cta-status {
	margin: 0;
	color: #333333;
	font-size: 1rem;
	line-height: 1.55;
}

body.hm-hk6-landing .hmhk6-buy-box--safe-preorder .hmhk6-buy-box__status {
	margin: 0;
	color: #333333;
	font-size: 1rem;
	line-height: 1.55;
}

body.hm-hk6-landing .hm-hk6-safe-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

body.hm-hk6-landing .hmhk6-buy-box--safe-preorder .hmhk6-buy-box__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

body.hm-hk6-landing .hm-hk6-safe-cta-button,
body.hm-hk6-landing .hmhk6-buy-box--safe-preorder .hmhk6-buy-box__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 24px;
	border: 2px solid #080808;
	border-radius: 999px;
	color: #080808;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.hm-hk6-landing .hm-hk6-safe-cta-button-primary,
body.hm-hk6-landing .hmhk6-buy-box--safe-preorder .hmhk6-buy-box__button--primary {
	background: #080808;
	color: #ffffff;
}

body.hm-hk6-landing .hm-hk6-safe-cta-button:hover,
body.hm-hk6-landing .hm-hk6-safe-cta-button:focus,
body.hm-hk6-landing .hmhk6-buy-box--safe-preorder .hmhk6-buy-box__button:hover,
body.hm-hk6-landing .hmhk6-buy-box--safe-preorder .hmhk6-buy-box__button:focus {
	transform: translateY(-1px);
}

body.hm-hk6-landing .hm-hk6-safe-cta-button-secondary:hover,
body.hm-hk6-landing .hm-hk6-safe-cta-button-secondary:focus,
body.hm-hk6-landing .hmhk6-buy-box--safe-preorder .hmhk6-buy-box__button--secondary:hover,
body.hm-hk6-landing .hmhk6-buy-box--safe-preorder .hmhk6-buy-box__button--secondary:focus {
	background: #080808;
	color: #ffffff;
}

@media (max-width: 1024px) {
	body.hm-hk6-landing .hm-hk6-middle-section {
		padding-block: 76px;
	}

	body.hm-hk6-landing .hm-hk6-middle-split > .elementor-container {
		flex-direction: column;
		align-items: stretch;
		gap: 42px;
	}

	body.hm-hk6-landing .hm-hk6-middle-split .elementor-column,
	body.hm-hk6-landing .hm-hk6-dark-detail-media,
	body.hm-hk6-landing .hm-hk6-dark-detail-copy-column,
	body.hm-hk6-landing .hm-hk6-automation-media,
	body.hm-hk6-landing .hm-hk6-automation-copy-column,
	body.hm-hk6-landing .hm-hk6-display-copy-column,
	body.hm-hk6-landing .hm-hk6-display-media,
	body.hm-hk6-landing .hm-hk6-hopper-copy-column,
	body.hm-hk6-landing .hm-hk6-hopper-media,
	body.hm-hk6-landing .hm-hk6-included-media,
	body.hm-hk6-landing .hm-hk6-included-copy-column,
	body.hm-hk6-landing .hm-hk6-preorder-media,
	body.hm-hk6-landing .hm-hk6-preorder-copy-column {
		width: 100%;
		margin-left: 0;
	}

	body.hm-hk6-landing .hm-hk6-dark-detail {
		padding-block: 92px;
	}

	body.hm-hk6-landing .hm-hk6-dark-detail-image img {
		height: clamp(360px, 55vw, 540px);
	}
}

@media (max-width: 767px) {
	body.hm-hk6-landing .hm-hk6-middle-section {
		--hmhk6-middle-gutter: 18px;
		padding-block: 60px;
	}

	body.hm-hk6-landing .hm-hk6-middle-section > .elementor-container {
		width: min(var(--hmhk6-middle-container), calc(100% - 36px));
		gap: 30px;
	}

	body.hm-hk6-landing .hm-hk6-middle-title,
	body.hm-hk6-landing .hm-hk6-middle-title .elementor-heading-title {
		font-size: clamp(30px, 9vw, 44px);
		line-height: 1.08;
	}

	body.hm-hk6-landing .hm-hk6-engineering-intro {
		padding-block: 58px 64px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-image {
		margin-bottom: 32px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-points,
	body.hm-hk6-landing .hm-hk6-included-list {
		grid-template-columns: 1fr;
	}

	body.hm-hk6-landing .hm-hk6-dark-detail,
	body.hm-hk6-landing .hm-hk6-automation-flow,
	body.hm-hk6-landing .hm-hk6-display-control,
	body.hm-hk6-landing .hm-hk6-hopper,
	body.hm-hk6-landing .hm-hk6-included,
	body.hm-hk6-landing .hm-hk6-preorder-cta {
		padding-block: 64px;
	}

	body.hm-hk6-landing .hm-hk6-dark-detail-image img {
		height: clamp(280px, 72vw, 420px);
	}

	body.hm-hk6-landing .hm-hk6-automation-image img,
	body.hm-hk6-landing .hm-hk6-display-image img,
	body.hm-hk6-landing .hm-hk6-hopper-image img,
	body.hm-hk6-landing .hm-hk6-included-image img,
	body.hm-hk6-landing .hm-hk6-preorder-image img {
		aspect-ratio: 4 / 3;
		border-radius: 14px;
	}

	body.hm-hk6-landing .hm-hk6-dark-benefits,
	body.hm-hk6-landing .hm-hk6-display-points {
		display: block;
	}

	body.hm-hk6-landing .hm-hk6-dark-benefit,
	body.hm-hk6-landing .hm-hk6-display-points span {
		display: block;
		width: 100%;
	}

	body.hm-hk6-landing .hm-hk6-step {
		grid-template-columns: 36px 1fr;
	}

	body.hm-hk6-landing .hm-hk6-safe-cta {
		padding: 22px;
	}

	body.hm-hk6-landing .hm-hk6-safe-cta-actions,
	body.hm-hk6-landing .hm-hk6-safe-cta-button,
	body.hm-hk6-landing .hmhk6-buy-box--safe-preorder .hmhk6-buy-box__actions,
	body.hm-hk6-landing .hmhk6-buy-box--safe-preorder .hmhk6-buy-box__button {
		width: 100%;
	}
}

/* Stage 3.2 final Hawk-Matic rhythm overrides. */
body.hm-hk6-landing .hm-hk6-middle-section {
	--hmhk6-middle-container: 1160px;
	--hmhk6-middle-gutter: clamp(18px, 3vw, 24px);
}

body.hm-hk6-landing .hm-hk6-middle-section > .elementor-container {
	width: min(var(--hmhk6-middle-container), calc(100% - (var(--hmhk6-middle-gutter) * 2)));
	max-width: var(--hmhk6-middle-container);
}

body.hm-hk6-landing .hm-hk6-engineering-intro {
	padding-block: 96px 104px;
}

body.hm-hk6-landing .hm-hk6-engineering-image {
	width: min(1080px, 100%);
	margin-bottom: clamp(58px, 5vw, 76px);
}

body.hm-hk6-landing .hm-hk6-engineering-title,
body.hm-hk6-landing .hm-hk6-engineering-copy,
body.hm-hk6-landing .hm-hk6-engineering-points {
	width: min(1080px, 100%);
	max-width: 1080px;
	margin-inline: auto;
}

body.hm-hk6-landing .hm-hk6-engineering-title {
	padding-top: 28px;
}

body.hm-hk6-landing .hm-hk6-engineering-title .elementor-heading-title {
	max-width: 820px;
}

body.hm-hk6-landing .hm-hk6-engineering-copy p {
	max-width: 900px;
}

body.hm-hk6-landing .hm-hk6-dark-detail {
	padding-block: 132px;
	background: #050505;
}

body.hm-hk6-landing .hm-hk6-dark-detail-image .elementor-widget-container::after {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.16), transparent 42%, rgba(0, 0, 0, 0.18)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.18));
}

body.hm-hk6-landing .hm-hk6-dark-detail-image img {
	height: clamp(520px, 42vw, 680px);
	object-fit: cover;
	object-position: center center;
	filter: grayscale(1) brightness(0.72) contrast(1.14);
	opacity: 0.98;
}

body.hm-hk6-landing .hm-hk6-dark-benefits {
	max-width: 540px;
}

body.hm-hk6-landing .hm-hk6-automation-flow {
	background: linear-gradient(180deg, #ffffff 0%, #f5f5f3 100%);
}

body.hm-hk6-landing .hm-hk6-display-control {
	padding-block: 88px;
	background: #f2f2f0;
}

body.hm-hk6-landing .hm-hk6-hopper {
	padding-block: 102px;
	background: #ffffff;
}

body.hm-hk6-landing .hm-hk6-hopper-copy-column {
	width: 32%;
}

body.hm-hk6-landing .hm-hk6-hopper-media {
	width: 68%;
}

body.hm-hk6-landing .hm-hk6-hopper-image img {
	aspect-ratio: 16 / 9;
	object-fit: contain;
	padding: clamp(10px, 2vw, 22px);
}

body.hm-hk6-landing .hm-hk6-preorder-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

body.hm-hk6-landing .hm-hk6-steps {
	background: transparent;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-step {
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-step:hover {
	background: transparent;
	transform: none;
}

@media (max-width: 1024px) {
	body.hm-hk6-landing .hm-hk6-dark-detail-image img {
		height: clamp(360px, 56vw, 540px);
	}

	body.hm-hk6-landing .hm-hk6-hopper-copy-column,
	body.hm-hk6-landing .hm-hk6-hopper-media {
		width: 100%;
	}
}

@media (max-width: 767px) {
	body.hm-hk6-landing .hm-hk6-engineering-intro,
	body.hm-hk6-landing .hm-hk6-dark-detail,
	body.hm-hk6-landing .hm-hk6-automation-flow,
	body.hm-hk6-landing .hm-hk6-display-control,
	body.hm-hk6-landing .hm-hk6-hopper,
	body.hm-hk6-landing .hm-hk6-included,
	body.hm-hk6-landing .hm-hk6-preorder-cta {
		padding-block: 64px;
	}

	body.hm-hk6-landing .hm-hk6-dark-detail-image img {
		height: clamp(300px, 74vw, 430px);
	}

	body.hm-hk6-landing .hm-hk6-hopper-image img {
		aspect-ratio: 4 / 3;
		padding: 0;
	}
}

/* Stage 3.4 final professional rebuild. Middle sections only. */
body.hm-hk6-landing .hm-hk6-middle-section {
	--hmhk6-middle-container: 1160px;
	--hmhk6-middle-gutter: clamp(18px, 3vw, 24px);
	overflow: hidden;
	color: #080808;
}

body.hm-hk6-landing .hm-hk6-middle-section > .elementor-container {
	width: min(var(--hmhk6-middle-container), calc(100% - (var(--hmhk6-middle-gutter) * 2)));
	max-width: var(--hmhk6-middle-container);
	margin-inline: auto;
}

body.hm-hk6-landing .hm-hk6-middle-section .elementor-column,
body.hm-hk6-landing .hm-hk6-middle-section .elementor-widget {
	min-width: 0;
}

body.hm-hk6-landing .hm-hk6-middle-section .elementor-widget-wrap {
	align-content: center;
}

body.hm-hk6-landing .hm-hk6-middle-title,
body.hm-hk6-landing .hm-hk6-middle-title .elementor-heading-title {
	max-width: 820px;
	color: #080808;
	font-size: clamp(32px, 4vw, 56px);
	font-weight: 820;
	line-height: 1.06;
	letter-spacing: 0;
	text-wrap: balance;
}

body.hm-hk6-landing .hm-hk6-middle-text,
body.hm-hk6-landing .hm-hk6-middle-text p {
	max-width: 900px;
	color: #383838;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.62;
}

body.hm-hk6-landing .hm-hk6-image-landscape img,
body.hm-hk6-landing .hm-hk6-image-portrait img,
body.hm-hk6-landing .hm-hk6-portrait-showcase img {
	display: block;
	width: 100%;
	border-radius: 16px;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-image-landscape img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: center;
}

body.hm-hk6-landing .hm-hk6-image-portrait img {
	height: clamp(540px, 54vw, 760px);
	object-fit: cover;
	object-position: center;
}

body.hm-hk6-landing .hm-hk6-portrait-showcase img {
	height: clamp(600px, 56vw, 780px);
	object-fit: contain;
	object-position: center;
	background: #f3f3f1;
}

body.hm-hk6-landing .hm-hk6-engineering-intro,
body.hm-hk6-landing .hm-hk6-automation-flow,
body.hm-hk6-landing .hm-hk6-hopper,
body.hm-hk6-landing .hm-hk6-preorder-cta {
	background: #ffffff;
}

body.hm-hk6-landing .hm-hk6-display-control,
body.hm-hk6-landing .hm-hk6-included {
	background: #f3f3f1;
}

body.hm-hk6-landing .hm-hk6-engineering-intro {
	padding-block: 96px 108px;
}

body.hm-hk6-landing .hm-hk6-engineering-intro > .elementor-container {
	display: block;
}

body.hm-hk6-landing .hm-hk6-engineering-image {
	width: min(1080px, 100%);
	margin: 0 auto clamp(58px, 5vw, 76px);
}

body.hm-hk6-landing .hm-hk6-engineering-title,
body.hm-hk6-landing .hm-hk6-engineering-copy,
body.hm-hk6-landing .hm-hk6-engineering-points {
	width: min(1080px, 100%);
	margin-inline: auto;
}

body.hm-hk6-landing .hm-hk6-engineering-title {
	padding-top: 24px;
}

body.hm-hk6-landing .hm-hk6-engineering-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(22px, 3vw, 36px);
	margin-top: clamp(34px, 4vw, 48px);
}

body.hm-hk6-landing .hm-hk6-engineering-point {
	padding-top: 22px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
	background: transparent;
}

body.hm-hk6-landing .hm-hk6-engineering-point h3 {
	margin: 0 0 10px;
	color: #090909;
	font-size: clamp(18px, 1.7vw, 23px);
	font-weight: 820;
	line-height: 1.16;
	letter-spacing: 0;
}

body.hm-hk6-landing .hm-hk6-engineering-point p {
	margin: 0;
	color: #5c5c5c;
	font-size: 15px;
	line-height: 1.55;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic {
	padding-block: clamp(120px, 9vw, 140px);
	background: #050505;
	color: #ffffff;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic > .elementor-container {
	display: grid;
	grid-template-columns: minmax(0, 1.95fr) minmax(280px, 1fr);
	grid-template-areas:
		"copy copy"
		"main sideTop"
		"main sideBottom";
	gap: 24px;
	align-items: stretch;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-copy {
	grid-area: copy;
	width: 100%;
	margin-bottom: clamp(28px, 4vw, 44px);
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-main {
	grid-area: main;
	width: 100%;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-side-top {
	grid-area: sideTop;
	width: 100%;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-side-bottom {
	grid-area: sideBottom;
	width: 100%;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic .elementor-widget-wrap {
	display: block;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-title,
body.hm-hk6-landing .hm-hk6-dark-mosaic-title .elementor-heading-title {
	max-width: 820px;
	color: #ffffff;
	font-size: clamp(38px, 5vw, 64px);
	line-height: 1.02;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-copy-text,
body.hm-hk6-landing .hm-hk6-dark-mosaic-copy-text p {
	max-width: 860px;
	color: rgba(255, 255, 255, 0.76);
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-copy-text p + p {
	margin-top: 14px;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic .hm-hk6-dark-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	max-width: 760px;
	margin-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

body.hm-hk6-landing .hm-hk6-dark-mosaic .hm-hk6-dark-benefit {
	min-height: auto;
	padding: 13px 26px 13px 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	background: transparent;
	color: #ffffff;
	font-size: 0.96rem;
	font-weight: 700;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-image,
body.hm-hk6-landing .hm-hk6-dark-mosaic-image .elementor-widget-container {
	height: 100%;
	overflow: hidden;
	border-radius: 16px;
	background: #101010;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-image-main img {
	height: clamp(520px, 43vw, 680px);
	aspect-ratio: auto;
	filter: brightness(0.84) contrast(1.08);
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-image-side img {
	height: calc((clamp(520px, 43vw, 680px) - 24px) / 2);
	aspect-ratio: auto;
	filter: brightness(0.9) contrast(1.06);
}

body.hm-hk6-landing .hm-hk6-automation-flow,
body.hm-hk6-landing .hm-hk6-hopper,
body.hm-hk6-landing .hm-hk6-included,
body.hm-hk6-landing .hm-hk6-preorder-cta {
	padding-block: clamp(88px, 7vw, 112px);
}

body.hm-hk6-landing .hm-hk6-display-control {
	padding-block: clamp(78px, 6vw, 96px);
}

body.hm-hk6-landing .hm-hk6-automation-flow > .elementor-container,
body.hm-hk6-landing .hm-hk6-display-control > .elementor-container,
body.hm-hk6-landing .hm-hk6-hopper > .elementor-container,
body.hm-hk6-landing .hm-hk6-included > .elementor-container,
body.hm-hk6-landing .hm-hk6-preorder-cta > .elementor-container {
	gap: clamp(42px, 5vw, 64px);
	align-items: center;
}

body.hm-hk6-landing .hm-hk6-automation-media {
	width: 50%;
}

body.hm-hk6-landing .hm-hk6-automation-copy-column {
	width: 45%;
	margin-left: auto;
}

body.hm-hk6-landing .hm-hk6-steps {
	max-width: 560px;
	margin-top: 34px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
	background: transparent;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-step {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 16px;
	align-items: center;
	padding: 17px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-step:hover {
	background: transparent;
	transform: none;
}

body.hm-hk6-landing .hm-hk6-step span {
	color: #777777;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1;
}

body.hm-hk6-landing .hm-hk6-step strong {
	color: #090909;
	font-size: clamp(17px, 1.45vw, 21px);
	font-weight: 820;
	line-height: 1.2;
}

/* Stage 3.6 automation process polish. */
body.hm-hk6-landing .hm-hk6-automation-polished {
	padding-block: clamp(92px, 7.2vw, 116px);
	background: #ffffff;
}

body.hm-hk6-landing .hm-hk6-automation-polished > .elementor-container {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
	column-gap: clamp(52px, 5.2vw, 72px);
	align-items: center;
	width: min(var(--hmhk6-middle-container), calc(100% - (var(--hmhk6-middle-gutter) * 2)));
	max-width: var(--hmhk6-middle-container);
	margin-inline: auto;
}

body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-media,
body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-copy-column {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	min-width: 0;
}

body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-image,
body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-image .elementor-widget-container {
	overflow: hidden;
	border-radius: 18px;
	background: #f2f2f0;
}

body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-image img {
	display: block;
	width: 100%;
	height: clamp(560px, 48vw, 700px);
	border-radius: 18px;
	object-fit: cover;
	object-position: center 42%;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-title,
body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-title .elementor-heading-title {
	max-width: 620px;
	font-size: clamp(38px, 4.3vw, 60px);
	line-height: 1.02;
	letter-spacing: 0;
}

body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-copy,
body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-copy p {
	max-width: 610px;
	color: #303030;
	font-size: clamp(16px, 1.18vw, 18px);
	line-height: 1.62;
}

body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-copy {
	margin-top: 24px;
}

body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-copy p + p {
	margin-top: 14px;
}

body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-steps {
	max-width: 610px;
	margin-top: 34px;
	border-top: 1px solid rgba(0, 0, 0, 0.18);
	border-right: 0 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	background: transparent;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-step {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);
	border-right: 0 !important;
	border-left: 0 !important;
	background: transparent;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-step span {
	padding-top: 5px;
	color: #686868;
	font-size: 0.82rem;
	font-weight: 820;
	line-height: 1;
}

body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-step strong {
	display: block;
	color: #090909;
	font-size: clamp(18px, 1.55vw, 23px);
	font-weight: 820;
	line-height: 1.18;
}

body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-step p {
	max-width: 500px;
	margin: 8px 0 0;
	color: #5a5a5a;
	font-size: 15px;
	line-height: 1.52;
}

body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-note,
body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-note p {
	max-width: 610px;
	margin-top: 22px;
	color: #111111;
	font-size: 15px;
	font-weight: 760;
	line-height: 1.45;
}

@media (max-width: 1024px) {
	body.hm-hk6-landing .hm-hk6-automation-polished > .elementor-container {
		grid-template-columns: 1fr;
		row-gap: 44px;
	}

	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-media {
		width: min(680px, 100%) !important;
		margin-inline: auto !important;
	}

	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-image img {
		height: auto;
		aspect-ratio: 4 / 5;
		object-fit: cover;
		object-position: center 42%;
	}

	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-title,
	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-title .elementor-heading-title,
	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-copy,
	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-copy p,
	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-steps,
	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-note,
	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-note p {
		max-width: 760px;
	}
}

@media (max-width: 767px) {
	body.hm-hk6-landing .hm-hk6-automation-polished {
		padding-block: 64px;
	}

	body.hm-hk6-landing .hm-hk6-automation-polished > .elementor-container {
		row-gap: 34px;
	}

	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-image img {
		height: auto;
		aspect-ratio: 4 / 5;
		object-fit: cover;
		object-position: center 35%;
	}

	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-title,
	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-title .elementor-heading-title {
		font-size: clamp(32px, 10vw, 44px);
		line-height: 1.05;
	}

	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-step {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 12px;
		padding: 18px 0;
	}

	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-step p {
		font-size: 14px;
	}
}

body.hm-hk6-landing .hm-hk6-display-copy-column {
	width: 43%;
}

body.hm-hk6-landing .hm-hk6-display-media {
	width: 57%;
}

body.hm-hk6-landing .hm-hk6-display-points {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin-top: 28px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
}

body.hm-hk6-landing .hm-hk6-display-points span {
	min-height: auto;
	padding: 13px 22px 13px 0;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	background: transparent;
	color: #111111;
	font-size: 0.98rem;
	font-weight: 700;
}

/* Stage 3.7 display/control polish. */
body.hm-hk6-landing .hm-hk6-display-polished {
	padding-block: clamp(84px, 6.6vw, 102px);
	background: #f3f3f1;
}

body.hm-hk6-landing .hm-hk6-display-polished > .elementor-container {
	display: grid;
	grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
	column-gap: clamp(50px, 5.2vw, 72px);
	align-items: center;
	width: min(var(--hmhk6-middle-container), calc(100% - (var(--hmhk6-middle-gutter) * 2)));
	max-width: var(--hmhk6-middle-container);
	margin-inline: auto;
}

body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-copy-column,
body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-media {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	min-width: 0;
}

body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-title,
body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-title .elementor-heading-title {
	max-width: 560px;
	font-size: clamp(34px, 3.7vw, 52px);
	line-height: 1.04;
	letter-spacing: 0;
}

body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-copy,
body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-copy p {
	max-width: 610px;
	color: #303030;
	font-size: clamp(16px, 1.16vw, 18px);
	line-height: 1.62;
}

body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-copy {
	margin-top: 24px;
}

body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-copy p + p {
	margin-top: 12px;
}

body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-image,
body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-image .elementor-widget-container {
	overflow: hidden;
	border-radius: 18px;
	background: #e9e9e6;
}

body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	border-radius: 18px;
	object-fit: cover;
	object-position: center;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-rows {
	max-width: 610px;
	margin-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.18);
}

body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-row {
	display: grid;
	grid-template-columns: minmax(140px, 0.72fr) minmax(0, 1fr);
	column-gap: 24px;
	align-items: start;
	padding: 18px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-row strong {
	display: block;
	color: #090909;
	font-size: clamp(16px, 1.3vw, 19px);
	font-weight: 820;
	line-height: 1.2;
}

body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-row p {
	margin: 0;
	color: #5a5a5a;
	font-size: 15px;
	line-height: 1.5;
}

@media (max-width: 1024px) {
	body.hm-hk6-landing .hm-hk6-display-polished > .elementor-container {
		grid-template-columns: 1fr;
		row-gap: 42px;
	}

	body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-media {
		width: min(760px, 100%) !important;
		margin-inline: auto !important;
		order: -1;
	}

	body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-title,
	body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-title .elementor-heading-title,
	body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-copy,
	body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-copy p,
	body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-rows {
		max-width: 760px;
	}
}

@media (max-width: 767px) {
	body.hm-hk6-landing .hm-hk6-display-polished {
		padding-block: 62px;
	}

	body.hm-hk6-landing .hm-hk6-display-polished > .elementor-container {
		row-gap: 32px;
	}

	body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-title,
	body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-title .elementor-heading-title {
		font-size: clamp(31px, 9vw, 42px);
		line-height: 1.06;
	}

	body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-image img {
		aspect-ratio: 4 / 3;
	}

	body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-row {
		grid-template-columns: 1fr;
		row-gap: 8px;
		padding: 17px 0;
	}

	body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-row p {
		font-size: 14px;
	}
}

body.hm-hk6-landing .hm-hk6-hopper-copy-column {
	width: 38%;
}

body.hm-hk6-landing .hm-hk6-hopper-media {
	width: 50%;
	margin-left: auto;
}

body.hm-hk6-landing .hm-hk6-included-media {
	width: 52%;
}

body.hm-hk6-landing .hm-hk6-included-copy-column {
	width: 44%;
	margin-left: auto;
}

body.hm-hk6-landing .hm-hk6-included-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 28px;
	margin-top: 32px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
}

body.hm-hk6-landing .hm-hk6-included .hm-hk6-included-item {
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	color: #111111;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
}

body.hm-hk6-landing .hm-hk6-preorder-media,
body.hm-hk6-landing .hm-hk6-preorder-copy-column {
	width: calc(50% - 30px);
}

body.hm-hk6-landing .hm-hk6-safe-cta {
	width: min(560px, 100%);
	margin-top: 30px;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-safe-cta-status {
	margin: 0;
	color: #333333;
	font-size: 1rem;
	line-height: 1.55;
}

body.hm-hk6-landing .hm-hk6-preorder-actions,
body.hm-hk6-landing .hm-hk6-safe-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

body.hm-hk6-landing .hm-hk6-safe-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 24px;
	border: 2px solid #080808;
	border-radius: 999px;
	color: #080808;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.hm-hk6-landing .hm-hk6-safe-cta-button-primary {
	background: #080808;
	color: #ffffff;
}

body.hm-hk6-landing .hm-hk6-safe-cta-button:hover,
body.hm-hk6-landing .hm-hk6-safe-cta-button:focus {
	transform: translateY(-1px);
}

body.hm-hk6-landing .hm-hk6-safe-cta-button-secondary:hover,
body.hm-hk6-landing .hm-hk6-safe-cta-button-secondary:focus {
	background: #080808;
	color: #ffffff;
}

@media (max-width: 1024px) {
	body.hm-hk6-landing .hm-hk6-dark-mosaic > .elementor-container {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"copy copy"
			"main main"
			"sideTop sideBottom";
	}

	body.hm-hk6-landing .hm-hk6-middle-split > .elementor-container {
		flex-direction: column;
		align-items: stretch;
	}

	body.hm-hk6-landing .hm-hk6-middle-split .elementor-column,
	body.hm-hk6-landing .hm-hk6-automation-media,
	body.hm-hk6-landing .hm-hk6-automation-copy-column,
	body.hm-hk6-landing .hm-hk6-display-copy-column,
	body.hm-hk6-landing .hm-hk6-display-media,
	body.hm-hk6-landing .hm-hk6-hopper-copy-column,
	body.hm-hk6-landing .hm-hk6-hopper-media,
	body.hm-hk6-landing .hm-hk6-included-media,
	body.hm-hk6-landing .hm-hk6-included-copy-column,
	body.hm-hk6-landing .hm-hk6-preorder-media,
	body.hm-hk6-landing .hm-hk6-preorder-copy-column {
		width: 100%;
		margin-left: 0;
	}

	body.hm-hk6-landing .hm-hk6-image-portrait img,
	body.hm-hk6-landing .hm-hk6-portrait-showcase img {
		height: auto;
		max-height: 760px;
		object-fit: contain;
		background: #f3f3f1;
	}
}

@media (max-width: 767px) {
	body.hm-hk6-landing .hm-hk6-middle-section {
		--hmhk6-middle-gutter: 18px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-intro,
	body.hm-hk6-landing .hm-hk6-dark-mosaic,
	body.hm-hk6-landing .hm-hk6-automation-flow,
	body.hm-hk6-landing .hm-hk6-display-control,
	body.hm-hk6-landing .hm-hk6-hopper,
	body.hm-hk6-landing .hm-hk6-included,
	body.hm-hk6-landing .hm-hk6-preorder-cta {
		padding-block: 64px;
	}

	body.hm-hk6-landing .hm-hk6-middle-title,
	body.hm-hk6-landing .hm-hk6-middle-title .elementor-heading-title,
	body.hm-hk6-landing .hm-hk6-dark-mosaic-title,
	body.hm-hk6-landing .hm-hk6-dark-mosaic-title .elementor-heading-title {
		font-size: clamp(30px, 9vw, 44px);
		line-height: 1.08;
	}

	body.hm-hk6-landing .hm-hk6-engineering-points,
	body.hm-hk6-landing .hm-hk6-included-list {
		grid-template-columns: 1fr;
	}

	body.hm-hk6-landing .hm-hk6-dark-mosaic > .elementor-container {
		grid-template-columns: 1fr;
		grid-template-areas:
			"copy"
			"main"
			"sideTop"
			"sideBottom";
		gap: 18px;
	}

	body.hm-hk6-landing .hm-hk6-dark-mosaic-copy {
		margin-bottom: 16px;
	}

	body.hm-hk6-landing .hm-hk6-dark-mosaic-image-main img,
	body.hm-hk6-landing .hm-hk6-dark-mosaic-image-side img,
	body.hm-hk6-landing .hm-hk6-image-landscape img,
	body.hm-hk6-landing .hm-hk6-image-portrait img,
	body.hm-hk6-landing .hm-hk6-portrait-showcase img {
		width: 100%;
		height: auto;
		max-height: none;
		aspect-ratio: auto;
		object-fit: contain;
		border-radius: 14px;
	}

	body.hm-hk6-landing .hm-hk6-dark-benefits,
	body.hm-hk6-landing .hm-hk6-display-points {
		display: block;
	}

	body.hm-hk6-landing .hm-hk6-dark-benefit,
	body.hm-hk6-landing .hm-hk6-display-points span {
		display: block;
		width: 100%;
	}

	body.hm-hk6-landing .hm-hk6-step {
		grid-template-columns: 36px 1fr;
	}

	body.hm-hk6-landing .hm-hk6-safe-cta,
	body.hm-hk6-landing .hm-hk6-safe-cta-actions,
	body.hm-hk6-landing .hm-hk6-safe-cta-button {
		width: 100%;
	}
}

/* Stage 3.5 second-section split engineering intro. */
body.hm-hk6-landing .hm-hk6-engineering-split {
	--hmhk6-second-container: 1160px;
	--hmhk6-second-gutter: clamp(18px, 3vw, 24px);
	padding-block: 96px 100px;
	background: #ffffff;
	color: #080808;
	overflow: hidden;
}

body.hm-hk6-landing .hm-hk6-engineering-split > .elementor-container {
	display: block;
	width: min(var(--hmhk6-second-container), calc(100% - (var(--hmhk6-second-gutter) * 2)));
	max-width: var(--hmhk6-second-container);
	margin-inline: auto;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-shell,
body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-shell > .elementor-widget-wrap {
	display: block;
	width: 100%;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-top {
	width: 100%;
	margin: 0;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-top > .elementor-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(56px, 6vw, 72px);
	width: 100%;
	max-width: none;
	margin: 0;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-media {
	width: 48%;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-copy {
	width: 46%;
	margin: 0 0 0 auto;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-media > .elementor-widget-wrap,
body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-copy > .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	padding: 0;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-image {
	width: 100%;
	margin: 0;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 620px;
	aspect-ratio: auto;
	object-fit: contain;
	object-position: center;
	border-radius: 16px;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-title,
body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-title .elementor-heading-title {
	width: auto;
	max-width: 560px;
	margin: 0;
	padding: 0;
	color: #080808;
	font-size: clamp(32px, 4vw, 56px);
	font-weight: 820;
	line-height: 1.06;
	letter-spacing: 0;
	text-wrap: balance;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-copy-text,
body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-copy-text p {
	width: auto;
	max-width: 560px;
	margin: 20px 0 0;
	color: #383838;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.62;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 42px);
	width: 100%;
	max-width: none;
	margin: clamp(56px, 6vw, 72px) 0 0;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-point {
	padding-top: 22px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
	background: transparent;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-point h3 {
	margin: 0 0 10px;
	color: #090909;
	font-size: clamp(18px, 1.7vw, 23px);
	font-weight: 820;
	line-height: 1.16;
	letter-spacing: 0;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-point p {
	margin: 0;
	color: #5c5c5c;
	font-size: 15px;
	line-height: 1.55;
}

@media (max-width: 1024px) {
	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-top > .elementor-container {
		gap: 42px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-media {
		width: 50%;
	}

	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-copy {
		width: 45%;
	}
}

@media (max-width: 767px) {
	body.hm-hk6-landing .hm-hk6-engineering-split {
		--hmhk6-second-gutter: 18px;
		padding-block: 64px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-top > .elementor-container {
		flex-direction: column;
		align-items: stretch;
		gap: 32px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-media,
	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-copy {
		width: 100%;
		margin: 0;
	}

	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-image img {
		width: 100%;
		height: auto;
		max-height: none;
		aspect-ratio: auto;
		object-fit: contain;
		border-radius: 14px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-title,
	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-title .elementor-heading-title {
		max-width: 100%;
		font-size: clamp(30px, 9vw, 44px);
		line-height: 1.08;
	}

	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-copy-text,
	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-copy-text p {
		max-width: 100%;
	}

	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-points {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-top: 44px;
	}
}

/* HK-3 reference-style dark mosaic composition. */
body.hm-hk6-landing .hm-hk6-dark-mosaic {
	--hmhk6-mosaic-height: clamp(300px, 32vw, 380px);
	--hmhk6-mosaic-gap: clamp(18px, 2.4vw, 24px);
	padding-block: clamp(72px, 7vw, 92px) clamp(92px, 8vw, 112px);
	background: #000000;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic > .elementor-container {
	display: grid;
	grid-template-columns: minmax(0, 65fr) minmax(0, 35fr);
	grid-template-areas:
		"copy copy"
		"main sideTop"
		"main sideBottom";
	gap: var(--hmhk6-mosaic-gap) 0;
	align-items: stretch;
	width: min(var(--hmhk6-middle-container), calc(100% - (var(--hmhk6-middle-gutter) * 2)));
	max-width: var(--hmhk6-middle-container);
	margin-inline: auto;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-copy {
	grid-area: copy;
	width: min(760px, 70%);
	margin: 0 0 clamp(38px, 5vw, 58px);
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-title,
body.hm-hk6-landing .hm-hk6-dark-mosaic-title .elementor-heading-title {
	max-width: 760px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(30px, 3.2vw, 42px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-copy-text,
body.hm-hk6-landing .hm-hk6-dark-mosaic-copy-text p {
	max-width: 760px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(13px, 1.05vw, 15px);
	line-height: 1.58;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-copy-text {
	margin-top: 14px;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-copy-text p + p {
	margin-top: 16px;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic .hm-hk6-dark-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	max-width: 760px;
	margin-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

body.hm-hk6-landing .hm-hk6-dark-mosaic .hm-hk6-dark-benefit {
	padding: 11px 24px 11px 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0;
	background: transparent;
	color: #ffffff;
	font-size: 0.88rem;
	font-weight: 700;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-main {
	grid-area: main;
	width: 100%;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-side-top {
	grid-area: sideTop;
	width: 100%;
	padding-left: clamp(28px, 4vw, 46px);
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-side-bottom {
	grid-area: sideBottom;
	width: 100%;
	padding-left: clamp(28px, 4vw, 46px);
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-image,
body.hm-hk6-landing .hm-hk6-dark-mosaic-image .elementor-widget-container {
	height: 100%;
	overflow: hidden;
	border-radius: 30px;
	background: #090909;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-image img,
body.hm-hk6-landing .hm-hk6-dark-mosaic-image-main img,
body.hm-hk6-landing .hm-hk6-dark-mosaic-image-side img {
	display: block;
	width: 100%;
	aspect-ratio: auto;
	object-fit: cover;
	object-position: center;
	border-radius: 30px;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-image-main img {
	height: var(--hmhk6-mosaic-height);
	filter: brightness(0.86) contrast(1.06);
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-image-side img {
	height: calc((var(--hmhk6-mosaic-height) - var(--hmhk6-mosaic-gap)) / 2);
	filter: brightness(0.92) contrast(1.04);
}

@media (max-width: 1024px) {
	body.hm-hk6-landing .hm-hk6-dark-mosaic {
		--hmhk6-mosaic-height: clamp(300px, 46vw, 420px);
	}

	body.hm-hk6-landing .hm-hk6-dark-mosaic > .elementor-container {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"copy copy"
			"main main"
			"sideTop sideBottom";
		column-gap: var(--hmhk6-mosaic-gap);
	}

	body.hm-hk6-landing .hm-hk6-dark-mosaic-copy {
		width: min(760px, 100%);
	}

	body.hm-hk6-landing .hm-hk6-dark-mosaic-side-top,
	body.hm-hk6-landing .hm-hk6-dark-mosaic-side-bottom {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	body.hm-hk6-landing .hm-hk6-dark-mosaic {
		--hmhk6-mosaic-height: auto;
		padding-block: 64px;
	}

	body.hm-hk6-landing .hm-hk6-dark-mosaic > .elementor-container {
		grid-template-columns: 1fr;
		grid-template-areas:
			"copy"
			"main"
			"sideTop"
			"sideBottom";
		gap: 18px;
	}

	body.hm-hk6-landing .hm-hk6-dark-mosaic-copy {
		width: 100%;
		margin-bottom: 24px;
	}

	body.hm-hk6-landing .hm-hk6-dark-mosaic-title,
	body.hm-hk6-landing .hm-hk6-dark-mosaic-title .elementor-heading-title {
		font-size: clamp(30px, 9vw, 44px);
		line-height: 1.08;
	}

	body.hm-hk6-landing .hm-hk6-dark-mosaic-image,
	body.hm-hk6-landing .hm-hk6-dark-mosaic-image .elementor-widget-container,
	body.hm-hk6-landing .hm-hk6-dark-mosaic-image img,
	body.hm-hk6-landing .hm-hk6-dark-mosaic-image-main img,
	body.hm-hk6-landing .hm-hk6-dark-mosaic-image-side img {
		width: 100%;
		height: auto;
		max-height: none;
		aspect-ratio: auto;
		object-fit: contain;
		border-radius: 18px;
	}
}

/* Dark mosaic precision pass: equal right panels and label rules. */
body.hm-hk6-landing .hm-hk6-dark-mosaic {
	--hmhk6-mosaic-gap: clamp(18px, 2.2vw, 24px);
	--hmhk6-mosaic-side-height: clamp(148px, 14vw, 184px);
}

body.hm-hk6-landing .hm-hk6-dark-mosaic > .elementor-container {
	display: grid;
	grid-template-columns: minmax(0, 65fr) minmax(280px, 35fr);
	grid-template-rows: auto var(--hmhk6-mosaic-side-height) var(--hmhk6-mosaic-side-height);
	grid-template-areas:
		"copy copy"
		"main sideTop"
		"main sideBottom";
	column-gap: var(--hmhk6-mosaic-gap);
	row-gap: var(--hmhk6-mosaic-gap);
	align-items: stretch;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-copy {
	margin-bottom: clamp(22px, 3vw, 34px);
}

body.hm-hk6-landing .hm-hk6-dark-mosaic .hm-hk6-dark-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: min(760px, 100%);
	max-width: 760px;
	margin-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

body.hm-hk6-landing .hm-hk6-dark-mosaic .hm-hk6-dark-benefit {
	display: flex;
	align-items: center;
	min-width: 0;
	width: 100%;
	padding: 12px 24px 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	white-space: normal;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic .hm-hk6-dark-checklist {
	display: grid;
	gap: 10px;
	margin: 20px 0 18px;
	padding: 0;
	list-style: none;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic .hm-hk6-dark-checklist li {
	position: relative;
	margin: 0;
	padding-left: 18px;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.45;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic .hm-hk6-dark-checklist li::before {
	position: absolute;
	top: 3px;
	left: 2px;
	width: 6px;
	height: 11px;
	content: "";
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
}

body.hm-hk6-landing .hm-hk6-dark-mosaic .hm-hk6-dark-closing {
	margin-top: 16px !important;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-main,
body.hm-hk6-landing .hm-hk6-dark-mosaic-side-top,
body.hm-hk6-landing .hm-hk6-dark-mosaic-side-bottom {
	min-width: 0;
	min-height: 0;
	width: 100% !important;
	max-width: none !important;
	flex-basis: auto !important;
	padding-left: 0;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-main {
	height: calc((var(--hmhk6-mosaic-side-height) * 2) + var(--hmhk6-mosaic-gap));
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-side-top,
body.hm-hk6-landing .hm-hk6-dark-mosaic-side-bottom {
	height: var(--hmhk6-mosaic-side-height);
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-main > .elementor-widget-wrap,
body.hm-hk6-landing .hm-hk6-dark-mosaic-side-top > .elementor-widget-wrap,
body.hm-hk6-landing .hm-hk6-dark-mosaic-side-bottom > .elementor-widget-wrap,
body.hm-hk6-landing .hm-hk6-dark-mosaic-image,
body.hm-hk6-landing .hm-hk6-dark-mosaic-image .elementor-widget-container {
	width: 100%;
	height: 100%;
	min-height: 0;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-image img,
body.hm-hk6-landing .hm-hk6-dark-mosaic-image-main img,
body.hm-hk6-landing .hm-hk6-dark-mosaic-image-side img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	max-height: none;
	aspect-ratio: auto;
	object-fit: cover !important;
	object-position: center center;
}

@media (max-width: 1024px) {
	body.hm-hk6-landing .hm-hk6-dark-mosaic {
		--hmhk6-mosaic-side-height: clamp(160px, 22vw, 230px);
	}

	body.hm-hk6-landing .hm-hk6-dark-mosaic > .elementor-container {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto var(--hmhk6-mosaic-side-height);
		grid-template-areas:
			"copy copy"
			"main main"
			"sideTop sideBottom";
	}

	body.hm-hk6-landing .hm-hk6-dark-mosaic-main {
		height: clamp(320px, 48vw, 460px);
	}

	body.hm-hk6-landing .hm-hk6-dark-mosaic-side-top,
	body.hm-hk6-landing .hm-hk6-dark-mosaic-side-bottom {
		height: var(--hmhk6-mosaic-side-height);
	}
}

@media (max-width: 767px) {
	body.hm-hk6-landing .hm-hk6-dark-mosaic > .elementor-container {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		grid-template-areas:
			"copy"
			"main"
			"sideTop"
			"sideBottom";
	}

	body.hm-hk6-landing .hm-hk6-dark-mosaic .hm-hk6-dark-benefits {
		grid-template-columns: 1fr;
	}

	body.hm-hk6-landing .hm-hk6-dark-mosaic-main,
	body.hm-hk6-landing .hm-hk6-dark-mosaic-side-top,
	body.hm-hk6-landing .hm-hk6-dark-mosaic-side-bottom {
		height: auto;
	}

	body.hm-hk6-landing .hm-hk6-dark-mosaic-image,
	body.hm-hk6-landing .hm-hk6-dark-mosaic-image .elementor-widget-container {
		height: auto;
	}

	body.hm-hk6-landing .hm-hk6-dark-mosaic-image img,
	body.hm-hk6-landing .hm-hk6-dark-mosaic-image-main img,
	body.hm-hk6-landing .hm-hk6-dark-mosaic-image-side img {
		height: auto !important;
		object-fit: contain !important;
	}
}

/* Stage 3.8 sections 6-8 polish: dark hopper, editorial included, refined CTA. */
body.hm-hk6-landing .hm-hk6-hopper-dark {
	padding-block: clamp(116px, 9vw, 142px);
	background: #050505;
	color: #ffffff;
}

body.hm-hk6-landing .hm-hk6-hopper-dark > .elementor-container,
body.hm-hk6-landing .hm-hk6-included-editorial > .elementor-container,
body.hm-hk6-landing .hm-hk6-preorder-polished > .elementor-container {
	display: grid;
	width: min(var(--hmhk6-middle-container), calc(100% - (var(--hmhk6-middle-gutter) * 2)));
	max-width: var(--hmhk6-middle-container);
	margin-inline: auto;
	align-items: center;
}

body.hm-hk6-landing .hm-hk6-hopper-dark > .elementor-container {
	grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
	column-gap: clamp(64px, 6.2vw, 88px);
}

body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-copy-column,
body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-media,
body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-media,
body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-copy-column,
body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-media,
body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-copy-column {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	min-width: 0;
}

body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-title,
body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-title .elementor-heading-title {
	max-width: 560px;
	color: #ffffff;
	font-size: clamp(38px, 4.3vw, 58px);
	line-height: 1.02;
	letter-spacing: 0;
	text-wrap: balance;
}

body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-copy,
body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-copy p {
	max-width: 590px;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(16px, 1.15vw, 18px);
	line-height: 1.62;
}

body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-copy {
	margin-top: 24px;
}

body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-copy p + p {
	margin-top: 14px;
}

body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-notes {
	max-width: 590px;
	margin-top: 34px;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
}

body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-note {
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-note strong {
	display: block;
	color: #ffffff;
	font-size: clamp(17px, 1.35vw, 21px);
	font-weight: 820;
	line-height: 1.2;
}

body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-note p {
	max-width: 500px;
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 15px;
	line-height: 1.5;
}

body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-image,
body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-image .elementor-widget-container {
	overflow: hidden;
	border-radius: 20px;
	background: #111111;
	padding: 0 !important;
	margin: 0 !important;
}

body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-image img {
	display: block;
	width: 100%;
	height: clamp(600px, 50vw, 740px);
	border-radius: 20px;
	object-fit: cover;
	object-position: center 48%;
	box-shadow: none;
	transform: scale(1.14);
	transform-origin: center 58%;
}

body.hm-hk6-landing .hm-hk6-included-editorial {
	padding-block: clamp(92px, 7.5vw, 112px);
	background: var(--e-global-color-a337e39, #eaeae9);
}

body.hm-hk6-landing .hm-hk6-included-editorial > .elementor-container {
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
	column-gap: clamp(50px, 5vw, 70px);
}

body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-image,
body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-image .elementor-widget-container {
	overflow: hidden;
	border-radius: 18px;
	background: #f2f2f0;
}

body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	border-radius: 18px;
	object-fit: cover;
	object-position: center;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-title,
body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-title .elementor-heading-title {
	max-width: 560px;
	font-size: clamp(36px, 4vw, 58px);
	line-height: 1.04;
}

body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-copy,
body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-copy p {
	max-width: 590px;
	color: #303030;
	font-size: clamp(16px, 1.15vw, 18px);
	line-height: 1.62;
}

body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-copy {
	margin-top: 22px;
}

body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 28px;
	margin-top: 32px;
	border-top: 1px solid rgba(0, 0, 0, 0.18);
}

body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-item {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 14px 0;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);
	background: transparent;
	color: #0a0a0a;
	font-size: clamp(15px, 1.1vw, 17px);
	font-weight: 760;
	line-height: 1.25;
}

body.hm-hk6-landing .hm-hk6-preorder-polished {
	padding-block: clamp(78px, 6.6vw, 98px);
	background: #f3f3f1;
}

body.hm-hk6-landing .hm-hk6-preorder-polished > .elementor-container {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
	column-gap: clamp(52px, 5.2vw, 74px);
}

body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-image,
body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-image .elementor-widget-container {
	overflow: hidden;
	border-radius: 18px;
	background: #e9e9e6;
}

body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	border-radius: 18px;
	object-fit: cover;
	object-position: center;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-title,
body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-title .elementor-heading-title {
	max-width: 680px;
	font-size: clamp(38px, 4vw, 56px);
	line-height: 1.04;
	text-wrap: balance;
}

body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-copy,
body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-copy p {
	max-width: 610px;
	color: #303030;
	font-size: clamp(16px, 1.16vw, 18px);
	line-height: 1.62;
}

body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-copy {
	margin-top: 22px;
}

body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-safe-cta-polished {
	max-width: 580px;
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid rgba(0, 0, 0, 0.18);
}

body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-safe-cta-status {
	max-width: 560px;
	margin: 0;
	color: #111111;
	font-size: 15px;
	line-height: 1.55;
}

body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-safe-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-safe-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 28px;
	border: 2px solid #090909;
	border-radius: 999px;
	color: #090909;
	background: transparent;
	font-size: 15px;
	font-weight: 760;
	line-height: 1;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-safe-cta-button-primary {
	background: #090909;
	color: #ffffff;
}

body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-safe-cta-button:hover,
body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-safe-cta-button:focus {
	transform: translateY(-2px);
	background: #090909;
	color: #ffffff;
}

@media (max-width: 1024px) {
	body.hm-hk6-landing .hm-hk6-hopper-dark > .elementor-container,
	body.hm-hk6-landing .hm-hk6-included-editorial > .elementor-container,
	body.hm-hk6-landing .hm-hk6-preorder-polished > .elementor-container {
		grid-template-columns: 1fr;
		row-gap: 44px;
	}

	body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-media {
		width: min(680px, 100%) !important;
		margin-inline: auto !important;
	}

	body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-image img {
		height: auto;
		aspect-ratio: 4 / 5;
		object-fit: cover;
	}

	body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-media,
	body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-media {
		width: min(760px, 100%) !important;
		margin-inline: auto !important;
	}
}

@media (max-width: 767px) {
	body.hm-hk6-landing .hm-hk6-hopper-dark,
	body.hm-hk6-landing .hm-hk6-included-editorial,
	body.hm-hk6-landing .hm-hk6-preorder-polished {
		padding-block: 64px;
	}

	body.hm-hk6-landing .hm-hk6-hopper-dark > .elementor-container,
	body.hm-hk6-landing .hm-hk6-included-editorial > .elementor-container,
	body.hm-hk6-landing .hm-hk6-preorder-polished > .elementor-container {
		row-gap: 34px;
	}

	body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-title,
	body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-title .elementor-heading-title,
	body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-title,
	body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-title .elementor-heading-title,
	body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-title,
	body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-title .elementor-heading-title {
		font-size: clamp(31px, 9vw, 44px);
		line-height: 1.06;
	}

	body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-list {
		grid-template-columns: 1fr;
	}

	body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-image img,
	body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-image img {
		aspect-ratio: 4 / 3;
	}

body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-safe-cta-button {
		width: 100%;
	}
}

/* Missing launch-brief sections: premium index, brushless tech, comparison and FAQ. */
body.hm-hk6-landing .hm-hk6-premium-index,
body.hm-hk6-landing .hm-hk6-brushless-tech,
body.hm-hk6-landing .hm-hk6-comparison-ledger,
body.hm-hk6-landing .hm-hk6-faq-section {
	--hmhk6-missing-container: 1160px;
	--hmhk6-missing-gutter: clamp(18px, 3vw, 24px);
}

body.hm-hk6-landing .hm-hk6-premium-index > .elementor-container,
body.hm-hk6-landing .hm-hk6-brushless-tech > .elementor-container,
body.hm-hk6-landing .hm-hk6-comparison-ledger > .elementor-container,
body.hm-hk6-landing .hm-hk6-faq-section > .elementor-container {
	display: grid;
	width: min(var(--hmhk6-missing-container), calc(100% - (var(--hmhk6-missing-gutter) * 2)));
	max-width: var(--hmhk6-missing-container);
	margin-inline: auto;
	align-items: stretch;
	gap: 0;
}

body.hm-hk6-landing .hm-hk6-premium-index .elementor-column,
body.hm-hk6-landing .hm-hk6-brushless-tech .elementor-column,
body.hm-hk6-landing .hm-hk6-comparison-ledger .elementor-column,
body.hm-hk6-landing .hm-hk6-faq-section .elementor-column {
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
}

body.hm-hk6-landing .hm-hk6-premium-index .elementor-widget-wrap,
body.hm-hk6-landing .hm-hk6-brushless-tech .elementor-widget-wrap,
body.hm-hk6-landing .hm-hk6-comparison-ledger .elementor-widget-wrap,
body.hm-hk6-landing .hm-hk6-faq-section .elementor-widget-wrap {
	display: block;
	padding: 0 !important;
}

body.hm-hk6-landing .hm-hk6-premium-index {
	padding-block: clamp(78px, 6.5vw, 104px);
	background: #f6f6f4;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	color: #050505;
}

body.hm-hk6-landing .hm-hk6-premium-index > .elementor-container,
body.hm-hk6-landing .hm-hk6-comparison-ledger > .elementor-container {
	grid-template-columns: 1fr;
}

body.hm-hk6-landing .hm-hk6-premium-index .hm-hk6-premium-index-title,
body.hm-hk6-landing .hm-hk6-premium-index .hm-hk6-premium-index-title .elementor-heading-title,
body.hm-hk6-landing .hm-hk6-comparison-ledger .hm-hk6-comparison-title,
body.hm-hk6-landing .hm-hk6-comparison-ledger .hm-hk6-comparison-title .elementor-heading-title {
	max-width: 780px;
	margin: 0;
	color: #050505;
	font-size: clamp(34px, 4.3vw, 58px);
	line-height: 1.04;
	letter-spacing: 0;
	text-wrap: balance;
}

body.hm-hk6-landing .hm-hk6-premium-index .hm-hk6-premium-index-copy,
body.hm-hk6-landing .hm-hk6-premium-index .hm-hk6-premium-index-copy p,
body.hm-hk6-landing .hm-hk6-comparison-ledger .hm-hk6-comparison-copy,
body.hm-hk6-landing .hm-hk6-comparison-ledger .hm-hk6-comparison-copy p {
	max-width: 690px;
	margin-top: 22px;
	color: #343434;
	font-size: clamp(16px, 1.16vw, 18px);
	line-height: 1.62;
}

body.hm-hk6-landing .hm-hk6-feature-ledger {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0 34px;
	margin-top: clamp(42px, 4.2vw, 58px);
	border-top: 1px solid rgba(0, 0, 0, 0.18);
}

body.hm-hk6-landing .hm-hk6-feature-ledger-item {
	min-height: 142px;
	padding: 24px 0 22px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

body.hm-hk6-landing .hm-hk6-feature-ledger-item strong {
	display: block;
	max-width: 230px;
	color: #050505;
	font-size: clamp(17px, 1.45vw, 22px);
	font-weight: 820;
	line-height: 1.16;
}

body.hm-hk6-landing .hm-hk6-feature-ledger-item span {
	display: block;
	max-width: 250px;
	margin-top: 10px;
	color: #555555;
	font-size: 14px;
	line-height: 1.45;
}

body.hm-hk6-landing .hm-hk6-brushless-tech {
	padding-block: clamp(92px, 7.8vw, 118px);
	background: #eeeeec;
	color: #050505;
}

body.hm-hk6-landing .hm-hk6-brushless-tech > .elementor-container {
	grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.92fr) minmax(0, 0.9fr);
	column-gap: clamp(36px, 4.8vw, 64px);
	align-items: center;
}

body.hm-hk6-landing .hm-hk6-brushless-title,
body.hm-hk6-landing .hm-hk6-brushless-title .elementor-heading-title {
	max-width: 460px;
	color: #050505;
	font-size: clamp(34px, 4.2vw, 58px);
	line-height: 1.04;
	letter-spacing: 0;
	text-wrap: balance;
}

body.hm-hk6-landing .hm-hk6-brushless-copy,
body.hm-hk6-landing .hm-hk6-brushless-copy p {
	max-width: 460px;
	margin-top: 22px;
	color: #343434;
	font-size: clamp(16px, 1.14vw, 18px);
	line-height: 1.62;
}

body.hm-hk6-landing .hm-hk6-brushless-image,
body.hm-hk6-landing .hm-hk6-brushless-image .elementor-widget-container {
	overflow: hidden;
	border-radius: 18px;
	background: #e2e2df;
}

body.hm-hk6-landing .hm-hk6-brushless-image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: 18px;
	object-fit: contain;
	object-position: center;
	box-shadow: none;
}

body.hm-hk6-landing .hm-hk6-brushless-copy p {
	margin-bottom: 22px;
}

body.hm-hk6-landing .hm-hk6-brushless-copy p:last-child {
	margin-bottom: 0;
}

body.hm-hk6-landing .hm-hk6-brushless-list {
	border-top: 1px solid rgba(0, 0, 0, 0.18);
}

body.hm-hk6-landing .hm-hk6-brushless-item {
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

body.hm-hk6-landing .hm-hk6-brushless-item strong {
	display: block;
	color: #050505;
	font-size: clamp(17px, 1.3vw, 20px);
	font-weight: 820;
	line-height: 1.22;
}

body.hm-hk6-landing .hm-hk6-brushless-item span {
	display: block;
	margin-top: 8px;
	color: #555555;
	font-size: 14px;
	line-height: 1.5;
}

body.hm-hk6-landing .hm-hk6-comparison-ledger {
	padding-block: clamp(88px, 7vw, 112px);
	background: #ffffff;
	color: #050505;
}

body.hm-hk6-landing .hm-hk6-comparison-table-wrap {
	margin-top: clamp(38px, 4vw, 56px);
	overflow-x: auto;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

body.hm-hk6-landing .hm-hk6-comparison-table {
	width: 100%;
	border: 0 !important;
	border-collapse: collapse;
	border-spacing: 0;
	background: transparent !important;
	color: #050505;
	font-size: clamp(15px, 1.1vw, 17px);
	line-height: 1.36;
}

body.hm-hk6-landing .hm-hk6-comparison-table th,
body.hm-hk6-landing .hm-hk6-comparison-table td {
	padding: 22px 18px 22px 0;
	border: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16) !important;
	background: transparent !important;
	text-align: left;
	vertical-align: top;
}

body.hm-hk6-landing .hm-hk6-comparison-table tr {
	border: 0 !important;
	background: transparent !important;
}

body.hm-hk6-landing .hm-hk6-comparison-table thead th {
	color: #6a6a6a;
	font-size: 13px;
	font-weight: 760;
	text-transform: uppercase;
}

body.hm-hk6-landing .hm-hk6-comparison-table tbody th {
	width: 25%;
	color: #050505;
	font-weight: 820;
}

body.hm-hk6-landing .hm-hk6-comparison-table tbody td:nth-child(2) {
	color: #050505;
	font-weight: 760;
}

body.hm-hk6-landing .hm-hk6-comparison-table tbody td:nth-child(3) {
	color: #666666;
}

body.hm-hk6-landing .hm-hk6-faq-section {
	padding-block: clamp(108px, 8vw, 132px);
	background: #050505;
	color: #ffffff;
}

body.hm-hk6-landing .hm-hk6-faq-section > .elementor-container {
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	column-gap: clamp(52px, 6vw, 86px);
	align-items: start;
}

body.hm-hk6-landing .hm-hk6-faq-title,
body.hm-hk6-landing .hm-hk6-faq-title .elementor-heading-title {
	max-width: 420px;
	color: #ffffff;
	font-size: clamp(38px, 5vw, 64px);
	line-height: 1.03;
	letter-spacing: 0;
	text-wrap: balance;
}

body.hm-hk6-landing .hm-hk6-faq-copy,
body.hm-hk6-landing .hm-hk6-faq-copy p {
	max-width: 410px;
	margin-top: 22px;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(16px, 1.14vw, 18px);
	line-height: 1.62;
}

body.hm-hk6-landing .hm-hk6-faq-list {
	border-top: 1px solid rgba(255, 255, 255, 0.24);
}

body.hm-hk6-landing .hm-hk6-faq-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

body.hm-hk6-landing .hm-hk6-faq-item summary {
	position: relative;
	display: block;
	padding: 26px 48px 26px 0;
	color: #ffffff;
	font-size: clamp(18px, 1.5vw, 22px);
	font-weight: 820;
	line-height: 1.22;
	cursor: pointer;
	list-style: none;
}

body.hm-hk6-landing .hm-hk6-faq-item summary::-webkit-details-marker {
	display: none;
}

body.hm-hk6-landing .hm-hk6-faq-item summary::after {
	content: "+";
	position: absolute;
	top: 24px;
	right: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}

body.hm-hk6-landing .hm-hk6-faq-item[open] summary::after {
	content: "-";
}

body.hm-hk6-landing .hm-hk6-faq-item p {
	max-width: 680px;
	margin: -8px 0 26px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 1.62;
}

@media (max-width: 1024px) {
	body.hm-hk6-landing .hm-hk6-feature-ledger {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.hm-hk6-landing .hm-hk6-brushless-tech > .elementor-container,
	body.hm-hk6-landing .hm-hk6-faq-section > .elementor-container {
		grid-template-columns: 1fr;
		row-gap: 42px;
	}

	body.hm-hk6-landing .hm-hk6-brushless-media {
		width: min(560px, 100%) !important;
	}

	body.hm-hk6-landing .hm-hk6-brushless-image img {
		aspect-ratio: 16 / 10;
	}
}

@media (max-width: 767px) {
	body.hm-hk6-landing .hm-hk6-premium-index,
	body.hm-hk6-landing .hm-hk6-brushless-tech,
	body.hm-hk6-landing .hm-hk6-comparison-ledger,
	body.hm-hk6-landing .hm-hk6-faq-section {
		padding-block: 62px;
		--hmhk6-missing-gutter: 18px;
	}

	body.hm-hk6-landing .hm-hk6-feature-ledger {
		grid-template-columns: 1fr;
		margin-top: 34px;
	}

	body.hm-hk6-landing .hm-hk6-feature-ledger-item {
		min-height: 0;
		padding: 18px 0;
	}

	body.hm-hk6-landing .hm-hk6-premium-index .hm-hk6-premium-index-title,
	body.hm-hk6-landing .hm-hk6-premium-index .hm-hk6-premium-index-title .elementor-heading-title,
	body.hm-hk6-landing .hm-hk6-brushless-title,
	body.hm-hk6-landing .hm-hk6-brushless-title .elementor-heading-title,
	body.hm-hk6-landing .hm-hk6-comparison-ledger .hm-hk6-comparison-title,
	body.hm-hk6-landing .hm-hk6-comparison-ledger .hm-hk6-comparison-title .elementor-heading-title,
	body.hm-hk6-landing .hm-hk6-faq-title,
	body.hm-hk6-landing .hm-hk6-faq-title .elementor-heading-title {
		font-size: clamp(31px, 9vw, 43px);
		line-height: 1.06;
	}

	body.hm-hk6-landing .hm-hk6-comparison-table-wrap {
		overflow: visible;
	}

	body.hm-hk6-landing .hm-hk6-comparison-table,
	body.hm-hk6-landing .hm-hk6-comparison-table thead,
	body.hm-hk6-landing .hm-hk6-comparison-table tbody,
	body.hm-hk6-landing .hm-hk6-comparison-table tr,
	body.hm-hk6-landing .hm-hk6-comparison-table th,
	body.hm-hk6-landing .hm-hk6-comparison-table td {
		display: block;
		width: 100%;
	}

	body.hm-hk6-landing .hm-hk6-comparison-table thead {
		display: none;
	}

	body.hm-hk6-landing .hm-hk6-comparison-table tr {
		padding: 18px 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	}

	body.hm-hk6-landing .hm-hk6-comparison-table th,
	body.hm-hk6-landing .hm-hk6-comparison-table td {
		padding: 0;
		border: 0;
	}

	body.hm-hk6-landing .hm-hk6-comparison-table td {
		margin-top: 8px;
	}

	body.hm-hk6-landing .hm-hk6-comparison-table td:nth-child(2)::before {
		content: "HK-6: ";
		font-weight: 820;
	}

	body.hm-hk6-landing .hm-hk6-comparison-table td:nth-child(3)::before {
		content: "Konventionell: ";
		font-weight: 820;
		color: #444444;
	}

	body.hm-hk6-landing .hm-hk6-faq-item summary {
		padding-block: 21px;
		padding-right: 38px;
	}

	body.hm-hk6-landing .hm-hk6-faq-item summary::after {
		top: 20px;
	}
}

/* Version 1.0.1: align HK-6 middle-section containers to the HK-3 1260px rhythm. */
body.hm-hk6-landing .hm-hk6-middle-section {
	--hmhk6-middle-container: 1260px;
	--hmhk6-middle-gutter: clamp(18px, 3vw, 24px);
}

/* Sixth section: workflow overview. */
body.hm-hk6-landing .hm-hk6-workflow-overview {
	padding-block: clamp(48px, 4.2vw, 64px);
	background: #000000;
	color: #ffffff;
}

body.hm-hk6-landing .hm-hk6-workflow-overview > .elementor-container {
	align-items: center;
	gap: clamp(30px, 3.5vw, 52px);
}

body.hm-hk6-landing .hm-hk6-workflow-copy-column {
	width: 44%;
}

body.hm-hk6-landing .hm-hk6-workflow-media {
	width: 56%;
}

body.hm-hk6-landing .hm-hk6-workflow-title,
body.hm-hk6-landing .hm-hk6-workflow-title .elementor-heading-title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0;
}

body.hm-hk6-landing .hm-hk6-workflow-intro {
	margin-top: 14px;
}

body.hm-hk6-landing .hm-hk6-workflow-intro,
body.hm-hk6-landing .hm-hk6-workflow-intro p,
body.hm-hk6-landing .hm-hk6-workflow-closing,
body.hm-hk6-landing .hm-hk6-workflow-closing p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	line-height: 1.55;
}

body.hm-hk6-landing .hm-hk6-workflow-features-widget {
	margin-top: clamp(26px, 2.4vw, 36px);
}

body.hm-hk6-landing .hm-hk6-workflow-features {
	display: grid;
	gap: 0;
}

body.hm-hk6-landing .hm-hk6-workflow-feature {
	padding-block: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

body.hm-hk6-landing .hm-hk6-workflow-feature:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

body.hm-hk6-landing .hm-hk6-workflow-feature strong {
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

body.hm-hk6-landing .hm-hk6-workflow-feature p {
	margin: 7px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.5;
}

body.hm-hk6-landing .hm-hk6-workflow-closing {
	margin-top: clamp(22px, 2.2vw, 32px);
}

body.hm-hk6-landing .hm-hk6-workflow-closing p {
	margin: 0;
}

body.hm-hk6-landing .hm-hk6-workflow-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 460px;
	border-radius: 0;
	object-fit: contain;
	object-position: center;
	box-shadow: none;
}

@media (min-width: 1025px) {
	body.hm-hk6-landing .hm-hk6-workflow-title,
	body.hm-hk6-landing .hm-hk6-workflow-title .elementor-heading-title {
		width: max-content;
		max-width: none;
		white-space: nowrap;
		font-size: clamp(26px, 2.1vw, 32px);
	}
}

/* Eighth section: square top-view product image. */
body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-top-image,
body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-top-image .elementor-widget-container {
	overflow: hidden;
	border-radius: 20px;
	background: #f5f5f3;
	padding: 0 !important;
}

body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-top-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	object-fit: contain;
	object-position: center;
	transform: none;
}

@media (max-width: 1024px) {
	body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-top-image img {
		aspect-ratio: 1 / 1;
		object-fit: contain;
	}
}

@media (max-width: 1024px) {
	body.hm-hk6-landing .hm-hk6-workflow-overview > .elementor-container {
		flex-direction: column;
		align-items: stretch;
	}

	body.hm-hk6-landing .hm-hk6-workflow-copy-column,
	body.hm-hk6-landing .hm-hk6-workflow-media {
		width: 100%;
	}

	body.hm-hk6-landing .hm-hk6-workflow-media {
		order: -1;
	}

	body.hm-hk6-landing .hm-hk6-workflow-image {
		width: min(760px, 100%);
		margin-inline: auto;
	}

	body.hm-hk6-landing .hm-hk6-workflow-image img {
		max-height: 520px;
	}
}

@media (max-width: 767px) {
	body.hm-hk6-landing .hm-hk6-workflow-overview {
		padding-block: 44px 48px;
	}

	body.hm-hk6-landing .hm-hk6-workflow-overview > .elementor-container {
		gap: 28px;
	}

	body.hm-hk6-landing .hm-hk6-workflow-title,
	body.hm-hk6-landing .hm-hk6-workflow-title .elementor-heading-title {
		font-size: clamp(28px, 8.5vw, 40px);
	}

	body.hm-hk6-landing .hm-hk6-workflow-intro,
	body.hm-hk6-landing .hm-hk6-workflow-intro p,
	body.hm-hk6-landing .hm-hk6-workflow-closing,
	body.hm-hk6-landing .hm-hk6-workflow-closing p {
		font-size: 16px;
	}

	body.hm-hk6-landing .hm-hk6-workflow-features-widget {
		margin-top: 22px;
	}

	body.hm-hk6-landing .hm-hk6-workflow-feature {
		padding-block: 14px;
	}

	body.hm-hk6-landing .hm-hk6-workflow-closing {
		margin-top: 22px;
	}

	body.hm-hk6-landing .hm-hk6-workflow-image img {
		max-height: none;
	}
}

body.hm-hk6-landing .hm-hk6-engineering-split {
	--hmhk6-second-container: 1260px;
	--hmhk6-second-gutter: clamp(18px, 3vw, 24px);
}

body.hm-hk6-landing .hm-hk6-brushless-tech,
body.hm-hk6-landing .hm-hk6-comparison-ledger,
body.hm-hk6-landing .hm-hk6-faq-section {
	--hmhk6-missing-container: 1260px;
	--hmhk6-missing-gutter: clamp(18px, 3vw, 24px);
}

body.hm-hk6-landing .hm-hk6-engineering-split > .elementor-container,
body.hm-hk6-landing .hm-hk6-middle-section > .elementor-container {
	width: min(1260px, calc(100% - 48px)) !important;
	max-width: 1260px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.hm-hk6-landing .hm-hk6-brushless-tech > .elementor-container,
body.hm-hk6-landing .hm-hk6-comparison-ledger > .elementor-container,
body.hm-hk6-landing .hm-hk6-faq-section > .elementor-container {
	width: min(1260px, calc(100% - 48px)) !important;
	max-width: 1260px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-title,
body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-title .elementor-heading-title,
body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-copy-text,
body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-copy-text p,
body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-title,
body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-title .elementor-heading-title,
body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-copy,
body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-copy p,
body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-title,
body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-title .elementor-heading-title,
body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-copy,
body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-copy p,
body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-title,
body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-title .elementor-heading-title,
body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-copy,
body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-copy p,
body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-title,
body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-title .elementor-heading-title,
body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-copy,
body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-copy p,
body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-title,
body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-title .elementor-heading-title,
body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-copy,
body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-copy p {
	max-width: 620px;
}

body.hm-hk6-landing .hm-hk6-dark-mosaic-copy,
body.hm-hk6-landing .hm-hk6-dark-mosaic-title,
body.hm-hk6-landing .hm-hk6-dark-mosaic-title .elementor-heading-title,
body.hm-hk6-landing .hm-hk6-dark-mosaic-copy-text,
body.hm-hk6-landing .hm-hk6-dark-mosaic-copy-text p,
body.hm-hk6-landing .hm-hk6-dark-mosaic .hm-hk6-dark-benefits {
	max-width: 820px;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-top > .elementor-container,
body.hm-hk6-landing .hm-hk6-automation-polished > .elementor-container,
body.hm-hk6-landing .hm-hk6-display-polished > .elementor-container,
body.hm-hk6-landing .hm-hk6-hopper-dark > .elementor-container,
body.hm-hk6-landing .hm-hk6-included-editorial > .elementor-container,
body.hm-hk6-landing .hm-hk6-preorder-polished > .elementor-container {
	column-gap: clamp(56px, 5.8vw, 92px);
}

body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-image img {
	height: clamp(560px, 43vw, 700px);
}

body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-image img {
	max-height: 760px;
}

body.hm-hk6-landing .hm-hk6-reference-bottom-block .elementor-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-width: 180px;
	min-height: 44px;
	padding: 11px 26px !important;
	border: 2px solid #000000 !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	background-color: #ffffff !important;
	color: #000000 !important;
	box-shadow: none !important;
	font-size: 15px;
	font-weight: 500;
	line-height: 1 !important;
	text-align: center;
	text-decoration: none !important;
}

body.hm-hk6-landing .hm-hk6-reference-bottom-block .elementor-button:hover,
body.hm-hk6-landing .hm-hk6-reference-bottom-block .elementor-button:focus,
body.hm-hk6-landing .hm-hk6-reference-bottom-block .elementor-button:visited {
	background: #ffffff !important;
	background-color: #ffffff !important;
	color: #000000 !important;
	border-color: #000000 !important;
	transform: none !important;
}

@media (max-width: 1024px) {
	body.hm-hk6-landing .hm-hk6-engineering-split > .elementor-container,
	body.hm-hk6-landing .hm-hk6-middle-section > .elementor-container,
	body.hm-hk6-landing .hm-hk6-brushless-tech > .elementor-container,
	body.hm-hk6-landing .hm-hk6-comparison-ledger > .elementor-container,
	body.hm-hk6-landing .hm-hk6-faq-section > .elementor-container {
		width: min(100% - 48px, 1260px) !important;
	}
}

@media (max-width: 767px) {
	body.hm-hk6-landing .hm-hk6-engineering-split > .elementor-container,
	body.hm-hk6-landing .hm-hk6-middle-section > .elementor-container,
	body.hm-hk6-landing .hm-hk6-brushless-tech > .elementor-container,
	body.hm-hk6-landing .hm-hk6-comparison-ledger > .elementor-container,
	body.hm-hk6-landing .hm-hk6-faq-section > .elementor-container {
		width: min(100% - 36px, 1260px) !important;
	}

	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-title,
	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-title .elementor-heading-title,
	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-copy-text,
	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-copy-text p,
	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-title,
	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-title .elementor-heading-title,
	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-copy,
	body.hm-hk6-landing .hm-hk6-automation-polished .hm-hk6-automation-copy p,
	body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-title,
	body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-title .elementor-heading-title,
	body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-copy,
	body.hm-hk6-landing .hm-hk6-display-polished .hm-hk6-display-copy p,
	body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-title,
	body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-title .elementor-heading-title,
	body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-copy,
	body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-copy p,
	body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-title,
	body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-title .elementor-heading-title,
	body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-copy,
	body.hm-hk6-landing .hm-hk6-included-editorial .hm-hk6-included-copy p,
	body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-title,
	body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-title .elementor-heading-title,
	body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-copy,
	body.hm-hk6-landing .hm-hk6-preorder-polished .hm-hk6-preorder-copy p {
		max-width: 100%;
	}
}

/* Final hero overrides: semantic Elementor classes remain portable between sites. */
body.hm-hk6-landing .elementor-element.hm-hk6-hero-dynamic {
	background-position: center bottom !important;
	background-size: auto 100% !important;
}

body.hm-hk6-landing .hm-hk6-hero-dynamic-title .elementor-heading-title {
	color: #000000;
	font-size: clamp(32px, 3.1vw, 44px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0;
}

body.hm-hk6-landing .hm-hk6-hero-dynamic-subtitle .elementor-heading-title {
	color: #111111;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0;
}

@media (max-width: 767px) {
	body.hm-hk6-landing .elementor-element.hm-hk6-hero-dynamic {
		background-position: center !important;
		background-size: auto 64% !important;
	}

	body.hm-hk6-landing .hm-hk6-hero-dynamic-title,
	body.hm-hk6-landing .hm-hk6-hero-dynamic-subtitle {
		width: min(100%, 360px);
		margin-inline: auto;
	}

	body.hm-hk6-landing .hm-hk6-hero-dynamic-title .elementor-heading-title {
		font-size: 20px;
	}

	body.hm-hk6-landing .hm-hk6-hero-dynamic-subtitle .elementor-heading-title {
		font-size: 16px;
		text-wrap: balance;
	}
}

/* Version 1.3.4: keep the final informational CTA limited to the update action. */
body.hm-hk6-landing .hm-hk6-preorder-cta .hm-hk6-safe-cta-button-primary,
body.hm-hk6-landing .hm-hk6-preorder-cta .hmhk6-buy-box__button--primary {
	display: none !important;
}

/* Version 1.3.0: language-aware CTA modes and workflow image layering. */
body.hm-hk6-landing .hm-hk6-hero-dynamic .hm-hk6-shop-dropdown-widget {
	width: min(100%, 208px);
	margin-inline: auto;
}

body.hm-hk6-landing .hm-hk6-hero-dynamic .hm-hk6-shop-dropdown,
body.hm-hk6-landing .hm-hk6-hero-dynamic .hm-hk6-shop-dropdown__trigger {
	width: 100%;
}

body.hm-hk6-landing .hm-hk6-workflow-overview {
	position: relative;
	min-height: 570px;
	overflow: hidden;
	isolation: isolate;
}

body.hm-hk6-landing .hm-hk6-workflow-overview > .elementor-container {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 470px;
}

body.hm-hk6-landing .hm-hk6-workflow-overview::after {
	content: "";
	position: absolute;
	z-index: 2;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		#000000 0%,
		#000000 30%,
		rgba(0, 0, 0, 0.96) 40%,
		rgba(0, 0, 0, 0.72) 50%,
		rgba(0, 0, 0, 0) 72%
	);
}

body.hm-hk6-landing .hm-hk6-workflow-copy-column {
	position: relative;
	z-index: 3;
	width: min(52%, 650px);
}

body.hm-hk6-landing .hm-hk6-workflow-media {
	position: absolute !important;
	z-index: 1;
	top: 50%;
	right: -2%;
	width: 70%;
	transform: translateY(-50%);
}

body.hm-hk6-landing .hm-hk6-workflow-image,
body.hm-hk6-landing .hm-hk6-workflow-image .elementor-widget-container {
	overflow: visible;
}

body.hm-hk6-landing .hm-hk6-workflow-image img {
	width: 100%;
	max-height: 520px;
	object-position: right center;
}

body.hm-hk6-landing .hm-hk6-workflow-title,
body.hm-hk6-landing .hm-hk6-workflow-title .elementor-heading-title {
	width: auto;
	max-width: 100%;
	white-space: normal;
	text-wrap: balance;
}

@media (max-width: 1024px) {
	body.hm-hk6-landing .hm-hk6-workflow-overview {
		min-height: 0;
	}

	body.hm-hk6-landing .hm-hk6-workflow-overview::after {
		display: none;
	}

	body.hm-hk6-landing .hm-hk6-workflow-overview > .elementor-container {
		display: flex;
		min-height: 0;
	}

	body.hm-hk6-landing .hm-hk6-workflow-copy-column,
	body.hm-hk6-landing .hm-hk6-workflow-media {
		position: relative !important;
		top: auto;
		right: auto;
		width: 100%;
		transform: none;
	}

	body.hm-hk6-landing .hm-hk6-workflow-copy-column {
		z-index: 2;
	}

	body.hm-hk6-landing .hm-hk6-workflow-media {
		z-index: 1;
	}
}

@media (max-width: 767px) {
	body.hm-hk6-landing .hm-hk6-hero-dynamic .hm-hk6-shop-dropdown-widget {
		width: min(100%, 274px);
	}
}

/* Second section: editable Future of Filling composition. */
body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: center;
	border-radius: 18px;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-top > .elementor-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(36px, 4vw, 56px);
	column-gap: clamp(36px, 4vw, 56px);
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-top .hm-hk6-engineering-media,
body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-top .hm-hk6-engineering-copy {
	width: 100% !important;
	margin: 0;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-top .hm-hk6-engineering-copy > .elementor-widget-wrap {
	align-content: flex-start;
	align-items: flex-start;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-copy-text {
	margin-top: 28px;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-copy-text p {
	margin: 0 0 18px;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-copy-text p:last-child {
	margin-bottom: 0;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-points {
	display: block;
	width: 100%;
	margin: clamp(56px, 6vw, 72px) 0 0;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-points > .elementor-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 42px);
	width: 100%;
	max-width: none;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-point {
	width: 100% !important;
	padding-top: 22px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-point > .elementor-widget-wrap,
body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-custom-column > .elementor-widget-wrap {
	display: block;
	padding: 0;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-point-title,
body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-point-title .elementor-heading-title {
	margin: 0;
	color: #090909;
	font-size: clamp(18px, 1.7vw, 23px);
	font-weight: 820;
	line-height: 1.16;
	letter-spacing: 0;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-point-text {
	margin-top: 10px;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-point-text p {
	margin: 0;
	color: #5c5c5c;
	font-size: 15px;
	line-height: 1.55;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-custom-row {
	display: block;
	width: 100%;
	margin: 28px 0 0;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-custom-row > .elementor-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 42px);
	width: 100%;
	max-width: none;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-custom-column {
	width: 100% !important;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-custom-center > .elementor-widget-wrap {
	display: flex;
	justify-content: center;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-custom-content {
	width: max-content;
	max-width: 100%;
	text-align: left;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-custom-content .elementor-widget-container {
	text-align: left;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-custom-content,
body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-custom-content p {
	color: #202020;
	font-size: 14px;
	line-height: 1.45;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-custom-content p {
	margin: 0 0 14px;
}

body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-custom-content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-top > .elementor-container {
		grid-template-columns: 1fr;
	}

	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-points > .elementor-container {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-custom-row > .elementor-container {
		display: block;
	}

	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-custom-left,
	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-custom-right {
		display: none;
	}

	body.hm-hk6-landing .hm-hk6-engineering-split .hm-hk6-engineering-custom-center {
		width: 100% !important;
	}
}

/* Version 1.3.1: workflow contrast and hopper image edge fixes. */
body.hm-hk6-landing .hm-hk6-workflow-overview {
	background: #080808;
}

body.hm-hk6-landing .hm-hk6-workflow-overview::after {
	display: none;
}

body.hm-hk6-landing .hm-hk6-workflow-overview .hm-hk6-workflow-title,
body.hm-hk6-landing .hm-hk6-workflow-overview .hm-hk6-workflow-title .elementor-heading-title,
body.hm-hk6-landing .hm-hk6-workflow-overview .hm-hk6-workflow-feature strong {
	color: #ffffff !important;
}

body.hm-hk6-landing .hm-hk6-workflow-overview .hm-hk6-workflow-intro,
body.hm-hk6-landing .hm-hk6-workflow-overview .hm-hk6-workflow-intro p,
body.hm-hk6-landing .hm-hk6-workflow-overview .hm-hk6-workflow-closing,
body.hm-hk6-landing .hm-hk6-workflow-overview .hm-hk6-workflow-closing p {
	color: rgba(255, 255, 255, 0.9) !important;
}

body.hm-hk6-landing .hm-hk6-workflow-overview .hm-hk6-workflow-feature p {
	color: rgba(255, 255, 255, 0.74) !important;
}

body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-top-image,
body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-top-image .elementor-widget-container {
	background: #ffffff;
	padding: 0 !important;
	line-height: 0;
}

body.hm-hk6-landing .hm-hk6-hopper-dark .hm-hk6-hopper-top-image img {
	padding: 0 !important;
	margin: 0 !important;
	background: #ffffff;
}
