.wke-about,
.wke-about * { box-sizing: border-box; }

.wke-about {
	--accent: #b91416;
	--accent-soft: #e04446;
	--ink: #14110c;
	--overlay: .85;
	font-family: 'Outfit', sans-serif;
	position: relative;
	width: 100%;
}

/* gedeelde icoon-styling met draw-animatie */
.wke-about .wkab-icon { width: 48px; height: 48px; display: block; }
.wke-about .wkab-icon path,
.wke-about .wkab-icon circle,
.wke-about .wkab-icon line,
.wke-about .wkab-icon polyline,
.wke-about .wkab-icon rect {
	stroke: var(--accent);
	stroke-width: 1.6;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 200;
	stroke-dashoffset: 200;
}
.wke-about.is-in .wkab-icon path,
.wke-about.is-in .wkab-icon circle,
.wke-about.is-in .wkab-icon line,
.wke-about.is-in .wkab-icon polyline,
.wke-about.is-in .wkab-icon rect {
	animation: babDraw 1.1s ease forwards;
}
@keyframes babDraw { to { stroke-dashoffset: 0; } }

/* reveal */
.wke-about .wkab-rev { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.wke-about.is-in .wkab-rev { opacity: 1; transform: translateY(0); }
.wke-about.is-in .wkab-rev:nth-child(2){ transition-delay: .1s; }
.wke-about.is-in .wkab-rev:nth-child(3){ transition-delay: .2s; }
.wke-about.is-in .wkab-rev:nth-child(4){ transition-delay: .3s; }

.wke-about .wkab-eyebrow { color: var(--accent); font-size: 12px; letter-spacing: 2.2px; text-transform: uppercase; font-weight: 600; margin-bottom: 12px; }
.wke-about .wkab-title { margin: 0; font-family: 'Outfit', sans-serif; font-size: 44px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; line-height: 1; }

/* ============ VARIANT A — PIJLERS ============ */
.wke-about.wkab-variant-a { background: #faf6ef; padding: 70px 24px; }
.wkab-variant-a .wkab-inner { max-width: 1100px; margin: 0 auto; }
.wkab-variant-a .wkab-head { text-align: center; margin-bottom: 48px; }
.wkab-variant-a .wkab-grid { display: grid; gap: 24px; }
.wkab-variant-a .wkab-pillar { text-align: center; padding: 30px 18px; background: #fff; border-radius: 14px; border: 1px solid #ece3d3; }
.wkab-variant-a .wkab-pillar-icon { display: flex; justify-content: center; margin-bottom: 16px; }
.wkab-variant-a .wkab-num { font-family: 'Outfit', sans-serif; font-size: 38px; font-weight: 700; color: var(--ink); line-height: 1; }
.wkab-variant-a .wkab-suffix { color: var(--accent); }
.wkab-variant-a .wkab-pillar h4 { margin: 8px 0 0; font-family: 'Outfit', sans-serif; font-size: 19px; font-weight: 700; text-transform: uppercase; }
.wkab-variant-a .wkab-pillar p { margin: 6px 0 0; font-size: 13px; color: #6b5d45; line-height: 1.5; }

/* ============ VARIANT B — VERHAAL + KAARTEN + FOTO ============ */
.wke-about.wkab-variant-b { color: #fff; padding: 0; overflow: hidden; border-radius: 0; }
.wkab-variant-b .wkab-bg { position: absolute; inset: 0; background-color: #1a1712; background-position: center; background-size: cover; background-repeat: no-repeat; z-index: 0; }
.wkab-variant-b .wkab-bg-mobiel { display: none; }
.wkab-variant-b .wkab-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(10,8,5,var(--overlay)) 0%, rgba(10,8,5,calc(var(--overlay) - .1)) 45%, rgba(10,8,5,calc(var(--overlay) - .25)) 100%); }
.wkab-variant-b .wkab-inner { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; padding: 64px 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.wkab-variant-b .wkab-title { color: #fff; margin-bottom: 18px; }
.wkab-variant-b .wkab-eyebrow { color: var(--accent-soft); }
.wkab-variant-b .wkab-intro { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.78); max-width: 420px; margin: 0; }
.wkab-variant-b .wkab-col-cards { display: flex; flex-direction: column; gap: 14px; }
.wkab-variant-b .wkab-card { display: flex; gap: 16px; align-items: flex-start; padding: 18px 20px; background: rgba(20,17,12,.45); border: 1px solid rgba(185,20,22,.3); border-radius: 12px; transition: border-color .3s ease, background .3s ease; }
.wkab-variant-b .wkab-card:hover { border-color: var(--accent); background: rgba(185,20,22,.12); }
.wkab-variant-b .wkab-card .wkab-icon { width: 34px; height: 34px; flex: 0 0 34px; }
.wkab-variant-b .wkab-card .wkab-icon path,
.wkab-variant-b .wkab-card .wkab-icon circle,
.wkab-variant-b .wkab-card .wkab-icon line,
.wkab-variant-b .wkab-card .wkab-icon polyline,
.wkab-variant-b .wkab-card .wkab-icon rect { stroke: var(--accent-soft); }
.wkab-variant-b .wkab-card h4 { margin: 0 0 4px; font-size: 15px; font-weight: 600; color: #fff; }
.wkab-variant-b .wkab-card p { margin: 0; font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.62); }

/* ============ VARIANT C — TIJDLIJN ============ */
.wke-about.wkab-variant-c { background: #faf6ef; padding: 70px 24px; }
.wkab-variant-c .wkab-inner { max-width: 1100px; margin: 0 auto; }
.wkab-variant-c .wkab-head { text-align: center; margin-bottom: 54px; }
.wkab-variant-c .wkab-track { position: relative; display: grid; gap: 18px; }
.wkab-variant-c .wkab-line { position: absolute; left: 0; right: 0; top: 34px; height: 3px; background: #e6dac3; border-radius: 2px; overflow: hidden; }
.wkab-variant-c .wkab-fill { position: absolute; inset: 0; width: 0; background: var(--accent); border-radius: 2px; transition: width 1.4s ease; }
.wke-about.is-in .wkab-fill { width: 100%; }
.wkab-variant-c .wkab-step { text-align: center; position: relative; }
.wkab-variant-c .wkab-dot { width: 68px; height: 68px; margin: 0 auto 14px; border-radius: 50%; background: #fff; border: 2px solid var(--accent); display: flex; align-items: center; justify-content: center; position: relative; z-index: 2; }
.wkab-variant-c .wkab-dot .wkab-icon { width: 32px; height: 32px; }
.wkab-variant-c .wkab-step h4 { margin: 0 0 4px; font-family: 'Outfit', sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; }
.wkab-variant-c .wkab-step p { margin: 0; font-size: 13px; line-height: 1.5; color: #6b5d45; }

/* ============ MOBIEL ============ */
@media (max-width: 860px) {
	.wke-about .wkab-title { font-size: 32px; }

	.wkab-variant-a .wkab-grid { grid-template-columns: repeat(2, 1fr) !important; }

	.wkab-variant-b .wkab-bg-desktop { display: none; }
	.wkab-variant-b .wkab-bg-mobiel { display: block; }
	.wkab-variant-b .wkab-inner { grid-template-columns: 1fr; gap: 28px; padding: 48px 22px; }
	.wkab-variant-b .wkab-intro { max-width: 100%; }

	.wkab-variant-c .wkab-track { grid-template-columns: 1fr !important; gap: 34px; }
	.wkab-variant-c .wkab-line { display: none; }
}

@media (max-width: 480px) {
	.wkab-variant-a .wkab-grid { grid-template-columns: 1fr !important; }
}
