/* ==========================================================================
   Habitat+ Ecologie — stylesheet
   Swap colors in :root and the logo SVG in the header.
   ========================================================================== */

:root {
  --forest:      #16342a;
  --forest-800:  #1e4536;
  --moss:        #3f7d5c;
  --moss-light:  #6aa583;
  --sand:        #f6f2e9;
  --sand-dark:   #e8e0d0;
  --amber:       #c47a35;
  --amber-light: #e8a866;
  --ink:         #1c2622;
  --ink-soft:    #4a5a53;
  --white:       #ffffff;
  --line:        rgba(22, 52, 42, .12);

  --radius:      14px;
  --radius-lg:   24px;
  --shadow:      0 1px 2px rgba(22,52,42,.06), 0 8px 24px rgba(22,52,42,.07);
  --shadow-lg:   0 2px 4px rgba(22,52,42,.06), 0 24px 60px rgba(22,52,42,.13);

  --maxw:        1160px;
  --font:        "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-display:"Georgia", "Iowan Old Style", "Times New Roman", serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--moss); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { line-height: 1.18; margin: 0 0 .5em; font-weight: 700; letter-spacing: -.02em; }
h1 { font-size: clamp(2.1rem, 5.2vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.35rem); }
h3 { font-size: 1.18rem; }
p  { margin: 0 0 1.1em; }
ul { margin: 0 0 1.1em; padding-left: 1.15em; }
li { margin-bottom: .4em; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 4px; }

/* ---------- layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.wrap--narrow { max-width: 820px; }
section { padding: 84px 0; }
.section--tight { padding: 56px 0; }
.section--sand { background: var(--sand); }
.section--forest { background: var(--forest); color: var(--sand); }
.section--forest h2, .section--forest h3 { color: var(--white); }
.section--forest a { color: var(--amber-light); }

.eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--moss);
  margin-bottom: .9rem;
}
.section--forest .eyebrow { color: var(--amber-light); }
.lede { font-size: 1.16rem; color: var(--ink-soft); max-width: 62ch; }
.section--forest .lede { color: rgba(246,242,233,.82); }
.center { text-align: center; }
.center .lede { margin-left: auto; margin-right: auto; }

.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  padding: .85em 1.6em;
  border-radius: 100px;
  font-weight: 650;
  font-size: .98rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease;
  text-decoration: none !important;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--amber); color: #fff; box-shadow: 0 6px 18px rgba(196,122,53,.32); }
.btn--primary:hover { background: #b26c2b; }
.btn--dark { background: var(--forest); color: var(--sand); }
.btn--dark:hover { background: var(--forest-800); }
.btn--ghost { border-color: currentColor; color: var(--forest); }
.section--forest .btn--ghost, .hero .btn--ghost { color: var(--sand); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; min-height: 76px; position: relative;
}
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none !important; }
.logo__mark { height: 46px; width: auto; flex: none; }
.logo__word { height: 25px; width: auto; flex: none; }

.nav { display: flex; align-items: center; gap: 26px; }
.nav a { color: var(--forest); font-weight: 550; font-size: .95rem; text-decoration: none; }
.nav a:hover { color: var(--moss); }
.nav a[aria-current="page"] { color: var(--moss); border-bottom: 2px solid var(--amber); padding-bottom: 2px; }
.nav .btn { color: #fff; }

.nav-toggle {
  display: none; background: none; border: 0; padding: 8px; cursor: pointer;
  color: var(--forest);
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(1100px 520px at 78% 12%, rgba(63,125,92,.30), transparent 62%),
    linear-gradient(155deg, var(--forest) 0%, #12291f 62%, #0d1f18 100%);
  color: var(--sand);
  overflow: hidden;
  padding: 92px 0 100px;
}
.hero__inner { display: grid; grid-template-columns: 1.12fr .88fr; gap: 56px; align-items: center; }
.hero h1 { color: var(--white); }
.hero .lede { color: rgba(246,242,233,.85); font-size: 1.22rem; }
.hero__badge {
  display: inline-flex; align-items: center; gap: .55em;
  background: rgba(246,242,233,.10);
  border: 1px solid rgba(246,242,233,.22);
  color: var(--sand);
  padding: .42em 1em; border-radius: 100px;
  font-size: .84rem; font-weight: 600; margin-bottom: 1.4rem;
}
.hero__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber-light); flex: none; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 8px 26px; margin-top: 30px; font-size: .9rem; color: rgba(246,242,233,.75); list-style: none; padding: 0; }
.hero__meta li { display: flex; align-items: center; gap: .5em; margin: 0; }
.hero__meta svg { color: var(--amber-light); flex: none; }

/* page hero (subpages) */
.pagehero {
  background: linear-gradient(150deg, var(--forest) 0%, #12291f 100%);
  color: var(--sand); padding: 70px 0 74px;
}
.pagehero h1 { color: var(--white); font-size: clamp(1.9rem, 4.4vw, 2.9rem); }
.pagehero .lede { color: rgba(246,242,233,.82); }
.crumbs { font-size: .84rem; color: rgba(246,242,233,.6); margin-bottom: 1rem; }
.crumbs a { color: rgba(246,242,233,.75); }

/* ---------- trust bar ---------- */
.trustbar { background: var(--forest-800); color: rgba(246,242,233,.9); padding: 18px 0; }
.trustbar ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 32px;
  font-size: .86rem;
}
.trustbar li { display: flex; align-items: center; gap: .5em; margin: 0; }
.trustbar svg { flex: none; color: var(--amber-light); }

/* ---------- cards ---------- */
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}
.card--hover:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card h3 { margin-bottom: .45em; color: var(--forest); }
.card p:last-child, .card ul:last-child { margin-bottom: 0; }
.card__icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--sand); color: var(--moss);
  display: grid; place-items: center; margin-bottom: 18px;
}
.card__tag { font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--amber); display: block; margin-bottom: .6em; }

