.ash-scroll-hero {
	--ash-top-offset: 0px;
	--ash-stage-height: 100vh;
	--ash-section-height: 100vh;
	position: relative;
	width: 100vw;
	max-width: 100vw !important;
	height: var(--ash-section-height);
	min-height: 100vh;
	margin: 0 0 0 calc(50% - 50vw);
	padding: 0;
	overflow: visible;
	background: #070b0e;
	color: #fff;
	z-index: 1;
}

.ash-scroll-hero,
.ash-scroll-hero *,
.ash-scroll-hero__stage,
.ash-scroll-hero__stage * {
	box-sizing: border-box;
}

@supports (height: 100lvh) {
	.ash-scroll-hero {
		--ash-stage-height: 100lvh;
		min-height: 100lvh;
	}
}

.ash-scroll-hero[data-ash-enhanced="static"] {
	min-height: var(--ash-section-height);
}

.ash-scroll-hero__anchor {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.ash-scroll-hero__stage {
	position: absolute;
	top: var(--ash-before-top, 0px);
	left: 0;
	width: 100%;
	height: calc(var(--ash-stage-height) - var(--ash-top-offset));
	min-height: 320px;
	overflow: hidden;
	background: #070b0e;
	color: #fff;
	z-index: 10;
	touch-action: pan-y;
	font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ash-scroll-hero__stage--fixed {
	position: fixed;
	top: var(--ash-top-offset);
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
}

.ash-scroll-hero__stage--released {
	position: absolute;
	top: var(--ash-release-top, 0px);
	left: 0;
}

.ash-scroll-hero__media,
.ash-scroll-hero__poster,
.ash-scroll-hero__poster img,
.ash-scroll-hero__video,
.ash-scroll-hero__final-frame,
.ash-scroll-hero__final-frame img,
.ash-scroll-hero__scrim {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ash-scroll-hero__media {
	z-index: 1;
	background: #070b0e;
}

.ash-scroll-hero__poster {
	display: block;
	z-index: 1;
	opacity: 1;
	visibility: visible;
	transition: opacity 320ms ease, visibility 320ms ease;
}

.ash-scroll-hero__poster img,
.ash-scroll-hero__video {
	display: block;
	max-width: none !important;
	object-fit: cover;
	object-position: 58% 50%;
	border: 0;
}

.ash-scroll-hero__final-frame {
	display: block;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 120ms linear, visibility 120ms linear;
}

.ash-scroll-hero__final-frame img {
	display: block;
	max-width: none !important;
	object-fit: cover;
	object-position: 58% 50%;
	border: 0;
}

.ash-scroll-hero__stage--final-hold .ash-scroll-hero__final-frame {
	opacity: 1;
	visibility: visible;
}

.ash-scroll-hero__video {
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.ash-scroll-hero__stage.ash-scroll-hero__stage--video-ready .ash-scroll-hero__video {
	opacity: 1;
}

.ash-scroll-hero__stage.ash-scroll-hero__stage--video-ready .ash-scroll-hero__poster {
	opacity: 0;
	visibility: hidden;
}

.ash-scroll-hero__scrim {
	z-index: 3;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(3, 7, 12, .74) 0%, rgba(3, 7, 12, .56) 25%, rgba(3, 7, 12, .15) 53%, rgba(3, 7, 12, 0) 72%),
		linear-gradient(0deg, rgba(3, 7, 12, .27) 0%, rgba(3, 7, 12, 0) 38%);
}

.ash-scroll-hero__loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 220ms ease, visibility 220ms ease;
	pointer-events: none;
}

.ash-scroll-hero__stage--loading .ash-scroll-hero__loader {
	opacity: .82;
	visibility: visible;
}

.ash-scroll-hero__loader span {
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(255, 255, 255, .24);
	border-top-color: #ffe500;
	border-radius: 50%;
	animation: ash-scroll-hero-spin 850ms linear infinite;
}

.ash-scroll-hero__stage--video-ready .ash-scroll-hero__loader,
.ash-scroll-hero__stage--fallback .ash-scroll-hero__loader,
.ash-scroll-hero__stage--reduced .ash-scroll-hero__loader {
	opacity: 0;
	visibility: hidden;
}

@keyframes ash-scroll-hero-spin {
	to { transform: rotate(360deg); }
}

.ash-scroll-hero__content {
	position: absolute;
	left: clamp(28px, 6vw, 112px);
	top: 52%;
	z-index: 4;
	width: min(520px, 42vw);
	transform: translateY(-40%);
	padding: 0;
	text-align: left;
	color: #fff;
	opacity: 0;
	animation: ash-scroll-hero-content-in 480ms 120ms ease-out forwards;
}

@keyframes ash-scroll-hero-content-in {
	from { opacity: 0; transform: translateY(calc(-40% + 12px)); }
	to { opacity: 1; transform: translateY(-40%); }
}

.ash-scroll-hero__stage .ash-scroll-hero__name,
.ash-scroll-hero__stage .ash-scroll-hero__role {
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: none;
}

.ash-scroll-hero__stage .ash-scroll-hero__name {
	font-family: inherit;
	font-size: clamp(38px, 3vw, 50px);
	font-weight: 680;
	line-height: 1;
	letter-spacing: -.035em;
	text-shadow: 0 2px 22px rgba(0, 0, 0, .24);
}

.ash-scroll-hero__stage .ash-scroll-hero__role {
	max-width: 100%;
	margin-top: 13px;
	font-family: inherit;
	font-size: clamp(11px, .83vw, 13px);
	font-weight: 650;
	line-height: 1.45;
	letter-spacing: .115em;
	text-transform: uppercase;
	text-wrap: balance;
}

.ash-scroll-hero__stage .ash-scroll-hero__role strong {
	font: inherit;
	color: inherit;
}

.ash-scroll-hero__stage .ash-scroll-hero__phone {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
	font-family: inherit;
	font-size: 18px;
	font-weight: 540;
	line-height: 1.3;
	letter-spacing: .015em;
	color: #fff !important;
	text-decoration: none !important;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .25);
}

.ash-scroll-hero__stage .ash-scroll-hero__phone:hover,
.ash-scroll-hero__stage .ash-scroll-hero__phone:focus-visible {
	color: #ffe500 !important;
}

.ash-scroll-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
}

