/* Section-specific styling — v2 (photo-heavy, conversion-first). */

/* ---------- Hero ---------- */
.hero {
	position: relative;
	padding: 120px 0 56px;
	overflow: hidden;
}
.hero__grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: clamp(40px, 6vw, 88px);
	align-items: center;
	min-height: calc(100vh - 200px);
}
@media (max-width: 980px) {
	.hero { padding-top: 100px; }
	.hero__grid { grid-template-columns: 1fr; gap: 36px; min-height: 0; }
}

.hero__copy { display: flex; flex-direction: column; gap: 26px; max-width: 620px; }
.hero__headline { max-width: 14ch; }
.hero__sub { max-width: 50ch; }

.hero__trust {
	display: flex; gap: 24px; flex-wrap: wrap;
	margin-top: 6px;
	font-size: 0.9rem; color: var(--mute);
	list-style: none;
}
.hero__trust li { display: inline-flex; align-items: center; gap: 8px; }
.hero__trust .icon { color: var(--gold); }

.hero__media {
	position: relative;
	border-radius: var(--radius-xl);
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: var(--paper-2);
	box-shadow: 0 50px 120px -50px rgba(14,14,16,0.4);
}
.hero__media img {
	width: 100%; height: 100%;
	object-fit: cover;
	animation: kenburns 24s var(--ease) infinite alternate;
}
@keyframes kenburns {
	from { transform: scale(1.02) translate(0, 0); }
	to   { transform: scale(1.08) translate(-1%, -1%); }
}
.hero__media::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(14,14,16,0.35) 100%);
	pointer-events: none;
}

.hero__badge {
	position: absolute; left: 24px; bottom: 24px;
	display: inline-flex; align-items: center; gap: 12px;
	padding: 12px 16px 12px 14px;
	background: var(--paper); color: var(--ink);
	border-radius: 999px;
	box-shadow: 0 18px 40px -16px rgba(14,14,16,0.5);
	font-size: 0.88rem;
	font-weight: 500;
}
.hero__badge .star { color: var(--gold); letter-spacing: 1px; font-size: 0.85rem; }
.hero__badge strong { font-weight: 600; }

@media (max-width: 980px) {
	.hero__media { aspect-ratio: 16 / 11; }
}

/* ---------- Urgency strip ---------- */
.urgency {
	background: var(--ink);
	color: var(--paper);
	padding: 18px 0;
}
.urgency__inner {
	display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
	justify-content: space-between;
}
.urgency__status {
	display: inline-flex; align-items: center; gap: 12px;
	font-size: 0.96rem;
}
.urgency__pulse {
	position: relative;
	width: 10px; height: 10px; border-radius: 50%;
	background: var(--success);
	flex: none;
}
.urgency__pulse::after {
	content: "";
	position: absolute; inset: -6px;
	border-radius: 50%;
	border: 1px solid var(--success);
	opacity: 0;
	animation: ping 2.4s var(--ease) infinite;
}
@keyframes ping {
	0%   { transform: scale(0.6); opacity: 1; }
	100% { transform: scale(1.6); opacity: 0; }
}
.urgency__status strong { font-weight: 600; }
.urgency__status span { color: rgba(248,245,240,0.8); }
.urgency__call {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 0.94rem; font-weight: 500;
	color: var(--gold);
	border-bottom: 1px solid rgba(200,153,61,0.4);
	padding-bottom: 2px;
	transition: border-color var(--dur) var(--ease);
}
.urgency__call:hover { border-color: var(--gold); }

/* ---------- USP / Why us ---------- */
.usp { padding: clamp(72px, 10vw, 120px) 0; }
.usp__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(20px, 3vw, 32px);
}
@media (max-width: 980px) { .usp__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .usp__grid { grid-template-columns: 1fr; } }

.usp__head {
	display: flex; align-items: end; justify-content: space-between; gap: 24px;
	margin-bottom: clamp(36px, 5vw, 56px);
}
.usp__head .display { max-width: 14ch; }
@media (max-width: 720px) { .usp__head { flex-direction: column; align-items: flex-start; } }

.pillar {
	display: flex; flex-direction: column; gap: 12px;
	padding: 30px 28px;
	background: var(--paper);
	border-radius: var(--radius-lg);
	border: 1px solid var(--mist);
	transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.pillar:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(14,14,16,0.2); border-color: transparent; }
.pillar__icon {
	width: 44px; height: 44px;
	display: grid; place-items: center;
	border-radius: 12px;
	background: var(--navy-soft);
	color: var(--navy);
	margin-bottom: 4px;
}
.pillar__title {
	font-family: var(--font-display); font-weight: 400;
	font-size: 1.18rem; line-height: 1.2; letter-spacing: -0.018em;
}
.pillar__desc { color: var(--mute); font-size: 0.95rem; line-height: 1.55; }

