.bouwontwerp-featured-projects {
	padding: 2rem 0;
	background: #ececec;
	color: var(--e-global-color-text, #111);
	font-family: var(--e-global-typography-text-font-family, "Montserrat"), Arial, sans-serif;
}

.bouwontwerp-featured-projects,
.bouwontwerp-featured-projects * {
	box-sizing: border-box;
}

.bouwontwerp-featured-projects__heading-container,
.bouwontwerp-featured-projects__grid {
	width: 100%;
	max-width: 1560px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

.bouwontwerp-featured-projects__heading-container {
	margin-bottom: 3.5rem;
}

.bouwontwerp-featured-projects .bouwontwerp-featured-projects__heading {
	width: 100%;
	margin: 0;
	color: var(--e-global-color-text, #111);
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -.025em;
}

.bouwontwerp-featured-projects__grid {
	display: grid;
	gap: 1.5rem;
}

.bouwontwerp-featured-projects .bouwontwerp-featured-projects__primary,
.bouwontwerp-featured-projects .bouwontwerp-featured-projects__secondary {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 520px;
	overflow: hidden;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.bouwontwerp-featured-projects .bouwontwerp-featured-projects__primary {
	display: block;
}

.bouwontwerp-featured-projects .bouwontwerp-featured-projects__primary-image,
.bouwontwerp-featured-projects .bouwontwerp-featured-projects__secondary-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 520px;
	max-width: none;
	object-fit: cover;
}

.bouwontwerp-featured-projects .bouwontwerp-featured-projects__primary-image {
	transition: transform 900ms cubic-bezier(.2, .8, .2, 1), filter 900ms cubic-bezier(.2, .8, .2, 1);
}

.bouwontwerp-featured-projects__primary:hover .bouwontwerp-featured-projects__primary-image {
	transform: scale(1.055);
	filter: saturate(1.04) contrast(1.04);
}

.bouwontwerp-featured-projects .bouwontwerp-featured-projects__label {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	padding: .5rem 1rem;
	border-radius: 9999px;
	background: rgba(255, 255, 255, .9);
	color: #000;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.bouwontwerp-featured-projects .bouwontwerp-featured-projects__secondary {
	align-items: flex-end;
	padding: 2rem;
}

.bouwontwerp-featured-projects .bouwontwerp-featured-projects__secondary-image,
.bouwontwerp-featured-projects__overlay {
	position: absolute;
	inset: 0;
}

.bouwontwerp-featured-projects .bouwontwerp-featured-projects__secondary-image {
	opacity: .58;
}

.bouwontwerp-featured-projects__overlay {
	background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, .68) 50%, rgba(0, 0, 0, .1) 100%);
}

.bouwontwerp-featured-projects__content {
	position: relative;
	z-index: 1;
	display: block;
}

.bouwontwerp-featured-projects .bouwontwerp-featured-projects__eyebrow,
.bouwontwerp-featured-projects .bouwontwerp-featured-projects__card-heading,
.bouwontwerp-featured-projects .bouwontwerp-featured-projects__description {
	display: block;
}

.bouwontwerp-featured-projects .bouwontwerp-featured-projects__eyebrow {
	color: rgba(255, 255, 255, .6);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.bouwontwerp-featured-projects .bouwontwerp-featured-projects__card-heading {
	margin-top: 1.25rem;
	color: #fff;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.25;
}

.bouwontwerp-featured-projects .bouwontwerp-featured-projects__description {
	margin-top: 1.25rem;
	color: rgba(255, 255, 255, .75);
	font-size: .875rem;
	font-weight: 300;
	line-height: 1.75rem;
}

@media (min-width: 640px) {
	.bouwontwerp-featured-projects {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.bouwontwerp-featured-projects__heading-container,
	.bouwontwerp-featured-projects__grid {
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.bouwontwerp-featured-projects .bouwontwerp-featured-projects__heading {
		font-size: 3rem;
	}

	.bouwontwerp-featured-projects .bouwontwerp-featured-projects__secondary {
		padding: 3rem;
	}

	.bouwontwerp-featured-projects .bouwontwerp-featured-projects__card-heading {
		font-size: 2.25rem;
	}
}

@media (min-width: 1024px) {
	.bouwontwerp-featured-projects__heading-container,
	.bouwontwerp-featured-projects__grid {
		padding-right: 3rem;
		padding-left: 3rem;
	}

	.bouwontwerp-featured-projects__grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.bouwontwerp-featured-projects__primary {
		grid-column: span 7 / span 7;
	}

	.bouwontwerp-featured-projects__secondary {
		grid-column: span 5 / span 5;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bouwontwerp-featured-projects .bouwontwerp-featured-projects__primary-image {
		transition: none;
	}
}
