/**
 * Homepage — premium composities, geen legacy site.css
 * Prefer .home-dak als scope; .home-* klassen worden uitsluitend op de home-template gebruikt.
 */

/* ─── Rhythm & typografie (scroll-flow) ───────────── */
.home-dak > .section {
	padding-block: clamp(4rem, 10vw, 6.75rem);
}

.home-dak > .section-sm {
	padding-block: clamp(2.5rem, 5.5vw, 3.75rem);
}

.home-dak .section-header {
	max-width: 40rem;
	margin-bottom: clamp(2rem, 4vw, 3rem);
}

.home-dak .section-header .eyebrow {
	margin-bottom: var(--space-3);
}

.home-dak .section-header__title {
	font-size: clamp(1.7rem, 3.1vw, 2.125rem);
	font-weight: 700;
	letter-spacing: var(--tracking-tight);
	line-height: 1.2;
	max-width: 22ch;
}

.home-dak .section-header__lead {
	max-width: 38ch;
}

/* ─── Hero (basis — andere templates met .home-hero behouden eigen ritme) ─ */
.home-hero {
	position: relative;
	isolation: isolate;
	min-height: min(82vh, 52rem);
	display: flex;
	align-items: stretch;
	padding-top: clamp(2rem, 5vw, 3.75rem);
	padding-bottom: clamp(3.25rem, 8vw, 5.5rem);
	overflow: hidden;
}

/*
 * Homepage: strak onder de header — geen vh-min-height, geen verticale centrering
 * (die veroorzaakte grote lege ruimte boven de eyebrow/H1).
 */
.home-dak > .home-hero,
.home-dak .home-hero {
	min-height: 0;
	align-items: flex-start;
	padding-top: clamp(2rem, 5vw, 3.75rem);
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

.home-dak .home-hero__inner {
	align-items: flex-start;
	padding-top: 0;
}

.home-dak .home-hero__grid {
	gap: clamp(1.25rem, 3vw, 2rem);
}

.home-dak .home-hero__eyebrow {
	margin-bottom: var(--space-2);
}

.home-dak .home-hero__title {
	margin-bottom: var(--space-4);
}

.home-dak .home-hero__lead {
	margin-bottom: var(--space-5);
}

@media (min-width: 1024px) {
	.home-dak .home-hero__grid {
		align-items: start;
	}
}

@media (max-width: 767px) {
	.home-dak .home-hero {
		padding-top: clamp(1.25rem, 4vw, 2rem);
		padding-bottom: var(--space-5);
	}

	.home-dak .home-hero__title {
		font-size: clamp(1.65rem, 6.2vw, 2rem);
		line-height: 1.14;
		margin-bottom: var(--space-3);
		max-width: 100%;
	}

	.home-dak .home-hero__lead {
		margin-bottom: var(--space-4);
		font-size: 1rem;
		line-height: 1.55;
		max-width: 100%;
	}

	.home-dak .home-hero__review-badges {
		padding-top: var(--space-2);
		margin-bottom: var(--space-4);
	}

	.home-dak .home-hero__figure--copy {
		margin-bottom: var(--space-4);
	}

	.home-dak .home-hero__form.form-card {
		padding: var(--space-5) var(--space-4);
	}
}

.home-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.home-hero__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 52% 40%;
}

.home-hero__photo--fallback {
	min-height: 100%;
	background:
		radial-gradient(ellipse 85% 65% at 58% 35%, rgba(22, 59, 109, 0.09) 0%, transparent 62%),
		linear-gradient(118deg, var(--color-background-alt) 0%, #e8eef6 42%, rgba(22, 59, 109, 0.06) 100%);
}

.home-hero--no-photo .home-hero__scrim {
	background: linear-gradient(
		102deg,
		rgba(255, 255, 255, 0.995) 0%,
		rgba(248, 250, 252, 0.93) 48%,
		rgba(22, 59, 109, 0.06) 100%
	);
}

.home-hero__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		102deg,
		rgba(255, 255, 255, 0.96) 0%,
		rgba(255, 255, 255, 0.82) 34%,
		rgba(244, 248, 252, 0.42) 58%,
		rgba(22, 59, 109, 0.2) 100%
	);
}

.home-hero__grain {
	position: absolute;
	inset: 0;
	opacity: 0.04;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
	pointer-events: none;
}

