/* =================================================================
   Tutto Bene — stijlblad
   Mobile-first. Kleuren komen uit het logo: Italiaans groen en rood
   op een warme, roomwitte ondergrond.
   ================================================================= */

/* ---------- 1. Tokens ---------- */
:root {
  --groen:        #009C40;
  --groen-donker: #04702F;
  --groen-diep:   #06471F;
  --groen-licht:  #E8F5EC;
  --rood:         #D50019;
  --rood-donker:  #A50014;
  --rood-licht:   #FDECEE;

  --room:         #FDF9F3;
  --room-2:       #F6EEE1;
  --zand:         #EFE4D3;
  --wit:          #FFFFFF;

  --inkt:         #1C1B18;
  --inkt-2:       #55504A;
  --inkt-3:       #857D73;
  --lijn:         #E6DACA;

  --gut:   20px;
  --max:   1200px;
  --rad:   18px;
  --rad-s: 12px;
  --rad-l: 30px;

  --schaduw:    0 2px 8px rgba(28, 27, 24, .05), 0 12px 32px rgba(28, 27, 24, .07);
  --schaduw-op: 0 6px 16px rgba(28, 27, 24, .08), 0 24px 56px rgba(28, 27, 24, .12);

  --serif: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --sans:  "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  --nav-h: 66px;
}

@media (min-width: 700px)  { :root { --gut: 32px; --nav-h: 76px; } }
@media (min-width: 1080px) { :root { --gut: 40px; --nav-h: 84px; } }

/* ---------- 2. Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 16px);
}

body {
  margin: 0;
  background: var(--room);
  color: var(--inkt);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video { max-width: 100%; height: auto; display: block; }
[hidden] { display: none !important; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.015em;
  margin: 0 0 .5em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.05rem, 7.4vw, 3.9rem); }
h2 { font-size: clamp(1.6rem, 5.4vw, 2.7rem); }
h3 { font-size: clamp(1.22rem, 3.6vw, 1.62rem); }
h4 { font-size: 1.08rem; font-family: var(--sans); font-weight: 700; letter-spacing: 0; }

p  { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }

a { color: var(--groen-donker); text-underline-offset: .22em; text-decoration-thickness: 1px; }
a:hover { color: var(--rood); }

strong, b { font-weight: 650; }

ul, ol { margin: 0 0 1.1em; padding-left: 1.25em; }
li { margin-bottom: .4em; }
li:last-child { margin-bottom: 0; }

hr {
  border: 0;
  height: 1px;
  background: var(--lijn);
  margin: 40px 0;
}

::selection { background: var(--groen); color: #fff; }

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

.vh {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

.skip {
  position: absolute;
  left: 12px; top: -80px;
  z-index: 200;
  background: var(--groen);
  color: #fff;
  padding: 12px 18px;
  border-radius: 0 0 12px 12px;
  font-weight: 600;
  text-decoration: none;
  transition: top .2s;
}
.skip:focus { top: 0; color: #fff; }

/* ---------- 3. Container en algemene bouwstenen ---------- */
.wrap {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--gut);
}
.wrap--smal { max-width: 820px; }
.wrap--mid  { max-width: 980px; }

section { position: relative; }

