:root {
	--sash-accent: #e42932;
}

.sash-sticky-ancestor,
.sash-sticky-ancestor > .elementor-widget-container {
	overflow: visible !important;
	contain: none !important;
	filter: none !important;
	perspective: none !important;
	transform: none !important;
	will-change: auto !important;
}

.elementor-widget-shortcode.sash-sticky-ancestor,
.elementor-widget-shortcode.sash-sticky-ancestor > .elementor-widget-container {
	width: 100% !important;
	max-width: none !important;
}

.sash {
	--sash-progress: 0;
	--sash-progress-percent: 0%;
	position: relative;
	width: 100vw;
	max-width: none !important;
	height: var(--sash-scroll-height, 440vh);
	margin-inline: calc(50% - 50vw);
	background: #050505;
	color: #fff;
	font-family: inherit;
	isolation: isolate;
}

.sash *,
.sash *::before,
.sash *::after {
	box-sizing: border-box;
}

.sash__sticky {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - var(--sash-sticky-offset, 0px));
	min-height: 520px;
	overflow: hidden;
	background: #050505;
	z-index: 1;
}

.sash.is-pinned {
	z-index: 20;
}

.sash.is-pinned .sash__sticky {
	position: fixed !important;
	top: var(--sash-sticky-offset, 0px);
	right: auto;
	bottom: auto;
	left: 0;
	width: 100vw;
}

.sash.is-after .sash__sticky {
	position: absolute !important;
	top: auto !important;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

body.admin-bar .sash__sticky {
	height: calc(100vh - var(--sash-sticky-offset, 0px) - var(--wp-admin--admin-bar--height, 32px));
}

body.admin-bar .sash.is-pinned .sash__sticky {
	top: calc(var(--sash-sticky-offset, 0px) + var(--wp-admin--admin-bar--height, 32px));
}

.sash__fallback,
.sash__video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	background: #050505;
	border: 0;
}

.sash__fallback {
	z-index: 0;
}

.sash__video {
	z-index: 0;
	filter: saturate(.94) contrast(1.04);
	opacity: 1;
	transition: opacity .25s ease;
}

.sash.has-video-error .sash__video {
	opacity: 0;
}

.sash__shade {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .26) 34%, rgba(0, 0, 0, .04) 65%, rgba(0, 0, 0, .23) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, .58) 0%, rgba(0, 0, 0, .18) 36%, rgba(0, 0, 0, .08) 68%, rgba(0, 0, 0, .48) 100%);
	z-index: 1;
}

.sash__grain {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .13;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.23'/%3E%3C/svg%3E");
	mix-blend-mode: soft-light;
	z-index: 2;
}

.sash__content {
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
}

.sash__panel {
	position: absolute;
	left: clamp(24px, 6vw, 108px);
	top: clamp(92px, 12vh, 138px);
	bottom: auto;
	width: min(480px, 42vw);
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 20px, 0);
	transition: opacity .34s ease, transform .44s cubic-bezier(.2, .75, .25, 1), visibility .34s;
	text-shadow: 0 2px 22px rgba(0, 0, 0, .55);
}

.sash__panel--right {
	left: auto;
	right: clamp(72px, 10vw, 170px);
}

.sash__panel.is-active {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	pointer-events: auto;
}

.sash__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 13px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .82);
}

.sash__eyebrow span {
	display: inline-grid;
	place-items: center;
	width: 31px;
	height: 31px;
	border: 1px solid rgba(255, 255, 255, .38);
	border-radius: 50%;
	font-size: 10px;
	color: #fff;
}

.sash h1,
.sash h2 {
	max-width: 720px;
	margin: 0;
	font-family: inherit;
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 550;
	line-height: 1.08;
	letter-spacing: -.035em;
	color: #fff;
}

.sash__description {
	max-width: 480px;
	margin: 14px 0 0;
	font-size: clamp(14px, 1.05vw, 16px);
	font-weight: 400;
	line-height: 1.55;
	color: rgba(255, 255, 255, .82);
}

.sash__location {
	margin: 18px 0 0;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.4;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .68);
}

.sash__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-top: 24px;
}

.sash a.sash__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 21px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.sash a.sash__button:hover,
.sash a.sash__button:focus-visible {
	transform: translateY(-2px);
}

.sash__button--primary {
	background: var(--sash-accent);
	color: #fff;
}

.sash__button--primary:hover,
.sash__button--primary:focus-visible {
	background: #f03942;
	color: #fff;
}

.sash__button--secondary {
	border-color: rgba(255, 255, 255, .52) !important;
	background: rgba(0, 0, 0, .2);
	backdrop-filter: blur(8px);
	color: #fff;
}

.sash__button--secondary:hover,
.sash__button--secondary:focus-visible {
	border-color: #fff !important;
	background: #fff;
	color: #111;
}

.sash__rail {
	position: absolute;
	top: 50%;
	right: clamp(22px, 3vw, 54px);
	display: flex;
	align-items: stretch;
	gap: 18px;
	height: min(390px, 58vh);
	transform: translateY(-50%);
	z-index: 5;
}

.sash__rail-track {
	position: relative;
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .18);
	overflow: hidden;
}

.sash__rail-track i {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: var(--sash-progress-percent);
	background: var(--sash-accent);
	transition: height .08s linear;
}

.sash__rail ol {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sash__rail li {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
	white-space: nowrap;
	color: rgba(255, 255, 255, .38);
	transition: color .25s ease;
}

.sash__rail li span {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: currentColor;
}

.sash__rail li.is-active {
	color: #fff;
}

.sash__scroll-cue {
	position: absolute;
	left: 50%;
	bottom: 26px;
	display: flex;
	align-items: center;
	gap: 9px;
	transform: translateX(-50%);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .66);
	z-index: 5;
	transition: opacity .3s ease, transform .3s ease;
}