.home-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	align-items: center;
}

.home-hero__grid {
	display: grid;
	gap: clamp(2.25rem, 5vw, 3rem);
	align-items: start;
	width: 100%;
}

@media (min-width: 1024px) {
	.home-hero__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.92fr);
		gap: var(--space-8) clamp(2rem, 4vw, 3.5rem);
		align-items: center;
	}
}

.home-hero__eyebrow {
	background: rgba(255, 255, 255, 0.78);
	border-color: rgba(22, 59, 109, 0.14);
	backdrop-filter: blur(10px);
}

.home-hero__title {
	font-family: var(--font-heading);
	font-size: clamp(2.125rem, 4.8vw, 3.125rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: var(--color-primary);
	max-width: min(100%, 26ch);
	margin-bottom: var(--space-5);
}

.home-hero__lead {
	font-size: clamp(1.0625rem, 1.6vw, 1.1875rem);
	color: var(--color-text);
	max-width: 38ch;
	line-height: 1.65;
	margin-bottom: var(--space-8);
}

.home-hero__review-badges {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-3) var(--space-4);
	margin-bottom: var(--space-6);
	margin-top: 0;
	padding-top: var(--space-5);
	border-top: 1px solid rgba(22, 59, 109, 0.1);
}

.home-review-badge {
	display: inline-flex;
	align-items: center;
	gap: var(--space-3);
	padding: var(--space-3) var(--space-4);
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(22, 59, 109, 0.09);
	border-radius: var(--radius-md);
	box-shadow: 0 2px 18px rgba(15, 39, 71, 0.05);
	backdrop-filter: blur(12px);
}

.home-review-badge__icon {
	width: 28px;
	height: 28px;
	border-radius: var(--radius-sm);
	flex-shrink: 0;
	background: var(--color-background-alt);
	border: 1px solid var(--color-border);
}

.home-review-badge__icon--google {
	background: conic-gradient(from 180deg at 50% 50%, #4285f4, #34a853, #fbbc05, #ea4335, #4285f4);
	opacity: 0.95;
}

.home-review-badge__icon--star {
	background: linear-gradient(145deg, #00b67a, #008f5f);
}

.home-review-badge__body {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
}

.home-review-badge__stars {
	font-size: var(--text-xs);
	color: #ca8a04;
	letter-spacing: 0.08em;
}

.home-review-badge__line {
	font-size: var(--text-xs);
	font-weight: 600;
	color: var(--color-text);
	letter-spacing: 0.01em;
}

.home-hero__certs {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-3) var(--space-5);
	align-items: center;
}

.home-cert {
	display: inline-flex;
	align-items: center;
	gap: var(--space-3);
	font-size: var(--text-sm);
	font-weight: 600;
	color: var(--color-primary);
	padding: var(--space-2) var(--space-4);
	background: rgba(255, 255, 255, 0.52);
	border-radius: var(--radius-sm);
	border: 1px solid rgba(22, 59, 109, 0.08);
	backdrop-filter: blur(8px);
}

.home-cert__img {
	object-fit: contain;
	flex-shrink: 0;
}

.home-cert__text {
	font-weight: 600;
	line-height: var(--leading-tight);
}

.home-hero__aside {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: var(--space-5);
}

/* Secundaire hero-foto staat in .home-hero__copy (onder de lead), niet naast/stapeld met formulier */
.home-hero__figure--copy {
	position: relative;
	z-index: 2;
	margin: 0 0 var(--space-8);
	border-radius: var(--border-radius);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.85);
	box-shadow:
		0 24px 48px rgba(15, 39, 71, 0.12),
		0 2px 0 rgba(255, 255, 255, 0.55) inset;
	max-width: min(100%, 28rem);
}

.home-hero__figure--copy .home-hero__figure-img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	object-position: 50% 42%;
	aspect-ratio: 16 / 10;
}

@media (max-width: 1023px) {
	.home-hero__figure--copy {
		max-width: min(100%, 22rem);
		margin-inline: 0;
		margin-bottom: var(--space-6);
		border: 1px solid rgba(22, 59, 109, 0.1);
		box-shadow: var(--shadow-soft);
	}

	.home-hero__figure--copy .home-hero__figure-img {
		aspect-ratio: 4 / 3;
	}
}

