.cuzgem-homepage-banner {
	--cuzgem-banner-height: 500px;
	--cuzgem-banner-mobile-height: 520px;
	--cuzgem-banner-content-width: 1280px;
	--cuzgem-banner-text: #ffffff;
	--cuzgem-banner-overlay: rgba(4, 31, 28, 0.42);
	--cuzgem-banner-position: 50% 50%;
	--cuzgem-banner-mobile-position: 50% 50%;
	position: relative;
	display: block;
	width: 100%;
	height: var(--cuzgem-banner-height);
	min-height: 260px;
	overflow: hidden;
	isolation: isolate;
	color: var(--cuzgem-banner-text) !important;
	background-color: #092a27;
	background-image: var(--cuzgem-banner-poster, linear-gradient(135deg, #092a27, #020b0a));
	background-position: var(--cuzgem-banner-position);
	background-size: cover;
	text-decoration: none !important;
	box-sizing: border-box;
}

.cuzgem-banner--awaiting-placement {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

a.cuzgem-homepage-banner {
	cursor: pointer;
}

.cuzgem-homepage-banner--full {
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.cuzgem-homepage-banner__media,
.cuzgem-homepage-banner__overlay {
	position: absolute;
	inset: 0;
}

.cuzgem-homepage-banner__media {
	z-index: -2;
}

.cuzgem-homepage-banner__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--cuzgem-banner-position);
	pointer-events: none;
}

.cuzgem-homepage-banner__overlay {
	z-index: -1;
	background: var(--cuzgem-banner-overlay);
	pointer-events: none;
}

.cuzgem-homepage-banner--left .cuzgem-homepage-banner__overlay {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.08) 64%, transparent 100%),
		var(--cuzgem-banner-overlay);
}

.cuzgem-homepage-banner--right .cuzgem-homepage-banner__overlay {
	background:
		linear-gradient(270deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.08) 64%, transparent 100%),
		var(--cuzgem-banner-overlay);
}

.cuzgem-homepage-banner__inner {
	display: flex;
	align-items: center;
	width: min(100%, var(--cuzgem-banner-content-width));
	height: 100%;
	margin: 0 auto;
	padding: clamp(28px, 5vw, 72px);
	box-sizing: border-box;
}

.cuzgem-homepage-banner__copy {
	width: min(680px, 64%);
	text-align: left;
	text-shadow: 0 2px 22px rgba(0, 0, 0, 0.22);
}

.cuzgem-homepage-banner--center .cuzgem-homepage-banner__inner {
	justify-content: center;
}

.cuzgem-homepage-banner--center .cuzgem-homepage-banner__copy {
	width: min(780px, 82%);
	text-align: center;
}

.cuzgem-homepage-banner--right .cuzgem-homepage-banner__inner {
	justify-content: flex-end;
}

.cuzgem-homepage-banner--right .cuzgem-homepage-banner__copy {
	text-align: right;
}

.cuzgem-homepage-banner__eyebrow {
	display: block;
	margin: 0 0 14px;
	color: inherit;
	font-size: clamp(0.72rem, 1vw, 0.9rem);
	font-weight: 650;
	line-height: 1.35;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.cuzgem-homepage-banner__heading {
	margin: 0;
	color: inherit !important;
	font-family: inherit;
	font-size: clamp(2.35rem, 4.5vw, 4.65rem);
	font-weight: 450;
	line-height: 1.02;
	letter-spacing: -0.035em;
}

.cuzgem-homepage-banner__body {
	max-width: 620px;
	margin: 22px 0 0;
	color: inherit !important;
	font-size: clamp(1rem, 1.35vw, 1.22rem);
	line-height: 1.55;
}

.cuzgem-homepage-banner--center .cuzgem-homepage-banner__body {
	margin-right: auto;
	margin-left: auto;
}

.cuzgem-homepage-banner--right .cuzgem-homepage-banner__body {
	margin-left: auto;
}

.cuzgem-homepage-banner__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: 28px;
	padding: 10px 25px;
	border: 1px solid currentColor;
	border-radius: 999px;
	color: inherit;
	background: rgba(255, 255, 255, 0.07);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.13);
	font-size: 0.95rem;
	font-weight: 650;
	line-height: 1;
	letter-spacing: 0.025em;
	text-shadow: none;
	backdrop-filter: blur(5px);
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

a.cuzgem-homepage-banner:hover .cuzgem-homepage-banner__button {
	color: #0b2926;
	background: #ffffff;
	transform: translateY(-2px);
}

a.cuzgem-homepage-banner:focus-visible {
	outline: 3px solid #d5ad62;
	outline-offset: -3px;
}

.cuzgem-homepage-banner.is-video-fallback .cuzgem-homepage-banner__video {
	display: none;
}

.cuzgem-banner-setup-note {
	margin: 16px 0;
	padding: 14px 18px;
	border-left: 4px solid #b88a34;
	background: #fff8e8;
	color: #2c2416;
	font-size: 14px;
}

/* Optional cleanup of theme-generated homepage labels. Scoped to the front page. */
body.cuzgem-banner-clean-home main .breadcrumbs,
body.cuzgem-banner-clean-home main .breadcrumb,
body.cuzgem-banner-clean-home main .woocommerce-breadcrumb,
body.cuzgem-banner-clean-home main nav[aria-label="breadcrumb"],
body.cuzgem-banner-clean-home main nav[aria-label="Breadcrumb"],
body.cuzgem-banner-clean-home main > .page-header,
body.cuzgem-banner-clean-home main article.page > .entry-header,
body.cuzgem-banner-clean-home main h1.vw-page-title,
body.cuzgem-banner-clean-home main h1.page-title,
body.cuzgem-banner-clean-home main h1.entry-title {
	display: none !important;
}

body.cuzgem-banner-clean-home main#maincontent,
body.cuzgem-banner-clean-home main#primary,
body.cuzgem-banner-clean-home main.site-main {
	padding-top: 0 !important;
}

@media (max-width: 767px) {
	.cuzgem-homepage-banner {
		height: var(--cuzgem-banner-mobile-height);
		min-height: 300px;
		background-position: var(--cuzgem-banner-mobile-position);
	}

	.cuzgem-homepage-banner__video {
		object-position: var(--cuzgem-banner-mobile-position);
	}

	.cuzgem-homepage-banner__inner {
		align-items: flex-end;
		padding: 36px 22px 42px;
	}

	.cuzgem-homepage-banner__copy,
	.cuzgem-homepage-banner--center .cuzgem-homepage-banner__copy {
		width: 100%;
	}

	.cuzgem-homepage-banner__heading {
		font-size: clamp(2.15rem, 11vw, 3.35rem);
	}

	.cuzgem-homepage-banner__body {
		margin-top: 16px;
		font-size: 1rem;
	}

	.cuzgem-homepage-banner__button {
		min-height: 46px;
		margin-top: 22px;
		padding: 10px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cuzgem-homepage-banner__video {
		display: none;
	}

	.cuzgem-homepage-banner__button {
		transition: none;
	}
}