.sectie        { padding-block: clamp(52px, 9vw, 96px); }
.sectie--kort  { padding-block: clamp(36px, 6vw, 60px); }
.sectie--room  { background: var(--room-2); }
.sectie--zand  { background: var(--zand); }
.sectie--wit   { background: var(--wit); }
.sectie--groen { background: var(--groen-diep); color: #F2EFE7; }
.sectie--groen h2, .sectie--groen h3 { color: #fff; }
/* :not(.knop) — anders wint deze regel van .knop--wit en wordt de knop
   lichtgroen op wit, dus onleesbaar. */
.sectie--groen a:not(.knop) { color: #B9E8C8; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--groen-donker);
  background: var(--groen-licht);
  border-radius: 999px;
  padding: 7px 15px;
  margin: 0 0 18px;
}
.eyebrow::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--rood);
}
.eyebrow--rood  { color: var(--rood-donker); background: var(--rood-licht); }
.eyebrow--rood::before { background: var(--groen); }
.eyebrow--licht { color: #fff; background: rgba(255,255,255,.16); }
.eyebrow--licht::before { background: #fff; }

.lead {
  font-size: clamp(1.06rem, 2.6vw, 1.28rem);
  line-height: 1.6;
  color: var(--inkt-2);
}

.sectiekop { max-width: 720px; margin-bottom: clamp(28px, 5vw, 46px); }
.sectiekop--mid { margin-inline: auto; text-align: center; }
.sectiekop--mid .eyebrow { justify-content: center; }

.prose > * + * { margin-top: 1.05em; }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.5em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose a { font-weight: 550; }

/* ---------- 4. Knoppen ---------- */
.knop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55em;
  min-height: 50px;
  padding: 13px 26px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: .97rem;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.knop:hover { transform: translateY(-2px); }
.knop:active { transform: translateY(0); }

.knop--groen    { background: var(--groen); color: #fff; box-shadow: 0 8px 20px rgba(0,156,64,.26); }
.knop--groen:hover { background: var(--groen-donker); color: #fff; }

.knop--rood     { background: var(--rood); color: #fff; box-shadow: 0 8px 20px rgba(213,0,25,.24); }
.knop--rood:hover { background: var(--rood-donker); color: #fff; }

.knop--lijn     { background: transparent; color: var(--inkt); border-color: var(--inkt); }
.knop--lijn:hover { background: var(--inkt); color: var(--room); }

.knop--wit      { background: #fff; color: var(--groen-diep); }
.knop--wit:hover { background: var(--room-2); color: var(--groen-diep); }

.knop--lijn-wit { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.knop--lijn-wit:hover { background: #fff; color: var(--groen-diep); border-color: #fff; }

.knop--breed { width: 100%; }
.knop--klein { min-height: 42px; padding: 9px 18px; font-size: .9rem; }

.knoprij {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* Tekstlink met pijl */
.pijllink {
  display: inline-flex;
  align-items: center;
  gap: .45em;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid var(--groen-licht);
  padding-bottom: 2px;
  transition: border-color .2s, gap .2s;
}
.pijllink::after { content: "→"; transition: transform .2s; }
.pijllink:hover { border-color: var(--rood); }
.pijllink:hover::after { transform: translateX(4px); }

/* ---------- 5. Loader ---------- */
.loader {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: center;
  background: var(--room);
}
.animatie-aan .loader { display: flex; }
.loader.is-weg { opacity: 0; visibility: hidden; transition: opacity .5s ease, visibility .5s; }

.loader__bubbel {
  position: relative;
  background: #fff;
  color: var(--groen);
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.4rem, 6vw, 2.2rem);
  padding: 22px 34px;
  border-radius: 26px;
  box-shadow: 0 0 0 6px var(--rood);
  animation: wip 1.5s ease-in-out infinite;
}
.loader__bubbel::after {
  content: "";
  position: absolute;
  left: 34px; bottom: -20px;
  border: 12px solid transparent;
  border-top-color: var(--rood);
  border-right-width: 20px;
}
@keyframes wip {
  0%, 100% { transform: translateY(0) rotate(-1.5deg); }
  50%      { transform: translateY(-9px) rotate(1.5deg); }
}

/* ---------- 6. Navigatie ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 120;
  background: rgba(253, 249, 243, .93);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}
.nav.is-geplakt {
  border-bottom-color: var(--lijn);
  box-shadow: 0 6px 22px rgba(28,27,24,.06);
}

.nav__balk {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: var(--nav-h);
}

.merk {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-right: auto;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
.merk__logo {
  width: 44px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  transition: width .25s ease;
  flex: none;
}
.merk__tekst { display: flex; flex-direction: column; min-width: 0; }
.merk__naam {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.16rem;
  line-height: 1.05;
  letter-spacing: -.02em;
}
.merk__slogan {
  display: none; /* op smalle telefoons zou hij toch afgekapt worden */
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--inkt-3);
  white-space: nowrap;
}
@media (min-width: 480px) { .merk__slogan { display: block; } }
.nav.is-geplakt .merk__logo { width: 38px; }

.hoofdmenu { display: none; }
.nav .nav__cta { display: none; }

.hamburger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px; height: 46px;
  padding: 0 11px;
  background: var(--wit);
  border: 1px solid var(--lijn);
  border-radius: 12px;
  cursor: pointer;
  flex: none;
}
.hamburger__streep {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--inkt);
  border-radius: 2px;
  transition: transform .28s ease, opacity .2s ease;
}
.hamburger.is-open .hamburger__streep:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open .hamburger__streep:nth-child(2) { opacity: 0; }
.hamburger.is-open .hamburger__streep:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- 7. Mobiel menu ---------- */
.mobielmenu {
  position: fixed;
  inset: var(--nav-h) 0 0;
  z-index: 115;
  background: var(--room);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobielmenu__binnen {
  padding: 16px var(--gut) 130px;
  max-width: 640px;
  margin-inline: auto;
}
.mobielmenu__lijst { list-style: none; margin: 0; padding: 0; }
.mobielmenu__item { border-bottom: 1px solid var(--lijn); }

.mobielmenu__link,
.mobielmenu__knop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  padding: 16px 2px;
  background: none;
  border: 0;
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 600;
  color: var(--inkt);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.mobielmenu__link.is-actief { color: var(--groen-donker); }

.mobielmenu__knop .pijl {
  width: 10px; height: 10px;
  border-right: 2px solid var(--inkt-3);
  border-bottom: 2px solid var(--inkt-3);
  transform: rotate(45deg);
  transition: transform .25s ease;
  flex: none;
}
.mobielmenu__knop[aria-expanded="true"] .pijl { transform: rotate(-135deg); }

.mobielmenu__sub {
  list-style: none;
  margin: 0 0 14px;
  padding: 0 0 0 14px;
  border-left: 2px solid var(--groen-licht);
}
.mobielmenu__sub a {
  display: block;
  padding: 10px 0;
  font-size: 1rem;
  color: var(--inkt-2);
  text-decoration: none;
}
.mobielmenu__sub a[aria-current] { color: var(--groen-donker); font-weight: 650; }

.mobielmenu__voet { margin-top: 26px; text-align: center; }
.mobielmenu__tel {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
}

body.menu-open { overflow: hidden; }

/* ---------- 8. Hero ---------- */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(48px, 11vw, 108px);
  background: var(--groen-diep);
  color: #fff;
}
.hero__beeld {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero__beeld img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 42%;
  filter: grayscale(1) contrast(1.05);
  will-change: transform;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(6,71,31,.86) 0%, rgba(6,71,31,.62) 45%, rgba(6,71,31,.9) 100%),
    radial-gradient(120% 80% at 15% 20%, rgba(213,0,25,.34) 0%, rgba(213,0,25,0) 60%);
}

.hero__binnen { position: relative; max-width: 760px; }

.hero__titel {
  color: #fff;
  font-size: clamp(2.3rem, 9vw, 4.6rem);
  margin-bottom: .38em;
}
.hero__titel em {
  font-style: italic;
  color: #9BE8B7;
}
.hero__tekst {
  font-size: clamp(1.05rem, 3vw, 1.3rem);
  color: rgba(255,255,255,.9);
  max-width: 56ch;
}
.hero .knoprij { margin-top: 30px; }

.hero__bubbel {
  position: relative;
  display: inline-block;
  background: #fff;
  color: var(--groen);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  padding: 10px 20px;
  border-radius: 999px;
  margin-bottom: 22px;
  box-shadow: 0 0 0 4px var(--rood);
}
.hero__bubbel::after {
  content: "";
  position: absolute;
  left: 26px; bottom: -13px;
  border: 8px solid transparent;
  border-top-color: var(--rood);
  border-right-width: 14px;
}

.hero__voet {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.22);
  font-size: .92rem;
  color: rgba(255,255,255,.82);
}
.hero__voet span { display: inline-flex; align-items: center; gap: .5em; }
.hero__voet span::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #9BE8B7;
  flex: none;
}
.hero__credit {
  position: absolute;
  right: var(--gut);
  bottom: 10px;
  font-size: .68rem;
  letter-spacing: .04em;
  color: rgba(255,255,255,.5);
}

/* ---------- 9. Paginakop (binnenpagina's) ---------- */
.paginakop {
  position: relative;
  isolation: isolate;
  background: var(--room-2);
  padding-block: clamp(38px, 7vw, 76px);
  border-bottom: 1px solid var(--lijn);
  overflow: hidden;
}
.paginakop__binnen { position: relative; max-width: 780px; }
.paginakop__titel { margin-bottom: .3em; }
.paginakop__intro {
  font-size: clamp(1.04rem, 2.6vw, 1.24rem);
  line-height: 1.6;
  color: var(--inkt-2);
  max-width: 62ch;
}
.paginakop__bijschrift {
  margin-top: 20px;
  font-size: .82rem;
  color: var(--inkt-3);
}

.paginakop--foto { background: var(--groen-diep); border-bottom: 0; }
.paginakop--foto .paginakop__titel { color: #fff; }
.paginakop--foto .paginakop__intro { color: rgba(255,255,255,.88); }
.paginakop--foto .paginakop__bijschrift { color: rgba(255,255,255,.55); }
.paginakop--foto .eyebrow { color: #fff; background: rgba(255,255,255,.16); }
.paginakop--foto .eyebrow::before { background: #fff; }

.paginakop__beeld { position: absolute; inset: 0; z-index: -2; }
.paginakop__beeld img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.paginakop--foto::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, rgba(6,71,31,.93) 0%, rgba(6,71,31,.78) 55%, rgba(6,71,31,.45) 100%);
}

/* ---------- 10. Kaarten ---------- */
.rooster {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px)  { .rooster--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 760px)  { .rooster--3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .rooster--3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 640px)  { .rooster--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .rooster--4 { grid-template-columns: repeat(4, 1fr); } }

.kaart {
  display: flex;
  flex-direction: column;
  background: var(--wit);
  border: 1px solid var(--lijn);
  border-radius: var(--rad);
  padding: 26px 24px;
  box-shadow: var(--schaduw);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
a.kaart, .kaart--link { text-decoration: none; color: inherit; }
a.kaart:hover, .kaart--link:hover { transform: translateY(-4px); box-shadow: var(--schaduw-op); border-color: var(--groen); color: inherit; }

.kaart__niveau {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  background: var(--groen);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  border-radius: 999px;
  padding: 5px 14px;
  margin-bottom: 14px;
}
.kaart--a1a2 .kaart__niveau { background: var(--rood); }
.kaart--b1b2 .kaart__niveau { background: var(--inkt); }

.kaart__titel { margin-bottom: .35em; }
.kaart__kort { color: var(--inkt-2); margin-bottom: 18px; }

.kaart__feiten {
  list-style: none;
  margin: 0 0 20px;
  padding: 16px 0 0;
  border-top: 1px solid var(--lijn);
  font-size: .93rem;
}
.kaart__feiten li {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: .5em;
}
.kaart__feiten li::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--groen);
  flex: none;
  transform: translateY(-3px);
}
.kaart__prijs {
  margin-top: auto;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--groen-donker);
}
.kaart__prijsbij { font-size: .85rem; color: var(--inkt-3); margin-top: 2px; }
.kaart__meer { margin-top: 18px; }

/* Kleine icoonkaart */
.iconkaart { text-align: left; }
.iconkaart__cijfer {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--rood);
  line-height: 1;
  margin-bottom: 12px;
  display: block;
}

