/* iNFacilities — facilitaire diensten iN uitvoering */

@font-face {
  font-family: "Figtree";
  src: url("/lettertypen/figtree.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("/lettertypen/instrument-serif-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --bordeaux: #8e1538;
  --bordeaux-donker: #6d0f2a;
  --bordeaux-licht: #f8e9ee;
  --groen: #6aa323;
  --groen-donker: #3f6c10;
  --groen-licht: #eef6e2;
  --blauw: #0b86c8;
  --blauw-donker: #075d8c;
  --blauw-licht: #e3f2fb;
  --oranje: #f08a12;
  --oranje-donker: #a95800;
  --oranje-licht: #fdf1e1;

  --inkt: #151c29;
  --tekst: #2a3240;
  --grijs: #5b6474;
  --lijn: #e6e2da;
  --papier: #faf8f4;
  --wit: #fff;

  --thema: var(--oranje);
  --thema-donker: var(--oranje-donker);
  --thema-licht: var(--oranje-licht);

  --letter: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --sier: "Instrument Serif", Georgia, "Times New Roman", serif;
  --breed: 1200px;
  --rond: 18px;
  --schaduw: 0 1px 2px rgba(21, 28, 41, .06), 0 12px 32px -12px rgba(21, 28, 41, .18);
}

.thema-frontoffice { --thema: var(--bordeaux); --thema-donker: var(--bordeaux-donker); --thema-licht: var(--bordeaux-licht); }
.thema-techniek { --thema: var(--groen); --thema-donker: var(--groen-donker); --thema-licht: var(--groen-licht); }
.thema-services { --thema: var(--blauw); --thema-donker: var(--blauw-donker); --thema-licht: var(--blauw-licht); }
.thema-regie { --thema: var(--oranje); --thema-donker: var(--oranje-donker); --thema-licht: var(--oranje-licht); }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--letter);
  font-size: 17px;
  line-height: 1.65;
  color: var(--tekst);
  background: var(--papier);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--thema-donker); text-underline-offset: 3px; }
