.residential-process-page {
	padding-bottom: 0;
	background: #050c18;
}

.residential-process-hero {
	position: relative;
	min-height: 100svh;
	padding: clamp(7rem, 10vw, 9rem) 0 1.25rem;
	overflow: clip;
	display: flex;
	align-items: stretch;
	background: #050c18;
}

.residential-process-hero__media {
	position: absolute;
	inset: 0;
}

.residential-process-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(4, 10, 19, 0.42) 0%, rgba(4, 10, 19, 0.24) 34%, rgba(4, 10, 19, 0.84) 100%);
}

.residential-process-hero__backdrop {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 22%, rgba(166, 132, 74, 0.16), transparent 24%),
		radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05), transparent 24%);
	pointer-events: none;
}

.residential-process-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: brightness(0.56) saturate(0.88) contrast(1.04);
}

.residential-process-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
}

.residential-process-hero__layout {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
}

.residential-process-hero__centerpiece {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: min(100%, 78rem);
	margin: 0 auto;
	padding: 0 1rem;
	text-align: center;
	transform: translateY(clamp(-1.75rem, -2vw, -0.85rem));
}

.residential-process-hero__eyebrow {
	margin: 0 0 1.15rem;
	color: var(--ldg-brand-gold);
	font-size: 0.74rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
	text-transform: uppercase;
}

.residential-process-hero__title {
	margin: 0;
	max-width: 18ch;
	font-family: var(--ldg-font-display);
	font-size: clamp(2.55rem, 5.8vw, 4.85rem);
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 0.92;
	text-align: center;
	text-transform: uppercase;
	color: rgba(241, 242, 244, 0.72);
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.34);
	text-wrap: balance;
}

.residential-process-hero__copy {
	margin: 1.2rem 0 0;
	width: min(100%, 74rem);
	font-family: var(--ldg-font-body);
	color: rgba(241, 242, 244, 0.88);
	font-size: clamp(1rem, 1.45vw, 1.12rem);
	font-weight: 400;
	line-height: 1.72;
	text-wrap: pretty;
}

@media (max-width: 780px) {
	.residential-process-hero {
		min-height: 100svh;
		padding-top: 7.1rem;
		padding-bottom: 1.15rem;
	}

	.residential-process-hero__centerpiece {
		width: 100%;
		transform: translateY(clamp(-1rem, -3vw, -0.45rem));
	}

	.residential-process-hero__title {
		max-width: none;
		width: 100%;
		font-size: clamp(2.2rem, 8.6vw, 3.55rem);
	}

	.residential-process-hero__copy {
		width: 100%;
		max-width: 21rem;
		font-size: 0.98rem;
	}
}