/* problem tiles */
.tile {
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 22px; background: var(--white);
  display: flex; gap: 14px; align-items: flex-start;
}
.tile svg { flex: none; color: var(--amber); margin-top: 3px; }
.tile strong { display: block; color: var(--forest); }
.tile span { font-size: .93rem; color: var(--ink-soft); }

/* ---------- process steps ---------- */
.steps { counter-reset: step; display: grid; gap: 0; }
.step {
  display: grid; grid-template-columns: 72px 1fr; gap: 26px;
  padding: 30px 0; border-top: 1px solid var(--line);
}
.step:last-child { border-bottom: 1px solid var(--line); }
.step__num {
  counter-increment: step;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--forest); color: var(--sand);
  display: grid; place-items: center;
  font-size: 1.1rem; font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.step__num::before { content: "0" counter(step); }
.step h3 { margin-bottom: .35em; }
.step__meta {
  display: inline-block; font-size: .78rem; font-weight: 650;
  color: var(--moss); background: var(--sand);
  padding: .25em .8em; border-radius: 100px; margin-bottom: .7rem;
}
.step p:last-child, .step ul:last-child { margin-bottom: 0; }
.section--forest .step { border-color: rgba(246,242,233,.16); }
.section--forest .step__num { background: var(--amber); color: #fff; }
.section--forest .step__meta { background: rgba(246,242,233,.12); color: var(--amber-light); }
.section--forest .step p, .section--forest .step li { color: rgba(246,242,233,.82); }

/* ---------- season calendar ---------- */
.calendar { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--white); }
.calendar__row { display: grid; grid-template-columns: 200px repeat(12, 1fr); align-items: center; }
.calendar__row + .calendar__row { border-top: 1px solid var(--line); }
.calendar__head { background: var(--sand); font-size: .72rem; font-weight: 700; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .05em; }
.calendar__head > div { padding: 10px 4px; text-align: center; }
.calendar__head > div:first-child { text-align: left; padding-left: 20px; }
.calendar__label { padding: 14px 20px; font-size: .92rem; font-weight: 600; color: var(--forest); }
.calendar__cell { height: 34px; border-left: 1px solid rgba(22,52,42,.06); }
.calendar__cell.on { background: var(--moss-light); }
.calendar__cell.on--deep { background: var(--moss); }
.calendar__cell.on--winter { background: #7d9fc4; }
.calendar__legend { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: .86rem; color: var(--ink-soft); margin-top: 16px; list-style: none; padding: 0; }
.calendar__legend li { display: flex; align-items: center; gap: .5em; margin: 0; }
.swatch { width: 15px; height: 15px; border-radius: 4px; flex: none; }

/* ---------- stats ---------- */
.stat { text-align: center; }
.stat__value { font-family: var(--font-display); font-size: clamp(2rem, 4.4vw, 2.9rem); font-weight: 700; color: var(--amber-light); line-height: 1; }
.stat__label { font-size: .92rem; color: rgba(246,242,233,.8); margin-top: .55em; }

/* ---------- audience pills ---------- */
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; }
.pill-list li {
  margin: 0; padding: .5em 1.1em; border-radius: 100px;
  background: var(--white); border: 1px solid var(--line);
  font-size: .93rem; font-weight: 550; color: var(--forest);
}

