@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&family=Oswald:wght@500;600;700&display=swap');

:root {
  --font-body: 'Manrope', Arial, sans-serif;
  --font-display: 'Oswald', 'Arial Narrow', Impact, sans-serif;
  --background: #0b0b0b; --foreground: #f4f1eb; --primary: #f15a24;
  --primary-foreground: #0b0b0b; --card: #131313; --card-foreground: #f4f1eb;
  --muted: #191919; --muted-foreground: #aaa7a1; --border: rgba(255,255,255,.14);
  --input: rgba(255,255,255,.12); --ring: #f15a24;
}

.static-icon { display: inline-grid; place-items: center; color: var(--primary); font-size: 28px; font-weight: 800; }
.hero__proof .static-icon { font-size: 15px; }
.quote-form label { display: flex; flex-direction: column; gap: 8px; color: #4d4944; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.quote-form .form-span { display: flex; }
.quote-form--success { display: none; }
.quote-form.is-sent > :not(.quote-form--success) { display: none; }
.quote-form.is-sent .quote-form--success { display: flex; }

/* AJ Rioolservice redesign */
.topline { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 28px; padding: 6px 24px; background: var(--primary); color: #080808; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.topline a { padding-bottom: 2px; border-bottom: 1px solid #080808; }
.hero--aj { min-height: calc(100svh - 34px); }
.brand--logo img { width: 78px; height: 78px; object-fit: contain; filter: drop-shadow(0 8px 20px rgba(0,0,0,.45)); }
.site-header .brand--logo { align-self: stretch; display: flex; align-items: center; }
.button--outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.button--outline:hover { background: #fff; color: #080808; }
.hero__actions--three { flex-wrap: wrap; }
.hero__location { margin: 24px 0 0; color: #86827d; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }

.about--team { padding-bottom: clamp(100px,10vw,150px); }
.story-grid { display: block; }
.story-grid .about__copy { max-width: 980px; margin-inline: auto; }
.story-image { position: relative; height: 700px; }
.story-image::before { content: ''; position: absolute; z-index: 1; inset: -24px auto auto -24px; width: 34%; height: 38%; border-top: 3px solid var(--primary); border-left: 3px solid var(--primary); }
.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; filter: saturate(.78) contrast(1.06); }
.story-image > span { position: absolute; inset: auto 0 0; padding: 20px 24px; background: rgba(9,9,9,.88); color: #f5f1eb; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.team-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-top: 105px; margin-bottom: 30px; }
.team-head .eyebrow { margin: 0; }
.team-head h3 { max-width: 550px; margin: 0; font: 700 clamp(2rem,3.3vw,3.5rem)/1 var(--font-display),sans-serif; text-transform: uppercase; text-align: right; }
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.team-card { position: relative; overflow: hidden; min-height: 610px; background: #151515; color: #f4f1eb; }
.team-card img { width: 100%; height: 470px; display: block; object-fit: cover; object-position: 50% 34%; filter: saturate(.78) contrast(1.05); transition: transform .6s ease; }
.team-card:hover img { transform: scale(1.025); }
.team-card > div { position: absolute; inset: auto 0 0; min-height: 180px; padding: 28px; background: linear-gradient(0deg,#101010 72%,rgba(16,16,16,.92)); }
.team-card span { color: var(--primary); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.team-card h4 { margin: 8px 0 4px; font: 700 40px/1 var(--font-display),sans-serif; text-transform: uppercase; }
.team-card p { margin: 0 0 15px; color: #8e8a84; font-size: 10px; line-height: 1.5; }
.team-card strong { display: block; padding-top: 13px; border-top: 1px solid var(--border); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.choice-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--border); }
.choice-card { padding: clamp(34px,4.5vw,70px); background: linear-gradient(145deg,#151515,#0d0d0d); }
.choice-card + .choice-card { border-left: 1px solid var(--border); }
.choice-card__label { display: flex; justify-content: space-between; align-items: center; color: var(--primary); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.choice-card__label b { color: #393735; font: 700 60px/1 var(--font-display),sans-serif; }
.choice-card h3 { max-width: 600px; margin: 30px 0 18px; font: 700 clamp(2.35rem,3.7vw,4.5rem)/1.03 var(--font-display),sans-serif; text-transform: uppercase; }
.choice-card > p { color: #a29f99; font-size: 14px; line-height: 1.75; }
.choice-card ul { display: grid; gap: 0; margin: 34px 0; padding: 0; list-style: none; border-top: 1px solid var(--border); }
.choice-card li { position: relative; padding: 18px 0 18px 22px; border-bottom: 1px solid var(--border); color: #d8d4cd; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.choice-card li::before { content: ''; position: absolute; left: 0; top: 24px; width: 8px; height: 2px; background: var(--primary); }
.choice-card > a { display: inline-flex; gap: 18px; align-items: center; padding-bottom: 8px; border-bottom: 2px solid var(--primary); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.availability { display: flex; align-items: center; gap: 26px; padding: 24px 30px; background: var(--primary); color: #080808; }
.availability strong { font: 700 22px/1 var(--font-display),sans-serif; text-transform: uppercase; }
.availability span { margin-right: auto; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.availability a { padding-bottom: 4px; border-bottom: 1px solid #080808; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }

.work-proof { background: #f0ede7; color: #111; }
.work-proof__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px,8vw,130px); align-items: center; }
.work-proof__grid > div:first-child > p:not(.eyebrow) { color: #625e58; font-size: 14px; line-height: 1.8; }
.work-placeholder { min-height: 480px; display: flex; flex-direction: column; justify-content: end; padding: 46px; background: repeating-linear-gradient(135deg,#171717,#171717 18px,#1c1c1c 18px,#1c1c1c 36px); color: #fff; border-bottom: 5px solid var(--primary); }
.work-placeholder span { color: var(--primary); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.work-placeholder strong { max-width: 550px; margin-top: 12px; font: 700 clamp(2.5rem,4vw,4.5rem)/1 var(--font-display),sans-serif; text-transform: uppercase; }
.work-placeholder p { margin: 16px 0 0; color: #85817c; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.process--compact { padding-block: clamp(80px,8vw,120px); }
.compact-steps { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 55px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.compact-steps article { padding: 34px; }
.compact-steps article + article { border-left: 1px solid var(--border); }
.compact-steps span { color: var(--primary); font: 700 25px/1 var(--font-display),sans-serif; text-transform: uppercase; }
.compact-steps p { max-width: 310px; margin: 10px 0 0; color: #8f8b85; font-size: 11px; line-height: 1.6; }

.reviews { background: #0b0b0b; }
.reviews__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.review-empty { padding: 50px; border: 1px solid var(--border); background: #111; }
.review-empty span { color: var(--primary); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.review-empty p { margin: 18px 0 0; color: #9b9791; font-size: 14px; line-height: 1.8; }

.area { background: #151515; }
.area__grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 80px; align-items: center; }
.area__mark { font: 700 clamp(8rem,17vw,18rem)/.8 var(--font-display),sans-serif; color: transparent; -webkit-text-stroke: 2px var(--primary); opacity: .8; }
.area__grid > div:last-child > p:not(.eyebrow) { max-width: 700px; color: #9b9791; font-size: 14px; line-height: 1.8; }

.mobile-actions { display: none; }

@media (max-width: 1050px) {
  .story-grid, .work-proof__grid, .reviews__grid, .area__grid { grid-template-columns: 1fr; }
  .story-image { height: 650px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-card:last-child { grid-column: 1/-1; }
  .team-card:last-child img { object-position: 50% 28%; }
  .area__mark { font-size: 10rem; }
}

@media (max-width: 700px) {
  body { padding-bottom: 58px; }
  .topline { justify-content: space-between; gap: 10px; font-size: 7px; }
  .brand--logo img { width: 58px; height: 58px; }
  .hero--aj { min-height: calc(100svh - 34px); }
  .hero__actions--three { flex-direction: column; align-items: stretch; }
  .hero__location { line-height: 1.55; }
  .story-image { height: 510px; }
  .team-head { align-items: flex-start; flex-direction: column; margin-top: 65px; }
  .team-head h3 { text-align: left; }
  .team-grid, .choice-grid, .compact-steps { grid-template-columns: 1fr; }
  .team-card { min-height: 570px; }
  .team-card:last-child { grid-column: auto; }
  .choice-card + .choice-card { border-left: 0; border-top: 1px solid var(--border); }
  .availability { align-items: flex-start; flex-wrap: wrap; gap: 13px 20px; }
  .availability span { width: 100%; margin: 0; }
  .work-placeholder { min-height: 360px; padding: 28px; }
  .compact-steps article { padding: 25px 0; }
  .compact-steps article + article { border-top: 1px solid var(--border); border-left: 0; }
  .review-empty { padding: 30px 24px; }
  .area__grid { gap: 30px; }
  .area__mark { font-size: 7rem; }
  .mobile-actions { position: fixed; z-index: 50; inset: auto 0 0; height: 58px; display: grid; grid-template-columns: repeat(3,1fr); background: #090909; border-top: 1px solid var(--border); }
  .mobile-actions a { display: grid; place-items: center; color: #f5f1eb; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-actions a:nth-child(2) { border-inline: 1px solid var(--border); }
  .mobile-actions a:last-child { background: var(--primary); color: #090909; }
}

/* Cinematic Service Reveal */
:root {
  --px: 0; --py: 0; --mx: 70%; --my: 42%;
  --hero-scale: 1.025; --ghost-y: 80px; --ghost-opacity: 0;
  --copy-y: 0px; --copy-opacity: 1; --ticker-opacity: .12;
}
.hero-stage { position: relative; height: 165svh; background: #080808; }
.hero-stage .hero { position: sticky; top: 0; height: 100svh; min-height: 700px; }
.hero--aj::after { content: ''; position: absolute; z-index: 4; inset: 0; pointer-events: none; background: radial-gradient(circle at var(--mx) var(--my),rgba(241,90,36,.075),transparent 24%); opacity: .55; transition: opacity .4s ease; }
.hero--aj .hero__image { z-index: 0; clip-path: inset(0 0 0 100%); transform: translate(calc(var(--px) * -2px),calc(var(--py) * -2px)) scale(var(--hero-scale)); animation: heroMaskReveal .85s .48s cubic-bezier(.76,0,.24,1) forwards; transition: transform .18s linear; }
.hero__person { position: absolute; z-index: 3; inset: 0 0 0 auto; width: 61%; height: 100%; pointer-events: none; background: url('assets/jan-wolters.png') 50% 38% / cover no-repeat; opacity: .2; filter: saturate(.78) contrast(1.08) brightness(.8); -webkit-mask-image: radial-gradient(ellipse 28% 58% at 51% 63%,#000 48%,transparent 72%); mask-image: radial-gradient(ellipse 28% 58% at 51% 63%,#000 48%,transparent 72%); transform: translate(calc(var(--px) * 4px),calc(var(--py) * 4px)) scale(var(--hero-scale)); transition: transform .14s linear; }
.hero--aj .hero__shade { z-index: 2; }
.hero--aj .site-header { z-index: 8; }
.hero--aj .hero__content { z-index: 7; transform: translateY(var(--copy-y)); opacity: var(--copy-opacity); will-change: transform,opacity; }
.hero--aj .brand--logo { opacity: 0; transform: translateY(-8px); animation: introLogo .45s .08s cubic-bezier(.22,1,.36,1) forwards; }
.hero__trace { position: absolute; z-index: 6; inset: 92px 0 auto; height: 1px; overflow: visible; pointer-events: none; }
.hero__trace::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: rgba(241,90,36,.2); transform: scaleX(0); transform-origin: left; animation: traceAcross .72s .18s cubic-bezier(.65,0,.35,1) forwards; }
.hero__trace span { position: absolute; left: 72%; top: -4px; width: 9px; height: 9px; border: 1px solid var(--primary); opacity: 0; animation: nodeOn .35s .7s ease forwards; }
.hero__blueprint { position: absolute; z-index: 5; inset: 0; overflow: hidden; pointer-events: none; opacity: 0; background-image: linear-gradient(rgba(241,90,36,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(241,90,36,.055) 1px,transparent 1px); background-size: 76px 76px; animation: blueprintOn .6s .58s ease forwards; transform: translate(calc(var(--px) * 1px),calc(var(--py) * 1px)); transition: transform .25s linear; }
.hero__blueprint::before,.hero__blueprint::after { content: ''; position: absolute; border-color: rgba(241,90,36,.32); border-style: solid; }
.hero__blueprint::before { right: 8%; top: 23%; width: 25%; height: 34%; border-width: 1px 0 0 1px; }
.hero__blueprint::after { right: 22%; bottom: 17%; width: 17%; height: 16%; border-width: 0 1px 1px 0; }
.hero__blueprint i { position: absolute; display: block; height: 1px; background: rgba(241,90,36,.26); transform-origin: left; transform: scaleX(0); animation: measureDraw .7s forwards; }
.hero__blueprint i:nth-child(1) { top: 31%; right: 4%; width: 24%; animation-delay: .68s; }
.hero__blueprint i:nth-child(2) { top: 55%; right: 13%; width: 18%; animation-delay: .82s; }
.hero__blueprint i:nth-child(3) { top: 67%; right: 27%; width: 12%; animation-delay: .96s; }
.hero--aj .hero__copy { animation: none; }
.hero-word { display: block; opacity: 0; transform: translate3d(-70px,0,0); animation: wordLock .68s cubic-bezier(.16,1,.3,1) forwards; }
.hero-word--one { animation-delay: 1.1s; }
.hero-word--two { color: var(--primary); animation-delay: 1.34s; }
.hero-word--three { animation-delay: 1.58s; transform: translate3d(0,35px,0); }
.hero--aj .eyebrow { opacity: 0; animation: quietIn .45s .92s ease forwards; }
.hero--aj .hero__intro { opacity: 0; transform: translateY(12px); animation: quietUp .55s 1.83s cubic-bezier(.22,1,.36,1) forwards; }
.hero--aj .hero__actions > * { opacity: 0; transform: translateY(22px); animation: ctaUp .5s cubic-bezier(.22,1,.36,1) forwards; }
.hero--aj .hero__actions > :nth-child(1) { animation-delay: 2.02s; }
.hero--aj .hero__actions > :nth-child(2) { animation-delay: 2.10s; }
.hero--aj .hero__actions > :nth-child(3) { animation-delay: 2.18s; }
.hero--aj .hero__location { opacity: 0; animation: quietIn .5s 2.38s ease forwards; }
.hero__ghost { position: absolute; z-index: 2; left: -2vw; top: 30%; width: 110%; color: rgba(255,255,255,.07); font: 700 clamp(7rem,15vw,18rem)/.82 var(--font-display),sans-serif; white-space: nowrap; text-transform: uppercase; letter-spacing: -.055em; pointer-events: none; opacity: var(--ghost-opacity); transform: translateY(var(--ghost-y)); will-change: transform,opacity; }
.hero__ticker { position: absolute; z-index: 6; inset: auto 0 22px; overflow: hidden; pointer-events: none; opacity: var(--ticker-opacity); }
.hero__ticker > div { display: flex; width: max-content; gap: 5vw; color: #fff; font: 700 clamp(4rem,8vw,9rem)/1 var(--font-display),sans-serif; text-transform: uppercase; white-space: nowrap; animation: tickerMove 22s linear infinite; }
.hero__ticker span:nth-child(even) { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.65); }
.hero__downline { position: absolute; z-index: 7; left: 50%; bottom: 0; width: 1px; height: 0; background: linear-gradient(var(--primary),rgba(241,90,36,0)); animation: lineDown .6s 2.58s cubic-bezier(.65,0,.35,1) forwards; }
.about--team { position: relative; z-index: 12; margin-top: -10svh; box-shadow: 0 -45px 90px rgba(0,0,0,.38); }

@keyframes introLogo { to { opacity: 1; transform: translateY(0); } }
@keyframes traceAcross { to { transform: scaleX(1); } }
@keyframes nodeOn { to { opacity: 1; } }
@keyframes blueprintOn { to { opacity: 1; } }
@keyframes measureDraw { to { transform: scaleX(1); } }
@keyframes heroMaskReveal { to { clip-path: inset(0 0 0 0); } }
@keyframes wordLock { to { opacity: 1; transform: translate3d(0,0,0); } }
@keyframes quietIn { to { opacity: 1; } }
@keyframes quietUp { to { opacity: 1; transform: translateY(0); } }
@keyframes ctaUp { to { opacity: 1; transform: translateY(0); } }
@keyframes tickerMove { to { transform: translateX(-50%); } }
@keyframes lineDown { to { height: 110px; } }

@media (max-width: 700px) {
  .hero-stage { height: 145svh; }
  .hero-stage .hero { min-height: 650px; }
  .hero__trace { top: 73px; }
  .hero__person { width: 100%; height: 66%; background-position: 52% 27%; -webkit-mask-image: radial-gradient(ellipse 25% 55% at 52% 62%,#000 40%,transparent 73%); mask-image: radial-gradient(ellipse 25% 55% at 52% 62%,#000 40%,transparent 73%); }
  .hero__ghost { top: 43%; font-size: 6rem; }
  .hero__ticker { bottom: 40px; }
  .hero__ticker > div { font-size: 4.2rem; }
  .about--team { margin-top: -6svh; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-stage { height: auto; }
  .hero-stage .hero { position: relative; }
  .hero__trace,.hero__blueprint,.hero__ghost,.hero__person,.hero__ticker,.hero__downline { display: none; }
  .hero--aj .hero__image { clip-path: none; transform: none; }
  .hero--aj .brand--logo,.hero-word,.hero--aj .eyebrow,.hero--aj .hero__intro,.hero--aj .hero__actions > *,.hero--aj .hero__location { opacity: 1; transform: none; }
  .about--team { margin-top: 0; }
}

/* Premium problem-to-solution flow */
main { display: flex; flex-direction: column; }
.hero-stage { order: 1; }
#diensten { order: 2; }
#over-ons { order: 3; }
#werkwijze { order: 4; }
#werkgebied { order: 5; }
#offerte { order: 6; }

.hero__leak { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left center; pointer-events: none; opacity: 0; mix-blend-mode: screen; filter: contrast(1.1) brightness(.52) saturate(.6); animation: leakArrives .55s .12s ease forwards, leakSolved .62s 1.02s cubic-bezier(.7,0,.25,1) forwards; }
.hero__crisis-copy { position: absolute; z-index: 7; left: max(32px,calc((100% - min(1380px,calc(100% - 64px)))/2)); top: 27%; color: rgba(255,255,255,.78); font: 600 clamp(1rem,1.4vw,1.35rem)/1 var(--font-display),sans-serif; text-transform: uppercase; letter-spacing: .18em; opacity: 0; animation: crisisOn .38s .2s ease forwards, crisisOff .3s .95s ease forwards; }
.hero__scan { position: absolute; z-index: 7; top: 0; bottom: 0; left: -4px; width: 3px; pointer-events: none; background: var(--primary); box-shadow: 0 0 24px rgba(241,90,36,.34); opacity: 0; animation: serviceScan .58s .76s cubic-bezier(.65,0,.35,1) forwards; }
.hero--aj .hero__image { animation: heroMaskReveal .76s .94s cubic-bezier(.76,0,.24,1) forwards; }
.hero__blueprint { animation-delay: 1.03s; }
.hero--aj .hero__intro { animation-delay: 1.9s; }
.hero--aj .hero__actions > :nth-child(1) { animation-delay: 2.08s; }
.hero--aj .hero__actions > :nth-child(2) { animation-delay: 2.16s; }
.hero--aj .hero__actions > :nth-child(3) { animation-delay: 2.24s; }
.hero-word--one { animation-delay: 1.18s; }
.hero-word--two { animation-delay: 1.42s; }
.hero-word--three { animation-delay: 1.66s; }

.scenario-heading { grid-template-columns: 1fr; }
.scenario-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--border); }
.scenario-card { position: relative; min-height: 510px; display: flex; flex-direction: column; padding: clamp(30px,3.8vw,58px); overflow: hidden; background: linear-gradient(155deg,#161616,#0c0c0c); transition: background .35s ease,transform .35s cubic-bezier(.2,.8,.2,1); }
.scenario-card + .scenario-card { border-left: 1px solid var(--border); }
.scenario-card::after { content: ''; position: absolute; inset: auto 0 0; height: 4px; background: var(--primary); transform: scaleX(0); transform-origin: left; transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.scenario-card:hover,.scenario-card:focus-within { background: #181818; transform: translateY(-7px); }
.scenario-card:hover::after,.scenario-card:focus-within::after { transform: scaleX(1); }
.scenario-card > span { color: var(--primary); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.scenario-card h3 { margin: 35px 0 30px; font: 700 clamp(2.3rem,3.4vw,4.1rem)/1.02 var(--font-display),sans-serif; text-transform: uppercase; }
.scenario-card ul { display: grid; gap: 0; margin: auto 0 32px; padding: 0; list-style: none; border-top: 1px solid var(--border); }
.scenario-card li { padding: 15px 0; border-bottom: 1px solid var(--border); color: #aaa6a0; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.scenario-card a { display: flex; align-items: center; justify-content: space-between; padding: 17px 0 0; color: #f5f1eb; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.scenario-card a b { color: var(--primary); font-size: 20px; transition: transform .25s ease; }
.scenario-card:hover a b { transform: translateX(6px); }
.scenario-card--urgent { background: linear-gradient(150deg,#24130d,#111); }

.team-story-intro { margin-bottom: 70px; }
.team-story-intro .about__copy { margin-left: 0; }
.team-showcase { position: relative; display: flex; gap: 14px; min-height: 680px; overflow: hidden; }
.team-showcase .team-card { flex: .72; min-width: 0; min-height: 680px; cursor: pointer; opacity: .56; filter: saturate(.45); transition: flex .65s cubic-bezier(.16,1,.3,1),opacity .45s ease,filter .45s ease,transform .5s ease; }
.team-showcase .team-card.is-active { flex: 1.55; opacity: 1; filter: saturate(1); }
.team-showcase .team-card img { height: 100%; }
.team-showcase .team-card > .team-card__copy { min-height: 210px; padding: 30px; transform: translateY(22px); transition: transform .5s cubic-bezier(.16,1,.3,1),min-height .45s ease; }
.team-showcase .team-card.is-active > .team-card__copy { transform: translateY(0); }
.team-card .experience-count { color: var(--primary); font: inherit; }
.team-card__detail { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .45s ease,opacity .35s ease,margin .35s ease; }
.team-card.is-active .team-card__detail,.team-card:hover .team-card__detail,.team-card:focus .team-card__detail { max-height: 140px; margin-top: 15px; opacity: 1; }
.team-card__detail small { display: block; color: var(--primary); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.team-card__detail p { margin-top: 7px; color: #a8a49d; font-size: 10px; line-height: 1.55; }
.team-scan { position: absolute; z-index: 5; inset: 0 auto 0 -3px; width: 3px; background: var(--primary); box-shadow: 0 0 20px rgba(241,90,36,.35); opacity: 0; pointer-events: none; }
.team-showcase.is-visible .team-scan { animation: teamRevealScan .85s cubic-bezier(.65,0,.35,1) forwards; }
.team-showcase:not(.is-visible) .team-card { clip-path: inset(0 100% 0 0); }
.team-showcase.is-visible .team-card { animation: panelOpen .72s cubic-bezier(.16,1,.3,1) both; }
.team-showcase.is-visible .team-card:nth-child(2) { animation-delay: .12s; }
.team-showcase.is-visible .team-card:nth-child(3) { animation-delay: .24s; }
.team-controls { display: flex; gap: 8px; justify-content: center; margin-top: 24px; }
.team-controls button { min-width: 100px; padding: 12px 18px; border: 1px solid #c8c2b9; background: transparent; color: #3c3935; font: 800 9px/1 var(--font-body),sans-serif; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; transition: .25s ease; }
.team-controls button.is-current { border-color: var(--primary); background: var(--primary); color: #0b0b0b; }

.area__grid > div:last-child > p:not(.eyebrow) { max-width: 650px; }

@keyframes leakArrives { from { opacity: 0; transform: scale(1.015); } to { opacity: .78; transform: scale(1); } }
@keyframes leakSolved { to { opacity: 0; clip-path: inset(0 0 0 100%); filter: blur(5px) brightness(.25); } }
@keyframes crisisOn { to { opacity: 1; } }
@keyframes crisisOff { to { opacity: 0; transform: translateY(-8px); } }
@keyframes serviceScan { 0% { opacity: 0; left: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { opacity: 0; left: 100%; } }
@keyframes teamRevealScan { 0% { opacity: 0; left: 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { opacity: 0; left: 100%; } }
@keyframes panelOpen { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }

@media (max-width: 900px) {
  .scenario-grid { grid-template-columns: 1fr; }
  .scenario-card { min-height: 380px; }
  .scenario-card + .scenario-card { border-top: 1px solid var(--border); border-left: 0; }
  .team-showcase { overflow-x: auto; scroll-snap-type: x mandatory; }
  .team-showcase .team-card,.team-showcase .team-card.is-active { flex: 0 0 min(82vw,520px); scroll-snap-align: center; opacity: 1; filter: none; }
}

@media (max-width: 700px) {
  .hero__leak { object-position: 22% center; }
  .hero__crisis-copy { left: 18px; top: 22%; font-size: .8rem; }
  .scenario-card { min-height: 350px; }
  .team-showcase { width: calc(100% - 18px); margin-right: 0; }
  .team-showcase .team-card,.team-showcase .team-card.is-active { flex-basis: 84vw; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__leak,.hero__crisis-copy,.hero__scan,.team-scan { display: none; }
  .team-showcase:not(.is-visible) .team-card { clip-path: none; }
  .team-showcase .team-card { opacity: 1; filter: none; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-body), sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1380px, calc(100% - 64px)); margin-inline: auto; }
.hero { position: relative; min-height: 100svh; overflow: hidden; background: #080808; }
.hero__image { position: absolute; inset: 0 0 0 auto; width: 61%; height: 100%; object-fit: cover; object-position: 50% 38%; filter: saturate(.78) contrast(1.08) brightness(.72); transform: scale(1.025); animation: settle 1.4s cubic-bezier(.2,.8,.2,1) both; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg,#090909 0%,#090909 33%,rgba(9,9,9,.86) 48%,rgba(9,9,9,.18) 76%,rgba(9,9,9,.35) 100%),linear-gradient(0deg,rgba(8,8,8,.92) 0%,transparent 35%); }
.site-header { position: relative; z-index: 5; height: 108px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--border); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand__mark { display: grid; place-items: center; width: 43px; height: 43px; background: var(--primary); color: #0b0b0b; font: 700 20px/1 var(--font-display),sans-serif; }
.brand strong { display: block; font: 700 20px/1 var(--font-display),sans-serif; letter-spacing: .07em; }
.brand small { display: block; margin-top: 5px; color: #aaa; font-size: 8px; letter-spacing: .2em; }
nav { display: flex; align-items: center; gap: 34px; }
nav a { color: #d8d6d2; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
nav a::after { content: ''; display: block; width: 0; height: 2px; margin-top: 6px; background: var(--primary); transition: width .25s ease; }
nav a:hover::after { width: 100%; }
.site-header > .button { justify-self: end; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; background: var(--primary); color: #080808; border: 1px solid var(--primary); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; transition: transform .22s ease,background .22s ease; }
.button:hover { transform: translateY(-2px); background: #ff6a2f; }
.button--compact { min-height: 46px; padding-inline: 18px; }
.button--call { border-color: #d9362b; background: #d9362b; color: #fff; box-shadow: 0 10px 30px rgba(217,54,43,.18); }
.button--call:hover { border-color: #ef4638; background: #ef4638; color: #fff; }
.button--whatsapp { border-color: #158c39; background: #158c39; color: #fff; box-shadow: 0 10px 30px rgba(21,140,57,.16); }
.button--whatsapp:hover { border-color: #1aa747; background: #1aa747; color: #fff; }
.whatsapp-icon { flex: 0 0 auto; width: 24px; height: 24px; display: block; padding: 3px; border-radius: 50%; background: #fff; object-fit: contain; }
.hero__content { position: relative; z-index: 2; min-height: calc(100svh - 108px); display: flex; align-items: center; padding-block: 70px 130px; }
.hero__copy { max-width: 800px; animation: reveal .9s .12s ease both; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: #dedbd5; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .22em; }
.eyebrow span { width: 40px; height: 3px; background: var(--primary); }
h1 { margin: 0; font: 700 clamp(4.2rem,7vw,7.8rem)/.91 var(--font-display),sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
h1 em { display: block; color: var(--primary); font-style: normal; }
.hero__intro { max-width: 650px; margin: 28px 0 0; color: #c4c1bb; font-size: clamp(1rem,1.2vw,1.16rem); line-height: 1.75; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.text-link { padding-block: 10px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.hero__proof { position: absolute; z-index: 4; inset: auto 0 0; min-height: 78px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; border-top: 1px solid var(--border); background: rgba(9,9,9,.62); backdrop-filter: blur(14px); }
.hero__proof span { display: flex; align-items: center; justify-content: center; gap: 9px; color: #d6d3ce; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.hero__proof span + span { border-left: 1px solid var(--border); }
.hero__proof svg { color: var(--primary); stroke-width: 3; }

.section-pad { padding-block: clamp(90px,10vw,160px); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; margin-bottom: 68px; }
.section-heading > p, .process__head > p { max-width: 520px; margin: 0 0 7px; color: #999691; font-size: 15px; line-height: 1.8; }
.eyebrow--orange { color: var(--primary); }
h2 { margin: 0; font: 700 clamp(3.3rem,5.6vw,6.5rem)/.98 var(--font-display),sans-serif; letter-spacing: -.03em; text-transform: uppercase; }
h2 em { color: var(--primary); font-style: normal; }

.services { position: relative; background: #0b0b0b; }
.services::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 48px 48px; }
.services .shell { position: relative; }
.service-frame { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--border); }
.service-group { position: relative; padding: clamp(34px,4vw,68px); background: linear-gradient(145deg,#151515,#0e0e0e); }
.service-group + .service-group { border-left: 1px solid var(--border); }
.service-group__top { display: flex; align-items: center; justify-content: space-between; color: var(--primary); }
.service-group__top span { color: #3a3937; font: 700 56px/1 var(--font-display),sans-serif; }
.service-group h3 { margin: 25px 0 12px; font: 700 clamp(2.6rem,4vw,4.3rem)/1 var(--font-display),sans-serif; text-transform: uppercase; }
.service-group__intro { max-width: 560px; min-height: 54px; margin: 0; color: #aaa7a1; font-size: 14px; line-height: 1.75; }
.service-list { margin-top: 38px; border-top: 1px solid var(--border); }
.service-row { display: grid; grid-template-columns: 30px 1fr; gap: 6px; padding-block: 22px; border-bottom: 1px solid var(--border); }
.service-row svg { margin-top: 4px; color: var(--primary); }
.service-row h4 { margin: 0; font-size: 15px; text-transform: uppercase; letter-spacing: .04em; }
.service-row p { margin: 7px 0 0; color: #8e8b87; font-size: 12px; line-height: 1.65; }
.service-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; padding-bottom: 7px; border-bottom: 2px solid var(--primary); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }

.about { overflow: hidden; background: #f0ede7; color: #111; }
.about__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(60px,8vw,130px); align-items: center; }
.about__visual { position: relative; min-height: 730px; }
.about__line { position: absolute; inset: -80px auto auto -42px; width: 180px; height: 180px; border: 2px solid var(--primary); border-right: 0; border-bottom: 0; }
.about__jan, .about__dirk { position: absolute; display: block; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.about__jan { inset: 0 auto 0 0; width: 70%; height: 86%; object-position: 50% 36%; }
.about__dirk { inset: auto 0 20px auto; width: 48%; height: 54%; object-position: 50% 36%; border: 12px solid #f0ede7; }
.about__caption { position: absolute; inset: auto auto 13px 0; margin: 0; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.about__caption span { display: block; margin-bottom: 4px; color: #958f88; font-weight: 600; }
.about__copy .eyebrow { margin-bottom: 25px; }
.about__copy h2 { font-size: clamp(3.3rem,5vw,5.8rem); }
.about__copy .lead { margin: 35px 0 18px; color: #191919; font-size: clamp(1.15rem,1.5vw,1.4rem); font-weight: 700; line-height: 1.55; }
.about__copy > p:not(.lead,.eyebrow) { margin: 0; color: #5b5752; font-size: 14px; line-height: 1.85; }
.about__promise { display: flex; gap: 18px; margin-top: 34px; padding: 24px 0; border-top: 1px solid #cec9c0; border-bottom: 1px solid #cec9c0; }
.about__promise svg { color: var(--primary); }
.about__promise strong, .about__promise span { display: block; }
.about__promise strong { font-size: 13px; text-transform: uppercase; letter-spacing: .05em; }
.about__promise span { margin-top: 5px; color: #6b6760; font-size: 12px; }
.experience { display: grid; grid-template-columns: 1.2fr repeat(3,1fr); margin-top: 95px; border-top: 1px solid #cec9c0; border-bottom: 1px solid #cec9c0; }
.experience > * { min-height: 150px; display: flex; align-items: center; }
.experience > div { gap: 16px; justify-content: center; border-left: 1px solid #cec9c0; }
.experience__intro { margin: 0; font: 700 18px/1.2 var(--font-display),sans-serif; text-transform: uppercase; letter-spacing: .03em; }
.experience strong { color: var(--primary); font: 700 66px/1 var(--font-display),sans-serif; }
.experience sup { font-size: 24px; }
.experience span { color: #57534e; font-size: 10px; font-weight: 800; line-height: 1.5; text-transform: uppercase; letter-spacing: .07em; }

.process { background: #111; }
.process__head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.process__track { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 85px; }
.process__track::before { content: ''; position: absolute; top: 59px; left: 7%; right: 7%; height: 1px; background: linear-gradient(90deg,var(--primary),#494643,var(--primary)); }
.process__track article { position: relative; padding-right: 46px; }
.process__track article + article { padding-left: 28px; }
.process__track span { color: var(--primary); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.process__dot { position: relative; z-index: 1; width: 13px; height: 13px; margin: 28px 0 30px; border: 3px solid #111; outline: 1px solid var(--primary); background: var(--primary); border-radius: 50%; }
.process__track h3 { margin: 0; font: 700 25px/1.1 var(--font-display),sans-serif; text-transform: uppercase; }
.process__track p { max-width: 230px; margin: 12px 0 0; color: #8f8c87; font-size: 12px; line-height: 1.7; }

.quote { position: relative; isolation: isolate; overflow: hidden; background: #080808; }
.quote__backdrop { position: absolute; z-index: -2; inset: 0; opacity: .22; }
.quote__backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: grayscale(1) contrast(1.25); }
.quote::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,#080808 0%,rgba(8,8,8,.94) 43%,rgba(8,8,8,.76) 100%); }
.quote__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px,9vw,140px); align-items: start; }
.quote__copy { position: sticky; top: 120px; padding-top: 28px; }
.quote__copy h2 { font-size: clamp(3.6rem,5.3vw,6.3rem); }
.quote__copy > p:not(.eyebrow) { max-width: 520px; margin: 30px 0 0; color: #aaa7a1; font-size: 14px; line-height: 1.85; }
.quote__note { display: flex; gap: 13px; margin-top: 32px; padding: 20px 0; border-top: 1px solid var(--border); color: #8d8a85; font-size: 11px; line-height: 1.6; }
.quote__note svg { flex: 0 0 auto; color: var(--primary); }
.quote-form { padding: clamp(30px,4vw,58px); background: #f0ede7; color: #121212; box-shadow: 0 26px 80px rgba(0,0,0,.28); }
.form-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; padding-bottom: 18px; border-bottom: 1px solid #d2cec6; }
.form-heading span { color: #7c7770; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.form-kicker { margin: 0; color: var(--primary); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 18px; }
.form-span { grid-column: 1 / -1; }
.quote-form [data-slot="field-label"] { color: #4d4944; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.quote-form input:not([type="radio"]), .quote-form textarea, .quote-form select { width: 100%; min-height: 48px; border: 0; border-bottom: 1px solid #bfbab2; border-radius: 0; background: transparent; color: #111; padding: 8px 1px; font-family: inherit; outline: none; box-shadow: none; }
.quote-form textarea { min-height: 100px; resize: vertical; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color: var(--primary); }
.form-extras { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 24px; }
.contact-choice { margin: 0; padding: 14px 0; border: 0; }
.contact-choice legend { margin-bottom: 13px; color: #4d4944; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.contact-choice > div { display: flex; flex-wrap: wrap; gap: 8px; }
.contact-choice label { position: relative; cursor: pointer; }
.contact-choice input { position: absolute; opacity: 0; }
.contact-choice span { display: block; padding: 10px 12px; border: 1px solid #c5c0b7; font-size: 9px; font-weight: 700; }
.contact-choice input:checked + span { border-color: var(--primary); background: var(--primary); color: #111; }
.form-submit { width: 100%; margin-top: 26px; }
.form-submit:disabled { opacity: .7; cursor: wait; }
.form-privacy { margin: 13px 0 0; color: #77726a; font-size: 8px; text-align: center; }
.form-error { margin: 18px 0 0; color: #a22; font-size: 11px; }
.spin { animation: spin .8s linear infinite; }
.quote-form--success { min-height: 520px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.success-mark { display: grid; place-items: center; width: 66px; height: 66px; margin-bottom: 28px; background: var(--primary); color: #111; }
.quote-form--success h3 { max-width: 500px; margin: 12px 0 16px; font: 700 clamp(2.4rem,4vw,4.2rem)/1 var(--font-display),sans-serif; text-transform: uppercase; }
.quote-form--success > p:not(.form-kicker) { max-width: 460px; color: #5e5952; font-size: 14px; line-height: 1.75; }
.quote-form--success button { margin-top: 24px; border: 0; border-bottom: 2px solid var(--primary); background: transparent; cursor: pointer; }

footer { background: #070707; }
.footer__top { display: grid; grid-template-columns: 1.1fr 1fr .7fr .7fr; gap: 50px; align-items: start; padding-block: 72px; }
.footer__top > p { max-width: 310px; margin: 5px 0 0; color: #77746f; font-size: 12px; line-height: 1.7; }
.footer__top > div { display: grid; gap: 10px; }
.footer__top > div strong { margin-bottom: 7px; color: var(--primary); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.footer__top > div a { color: #aaa7a1; font-size: 11px; }
.footer__bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid var(--border); color: #595754; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes reveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes settle { from { transform: scale(1.07); } to { transform: scale(1.025); } }
@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; } nav { display: none; } .hero__image { width: 78%; }
  .hero__shade { background: linear-gradient(90deg,#090909 0%,rgba(9,9,9,.92) 38%,rgba(9,9,9,.18) 100%),linear-gradient(0deg,rgba(8,8,8,.95),transparent 50%); }
  .section-heading, .process__head { grid-template-columns: 1fr; gap: 28px; }
  .about__grid { grid-template-columns: 1fr; }
  .about__visual { min-height: 680px; }
  .experience { grid-template-columns: repeat(3,1fr); }
  .experience__intro { grid-column: 1/-1; min-height: 80px; }
  .experience > div:first-of-type { border-left: 0; }
  .quote__grid { grid-template-columns: 1fr; }
  .quote__copy { position: static; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .shell { width: min(100% - 36px,1380px); } .site-header { height: 82px; } .site-header > .button { display: none; }
  .hero__image { width: 100%; height: 66%; object-position: 52% 27%; }
  .hero__shade { background: linear-gradient(0deg,#090909 28%,rgba(9,9,9,.52) 70%,rgba(9,9,9,.35) 100%); }
  .hero__content { min-height: calc(100svh - 82px); align-items: end; padding: 220px 0 150px; }
  h1 { font-size: clamp(3rem,13.8vw,4.2rem); }
  .hero__intro { margin-top: 20px; font-size: .95rem; line-height: 1.6; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 26px; }
  .text-link { width: fit-content; }
  .hero__proof { width: 100%; min-height: 104px; grid-template-columns: repeat(2,1fr); }
  .hero__proof span { min-height: 52px; padding-inline: 8px; font-size: 8px; letter-spacing: .06em; }
  .hero__proof span:nth-child(3) { border-left: 0; border-top: 1px solid var(--border); }
  .hero__proof span:nth-child(4) { border-top: 1px solid var(--border); }
  .section-pad { padding-block: 84px; }
  .section-heading { margin-bottom: 38px; }
  h2 { font-size: clamp(3rem,13vw,4.4rem); }
  .service-frame { grid-template-columns: 1fr; }
  .service-group { padding: 32px 24px 38px; }
  .service-group + .service-group { border-left: 0; border-top: 1px solid var(--border); }
  .service-group__intro { min-height: 0; }
  .about__grid { gap: 50px; }
  .about__visual { min-height: 510px; }
  .about__jan { width: 79%; height: 88%; }
  .about__dirk { width: 55%; height: 49%; border-width: 8px; }
  .about__caption { font-size: 8px; }
  .experience { grid-template-columns: 1fr; margin-top: 62px; }
  .experience__intro { grid-column: auto; min-height: 80px; }
  .experience > div { min-height: 110px; justify-content: flex-start; padding-left: 20px; border-top: 1px solid #cec9c0; border-left: 0; }
  .process__track { grid-template-columns: 1fr; margin-top: 52px; padding-left: 27px; }
  .process__track::before { top: 8px; bottom: 8px; left: 5px; right: auto; width: 1px; height: auto; }
  .process__track article, .process__track article + article { padding: 0 0 40px 16px; }
  .process__dot { position: absolute; top: 3px; left: -28px; margin: 0; }
  .process__track h3 { margin-top: 11px; }
  .quote__grid { gap: 46px; }
  .quote-form { margin-inline: -9px; padding: 29px 20px; }
  .form-grid, .form-extras { grid-template-columns: 1fr; }
  .form-span { grid-column: auto; }
  .footer__top { grid-template-columns: 1fr; gap: 28px; padding-block: 56px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation: none !important; transition: none !important; } }

/* Standalone index state */
.quote-form .quote-form--success { display: none; }
.quote-form.is-sent > :not(.quote-form--success) { display: none !important; }
.quote-form.is-sent .quote-form--success { display: flex; }

/* One quiet scroll cue for the service choices */
.scenario-grid .scenario-card { transition: opacity .55s ease,transform .55s cubic-bezier(.16,1,.3,1),background .35s ease; }
.scenario-grid:not(.is-visible) .scenario-card { opacity: 0; transform: translateY(34px); }
.scenario-grid.is-visible .scenario-card { opacity: 1; transform: translateY(0); }
.scenario-grid.is-visible .scenario-card:nth-child(2) { transition-delay: .08s; }
.scenario-grid.is-visible .scenario-card:nth-child(3) { transition-delay: .16s; }
#diensten .scenario-grid.is-visible .scenario-card:hover,#diensten .scenario-grid.is-visible .scenario-card:focus-within { transform: translateY(-7px); }

@media (prefers-reduced-motion: reduce) {
  .scenario-grid:not(.is-visible) .scenario-card { opacity: 1; transform: none; }
}

/* Compact, direct layout: the opening animation stays, scrolling starts immediately */
.hero-stage { height: auto; }
.hero-stage .hero { position: relative; top: auto; height: auto; min-height: calc(100svh - 34px); }
.hero--aj .hero__content { min-height: calc(100svh - 142px); padding-block: 46px 76px; transform: none; opacity: 1; }
.hero--aj .hero__copy { max-width: 690px; }
.hero--aj h1 { font-size: clamp(3.7rem,6.2vw,6.8rem); }
.hero--aj .hero__intro { max-width: 520px; margin-top: 22px; line-height: 1.6; }
.hero--aj .hero__actions { margin-top: 28px; }
.hero__ghost,.hero__ticker,.hero__downline { display: none; }
.about--team { margin-top: 0; padding-block: clamp(68px,7vw,104px); box-shadow: none; }
.section-pad { padding-block: clamp(72px,7.5vw,112px); }

.team-story-intro { margin-bottom: 42px; }
.team-story-intro .about__copy { max-width: 850px; }
.team-story-intro .about__copy h2 { max-width: 820px; font-size: clamp(2.2rem,3.4vw,3.8rem); line-height: 1.03; }
.team-story-intro .about__copy .lead { max-width: 620px; margin-top: 22px; font-size: clamp(1rem,1.2vw,1.2rem); }
.team-head { margin-top: 0; margin-bottom: 22px; }
.team-head h3 { font-size: clamp(1.7rem,2.5vw,2.7rem); }
.team-showcase { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; min-height: 0; overflow: visible; }
.team-showcase .team-card { min-height: 510px; opacity: 1; filter: none; cursor: default; }
.team-showcase .team-card img { height: 390px; }
.team-showcase .team-card > .team-card__copy { min-height: 158px; padding: 23px; transform: none; }
.team-showcase .team-card h4 { font-size: 35px; }
.team-showcase .team-card p { margin-bottom: 10px; }
.team-showcase .team-card strong { padding-top: 10px; }

.scenario-card { min-height: 430px; }
.process--compact { padding-block: clamp(68px,7vw,100px); }
.compact-steps { margin-top: 38px; }

@media (max-width: 900px) {
  .hero--aj h1 { font-size: clamp(3.35rem,8vw,5.4rem); }
  .team-showcase { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); overflow: visible; scroll-snap-type: none; }
  .team-showcase .team-card,.team-showcase .team-card.is-active { min-width: 0; min-height: 470px; opacity: 1; filter: none; }
  .team-showcase .team-card img { height: 355px; }
  .team-showcase .team-card > .team-card__copy { min-height: 150px; padding: 20px; }
}

@media (max-width: 700px) {
  .topline { min-height: 32px; padding-inline: 14px; }
  .hero-stage .hero { min-height: calc(100svh - 32px); }
  .hero--aj .hero__content { min-height: calc(100svh - 114px); padding: 250px 0 38px; }
  .hero--aj .hero__copy { width: 100%; }
  .hero--aj h1 { font-size: clamp(2.85rem,12vw,3.75rem); line-height: .94; }
  .hero--aj .hero__intro { max-width: 390px; margin-top: 17px; font-size: .9rem; line-height: 1.5; }
  .hero--aj .hero__actions--three { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 21px; }
  .hero--aj .hero__actions--three .text-link { grid-column: 1/-1; margin-top: 2px; }
  .hero--aj .hero__image { height: 55%; }
  .hero__person { height: 55%; }
  .section-pad,.about--team { padding-block: 64px; }
  .team-story-intro { margin-bottom: 34px; }
  .team-story-intro .about__copy h2 { font-size: clamp(2rem,8.8vw,2.6rem); }
  .team-story-intro .about__copy .lead { margin-top: 16px; font-size: .98rem; }
  .team-head { gap: 11px; margin-bottom: 18px; }
  .team-head h3 { font-size: 1.8rem; }
  .team-showcase { width: min(100% - 36px,1380px); grid-template-columns: 1fr; gap: 12px; margin-inline: auto; }
  .team-showcase .team-card,.team-showcase .team-card.is-active { display: grid; grid-template-columns: 42% 58%; min-height: 220px; }
  .team-showcase .team-card img { width: 100%; height: 220px; object-position: 50% 28%; }
  .team-showcase .team-card > .team-card__copy { position: relative; inset: auto; min-height: 220px; display: flex; flex-direction: column; justify-content: center; padding: 20px; }
  .team-showcase .team-card__copy > * { max-width: 100%; overflow-wrap: anywhere; }
  .team-showcase .team-card span { font-size: 7px; letter-spacing: .1em; }
  .team-showcase .team-card h4 { font-size: 31px; }
  .team-showcase .team-card p { font-size: 8px; line-height: 1.45; }
  .team-showcase .team-card strong { margin-top: 3px; }
  .scenario-card { min-height: 315px; padding: 28px 24px; }
  .scenario-card h3 { margin: 25px 0 22px; font-size: clamp(2.15rem,10vw,3rem); }
  .compact-steps { margin-top: 30px; }
}

/* Fast leak-to-repair opening scene */
.hero__person { display: none !important; }
.hero__repair-scene { position: absolute; z-index: 7; top: 34%; left: max(32px,calc((100% - min(1380px,calc(100% - 64px)))/2)); width: min(610px,44vw); pointer-events: none; opacity: 0; transform: translateY(12px); animation: repairSceneIn .24s .18s ease forwards,repairSceneOut .3s 1.16s ease forwards; }
.hero__repair-status { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 8px; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.hero__repair-status span { color: #c6d6dc; }
.hero__repair-status strong { color: var(--primary); opacity: 0; animation: repairStatus .22s .86s ease forwards; }
.hero__repair-scene svg { display: block; width: 100%; height: auto; overflow: visible; }
.repair-pipe { fill: none; stroke: #25292b; stroke-width: 28; stroke-linecap: square; }
.repair-highlight { fill: none; stroke: rgba(223,235,239,.34); stroke-width: 2; stroke-linecap: square; }
.repair-crack { fill: none; stroke: rgba(203,224,232,.8); stroke-width: 3; stroke-linejoin: bevel; filter: drop-shadow(0 0 7px rgba(169,217,235,.28)); animation: damagedPipeOut .22s .8s ease forwards; }
.repair-water { fill: rgba(170,216,234,.75); filter: drop-shadow(0 7px 11px rgba(94,171,201,.25)); transform-box: fill-box; transform-origin: top; animation: waterLeak .38s .28s ease-in both,damagedPipeOut .22s .8s ease forwards; }
.repair-ripple { fill: none; stroke: rgba(170,216,234,.62); stroke-width: 2; transform-box: fill-box; transform-origin: center; animation: rippleLeak .5s .38s ease-out both,damagedPipeOut .2s .82s ease forwards; }
.repair-bridge { fill: none; stroke: var(--primary); stroke-width: 28; stroke-linecap: square; stroke-dasharray: 108; stroke-dashoffset: 108; filter: drop-shadow(0 0 10px rgba(241,90,36,.28)); animation: bridgePipe .35s .72s cubic-bezier(.65,0,.35,1) forwards; }
.repair-clamp { fill: #0d0d0d; stroke: var(--primary); stroke-width: 4; opacity: 0; transform-box: fill-box; transform-origin: center; animation: clampPipe .28s .82s cubic-bezier(.16,1,.3,1) forwards; }
.repair-clamp--two { animation-delay: .9s; }
.team-showcase .team-card:last-child { grid-column: auto; }
.area .hero__actions .button:first-child { background: #d9362b; border-color: #d9362b; color: #fff; box-shadow: 0 10px 30px rgba(217,54,43,.18); }
.area .hero__actions .button:first-child:hover { background: #ef4638; border-color: #ef4638; }

@keyframes repairSceneIn { to { opacity: 1; transform: translateY(0); } }
@keyframes repairSceneOut { to { opacity: 0; transform: translateY(-8px); } }
@keyframes repairStatus { to { opacity: 1; } }
@keyframes waterLeak { from { opacity: 0; transform: scaleY(.1); } to { opacity: 1; transform: scaleY(1); } }
@keyframes rippleLeak { from { opacity: 0; transform: scale(.25); } to { opacity: 1; transform: scale(1); } }
@keyframes damagedPipeOut { to { opacity: 0; } }
@keyframes bridgePipe { to { stroke-dashoffset: 0; } }
@keyframes clampPipe { from { opacity: 0; transform: scale(1.8); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 700px) {
  .hero__repair-scene { top: 29%; left: 18px; width: calc(100% - 36px); }
  .hero__repair-status { font-size: 6px; letter-spacing: .12em; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__repair-scene { display: none; }
}

/* Offerte-scène: foto en tekst vloeien in elkaar, contactbalk overlapt de onderrand */
.quote.section-pad { padding-block: clamp(72px,7vw,108px); }
.quote__shell { position: relative; }
.quote__visual { position: relative; min-height: 680px; overflow: hidden; background: #080808; border: 1px solid rgba(255,255,255,.12); }
.quote__visual > img { position: absolute; inset: 0 0 0 auto; width: 68%; height: 100%; object-fit: cover; object-position: 50% 34%; filter: saturate(.82) contrast(1.06) brightness(.82); }
.quote__visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#080808 0%,#080808 29%,rgba(8,8,8,.96) 42%,rgba(8,8,8,.55) 66%,rgba(8,8,8,.08) 100%),linear-gradient(0deg,rgba(8,8,8,.7),transparent 42%); }
.quote__visual::before { content: ''; position: absolute; z-index: 2; left: 52%; bottom: 0; width: 1px; height: 37%; background: linear-gradient(transparent,var(--primary)); opacity: .75; }
.quote__visual .quote__copy { position: relative; z-index: 3; top: auto; max-width: 650px; min-height: 680px; display: flex; flex-direction: column; justify-content: center; padding: clamp(48px,6vw,92px); }
.quote__visual .quote__copy h2 { font-size: clamp(3.4rem,5vw,5.9rem); }
.quote__visual .quote__copy > p:not(.eyebrow) { max-width: 520px; margin-top: 26px; color: #c0bdb7; font-size: 14px; line-height: 1.8; }
.quote__quick-actions { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: -34px 34px 0; padding: 16px; background: #f0ede7; box-shadow: 0 22px 55px rgba(0,0,0,.32); }
.quote__quick-actions a { min-height: 82px; display: flex; flex-direction: column; justify-content: center; padding: 17px 22px; border: 1px solid #cfc9c0; color: #161412; transition: transform .22s ease,border-color .22s ease,background .22s ease; }
.quote__quick-actions a:hover { transform: translateY(-3px); border-color: var(--primary); }
.quote__quick-actions strong,.quote__quick-actions span { display: block; }
.quote__quick-actions strong { font: 700 18px/1.1 var(--font-display),sans-serif; text-transform: uppercase; }
.quote__quick-actions span { margin-top: 7px; color: #77726b; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.quote__quick-actions .quote__quick-call { border-color: #d9362b; background: #d9362b; color: #fff; }
.quote__quick-actions .quote__quick-call span { color: rgba(255,255,255,.78); }
.quote__quick-actions .quote__quick-whatsapp { border-color: #158c39; background: #158c39; color: #fff; }
.quote__quick-actions .quote__quick-whatsapp:hover { border-color: #1aa747; background: #1aa747; }
.quote__quick-actions .quote__quick-whatsapp > span:last-child { color: rgba(255,255,255,.78); }
.quote__quick-actions .quote__quick-title { display: flex; align-items: center; gap: 10px; margin: 0; color: #fff; }
.quote__quick-actions .quote__quick-title .whatsapp-icon { width: 27px; height: 27px; }
.quote__shell > .quote-form { width: auto; margin: 0 34px; padding-top: clamp(56px,5vw,76px); box-shadow: 0 28px 70px rgba(0,0,0,.25); }

@media (max-width: 900px) {
  .quote__visual { min-height: 650px; }
  .quote__visual > img { width: 78%; }
  .quote__visual .quote__copy { min-height: 650px; max-width: 560px; padding: 50px; }
  .quote__visual .quote__copy h2 { font-size: clamp(3.2rem,7vw,5rem); }
  .quote__quick-actions { margin-inline: 22px; }
  .quote__shell > .quote-form { margin-inline: 22px; }
}

@media (max-width: 700px) {
  .quote.section-pad { padding-block: 58px; }
  .quote__shell { width: min(100% - 24px,1380px); }
  .quote__visual { min-height: 690px; }
  .quote__visual > img { inset: 0; width: 100%; height: 100%; object-position: 54% 34%; filter: saturate(.82) contrast(1.06) brightness(.68); }
  .quote__visual::after { background: linear-gradient(0deg,#080808 12%,rgba(8,8,8,.96) 34%,rgba(8,8,8,.38) 67%,rgba(8,8,8,.16) 100%),linear-gradient(90deg,rgba(8,8,8,.72),rgba(8,8,8,.05)); }
  .quote__visual::before { left: 18px; height: 30%; }
  .quote__visual .quote__copy { min-height: 690px; justify-content: flex-end; padding: 34px 24px 58px; }
  .quote__visual .quote__copy h2 { font-size: clamp(2.9rem,13vw,4.1rem); }
  .quote__visual .quote__copy > p:not(.eyebrow) { margin-top: 20px; font-size: 12px; line-height: 1.65; }
  .quote__quick-actions { grid-template-columns: 1fr 1fr; gap: 8px; margin: -26px 12px 0; padding: 10px; }
  .quote__quick-actions a { min-height: 72px; padding: 13px; }
  .quote__quick-actions a:last-child { grid-column: 1/-1; min-height: 66px; }
  .quote__quick-actions strong { font-size: 15px; }
  .quote__quick-actions span { font-size: 7px; }
  .quote__shell > .quote-form { margin-inline: 12px; padding-top: 46px; }
}

/* Iets langere openingsregie: probleem, reparatie en onthulling krijgen meer ademruimte */
.hero__leak { animation: leakArrives .7s .14s ease forwards,leakSolved .78s 1.28s cubic-bezier(.7,0,.25,1) forwards; }
.hero__crisis-copy { animation: crisisOn .42s .24s ease forwards,crisisOff .34s 1.28s ease forwards; }
.hero__scan { animation: serviceScan .72s 1.08s cubic-bezier(.65,0,.35,1) forwards; }
.hero__repair-scene { animation: repairSceneIn .3s .2s ease forwards,repairSceneOut .38s 1.48s ease forwards; }
.hero__repair-status strong { animation: repairStatus .26s 1.14s ease forwards; }
.repair-crack { animation: damagedPipeOut .24s 1.15s ease forwards; }
.repair-water { animation: waterLeak .5s .36s ease-in both,damagedPipeOut .24s 1.15s ease forwards; }
.repair-ripple { animation: rippleLeak .64s .48s ease-out both,damagedPipeOut .22s 1.17s ease forwards; }
.repair-bridge { animation: bridgePipe .46s .98s cubic-bezier(.65,0,.35,1) forwards; }
.repair-clamp { animation: clampPipe .34s 1.12s cubic-bezier(.16,1,.3,1) forwards; }
.repair-clamp--two { animation-delay: 1.23s; }
.hero--aj .hero__image { animation: heroMaskReveal .88s 1.4s cubic-bezier(.76,0,.24,1) forwards; }
.hero--aj .eyebrow { animation-delay: 1.5s; }
.hero-word--one { animation-delay: 1.7s; }
.hero-word--two { animation-delay: 2s; }
.hero-word--three { animation-delay: 2.3s; }
.hero--aj .hero__intro { animation-delay: 2.62s; }
.hero--aj .hero__actions > :nth-child(1) { animation-delay: 2.88s; }
.hero--aj .hero__actions > :nth-child(2) { animation-delay: 2.98s; }
.hero--aj .hero__actions > :nth-child(3) { animation-delay: 3.08s; }

.area.is-visible .hero__actions .button:first-child { animation: emergencyPulse 1.05s ease 2; }

@keyframes emergencyPulse {
  0%,100% { box-shadow: 0 10px 30px rgba(217,54,43,.18); }
  50% { box-shadow: 0 10px 34px rgba(217,54,43,.52),0 0 0 7px rgba(217,54,43,.09); }
}

/* Volledig klikbaar spoedblok en een eigen uitsnede voor Dirk */
.scenario-card.scenario-card--urgent { background: linear-gradient(150deg,#651815,#350b0b); color: #fff; }
.scenario-card.scenario-card--urgent:hover,.scenario-card.scenario-card--urgent:focus-visible { background: linear-gradient(150deg,#7a201b,#43100e); transform: translateY(-7px); outline: none; }
.scenario-card.scenario-card--urgent::after { background: #fff; }
.scenario-card.scenario-card--urgent > span { color: rgba(255,255,255,.72); }
.scenario-card.scenario-card--urgent li { color: rgba(255,255,255,.78); border-color: rgba(255,255,255,.18); }
.scenario-card__cta { display: flex; align-items: center; justify-content: space-between; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.35); color: #fff; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.scenario-card__cta b { font-size: 20px; transition: transform .25s ease; }
.scenario-card--urgent:hover .scenario-card__cta b { transform: translateX(6px); }
.team-showcase .team-card:nth-child(2) img { object-position: 50% 21%; }
.team-showcase .team-card:nth-child(3) img { object-position: 50% 10%; }

/* Het rioolprobleem wordt zichtbaar: water blijft boven de blokkade staan */
.drain-scene { margin: -4px 0 22px; }
.drain-scene__label { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; color: #9bcde0; font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.drain-scene__label i { width: 7px; height: 7px; border-radius: 50%; background: #79bdd6; box-shadow: 0 0 13px rgba(121,189,214,.55); }
.drain-scene__tank { position: relative; height: 96px; overflow: hidden; border-top: 1px solid rgba(132,201,226,.28); border-bottom: 1px solid var(--border); background: linear-gradient(180deg,rgba(88,155,181,.04),rgba(88,155,181,.1)); }
.drain-scene__water { position: absolute; inset: auto 0 25px; height: 43px; background: linear-gradient(180deg,rgba(119,194,220,.42),rgba(64,135,163,.22)); animation: waterStays 2.8s ease-in-out infinite; }
.drain-scene__water::before { content: ''; position: absolute; left: -4%; top: -8px; width: 108%; height: 14px; background: radial-gradient(ellipse at 50% 100%,rgba(164,219,237,.7) 0 45%,transparent 47%) 0 0/42px 14px repeat-x; animation: waterSurface 2.2s linear infinite; }
.drain-scene__grate { position: absolute; z-index: 3; left: 50%; bottom: 12px; width: 76px; height: 14px; transform: translateX(-50%); border-top: 4px solid #807b75; background: repeating-linear-gradient(90deg,#6f6b66 0 4px,transparent 4px 11px); }
.drain-scene__block { position: absolute; z-index: 2; left: 50%; bottom: 2px; width: 34px; height: 13px; transform: translateX(-50%); border-radius: 50% 50% 2px 2px; background: #c83a2d; box-shadow: 0 0 18px rgba(200,58,45,.34); animation: blockagePulse 1.7s ease-in-out infinite; }
.drain-scene__arrow { position: absolute; z-index: 4; left: 50%; top: 7px; color: rgba(255,255,255,.72); font-size: 20px; transform: translateX(-50%); animation: stoppedFlow 1.35s ease-in-out infinite; }
.drain-scene__bubble { position: absolute; z-index: 2; bottom: 30px; width: 7px; height: 7px; border: 1px solid rgba(173,222,238,.8); border-radius: 50%; animation: trappedBubble 2.4s ease-in infinite; }
.drain-scene__bubble--one { left: 28%; animation-delay: -.2s; }
.drain-scene__bubble--two { left: 62%; width: 10px; height: 10px; animation-delay: -.9s; }
.drain-scene__bubble--three { left: 74%; width: 5px; height: 5px; animation-delay: -1.5s; }

/* Verschillende vraagtekens bewegen als een rustige probleemwolk achter de kop */
.scenario-card--questions { isolation: isolate; }
.scenario-card--questions > span,.scenario-card--questions h3,.scenario-card--questions ul,.scenario-card--questions > a { position: relative; z-index: 2; }
.question-cloud { position: absolute; z-index: 1; inset: 58px 20px auto 34%; height: 245px; pointer-events: none; overflow: hidden; }
.question-cloud i { position: absolute; color: transparent; font: 700 58px/1 var(--font-display),sans-serif; font-style: normal; -webkit-text-stroke: 1px rgba(255,255,255,.2); opacity: .45; animation: questionDrift 3.6s ease-in-out infinite; }
.question-cloud i:nth-child(1) { left: 4%; top: 12%; font-size: 82px; -webkit-text-stroke-color: rgba(241,90,36,.48); animation-delay: -.4s; }
.question-cloud i:nth-child(2) { left: 48%; top: 2%; font-size: 42px; animation-delay: -1.1s; animation-duration: 3s; }
.question-cloud i:nth-child(3) { right: 2%; top: 30%; font-size: 70px; animation-delay: -2.2s; animation-duration: 4.2s; }
.question-cloud i:nth-child(4) { left: 32%; top: 48%; font-size: 34px; -webkit-text-stroke-color: rgba(241,90,36,.28); animation-delay: -1.8s; }
.question-cloud i:nth-child(5) { left: 2%; bottom: 3%; font-size: 45px; animation-delay: -.8s; animation-duration: 4.6s; }
.question-cloud i:nth-child(6) { right: 25%; bottom: 4%; font-size: 52px; animation-delay: -2.8s; }
.question-cloud i:nth-child(7) { right: 3%; bottom: 0; font-size: 28px; -webkit-text-stroke-color: rgba(241,90,36,.3); animation-delay: -1.4s; animation-duration: 3.2s; }

/* Echte telefoonknop binnen het spoedblok */
.scenario-card .scenario-call-button { min-height: 76px; display: flex; align-items: center; justify-content: flex-start; gap: 14px; margin-top: auto; padding: 11px 14px; border: 1px solid #ef4638; background: #d9362b; color: #fff; letter-spacing: 0; box-shadow: 0 14px 30px rgba(0,0,0,.2); }
.scenario-card .scenario-call-button:hover { border-color: #ff6657; background: #ef4638; transform: translateY(-2px); }
.scenario-call-button__icon { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #d9362b; font-size: 19px; transform: none !important; }
.scenario-call-button span,.scenario-call-button strong,.scenario-call-button small { display: block; }
.scenario-call-button strong { font: 700 18px/1.05 var(--font-display),sans-serif; text-transform: uppercase; }
.scenario-call-button small { margin-top: 5px; color: rgba(255,255,255,.78); font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.scenario-card:hover .scenario-call-button__icon { transform: none !important; }

@keyframes waterStays { 0%,100% { height: 43px; } 50% { height: 51px; } }
@keyframes waterSurface { to { background-position: 42px 0; } }
@keyframes blockagePulse { 50% { transform: translateX(-50%) scaleX(1.16); box-shadow: 0 0 24px rgba(200,58,45,.52); } }
@keyframes stoppedFlow { 0%,100% { transform: translate(-50%,0); opacity: .35; } 50% { transform: translate(-50%,13px); opacity: 1; } }
@keyframes trappedBubble { 0% { transform: translateY(4px) scale(.5); opacity: 0; } 35% { opacity: .8; } 100% { transform: translateY(-48px) scale(1.15); opacity: 0; } }
@keyframes questionDrift { 0%,100% { transform: translate3d(0,8px,0) rotate(-4deg); opacity: .3; } 50% { transform: translate3d(5px,-9px,0) rotate(5deg); opacity: .76; } }

@media (max-width: 700px) {
  .team-showcase .team-card:nth-child(2) img { object-position: 50% 23%; }
  .drain-scene { margin-bottom: 18px; }
  .drain-scene__tank { height: 82px; }
  .question-cloud { inset: 45px 12px auto 38%; height: 205px; }
  .scenario-card .scenario-call-button { min-height: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  .drain-scene__water { height: 48px; }
  .drain-scene__bubble { display: none; }
}

/* Direct contact heeft overal dezelfde nood-/kanaalkleur */
.footer__top .footer-call { color: #ef5145; font-weight: 800; }
.footer__top .footer-whatsapp { display: flex; align-items: center; gap: 8px; color: #35c45a; font-weight: 800; }
.footer__top .footer-whatsapp .whatsapp-icon { width: 20px; height: 20px; padding: 2px; }

@media (max-width: 700px) {
  .mobile-actions .mobile-call { background: #d9362b; color: #fff; }
  .mobile-actions .mobile-whatsapp { display: flex; align-items: center; justify-content: center; gap: 7px; background: #158c39; color: #fff; }
  .mobile-actions .mobile-whatsapp .whatsapp-icon { width: 20px; height: 20px; padding: 2px; }
}

/* Confirmed AJ briefing updates: technical visuals, service expansion and mobile navigation */
:where(a,button,input,textarea,select):focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 4px;
}

.site-header .site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
.site-header .site-nav a {
  color: #d8d6d2;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.menu-toggle {
  width: 46px;
  height: 46px;
  display: none;
  place-content: center;
  gap: 4px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: rgba(9,9,9,.78);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(12px);
}
.menu-toggle span {
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: currentColor;
}

.hero__repair-scene {
  top: 36%;
  right: max(32px,calc((100% - min(1380px,calc(100% - 64px)))/2));
  left: auto;
  width: min(560px,40vw);
  max-width: calc(100% - 64px);
  overflow: hidden;
  animation: ajSewerScene 2.2s .16s ease both;
}
.hero__repair-scene svg {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.hero__repair-status strong {
  opacity: 0;
  animation: ajSewerStatus 2.2s .16s ease both;
}
.sewer-earth { fill: rgba(107,80,55,.22); stroke: rgba(220,190,153,.16); }
.sewer-house,.sewer-fixture { fill: none; stroke: rgba(236,239,236,.67); stroke-width: 3; stroke-linejoin: round; }
.sewer-old-pipe { fill: none; stroke: #6c5b4a; stroke-width: 25; stroke-linecap: round; animation: ajOldSewer 2.2s .16s ease both; }
.sewer-stagnant-water { fill: none; stroke: #ba7b37; stroke-width: 10; stroke-linecap: round; opacity: .82; animation: ajStagnantWater 2.2s .16s ease both; }
.sewer-debris { fill: #e15a2d; filter: drop-shadow(0 0 7px rgba(225,90,45,.36)); animation: ajOldSewer 2.2s .16s ease both; }
.sewer-new-pipe,.sewer-new-highlight,.sewer-free-flow { fill: none; stroke-linecap: round; }
.sewer-new-pipe { stroke: #e6e9e5; stroke-width: 26; stroke-dasharray: 1; stroke-dashoffset: 1; animation: ajNewSewer 2.2s .16s ease both; }
.sewer-new-highlight { stroke: rgba(255,255,255,.72); stroke-width: 2; stroke-dasharray: 1; stroke-dashoffset: 1; animation: ajNewSewer 2.2s .16s ease both; }
.sewer-free-flow { stroke: #65bdd9; stroke-width: 8; stroke-dasharray: .04 .04; stroke-dashoffset: 1; filter: drop-shadow(0 0 6px rgba(101,189,217,.45)); animation: ajFreeFlow 2.2s .16s ease both; }
.sewer-label { fill: rgba(243,240,234,.72); font: 800 11px/1 var(--font-body),sans-serif; letter-spacing: .14em; }
.sewer-label--sag { fill: #e7954b; animation: ajOldSewer 2.2s .16s ease both; }

.hero__location {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #b9b5ae;
}
.hero__location::before {
  content: '';
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 14px rgba(241,90,36,.5);
}

.scenario-grid {
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 1px;
  border: 1px solid var(--border);
  background: var(--border);
}
.scenario-card,
.scenario-card + .scenario-card {
  border: 0;
}
.scenario-card--primary {
  grid-column: span 3;
  min-height: 675px;
}
.scenario-card--support {
  grid-column: span 2;
  min-height: 440px;
  padding: clamp(30px,3vw,48px);
}
.scenario-card--support h3 {
  margin-top: 28px;
  font-size: clamp(2.25rem,3vw,3.55rem);
}
.scenario-grid.is-visible .scenario-card:nth-child(4) { transition-delay: .24s; }
.scenario-grid.is-visible .scenario-card:nth-child(5) { transition-delay: .32s; }

.sewer-card-scene,.plumbing-swap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin: -4px 0 24px;
  padding: 13px 0 10px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(90deg,rgba(255,255,255,.018),rgba(255,255,255,.045),rgba(255,255,255,.018));
}
.sewer-card-scene > div,.plumbing-swap > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-inline: 2px;
  color: #9d9992;
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.sewer-card-scene strong,.plumbing-swap strong { color: #d7d3cc; }
.sewer-card-scene svg,.plumbing-swap svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  aspect-ratio: 520 / 118;
}
.sewer-card-floor,.sewer-card-stack { fill: none; stroke: rgba(227,225,220,.45); stroke-width: 3; }
.sewer-card-old { fill: none; stroke: #725c47; stroke-width: 20; stroke-linecap: round; }
.sewer-card-water { fill: none; stroke: #bd7e3c; stroke-width: 8; stroke-linecap: round; }
.sewer-card-new { fill: none; stroke: #e7e9e5; stroke-width: 21; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; opacity: 0; }
.sewer-card-flow { fill: none; stroke: #70c4df; stroke-width: 6; stroke-linecap: round; stroke-dasharray: .035 .045; stroke-dashoffset: 1; opacity: 0; filter: drop-shadow(0 0 5px rgba(112,196,223,.48)); }
.scenario-grid.is-visible .sewer-card-old { animation: cardOldSewer 4s .2s ease both; }
.scenario-grid.is-visible .sewer-card-water { animation: cardStagnantWater 4s .2s ease both; }
.scenario-grid.is-visible .sewer-card-new { animation: cardNewSewer 4s .2s cubic-bezier(.65,0,.35,1) both; }
.scenario-grid.is-visible .sewer-card-flow { animation: cardFreeFlow 4s .2s ease both; }

.scenario-card--questions > .plumbing-swap { position: relative; z-index: 2; }
.plumbing-old > path:not(.plumbing-drop),.plumbing-old circle {
  fill: none;
  stroke: #b87845;
  stroke-width: 18;
  stroke-linecap: round;
}
.plumbing-old circle { fill: #1a1410; stroke-width: 7; }
.plumbing-drop { fill: #70c4df; stroke: none; transform-box: fill-box; transform-origin: center top; }
.plumbing-new { opacity: 0; }
.plumbing-new path { fill: none; stroke: #f0f1ed; stroke-width: 20; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; }
.plumbing-new rect { fill: #f0f1ed; stroke: #bfc5c2; stroke-width: 3; }
.scenario-grid.is-visible .plumbing-old { animation: copperRetire 4s .35s ease both; }
.scenario-grid.is-visible .plumbing-drop { animation: controlledDrop 1.1s .55s ease-in 2 both; }
.scenario-grid.is-visible .plumbing-new { animation: whitePipeIn 4s .35s ease both; }
.scenario-grid.is-visible .plumbing-new path { animation: whitePipeDraw 4s .35s cubic-bezier(.65,0,.35,1) both; }

.service-signal {
  display: grid;
  gap: 12px;
  margin: 6px 0 28px;
  padding-block: 23px;
  border-block: 1px solid rgba(255,255,255,.12);
}
.service-signal i {
  position: relative;
  height: 9px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: #090909;
}
.service-signal i::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg,#24677c,#72c5df 60%,#e9f7fb);
  box-shadow: 0 0 13px rgba(114,197,223,.36);
  transform: scaleX(0);
  transform-origin: left;
}
.scenario-grid.is-visible .service-signal i::after { animation: flushChannel 1.15s cubic-bezier(.65,0,.35,1) both; }
.scenario-grid.is-visible .service-signal i:nth-child(2)::after { animation-delay: .16s; }
.scenario-grid.is-visible .service-signal i:nth-child(3)::after { animation-delay: .32s; }

.inspection-lens {
  position: relative;
  width: 130px;
  aspect-ratio: 1;
  margin: 2px auto 25px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: radial-gradient(circle at 43% 38%,rgba(112,196,223,.2),rgba(9,9,9,.96) 57%);
  box-shadow: inset 0 0 0 12px #111,inset 0 0 0 13px rgba(255,255,255,.12);
}
.inspection-lens i {
  position: absolute;
  inset: 28px;
  border: 2px solid #73c5df;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(115,197,223,.3);
}
.inspection-lens span {
  position: absolute;
  top: 19px;
  bottom: 19px;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent,var(--primary),transparent);
  transform: rotate(-38deg) translateX(-70px);
  opacity: 0;
}
.scenario-grid.is-visible .inspection-lens span { animation: cameraSweep 1.8s .38s cubic-bezier(.65,0,.35,1) both; }

.quote-form input:not([type="radio"]):focus-visible,
.quote-form textarea:focus-visible,
.quote-form select:focus-visible {
  outline: 0;
  border-color: var(--primary);
  box-shadow: 0 3px 0 -1px var(--primary);
}

@keyframes ajSewerScene {
  0% { opacity: 0; transform: translateY(12px); }
  10%,78% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-8px); }
}
@keyframes ajSewerStatus { 0%,52% { opacity: 0; } 66%,100% { opacity: 1; } }
@keyframes ajOldSewer { 0%,42% { opacity: 1; } 58%,100% { opacity: .1; } }
@keyframes ajStagnantWater { 0%,42% { opacity: .86; } 58%,100% { opacity: 0; } }
@keyframes ajNewSewer { 0%,42% { opacity: 0; stroke-dashoffset: 1; } 52% { opacity: 1; } 78%,100% { opacity: 1; stroke-dashoffset: 0; } }
@keyframes ajFreeFlow { 0%,68% { opacity: 0; stroke-dashoffset: 1; } 76% { opacity: 1; } 100% { opacity: 1; stroke-dashoffset: -1; } }
@keyframes cardOldSewer { 0%,40% { opacity: 1; } 56%,100% { opacity: .13; } }
@keyframes cardStagnantWater { 0%,40% { opacity: .9; } 57%,100% { opacity: 0; } }
@keyframes cardNewSewer { 0%,43% { opacity: 0; stroke-dashoffset: 1; } 52% { opacity: 1; } 78%,100% { opacity: 1; stroke-dashoffset: 0; } }
@keyframes cardFreeFlow { 0%,68% { opacity: 0; stroke-dashoffset: 1; } 78% { opacity: 1; } 100% { opacity: 1; stroke-dashoffset: -1; } }
@keyframes copperRetire { 0%,45% { opacity: 1; } 58%,100% { opacity: 0; } }
@keyframes controlledDrop { 0% { opacity: 0; transform: translateY(-8px) scale(.55); } 28% { opacity: 1; } 100% { opacity: 0; transform: translateY(8px) scale(1); } }
@keyframes whitePipeIn { 0%,48% { opacity: 0; } 58%,100% { opacity: 1; } }
@keyframes whitePipeDraw { 0%,48% { stroke-dashoffset: 1; } 78%,100% { stroke-dashoffset: 0; } }
@keyframes flushChannel { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes cameraSweep { 0% { opacity: 0; transform: rotate(-38deg) translateX(-70px); } 18%,82% { opacity: 1; } 100% { opacity: 0; transform: rotate(-38deg) translateX(70px); } }

@media (min-width: 701px) and (max-width: 1050px) {
  .site-header { grid-template-columns: auto 1fr; gap: 28px; }
  .site-header > .button { display: none; }
  .site-header .site-nav { display: flex; justify-self: end; gap: clamp(18px,3vw,31px); }
  .site-header .site-nav a { font-size: 10px; }
}

@media (max-width: 1050px) {
  .scenario-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .scenario-card--primary,.scenario-card--support { grid-column: span 1; }
  .scenario-card--primary { min-height: 650px; }
  .scenario-card--urgent { grid-column: 1 / -1; }
  .hero__repair-scene { top: 27%; right: 24px; width: min(520px,55vw); }
}

@media (max-width: 700px) {
  .site-header { grid-template-columns: 1fr auto; gap: 14px; }
  .site-header > .button { display: none; }
  .menu-toggle { display: grid; justify-self: end; }
  .site-header .site-nav {
    position: absolute;
    z-index: 20;
    top: calc(100% - 1px);
    right: 0;
    width: min(280px,calc(100vw - 36px));
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 9px;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(10,10,10,.97);
    box-shadow: 0 24px 50px rgba(0,0,0,.5);
    backdrop-filter: blur(18px);
  }
  .site-header .site-nav[data-open="true"] { display: flex; }
  .site-header .site-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .site-header .site-nav a:last-child { border-bottom: 0; }
  .site-header .site-nav a::after { content: '↘'; width: auto; height: auto; margin: 0; background: none; color: var(--primary); font-size: 15px; }
  .hero__repair-scene { top: 25%; right: 18px; left: 18px; width: auto; max-width: none; }
  .hero__repair-status { font-size: 6px; }
  .scenario-grid { grid-template-columns: 1fr; gap: 10px; border: 0; background: transparent; }
  .scenario-card--primary,.scenario-card--support,.scenario-card--urgent { grid-column: auto; }
  .scenario-card--primary { min-height: 590px; }
  .scenario-card--support { min-height: 405px; }
  .sewer-card-scene,.plumbing-swap { margin-bottom: 20px; }
  .sewer-card-scene > div,.plumbing-swap > div { gap: 8px; font-size: 6px; letter-spacing: .08em; }
  .inspection-lens { width: 112px; }
}

@media (max-width: 360px) {
  .topline { padding-inline: 12px; letter-spacing: .07em; }
  .site-header.shell { width: calc(100% - 24px); }
  .hero--aj h1 { font-size: 2.65rem; }
  .hero--aj .hero__actions--three { grid-template-columns: 1fr; }
  .hero--aj .hero__actions--three .text-link { grid-column: auto; }
  .scenario-card { padding-inline: 20px; }
  .team-showcase { width: calc(100% - 24px); }
  .team-showcase .team-card,.team-showcase .team-card.is-active { grid-template-columns: 40% 60%; }
}

@media (prefers-reduced-motion: reduce) {
  .sewer-card-old { opacity: .13; }
  .sewer-card-water,.plumbing-old { opacity: 0; }
  .sewer-card-new,.sewer-card-flow,.plumbing-new { opacity: 1; }
  .sewer-card-new,.sewer-card-flow,.plumbing-new path { stroke-dashoffset: 0; }
  .service-signal i::after { transform: scaleX(1); }
  .inspection-lens span { opacity: .7; transform: rotate(-38deg) translateX(0); }
}

/* Revised service motion: architectural, legible and faithful to the briefing */
.team-showcase {
  grid-template-columns: repeat(4,minmax(0,1fr));
}
.team-showcase.is-visible .team-card:nth-child(4) { animation-delay: .36s; }
.team-showcase .team-card > .team-card__media {
  position: relative;
  inset: auto;
  width: 100%;
  height: 390px;
  min-height: 0;
  padding: 0;
  background-color: #d8d8d5;
  background-repeat: no-repeat;
  transition: background-size .6s ease;
}
.team-card__media--gradus {
  background-image: url('assets/gradus.jpg');
  background-size: 160% auto;
  background-position: 11% 18%;
}
.team-card--gradus:hover .team-card__media--gradus { background-size: 164% auto; }

.scenario-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.scenario-card--primary {
  grid-column: span 1;
  min-height: 850px;
}
.scenario-card--urgent {
  grid-column: 1 / -1;
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(340px,1.1fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(50px,8vw,130px);
  align-items: center;
}
.scenario-card--urgent > span { align-self: end; }
.scenario-card--urgent h3 { align-self: start; margin: 20px 0 0; }
.scenario-card--urgent ul { width: 100%; margin: 0 0 22px; }
.scenario-card--urgent .scenario-call-button { width: 100%; }
.scenario-grid.is-visible .scenario-card:nth-child(3) { transition-delay: .16s; }

.service-visual {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 0 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: #0b0c0c;
  box-shadow: 0 22px 55px rgba(0,0,0,.28);
}
.service-visual::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg,var(--primary),transparent 72%);
}
.service-visual__top {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: #aaa69f;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .11em;
}
.service-state {
  position: relative;
  width: 185px;
  height: 16px;
  color: #dddad4;
  text-align: right;
}
.service-state i {
  position: absolute;
  inset: 0 0 auto;
  font-style: normal;
  white-space: nowrap;
}
.service-state__new { color: #8ed5e8; opacity: 0; }
.service-visual svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  aspect-ratio: 720 / 270;
}
.tech-panel { fill: #0d0e0e; stroke: rgba(255,255,255,.06); }
.service-visual__legend {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 16px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #9a9690;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.legend-solution { color: #8ed5e8; opacity: 0; }

.house-outline,.house-detail,.soil-line,.stack-shadow,.stack-pipe,.old-pipe-shadow,.old-pipe-shell,.wastewater-line,.sag-marker path,.new-pipe-shadow,.new-pipe-shell,.new-pipe-highlight,.clean-flow-line,.replacement-scan path {
  fill: none;
  vector-effect: non-scaling-stroke;
}
.house-outline { stroke: rgba(235,232,225,.72); stroke-width: 2; }
.house-detail { stroke: rgba(235,232,225,.34); stroke-width: 1.5; }
.house-section text,.sag-marker text {
  fill: #9e9991;
  font: 800 9px/1 var(--font-body),sans-serif;
  letter-spacing: .12em;
}
.soil-line { stroke: rgba(186,123,62,.15); stroke-width: 1; }
.soil-line--soft { stroke-dasharray: 3 8; }
.stack-shadow { stroke: #050606; stroke-width: 30; }
.stack-pipe { stroke: #595c5b; stroke-width: 24; }
.stack-joint { fill: #2c2f2e; stroke: #777b79; stroke-width: 4; }
.old-pipe-shadow { stroke: #050606; stroke-width: 36; stroke-linecap: round; }
.old-pipe-shell { stroke: #56514a; stroke-width: 28; stroke-linecap: round; }
.wastewater-line { stroke: #c2782f; stroke-width: 10; stroke-linecap: round; filter: drop-shadow(0 0 5px rgba(199,121,42,.28)); }
.waste-particle { fill: #e4872f; opacity: .8; }
.sag-marker { stroke: #f15a24; stroke-width: 1.5; }
.sag-marker text { fill: #f15a24; }
.sewer-solution { opacity: 0; }
.new-pipe-shadow { stroke: #040505; stroke-width: 38; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; }
.new-pipe-shell { stroke: #dfe4e2; stroke-width: 30; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; }
.new-pipe-highlight { stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; opacity: .8; }
.clean-flow-line { stroke: #6fbed7; stroke-width: 9; stroke-linecap: round; stroke-dasharray: .028 .035; stroke-dashoffset: 1; filter: drop-shadow(0 0 6px rgba(93,181,208,.42)); }
.new-joint { fill: #cfd5d2; stroke: #747d7a; stroke-width: 4; }
.replacement-scan { opacity: 0; stroke: var(--primary); stroke-width: 1; filter: drop-shadow(0 0 7px rgba(241,90,36,.55)); }
.replacement-scan circle { fill: var(--primary); stroke: none; }

.wall-detail { fill: none; stroke: rgba(255,255,255,.045); stroke-width: 1; }
.pipe-shadow,.copper-pipe,.copper-highlight,.white-pipe,.white-highlight,.plumbing-scan path {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.copper-system .pipe-shadow,.white-system .pipe-shadow { stroke: #040505; stroke-width: 35; }
.copper-pipe { stroke: #b86f43; stroke-width: 25; }
.copper-highlight { stroke: rgba(255,211,175,.65); stroke-width: 2; }
.old-fitting rect { fill: #7e462b; stroke: #d29262; stroke-width: 3; }
.old-fitting path { fill: none; stroke: rgba(255,221,190,.55); stroke-width: 2; }
.leak-drop { fill: #78cbe3; filter: drop-shadow(0 0 6px rgba(120,203,227,.48)); transform-box: fill-box; transform-origin: center top; }
.leak-drop--two { opacity: 0; }
.leak-ripple { fill: none; stroke: rgba(120,203,227,.64); stroke-width: 2; transform-box: fill-box; transform-origin: center; }
.white-system { opacity: 0; }
.white-system .pipe-shadow,.white-pipe,.white-highlight { stroke-dasharray: 1; stroke-dashoffset: 1; }
.white-pipe { stroke: #e7ecea; stroke-width: 26; }
.white-highlight { stroke: rgba(255,255,255,.9); stroke-width: 2; }
.new-fitting rect { fill: #e7ebea; stroke: #899391; stroke-width: 3; }
.new-fitting path { fill: none; stroke: #909a98; stroke-width: 2; }
.plumbing-scan { opacity: 0; stroke: var(--primary); stroke-width: 1; filter: drop-shadow(0 0 7px rgba(241,90,36,.55)); }
.plumbing-scan circle { fill: var(--primary); stroke: none; }

.scenario-grid.is-visible .service-visual--sewer .sewer-problem { animation: revisedProblemOut 6.2s .2s ease both; }
.scenario-grid.is-visible .service-visual--sewer .sewer-solution { animation: revisedSolutionIn 6.2s .2s ease both; }
.scenario-grid.is-visible .service-visual--sewer .new-pipe-shadow,
.scenario-grid.is-visible .service-visual--sewer .new-pipe-shell,
.scenario-grid.is-visible .service-visual--sewer .new-pipe-highlight { animation: revisedPipeDraw 6.2s .2s cubic-bezier(.65,0,.35,1) both; }
.scenario-grid.is-visible .service-visual--sewer .clean-flow-line { animation: revisedFlow 6.2s .2s ease both; }
.scenario-grid.is-visible .service-visual--sewer .replacement-scan { animation: revisedSewerScan 6.2s .2s cubic-bezier(.65,0,.35,1) both; }
.scenario-grid.is-visible .service-visual--sewer .service-state__old,
.scenario-grid.is-visible .service-visual--sewer .legend-problem { animation: revisedLabelOut 6.2s .2s ease both; }
.scenario-grid.is-visible .service-visual--sewer .service-state__new,
.scenario-grid.is-visible .service-visual--sewer .legend-solution { animation: revisedLabelIn 6.2s .2s ease both; }

.scenario-grid.is-visible .service-visual--plumbing .copper-system { animation: revisedProblemOut 5.8s .35s ease both; }
.scenario-grid.is-visible .service-visual--plumbing .white-system { animation: revisedSolutionIn 5.8s .35s ease both; }
.scenario-grid.is-visible .service-visual--plumbing .white-system .pipe-shadow,
.scenario-grid.is-visible .service-visual--plumbing .white-pipe,
.scenario-grid.is-visible .service-visual--plumbing .white-highlight { animation: revisedPipeDraw 5.8s .35s cubic-bezier(.65,0,.35,1) both; }
.scenario-grid.is-visible .service-visual--plumbing .leak-drop--one { animation: revisedDrop 1.2s .5s ease-in 2 both; }
.scenario-grid.is-visible .service-visual--plumbing .leak-drop--two { animation: revisedDrop 1.15s 1s ease-in 2 both; }
.scenario-grid.is-visible .service-visual--plumbing .leak-ripple { animation: revisedRipple 1.35s 1.05s ease-out 2 both; }
.scenario-grid.is-visible .service-visual--plumbing .plumbing-scan { animation: revisedPlumbingScan 5.8s .35s cubic-bezier(.65,0,.35,1) both; }
.scenario-grid.is-visible .service-visual--plumbing .service-state__old,
.scenario-grid.is-visible .service-visual--plumbing .legend-problem { animation: revisedLabelOut 5.8s .35s ease both; }
.scenario-grid.is-visible .service-visual--plumbing .service-state__new,
.scenario-grid.is-visible .service-visual--plumbing .legend-solution { animation: revisedLabelIn 5.8s .35s ease both; }

@keyframes revisedProblemOut { 0%,43% { opacity: 1; } 55%,100% { opacity: 0; } }
@keyframes revisedSolutionIn { 0%,46% { opacity: 0; } 57%,100% { opacity: 1; } }
@keyframes revisedPipeDraw { 0%,45% { stroke-dashoffset: 1; } 76%,100% { stroke-dashoffset: 0; } }
@keyframes revisedFlow { 0%,70% { opacity: 0; stroke-dashoffset: 1; } 78% { opacity: 1; } 100% { opacity: 1; stroke-dashoffset: -1; } }
@keyframes revisedSewerScan { 0%,34% { opacity: 0; transform: translateX(0); } 40%,58% { opacity: 1; } 66%,100% { opacity: 0; transform: translateX(568px); } }
@keyframes revisedPlumbingScan { 0%,34% { opacity: 0; transform: translateX(0); } 40%,58% { opacity: 1; } 66%,100% { opacity: 0; transform: translateX(622px); } }
@keyframes revisedLabelOut { 0%,44% { opacity: 1; } 54%,100% { opacity: 0; } }
@keyframes revisedLabelIn { 0%,48% { opacity: 0; } 60%,100% { opacity: 1; } }
@keyframes revisedDrop { 0% { opacity: 0; transform: translateY(-7px) scale(.55); } 28% { opacity: 1; } 100% { opacity: 0; transform: translateY(9px) scale(1); } }
@keyframes revisedRipple { 0% { opacity: 0; transform: scale(.4); } 35% { opacity: .8; } 100% { opacity: 0; transform: scale(1.25); } }

@media (max-width: 1050px) {
  .team-showcase { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .scenario-card--primary { min-height: 790px; }
}

@media (max-width: 700px) {
  .team-showcase { grid-template-columns: 1fr; }
  .team-showcase .team-card > .team-card__media {
    width: 100%;
    height: 220px;
    min-height: 220px;
  }
  .team-card__media--gradus {
    background-size: 220% auto;
    background-position: 23% 21%;
  }
  .team-card--gradus:hover .team-card__media--gradus { background-size: 220% auto; }
  .scenario-card--primary { min-height: 720px; }
  .scenario-card--urgent {
    min-height: 430px;
    display: flex;
  }
  .scenario-card--urgent h3 { margin: 25px 0 22px; }
  .scenario-card--urgent ul { margin: auto 0 24px; }
  .service-visual { margin-bottom: 23px; }
  .service-visual__top { min-height: 52px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; padding-block: 8px; }
  .service-state { width: 100%; height: 13px; text-align: left; }
  .service-state i { right: auto; left: 0; }
  .service-visual__legend { min-height: 52px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; }
  .service-visual__legend span { display: block; }
  .service-visual svg { aspect-ratio: 720 / 300; }
}

@media (prefers-reduced-motion: reduce) {
  .sewer-problem,.copper-system,.service-state__old,.legend-problem { opacity: 0; }
  .sewer-solution,.white-system,.service-state__new,.legend-solution { opacity: 1; }
  .new-pipe-shadow,.new-pipe-shell,.new-pipe-highlight,.clean-flow-line,
  .white-system .pipe-shadow,.white-pipe,.white-highlight { stroke-dashoffset: 0; }
  .replacement-scan,.plumbing-scan,.leak-drop,.leak-ripple { display: none; }
}

/* Static restoration: original page rhythm without reveal or service animations */
html { scroll-behavior: auto; }
*,*::before,*::after {
  animation: none !important;
  transition: none !important;
}

main {
  display: flex;
  flex-direction: column;
}
.hero-stage { order: 1; }
#diensten { order: 2; }
#over-ons { order: 3; }
#werkwijze { order: 4; }
#offerte { order: 5; }
.hero-stage { height: auto; }
.hero-stage .hero {
  position: relative;
  top: auto;
  height: auto;
  min-height: calc(100svh - 34px);
}
.hero--aj .hero__image {
  opacity: 1;
  clip-path: none;
  transform: none;
}
.hero--aj .brand--logo,
.hero-word,
.hero--aj .eyebrow,
.hero--aj .hero__intro,
.hero--aj .hero__actions > *,
.hero--aj .hero__location {
  opacity: 1;
  transform: none;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 0;
  border: 1px solid var(--border);
  background: transparent;
}
.scenario-grid .scenario-card,
.scenario-grid .scenario-card + .scenario-card,
.scenario-grid:not(.is-visible) .scenario-card {
  grid-column: auto;
  min-height: 510px;
  display: flex;
  flex-direction: column;
  border: 0;
  border-left: 1px solid var(--border);
  opacity: 1;
  transform: none;
}
.scenario-grid .scenario-card:first-child { border-left: 0; }
.scenario-card--urgent {
  grid-column: auto;
  min-height: 510px;
  display: flex;
}
.scenario-card--urgent > span { align-self: auto; }
.scenario-card--urgent h3 {
  align-self: auto;
  margin: 35px 0 30px;
}
.scenario-card--urgent ul {
  width: 100%;
  margin: auto 0 24px;
}
.scenario-grid .scenario-card:hover,
.scenario-grid .scenario-card:focus-within { transform: none; }

.team-showcase .team-card,
.team-showcase:not(.is-visible) .team-card {
  opacity: 1;
  filter: none;
  clip-path: none;
  transform: none;
}
.team-showcase .team-card img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
  opacity: 1;
  visibility: visible;
}
.team-showcase .team-card:nth-child(4) img { object-position: 50% 24%; }

@media (max-width: 900px) {
  .scenario-grid { grid-template-columns: 1fr; }
  .scenario-grid .scenario-card,
  .scenario-grid .scenario-card + .scenario-card {
    min-height: 400px;
    border-left: 0;
    border-top: 1px solid var(--border);
  }
  .scenario-grid .scenario-card:first-child { border-top: 0; }
}

@media (max-width: 700px) {
  .team-showcase .team-card img { height: 220px; }
  .team-showcase .team-card:nth-child(4) img { object-position: 50% 20%; }
  .scenario-grid .scenario-card,
  .scenario-grid .scenario-card + .scenario-card { min-height: 380px; }
}

/* Offertebeeld en formulier vormen één geheel; losse contacttegels zijn verwijderd */
.quote__visual > img {
  object-position: 50% 36%;
}
.quote__shell > .quote-form {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  border-top: 4px solid var(--primary);
}

@media (max-width: 700px) {
  .quote__visual > img { object-position: 51% 38%; }
}

/* Alleen het merkbeeld in de offertevisual; geen persoon of fotobackground */
.quote__visual {
  background:
    radial-gradient(circle at 76% 44%,rgba(241,90,36,.14),transparent 36%),
    linear-gradient(135deg,#080808 0%,#111 58%,#090909 100%);
}
.quote__visual > img {
  inset: 0 3% 0 auto;
  width: 56%;
  height: 100%;
  padding: clamp(42px,5vw,78px);
  object-fit: contain;
  object-position: center;
  opacity: .84;
  filter: drop-shadow(0 24px 45px rgba(0,0,0,.48));
}
.quote__visual::after {
  background: linear-gradient(90deg,#080808 0%,#080808 31%,rgba(8,8,8,.94) 43%,rgba(8,8,8,.36) 67%,transparent 100%);
}

@media (max-width: 700px) {
  .quote__visual > img {
    inset: 28px 4% auto;
    width: 92%;
    height: 48%;
    padding: 18px;
    object-position: center;
    opacity: .72;
    filter: drop-shadow(0 18px 32px rgba(0,0,0,.5));
  }
  .quote__visual::after {
    background: linear-gradient(0deg,#080808 10%,rgba(8,8,8,.98) 35%,rgba(8,8,8,.35) 67%,rgba(8,8,8,.08) 100%);
  }
}

/* Compacte stap van offerte-intro naar het formulier */
.quote.section-pad { padding-block: clamp(48px,5vw,72px); }
.quote__visual { min-height: 500px; }
.quote__visual .quote__copy {
  min-height: 500px;
  padding-block: clamp(38px,4vw,58px);
}
.quote__visual .quote__copy h2 { font-size: clamp(3rem,4.4vw,5rem); }
.quote__visual > img {
  width: 48%;
  padding: clamp(50px,6vw,82px);
}

@media (max-width: 900px) {
  .quote__visual,
  .quote__visual .quote__copy { min-height: 480px; }
}

@media (max-width: 700px) {
  .quote.section-pad { padding-block: 42px; }
  .quote__visual,
  .quote__visual .quote__copy { min-height: 455px; }
  .quote__visual .quote__copy { padding: 28px 22px 34px; }
  .quote__visual .quote__copy h2 { font-size: clamp(2.55rem,11vw,3.55rem); }
  .quote__visual > img {
    inset: 10px 10% auto;
    width: 80%;
    height: 40%;
    padding: 12px;
  }
}

/* Voor/na-beelden lopen rustig mee in de twee belangrijkste diensten */
.scenario-card--visual { isolation: isolate; }
.scenario-card__backdrop {
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  width: 100%;
  height: 59%;
  object-fit: cover;
  object-position: center top;
  opacity: .58;
  filter: saturate(.84) contrast(1.08);
}
.scenario-card--visual::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg,rgba(9,9,9,.2) 0%,rgba(9,9,9,.48) 31%,rgba(12,12,12,.94) 59%,#0c0c0c 76%);
  pointer-events: none;
}
.scenario-card--visual > :not(.scenario-card__backdrop) {
  position: relative;
  z-index: 2;
}
.scenario-card--visual h3 {
  color: #fff;
  text-shadow: 0 3px 22px rgba(0,0,0,.9);
}
.scenario-card--visual > span {
  width: fit-content;
  padding: 8px 11px;
  background: rgba(10,10,10,.78);
  border-left: 3px solid var(--primary);
}

/* Vijf teamleden in een gebalanceerde 3 + 2 compositie */
.team-showcase { grid-template-columns: repeat(6,minmax(0,1fr)); }
.team-showcase .team-card { grid-column: span 2; }
.team-showcase .team-card:nth-child(4),
.team-showcase .team-card:nth-child(5) { grid-column: span 3; }
.team-showcase .team-card:nth-child(5) img { object-position: 50% 24%; }

@media (max-width: 1050px) {
  .team-showcase { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .team-showcase .team-card,
  .team-showcase .team-card:nth-child(4) { grid-column: auto; }
  .team-showcase .team-card:nth-child(5) { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .scenario-card__backdrop { height: 55%; }
  .team-showcase { grid-template-columns: 1fr; }
  .team-showcase .team-card,
  .team-showcase .team-card:nth-child(4),
  .team-showcase .team-card:nth-child(5) { grid-column: auto; }
  .team-showcase .team-card:nth-child(5) img { object-position: 50% 23%; }
}

/* Dienstenbeelden volledig vrijhouden; compacte tekst staat eronder */
.scenario-grid .scenario-card--visual {
  min-height: 700px;
  padding-top: 310px;
}
.scenario-card--visual .scenario-card__backdrop {
  inset: 0 0 auto;
  width: 100%;
  height: 280px;
  object-fit: contain;
  object-position: center;
  background: #090a0a;
  opacity: .82;
}
.scenario-card--visual::before {
  inset: 0 0 auto;
  height: 300px;
  background: linear-gradient(180deg,transparent 72%,#0c0c0c 100%);
}
.scenario-card--visual h3 {
  max-width: 520px;
  margin: 22px 0 24px;
  font-size: clamp(2rem,2.35vw,2.75rem);
  line-height: 1.06;
  text-shadow: none;
}

@media (max-width: 900px) {
  .scenario-grid .scenario-card--visual {
    min-height: 660px;
    padding-top: 300px;
  }
  .scenario-card--visual .scenario-card__backdrop { height: 270px; }
  .scenario-card--visual::before { height: 290px; }
}

@media (max-width: 700px) {
  .scenario-grid .scenario-card--visual {
    min-height: 590px;
    padding-top: 238px;
  }
  .scenario-card--visual .scenario-card__backdrop { height: 218px; }
  .scenario-card--visual::before { height: 238px; }
  .scenario-card--visual h3 {
    margin: 18px 0 20px;
    font-size: clamp(1.75rem,8.4vw,2.25rem);
  }
}
