.df-hero--home {
	align-items: stretch;
	justify-content: flex-start;
}

.df-hero--home .df-hero__image {
	object-position: 72% center;
}

.df-hero--home .df-hero__overlay {
	background: linear-gradient(
		90deg,
		rgba(19, 19, 19, 0.78) 0%,
		rgba(19, 19, 19, 0.42) 48%,
		rgba(19, 19, 19, 0.18) 100%
	);
}

.df-hero--home .df-hero__content {
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 100px 24px 50px;
	text-align: left;
}

.df-hero--home .df-hero__brand {
	margin: 0;
	max-width: none;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: var(--df-title-size, 50px);
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 1.1;
	text-transform: uppercase;
	white-space: normal;
}

.df-hero--home .df-hero__bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
	width: 100%;
}

.df-hero--home .df-hero__copy {
	min-width: 0;
	max-width: 560px;
}

.df-hero--home .df-hero__title {
	margin: 0 0 12px;
	max-width: none;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: none;
	opacity: 0.9;
}

.df-hero__perks {
	display: block;
	width: 100%;
	max-width: none;
	margin: 12px 0 0;
	padding: 0 0 0 19px;
	color: #fff;
	list-style-type: disc;
}

.df-hero__perks li {
	position: static;
	padding-left: 0;
	margin: 0 0 5px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0;
}

.df-hero__perks li::before {
	content: none;
}

.df-hero--home .df-hero__title,
.df-hero--home .df-hero__perks,
.df-hero--home .df-hero__btn {
	opacity: 1;
	transform: none;
}

.df-hero--home .df-hero__title {
	opacity: 0.9;
}

.df-hero--home .df-hero__btn {
	flex-shrink: 0;
	margin-top: 0;
}

.df-hero--home .df-hero__btn:hover,
.df-hero--home .df-hero__btn:focus {
	background-color: #131313 !important;
	color: #fff !important;
}

.df-services {
	background: #fff;
	font-family: "Montserrat", sans-serif;
	color: #000;
}

.df-services *,
.df-services *::before,
.df-services *::after {
	box-sizing: border-box;
}

.df-services__inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: var(--df-section-y, 50px) var(--df-section-x, 24px);
}

.df-services__title {
	margin: 0 0 32px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: var(--df-title-size, 50px);
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	text-transform: none;
}

.df-services__list {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 10px;
}

.df-services__card:last-child:nth-child(odd) {
	grid-column: 1 / -1;
	width: 100%;
	max-width: calc(50% - 5px);
	justify-self: center;
}

.df-services__card {
	position: relative;
	display: block;
	min-width: 0;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: 0;
	background: #131313;
	color: #fff;
	text-decoration: none;
}

.df-services__card:hover,
.df-services__card:focus {
	color: #fff;
	background: #131313;
	text-decoration: none;
}

.df-services__media {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.df-services__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.7s ease;
}

.df-services__card:hover .df-services__image,
.df-services__card:focus .df-services__image {
	transform: scale(1.1);
}

.df-services__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.08) 100%);
	z-index: 1;
}

.df-services__content {
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 20px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}

.df-services__caption {
	margin: 0;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.25;
}

.df-services__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	padding: 10px 28px;
	background-color: #1d1d1db8;
	color: #fff !important;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 5px;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.2s ease;
}

.df-services__card:hover .df-services__more,
.df-services__card:focus .df-services__more,
.df-services__card:focus-visible .df-services__more {
	opacity: 1;
	transform: translateY(0);
}

.df-services__card:hover .df-services__more {
	background-color: #131313;
}

.df-highlights {
	background: #fff;
	font-family: "Montserrat", sans-serif;
	color: #000;
}

.df-highlights *,
.df-highlights *::before,
.df-highlights *::after {
	box-sizing: border-box;
}

.df-highlights__inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: var(--df-section-y, 72px) var(--df-section-x, 24px);
}

.df-detailing--home .df-highlights__inner {
	padding-top: 0;
}

.df-highlights__heading {
	margin: 0 0 32px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: var(--df-title-size, 50px);
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	text-transform: none;
}

.df-features--embed {
	background: transparent;
}

.df-features--embed .df-features__inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 0 48px;
}

.df-highlights__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.df-highlights__item {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #d4d4d4;
	background: #fff;
	transition: background-color 0.25s ease, transform 0.25s ease;
}

.df-highlights__item:hover {
	background: #f6f6f6;
}

.df-highlights__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #e6e6e6;
}

.df-highlights__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.df-highlights__item:hover .df-highlights__image {
	transform: scale(1.06);
}

.df-highlights__body {
	position: relative;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 12px;
	padding: 24px 56px 28px 22px;
}

.df-highlights__num {
	position: absolute;
	top: 20px;
	right: 18px;
	color: #131313;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	opacity: 0.35;
}

.df-highlights__title {
	margin: 0;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.3;
}

.df-highlights__text {
	margin: 0;
	color: #131313;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
}

.df-highlights__bullets {
	margin: 0;
	padding: 0 0 0 18px;
	color: #131313;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.55;
}

.df-highlights__bullets li + li {
	margin-top: 6px;
}

.df-home-video {
	background: #fff;
}

.df-home-video__inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 var(--df-section-x, 24px) var(--df-section-y, 50px);
}

.df-home-video__media {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	object-fit: cover;
	background: #131313;
	pointer-events: none;
}

@media (max-width: 1024px) {
	.df-highlights__list {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.df-hero--home .df-hero__content {
		padding: 100px 16px 50px;
	}

	.df-hero--home .df-hero__brand,
	.df-hero--home .df-hero__title,
	.df-hero--home .df-hero__copy {
		max-width: none;
	}

	.df-hero--home .df-hero__title {
		font-size: 16px;
	}

	.df-hero--home .df-hero__bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.df-hero__perks {
		margin-top: 12px;
	}

	.df-hero__perks li {
		font-size: 16px;
	}

	.df-services__list {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.df-services__card:last-child:nth-child(odd) {
		max-width: none;
	}

	.df-services__more {
		opacity: 1;
		transform: none;
	}

	.df-highlights__list {
		grid-template-columns: 1fr;
	}

	.df-highlights__body {
		padding: 20px 48px 22px 18px;
	}

	.df-highlights__title {
		font-size: 20px;
	}

	.df-highlights__text,
	.df-highlights__bullets {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.df-services__image,
	.df-highlights__image,
	.df-services__more {
		transition: none;
	}

	.df-services__card:hover .df-services__image,
	.df-highlights__item:hover .df-highlights__image {
		transform: none;
	}
}