/* ---------- Services (photo cards) ---------- */
.services { padding: clamp(80px, 10vw, 140px) 0; background: var(--paper-2); }
.svc__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: clamp(20px, 2.4vw, 28px);
}
.svc { grid-column: span 2; }
.svc:nth-child(1) { grid-column: span 3; } /* Installatie — large */
.svc:nth-child(2) { grid-column: span 3; } /* Storingen 24/7 — large */
.svc:nth-child(3) { grid-column: span 2; }
.svc:nth-child(4) { grid-column: span 2; }
.svc:nth-child(5) { grid-column: span 2; }
.svc:nth-child(6) { grid-column: span 6; } /* Inspectie — wide bottom card */

@media (max-width: 980px) {
	.svc, .svc:nth-child(n) { grid-column: span 3; }
}
@media (max-width: 640px) {
	.svc, .svc:nth-child(n) { grid-column: span 6; }
}

.svc {
	position: relative;
	display: flex; flex-direction: column;
	background: var(--paper);
	border-radius: var(--radius-lg);
	overflow: hidden;
	border: 1px solid var(--mist);
	transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.svc:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(14,14,16,0.25); border-color: transparent; }
.svc__media {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--paper-3);
}
.svc__media img {
	width: 100%; height: 100%; object-fit: cover;
	transition: transform 1s var(--ease);
}
.svc:hover .svc__media img { transform: scale(1.04); }

.svc__body {
	display: flex; flex-direction: column; gap: 10px;
	padding: clamp(22px, 2.4vw, 32px);
	flex: 1;
}
.svc__title {
	font-family: var(--font-display); font-weight: 400;
	font-size: var(--fs-h3);
	line-height: 1.1; letter-spacing: -0.022em;
}
.svc__desc { color: var(--mute); font-size: 0.96rem; line-height: 1.55; flex: 1; }
.svc__cta {
	display: inline-flex; align-items: center; gap: 6px;
	margin-top: 16px;
	font-size: 0.92rem; font-weight: 500;
	color: var(--ink);
	width: max-content;
	padding-bottom: 4px; border-bottom: 1px solid var(--ink);
	transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease), gap var(--dur) var(--ease);
}
.svc__cta:hover { color: var(--navy); border-bottom-color: var(--navy); gap: 10px; }

/* Wide last card has a horizontal layout. */
.svc:nth-child(6) {
	flex-direction: row;
	align-items: stretch;
}
.svc:nth-child(6) .svc__media { aspect-ratio: auto; flex: 0 0 38%; }
.svc:nth-child(6) .svc__body { padding: clamp(28px, 4vw, 48px); justify-content: center; }
.svc:nth-child(6) .svc__title { font-size: clamp(1.5rem, 2.6vw, 2.1rem); max-width: 16ch; }
.svc:nth-child(6) .svc__desc { max-width: 56ch; }
@media (max-width: 720px) {
	.svc:nth-child(6) { flex-direction: column; }
	.svc:nth-child(6) .svc__media { aspect-ratio: 4 / 3; flex: none; }
}

/* ---------- Gallery (recent jobs) ---------- */
.gallery { padding: clamp(80px, 10vw, 140px) 0; }
.gallery__head {
	display: flex; align-items: end; justify-content: space-between; gap: 24px;
	margin-bottom: clamp(36px, 5vw, 56px);
}
.gallery__head .display { max-width: 18ch; }
@media (max-width: 720px) { .gallery__head { flex-direction: column; align-items: flex-start; } }

.gallery__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: 130px;
	gap: 14px;
}
.gtile {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius);
	background: var(--paper-2);
}
.gtile img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.gtile:hover img { transform: scale(1.06); }

.gtile__overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(14,14,16,0.7) 100%);
	display: flex; align-items: end; justify-content: space-between; gap: 12px;
	padding: 18px 20px;
	color: var(--paper);
	opacity: 0;
	transition: opacity var(--dur) var(--ease);
}
.gtile:hover .gtile__overlay,
.gtile:focus-visible .gtile__overlay { opacity: 1; }