/* ---------- 11. Specificatietabel ---------- */
/* De twee kolommen komen pas als de spec-lijst zélf breed genoeg is, niet
   als het scherm breed is. Anders liep een spec in een halve kaart bij
   768px 124px buiten beeld. */
.spec {
  margin: 0;
  border-top: 1px solid var(--lijn);
  container-type: inline-size;
}
.spec__rij {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  padding-block: 15px;
  border-bottom: 1px solid var(--lijn);
}
.spec__label {
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--inkt-3);
}
.spec__waarde { margin: 0; }
.spec__label, .spec__waarde { overflow-wrap: break-word; min-width: 0; }

@container (min-width: 520px) {
  .spec__rij {
    grid-template-columns: minmax(0, 230px) minmax(0, 1fr);
    gap: 24px;
    align-items: baseline;
  }
}

/* ---------- 12. Speech-bubble citaat ---------- */
.bubbels {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}
@media (min-width: 780px)  { .bubbels { grid-template-columns: repeat(2, 1fr); } }

.bubbel {
  position: relative;
  background: var(--wit);
  border-radius: 24px;
  padding: 28px 26px 26px;
  box-shadow: var(--schaduw);
  border: 2px solid var(--rood);
}
.bubbel::after {
  content: "";
  position: absolute;
  left: 34px; bottom: -18px;
  width: 0; height: 0;
  border: 10px solid transparent;
  border-top-color: var(--rood);
  border-right-width: 18px;
}
.bubbel::before {
  content: "";
  position: absolute;
  left: 36px; bottom: -13px;
  width: 0; height: 0;
  border: 8px solid transparent;
  border-top-color: var(--wit);
  border-right-width: 14px;
  z-index: 1;
}
.bubbel__aanhaling {
  font-family: var(--serif);
  font-size: 2.6rem;
  line-height: .6;
  color: var(--rood);
  display: block;
  margin-bottom: 10px;
}
.bubbel__tekst {
  font-size: 1rem;
  color: var(--inkt-2);
  margin-bottom: 16px;
}
.bubbel__naam {
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--groen-donker);
  margin: 0;
}
.bubbel__extra { font-size: .86rem; color: var(--inkt-3); font-style: italic; }
.bubbels > * + * .bubbel { margin-top: 0; }
.bubbel + .bubbel, .bubbels .bubbel { margin-bottom: 18px; }