.sash__scroll-cue span {
	position: relative;
	width: 19px;
	height: 29px;
	border: 1px solid rgba(255, 255, 255, .52);
	border-radius: 12px;
}

.sash__scroll-cue span::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 50%;
	width: 3px;
	height: 6px;
	border-radius: 3px;
	background: #fff;
	transform: translateX(-50%);
	animation: sash-wheel 1.55s ease-in-out infinite;
}

.sash.has-started .sash__scroll-cue {
	opacity: 0;
	transform: translate(-50%, 9px);
}

.sash__loader {
	position: absolute;
	left: 50%;
	bottom: 48px;
	display: grid;
	gap: 10px;
	width: min(250px, 70vw);
	transform: translateX(-50%);
	z-index: 8;
	transition: opacity .35s ease, visibility .35s;
}

.sash.is-ready .sash__loader {
	opacity: 0;
	visibility: hidden;
}

.sash__loader-line {
	display: block;
	height: 2px;
	background: rgba(255, 255, 255, .2);
	overflow: hidden;
}

.sash__loader-line i {
	display: block;
	width: 34%;
	height: 100%;
	background: var(--sash-accent);
	animation: sash-load 1.25s ease-in-out infinite;
}

.sash__loader-text {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .13em;
	text-align: center;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .66);
}

.sash.is-reduced,
.sash.is-editor-preview {
	height: 100vh;
}

.sash.is-reduced .sash__rail,
.sash.is-reduced .sash__scroll-cue,
.sash.is-reduced .sash__loader,
.sash.is-editor-preview .sash__rail,
.sash.is-editor-preview .sash__scroll-cue,
.sash.is-editor-preview .sash__loader {
	display: none;
}

@keyframes sash-wheel {
	0% { opacity: 0; transform: translate(-50%, 0); }
	35% { opacity: 1; }
	100% { opacity: 0; transform: translate(-50%, 9px); }
}

@keyframes sash-load {
	0% { transform: translateX(-115%); }
	100% { transform: translateX(310%); }
}

@media (max-width: 900px) {
	.sash {
		height: var(--sash-mobile-height, 400vh);
	}

	.sash__video {
		object-position: 52% center;
	}

	.sash__shade {
		background:
			linear-gradient(180deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .38) 34%, rgba(0, 0, 0, .06) 68%, rgba(0, 0, 0, .46) 100%);
	}

	.sash__panel,
	.sash__panel--right {
		left: 22px;
		right: 22px;
		top: max(96px, calc(env(safe-area-inset-top) + 76px));
		bottom: auto;
		width: auto;
	}

	.sash h1,
	.sash h2 {
		max-width: 560px;
		font-size: clamp(26px, 7vw, 34px);
	}

	.sash__description {
		max-width: 500px;
		font-size: 14px;
		line-height: 1.45;
	}

	.sash__rail {
		top: auto;
		right: 22px;
		bottom: 25px;
		left: 22px;
		display: block;
		height: auto;
		transform: none;
	}

	.sash__rail-track {
		width: 100%;
		height: 1px;
	}

	.sash__rail-track i {
		width: var(--sash-progress-percent);
		height: 1px;
		transition: width .08s linear;
	}

	.sash__rail ol {
		display: none;
	}

	.sash__scroll-cue {
		left: 22px;
		bottom: 24px;
		transform: none;
	}

	.sash.has-started .sash__scroll-cue {
		transform: translateY(9px);
	}
}

@supports (height: 100svh) {
	.sash {
		height: var(--sash-scroll-height-svh, 440svh);
	}

	.sash__sticky {
		height: calc(100svh - var(--sash-sticky-offset, 0px));
	}

	body.admin-bar .sash__sticky {
		height: calc(100svh - var(--sash-sticky-offset, 0px) - var(--wp-admin--admin-bar--height, 32px));
	}

	.sash.is-reduced,
	.sash.is-editor-preview {
		height: 100svh;
	}

	@media (max-width: 900px) {
		.sash {
			height: var(--sash-mobile-height-svh, 400svh);
		}
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar .sash.is-pinned .sash__sticky {
		top: calc(var(--sash-sticky-offset, 0px) + var(--wp-admin--admin-bar--height, 46px));
	}

	body.admin-bar .sash__sticky {
		height: calc(100vh - var(--sash-sticky-offset, 0px) - var(--wp-admin--admin-bar--height, 46px));
	}
}

@media (max-width: 480px) {
	.sash__sticky {
		min-height: 480px;
	}

	.sash__panel,
	.sash__panel--right {
		left: 18px;
		right: 18px;
		top: max(84px, calc(env(safe-area-inset-top) + 66px));
		bottom: auto;
	}

	.sash h1,
	.sash h2 {
		font-size: clamp(25px, 7.8vw, 32px);
	}

	.sash__eyebrow {
		margin-bottom: 10px;
		font-size: 10px;
		letter-spacing: .13em;
	}

	.sash__eyebrow span {
		width: 27px;
		height: 27px;
	}

	.sash__description {
		margin-top: 12px;
		font-size: 13.5px;
	}

	.sash__location {
		margin-top: 13px;
		font-size: 10px;
	}

	.sash__actions {
		gap: 8px;
		margin-top: 17px;
	}

	.sash a.sash__button {
		min-height: 43px;
		padding: 10px 16px;
		font-size: 12px;
	}

	.sash__rail {
		right: 18px;
		bottom: 18px;
		left: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sash *,
	.sash *::before,
	.sash *::after {
		animation: none !important;
		transition-duration: .01ms !important;
	}
}