.ash-scroll-hero__stage .ash-scroll-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 21px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: .025em;
	text-align: center;
	text-decoration: none !important;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}

.ash-scroll-hero__stage .ash-scroll-hero__button:hover {
	transform: translateY(-1px);
}

.ash-scroll-hero__stage .ash-scroll-hero__button:focus-visible,
.ash-scroll-hero__stage .ash-scroll-hero__phone:focus-visible {
	outline: 3px solid rgba(255, 229, 0, .72);
	outline-offset: 3px;
}

.ash-scroll-hero__stage .ash-scroll-hero__button--primary,
.ash-scroll-hero__stage .ash-scroll-hero__button--primary:visited {
	background: #ffe500;
	border-color: #ffe500;
	color: #111 !important;
}

.ash-scroll-hero__stage .ash-scroll-hero__button--primary:hover,
.ash-scroll-hero__stage .ash-scroll-hero__button--primary:focus-visible {
	background: #ffec33;
	border-color: #ffec33;
	color: #111 !important;
}

.ash-scroll-hero__stage .ash-scroll-hero__button--secondary,
.ash-scroll-hero__stage .ash-scroll-hero__button--secondary:visited {
	background: rgba(255, 255, 255, .06);
	border-color: rgba(255, 255, 255, .58);
	color: #fff !important;
}

.ash-scroll-hero__stage .ash-scroll-hero__button--secondary:hover,
.ash-scroll-hero__stage .ash-scroll-hero__button--secondary:focus-visible {
	background: rgba(255, 255, 255, .13);
	border-color: rgba(255, 255, 255, .9);
	color: #fff !important;
}

.ash-scroll-hero__stage--fallback .ash-scroll-hero__video,
.ash-scroll-hero__stage--reduced .ash-scroll-hero__video {
	display: none;
}

.ash-scroll-hero__stage--fallback .ash-scroll-hero__poster,
.ash-scroll-hero__stage--reduced .ash-scroll-hero__poster {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1200px) and (orientation: portrait) {
	.ash-scroll-hero__poster img,
	.ash-scroll-hero__video,
	.ash-scroll-hero__final-frame img {
		object-position: 55% 50%;
	}
}

@media (max-width: 767px) {
	.ash-scroll-hero__scrim {
		background:
			linear-gradient(0deg, rgba(3, 7, 12, .91) 0%, rgba(3, 7, 12, .68) 24%, rgba(3, 7, 12, .19) 50%, rgba(3, 7, 12, 0) 69%),
			linear-gradient(180deg, rgba(3, 7, 12, .18) 0%, rgba(3, 7, 12, 0) 22%);
	}

	.ash-scroll-hero__content {
		left: max(20px, env(safe-area-inset-left));
		right: max(20px, env(safe-area-inset-right));
		top: auto;
		bottom: max(22px, calc(env(safe-area-inset-bottom) + 14px));
		width: auto;
		max-width: none;
		transform: none;
	}

	@supports (height: 100dvh) and (height: 100lvh) {
		.ash-scroll-hero__content {
			bottom: max(22px, calc(env(safe-area-inset-bottom) + 14px + (100lvh - 100dvh)));
		}
	}

	@keyframes ash-scroll-hero-content-in {
		from { opacity: 0; transform: translateY(12px); }
		to { opacity: 1; transform: translateY(0); }
	}

	.ash-scroll-hero__stage .ash-scroll-hero__name {
		font-size: clamp(30px, 8vw, 38px);
		line-height: 1;
	}

	.ash-scroll-hero__stage .ash-scroll-hero__role {
		margin-top: 9px;
		font-size: clamp(9.5px, 2.7vw, 11px);
		line-height: 1.35;
		letter-spacing: .07em;
		text-wrap: pretty;
	}

	.ash-scroll-hero__stage .ash-scroll-hero__phone {
		margin-top: 8px;
		font-size: 16px;
	}

	.ash-scroll-hero__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 9px;
		margin-top: 15px;
	}

	.ash-scroll-hero__stage .ash-scroll-hero__button {
		min-height: 44px;
		padding: 10px 12px;
		font-size: 11.5px;
	}
}

@media (max-width: 349px) {
	.ash-scroll-hero__actions {
		grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
		gap: 8px;
	}

	.ash-scroll-hero__stage .ash-scroll-hero__button {
		min-height: 42px;
		padding: 8px 7px;
		font-size: 10.25px;
	}

}

@media (max-width: 299px) {
	.ash-scroll-hero__actions {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ash-scroll-hero__content {
		opacity: 1;
		animation: none;
	}

	.ash-scroll-hero__poster,
	.ash-scroll-hero__stage .ash-scroll-hero__button,
	.ash-scroll-hero__loader {
		transition: none;
	}

	.ash-scroll-hero__loader span {
		animation: none;
	}
}
