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

.site-core-archive-hero__media {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.site-core-archive-hero__picture,
.site-core-archive-hero__poster {
	position: absolute;
	display: block;
}

.site-core-archive-hero__picture {
	inset: 0;
	width: 100%;
	height: 100%;
}

.site-core-archive-hero__poster {
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.site-core-archive-hero__video {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 1;
	pointer-events: none;
}

.site-core-archive-hero__video-frame {
	position: absolute;
	inset: 0;
}

.site-core-archive-hero__video-iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	border: 0;
	pointer-events: none;
	max-width: none;
	max-height: none;
	transform: translate(-50%, -50%);
}

.site-core-archive-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: rgb(0 0 0 / 0.52);
	pointer-events: none;
}

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

h1.site-core-archive-hero__title {
	margin: 0;
	max-width: 24ch;
	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);
}

div.site-core-archive-hero__description {
	margin-top: 1rem;
	max-width: 42rem;
	font-size: 1.125rem;
	line-height: 1.55;
	color: #ffffff;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.22);
}

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

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

	h1.site-core-archive-hero__title {
		font-size: clamp(2.6rem, 5vw, 3.5rem);
	}

	div.site-core-archive-hero__description {
		max-width: 38rem;
		font-size: 1.05rem;
	}
}

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

	.site-core-archive-hero__video-iframe {
		width: 100vw;
		height: 56.25vw;
		min-width: 177.78vh;
		min-height: 100%;
	}

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

	h1.site-core-archive-hero__title {
		max-width: 18ch;
		font-size: clamp(2rem, 8vw, 2.75rem);
		line-height: 1.05;
	}

	div.site-core-archive-hero__description {
		max-width: 34rem;
		font-size: 0.98rem;
	}
}
