.residential-process-quick-path {
	position: relative;
	z-index: 2;
	padding: 4.4rem 0 2.4rem;
	background: #050c18;
	border-bottom: 1px solid rgba(241, 242, 244, 0.08);
}

.residential-process-quick-path__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.2rem;
}

.residential-process-quick-path__card {
	position: relative;
	display: block;
	min-height: 34rem;
	overflow: hidden;
	border-radius: 1.2rem;
	background: #101826;
	text-decoration: none;
}

.residential-process-quick-path__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.residential-process-quick-path__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(5, 12, 24, 0.06) 0%, rgba(5, 12, 24, 0.2) 32%, rgba(5, 12, 24, 0.82) 100%);
}

.residential-process-quick-path__content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	padding: 1.8rem 1.5rem 1.55rem;
}

.residential-process-quick-path__title {
	margin: 0 0 0.7rem;
	font-family: var(--ldg-font-display);
	font-size: clamp(1.7rem, 2.45vw, 2.7rem);
	line-height: 0.98;
	color: #f1f2f4;
}

.residential-process-quick-path__description {
	margin: 0;
	max-width: 28rem;
	font-size: 0.99rem;
	line-height: 1.68;
	color: rgba(241, 242, 244, 0.84);
}

.residential-process-quick-path__cta {
	align-self: flex-end;
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin-top: 1.05rem;
	color: #f1f2f4;
	transition: transform 240ms ease, opacity 240ms ease;
}

.residential-process-quick-path__cta-label {
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.residential-process-quick-path__cta-icon {
	display: inline-flex;
	width: 0.95rem;
	height: 0.95rem;
	background-color: currentColor;
	-webkit-mask-image: url("../../../icons/explore.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-image: url("../../../icons/explore.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	transition: transform 240ms ease;
}

.residential-process-quick-path__card:hover .residential-process-quick-path__image,
.residential-process-quick-path__card:focus-visible .residential-process-quick-path__image {
	transform: scale(1.05);
}

.residential-process-quick-path__card:hover .residential-process-quick-path__cta,
.residential-process-quick-path__card:focus-visible .residential-process-quick-path__cta {
	transform: translateX(0.3rem);
}

.residential-process-quick-path__card:hover .residential-process-quick-path__cta-icon,
.residential-process-quick-path__card:focus-visible .residential-process-quick-path__cta-icon {
	transform: translateX(0.12rem) scale(1.06);
}

.residential-process-quick-path__support {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-top: 1.45rem;
	padding: 1.9rem 0 0;
	border-top: 1px solid rgba(241, 242, 244, 0.12);
}

.residential-process-quick-path__support-copy {
	max-width: 36rem;
}

.residential-process-quick-path__support-title {
	margin: 0 0 0.55rem;
	font-family: var(--ldg-font-display);
	font-size: clamp(1.8rem, 2.7vw, 2.8rem);
	line-height: 0.98;
	color: #f1f2f4;
}

.residential-process-quick-path__support-text {
	margin: 0;
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(241, 242, 244, 0.78);
}

.residential-process-quick-path__support-action {
	flex: 0 0 auto;
}

@media (max-width: 780px) {
	.residential-process-quick-path {
		padding: 3.25rem 0 1.85rem;
	}

	.residential-process-quick-path__grid {
		grid-template-columns: 1fr;
	}

	.residential-process-quick-path__card {
		min-height: 25rem;
	}

	.residential-process-quick-path__content {
		padding: 1.25rem 1rem 1rem;
	}

	.residential-process-quick-path__title {
		font-size: clamp(1.5rem, 6.5vw, 2rem);
	}

	.residential-process-quick-path__description {
		font-size: 0.92rem;
	}

	.residential-process-quick-path__support {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
		margin-top: 1rem;
		padding-top: 1.35rem;
	}

	.residential-process-quick-path__support-title {
		font-size: clamp(1.6rem, 7vw, 2.2rem);
	}

	.residential-process-quick-path__support-text {
		font-size: 0.94rem;
	}
}
