.ehh-hero {
	--ehh-focal-x: 50%;
	--ehh-focal-y: 50%;
	--ehh-title-offset: 72px;
	--ehh-background-offset: 48px;
	--ehh-blur-amount: 18px;
	--ehh-background-style-blur: 0px;
	--ehh-background-brightness: 1;
	--ehh-background-contrast: 1;
	--ehh-background-saturation: 1;
	--ehh-background-scale: 1;
	--ehh-background-opacity: 1;
	--ehh-overlay-opacity: 0.48;
	--ehh-overlay-color: #0b1019;
	--ehh-overlay-gradient: none;
	position: relative;
	isolation: isolate;
	width: 100%;
	overflow: hidden;
	background: #0b1019;
	color: #fff;
}

.elementor-widget-ehh_hero_header,
.elementor-widget-ehh_hero_header > .elementor-widget-container {
	height: 100%;
}

.elementor-widget-ehh_hero_header > .elementor-widget-container {
	display: flex;
}

.ehh-hero--height-viewport {
	min-height: 100vh;
	min-height: 100svh;
}

.ehh-hero--height-container {
	flex: 1 1 auto;
	height: 100%;
	min-height: 100%;
}

.ehh-hero--height-custom {
	flex: 1 1 auto;
}

.ehh-hero--background-none {
	background: transparent;
}

.ehh-hero__media-wrap,
.ehh-hero__media,
.ehh-hero__video,
.ehh-hero__overlay {
	position: absolute;
	inset: 0;
}

.ehh-hero__media-wrap {
	transform-origin: top center;
}

.ehh-hero__media,
.ehh-hero__video {
	opacity: var(--ehh-background-opacity);
	filter: blur(var(--ehh-background-style-blur)) brightness(var(--ehh-background-brightness)) contrast(var(--ehh-background-contrast)) saturate(var(--ehh-background-saturation));
	transform: scale(var(--ehh-background-scale));
	transform-origin: center center;
}

.ehh-hero__media {
	background-image:
		radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0) 38%),
		linear-gradient(135deg, #0b1019 0%, #11243a 48%, #1e425c 100%);
	background-position: var(--ehh-focal-x) var(--ehh-focal-y);
	background-repeat: no-repeat;
	background-size: cover;
}

.ehh-hero__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--ehh-focal-x) var(--ehh-focal-y);
}

.ehh-hero__overlay {
	background-color: var(--ehh-overlay-color);
	background-image: var(--ehh-overlay-gradient);
	opacity: var(--ehh-overlay-opacity);
	pointer-events: none;
}

.ehh-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	padding: clamp(2rem, 5vw, 5rem);
}

.ehh-hero--height-viewport .ehh-hero__inner {
	min-height: inherit;
}

.ehh-hero--height-container .ehh-hero__inner {
	height: 100%;
	min-height: 100%;
}

.ehh-hero--height-custom .ehh-hero__inner {
	height: 100%;
	min-height: 100%;
}

.ehh-hero__content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	max-width: 720px;
	transform-origin: center center;
}

.ehh-hero--valign-start .ehh-hero__inner {
	align-items: flex-start;
}

.ehh-hero--valign-center .ehh-hero__inner {
	align-items: center;
}

.ehh-hero--valign-end .ehh-hero__inner {
	align-items: flex-end;
}

.ehh-hero--align-left .ehh-hero__content {
	margin-right: auto;
	text-align: left;
}

.ehh-hero--align-center .ehh-hero__content {
	margin-inline: auto;
	text-align: center;
}

.ehh-hero--align-right .ehh-hero__content {
	margin-left: auto;
	text-align: right;
}

.ehh-hero__subtitle {
	max-width: 48rem;
	margin: 0;
	font-size: clamp(1rem, 1.6vw, 1.25rem);
	line-height: 1.5;
	letter-spacing: 0.01em;
	color: rgba(255, 255, 255, 0.78);
}

.ehh-hero--subtitle-above .ehh-hero__subtitle {
	order: 1;
}

.ehh-hero--subtitle-above .ehh-hero__title {
	order: 2;
}

.ehh-hero--subtitle-above .ehh-hero__actions {
	order: 3;
}

.ehh-hero--subtitle-below .ehh-hero__title {
	order: 1;
}

.ehh-hero--subtitle-below .ehh-hero__subtitle {
	order: 2;
}