.home-hero__figure--copy.home-hero__figure--placeholder {
	background: linear-gradient(160deg, var(--color-background-alt), rgba(22, 59, 109, 0.1));
	min-height: 12rem;
	aspect-ratio: 16 / 10;
}

@media (max-width: 1023px) {
	.home-hero__figure--copy.home-hero__figure--placeholder {
		aspect-ratio: 4 / 3;
		max-width: min(100%, 22rem);
	}
}

@media (min-width: 1024px) {
	.home-hero__copy .home-hero__lead {
		margin-bottom: var(--space-6);
	}
}

.home-hero__form-fallback .text-muted {
	margin-bottom: var(--space-4);
}

.home-hero__form-fallback-note {
	margin-top: var(--space-4);
	margin-bottom: 0;
}

.home-hero__form {
	position: relative;
	z-index: 3;
	margin-top: 0;
}

@media (min-width: 1024px) {
	.home-hero__form {
		margin-top: 0;
		width: 100%;
		max-width: 24.5rem;
		margin-inline: auto 0;
	}
}

.home-dak .home-hero__form.form-card {
	padding: clamp(1.5rem, 3.5vw, 2.35rem);
	border: 1px solid rgba(22, 59, 109, 0.12);
	box-shadow:
		0 28px 56px rgba(15, 39, 71, 0.1),
		0 1px 0 rgba(255, 255, 255, 0.65) inset;
}

.home-dak .home-hero__form .form-input,
.home-dak .home-hero__form .form-textarea,
.home-dak .home-hero__form .form-select {
	border-color: rgba(22, 59, 109, 0.14);
	background: rgba(255, 255, 255, 0.96);
}

.home-hero__form-kicker {
	font-size: var(--text-xs);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--color-text-light);
	margin-bottom: var(--space-3);
}

.home-hero__form-title {
	font-family: var(--font-heading);
	font-size: clamp(1.25rem, 2.2vw, 1.55rem);
	font-weight: 700;
	letter-spacing: var(--tracking-tight);
	line-height: 1.25;
	color: var(--color-primary);
	margin-bottom: var(--space-5);
	max-width: 22ch;
}

.home-hero__form-body {
	margin-bottom: 0;
}

.home-hero__form-fallback .btn-row {
	gap: var(--space-3);
}

/* ─── Trust strip ─────────────────────────────────── */
.home-trust {
	background: transparent;
}

.home-trust__strip.trust-strip {
	justify-content: center;
	text-align: center;
	background: transparent;
	border: none;
	box-shadow: none;
	padding-block: var(--space-2);
	gap: var(--space-3) var(--space-6);
}

.home-trust__strip .trust-strip__item {
	font-weight: 500;
	color: var(--color-text-light);
	background: transparent;
	border-radius: 0;
	padding: var(--space-2) 0;
	position: relative;
}

@media (min-width: 640px) {
	.home-trust__strip .trust-strip__item:not(:first-child)::before {
		content: "";
		position: absolute;
		left: calc(-1 * var(--space-3));
		top: 50%;
		transform: translate(-50%, -50%);
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: rgba(22, 59, 109, 0.2);
	}
}

/* ─── Services ────────────────────────────────────── */
.home-services.section-alt {
	background: linear-gradient(180deg, var(--color-background-alt) 0%, rgba(255, 255, 255, 0.55) 100%);
}

.home-services__head {
	margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.home-services__grid {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2rem);
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.home-services__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.home-services__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: clamp(1.35rem, 2.5vw, 1.75rem);
	}
}

.home-dak .home-service-card.card {
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition:
		box-shadow 0.28s ease,
		border-color 0.28s ease,
		transform 0.28s ease;
}

.home-dak .home-service-card.card:hover {
	transform: translateY(-2px);
}

.home-service-card__visual {
	position: relative;
	aspect-ratio: 5 / 3;
	background: var(--color-background-alt);
}

.home-service-card__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, transparent 42%, rgba(15, 39, 71, 0.18) 100%);
	opacity: 0.85;
}

.home-service-card__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 42%;
	transition: transform 0.45s ease;
}

.home-service-card:hover .home-service-card__visual img {
	transform: scale(1.03);
}

.home-service-card__placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(128deg, #e8eef6 0%, var(--color-background-alt) 48%, rgba(22, 59, 109, 0.07) 100%);
}

