.available-homes-page {
	padding-bottom: 0;
}

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

.available-homes-hero__media {
	position: absolute;
	inset: 0;
}

.available-homes-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(4, 10, 19, 0.94) 0%, rgba(4, 10, 19, 0.8) 30%, rgba(4, 10, 19, 0.48) 58%, rgba(4, 10, 19, 0.72) 100%),
		linear-gradient(180deg, rgba(4, 10, 19, 0.34) 0%, rgba(4, 10, 19, 0.2) 35%, rgba(4, 10, 19, 0.92) 100%);
}

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

.available-homes-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.98) contrast(1.02);
}

.available-homes-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: space-between;
}

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

.available-homes-hero__centerpiece {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: min(100%, 76rem);
	margin: 0 auto;
	padding: 0 1rem;
	text-align: center;
}

.available-homes-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;
}

.available-homes-hero__title {
	margin: 0;
	max-width: 30ch;
	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;
}

.available-homes-hero__trust-line {
	margin: 1.2rem 0 0;
	max-width: 36rem;
	font-family: var(--ldg-font-serif);
	color: var(--ldg-brand-gold);
	font-size: clamp(1.02rem, 1.6vw, 1.26rem);
	font-weight: 500;
	line-height: 1.5;
	text-wrap: balance;
}

.available-homes-hero__copy {
	margin: 1rem 0 0;
	max-width: none;
	width: min(100%, 94rem);
	color: rgba(241, 242, 244, 0.88);
	font-size: clamp(1rem, 1.45vw, 1.14rem);
	line-height: 1.72;
	text-wrap: wrap;
}

.available-homes-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.9rem;
	margin-top: 1.8rem;
}

.available-homes-hero__actions .button-link {
	min-width: 14rem;
}

.available-homes-hero__actions .button-link.is-secondary {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.16);
	color: #f3efe7;
}

.available-homes-hero__trust-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 1.4rem 2.4rem;
	margin-top: auto;
	padding: 0 0 clamp(1rem, 2.2vw, 1.6rem);
}

.available-homes-hero__trust-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex: 0 1 auto;
	min-width: 13rem;
	max-width: 20rem;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	text-align: center;
}

.available-homes-hero__trust-value {
	display: block;
	margin-bottom: 0.45rem;
	font-family: var(--ldg-font-display);
	font-size: clamp(1.7rem, 2.6vw, 2.8rem);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.05em;
	color: #f7f2ea;
	text-transform: uppercase;
}

.available-homes-hero__trust-label {
	margin: 0;
	max-width: 28ch;
	margin-inline: auto;
	color: rgba(241, 242, 244, 0.78);
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.available-homes-hero__trust-card--experience {
	width: min(24vw, 18rem);
}

.available-homes-hero__trust-card--projects {
	width: min(28vw, 20rem);
}

.available-homes-hero__trust-card--location {
	width: min(30vw, 22rem);
}

@media (max-width: 780px) {
	.available-homes-hero {
		min-height: auto;
		padding: 7.2rem 0 1rem;
	}

	.available-homes-hero__centerpiece {
		width: min(100%, 24rem);
	}

	.available-homes-hero__title {
		max-width: 9ch;
		font-size: clamp(2.45rem, 9.5vw, 4rem);
	}

	.available-homes-hero__trust-line {
		max-width: 18rem;
		font-size: clamp(1rem, 4.4vw, 1.2rem);
	}

	.available-homes-hero__copy {
		max-width: 20rem;
		font-size: 0.98rem;
	}

	.available-homes-hero__actions {
		width: 100%;
	}

	.available-homes-hero__actions .button-link {
		width: 100%;
		min-width: 0;
	}

	.available-homes-hero__trust-grid {
		gap: 1rem;
		padding-bottom: 0.6rem;
	}

	.available-homes-hero__trust-card {
		min-width: 0;
		max-width: 18rem;
	}

	.available-homes-hero__trust-card--experience,
	.available-homes-hero__trust-card--projects,
	.available-homes-hero__trust-card--location {
		width: min(100%, 16rem);
	}
}