a:hover { color: var(--inkt); }
h1, h2, h3, h4 { font-family: var(--letter); color: var(--inkt); line-height: 1.12; margin: 0 0 .5em; letter-spacing: -.02em; }
h1 { font-size: clamp(36px, 6vw, 64px); font-weight: 800; }
h2 { font-size: clamp(28px, 3.6vw, 42px); font-weight: 800; }
h3 { font-size: 22px; font-weight: 700; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
em.sier, .sier { font-family: var(--sier); font-style: italic; font-weight: 400; letter-spacing: 0; }
h1 em.sier, h2 em.sier { font-size: 1.12em; line-height: .9; color: var(--thema); }
:focus-visible { outline: 3px solid var(--blauw); outline-offset: 3px; border-radius: 4px; }
.verborgen { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.naar-inhoud { position: absolute; left: 12px; top: -60px; background: var(--inkt); color: #fff; padding: 10px 16px; border-radius: 8px; z-index: 100; }
.naar-inhoud:focus { top: 12px; }

.omtrek { width: min(var(--breed), 100% - 40px); margin-inline: auto; }
.sectie { padding: clamp(64px, 9vw, 120px) 0; }
.sectie.wit { background: var(--wit); }
.sectie.inkt { background: var(--inkt); color: #d7dbe3; }
.sectie.inkt h2, .sectie.inkt h3 { color: #fff; }
.boventitel {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--thema-donker); margin-bottom: 16px;
}
.boventitel::before { content: ""; width: 26px; height: 8px; background: var(--thema); transform: skewX(-35deg); border-radius: 1px; }
.sectie.inkt .boventitel { color: var(--oranje); }
.kop-blok { max-width: 720px; margin-bottom: 48px; }
.kop-blok.midden { margin-inline: auto; text-align: center; }
.kop-blok p { font-size: 19px; color: var(--grijs); }
.sectie.inkt .kop-blok p { color: #aab2c0; }

/* ---------- Het lint: vier schuine banen uit het beeldmerk ---------- */
.lint { display: flex; gap: 6px; height: 10px; }
.lint i { flex: 1; transform: skewX(-35deg); border-radius: 1px; }
.lint i:nth-child(1) { background: var(--oranje); }
.lint i:nth-child(2) { background: var(--groen); }
.lint i:nth-child(3) { background: var(--blauw); }
.lint i:nth-child(4) { background: var(--bordeaux); }

/* ---------- Knoppen ---------- */
.knop {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 26px; border-radius: 999px;
  font-weight: 700; font-size: 16px; text-decoration: none; cursor: pointer;
  background: var(--inkt); color: #fff; border: 2px solid var(--inkt);
  transition: transform .2s, background .2s, color .2s, border-color .2s;
}
.knop:hover { transform: translateY(-2px); color: #fff; background: #000; }
.knop svg { width: 18px; height: 18px; transition: transform .2s; }
.knop:hover svg { transform: translateX(3px); }
.knop.thema { background: var(--thema); border-color: var(--thema); }
.knop.thema:hover { background: var(--thema-donker); border-color: var(--thema-donker); }
.knop.oranje { background: var(--oranje); border-color: var(--oranje); color: var(--inkt); }
.knop.oranje:hover { background: #ffa033; border-color: #ffa033; color: var(--inkt); }
.knop.rand { background: transparent; color: var(--inkt); border-color: rgba(21, 28, 41, .25); }
.knop.rand:hover { border-color: var(--inkt); color: var(--inkt); }
.knop.licht { background: #fff; color: var(--inkt); border-color: #fff; }
.knop.licht:hover { background: var(--papier); color: var(--inkt); }
.knoppen { display: flex; flex-wrap: wrap; gap: 12px; }
.tekstlink { font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; color: var(--thema-donker); }
.tekstlink::after { content: "→"; transition: transform .2s; }
.tekstlink:hover::after { transform: translateX(4px); }

/* ---------- Topbalk ---------- */
.topbalk { background: var(--inkt); color: #c6ccd7; font-size: 14px; }
.topbalk .omtrek { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; }
.topbalk a { color: #fff; text-decoration: none; }
.topbalk a:hover { color: var(--oranje); }
.topbalk .rechts { display: flex; gap: 22px; }
.topbalk .links { display: flex; align-items: center; gap: 10px; }
.topbalk .stip { width: 8px; height: 8px; border-radius: 50%; background: var(--groen); box-shadow: 0 0 0 4px rgba(106, 163, 35, .25); }
.gedenkbalk .omtrek { justify-content: center; text-align: center; padding: 8px 0; }
.gedenkbalk p { margin: 0; line-height: 1.5; }
.gedenkbalk .jaren { display: inline-block; font-weight: 700; color: #fff; margin-right: 10px; padding: 2px 10px; border-radius: 999px; background: rgba(255, 255, 255, .12); }
.gedenkbalk a { text-decoration: underline; margin-left: 6px; }
.gedenknoot { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: var(--grijs); margin: -8px 0 24px; }
.gedenknoot::before { content: ""; flex-shrink: 0; width: 18px; height: 8px; background: var(--thema); transform: skewX(-35deg); }

/* ---------- Kop + menu ---------- */
.kop { position: sticky; top: 0; z-index: 50; background: rgba(250, 248, 244, .92); backdrop-filter: saturate(1.4) blur(12px); -webkit-backdrop-filter: saturate(1.4) blur(12px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.kop.gescrold { border-bottom-color: var(--lijn); box-shadow: 0 8px 24px -18px rgba(21, 28, 41, .35); }
.kop .omtrek { display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 24px; }
.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo img { width: 150px; height: auto; }
.menu { display: flex; align-items: center; gap: 4px; }
.menu > ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; }
.menu > ul > li { position: relative; }
.menu a.menulink, .menu button.menulink {
  display: inline-flex; align-items: center; gap: 6px; padding: 10px 14px; border-radius: 999px;
  font: 600 16px var(--letter); color: var(--inkt); text-decoration: none; background: none; border: 0; cursor: pointer;
}
.menu a.menulink:hover, .menu button.menulink:hover, .menu .actief > .menulink { background: rgba(21, 28, 41, .06); }
.menu .actief > .menulink { color: var(--inkt); box-shadow: inset 0 -3px 0 var(--oranje); border-radius: 12px 12px 4px 4px; }
.menulink svg { width: 14px; height: 14px; transition: transform .2s; }
.submenu {
  position: absolute; top: calc(100% + 10px); left: 50%; translate: -50% 0;
  width: 560px; padding: 14px; background: #fff; border-radius: var(--rond); box-shadow: var(--schaduw);
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .18s, transform .18s, visibility .18s;
}
.submenu::before { content: ""; position: absolute; inset: -12px 0 auto; height: 12px; }
.heeft-sub:hover .submenu, .heeft-sub:focus-within .submenu, .heeft-sub.open .submenu { opacity: 1; visibility: visible; transform: none; }
.heeft-sub:hover .menulink svg, .heeft-sub.open .menulink svg { transform: rotate(180deg); }
.submenu a { display: grid; grid-template-columns: 14px 1fr; gap: 12px; padding: 14px; border-radius: 12px; text-decoration: none; color: var(--tekst); }
.submenu a:hover { background: var(--papier); }
.submenu b { display: block; color: var(--inkt); font-size: 16px; }
.submenu small { display: block; font-size: 14px; color: var(--grijs); line-height: 1.4; }
.submenu .kleurstip { width: 14px; height: 36px; margin-top: 3px; transform: skewX(-20deg); border-radius: 2px; }
.submenu .alles { grid-column: 1 / -1; display: flex; justify-content: space-between; background: var(--papier); font-weight: 700; color: var(--inkt); }
.menu .knop { min-height: 46px; margin-left: 10px; }
.hamburger { display: none; }

/* ---------- Hero (home) ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(40px, 6vw, 80px) 0 clamp(56px, 7vw, 96px); }
.hero::before {
  content: ""; position: absolute; right: -10%; top: -20%; width: 70%; height: 140%;
  background: repeating-linear-gradient(-55deg, transparent 0 60px, rgba(240, 138, 18, .045) 60px 120px);
  pointer-events: none;
}
.hero .omtrek { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero h1 { margin-bottom: 24px; }
.hero h1 em.sier { color: var(--oranje); }
.hero .intro { font-size: 20px; color: var(--grijs); max-width: 560px; margin-bottom: 32px; }
.hero .knoppen { margin-bottom: 36px; }
.hero-feiten { display: flex; flex-wrap: wrap; gap: 28px; padding-top: 28px; border-top: 1px solid var(--lijn); }
.hero-feiten div { min-width: 120px; }
.hero-feiten b { display: block; font-size: 30px; font-weight: 800; color: var(--inkt); letter-spacing: -.02em; line-height: 1.1; }
.hero-feiten span { font-size: 14px; color: var(--grijs); }
.collage { position: relative; aspect-ratio: 1 / 1.02; }
.collage .groot {
  position: absolute; inset: 0 0 12% 14%; border-radius: 28px; overflow: hidden;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%, 0 26%);
  box-shadow: var(--schaduw);
}
.collage .groot img, .collage .klein img { width: 100%; height: 100%; object-fit: cover; }
.collage .klein {
  position: absolute; left: 0; bottom: 0; width: 46%; aspect-ratio: 4 / 3; border-radius: 20px; overflow: hidden;
  border: 6px solid var(--papier); box-shadow: var(--schaduw);
}
.collage .kaartje {
  position: absolute; right: -8px; bottom: 20%; background: #fff; border-radius: 16px; padding: 16px 18px;
  box-shadow: var(--schaduw); display: flex; align-items: center; gap: 14px; max-width: 250px;
  animation: zweef 6s ease-in-out infinite;
}
.collage .kaartje b { display: block; font-size: 24px; color: var(--inkt); line-height: 1; }
.collage .kaartje span { font-size: 13px; color: var(--grijs); line-height: 1.35; display: block; margin-top: 4px; }
.collage .kaartje .rondje { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--groen-licht); display: grid; place-items: center; }
.collage .kaartje svg { width: 22px; height: 22px; color: var(--groen-donker); }
.collage .lint { position: absolute; top: 6%; left: 0; width: 34%; height: 14px; }
@keyframes zweef { 50% { transform: translateY(-8px); } }

/* ---------- Zoeker "Ik ben op zoek naar…" ---------- */
.zoeker { margin-top: -8px; }
.zoeker-raster { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.zoekkaart { background: #fff; border-radius: var(--rond); box-shadow: var(--schaduw); overflow: hidden; display: flex; flex-direction: column; }
.zoekkaart .band { background: var(--thema); color: #fff; padding: 18px 20px 16px; position: relative; overflow: hidden; }
.zoekkaart .band::after { content: ""; position: absolute; right: -20px; top: 0; bottom: 0; width: 90px; background: rgba(255, 255, 255, .14); transform: skewX(-35deg); }
.zoekkaart .band b { display: block; font-size: 21px; letter-spacing: -.01em; }
.zoekkaart .band small { opacity: .9; font-size: 14px; }
.zoekkaart .vraag { padding: 16px 20px 6px; font-size: 14px; color: var(--grijs); font-weight: 600; }
.zoekkaart ul { list-style: none; margin: 0; padding: 0 12px 14px; }
.zoekkaart li a { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 9px 8px; border-radius: 10px; text-decoration: none; color: var(--inkt); font-weight: 600; font-size: 15px; }
.zoekkaart li a::after { content: "→"; color: var(--thema); transition: transform .2s; }
.zoekkaart li a:hover { background: var(--thema-licht); }
.zoekkaart li a:hover::after { transform: translateX(3px); }

/* ---------- USP-strook ---------- */
.usps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.usp { padding: 26px; background: #fff; border-radius: var(--rond); border: 1px solid var(--lijn); }
.usp .icoon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 16px; background: var(--thema-licht); color: var(--thema-donker); }
.usp .icoon svg { width: 24px; height: 24px; }
.usp h3 { font-size: 18px; margin-bottom: 6px; }
.usp p { font-size: 15px; color: var(--grijs); margin: 0; }

/* ---------- Divisiekaarten ---------- */
.divisies { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.divisie {
  position: relative; display: grid; grid-template-rows: auto 1fr; background: #fff; border-radius: 24px; overflow: hidden;
  text-decoration: none; color: var(--tekst); box-shadow: var(--schaduw); transition: transform .3s, box-shadow .3s;
}
.divisie:hover { transform: translateY(-6px); color: var(--tekst); box-shadow: 0 24px 48px -20px rgba(21, 28, 41, .35); }
.divisie .beeld { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.divisie .beeld img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.divisie:hover .beeld img { transform: scale(1.05); }
.divisie .beeld::after { content: ""; position: absolute; inset: auto 0 0 0; height: 10px; background: var(--thema); }
.divisie .label {
  position: absolute; top: 18px; left: 18px; z-index: 1; background: var(--thema); color: #fff; font-weight: 700;
  padding: 8px 16px 8px 14px; border-radius: 999px; font-size: 14px; display: inline-flex; align-items: center; gap: 8px;
}
.divisie .label::before { content: "▸"; }
.divisie .tekst { padding: 28px 30px 30px; display: flex; flex-direction: column; }
.divisie h3 { font-size: 26px; margin-bottom: 8px; }
.divisie p { color: var(--grijs); }
.divisie .tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 20px; }
.divisie .tags span { font-size: 13px; font-weight: 600; padding: 4px 12px; border-radius: 999px; background: var(--thema-licht); color: var(--thema-donker); }
.divisie .tekstlink { margin-top: auto; }

/* ---------- Tweekoloms tekst + beeld ---------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.duo.omgekeerd > :first-child { order: 2; }
.duo .foto { position: relative; }
.duo .foto img { border-radius: 24px; width: 100%; aspect-ratio: 4 / 3.2; object-fit: cover; box-shadow: var(--schaduw); }
.duo .foto .lint { position: absolute; bottom: -22px; right: 24px; width: 42%; height: 12px; }
.duo .foto.schuin img { clip-path: polygon(0 0, 100% 0, 100% 82%, 80% 100%, 0 100%); }
.lijst-vink { list-style: none; padding: 0; margin: 0 0 1.4em; display: grid; gap: 12px; }
.lijst-vink li { position: relative; padding-left: 36px; }
.lijst-vink li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--thema) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center / 14px no-repeat;
}

/* ---------- Hostmanship-citaat ---------- */
.citaat { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.citaat blockquote { margin: 0; font-family: var(--sier); font-style: italic; font-size: clamp(30px, 4vw, 50px); line-height: 1.15; color: #fff; }
.citaat blockquote::before { content: "“"; display: block; font-size: 1.8em; line-height: .6; color: var(--oranje); }
.citaat cite { display: block; margin-top: 20px; font-family: var(--letter); font-style: normal; font-size: 15px; color: #aab2c0; }
.citaat .uitleg p { color: #c6ccd7; }
.citaat img { border-radius: 20px; margin-top: 12px; aspect-ratio: 16 / 9; object-fit: cover; }

/* ---------- Werkwijze-stappen ---------- */
.stappen { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: stap; }
.stap { position: relative; padding: 30px 26px 28px; background: #fff; border-radius: var(--rond); border: 1px solid var(--lijn); counter-increment: stap; }
.stap::before { content: "0" counter(stap); display: block; font-family: var(--sier); font-style: italic; font-size: 54px; line-height: 1; color: var(--thema); margin-bottom: 14px; }
.stap h3 { font-size: 19px; }
.stap p { font-size: 15px; color: var(--grijs); margin: 0; }
.stappen .stap:nth-child(1) { --thema: var(--oranje); }
.stappen .stap:nth-child(2) { --thema: var(--groen); }
.stappen .stap:nth-child(3) { --thema: var(--blauw); }
.stappen .stap:nth-child(4) { --thema: var(--bordeaux); }

/* ---------- Projectkaarten ---------- */
.projecten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.projecten.twee { grid-template-columns: repeat(2, 1fr); }
.project { display: flex; flex-direction: column; background: #fff; border-radius: 22px; overflow: hidden; text-decoration: none; color: var(--tekst); border: 1px solid var(--lijn); transition: transform .3s, box-shadow .3s; }
.project:hover { transform: translateY(-5px); box-shadow: var(--schaduw); color: var(--tekst); }
.project .beeld { aspect-ratio: 4 / 3; overflow: hidden; position: relative; }
.project .beeld img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.project:hover .beeld img { transform: scale(1.05); }
.project .tekst { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.project .plaats { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--grijs); margin-bottom: 8px; }
.project h3 { font-size: 21px; }
.project p { font-size: 15px; color: var(--grijs); }
.project .stippen { display: flex; gap: 6px; margin-top: auto; }
.stippen i { width: 26px; height: 8px; transform: skewX(-35deg); border-radius: 1px; }
.s-frontoffice { background: var(--bordeaux); }
.s-techniek { background: var(--groen); }
.s-services { background: var(--blauw); }
.s-regie { background: var(--oranje); }

/* ---------- Werkgebied ---------- */
.plaatsen { display: flex; flex-wrap: wrap; gap: 8px; }
.plaatsen span { padding: 6px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--lijn); font-size: 14px; font-weight: 600; color: var(--tekst); }
.plaatsen span.vestiging { background: var(--inkt); border-color: var(--inkt); color: #fff; }

/* ---------- CTA ---------- */
.cta { padding: 0 0 clamp(64px, 9vw, 120px); }
.cta-blok {
  position: relative; overflow: hidden; border-radius: 32px; padding: clamp(40px, 6vw, 80px);
  background: var(--inkt) url("/afbeeldingen/gevel-kleurrijk.webp") right center / cover no-repeat; color: #fff;
}
.cta-blok::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, var(--inkt) 38%, rgba(21, 28, 41, .82) 62%, rgba(21, 28, 41, .2)); }
.cta-blok > * { position: relative; }
.cta-blok h2 { color: #fff; max-width: 620px; }
.cta-blok h2 em.sier { color: var(--oranje); }
.cta-blok p { color: #c6ccd7; max-width: 520px; font-size: 19px; margin-bottom: 30px; }
.cta-blok .bel { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 700; text-decoration: none; }
.cta-blok .bel:hover { color: var(--oranje); }

/* ---------- Footer ---------- */
.voet { background: var(--inkt); color: #aab2c0; font-size: 15px; }
.voet .lint { height: 8px; gap: 0; }
.voet .lint i { transform: none; border-radius: 0; }
.voet-raster { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding: 72px 0 48px; }
.voet h3 { color: #fff; font-size: 15px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; }
.voet ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.voet a { color: #dfe3ea; text-decoration: none; }
.voet a:hover { color: var(--oranje); }
.voet .logo-wit { background: #fff; display: inline-block; padding: 12px 16px; border-radius: 14px; margin-bottom: 18px; }
.voet .logo-wit img { width: 130px; }
.voet address { font-style: normal; line-height: 1.7; }
.voet-onder { border-top: 1px solid rgba(255, 255, 255, .1); padding: 22px 0 28px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 14px; }
.voet-onder a { color: #aab2c0; text-decoration: underline; }

/* ---------- Paginakop (subpagina's) ---------- */
.paginakop { position: relative; overflow: hidden; padding: clamp(36px, 5vw, 64px) 0 clamp(48px, 6vw, 80px); }
.paginakop::before {
  content: ""; position: absolute; right: -8%; top: 0; bottom: 0; width: 46%;
  background: var(--thema-licht); transform: skewX(-20deg); transform-origin: top;
}
.paginakop .omtrek { position: relative; }
.paginakop.met-beeld .omtrek { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.paginakop .intro { font-size: 20px; color: var(--grijs); max-width: 640px; }
.paginakop .foto img { border-radius: 24px; aspect-ratio: 4 / 3.3; width: 100%; object-fit: cover; clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 22%); box-shadow: var(--schaduw); }
.kruimels { font-size: 14px; color: var(--grijs); margin-bottom: 22px; }
.kruimels a { color: var(--grijs); text-decoration: none; }
.kruimels a:hover { color: var(--inkt); text-decoration: underline; }
.kruimels span { margin: 0 8px; opacity: .6; }
.kleurlabel { display: inline-flex; align-items: center; gap: 10px; background: var(--thema); color: #fff; font-weight: 700; font-size: 14px; padding: 7px 16px; border-radius: 999px; margin-bottom: 18px; }

/* ---------- Dienstblokken op divisiepagina ---------- */
.diensten-lijst { display: grid; gap: 20px; }
.dienst { display: grid; grid-template-columns: 280px 1fr; gap: 40px; padding: 36px; background: #fff; border-radius: 24px; border: 1px solid var(--lijn); scroll-margin-top: 110px; }
.dienst .kop-links b { display: block; font-family: var(--sier); font-style: italic; font-weight: 400; font-size: 20px; color: var(--thema); margin-bottom: 6px; }
.dienst h3 { font-size: 24px; margin: 0; }
.dienst p:last-child { margin-bottom: 0; }
.dienst .mini { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.dienst .mini span { font-size: 13px; font-weight: 600; padding: 4px 12px; border-radius: 999px; background: var(--thema-licht); color: var(--thema-donker); }
.functies { columns: 2; column-gap: 32px; list-style: none; padding: 0; margin: 12px 0 0; }
.functies li { break-inside: avoid; padding: 6px 0 6px 22px; position: relative; border-bottom: 1px dashed var(--lijn); }
.functies li::before { content: ""; position: absolute; left: 0; top: 15px; width: 10px; height: 6px; background: var(--thema); transform: skewX(-35deg); }

/* Kernwoorden-band (uit de leaflets) */
.woorden { overflow: hidden; padding: 28px 0; background: var(--thema); color: #fff; }
.woorden .rij { display: flex; gap: 48px; width: max-content; animation: rol 40s linear infinite; }
.woorden span { font-size: clamp(30px, 4vw, 52px); font-weight: 800; letter-spacing: -.02em; white-space: nowrap; display: inline-flex; align-items: center; gap: 48px; }
.woorden span:nth-child(even) { font-family: var(--sier); font-style: italic; font-weight: 400; }
.woorden span::after { content: ""; width: 34px; height: 12px; background: rgba(255, 255, 255, .5); transform: skewX(-35deg); }
@keyframes rol { to { transform: translateX(-50%); } }

/* Samenwerkingsvormen */
.vormen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vorm { padding: 30px; border-radius: 22px; background: #fff; border: 1px solid var(--lijn); }
.vorm.uitgelicht { background: var(--thema); border-color: var(--thema); color: #fff; }
.vorm.uitgelicht h3, .vorm.uitgelicht p { color: #fff; }
.vorm .soort { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: .75; margin-bottom: 10px; display: block; }
.vorm p { color: var(--grijs); font-size: 15px; margin: 0; }

/* ---------- Formulieren ---------- */
.formulier-kaart { background: #fff; border-radius: 28px; padding: clamp(24px, 4vw, 48px); box-shadow: var(--schaduw); }
.velden { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.veld { display: flex; flex-direction: column; gap: 7px; }
.veld.vol { grid-column: 1 / -1; }
.veld label { font-weight: 700; font-size: 15px; color: var(--inkt); }
.veld label .opt { font-weight: 500; color: var(--grijs); }
.veld input, .veld select, .veld textarea {
  font: 16px var(--letter); color: var(--inkt); padding: 14px 16px; border-radius: 12px;
  border: 1.5px solid var(--lijn); background: var(--papier); transition: border-color .2s, background .2s; width: 100%;
}
.veld textarea { min-height: 150px; resize: vertical; }
.veld input:focus, .veld select:focus, .veld textarea:focus { outline: none; border-color: var(--thema); background: #fff; box-shadow: 0 0 0 4px var(--thema-licht); }
.veld input[type="file"] { padding: 12px; background: #fff; border-style: dashed; }
.keuzes { display: flex; flex-wrap: wrap; gap: 8px; }
.keuzes label { font-weight: 600; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; border: 1.5px solid var(--lijn); background: var(--papier); cursor: pointer; }
.keuzes input { accent-color: var(--thema); width: 18px; height: 18px; }
.keuzes label:has(input:checked) { border-color: var(--thema); background: var(--thema-licht); }
.honing { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.formulier-voet { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; }
.formulier-voet small { color: var(--grijs); font-size: 14px; max-width: 420px; }

/* ---------- Contact ---------- */
.contact-raster { display: grid; grid-template-columns: 1.3fr .7fr; gap: 32px; align-items: start; }
.vestigingen { display: grid; gap: 16px; }
.vestiging { background: #fff; border-radius: 22px; padding: 26px; border: 1px solid var(--lijn); }
.vestiging h3 { font-size: 19px; display: flex; align-items: center; gap: 10px; }
.vestiging h3::before { content: ""; width: 18px; height: 8px; background: var(--oranje); transform: skewX(-35deg); }
.vestiging address { font-style: normal; color: var(--grijs); margin-bottom: 12px; }
.vestiging a { font-weight: 600; }
.vestiging.donker { background: var(--inkt); color: #c6ccd7; border-color: var(--inkt); }
.vestiging.donker h3 { color: #fff; }
.vestiging.donker a { color: #fff; }

/* ---------- Galerij ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.filters button {
  font: 600 15px var(--letter); padding: 10px 18px; border-radius: 999px; border: 1.5px solid var(--lijn); background: #fff; color: var(--inkt); cursor: pointer; min-height: 44px;
  display: inline-flex; align-items: center; gap: 8px;
}
.filters button i { width: 16px; height: 7px; transform: skewX(-35deg); background: var(--kleur, var(--inkt)); }
.filters button[aria-pressed="true"] { background: var(--inkt); color: #fff; border-color: var(--inkt); }
.galerij { columns: 3 300px; column-gap: 18px; }
.galerij figure { margin: 0 0 18px; break-inside: avoid; position: relative; border-radius: 18px; overflow: hidden; background: #fff; }
.galerij figure[hidden] { display: none; }
.galerij button { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.galerij img { width: 100%; transition: transform .5s; }
.galerij figure:hover img { transform: scale(1.04); }
.galerij figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 10px 14px; border-radius: 12px; background: rgba(255, 255, 255, .94); font-size: 14px; font-weight: 600; color: var(--inkt); display: flex; align-items: center; gap: 10px; pointer-events: none; }
.galerij figcaption i { flex-shrink: 0; width: 16px; height: 7px; transform: skewX(-35deg); }
.lichtbak { position: fixed; inset: 0; z-index: 200; background: rgba(12, 16, 24, .92); display: none; align-items: center; justify-content: center; padding: 60px 16px; }
.lichtbak.open { display: flex; }
.lichtbak figure { margin: 0; max-width: 1100px; width: 100%; text-align: center; }
.lichtbak img { max-height: 78vh; width: auto; margin: 0 auto; border-radius: 14px; }
.lichtbak figcaption { color: #fff; margin-top: 14px; font-weight: 600; }
.lichtbak button { position: absolute; width: 52px; height: 52px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .14); color: #fff; font-size: 26px; cursor: pointer; display: grid; place-items: center; }
.lichtbak button:hover { background: rgba(255, 255, 255, .28); }
.lichtbak .sluit { top: 16px; right: 16px; }
.lichtbak .vorige { left: 16px; top: 50%; translate: 0 -50%; }
.lichtbak .volgende { right: 16px; top: 50%; translate: 0 -50%; }

/* ---------- Tekstpagina (over ons, privacy) ---------- */
.leestekst { max-width: 740px; }
.leestekst h2 { font-size: clamp(26px, 3vw, 34px); margin-top: 1.6em; }
.leestekst h3 { margin-top: 1.4em; }
.leestekst p, .leestekst li { font-size: 18px; }
.leestekst .lead { font-size: 22px; color: var(--inkt); line-height: 1.55; }
.leestekst-raster { display: grid; grid-template-columns: 240px 1fr; gap: 64px; align-items: start; }
.inhoudsopgave { position: sticky; top: 110px; font-size: 15px; }
.inhoudsopgave b { display: block; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--grijs); margin-bottom: 12px; }
.inhoudsopgave ol { list-style: none; margin: 0; padding: 0; border-left: 2px solid var(--lijn); }
.inhoudsopgave a { display: block; padding: 7px 0 7px 16px; margin-left: -2px; border-left: 2px solid transparent; text-decoration: none; color: var(--grijs); }
.inhoudsopgave a:hover { color: var(--inkt); border-left-color: var(--oranje); }
.tijdlijn { list-style: none; padding: 0; margin: 24px 0; border-left: 2px solid var(--lijn); }
.tijdlijn li { position: relative; padding: 0 0 24px 28px; }
.tijdlijn li::before { content: ""; position: absolute; left: -7px; top: 8px; width: 12px; height: 12px; border-radius: 50%; background: var(--oranje); box-shadow: 0 0 0 4px var(--papier); }
.tijdlijn b { display: block; font-family: var(--sier); font-style: italic; font-weight: 400; font-size: 26px; color: var(--inkt); line-height: 1.1; }
.kader { background: #fff; border-left: 6px solid var(--thema); border-radius: 0 18px 18px 0; padding: 22px 26px; margin: 28px 0; }
.kader p:last-child { margin: 0; }
.figuur { margin: 32px 0; }
.figuur img { border-radius: 20px; }
.figuur figcaption { font-size: 14px; color: var(--grijs); margin-top: 10px; }

/* Regiemodel-schema */
.regiemodel { background: #fff; border-radius: 24px; padding: 28px; border: 1px solid var(--lijn); }
.regiemodel .laag { padding: 12px 18px; border-radius: 10px; color: #fff; font-weight: 700; text-align: center; margin-bottom: 8px; background: var(--oranje); }
.regiemodel .laag.licht { background: var(--oranje-licht); color: var(--oranje-donker); }
.regiemodel .kolommen { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin-bottom: 8px; }
.regiemodel .kolommen span { writing-mode: vertical-rl; transform: rotate(180deg); padding: 14px 0; border-radius: 8px; text-align: center; font-size: 13px; font-weight: 700; color: #fff; min-height: 150px; display: flex; align-items: center; justify-content: center; }
.regiemodel .kolommen span.eigen { color: var(--inkt); background: var(--papier); border: 1px solid var(--lijn); }
.regiemodel small { display: block; color: var(--grijs); margin-top: 12px; font-size: 14px; }

/* Vacatures */
.vacatures { display: grid; gap: 16px; }
.vacature { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; background: #fff; border-radius: 22px; padding: 26px 30px; border: 1px solid var(--lijn); border-left: 8px solid var(--thema); scroll-margin-top: 110px; }
.vacature h3 { margin-bottom: 6px; }
.vacature .meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 14px; color: var(--grijs); margin-bottom: 8px; }
.vacature p { margin: 0; color: var(--grijs); font-size: 15px; }

/* Projectdetail */
.feitenbalk { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--lijn); border-radius: 20px; overflow: hidden; margin-top: 40px; }
.feitenbalk div { background: #fff; padding: 20px 22px; }
.feitenbalk small { display: block; font-size: 13px; color: var(--grijs); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.feitenbalk b { color: var(--inkt); font-size: 17px; }
.resultaten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 28px 0; }
.resultaat { background: var(--thema-licht); border-radius: 18px; padding: 22px; }
.resultaat b { display: block; font-size: 34px; font-weight: 800; color: var(--thema-donker); letter-spacing: -.02em; line-height: 1.1; }
.resultaat span { font-size: 15px; color: var(--tekst); }
.vorige-volgende { display: flex; justify-content: space-between; gap: 16px; margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--lijn); }

/* 404 / bedankt */
.melding { text-align: center; padding: clamp(64px, 10vw, 140px) 0; }
.melding .groot-getal { font-size: clamp(90px, 18vw, 200px); font-weight: 800; letter-spacing: -.05em; line-height: 1; margin-bottom: 8px; background: linear-gradient(100deg, var(--oranje), var(--groen) 40%, var(--blauw) 70%, var(--bordeaux)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.melding p { font-size: 20px; color: var(--grijs); max-width: 560px; margin: 0 auto 32px; }
.melding .knoppen { justify-content: center; }
.melding .lint { width: 200px; margin: 0 auto 32px; }

/* Verschijn-animatie */
.verschijn { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.verschijn.zichtbaar { opacity: 1; transform: none; }

/* ---------- Responsief ---------- */
@media (max-width: 1080px) {
  .zoeker-raster, .usps, .stappen { grid-template-columns: repeat(2, 1fr); }
  .voet-raster { grid-template-columns: 1fr 1fr; }
  .projecten { grid-template-columns: repeat(2, 1fr); }
  .feitenbalk { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
  .hamburger {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 16px;
    border-radius: 999px; border: 1.5px solid var(--lijn); background: #fff; font: 700 15px var(--letter); color: var(--inkt); cursor: pointer;
  }
  .hamburger span { display: grid; gap: 4px; }
  .hamburger span i { display: block; width: 18px; height: 2px; background: var(--inkt); border-radius: 2px; transition: transform .2s, opacity .2s; }
  .kop.menu-open .hamburger span i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .kop.menu-open .hamburger span i:nth-child(2) { opacity: 0; }
  .kop.menu-open .hamburger span i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .menu {
    position: absolute; top: 100%; left: 0; right: 0; height: calc(100vh - 84px); height: calc(100dvh - 84px); background: var(--papier); flex-direction: column; align-items: stretch; gap: 0;
    padding: 12px 20px 32px; overflow-y: auto; display: none;
  }
  .kop.menu-open .menu { display: flex; }
  .menu > ul { flex-direction: column; align-items: stretch; }
  .menu a.menulink, .menu button.menulink { width: 100%; justify-content: space-between; font-size: 20px; padding: 16px 6px; border-radius: 0; border-bottom: 1px solid var(--lijn); }
  .menu .actief > .menulink { box-shadow: none; background: none; color: var(--oranje-donker); }
  .submenu { position: static; width: auto; translate: none; box-shadow: none; padding: 6px 0; grid-template-columns: 1fr; display: none; opacity: 1; visibility: visible; transform: none; background: transparent; }
  .heeft-sub:hover .submenu { display: none; }
  .heeft-sub.open .submenu { display: grid; }
  .menu .knop { margin: 24px 0 0; width: 100%; }
  .paginakop.met-beeld .omtrek, .hero .omtrek, .duo, .citaat, .contact-raster, .leestekst-raster { grid-template-columns: 1fr; }
  .duo.omgekeerd > :first-child { order: 0; }
  .collage { max-width: 560px; }
  .inhoudsopgave { position: static; }
  .dienst { grid-template-columns: 1fr; gap: 12px; padding: 28px; }
  .vormen { grid-template-columns: 1fr; }
  .paginakop::before { width: 70%; right: -30%; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .gedenkbalk { font-size: 13px; }
  .kop .omtrek { min-height: 72px; }
  .logo img { width: 124px; }
  .menu { height: calc(100vh - 72px); height: calc(100dvh - 72px); }
  .zoeker-raster, .usps, .stappen, .divisies, .projecten, .projecten.twee, .velden, .resultaten, .voet-raster { grid-template-columns: 1fr; }
  .hero .intro, .paginakop .intro { font-size: 18px; }
  .hero-feiten { gap: 18px; }
  .hero-feiten b { font-size: 24px; }
  .collage .kaartje { right: 0; max-width: 210px; padding: 12px 14px; }
  .functies { columns: 1; }
  .vacature { grid-template-columns: 1fr; }
  .regiemodel .kolommen span { min-height: 120px; font-size: 11px; }
  .feitenbalk { grid-template-columns: 1fr; }
  .cta-blok { background-position: 70% center; border-radius: 24px; }
  .cta-blok::before { background: linear-gradient(180deg, rgba(21, 28, 41, .96) 45%, rgba(21, 28, 41, .75)); }
  .vorige-volgende { flex-direction: column; }
  .voet-raster { padding-top: 56px; gap: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .verschijn { opacity: 1; transform: none; }
}

/* ---------- Tijdreis: oude websites in een browserkader ---------- */
.galerij.archief { columns: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.galerij.archief figure { margin: 0; background: #fff; border: 1px solid var(--lijn); border-radius: 16px; box-shadow: var(--schaduw); transition: transform .3s; }
.galerij.archief figure:hover { transform: translateY(-4px); }
.galerij.archief figure:hover img { transform: none; }
.galerij.archief img { aspect-ratio: 4 / 3; object-fit: cover; object-position: top; }
.browserbalk { display: flex; align-items: center; gap: 6px; padding: 10px 12px; background: #eef0f3; border-bottom: 1px solid var(--lijn); }
.browserbalk i { width: 10px; height: 10px; border-radius: 50%; background: #d4d7dd; }
.browserbalk i:nth-child(1) { background: #f26b5b; }
.browserbalk i:nth-child(2) { background: #f6be4f; }
.browserbalk i:nth-child(3) { background: #61c554; }
.browserbalk span { margin-left: 10px; flex: 1; font-size: 12px; color: var(--grijs); background: #fff; border-radius: 6px; padding: 3px 10px; text-align: left; }
.galerij.archief figcaption { position: static; background: none; border-radius: 0; padding: 14px 16px 16px; font-size: 15px; display: block; }
@media (max-width: 1080px) { .galerij.archief { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .galerij.archief { grid-template-columns: 1fr; } }