.home-service-card__body {
	padding: var(--space-6) var(--space-6) calc(var(--space-6) + 0.25rem);
	flex: 1;
	display: flex;
	flex-direction: column;
}

.home-dak .home-service-card .card__title {
	font-family: var(--font-heading);
	font-size: clamp(1.05rem, 1.5vw, 1.125rem);
	font-weight: 700;
	letter-spacing: var(--tracking-tight);
	line-height: 1.3;
	color: var(--color-primary);
}

/* ─── Why split ───────────────────────────────────── */
.home-why.section {
	position: relative;
}

.home-why::before {
	content: "";
	position: absolute;
	inset-block: 15% -5%;
	inset-inline-end: 0;
	width: min(42vw, 28rem);
	background: radial-gradient(ellipse at 80% 40%, rgba(22, 59, 109, 0.04) 0%, transparent 70%);
	pointer-events: none;
}

.home-why__grid {
	display: grid;
	gap: clamp(2.5rem, 6vw, 4rem);
	align-items: center;
}

@media (min-width: 900px) {
	.home-why__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
		gap: var(--space-8) min(4vw, 5rem);
		align-items: start;
	}
}

.home-why__content {
	padding-top: var(--space-2);
	max-width: 36rem;
}

.home-why__title {
	font-family: var(--font-heading);
	font-size: clamp(1.85rem, 3.4vw, 2.4rem);
	font-weight: 700;
	letter-spacing: var(--tracking-tight);
	line-height: 1.15;
	color: var(--color-primary);
	margin-bottom: var(--space-5);
	max-width: 18ch;
}

.home-why__lead {
	margin-bottom: var(--space-6);
	max-width: 40ch;
	font-size: var(--text-lg);
	line-height: 1.65;
}

.home-why__list {
	margin: 0 0 var(--space-8);
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: var(--space-4);
}

.home-why__list li {
	position: relative;
	padding-left: var(--space-6);
	font-size: var(--text-base);
	line-height: 1.65;
	color: var(--color-text);
}

.home-why__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: var(--color-primary);
	box-shadow: 0 0 0 2px rgba(22, 59, 109, 0.12);
}

.home-why__media {
	position: relative;
}

@media (min-width: 900px) {
	.home-why__media {
		margin-top: var(--space-6);
		transform: translateY(-1.25rem);
	}
}

.home-why__frame {
	position: relative;
	border-radius: var(--border-radius);
	overflow: hidden;
	box-shadow:
		0 20px 50px rgba(15, 39, 71, 0.1),
		0 1px 0 rgba(255, 255, 255, 0.5) inset;
	border: 1px solid rgba(22, 59, 109, 0.08);
}

.home-why__frame img {
	width: 100%;
	height: auto;
	min-height: 12rem;
	display: block;
	vertical-align: middle;
	object-fit: cover;
	object-position: 50% 40%;
}

.home-why__frame-placeholder {
	min-height: min(30rem, 62vw);
	width: 100%;
	background: linear-gradient(132deg, #e8eef6 0%, var(--color-background-alt) 45%, rgba(22, 59, 109, 0.07) 100%);
}

.home-why__accent {
	position: absolute;
	width: 38%;
	height: 38%;
	right: -14%;
	bottom: -10%;
	background: var(--color-primary);
	opacity: 0.06;
	border-radius: 50%;
	pointer-events: none;
}

/* ─── Locations ───────────────────────────────────── */
.home-locations.section-alt {
	background: linear-gradient(180deg, rgba(244, 248, 252, 0.85) 0%, var(--color-background-alt) 100%);
}

.home-locations__grid {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2rem);
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.home-locations__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.home-locations__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.home-loc-card.card {
	padding: 0;
	overflow: hidden;
	border-radius: var(--border-radius);
	transition:
		box-shadow 0.28s ease,
		border-color 0.28s ease,
		transform 0.28s ease;
}

.home-dak .home-loc-card.card:hover {
	transform: translateY(-2px);
}

.home-loc-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.home-loc-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 38%;
	transition: transform 0.45s ease;
}

