body.csbb-hero-active .featured-image.page-header-image.csbb-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-height: clamp(280px, 42vw, 520px);
	margin: 0;
	padding: 0;
	overflow: hidden;
	isolation: isolate;
}

body.csbb-hero-active .featured-image.page-header-image.csbb-hero .csbb-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}

body.csbb-hero-active .csbb-hero__overlay {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: clamp(280px, 42vw, 520px);
	padding: 48px 24px;
	box-sizing: border-box;
}

body.csbb-hero-active .csbb-hero-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.08em;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Nunito", "Arial Rounded MT Bold", "Segoe UI", sans-serif;
	font-size: clamp(3rem, 10vw, 6.5rem);
	font-weight: 900;
	line-height: 0.92;
	letter-spacing: -0.03em;
	text-align: center;
	text-transform: lowercase;
}

body.csbb-hero-active .csbb-hero-title__line {
	display: block;
	position: relative;
	white-space: nowrap;
}

body.csbb-hero-active .csbb-hero-title__line--gold {
	color: #ffe566;
	text-shadow:
		0 1px 0 #d9a514,
		0 2px 0 #c99512,
		0 3px 0 #b98510,
		0 4px 0 #aa750e,
		0 5px 0 #9b650c,
		0 6px 0 #8c550a,
		0 7px 0 #7d4508,
		0 8px 0 #6e3506,
		0 12px 18px rgba(0, 0, 0, 0.45),
		0 0 28px rgba(255, 220, 90, 0.85),
		0 0 56px rgba(255, 190, 50, 0.45);
	filter: drop-shadow(0 0 18px rgba(255, 208, 72, 0.55));
}

body.csbb-hero-active .csbb-hero-title__line--silver {
	margin-top: 0.04em;
	color: #f3ebff;
	text-shadow:
		0 1px 0 #ddd0f7,
		0 2px 0 #cdb8ef,
		0 3px 0 #bda0e7,
		0 4px 0 #ad88df,
		0 5px 0 #9d70d7,
		0 6px 0 #8d58cf,
		0 7px 0 #7d40c7,
		0 8px 0 #6d28bf,
		0 12px 18px rgba(0, 0, 0, 0.45),
		0 0 28px rgba(190, 120, 255, 0.8),
		0 0 56px rgba(150, 70, 230, 0.42);
	filter: drop-shadow(0 0 18px rgba(170, 100, 255, 0.5));
}

@media (max-width: 768px) {
	body.csbb-hero-active .csbb-hero__overlay,
	body.csbb-hero-active .featured-image.page-header-image.csbb-hero {
		min-height: clamp(220px, 58vw, 360px);
	}

	body.csbb-hero-active .csbb-hero__overlay {
		padding: 32px 16px;
	}

	body.csbb-hero-active .csbb-hero-title {
		font-size: clamp(2.4rem, 14vw, 4.2rem);
	}
}
