.section-background-story {
	position: relative;
	background: #050c18;
}

.section-background-story__media {
	position: sticky;
	top: 0;
	height: 100svh;
	overflow: hidden;
}

.section-background-story__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
}

.section-background-story__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-background-story__content {
	position: relative;
	z-index: 1;
	margin-top: -100svh;
}

.background-story-panel {
	min-height: 100svh;
	width: min(100% - 1.5rem, calc(var(--ldg-max-width) + 2rem));
	margin: 0 auto;
}

.background-story-panel--intro,
.background-story-panel--middle {
	display: flex;
	align-items: center;
	justify-content: center;
}

.background-story-panel__inner {
	width: 100%;
}

.background-story-panel__inner--testimonials {
	padding: 8rem 0 5rem;
}

.background-story-panel__inner--residential-commercial {
	padding: 7rem 0 5rem;
}
