/**
 * Homepage hero-banner — LCP image styles.
 * Scoped to template-homepage-new.php via modules/homepage/hero-banner/hooks.php.
 */

section.page-hero-section.page-hero-section-new {
	overflow: hidden;
}

section.page-hero-section.page-hero-section-new .container {
	position: relative;
	z-index: 2;
}

section.page-hero-section.page-hero-section-new .page-hero-wrap {
	height: auto;
	position: relative;
	z-index: 2;
}

.homepage-hero-bg-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}

section.page-hero-section.page-hero-section-new::before {
	z-index: 1;
}

/* Structured Page Hero Content (repeater) */
body .page-hero-section .page-hero-cont p {
	font-size: 18px;
	line-height: 28px;
	font-family: var(--fontstack-body);
	color: var(--white-color);
	font-weight: 400;
	margin-bottom: 32px;
}

body .page-hero-section .page-hero-cont ul.page-hero-cont-list {
	font-size: 18px;
	line-height: 28px;
	font-family: var(--fontstack-body);
	color: var(--white-color);
	font-weight: 400;
	margin: 0 0 32px;
	padding-left: 1.25em;
	list-style: disc;
}

body .page-hero-section .page-hero-cont ul.page-hero-cont-list li {
	margin-bottom: 8px;
}

body .page-hero-section .page-hero-cont a {
	color: inherit;
	text-decoration: underline;
}

