/* Compact treatment for the shared community mosaic on Where We Build. */
.where-we-build-page .ldh-home-communities {
	padding-block: clamp(4.75rem, 7vw, 7rem);
}

.where-we-build-page .ldh-home-communities__heading {
	grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.55fr);
	gap: clamp(2rem, 5vw, 6rem);
	margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.where-we-build-page .ldh-home-communities__heading .ldh-home-kicker {
	margin-bottom: 1rem;
}

.where-we-build-page .ldh-home-communities__heading h2 {
	font-size: clamp(2.15rem, 3.25vw, 3.7rem);
}

.where-we-build-page .ldh-home-communities__intro {
	max-width: 27rem;
	padding-top: 1.4rem;
	font-size: clamp(0.94rem, 0.9rem + 0.14vw, 1.04rem);
	line-height: 1.65;
}

.where-we-build-page .ldh-home-communities__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(0.85rem, 1.35vw, 1.35rem);
	max-width: 1440px;
}

.where-we-build-page .ldh-home-community,
.where-we-build-page .ldh-home-community--naples,
.where-we-build-page .ldh-home-community--marco-island,
.where-we-build-page .ldh-home-community--bonita-springs,
.where-we-build-page .ldh-home-community--fort-myers,
.where-we-build-page .ldh-home-community--estero,
.where-we-build-page .ldh-home-community--cape-coral {
	grid-column: auto;
	min-height: clamp(23rem, 30vw, 28rem);
}

.where-we-build-page .ldh-home-community__content {
	padding: clamp(1.35rem, 2.1vw, 2.2rem);
}

.where-we-build-page .ldh-home-community__top i {
	width: 2.55rem;
}

.where-we-build-page .ldh-home-community h3 {
	margin-bottom: 0.55rem;
	font-size: clamp(2.35rem, 3.7vw, 4rem);
}

.where-we-build-page .ldh-home-community__body p {
	font-size: 0.62rem;
}

@media (max-width: 1050px) {
	.where-we-build-page .ldh-home-communities__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.where-we-build-page .ldh-home-community,
	.where-we-build-page .ldh-home-community--naples,
	.where-we-build-page .ldh-home-community--marco-island,
	.where-we-build-page .ldh-home-community--bonita-springs,
	.where-we-build-page .ldh-home-community--fort-myers,
	.where-we-build-page .ldh-home-community--estero,
	.where-we-build-page .ldh-home-community--cape-coral {
		min-height: 27rem;
	}
}

@media (max-width: 820px) {
	.where-we-build-page .ldh-home-communities__heading {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}
}

@media (max-width: 760px) {
	.where-we-build-page .ldh-home-communities {
		padding-block: 4.5rem;
	}

	.where-we-build-page .ldh-home-communities__grid {
		grid-template-columns: 1fr;
	}

	.where-we-build-page .ldh-home-community,
	.where-we-build-page .ldh-home-community--naples,
	.where-we-build-page .ldh-home-community--marco-island,
	.where-we-build-page .ldh-home-community--bonita-springs,
	.where-we-build-page .ldh-home-community--fort-myers,
	.where-we-build-page .ldh-home-community--estero,
	.where-we-build-page .ldh-home-community--cape-coral {
		min-height: 25rem;
	}

	.where-we-build-page .ldh-home-community h3 {
		font-size: clamp(2.8rem, 13vw, 4rem);
	}
}
