.site-core-single-hero {
	position: relative;
	width: 100%;
	min-height: 650px;
	height: clamp(650px, 72vh, 700px);
	overflow: hidden;
	background: #121212;
	color: #ffffff;
}

.site-core-single-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.site-core-single-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.site-core-single-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgb(0 0 0 / 0.38);
	pointer-events: none;
}

.site-core-single-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(calc(100% - 2rem), 60rem);
	height: 100%;
	margin: 0 auto;
	padding: clamp(1.25rem, 4vw, 3rem);
	text-align: center;
}

h1.site-core-single-hero__title {
	margin: 0;
	max-width: 22ch;
	font-size: 56px;
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -0.02em;
	color: #ffffff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1024px) {
	.site-core-single-hero {
		min-height: 560px;
		height: clamp(560px, 68vh, 660px);
	}

	.site-core-single-hero__content {
		width: min(calc(100% - 1.5rem), 48rem);
	}

	h1.site-core-single-hero__title {
		font-size: clamp(2.5rem, 5vw, 3.25rem);
		line-height: 1.05;
		max-width: 18ch;
	}
}

@media (max-width: 767px) {
	.site-core-single-hero {
		min-height: 420px;
		height: clamp(420px, 65vh, 520px);
	}

	.site-core-single-hero__media {
		position: absolute;
		inset: 0;
		z-index: 0;
	}

	.site-core-single-hero__image {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		max-width: none;
	}

	.site-core-single-hero__content {
		width: min(calc(100% - 1rem), 100%);
		padding: 1.25rem 1rem;
	}

	h1.site-core-single-hero__title {
		font-size: clamp(2.1rem, 8vw, 2.8rem);
		line-height: 1.05;
		max-width: 16ch;
	}
}