.home-loc-card__media--placeholder {
	background: linear-gradient(125deg, #e8eef6 0%, var(--color-background-alt) 50%, rgba(22, 59, 109, 0.06) 100%);
}

.home-loc-card:hover .home-loc-card__media img {
	transform: scale(1.03);
}

.home-loc-card__body {
	padding: var(--space-6) var(--space-6) calc(var(--space-6) + 0.25rem);
}

.home-locations__more {
	margin-top: clamp(2.5rem, 5vw, 3.5rem);
	text-align: center;
}

/* ─── Projects ────────────────────────────────────── */
.home-projects__grid {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.25rem);
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.home-projects__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.home-project-card {
	display: flex;
	flex-direction: column;
	gap: var(--space-5);
}

.home-project-card__link {
	text-decoration: none;
	color: inherit;
	border-radius: var(--border-radius);
	overflow: hidden;
	box-shadow: var(--shadow-soft);
	transition: box-shadow 0.28s ease;
}

.home-project-card__link:hover {
	box-shadow: var(--shadow-card);
}

.home-project-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--color-background-alt);
}

.home-project-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 42%;
	transition:
		transform 0.5s ease,
		filter 0.5s ease;
}

.home-project-card:hover .home-project-card__media img {
	transform: scale(1.03);
	filter: brightness(1.03);
}

.home-project-card__fallback {
	width: 100%;
	height: 100%;
	background: linear-gradient(125deg, #e8eef6 0%, var(--color-background-alt) 45%, rgba(22, 59, 109, 0.1) 100%);
}

.home-project-card__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 28%, rgba(15, 39, 71, 0.45) 55%, rgba(15, 39, 71, 0.82) 100%);
	opacity: 1;
	pointer-events: none;
}

.home-project-card__meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: var(--space-6) calc(var(--space-6) + 0.35rem);
	z-index: 1;
}

.home-project-card__chip {
	display: inline-block;
	font-size: var(--text-xs);
	font-weight: 600;
	color: var(--color-background);
	background: rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(8px);
	padding: var(--space-1) var(--space-3);
	border-radius: var(--radius-pill);
	margin-bottom: var(--space-2);
}

.home-project-card__title {
	font-family: var(--font-heading);
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	font-weight: 700;
	letter-spacing: var(--tracking-tight);
	color: var(--color-background);
	margin: 0;
	line-height: 1.2;
	max-width: 20ch;
}

.home-project-card__excerpt {
	font-size: var(--text-sm);
	color: var(--color-text-light);
	line-height: 1.65;
	margin: 0;
	max-width: 42ch;
}

.home-projects__more {
	margin-top: clamp(2.5rem, 5vw, 3.5rem);
}

/* ─── Reviews ─────────────────────────────────────── */
.home-reviews.section-alt {
	background: linear-gradient(180deg, var(--color-background-alt) 0%, rgba(255, 255, 255, 0.65) 100%);
}

.home-reviews__widget {
	min-height: 15rem;
	padding: clamp(1.25rem, 3vw, 2rem);
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(22, 59, 109, 0.08);
	border-radius: var(--radius-md);
	box-shadow: 0 12px 40px rgba(15, 39, 71, 0.06);
}

/* ─── FAQ ─────────────────────────────────────────── */
.home-faq .faq {
	max-width: 36rem;
	margin-inline: auto;
}

.home-faq .faq__question {
	border-radius: var(--radius-sm);
	transition: background-color 0.2s ease;
}

.home-faq .faq__question:hover {
	background: rgba(22, 59, 109, 0.04);
}

/* ─── CTA ─────────────────────────────────────────── */
.home-cta {
	position: relative;
	padding-block: clamp(3.5rem, 8vw, 5.5rem);
	overflow: hidden;
}

.home-cta--solid .home-cta__scrim {
	background: linear-gradient(
		118deg,
		var(--color-primary) 0%,
		var(--color-primary-dark) 100%
	);
}

.home-cta--solid .home-cta__media {
	background: var(--color-primary);
}

.home-cta__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.home-cta__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 40%;
}

.home-cta__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		118deg,
		rgba(22, 59, 109, 0.86) 0%,
		rgba(15, 39, 71, 0.78) 42%,
		rgba(22, 59, 109, 0.72) 100%
	);
}

.home-cta__inner {
	position: relative;
	z-index: 1;
}

.home-cta__grid {
	display: grid;
	gap: clamp(1.5rem, 4vw, 2.5rem);
	align-items: center;
}