/* ---------- 13. Twee kolommen tekst + beeld ---------- */
.duo {
  display: grid;
  gap: clamp(26px, 5vw, 56px);
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 860px) {
  .duo { grid-template-columns: 1fr 1fr; }
  .duo--breed-links  { grid-template-columns: 1.15fr .85fr; }
  .duo--breed-rechts { grid-template-columns: .85fr 1.15fr; }
  .duo--omgekeerd .duo__beeld { order: -1; }
}
.duo__beeld img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--rad);
  box-shadow: var(--schaduw);
}
.duo__beeld--staand img { aspect-ratio: 3 / 4; }
.duo__beeld--vrij img { aspect-ratio: auto; }
.duo__bijschrift {
  margin-top: 10px;
  font-size: .82rem;
  color: var(--inkt-3);
}

.duo__beeld--vrij img {
  width: auto;
  max-width: min(100%, 340px);
  margin-inline: auto;
  aspect-ratio: auto;
  box-shadow: none;
  border-radius: var(--rad-s);
}

/* Gestapelde foto met accentvlak.
   z-index:0 maakt hier een eigen stapelcontext, anders verdwijnt het
   accentvlak achter de achtergrond van de sectie. */
.beeldstapel { position: relative; z-index: 0; }
.beeldstapel::before {
  content: "";
  position: absolute;
  inset: auto -14px -14px 22px;
  height: 70%;
  background: var(--groen-licht);
  border-radius: var(--rad);
  z-index: -1;
}

/* ---------- 14. Video ---------- */
.videoblok {
  position: relative;
  border-radius: var(--rad);
  overflow: hidden;
  background: #0b0b0a;
  box-shadow: var(--schaduw);
  aspect-ratio: 16 / 9;
}
.videoblok--vierkant { aspect-ratio: 1; }
.videoblok--staand   { aspect-ratio: 9 / 16; max-width: 360px; }
.videoblok video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.videoblok__start {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  border: 0;
  padding: 20px;
  background: rgba(6,71,31,.34);
  color: #fff;
  font-family: var(--sans);
  font-size: .95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .25s ease;
}
.videoblok__start:hover { background: rgba(6,71,31,.5); }
.videoblok__start::before {
  content: "";
  width: 66px; height: 66px;
  border-radius: 50%;
  background: var(--rood) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") no-repeat center / 30px;
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
  transition: transform .25s ease;
}
.videoblok__start:hover::before { transform: scale(1.08); }
.videoblok.is-gestart .videoblok__start { display: none; }
.videobijschrift { margin-top: 12px; font-size: .86rem; color: var(--inkt-3); }

/* ---------- 15. Galerie + lightbox ---------- */
.galerij {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 760px)  { .galerij { grid-template-columns: repeat(3, 1fr); gap: 18px; } }
@media (min-width: 1100px) { .galerij { grid-template-columns: repeat(4, 1fr); } }

.galerij__item {
  position: relative;
  display: block;
  border: 0;
  padding: 0;
  background: var(--zand);
  border-radius: var(--rad-s);
  overflow: hidden;
  cursor: zoom-in;
  aspect-ratio: 3 / 4;
}
.galerij__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: transform .5s ease, filter .4s ease;
}
.galerij__item:hover img { transform: scale(1.05); }
.galerij__onder {
  position: absolute;
  inset: auto 0 0 0;
  padding: 30px 14px 12px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.72) 100%);
  color: #fff;
  text-align: left;
}
.galerij__titel { display: block; font-family: var(--serif); font-size: 1rem; font-weight: 600; }
.galerij__plaats { display: block; font-size: .76rem; color: rgba(255,255,255,.78); }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12,12,10,.94);
  padding: 16px;
}
.lightbox[hidden] { display: none !important; }
.lightbox__fig { margin: 0; max-width: 1100px; width: 100%; text-align: center; }
.lightbox__fig img {
  max-height: 74vh;
  width: auto;
  margin-inline: auto;
  border-radius: 8px;
  -webkit-user-drag: none;
  user-select: none;
}
.lightbox__cap { color: #fff; margin-top: 16px; font-family: var(--serif); font-size: 1.1rem; }
.lightbox__cap small { display: block; font-family: var(--sans); font-size: .8rem; color: rgba(255,255,255,.6); margin-top: 4px; }
.lightbox__knop {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.lightbox__knop:hover { background: rgba(255,255,255,.22); }
.lightbox__knop--vorig  { left: 10px; }
.lightbox__knop--volgend{ right: 10px; }
.lightbox__sluit {
  position: absolute;
  top: 14px; right: 14px;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
}
@media (min-width: 900px) {
  .lightbox__knop--vorig  { left: 26px; }
  .lightbox__knop--volgend{ right: 26px; }
}

/* ---------- 16. Slider ---------- */
.slider { position: relative; }
.slider__spoor {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
}
.slider__spoor::-webkit-scrollbar { display: none; }
.slider__spoor.is-slepen { cursor: grabbing; scroll-behavior: auto; }

.slider__dia {
  flex: 0 0 84%;
  scroll-snap-align: center;
  margin: 0;
}
@media (min-width: 700px)  { .slider__dia { flex-basis: 48%; } }
@media (min-width: 1080px) { .slider__dia { flex-basis: 32%; } }

.slider__dia img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--rad-s);
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}
.slider__cap { font-size: .84rem; color: var(--inkt-3); margin-top: 8px; }