/* Touch devices: always show overlay (no hover available). */
@media (hover: none) {
	.gtile__overlay { opacity: 1; }
}
.gtile__loc { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.gtile__type { font-family: var(--font-display); font-size: 1.1rem; line-height: 1.15; font-weight: 380; max-width: 16ch; }

/* Asymmetric tile spans for editorial feel. */
.gtile:nth-child(1) { grid-column: span 5; grid-row: span 3; }
.gtile:nth-child(2) { grid-column: span 4; grid-row: span 2; }
.gtile:nth-child(3) { grid-column: span 3; grid-row: span 2; }
.gtile:nth-child(4) { grid-column: span 4; grid-row: span 3; }
.gtile:nth-child(5) { grid-column: span 3; grid-row: span 2; }
.gtile:nth-child(6) { grid-column: span 4; grid-row: span 2; }
.gtile:nth-child(7) { grid-column: span 5; grid-row: span 2; }
.gtile:nth-child(8) { grid-column: span 3; grid-row: span 3; }

@media (max-width: 980px) {
	.gallery__grid { grid-auto-rows: 100px; gap: 10px; }
	.gtile, .gtile:nth-child(n) { grid-column: span 6; grid-row: span 2; }
	.gtile:nth-child(1), .gtile:nth-child(4) { grid-row: span 3; }
}
@media (max-width: 540px) {
	.gallery__grid { grid-auto-rows: 80px; }
	.gtile, .gtile:nth-child(n) { grid-column: span 12; grid-row: span 2; }
}

/* ---------- Process ---------- */
.process { padding: clamp(80px, 10vw, 140px) 0; background: var(--paper-2); }
.steps {
	position: relative;
	display: grid; gap: clamp(32px, 4vw, 56px);
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	counter-reset: step;
}
.steps__rail {
	position: absolute; top: 28px; left: 0; right: 0; height: 1px;
	background: linear-gradient(to right, transparent, var(--mist) 8%, var(--mist) 92%, transparent);
}
.step { position: relative; padding-top: 64px; }
.step::before {
	content: ""; position: absolute; top: 22px; left: 0;
	width: 12px; height: 12px; border-radius: 50%;
	background: var(--paper-2);
	box-shadow: 0 0 0 1px var(--ink), 0 0 0 5px var(--paper-2);
	transition: background var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.step.is-visible::before { background: var(--gold); box-shadow: 0 0 0 1px var(--gold), 0 0 0 5px var(--paper-2); }
.step__num {
	display: inline-flex; align-items: center; gap: 10px;
	font-size: 0.78rem; letter-spacing: 0.18em; color: var(--mute);
	margin-bottom: 14px; font-weight: 600;
}
.step__icon {
	width: 28px; height: 28px;
	display: grid; place-items: center;
	border-radius: 8px;
	background: var(--paper);
	border: 1px solid var(--mist);
	color: var(--navy);
}
.step__title {
	font-family: var(--font-display); font-weight: 400;
	font-size: clamp(1.5rem, 3vw, 2.1rem);
	line-height: 1.05; letter-spacing: -0.022em; margin-bottom: 12px;
}
.step__desc { color: var(--mute); max-width: 38ch; line-height: 1.6; }

@media (max-width: 820px) {
	.steps { grid-template-columns: 1fr; }
	.steps__rail { left: 6px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; background: linear-gradient(to bottom, transparent, var(--mist) 8%, var(--mist) 92%, transparent); }
	.step { padding-top: 0; padding-left: 36px; }
	.step::before { top: 6px; left: 0; }
}

/* ---------- Reviews ---------- */
.reviews { padding: clamp(80px, 10vw, 140px) 0; background: var(--paper); }
.reviews__head {
	display: flex; align-items: end; justify-content: space-between; gap: 24px;
	margin-bottom: clamp(36px, 5vw, 56px);
}
@media (max-width: 720px) { .reviews__head { flex-direction: column; align-items: flex-start; } }
.reviews__google {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 8px 14px;
	background: var(--paper-2);
	border: 1px solid var(--mist);
	border-radius: 999px;
	font-size: 0.88rem; color: var(--ink-soft);
}
.reviews__google strong { font-weight: 600; }
.reviews__google .star { color: var(--gold); }

.reviews__grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
@media (max-width: 980px) { .reviews__grid { grid-template-columns: 1fr; gap: 16px; } }

.review {
	display: flex; flex-direction: column; gap: 18px;
	padding: clamp(28px, 3vw, 36px);
	border: 1px solid var(--mist);
	border-radius: var(--radius-lg);
	background: var(--paper);
	transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.review:hover { transform: translateY(-3px); box-shadow: 0 30px 60px -30px rgba(14,14,16,0.2); border-color: transparent; }
.review__stars { color: var(--gold); letter-spacing: 2px; font-size: 0.95rem; display: inline-flex; gap: 1px; }
.review__quote {
	font-family: var(--font-display); font-weight: 380;
	font-size: clamp(1.18rem, 1.6vw, 1.45rem);
	line-height: 1.4; letter-spacing: -0.015em;
	color: var(--ink);
	flex: 1;
}
.review__cap { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--mist); }
.review__avatar {
	width: 46px; height: 46px;
	border-radius: 50%;
	background: var(--navy);
	color: var(--paper);
	display: grid; place-items: center;
	font-family: var(--font-display); font-weight: 460;
	font-size: 1.05rem;
	letter-spacing: -0.01em;
	flex: none;
}
.review__author { font-weight: 600; font-size: 0.95rem; }
.review__role { font-size: 0.84rem; color: var(--mute); }

/* ---------- Area (photo + cities) ---------- */
.area { padding: clamp(80px, 10vw, 140px) 0; background: var(--paper-2); }
.area__grid {
	display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 88px);
	align-items: center;
}
@media (max-width: 980px) { .area__grid { grid-template-columns: 1fr; } }

.area__copy { display: flex; flex-direction: column; gap: 18px; max-width: 44ch; }
.area__pills {
	margin-top: 12px;
	display: flex; flex-wrap: wrap; gap: 8px;
}
.area__pill {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 8px 14px;
	background: var(--paper);
	border: 1px solid var(--mist);
	border-radius: 999px;
	font-size: 0.88rem;
	color: var(--ink-soft);
}
.area__pill::before {
	content: ""; width: 6px; height: 6px; border-radius: 50%;
	background: var(--navy);
}

.area__media {
	position: relative;
	border-radius: var(--radius-xl);
	overflow: hidden;
	aspect-ratio: 5 / 4;
	background: var(--paper-3);
	box-shadow: 0 40px 100px -40px rgba(14,14,16,0.4);
}
.area__media img { width: 100%; height: 100%; object-fit: cover; }
.area__tag {
	position: absolute; top: 24px; left: 24px;
	display: inline-flex; align-items: center; gap: 10px;
	padding: 10px 14px;
	background: var(--paper);
	border-radius: 999px;
	font-size: 0.84rem;
	font-weight: 500;
	box-shadow: 0 14px 30px -16px rgba(14,14,16,0.4);
}
.area__tag::before {
	content: ""; width: 8px; height: 8px; border-radius: 50%;
	background: var(--success);
	box-shadow: 0 0 0 4px var(--success-soft);
}

/* ---------- FAQ ---------- */
.faq { padding: clamp(80px, 10vw, 140px) 0; }
.faq__grid {
	display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(40px, 6vw, 88px);
	align-items: start;
}
@media (max-width: 820px) { .faq__grid { grid-template-columns: 1fr; } }
.faq__intro .display { max-width: 14ch; }
.faq__cta { margin-top: 20px; }

/* ---------- Contact ---------- */
.contact {
	background: var(--ink); color: var(--paper);
	padding: clamp(80px, 10vw, 140px) 0 clamp(56px, 8vw, 96px);
	position: relative;
	overflow: hidden;
}
.contact::before {
	content: ""; position: absolute; inset: 0; pointer-events: none;
	background: radial-gradient(700px circle at 88% 10%, rgba(200,153,61,0.12), transparent 50%);
}
.contact__grid {
	display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px);
	position: relative; z-index: 1;
	align-items: start;
}
@media (max-width: 980px) { .contact__grid { grid-template-columns: 1fr; } }