@media (min-width: 768px) {
	.home-cta__grid {
		grid-template-columns: 1.15fr 1fr;
		gap: var(--space-8);
	}
}

.home-cta__title {
	font-family: var(--font-heading);
	font-size: clamp(1.65rem, 3vw, 2.125rem);
	font-weight: 700;
	letter-spacing: var(--tracking-tight);
	line-height: 1.18;
	color: var(--color-background);
	margin-bottom: var(--space-4);
	max-width: 22ch;
}

.home-cta__text {
	font-size: clamp(1.0625rem, 1.5vw, 1.125rem);
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.65;
	max-width: 36ch;
	margin: 0;
}

.home-cta__actions {
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: var(--space-3);
}

@media (min-width: 768px) {
	.home-cta__actions {
		justify-content: flex-end;
	}
}

.home-cta .home-cta__outline {
	border-color: rgba(255, 255, 255, 0.38);
	color: rgba(255, 255, 255, 0.94);
	box-shadow: none;
}

.home-cta .home-cta__outline:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.52);
	color: var(--color-background);
}

.home-cta .btn-white {
	box-shadow: 0 4px 20px rgba(15, 39, 71, 0.12);
}

/* ─── Homepage editorial hero (design system) ─────── */
.home-dak-hero.hero {
	padding-block: clamp(2rem, 5vw, 3.25rem);
	background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface-soft) 100%);
	border-bottom: 1px solid var(--color-border);
}

.home-dak-hero .hero__inner--split {
	align-items: center;
	gap: clamp(2rem, 4vw, 3.5rem);
}

.home-dak-hero .hero__title {
	max-width: 20ch;
	font-size: clamp(1.875rem, 3.2vw, 2.625rem);
	line-height: 1.12;
	margin-bottom: var(--space-4);
}

.home-dak-hero .hero__lead {
	max-width: 42ch;
	margin-bottom: var(--space-5);
	color: var(--color-text-muted);
}

.home-dak-hero .hero__actions {
	margin-bottom: var(--space-5);
	gap: var(--space-3);
}

.home-dak-hero .hero__actions .btn {
	min-height: 44px;
}

.home-dak-hero .hero__trust {
	margin-top: 0;
}

.home-dak-hero .hero__trust-item {
	font-weight: 500;
	color: var(--color-text-muted);
	background: var(--color-surface);
}

.home-dak-hero__figure {
	margin: 0;
	aspect-ratio: 5 / 4;
	position: relative;
	isolation: isolate;
	background: #fff;
	border-color: rgba(22, 59, 109, 0.1);
}

/* NL-vlaghint: rood boven, wit (foto), blauw onder — licht transparant */
.home-dak-hero__figure::before,
.home-dak-hero__figure::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 28%;
	z-index: 2;
	pointer-events: none;
}

.home-dak-hero__figure::before {
	top: 0;
	background: linear-gradient(
		180deg,
		rgba(214, 40, 40, 0.42) 0%,
		rgba(214, 40, 40, 0.18) 55%,
		rgba(214, 40, 40, 0) 100%
	);
}

.home-dak-hero__figure::after {
	bottom: 0;
	background: linear-gradient(
		0deg,
		rgba(22, 59, 109, 0.45) 0%,
		rgba(22, 59, 109, 0.2) 55%,
		rgba(22, 59, 109, 0) 100%
	);
}

.home-dak-hero__figure img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 42%;
	filter: brightness(1.06) contrast(1.04) saturate(1.06);
}

.home-dak-hero__figure--natural::before,
.home-dak-hero__figure--natural::after {
	display: none;
}

.home-dak-hero__figure--natural img {
	filter: none;
}

.home-dak-hero__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 14rem;
	background: linear-gradient(
		180deg,
		var(--color-accent) 0,
		var(--color-accent) 33.333%,
		#fff 33.333%,
		#fff 66.666%,
		var(--color-brand) 66.666%,
		var(--color-brand) 100%
	);
}

@media (max-width: 899px) {
	.home-dak-hero .hero__inner--split {
		grid-template-columns: 1fr;
	}

	.home-dak-hero .hero__content {
		order: 1;
	}

	.home-dak-hero__figure {
		order: 2;
		max-width: 28rem;
	}

	.home-dak-hero .hero__title {
		max-width: 100%;
		font-size: clamp(1.75rem, 5.5vw, 2.125rem);
	}

	.home-dak-hero .hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.home-dak-hero .hero__actions .btn {
		width: 100%;
		justify-content: center;
	}
}