/* Bredere dia's, bijvoorbeeld voor fotoboekpagina's */
.slider--breed .slider__dia img { aspect-ratio: 16 / 10; }

.slider__bediening {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}
.slider__knop {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--lijn);
  background: var(--wit);
  color: var(--inkt);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color .2s, border-color .2s, transform .2s;
}
.slider__knop:hover { background: var(--groen); border-color: var(--groen); color: #fff; transform: translateY(-2px); }
.slider__hint { font-size: .84rem; color: var(--inkt-3); margin-left: auto; }

/* ---------- 17. Tijdlijn (lesdata / reisprogramma) ---------- */
.tijdlijn { list-style: none; margin: 0; padding: 0; }
.tijdlijn__item {
  position: relative;
  padding: 0 0 26px 30px;
  border-left: 2px solid var(--groen-licht);
  margin: 0;
}
.tijdlijn__item:last-child { border-left-color: transparent; padding-bottom: 0; }
.tijdlijn__item::before {
  content: "";
  position: absolute;
  left: -8px; top: 5px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--wit);
  border: 3px solid var(--groen);
}
.tijdlijn__dag {
  font-family: var(--serif);
  font-size: 1.14rem;
  font-weight: 700;
  margin: 0 0 .3em;
}
.tijdlijn__tekst { color: var(--inkt-2); margin: 0; }
.tijdlijn__nr {
  display: inline-block;
  min-width: 26px;
  color: var(--rood);
  font-weight: 700;
}

/* Datumraster */
.datums {
  list-style: none;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
}
@media (min-width: 620px) { .datums { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .datums { grid-template-columns: repeat(3, 1fr); } }
.datums li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  background: var(--wit);
  border: 1px solid var(--lijn);
  border-radius: var(--rad-s);
  padding: 12px 16px;
  margin: 0;
  font-size: .95rem;
}
.datums li b {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--rood);
  min-width: 1.6em;
}

/* ---------- 18. Notitie / waarschuwing ---------- */
.notitie {
  background: var(--groen-licht);
  border-left: 4px solid var(--groen);
  border-radius: 0 var(--rad-s) var(--rad-s) 0;
  padding: 20px 22px;
  font-size: .96rem;
}
.notitie--rood { background: var(--rood-licht); border-left-color: var(--rood); }
.notitie--zand { background: var(--zand); border-left-color: var(--inkt-3); }
.notitie h3 { margin-bottom: .4em; }

/* Aandachtsblok met grote nadruk */
.uitgelicht {
  background: var(--wit);
  border: 2px solid var(--groen);
  border-radius: var(--rad);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: var(--schaduw);
}
.uitgelicht__label {
  display: inline-block;
  background: var(--rood);
  color: #fff;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 5px 14px;
  margin-bottom: 16px;
}

/* ---------- 19. Formulieren ---------- */
.formulier { display: grid; gap: 18px; }
.veld { display: flex; flex-direction: column; gap: 7px; }
.veld--twee { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .veld--twee { grid-template-columns: 1fr 1fr; } }

.veld label, .veldgroep__kop {
  font-size: .88rem;
  font-weight: 650;
  color: var(--inkt);
}
.veld .hint { font-size: .8rem; font-weight: 400; color: var(--inkt-3); }

input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  color: var(--inkt);
  background: var(--wit);
  border: 1px solid var(--lijn);
  border-radius: var(--rad-s);
  padding: 13px 15px;
  transition: border-color .2s, box-shadow .2s;
}
textarea { min-height: 150px; resize: vertical; }
select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23857D73'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 22px;
  padding-right: 42px;
}
input:focus, select:focus, textarea:focus {
  outline: 0;
  border-color: var(--groen);
  box-shadow: 0 0 0 3px rgba(0,156,64,.16);
}

.keuzes { display: grid; gap: 10px; margin-top: 4px; }
.keuze {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  background: var(--wit);
  border: 1px solid var(--lijn);
  border-radius: var(--rad-s);
  padding: 12px 15px;
  font-size: .95rem;
  font-weight: 400;
  cursor: pointer;
  transition: border-color .2s, background-color .2s;
}
.keuze:hover { border-color: var(--groen); }
.keuze input { margin: 3px 0 0; width: 18px; height: 18px; accent-color: var(--groen); flex: none; }
.keuze--lang { align-items: flex-start; font-size: .88rem; color: var(--inkt-2); line-height: 1.5; }

.honing { position: absolute !important; left: -9999px; }

