/* =========================================================
   DE SCHONE ZAAK — hoofdstyling
   Alle kleuren/fonts komen uit tokens.css (huisstijl).
   ========================================================= */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .onthul { opacity: 1 !important; transform: none !important; transition: none !important; }
}

body {
  margin: 0;
  font-family: var(--font-tekst);
  font-size: var(--maat-m);
  line-height: 1.65;
  color: var(--kleur-tekst);
  background: var(--kleur-wit);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-kop);
  color: var(--kleur-inkt);
  line-height: 1.12;
  letter-spacing: -.015em;
  margin: 0 0 .55em;
  font-weight: 650;
  text-wrap: balance;
}
h1 { font-size: var(--maat-xxl); }
h2 { font-size: var(--maat-xl); }
h3, .h3 { font-size: var(--maat-l); }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--kleur-accent-donker); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--kleur-primair); }

:focus-visible { outline: 3px solid var(--kleur-accent); outline-offset: 3px; border-radius: 3px; }

.zichtbaar-voor-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skiplink { position: absolute; left: -999px; top: 0; background: var(--kleur-inkt); color: #fff; padding: .6rem 1rem; z-index: 100; border-radius: 0 0 var(--ronding-klein) 0; }
.skiplink:focus { left: 0; }

/* ---------- Wikkels & secties ---------- */
.wikkel { width: min(var(--wikkel-breed), 100% - 2.5rem); margin-inline: auto; }
.wikkel--smal { max-width: var(--wikkel-smal); }
.sectie { padding-block: var(--sectie-ruimte); }
.sectie--mist { background: var(--kleur-mist); }
.sectie__kop { max-width: var(--wikkel-smal); margin: 0 auto 2.6rem; text-align: center; }
.midden { text-align: center; }
.ruimte-boven { margin-top: 2.2rem; }
.lead { font-size: 1.13rem; }
.klein, .site-voet__klein { font-size: var(--maat-s); }

.wenkbrauw {
  font-family: var(--font-kop);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--kleur-accent-donker);
  margin-bottom: .9rem;
}
.wenkbrauw__link { color: inherit; text-decoration: none; }
.wenkbrauw__link:hover { text-decoration: underline; }

