.wp-block-stss-video-hero.stss-video-hero,
.stss-video-hero-editor {
	--stss-hero-height: 760px;
	--stss-overlay: .45;
	--stss-content-width: 980px;
	--stss-text-align: center;
	--stss-title-size: 120px;
	--stss-title-font: inherit;
	--stss-title-weight: 800;
	position: relative;
	display: flex;
	box-sizing: border-box;
	min-height: var(--stss-hero-height);
	overflow: hidden;
	isolation: isolate;
	background: #07141b;
	color: #fff;
}

.stss-video-hero__video {
	position: absolute;
	inset: 0;
	z-index: -3;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.stss-video-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.35)),
		rgba(0,0,0,var(--stss-overlay));
	pointer-events: none;
}

.stss-video-hero__inner {
	box-sizing: border-box;
	width: min(calc(100% - 40px), var(--stss-content-width));
	margin-inline: auto;
	padding: 0;
	text-align: var(--stss-text-align);
}

.stss-video-hero.is-v-top, .stss-video-hero-editor.is-v-top { align-items: flex-start; }
.stss-video-hero.is-v-center, .stss-video-hero-editor.is-v-center { align-items: center; }
.stss-video-hero.is-v-bottom, .stss-video-hero-editor.is-v-bottom { align-items: flex-end; }

.stss-video-hero.is-text-left .stss-video-hero__inner, .stss-video-hero-editor.is-text-left .stss-video-hero__inner { margin-left: max(20px, calc((100% - var(--stss-content-width)) / 2)); margin-right: auto; }
.stss-video-hero.is-text-center .stss-video-hero__inner, .stss-video-hero-editor.is-text-center .stss-video-hero__inner { margin-inline: auto; }
.stss-video-hero.is-text-right .stss-video-hero__inner, .stss-video-hero-editor.is-text-right .stss-video-hero__inner { margin-left: auto; margin-right: max(20px, calc((100% - var(--stss-content-width)) / 2)); }

.stss-video-hero__eyebrow {
	margin: 0 0 18px;
	font-size: clamp(.72rem, .9vw, .9rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.stss-video-hero__title {
	max-width: 100%;
	margin: 0;
	color: inherit;
	font-family: var(--stss-title-font);
	font-size: clamp(3rem, 7.6vw, var(--stss-title-size));
	font-weight: var(--stss-title-weight);
	line-height: .92;
	letter-spacing: -.045em;
	text-wrap: balance;
	text-transform: uppercase;
	text-shadow: 0 3px 25px rgba(0,0,0,.28);
}

.stss-video-hero__description {
	max-width: 620px;
	margin: 28px auto 0;
	font-size: clamp(1rem, 1.5vw, 1.35rem);
	line-height: 1.5;
	text-wrap: balance;
}

.stss-video-hero.is-text-left .stss-video-hero__description, .stss-video-hero-editor.is-text-left .stss-video-hero__description { margin-left: 0; }
.stss-video-hero.is-text-right .stss-video-hero__description, .stss-video-hero-editor.is-text-right .stss-video-hero__description { margin-right: 0; }

.stss-video-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 34px;
	padding: 16px 26px;
	border: 1px solid #fff;
	background: #fff;
	color: #101820;
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform .2s ease, background .2s ease, color .2s ease;
}

.stss-video-hero__button:hover,
.stss-video-hero__button:focus {
	transform: translateY(-2px);
	background: transparent;
	color: #fff;
}

@media (max-width: 781px) {
	.wp-block-stss-video-hero.stss-video-hero,
	.stss-video-hero-editor {
		min-height: min(var(--stss-hero-height), 760px);
	}

	.stss-video-hero__inner {
		width: min(calc(100% - 32px), var(--stss-content-width));
	}

	.stss-video-hero__title {
		font-size: clamp(2.8rem, 14vw, min(var(--stss-title-size), 5.5rem));
	}
}

@media (prefers-reduced-motion: reduce) {
	.stss-video-hero__video {
		display: none;
	}
}


/* Spacing is controlled by Gutenberg's native Dimensions panel. */
.wp-block-stss-video-hero.stss-video-hero { box-sizing: border-box; }
.stss-video-hero__inner > :first-child { margin-top: 0; }
.stss-video-hero__inner > :last-child { margin-bottom: 0; }


/* Neutral defaults; Gutenberg's inline Dimensions styles override these when configured. */
:where(.wp-block-stss-video-hero) { margin-block: 0; }
.wp-block-stss-video-hero.stss-video-hero > * { box-sizing: border-box; }


/* Twenty Twenty-Five block gap fix */
.wp-site-blocks > .wp-block-stss-video-hero,
.entry-content > .wp-block-stss-video-hero,
.wp-block-post-content > .wp-block-stss-video-hero{
margin-block-start:0!important;
margin-block-end:0!important;
}

.wp-block-stss-video-hero.stss-video-hero{
margin-block:0!important;
}