.melding {
  border-radius: var(--rad-s);
  padding: 18px 20px;
  margin-bottom: 24px;
  font-size: .97rem;
}
.melding--goed { background: var(--groen-licht); border-left: 4px solid var(--groen); }
.melding--fout { background: var(--rood-licht); border-left: 4px solid var(--rood); }
.melding ul { margin: .5em 0 0; }

/* ---------- 20. CTA-band ---------- */
.cta {
  background: var(--groen);
  color: #fff;
  padding-block: clamp(44px, 7vw, 76px);
  background-image: radial-gradient(90% 120% at 90% 10%, rgba(213,0,25,.4) 0%, rgba(213,0,25,0) 60%);
}
.cta__binnen {
  display: grid;
  gap: 26px;
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) { .cta__binnen { grid-template-columns: 1.2fr .8fr; gap: 50px; } }
.cta__titel { color: #fff; margin-bottom: .35em; }
.cta__tekst p { color: rgba(255,255,255,.92); margin: 0; max-width: 52ch; }
.cta__knoppen { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.cta__mail {
  width: 100%;
  color: rgba(255,255,255,.9);
  font-size: .92rem;
  text-decoration: underline;
}
.cta__mail:hover { color: #fff; }

/* ---------- 21. Voet ---------- */
.voet {
  background: var(--groen-diep);
  color: rgba(255,255,255,.78);
  padding-block: clamp(44px, 6vw, 72px) 0;
  font-size: .94rem;
}
.voet a { color: rgba(255,255,255,.86); text-decoration: none; }
.voet a:hover { color: #fff; text-decoration: underline; }

.voet__grid {
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr;
}
@media (min-width: 700px)  { .voet__grid { grid-template-columns: repeat(2, 1fr); gap: 40px; } }
@media (min-width: 1040px) { .voet__grid { grid-template-columns: 1.3fr .8fr 1fr 1.1fr; } }

.voet__logo { width: 82px; height: auto; aspect-ratio: 1; background: #fff; border-radius: 50%; padding: 8px; }
.voet__slogan {
  font-family: var(--serif);
  font-size: 1.2rem;
  color: #fff;
  margin: 16px 0 8px;
}
.voet__over { color: rgba(255,255,255,.66); font-size: .9rem; }
.voet__fb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  font-size: .9rem;
}
.voet__fb img { width: 30px; height: 30px; border-radius: 8px; }

.voet__kop {
  font-family: var(--sans);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #9BE8B7;
  margin-bottom: 14px;
}
.voet__lijst { list-style: none; margin: 0; padding: 0; }
.voet__lijst li { margin-bottom: .55em; }
.voet__lijst--adres li { margin-bottom: 1em; line-height: 1.5; color: rgba(255,255,255,.66); }
.voet__lijst--adres strong { color: #fff; font-weight: 600; }
.voet__lijst--twee { columns: 2; column-gap: 18px; font-size: .88rem; }
.voet__lijst--twee li { break-inside: avoid; }
.voet__klein { margin-top: 16px; font-size: .82rem; color: rgba(255,255,255,.5); }

.voet__onder {
  margin-top: clamp(34px, 5vw, 54px);
  padding-block: 22px 26px;
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: .82rem;
  color: rgba(255,255,255,.5);
  display: flex;
  flex-wrap: wrap;
  gap: 6px 26px;
  justify-content: space-between;
}
.voet__onder p { margin: 0; }

/* ---------- 22. Mobiele snelbalk (alleen telefoon) ---------- */
.snelbalk {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 110;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--lijn);
  box-shadow: 0 -6px 22px rgba(28,27,24,.08);
  padding-bottom: env(safe-area-inset-bottom);
}
.snelbalk__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 9px 4px 10px;
  font-size: .72rem;
  font-weight: 650;
  color: var(--inkt-2);
  text-decoration: none;
}
.snelbalk__item svg { width: 21px; height: 21px; fill: currentColor; }
.snelbalk__item--nadruk { color: var(--rood); }
.snelbalk__item:hover { color: var(--groen-donker); }

body { padding-bottom: 62px; }
@media (min-width: 900px) {
  .snelbalk { display: none; }
  body { padding-bottom: 0; }
}

/* ---------- 23. Terug-naar-boven ---------- */
.omhoog {
  position: fixed;
  right: 16px;
  bottom: 74px;
  z-index: 105;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--lijn);
  background: var(--wit);
  color: var(--inkt);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s, transform .25s, visibility .25s;
  box-shadow: var(--schaduw);
}
.omhoog svg { width: 24px; height: 24px; fill: currentColor; margin-inline: auto; }
.omhoog.is-zichtbaar { opacity: 1; visibility: visible; transform: translateY(0); }
.omhoog:hover { background: var(--groen); color: #fff; border-color: var(--groen); }
@media (min-width: 900px) { .omhoog { right: 24px; bottom: 24px; } }

/* ---------- 24. Animaties ---------- */
.animatie-aan .reveal {
  opacity: 0;
  transform: translateY(22px);
}
.animatie-aan .reveal.is-in {
  opacity: 1;
  transform: none;
  transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
}
.animatie-aan .reveal[data-vertraag="1"].is-in { transition-delay: .09s; }
.animatie-aan .reveal[data-vertraag="2"].is-in { transition-delay: .18s; }
.animatie-aan .reveal[data-vertraag="3"].is-in { transition-delay: .27s; }

/* Woord-voor-woord: alleen opacity + kleine verschuiving, nooit clippen */
.animatie-aan .woord {
  display: inline-block;
  opacity: 0;
  transform: translateY(.45em);
}
.animatie-aan .woord.is-in {
  opacity: 1;
  transform: none;
  transition: opacity .55s ease, transform .55s cubic-bezier(.22,.61,.36,1);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .animatie-aan .reveal,
  .animatie-aan .woord { opacity: 1 !important; transform: none !important; }
  .loader { display: none !important; }
}

/* ---------- 25. Desktopnavigatie ---------- */
@media (min-width: 1080px) {
  .hamburger { display: none; }
  .mobielmenu { display: none !important; }

  .hoofdmenu { display: block; }
  .hoofdmenu__lijst {
    display: flex;
    align-items: center;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hoofdmenu__item { position: relative; margin: 0; }
  .hoofdmenu__item > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 13px;
    border-radius: 999px;
    font-size: .93rem;
    font-weight: 550;
    color: var(--inkt);
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s, color .2s;
  }
  .hoofdmenu__item > a:hover { background: var(--groen-licht); color: var(--groen-donker); }
  .hoofdmenu__item.is-actief > a { color: var(--groen-donker); background: var(--groen-licht); }

  .hoofdmenu__item .pijl {
    width: 6px; height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .2s;
  }
  .hoofdmenu__item:hover .pijl { transform: translateY(1px) rotate(225deg); }

  .submenu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 268px;
    list-style: none;
    margin: 0;
    padding: 8px;
    background: var(--wit);
    border: 1px solid var(--lijn);
    border-radius: var(--rad-s);
    box-shadow: var(--schaduw-op);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .2s, transform .2s, visibility .2s;
  }
  .hoofdmenu__item:hover .submenu,
  .hoofdmenu__item:focus-within .submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .submenu li { margin: 0; }
  .submenu a {
    display: block;
    padding: 10px 13px;
    border-radius: 8px;
    font-size: .92rem;
    color: var(--inkt-2);
    text-decoration: none;
  }
  .submenu a:hover { background: var(--groen-licht); color: var(--groen-donker); }
  .submenu a[aria-current] { color: var(--groen-donker); font-weight: 650; }

  .nav .nav__cta { display: inline-flex; min-height: 44px; padding: 10px 22px; font-size: .92rem; }
  .merk__logo { width: 52px; }
}

/* ---------- 26. Kleine hulpklassen ---------- */
.mt-0 { margin-top: 0; }
.mt-s { margin-top: 14px; }
.mt-m { margin-top: 26px; }
.mt-l { margin-top: 44px; }
.tc   { text-align: center; }
.klein { font-size: .86rem; color: var(--inkt-3); }
.streep {
  width: 64px; height: 5px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--groen) 0 33%, #fff 33% 66%, var(--rood) 66% 100%);
  /* hairline, anders is het witte middendeel onzichtbaar op de roomkleur */
  box-shadow: 0 0 0 1px rgba(28, 27, 24, .1);
  margin: 0 0 20px;
}
.sectiekop--mid .streep { margin-inline: auto; }

/* ==================================================================
   Nieuwe structuur 2026 — pijlers, keuzehulp, pakketten, tours
   ================================================================== */

/* ---------- Tussenkop in de submenu's ---------- */
.submenu__kop { margin-top: 8px; padding-top: 10px; border-top: 1px solid var(--lijn); }
.submenu__kop > a { font-weight: 600; }
.mobielmenu__subkop { margin-top: 6px; padding-top: 8px; border-top: 1px solid var(--lijn); }
.mobielmenu__subkop > a { font-weight: 600; }

/* ---------- Prijs nog niet bekend ---------- */
.opaanvraag { color: var(--inkt-3); font-style: italic; }

/* ---------- De twee hoofdpijlers ---------- */
.pijlers {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 820px) { .pijlers { grid-template-columns: 1fr 1fr; gap: 28px; } }

.pijler {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 340px;
  padding: 30px 28px;
  border-radius: var(--rad-l);
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  box-shadow: var(--schaduw);
  transition: transform .3s ease, box-shadow .3s ease;
}
@media (min-width: 820px) { .pijler { min-height: 420px; } }
.pijler:hover, .pijler:focus-visible { transform: translateY(-4px); box-shadow: var(--schaduw-op); }

.pijler__beeld { position: absolute; inset: 0; z-index: 0; }
.pijler__beeld img { width: 100%; height: 100%; object-fit: cover; }
.pijler::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6,71,31,.15) 0%, rgba(6,71,31,.55) 45%, rgba(6,71,31,.88) 100%);
}
.pijler__binnen { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 10px; }
.pijler__icoon { font-size: 30px; line-height: 1; }
.pijler__titel { font-family: var(--serif); font-size: clamp(26px, 3.4vw, 34px); font-weight: 600; line-height: 1.15; }
.pijler__tekst { font-size: 16px; line-height: 1.55; color: rgba(255,255,255,.9); max-width: 42ch; }
.pijler__meer { color: #fff; border-bottom-color: rgba(255,255,255,.45); margin-top: 4px; align-self: flex-start; }
.pijler:hover .pijler__meer { gap: .8em; border-bottom-color: #fff; }

/* ---------- Keuzehulp ---------- */
.keuzehulp {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 620px)  { .keuzehulp { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .keuzehulp { grid-template-columns: repeat(4, 1fr); } }

.keuzehulp__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 20px;
  background: var(--wit);
  border: 1px solid var(--lijn);
  border-radius: var(--rad);
  text-decoration: none;
  box-shadow: var(--schaduw);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.keuzehulp__item:hover, .keuzehulp__item:focus-visible {
  transform: translateY(-3px);
  border-color: var(--groen);
  box-shadow: var(--schaduw-op);
}
.keuzehulp__label { font-weight: 600; font-size: 16px; line-height: 1.35; color: var(--inkt); }
.keuzehulp__naar {
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  color: var(--groen-donker);
  display: inline-flex;
  align-items: center;
  gap: .4em;
}
.keuzehulp__naar::after { content: "→"; transition: transform .2s; }
.keuzehulp__item:hover .keuzehulp__naar::after { transform: translateX(3px); }

/* ---------- De drie rollen (over mij) ---------- */
.rollen { display: grid; gap: 12px; grid-template-columns: 1fr; }
@media (min-width: 560px) { .rollen { grid-template-columns: repeat(3, 1fr); } }
.rol {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  background: rgba(255,255,255,.6);
  border: 1px solid var(--lijn);
  border-radius: var(--rad-s);
}
.rol__icoon { font-size: 22px; line-height: 1; }
.rol__titel { font-weight: 600; font-size: 15px; }
.rol__tekst { font-size: 14px; color: var(--inkt-2); line-height: 1.5; }

/* ---------- Citaat op een groene sectie ---------- */
.bubbel--op-groen { border-color: rgba(255,255,255,.75); background: rgba(255,255,255,.97); }

/* ---------- Uitgelichte kaart ---------- */
.kaart--accent { border-color: var(--groen); border-width: 2px; }

/* ---------- Modules (Italiaans voor je huis) ---------- */
.modules { display: grid; gap: 16px; grid-template-columns: 1fr; counter-reset: mod; }
@media (min-width: 700px)  { .modules { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .modules { grid-template-columns: repeat(3, 1fr); } }
.module {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 20px;
  background: var(--wit);
  border: 1px solid var(--lijn);
  border-radius: var(--rad);
  box-shadow: var(--schaduw);
}
.module__nr {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  color: var(--rood);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.module__titel { font-family: var(--serif); font-size: 20px; font-weight: 600; line-height: 1.2; }
.module__tekst { font-size: 15px; color: var(--inkt-2); line-height: 1.55; }

/* ---------- Begeleidingspakketten ---------- */
.pakketten { display: grid; gap: 18px; grid-template-columns: 1fr; align-items: stretch; }
@media (min-width: 720px)  { .pakketten { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .pakketten { grid-template-columns: repeat(4, 1fr); } }
.pakket {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px 22px;
  background: var(--wit);
  border: 1px solid var(--lijn);
  border-radius: var(--rad);
  box-shadow: var(--schaduw);
}
.pakket--accent { border: 2px solid var(--groen); }
.pakket__titel { font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1.2; }
.pakket__kort { font-size: 14px; color: var(--inkt-2); }
.pakket__prijs { font-family: var(--serif); font-size: 24px; font-weight: 600; color: var(--groen-donker); margin-top: 4px; }
.pakket__lijst { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.pakket__lijst li { position: relative; padding-left: 22px; font-size: 15px; line-height: 1.5; color: var(--inkt-2); }
.pakket__lijst li::before {
  content: "";
  position: absolute;
  left: 0; top: .5em;
  width: 12px; height: 6px;
  border-left: 2px solid var(--groen);
  border-bottom: 2px solid var(--groen);
  transform: rotate(-45deg);
}

/* ---------- Twee lijsten naast elkaar (inbegrepen / optioneel) ---------- */
.lijstduo { display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .lijstduo { grid-template-columns: 1fr 1fr; } }
.vinklijst { list-style: none; margin: 10px 0 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.vinklijst li { position: relative; padding-left: 24px; line-height: 1.5; }
.vinklijst li::before {
  content: "";
  position: absolute;
  left: 0; top: .5em;
  width: 12px; height: 6px;
  border-left: 2px solid var(--groen);
  border-bottom: 2px solid var(--groen);
  transform: rotate(-45deg);
}
.vinklijst--open li::before {
  border: 1.5px solid var(--inkt-3);
  width: 9px; height: 9px;
  border-radius: 50%;
  transform: none;
  top: .45em;
}

/* ---------- Datatabel (Puglia) ---------- */
.datatabel { width: 100%; border-collapse: collapse; margin-top: 8px; }
.datatabel th, .datatabel td { text-align: left; padding: 14px 12px; border-bottom: 1px solid var(--lijn); }
.datatabel th { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--inkt-3); font-weight: 600; }
.datatabel td { font-size: 16px; }
.datatabel tr:last-child td { border-bottom: none; }

/* ---------- Paginakop met een KLEURENfoto ----------
   De standaardwaas is 93% groen; prima over de zwart-witfoto's, maar die
   maakt een kleurenfoto dof en eenkleurig. Deze variant gebruikt een heel
   donker, ontkleurd groen zodat de tekst leesbaar blijft én de foto kleur houdt. */
.paginakop--kleur::after {
  background: linear-gradient(100deg,
    rgba(10, 26, 16, .88) 0%,
    rgba(10, 26, 16, .68) 45%,
    rgba(10, 26, 16, .36) 72%,
    rgba(10, 26, 16, .10) 100%);
}
.paginakop--kleur .paginakop__beeld img { object-position: center 55%; }

/* Zelfde gedachte voor een pijler met een kleurenfoto */
.pijler--kleur::after {
  background: linear-gradient(180deg,
    rgba(10, 26, 16, .05) 0%,
    rgba(10, 26, 16, .40) 45%,
    rgba(10, 26, 16, .84) 100%);
}
/* Positano is een brede panorama; centreer de uitsnede op het stadje
   in plaats van op de waterspatten aan de rechterkant. */
.pijler--kleur .pijler__beeld img { object-position: 38% center; }