.ehh-hero--subtitle-below .ehh-hero__actions {
	order: 3;
}

.ehh-hero__title {
	margin: 0;
	font-size: clamp(2.75rem, 7vw, 6.25rem);
	font-weight: 700;
	line-height: 0.92;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.ehh-hero__title .line {
	display: block;
	overflow: hidden;
}

.ehh-hero__title .char,
.ehh-hero__title .word {
	display: inline-block;
}

.ehh-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 0.75rem;
}

html.ehh-motion-enabled .ehh-hero.ehh-hero--preload .ehh-hero__media,
html.ehh-motion-enabled .ehh-hero.ehh-hero--preload .ehh-hero__video,
html.ehh-motion-enabled .ehh-hero.ehh-hero--animating .ehh-hero__media,
html.ehh-motion-enabled .ehh-hero.ehh-hero--animating .ehh-hero__video {
	will-change: transform, opacity, filter, clip-path;
}

html.ehh-motion-enabled .ehh-hero.ehh-hero--preload .ehh-hero__title,
html.ehh-motion-enabled .ehh-hero.ehh-hero--preload .ehh-hero__subtitle,
html.ehh-motion-enabled .ehh-hero.ehh-hero--preload .ehh-hero__actions,
html.ehh-motion-enabled .ehh-hero.ehh-hero--animating .ehh-hero__title,
html.ehh-motion-enabled .ehh-hero.ehh-hero--animating .ehh-hero__subtitle,
html.ehh-motion-enabled .ehh-hero.ehh-hero--animating .ehh-hero__actions {
	will-change: transform, opacity, filter, clip-path;
}

html.ehh-motion-enabled .ehh-hero.ehh-hero--animating .ehh-hero__title .char,
html.ehh-motion-enabled .ehh-hero.ehh-hero--animating .ehh-hero__title .word,
html.ehh-motion-enabled .ehh-hero.ehh-hero--animating .ehh-hero__title .line {
	will-change: transform, opacity, filter, clip-path;
}

.ehh-hero--align-center .ehh-hero__actions {
	justify-content: center;
}

.ehh-hero--align-right .ehh-hero__actions {
	justify-content: flex-end;
}

.ehh-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.9rem 1.25rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: transform 180ms ease, opacity 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.ehh-hero__button:hover,
.ehh-hero__button:focus-visible {
	transform: translateY(-1px);
}

.ehh-hero__button--primary {
	background: #fff;
	color: #0b1019;
}

.ehh-hero__button--secondary {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
}

html.ehh-motion-enabled .ehh-hero.ehh-hero--preload[data-title-animation="slide-up-reveal"] .ehh-hero__title {
	opacity: 0;
	transform: translateY(var(--ehh-title-offset));
}

html.ehh-motion-enabled .ehh-hero.ehh-hero--preload[data-title-animation="blur-in-up"] .ehh-hero__title {
	opacity: 0;
	transform: translateY(calc(var(--ehh-title-offset) * 0.5));
	filter: blur(var(--ehh-blur-amount));
}

html.ehh-motion-enabled .ehh-hero.ehh-hero--preload[data-title-animation="staggered-letters"] .ehh-hero__title,
html.ehh-motion-enabled .ehh-hero.ehh-hero--preload[data-title-animation="cascade-reveal"] .ehh-hero__title,
html.ehh-motion-enabled .ehh-hero.ehh-hero--preload[data-title-animation="spotlight-reveal"] .ehh-hero__title,
html.ehh-motion-enabled .ehh-hero.ehh-hero--preload[data-title-animation="text-scramble"] .ehh-hero__title {
	opacity: 0;
}

html.ehh-motion-enabled .ehh-hero.ehh-hero--preload[data-title-animation="reveal-wipe"] .ehh-hero__title {
	opacity: 0;
	transform: translateY(calc(var(--ehh-title-offset) * 0.25));
	clip-path: inset(0% 0% 100% 0%);
}

html.ehh-motion-enabled .ehh-hero.ehh-hero--preload .ehh-hero__subtitle,
html.ehh-motion-enabled .ehh-hero.ehh-hero--preload .ehh-hero__actions {
	opacity: 0;
	transform: translateY(calc(var(--ehh-title-offset) * 0.32));
}