/* ---------- tables ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
table { width: 100%; border-collapse: collapse; font-size: .96rem; min-width: 540px; }
th, td { padding: 15px 20px; text-align: left; vertical-align: top; }
thead th { background: var(--sand); font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-soft); }
tbody tr + tr { border-top: 1px solid var(--line); }
tbody th { font-weight: 650; color: var(--forest); }
td.num { font-variant-numeric: tabular-nums; white-space: nowrap; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer;
  padding: 22px 44px 22px 0; position: relative;
  font-weight: 650; font-size: 1.04rem; color: var(--forest);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  font-size: 1.6rem; font-weight: 400; color: var(--moss); line-height: 1;
}
.faq details[open] summary::after { content: "\2013"; }
.faq details > div { padding: 0 44px 24px 0; color: var(--ink-soft); }
.faq details > div > :last-child { margin-bottom: 0; }

/* ---------- quote ---------- */
.quote {
  background: var(--white); border-left: 4px solid var(--amber);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 26px 30px; box-shadow: var(--shadow);
}
.quote blockquote { margin: 0 0 14px; font-size: 1.04rem; font-family: var(--font-display); color: var(--forest); }
.quote cite { font-style: normal; font-size: .87rem; color: var(--ink-soft); }

/* lege referentieplek — toont de opmaak zonder verzonnen inhoud */
.quote--empty {
  background: transparent;
  border: 1.5px dashed rgba(22,52,42,.28);
  border-left: 4px solid var(--amber-light);
  border-radius: var(--radius);
  box-shadow: none;
  color: var(--ink-soft);
}
.quote--empty svg { color: var(--moss-light); margin-bottom: 10px; }
.quote--empty p { margin-bottom: .5em; font-size: .95rem; }
.quote--empty p:last-child { margin-bottom: 0; }
.quote--empty strong { color: var(--forest); font-family: var(--font-display); font-size: 1.02rem; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(140deg, var(--moss) 0%, var(--forest) 78%);
  color: var(--sand); border-radius: var(--radius-lg);
  padding: 48px; display: grid; grid-template-columns: 1fr auto;
  gap: 30px; align-items: center;
}
.cta-band h2 { color: var(--white); margin-bottom: .3em; }
.cta-band p { color: rgba(246,242,233,.85); margin: 0; max-width: 52ch; }

/* ---------- form ---------- */
.form { display: grid; gap: 18px; }
.field { display: grid; gap: 6px; }
.field label { font-size: .89rem; font-weight: 650; color: var(--forest); }
.field .hint { font-size: .82rem; color: var(--ink-soft); font-weight: 400; }
.field input, .field select, .field textarea {
  font: inherit; font-size: .97rem; color: var(--ink);
  padding: .78em .95em;
  border: 1px solid var(--line); border-radius: 10px;
  background: var(--white); width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--moss); outline: 2px solid rgba(63,125,92,.2);
}
.field textarea { min-height: 130px; resize: vertical; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; font-size: .89rem; color: var(--ink-soft); }
.checkbox input { width: auto; margin-top: .3em; }
.form-note { font-size: .85rem; color: var(--ink-soft); }
.form-status {
  display: none; padding: 14px 18px; border-radius: 10px;
  background: #e6f2ea; border: 1px solid var(--moss-light); color: var(--forest);
  font-size: .94rem;
}
.form-status.show { display: block; }

/* ---------- contact info ---------- */
.info-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.info-list li { display: flex; gap: 14px; margin: 0; }
.info-list svg { flex: none; color: var(--moss); margin-top: 3px; }
.info-list strong { display: block; color: var(--forest); font-size: .95rem; }
.info-list span, .info-list a { font-size: .95rem; color: var(--ink-soft); }

