.commercial-remodeling-insight-stage {
	position: relative;
	overflow: clip;
}

.commercial-remodeling-insight-stage__background,
.commercial-remodeling-insight-stage__overlay {
	position: absolute;
	inset: 0;
}

.commercial-remodeling-insight-stage__background {
	position: sticky;
	top: 0;
	height: 100vh;
	background:
		url("../../../images/commercial/commercial-sketch.png") center/contain no-repeat,
		linear-gradient(180deg, #f1f2f4 0%, #f1f2f4 100%);
	opacity: 0.46;
}

.commercial-remodeling-insight-stage__overlay {
	background: linear-gradient(180deg, rgba(241, 242, 244, 0.92) 0%, rgba(241, 242, 244, 0.84) 24%, rgba(241, 242, 244, 0.88) 76%, rgba(241, 242, 244, 0.94) 100%);
	pointer-events: none;
}

.commercial-remodeling-insight-stage__content {
	position: relative;
	z-index: 1;
	margin-top: -100vh;
	z-index: 1;
}

.commercial-remodeling-project-types {
	padding: clamp(2.5rem, 5vw, 4rem) 0;
	background: transparent;
}

.commercial-remodeling-project-types__inner {
	display: grid;
	justify-items: center;
	gap: 1.35rem;
	text-align: center;
}

.commercial-remodeling-project-types__intro {
	display: grid;
	gap: 0.8rem;
	max-width: 48rem;
}

.commercial-remodeling-project-types__heading {
	margin: 0;
	font-family: var(--ldg-font-body);
	font-size: clamp(2.2rem, 4vw, 4.15rem);
	font-weight: 500;
	line-height: 0.96;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #1c1c1c;
}

.commercial-remodeling-project-types__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.9rem;
	width: min(100%, 70rem);
}

.commercial-remodeling-project-type-pill {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 4.5rem;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(12, 22, 36, 0.08);
	border-radius: 1rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(249, 244, 236, 0.96) 100%);
	box-shadow: 0 12px 26px rgba(17, 24, 39, 0.06);
}

.commercial-remodeling-project-type-pill__label {
	font-family: var(--ldg-font-body);
	font-size: 0.96rem;
	font-weight: 500;
	line-height: 1.45;
	color: #1c1c1c;
}

.commercial-remodeling-project-types__actions {
	display: flex;
	justify-content: center;
}

.commercial-remodeling-project-types__button {
	position: relative;
	min-width: 20rem;
	border-color: rgba(12, 22, 36, 0.12);
	color: #1c1c1c;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 240, 229, 0.98) 100%);
	box-shadow: 0 16px 32px rgba(17, 24, 39, 0.08);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.commercial-remodeling-project-types__button:hover,
.commercial-remodeling-project-types__button:focus-visible {
	transform: translateY(-0.15rem);
	border-color: rgba(166, 132, 74, 0.34);
	background: linear-gradient(180deg, #ffffff 0%, #f5ebdb 100%);
	box-shadow: 0 22px 40px rgba(17, 24, 39, 0.12);
	color: #1c1c1c;
}

@media (max-width: 1100px) {
	.commercial-remodeling-project-types__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 780px) {
	.commercial-remodeling-insight-stage__background {
		height: 100svh;
		background-size: 160vw auto, auto;
		background-position: center 14rem, center;
	}

	.commercial-remodeling-insight-stage__content {
		margin-top: calc(-100svh + 1px);
	}

	.commercial-remodeling-project-types {
		padding: 2.5rem 0;
	}

	.commercial-remodeling-project-types__heading {
		font-size: clamp(2rem, 8vw, 3rem);
	}

	.commercial-remodeling-project-types__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.75rem;
	}

	.commercial-remodeling-project-type-pill {
		min-height: 4rem;
		padding: 0.85rem 0.9rem;
	}

	.commercial-remodeling-project-type-pill__label {
		font-size: 0.92rem;
	}

	.commercial-remodeling-project-types__button {
		min-width: min(100%, 20rem);
	}
}
