/**
 * Location lifestyle hero – full-width image, dark overlay, centered italic quote.
 */

.location-lifestyle-hero {
	position: relative;
	min-height: clamp(280px, 45vw, 350px);
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.location-lifestyle-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
}

.location-lifestyle-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: inherit;
	padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 4vw, 3rem);
	box-sizing: border-box;
}

.location-lifestyle-hero__content {
	max-width: 52rem;
	margin: 0 auto;
	color: #fff;
	font-style: italic;
	text-align: center;
	font-size: clamp(1.05rem, 2.2vw, 1.35rem);
	line-height: 1.55;
	font-weight: 400;
}

.location-lifestyle-hero__content p {
	margin: 0;
	color: inherit;
	font-style: inherit;
	text-align: inherit;
}

.location-lifestyle-hero__content p + p {
	margin-top: 0.75em;
}