/* ---------- footer ---------- */
.site-footer { background: var(--forest); color: rgba(246,242,233,.72); padding: 60px 0 28px; font-size: .92rem; }
.site-footer a { color: rgba(246,242,233,.72); }
.site-footer a:hover { color: var(--white); }
.site-footer h4 { color: var(--white); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1em; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .55em; }
.footer__bottom {
  margin-top: 44px; padding-top: 22px;
  border-top: 1px solid rgba(246,242,233,.15);
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  font-size: .84rem; color: rgba(246,242,233,.55);
}
/* het icoon staat in de footer op een zandkleurig tegeltje, anders valt het
   donkergroene gierzwaluwsilhouet weg tegen de donkere achtergrond */
.footer__logo .logo__mark {
  height: 38px; padding: 5px;
  background: var(--sand); border-radius: 10px;
}
.footer__logo .logo__word { height: 23px; }

.placeholder-note {
  background: #fff8e6; border: 1px dashed var(--amber);
  color: #6b4415; border-radius: var(--radius);
  padding: 14px 18px; font-size: .87rem;
}
.placeholder-note strong { color: #573510; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .hero__art { max-width: 400px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .cta-band { grid-template-columns: 1fr; padding: 36px; }
  .calendar__row { grid-template-columns: 140px repeat(12, 1fr); }
  .calendar__label { padding: 12px 14px; font-size: .84rem; }
}

@media (max-width: 780px) {
  body { font-size: 16.5px; }
  section { padding: 60px 0; }
  .nav-toggle { display: block; }
  .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--white); border-bottom: 1px solid var(--line);
    padding: 8px 24px 22px; box-shadow: var(--shadow-lg);
  }
  .nav.open { display: flex; }
  .nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav a[aria-current="page"] { border-bottom: 1px solid var(--line); }
  .nav .btn { margin-top: 14px; justify-content: center; border-bottom: 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .step { grid-template-columns: 1fr; gap: 14px; }
  .hero { padding: 60px 0 68px; }
  .calendar { overflow-x: auto; }
  .calendar__row { grid-template-columns: 112px repeat(12, minmax(26px, 1fr)); min-width: 520px; }
  .calendar__head { font-size: .6rem; }
}