/* ---------- Knoppen ---------- */
.knop {
  display: inline-block;
  font-family: var(--font-kop);
  font-weight: 600;
  font-size: .98rem;
  padding: .8rem 1.5rem;
  border-radius: 999px;
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.knop:active { transform: translateY(1px); }
.knop--vol { background: var(--kleur-accent); color: var(--kleur-primair-diep); }
.knop--vol:hover { background: var(--kleur-accent-donker); color: #fff; }
.knop--omlijnd { border-color: var(--kleur-primair); color: var(--kleur-primair); background: transparent; }
.knop--omlijnd:hover { background: var(--kleur-primair); color: #fff; }
.knop--licht { background: #fff; color: var(--kleur-primair-diep); }
.knop--licht:hover { background: var(--kleur-mist); color: var(--kleur-primair-diep); }
.knop--omlijnd-licht { border-color: rgba(255,255,255,.7); color: #fff; background: transparent; }
.knop--omlijnd-licht:hover { background: rgba(255,255,255,.12); color: #fff; }
.knoppenrij { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; }
.knoppenrij.midden { justify-content: center; }

.tekstlink { font-family: var(--font-kop); font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--kleur-accent); padding-bottom: 2px; color: var(--kleur-primair); }
.tekstlink:hover { border-color: var(--kleur-primair); }

/* ---------- Header ---------- */
.site-kop {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--kleur-lijn);
}
.site-kop__rij { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: .7rem; }
.logo { display: flex; flex-direction: column; align-items: flex-start; gap: .1rem; text-decoration: none; }
.logo__rij { display: flex; align-items: center; gap: .6rem; }
.logo__ikoon { width: 36px; height: 36px; }
.logo__img { max-height: 44px; width: auto; }
.logo__naam { font-family: var(--font-kop); font-weight: 700; font-size: 1.15rem; color: var(--kleur-inkt); letter-spacing: -.01em; }
.logo__slogan { font-size: .74rem; color: var(--kleur-tekst); font-weight: 500; padding-left: 2px; max-width: 260px; line-height: 1.2; }
@media (max-width: 560px) { .logo__slogan { display: none; } }

.hoofdmenu { display: flex; align-items: center; gap: 1.4rem; }
.hoofdmenu ul { display: flex; gap: 1.15rem; list-style: none; margin: 0; padding: 0; }
.hoofdmenu a:not(.knop) {
  text-decoration: none; color: var(--kleur-inkt);
  font-weight: 500; font-size: .95rem; padding-block: .4rem;
  border-bottom: 2px solid transparent;
}
.hoofdmenu a:not(.knop):hover { border-bottom-color: var(--kleur-accent); }
.hoofdmenu a[aria-current="page"] { border-bottom-color: var(--kleur-accent); font-weight: 600; }

.menu-knop { display: none; background: none; border: 0; width: 44px; height: 44px; position: relative; cursor: pointer; }
.menu-knop__lijn, .menu-knop__lijn::before, .menu-knop__lijn::after {
  content: ""; position: absolute; left: 10px; width: 24px; height: 2.5px;
  background: var(--kleur-inkt); border-radius: 2px; transition: transform .2s ease, top .2s ease, opacity .2s ease;
}
.menu-knop__lijn { top: 21px; }
.menu-knop__lijn::before { top: -8px; left: 0; }
.menu-knop__lijn::after { top: 8px; left: 0; }
.menu-knop[aria-expanded="true"] .menu-knop__lijn { background: transparent; }
.menu-knop[aria-expanded="true"] .menu-knop__lijn::before { top: 0; transform: rotate(45deg); }
.menu-knop[aria-expanded="true"] .menu-knop__lijn::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 920px) {
  .menu-knop { display: block; }
  .hoofdmenu {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--kleur-lijn);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: .6rem 1.25rem 1.25rem; display: none; box-shadow: var(--schaduw);
  }
  .hoofdmenu.open { display: flex; }
  .hoofdmenu ul { flex-direction: column; gap: 0; }
  .hoofdmenu a:not(.knop) { display: block; padding: .75rem 0; border-bottom: 1px solid var(--kleur-lijn); font-size: 1.05rem; }
  .hoofdmenu__cta { margin-top: 1rem; text-align: center; }
}

/* ---------- Hero (met de 'veeg' als handtekening) ---------- */
.hero { background: linear-gradient(180deg, var(--kleur-mist), #fff 85%); overflow: hidden; }
.hero__rij {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem;
  align-items: center; padding-block: clamp(3rem, 2rem + 4vw, 6rem);
}
.hero h1 { margin-bottom: .6em; }
.hero__intro { font-size: 1.15rem; max-width: 34rem; }
.hero__vinkjes { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; padding: 0; margin: 1.6rem 0 0; font-size: .92rem; color: var(--kleur-inkt); }
.hero__vinkjes li { display: flex; align-items: center; gap: .45rem; }
.hero__vinkjes li::before {
  content: ""; width: 18px; height: 18px; flex: 0 0 auto;
  background: var(--kleur-accent);
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 12.5l5.5 5.5L20 6.5" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 12.5l5.5 5.5L20 6.5" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') center / contain no-repeat;
}
.hero__beeld { position: relative; }
.hero__beeld img { border-radius: var(--ronding); box-shadow: var(--schaduw); position: relative; z-index: 1; }
/* de 'veeg': een frisse boog die achter het beeld langs strijkt */
.hero__veeg {
  position: absolute; inset: -12% -18% -12% -14%; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60% 45% at 78% 18%, rgba(23,176,152,.22), transparent 70%),
    conic-gradient(from 210deg at 60% 60%, transparent 0 82%, rgba(23,176,152,.35) 88%, transparent 96%);
  filter: blur(2px);
  border-radius: 50%;
}
@media (max-width: 860px) {
  .hero__rij { grid-template-columns: 1fr; gap: 2rem; }
}

/* ---------- Paginakop ---------- */
.pagina-kop { background: linear-gradient(180deg, var(--kleur-mist), #fff); padding-block: clamp(2.6rem, 2rem + 3vw, 4.5rem) 1rem; }

/* ---------- Rasters & kaarten ---------- */
.raster { display: grid; gap: 1.5rem; }
.raster--2 { grid-template-columns: repeat(2, 1fr); }
.raster--3 { grid-template-columns: repeat(3, 1fr); }
.raster--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) {
  .raster--4 { grid-template-columns: repeat(2, 1fr); }
  .raster--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .raster--2, .raster--3, .raster--4 { grid-template-columns: 1fr; }
}

.kaart { background: #fff; border: 1px solid var(--kleur-lijn); border-radius: var(--ronding); overflow: hidden; transition: box-shadow .2s ease, transform .2s ease; }
.kaart:hover { box-shadow: var(--schaduw); transform: translateY(-3px); }
.kaart__link { display: block; color: inherit; text-decoration: none; height: 100%; }
.kaart__foto { aspect-ratio: 16 / 10; object-fit: contain; background: var(--kleur-mist); width: 100%; }
.kaart__body { padding: 1.4rem 1.5rem 1.6rem; }
.kaart__body h3 { margin-bottom: .35em; }
.kaart__meer { display: inline-flex; align-items: center; gap: .45rem; font-family: var(--font-kop); font-weight: 600; color: var(--kleur-accent-donker); margin-top: .4rem; }
.kaart__meer svg { width: 15px; height: 15px; transition: transform .18s ease; }
.kaart:hover .kaart__meer svg { transform: translateX(4px); }

.paneel { background: var(--kleur-mist); border-radius: var(--ronding); padding: 1.7rem 1.8rem; }
.paneel--rand { background: #fff; border: 1px solid var(--kleur-lijn); }
.paneel--accent { background: var(--kleur-primair); color: rgba(255,255,255,.88); }
.paneel--accent h2, .paneel--accent h3 { color: #fff; }
.paneel--accent a { color: var(--kleur-accent); }

/* ---------- USP's ---------- */
.usp { background: #fff; border: 1px solid var(--kleur-lijn); border-radius: var(--ronding); padding: 1.6rem 1.5rem; }
.usp__vink { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: var(--kleur-mist); color: var(--kleur-accent-donker); margin-bottom: 1rem; }
.usp__vink svg { width: 22px; height: 22px; }
.usp h3 { font-size: 1.08rem; margin-bottom: .3em; }
.usp p { font-size: .95rem; margin: 0; }

.vinkjeslijst { list-style: none; padding: 0; margin: 0; }
.vinkjeslijst li { padding-left: 1.7rem; position: relative; margin-bottom: .55rem; }
.vinkjeslijst li::before {
  content: ""; position: absolute; left: 0; top: .3rem; width: 17px; height: 17px;
  background: var(--kleur-accent);
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 12.5l5.5 5.5L20 6.5" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 12.5l5.5 5.5L20 6.5" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') center / contain no-repeat;
}

/* ---------- Reviews ---------- */
.raster--reviews { align-items: stretch; }
.review { background: #fff; border: 1px solid var(--kleur-lijn); border-radius: var(--ronding); padding: 1.8rem 1.9rem; margin: 0; display: flex; flex-direction: column; gap: .9rem; box-shadow: var(--schaduw-zacht); }
.review blockquote { margin: 0; font-size: 1.02rem; color: var(--kleur-inkt); }
.review__wie { display: flex; align-items: center; gap: .8rem; font-size: .92rem; margin-top: auto; }
.review__foto { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.sterren { display: inline-flex; gap: 3px; }
.ster { width: 19px; height: 19px; fill: var(--kleur-lijn); }
.ster--vol { fill: #F2B01E; }

/* ---------- Tijdlijn (werkwijze) ---------- */
.tijdlijn { list-style: none; margin: 0; padding: 0; position: relative; }
.tijdlijn::before {
  content: ""; position: absolute; left: 23px; top: 10px; bottom: 10px;
  width: 3px; border-radius: 3px;
  background: linear-gradient(180deg, var(--kleur-accent), var(--kleur-lijn));
}
.tijdlijn__stap { position: relative; padding: 0 0 2.4rem 4.4rem; }
.tijdlijn__stap:last-child { padding-bottom: 0; }
.tijdlijn__punt {
  position: absolute; left: 0; top: 0; width: 48px; height: 48px;
  border-radius: 50%; background: #fff; border: 3px solid var(--kleur-accent);
  display: flex; align-items: center; justify-content: center; color: var(--kleur-accent-donker);
  box-shadow: 0 0 0 6px var(--kleur-wit);
}
.tijdlijn__punt svg { width: 22px; height: 22px; }
.tijdlijn__nummer { font-family: var(--font-kop); font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--kleur-accent-donker); margin-bottom: .25rem; }
.tijdlijn__inhoud h2 { margin-bottom: .3em; }

/* ---------- Diensten detail ---------- */
.dienst__rij { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2.6rem; align-items: start; }
.dienst__rij aside { display: grid; gap: 1.4rem; position: sticky; top: 90px; }
.dienst__foto { border-radius: var(--ronding); box-shadow: var(--schaduw-zacht); }
@media (max-width: 860px) {
  .dienst__rij { grid-template-columns: 1fr; }
  .dienst__rij aside { position: static; }
}

/* ---------- Projecten: filter + voor/na ---------- */
.filterbalk { display: flex; flex-wrap: wrap; gap: .55rem; justify-content: center; margin-bottom: 2.2rem; }
.filterknop {
  font-family: var(--font-kop); font-weight: 600; font-size: .9rem;
  background: #fff; border: 1.5px solid var(--kleur-lijn); color: var(--kleur-inkt);
  border-radius: 999px; padding: .5rem 1.1rem; cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.filterknop:hover { border-color: var(--kleur-accent); }
.filterknop--actief { background: var(--kleur-primair); border-color: var(--kleur-primair); color: #fff; }
.project--verborgen { display: none; }

.project { background: #fff; border: 1px solid var(--kleur-lijn); border-radius: var(--ronding); overflow: hidden; }
.project__body { padding: 1.4rem 1.6rem 1.7rem; }

.voorna { position: relative; aspect-ratio: 16 / 10; overflow: hidden; --pos: 50%; }
.voorna img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.voorna__voorwikkel { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.voorna__voorwikkel::after { content: ""; position: absolute; top: 0; bottom: 0; right: 0; width: 3px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.35); }
.voorna__schuif {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0; cursor: ew-resize; margin: 0; -webkit-appearance: none; appearance: none;
}
.voorna__schuif:focus-visible { opacity: 1; outline: 3px solid var(--kleur-accent); outline-offset: -3px; }
.voorna__label {
  position: absolute; bottom: .8rem; font-family: var(--font-kop); font-size: .75rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: #fff;
  background: rgba(12,57,64,.75); border-radius: 999px; padding: .25rem .7rem; pointer-events: none;
}
.voorna__label--voor { left: .8rem; }
.voorna__label--na { right: .8rem; }

/* ---------- FAQ ---------- */
.faq-lijst { display: grid; gap: .9rem; }
.faq-item { background: #fff; border: 1px solid var(--kleur-lijn); border-radius: var(--ronding-klein); overflow: hidden; }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  cursor: pointer; list-style: none; padding: 1.1rem 1.35rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item__vraag { font-size: 1.02rem; margin: 0; }
.faq-item__plus { position: relative; flex: 0 0 22px; height: 22px; }
.faq-item__plus::before, .faq-item__plus::after {
  content: ""; position: absolute; background: var(--kleur-accent-donker); border-radius: 2px;
  top: 50%; left: 50%; transform: translate(-50%, -50%); transition: transform .18s ease;
}
.faq-item__plus::before { width: 15px; height: 2.5px; }
.faq-item__plus::after { width: 2.5px; height: 15px; }
.faq-item[open] .faq-item__plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] summary { border-bottom: 1px solid var(--kleur-lijn); }
.faq-item__antwoord { padding: 1rem 1.35rem 1.25rem; }

/* ---------- Contact ---------- */
.contact__rij { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem; align-items: start; }
@media (max-width: 900px) { .contact__rij { grid-template-columns: 1fr; } }
.contact__formulier { padding: 2rem 2.1rem 2.3rem; }
.contact__info { display: grid; gap: 1.4rem; }
.contact__lijst li { margin-bottom: .9rem; }

.veld { margin-bottom: 1.1rem; }
.veldenrij { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 560px) { .veldenrij { grid-template-columns: 1fr; } }
.veld label { display: block; font-weight: 600; font-size: .92rem; color: var(--kleur-inkt); margin-bottom: .35rem; }
.veld input, .veld select, .veld textarea {
  width: 100%; font: inherit; color: var(--kleur-inkt);
  border: 1.5px solid var(--kleur-lijn); border-radius: var(--ronding-klein);
  padding: .7rem .9rem; background: #fff;
}
.veld input:focus, .veld select:focus, .veld textarea:focus { border-color: var(--kleur-accent); outline: none; box-shadow: 0 0 0 3px rgba(23,176,152,.18); }
.verborgen-veld { position: absolute; left: -9999px; }

.melding { border-radius: var(--ronding-klein); padding: .9rem 1.1rem; font-weight: 500; }
.melding--ok { background: #E7F5EC; color: var(--kleur-ok); border: 1px solid #BFE3CC; }
.melding--fout { background: #FBEAE9; color: var(--kleur-fout); border: 1px solid #F0C4C1; }

.kaartkader { border-radius: var(--ronding); overflow: hidden; border: 1px solid var(--kleur-lijn); }
.kaartkader iframe { display: block; width: 100%; height: 300px; border: 0; }

/* ---------- Afsluiter & footer ---------- */
.afsluiter { background: linear-gradient(115deg, var(--kleur-primair-diep), var(--kleur-primair) 70%); color: rgba(255,255,255,.9); padding-block: clamp(2.8rem, 2rem + 3vw, 4.5rem); }
.afsluiter__rij { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.6rem; }
.afsluiter__kop { color: #fff; margin-bottom: .25em; }
.afsluiter__tekst { margin: 0; max-width: 34rem; }
.afsluiter__knoppen { display: flex; flex-wrap: wrap; gap: .8rem; }

.site-voet { background: var(--kleur-inkt); color: rgba(255,255,255,.78); padding-top: 3.2rem; }
.site-voet a { color: rgba(255,255,255,.9); }
.site-voet a:hover { color: var(--kleur-accent); }
.site-voet h3 { color: #fff; font-size: 1rem; margin-bottom: .8em; }
.site-voet__merk { font-family: var(--font-kop); font-weight: 700; font-size: 1.2rem; color: #fff; margin-bottom: .3em; }
.site-voet__kolommen { display: grid; grid-template-columns: 1.3fr 1fr 1fr .8fr; gap: 2rem; padding-bottom: 2.4rem; }
@media (max-width: 860px) { .site-voet__kolommen { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .site-voet__kolommen { grid-template-columns: 1fr; } }
.site-voet__onder { border-top: 1px solid rgba(255,255,255,.14); padding-block: 1.2rem; font-size: var(--maat-s); }
.lijst-schoon { list-style: none; margin: 0; padding: 0; }
.lijst-schoon li { margin-bottom: .45rem; }

/* ---------- Contactgegevens met icoontjes ---------- */
.contact-lijst { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.contact-lijst li { display: flex; align-items: flex-start; gap: .7rem; line-height: 1.5; }
.contact-icoon { flex: 0 0 auto; width: 20px; height: 20px; margin-top: .1em; color: var(--kleur-accent); }
.contact-icoon-leeg { flex: 0 0 auto; width: 20px; height: 20px; }
.contact-lijst--accent .contact-icoon { color: var(--kleur-accent); }
.site-voet .contact-icoon { color: var(--kleur-accent); }

.social-lijst { list-style: none; margin: 0; padding: 0; display: flex; gap: .6rem; }
.social-lijst a {
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.08); color: rgba(255,255,255,.9);
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}
.social-lijst a:hover { background: var(--kleur-accent); color: var(--kleur-primair-diep); transform: translateY(-2px); }
.social-lijst--accent a { background: rgba(255,255,255,.14); }
.social-lijst--accent a:hover { background: #fff; color: var(--kleur-primair); }
.social-icoon { width: 19px; height: 19px; }

/* ---------- Team & tekstpagina ---------- */
.teamlid img { border-radius: var(--ronding); aspect-ratio: 4 / 3; object-fit: contain; background: var(--kleur-mist); margin-bottom: 1rem; }
.teamlid h3 { margin-bottom: .1em; }
.teamlid p { color: var(--kleur-tekst); font-size: .95rem; }
.tekstpagina h2 { margin-top: 1.6em; }

/* ---------- Cookiebalk ---------- */
.cookiebalk {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 90;
  max-width: 560px; margin-inline: auto;
  background: #fff; border: 1px solid var(--kleur-lijn); border-radius: var(--ronding);
  box-shadow: var(--schaduw); padding: 1.3rem 1.5rem;
}
.cookiebalk p { font-size: .92rem; margin-bottom: 1rem; }
.cookiebalk__knoppen { display: flex; gap: .7rem; flex-wrap: wrap; }
.cookiebalk .knop { padding: .55rem 1.15rem; font-size: .9rem; }

/* ---------- Onthul-animatie (scroll) ---------- */
.onthul { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.onthul--zichtbaar { opacity: 1; transform: none; }