@media (min-width: 900px) {
	.home-dak-hero__figure {
		aspect-ratio: 4 / 5;
		max-height: min(32rem, 72vh);
	}
}

.home-dak .home-trust.section-sm {
	padding-block: clamp(1.25rem, 3vw, 1.75rem);
	background: var(--color-surface-soft);
}

.home-dak .home-trust.section-sm + .home-problems {
	padding-top: clamp(3rem, 7vw, 5rem);
}

/* Legacy split-light (niet meer op home) — behouden voor referentie */
.home-dak .home-hero--split-light {
	background: var(--color-background);
	overflow: visible;
}

.home-dak .home-hero--split-light .home-hero__media,
.home-dak .home-hero--split-light .home-hero__scrim,
.home-dak .home-hero--split-light .home-hero__grain {
	display: none;
}

.home-dak .home-hero--split-light .home-hero__eyebrow {
	background: transparent;
	border: none;
	backdrop-filter: none;
	padding: 0;
}

.home-dak .home-hero--split-light .home-hero__title {
	max-width: min(100%, 22ch);
	color: var(--color-primary);
}

.home-dak .home-hero--split-light .home-hero__actions {
	margin-bottom: var(--space-5);
}

.home-dak .home-hero__trust {
	list-style: none;
	margin: 0;
	padding: var(--space-4) 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2) var(--space-5);
	border-top: 1px solid var(--color-border);
	font-size: var(--text-sm);
	color: var(--color-text-light);
}

.home-dak .home-hero__trust li {
	position: relative;
	padding-left: 1.1rem;
}

.home-dak .home-hero__trust li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--color-brand);
	opacity: 0.85;
}

.home-dak .home-hero__visual {
	order: 2;
}

.home-dak .home-hero__copy {
	order: 1;
}

@media (min-width: 1024px) {
	.home-dak .home-hero--split-light .home-hero__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		align-items: center;
	}

	.home-dak .home-hero__visual {
		order: unset;
	}

	.home-dak .home-hero__copy {
		order: unset;
	}
}

.home-dak .home-hero__figure {
	margin: 0;
	border-radius: var(--border-radius);
	overflow: hidden;
	border: 1px solid var(--color-border);
	box-shadow: var(--shadow-soft);
}

.home-dak .home-hero__figure-img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}

.home-dak .home-hero__figure--placeholder {
	min-height: 14rem;
	background: linear-gradient(160deg, var(--color-background-alt), rgba(22, 59, 109, 0.08));
	aspect-ratio: 4 / 3;
}

.home-services__more,
.home-projects__more,
.home-reviews__more,
.home-coverage__more,
.home-faq__more,
.home-why__more {
	margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

.home-project-card__meta-line {
	font-size: var(--text-sm);
	margin: var(--space-2) 0 0;
}

/* ─── Probleemherkenning ──────────────────────────── */
.home-problems__grid {
	display: grid;
	gap: clamp(1.25rem, 2.5vw, 1.5rem);
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.home-problems__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.home-problems__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.home-problems__card {
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition:
		box-shadow 0.25s ease,
		border-color 0.25s ease,
		transform 0.25s ease;
}

.home-problems__card:hover {
	transform: translateY(-2px);
	box-shadow: var(--shadow-soft);
}

.home-problems__card-visual {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--color-background-alt);
}

.home-problems__card-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 42%;
}

.home-problems__card-marker {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--color-background-alt) 0%, rgba(22, 59, 109, 0.06) 100%);
}

.home-problems__card-body {
	padding: var(--space-5);
	display: flex;
	flex-direction: column;
	gap: var(--space-2);
	flex: 1;
}

.home-problems__card-title {
	font-family: var(--font-heading);
	font-size: var(--text-base);
	font-weight: 700;
	color: var(--color-primary);
	margin: 0;
	line-height: 1.35;
}

.home-problems__card-text {
	margin: 0;
	font-size: var(--text-sm);
	line-height: 1.55;
	flex: 1;
}