@media (max-width: 480px) {
  .footer__grid { grid-template-columns: 1fr; }
  .cta-band { padding: 28px; }
  .card { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ==========================================================================
   Foto's, teller en projecten
   ========================================================================== */

/* ---------- foto's ---------- */
.figure { margin: 0; }
/* Alle foto's krijgen standaard dezelfde verhouding, zodat ze naast elkaar
   rustig ogen. object-fit: cover snijdt bij in plaats van te vervormen.
   Een losstaande foto met een afwijkende verhouding: geef hem .figure--free. */
.figure img {
  display: block; width: 100%; height: auto;
  aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  background: var(--sand-dark);
}
.figure--free img { aspect-ratio: auto; }

/* Bijschrift staat onder de foto, niet eroverheen: zo dekt het nooit iets af. */
.figure figcaption {
  margin-top: 12px;
  font-size: .89rem; line-height: 1.5;
  color: var(--ink-soft);
}
.figure figcaption strong {
  display: block; margin-bottom: 1px;
  color: var(--forest); font-size: .95rem; font-weight: 650;
}
.section--forest .figure figcaption { color: rgba(246,242,233,.78); }
.section--forest .figure figcaption strong { color: var(--white); }

.photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }

/* ---------- teller ---------- */
.counter { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.counter__item { text-align: center; }
.counter__value {
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 5vw, 3.4rem);
  font-weight: 700; line-height: 1;
  color: var(--amber-light);
  font-variant-numeric: tabular-nums;
}
.counter__value .suffix { font-size: .6em; margin-left: .06em; }
.counter__label {
  margin-top: .6em; font-size: .95rem;
  color: rgba(246, 242, 233, .82); line-height: 1.4;
}
.counter__note { font-size: .84rem; color: rgba(246, 242, 233, .5); margin: 26px 0 0; }

/* ---------- voorzieningen ---------- */
.spec { display: flex; gap: 16px; align-items: flex-start; }
.spec__icon {
  width: 44px; height: 44px; flex: none; border-radius: 12px;
  background: var(--sand); color: var(--moss);
  display: grid; place-items: center;
}
.spec h3 { font-size: 1.04rem; margin-bottom: .3em; }
.spec p { font-size: .94rem; color: var(--ink-soft); margin: 0; }

/* ---------- projectkaarten ---------- */
.project {
  display: flex; flex-direction: column;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; background: var(--white);
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}
.project:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.project__media {
  aspect-ratio: 16 / 10; position: relative;
  display: grid; place-items: center;
  background: linear-gradient(140deg, var(--moss-light), var(--moss));
}
.project__media img { width: 100%; height: 100%; object-fit: cover; }
.project__media svg { width: 74px; height: 74px; color: rgba(255,255,255,.72); }
.project__media--b { background: linear-gradient(140deg, #8fae6e, #5f8a4e); }
.project__media--c { background: linear-gradient(140deg, var(--amber-light), var(--amber)); }
.project__media--d { background: linear-gradient(140deg, #7d9fc4, #4e6f94); }
.project__media--e { background: linear-gradient(140deg, #6aa583, var(--forest)); }
.project__media--f { background: linear-gradient(140deg, #c9a06a, #96693a); }
.project__body { padding: 24px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.project__tag {
  font-size: .74rem; font-weight: 700; letter-spacing: .09em;
  text-transform: uppercase; color: var(--amber); margin-bottom: .6em;
}
.project h3 { margin-bottom: .4em; color: var(--forest); font-size: 1.1rem; }
.project p { font-size: .94rem; color: var(--ink-soft); }
.project__meta {
  list-style: none; padding: 14px 0 0; margin: auto 0 0;
  border-top: 1px solid var(--line);
  display: grid; gap: 5px; font-size: .87rem; color: var(--ink-soft);
}
.project__meta li { margin: 0; display: flex; justify-content: space-between; gap: 12px; }
.project__meta b { color: var(--forest); font-weight: 650; text-align: right; }

/* uitgelicht project */
.case { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.case__figures { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.case__figures .figure:first-child { grid-column: 1 / -1; }

@media (max-width: 960px) {
  .counter { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .case { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 780px) {
  .photo-grid { grid-template-columns: 1fr; }
}

/* ---------- gecentreerde hero (homepage) ---------- */
.hero--center { text-align: center; padding: 104px 0 108px; }
.hero--center .wrap { max-width: 900px; }
.hero--center h1 { margin-bottom: .45em; }
.hero--center .lede { margin-left: auto; margin-right: auto; max-width: 60ch; }
.hero--center .btn-row { justify-content: center; margin-top: 34px; }
.hero--center .hero__meta { justify-content: center; margin-top: 38px; }

/* ---------- teller met drie kolommen ---------- */
.counter--3 { grid-template-columns: repeat(3, 1fr); }

/* ---------- 'wat wij plaatsen': tekst links, foto rechts ---------- */
.specs-wrap {
  display: grid; grid-template-columns: 1.25fr .75fr;
  gap: 48px; align-items: start; margin-top: 64px;
}

@media (max-width: 960px) {
  .counter--3 { grid-template-columns: 1fr; }
  .specs-wrap { grid-template-columns: 1fr; gap: 34px; }
}
@media (max-width: 780px) {
  .hero--center { padding: 66px 0 72px; }
}

/* ==========================================================================
   Plaatshouders voor beeld en video
   Elk blok beschrijft welk beeld er moet komen. Vervang het hele
   <div class="slot"> door een <figure class="figure"> met de echte foto.
   ========================================================================== */

.slot {
  position: relative;
  display: flex; flex-direction: column; justify-content: center;
  gap: 10px; padding: 28px;
  border: 2px dashed rgba(22,52,42,.26);
  border-radius: var(--radius-lg);
  background:
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(22,52,42,.022) 12px 24px),
    var(--sand);
  color: var(--ink-soft);
  text-align: left;
}
.slot__label {
  display: inline-flex; align-items: center; gap: .5em;
  font-size: .72rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--amber);
}
.slot h3 { font-size: 1.02rem; color: var(--forest); margin: 0; }
.slot p { font-size: .92rem; margin: 0; }
.slot__spec {
  margin-top: 4px; font-size: .82rem; color: var(--moss);
  border-top: 1px solid rgba(22,52,42,.12); padding-top: 10px;
}
.slot--4x3  { aspect-ratio: 4 / 3; }
.slot--3x4  { aspect-ratio: 3 / 4; }
.slot--16x9 { aspect-ratio: 16 / 9; }
.slot--1x1  { aspect-ratio: 1 / 1; }
.slot--wide { aspect-ratio: 21 / 9; }

/* op donkere achtergrond */
.section--forest .slot, .hero .slot {
  background: rgba(246,242,233,.06);
  border-color: rgba(246,242,233,.3);
  color: rgba(246,242,233,.78);
}
.section--forest .slot h3, .hero .slot h3 { color: #fff; }
.section--forest .slot__spec, .hero .slot__spec {
  color: var(--amber-light); border-top-color: rgba(246,242,233,.18);
}

/* ---------- videoblok ---------- */
.video-slot {
  position: relative; aspect-ratio: 16 / 9;
  display: grid; place-items: center; text-align: center;
  border-radius: var(--radius-lg); overflow: hidden;
  background: linear-gradient(150deg, var(--forest-800), #0d1f18);
  color: rgba(246,242,233,.85);
  border: 2px dashed rgba(246,242,233,.28);
}
.video-slot__inner { max-width: 40ch; padding: 28px; }
.video-slot__play {
  width: 66px; height: 66px; border-radius: 50%;
  background: var(--amber); color: #fff;
  display: grid; place-items: center; margin: 0 auto 18px;
  box-shadow: 0 8px 26px rgba(196,122,53,.4);
}
.video-slot h3 { color: #fff; margin-bottom: .35em; }
.video-slot p { font-size: .93rem; margin: 0; }
.video-slot__spec {
  margin-top: 14px; font-size: .8rem; color: var(--amber-light);
}
/* zodra de video er is: vervang .video-slot door
   <div class="video-frame"><iframe ...></iframe></div>  */
.video-frame {
  position: relative; aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); background: #000;
}
.video-frame iframe, .video-frame video {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}

/* ---------- team ---------- */
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.team__card { text-align: left; }
.team__card .figure img, .team__card .slot { aspect-ratio: 1 / 1; }
.team__name { font-weight: 700; color: var(--forest); margin: 14px 0 2px; }
.team__role { font-size: .9rem; color: var(--moss); margin: 0 0 .6em; }
.team__card p { font-size: .93rem; color: var(--ink-soft); }

/* ---------- waardenblok (vervangt de teller zolang er geen echte cijfers zijn) ---------- */
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.value {
  text-align: center; padding: 26px 20px;
  border: 1px solid rgba(246,242,233,.18); border-radius: var(--radius-lg);
  background: rgba(246,242,233,.05);
}
.value__icon {
  width: 46px; height: 46px; margin: 0 auto 14px; border-radius: 12px;
  background: rgba(232,168,102,.16); color: var(--amber-light);
  display: grid; place-items: center;
}
.value h3 { font-size: 1.02rem; color: #fff; margin-bottom: .3em; }
.value p { font-size: .9rem; color: rgba(246,242,233,.78); margin: 0; }

/* ---------- kennis-kaarten ---------- */
.article-card { display: flex; flex-direction: column; height: 100%; }
.article-card .card__tag { margin-bottom: .5em; }
.article-card p { flex: 1; }
.article-card .readmore {
  font-weight: 650; font-size: .93rem; display: inline-flex; align-items: center; gap: .4em;
}

@media (max-width: 960px) {
  .team { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .team { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .slot { padding: 20px; }
}

/* ---------- skiplink ---------- */
.skiplink {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  background: var(--amber); color: #fff;
  padding: .7em 1.2em; border-radius: 0 0 12px 12px;
  font-weight: 650; transition: top .15s ease;
}
.skiplink:focus { top: 0; text-decoration: none; }

/* ---------- nog in te vullen gegevens ----------
   Verwijder deze regel uit style.css zodra alle todo-markeringen zijn vervangen. */
.todo {
  background: rgba(232,168,102,.16);
  outline: 1px dashed rgba(232,168,102,.55);
  outline-offset: 2px; border-radius: 3px;
}

/* iets krappere navigatie, want er staan nu zes items in */
@media (min-width: 781px) {
  .nav { gap: 21px; }
  .nav a { font-size: .93rem; }
}

.photo-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 960px) { .photo-grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 780px) { .photo-grid--3 { grid-template-columns: 1fr; } }

/* de teller heeft al een opvallende kleur; daar geen extra markering overheen */
.counter__value .todo { background: none; outline: 0; }
