/* Figma: Vision sits on white page (gray bands are other sections only) */
.dmf-home-vision {
	position: relative;
	margin: 0;
	padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 1.5rem);
	background: var(--dmf-bg-page);
}

.dmf-home-vision__frame {
	position: relative;
	max-width: calc(var(--dmf-max) - 2.5rem);
	margin: 0 auto;
	border-radius: var(--dmf-radius);
	overflow: hidden;
	min-height: 28rem;
}

.dmf-home-vision__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

.dmf-home-vision__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(28, 75, 66, 0.75) 0%, rgba(28, 75, 66, 0.92) 100%);
}

.dmf-home-vision__inner {
	position: relative;
	z-index: 1;
	padding: 3rem 1.5rem 4rem;
	max-width: 52rem;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.dmf-home-vision__label {
	justify-content: center;
	color: var(--dmf-lime);
}

.dmf-home-vision__title {
	margin: 0 0 2rem;
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 700;
	line-height: 1.1;
}

.dmf-home-vision__title-light {
	display: block;
	font-weight: 300;
	font-size: 0.55em;
	margin-top: 0.25rem;
}

.dmf-home-vision__body {
	text-align: left;
	font-size: 1.125rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1.55;
	text-align: center;
}

.dmf-home-vision__body p {
	margin: 0 0 1rem;
}

.dmf-home-vision__body p:last-child {
	margin-bottom: 0;
}

@media (max-width: 61.99rem) {
	.dmf-home-vision__body {
		font-size: 0.9375rem;
		line-height: 1.5;
	}
}
