.bentlaire-hero {
	position: relative;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: linear-gradient(180deg, rgba(17,23,29,0.32), rgba(17,23,29,0.6)), url('https://bentlaire.com/wp-content/uploads/2026/08/203084888__1779765661-66221-Osmedia-2-1240x720-1.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 24px 110px;
	box-sizing: border-box;
}

.bentlaire-hero-inner {
	max-width: 720px;
	margin: 0 auto;
}

.bentlaire-hero-heading {
	font-family: 'Aboreto', serif;
	font-weight: 400;
	color: #FFFFFF;
	font-size: clamp(2rem, 5vw, 3.2rem);
	line-height: 1.1;
	margin: 0 0 16px;
}

.bentlaire-hero-subheading {
	font-family: 'Work Sans', sans-serif;
	color: rgba(255, 255, 255, 0.92);
	font-size: 1.05rem;
	line-height: 1.5;
	margin: 0;
}

@media (max-width: 640px) {
	.bentlaire-hero {
		min-height: 320px;
		padding: 40px 20px 90px;
	}
}

/* Pull the search bar up to float over the bottom of the hero image. */
.epl-search-container-modern {
	position: relative;
	z-index: 2;
	margin-top: -70px;
}

@media (max-width: 640px) {
	.epl-search-container-modern {
		margin-top: -50px;
	}
}

/* Listings results, as a distinct section below the search form/hero. */
.bentlaire-listings-section {
	background-color: #F6F6F6;
	padding: 56px 24px 64px;
	box-sizing: border-box;
}

.bentlaire-listings-inner {
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 640px) {
	.bentlaire-listings-section {
		padding: 40px 20px 48px;
	}
}