html.ehh-motion-enabled .ehh-hero.ehh-hero--preload[data-background-animation="cinematic-zoom"] .ehh-hero__media,
html.ehh-motion-enabled .ehh-hero.ehh-hero--preload[data-background-animation="cinematic-zoom"] .ehh-hero__video {
	opacity: calc(var(--ehh-background-opacity) * 0.75);
	transform: scale(calc(var(--ehh-background-scale) * 1.18));
	filter: blur(calc(var(--ehh-background-style-blur) + (var(--ehh-blur-amount) * 0.45))) brightness(calc(var(--ehh-background-brightness) * 0.8)) contrast(var(--ehh-background-contrast)) saturate(var(--ehh-background-saturation));
}

html.ehh-motion-enabled .ehh-hero.ehh-hero--preload[data-background-animation="soft-focus-resolve"] .ehh-hero__media,
html.ehh-motion-enabled .ehh-hero.ehh-hero--preload[data-background-animation="soft-focus-resolve"] .ehh-hero__video {
	opacity: calc(var(--ehh-background-opacity) * 0.7);
	transform: scale(calc(var(--ehh-background-scale) * 1.08));
	filter: blur(calc(var(--ehh-background-style-blur) + (var(--ehh-blur-amount) * 1.25))) brightness(calc(var(--ehh-background-brightness) * 1.15)) contrast(var(--ehh-background-contrast)) saturate(calc(var(--ehh-background-saturation) * 1.08));
}

html.ehh-motion-enabled .ehh-hero.ehh-hero--preload[data-background-animation="pan-up-reveal"] .ehh-hero__media,
html.ehh-motion-enabled .ehh-hero.ehh-hero--preload[data-background-animation="pan-up-reveal"] .ehh-hero__video {
	opacity: calc(var(--ehh-background-opacity) * 0.72);
	transform: translateY(var(--ehh-background-offset)) scale(calc(var(--ehh-background-scale) * 1.1));
	filter: blur(calc(var(--ehh-background-style-blur) + (var(--ehh-blur-amount) * 0.25))) brightness(calc(var(--ehh-background-brightness) * 0.92)) contrast(var(--ehh-background-contrast)) saturate(var(--ehh-background-saturation));
}

html.ehh-motion-enabled .ehh-hero.ehh-hero--preload[data-background-animation="spotlight-unmask"] .ehh-hero__media,
html.ehh-motion-enabled .ehh-hero.ehh-hero--preload[data-background-animation="spotlight-unmask"] .ehh-hero__video {
	opacity: calc(var(--ehh-background-opacity) * 0.75);
	transform: scale(calc(var(--ehh-background-scale) * 1.08));
	filter: blur(calc(var(--ehh-background-style-blur) + (var(--ehh-blur-amount) * 0.55))) brightness(var(--ehh-background-brightness)) contrast(var(--ehh-background-contrast)) saturate(var(--ehh-background-saturation));
	clip-path: circle(0% at 50% 45%);
}

html.ehh-motion-enabled .ehh-hero.ehh-hero--preload[data-background-animation="diagonal-wipe"] .ehh-hero__media,
html.ehh-motion-enabled .ehh-hero.ehh-hero--preload[data-background-animation="diagonal-wipe"] .ehh-hero__video {
	opacity: calc(var(--ehh-background-opacity) * 0.8);
	transform: scale(calc(var(--ehh-background-scale) * 1.04));
	filter: blur(calc(var(--ehh-background-style-blur) + (var(--ehh-blur-amount) * 0.35))) brightness(var(--ehh-background-brightness)) contrast(var(--ehh-background-contrast)) saturate(var(--ehh-background-saturation));
	clip-path: polygon(0 0, 14% 0, 0 100%, 0 100%);
}

@media (max-width: 767px) {
	.ehh-hero__inner {
		padding: 1.5rem;
	}

	.ehh-hero__content {
		gap: 0.85rem;
	}

	.ehh-hero__title {
		font-size: clamp(2.25rem, 12vw, 4rem);
		line-height: 0.96;
	}

	.ehh-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.ehh-hero__button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ehh-hero__media,
	.ehh-hero__video,
	.ehh-hero__title,
	.ehh-hero__subtitle,
	.ehh-hero__actions,
	.ehh-hero__title .char,
	.ehh-hero__title .word,
	.ehh-hero__title .line {
		animation: none !important;
		transition: none !important;
	}
}