.contact__copy { display: flex; flex-direction: column; gap: 22px; }
.contact__head { color: var(--paper); max-width: 16ch; }
.contact__sub { color: rgba(248,245,240,0.7); max-width: 46ch; }

.contact__media {
	margin-top: 8px;
	border-radius: var(--radius-xl);
	overflow: hidden;
	aspect-ratio: 5 / 4;
	background: rgba(248,245,240,0.05);
}
.contact__media img { width: 100%; height: 100%; object-fit: cover; }

.contact__phone {
	display: grid; grid-template-columns: 1fr auto; gap: 4px 18px;
	align-items: center;
	padding: 22px 26px;
	background: rgba(248,245,240,0.06);
	border: 1px solid rgba(248,245,240,0.16);
	border-radius: var(--radius-lg);
	transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.contact__phone:hover { background: rgba(248,245,240,0.1); border-color: var(--gold); transform: translateY(-2px); }
.contact__phone .icon { grid-row: span 2; color: var(--gold); }
.contact__phone-label {
	grid-column: 1; font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase;
	color: rgba(248,245,240,0.55); font-weight: 600;
}
.contact__phone-num {
	grid-column: 1;
	font-family: var(--font-display); font-weight: 400;
	font-size: clamp(1.6rem, 3vw, 2.1rem); letter-spacing: -0.02em; line-height: 1;
	color: var(--paper);
}
.contact__alt {
	list-style: none; display: flex; gap: 22px; flex-wrap: wrap;
	margin-top: 6px;
	font-size: 0.94rem;
}
.contact__alt a {
	color: rgba(248,245,240,0.7);
	border-bottom: 1px solid rgba(248,245,240,0.25);
	padding-bottom: 2px;
	transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.contact__alt a:hover { color: var(--paper); border-bottom-color: var(--paper); }
