/* AGR homepage hero quick fix — deliberately limited to the front-page hero. */
body.home .home-hero .hero-bg {
	background-image: url("agr-uk-boardroom-lighthouse-hero.webp") !important;
	background-position: center 48% !important;
	filter: saturate(0.94) contrast(1.03) !important;
}

/* Keep the signature lighthouse visible when the wide artwork is cropped. */
@media (max-width: 820px) {
	body.home .home-hero .hero-bg {
		background-position: 22% center !important;
	}
}

/* Prioritise the lighthouse on narrow phones. */
@media (max-width: 620px) {
	body.home .home-hero .hero-bg {
		background-position: 9% center !important;
	}
}