/* ─── Werkwijze ───────────────────────────────────── */
.home-process__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: var(--space-5);
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.home-process__list {
		grid-template-columns: repeat(2, 1fr);
		gap: var(--space-6);
	}
}

@media (min-width: 1024px) {
	.home-process__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

.home-process__step {
	display: flex;
	gap: var(--space-4);
	align-items: flex-start;
}

.home-process__num {
	flex-shrink: 0;
	width: 2.25rem;
	height: 2.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: var(--text-sm);
	color: var(--color-primary);
	background: var(--color-surface-soft);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-sm);
}

.home-process__title {
	font-size: var(--text-base);
	font-weight: 700;
	color: var(--color-primary);
	margin: 0 0 var(--space-1);
	line-height: 1.35;
}

.home-process__text {
	margin: 0;
	font-size: var(--text-sm);
	line-height: 1.55;
}

/* ─── Inspectieband ───────────────────────────────── */
.home-inspection-band {
	background: linear-gradient(180deg, rgba(244, 248, 252, 0.65) 0%, var(--color-background) 100%);
}

.home-inspection-band__grid {
	display: grid;
	gap: clamp(1.5rem, 4vw, 2.5rem);
	align-items: start;
}

@media (min-width: 768px) {
	.home-inspection-band__grid {
		grid-template-columns: 1.2fr minmax(0, 16rem);
		align-items: center;
	}
}

.home-inspection-band__title {
	font-family: var(--font-heading);
	font-size: clamp(1.5rem, 2.8vw, 1.85rem);
	font-weight: 700;
	color: var(--color-primary);
	margin: 0 0 var(--space-4);
	line-height: 1.2;
	max-width: 22ch;
}

.home-inspection-band__lead {
	margin: 0 0 var(--space-5);
	max-width: 42ch;
	line-height: 1.65;
	color: var(--color-text);
}

.home-inspection-band__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: var(--space-3);
}

.home-inspection-band__list li {
	position: relative;
	padding-left: var(--space-6);
	font-size: var(--text-sm);
	line-height: 1.55;
	color: var(--color-text);
}

.home-inspection-band__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-brand);
	opacity: 0.9;
}

.home-inspection-band__actions {
	display: flex;
	flex-direction: column;
	gap: var(--space-3);
	align-items: stretch;
}

.home-inspection-band__actions .btn {
	min-height: 44px;
	justify-content: center;
}

/* ─── Blog teasers ────────────────────────────────── */
.home-blog-teasers__grid {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2rem);
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.home-blog-teasers__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.home-blog-teasers__card {
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.home-blog-teasers__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.home-blog-teasers__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-blog-teasers__body {
	padding: var(--space-5);
	display: flex;
	flex-direction: column;
	gap: var(--space-2);
	flex: 1;
}

/* ─── Landelijke dekking ──────────────────────────── */
.home-coverage.section-alt {
	background: linear-gradient(180deg, rgba(244, 248, 252, 0.85) 0%, var(--color-background-alt) 100%);
}

.home-coverage__grid {
	display: grid;
	gap: var(--space-4);
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
	.home-coverage__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.home-coverage__card {
	padding: var(--space-4) var(--space-5);
}

.home-coverage__media {
	display: block;
	aspect-ratio: 16 / 10;
	border-radius: var(--radius-sm);
	overflow: hidden;
	margin-bottom: var(--space-3);
}

.home-coverage__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-coverage__body .card__title {
	font-size: var(--text-base);
	margin-bottom: var(--space-2);
}

/* ─── Reviews (wit vlak) ──────────────────────────── */
.home-dak .home-reviews.section {
	background: var(--color-background);
}

.home-dak .home-reviews .review-shell {
	background: transparent;
	padding: 0;
}

.home-dak .home-reviews__widget {
	min-height: 12rem;
	padding: clamp(1rem, 2.5vw, 1.5rem);
	background: var(--color-surface-soft);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	overflow-x: auto;
}

.home-dak .home-cta--navy {
	background: linear-gradient(
		118deg,
		var(--color-primary) 0%,
		var(--color-primary-dark) 100%
	);
}

.home-dak .home-cta--navy .btn-secondary.home-cta__outline {
	border-color: rgba(255, 255, 255, 0.45);
	color: var(--color-background);
	background: transparent;
}

.home-dak .home-cta--navy .btn-secondary.home-cta__outline:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.6);
}
