/* =========================================================================
   Reisalbum Zuid-Afrika 2026 — veldnotitieboek
   Palet: perkament + savanne-goud + terracotta + acacia-groen
   ========================================================================= */
:root {
  --sand:      #F4ECDD;
  --sand-2:    #EBDEC7;
  --card:      #FBF6EC;
  --ink:       #251D12;
  --ink-soft:  #5C4C38;
  --terracotta:#B9552F;
  --gold:      #C7952F;
  --acacia:    #4C6444;
  --night:     #212E1B;
  --line:      rgba(60, 45, 25, .16);
  --shadow:    0 18px 40px -24px rgba(45, 32, 12, .55);

  --display: "Fraunces", Georgia, serif;
  --body: "Inter", system-ui, sans-serif;
  --mono: "Spline Sans Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background: var(--sand);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--terracotta); }

.eyebrow {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .72rem;
  font-weight: 600;
  color: var(--terracotta);
  margin: 0 0 .8rem;
}
.eyebrow--light { color: rgba(255, 244, 228, .85); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  color: #fdf6ea;
  overflow: hidden;
  background: linear-gradient(160deg, #3a4a2e, #6b5330); /* fallback als hero-foto niet laadt */
}
.hero__img {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: slowzoom 22s ease-out forwards;
}
@keyframes slowzoom { to { transform: scale(1); } }
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(14, 11, 5, .92) 0%, rgba(14, 11, 5, .6) 34%, rgba(14, 11, 5, .28) 62%, rgba(14, 11, 5, .45) 100%),
    linear-gradient(to right, rgba(14, 11, 5, .6) 0%, rgba(14, 11, 5, .15) 52%, rgba(14, 11, 5, 0) 100%);
}
/* extra leesbaarheid: donkere veeg direct achter de titeltekst */
.hero__inner { text-shadow: 0 1px 24px rgba(0, 0, 0, .55); }
/* subtiel linkje naar omrekentool, rechtsboven */
.hero__tool {
  position: absolute;
  top: max(1.3rem, 3vh);
  right: max(1.3rem, 5vw);
  z-index: 3;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(253, 246, 234, .85);
  text-decoration: none;
  border: 1px solid rgba(253, 246, 234, .3);
  padding: .4rem .75rem;
  border-radius: 999px;
  backdrop-filter: blur(2px);
  transition: background .2s, border-color .2s, color .2s;
}
.hero__tool:hover { background: rgba(253, 246, 234, .14); border-color: rgba(253, 246, 234, .6); color: #fff; }
.hero__inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  padding: 0 6vw 8vh;
}
.hero__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(3.4rem, 13vw, 9rem);
  line-height: .92;
  letter-spacing: -.02em;
  margin: 0;
  text-shadow: 0 2px 30px rgba(0,0,0,.35);
}
.hero__title span { font-style: italic; color: var(--gold); font-weight: 500; }
.hero__sub {
  font-family: var(--display);
  font-size: clamp(1.1rem, 2.6vw, 1.6rem);
  font-weight: 400;
  max-width: 34ch;
  margin: 1.2rem 0 .4rem;
  color: #f4ead6;
}
.hero__meta {
  font-family: var(--mono);
  font-size: .82rem;
  letter-spacing: .04em;
  color: rgba(253, 246, 234, .8);
  margin: 0;
}
.hero__scroll {
  display: inline-block;
  margin-top: 2.4rem;
  font-family: var(--mono);
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #fdf6ea;
  text-decoration: none;
  border-bottom: 1px solid rgba(253, 246, 234, .5);
  padding-bottom: .3rem;
}
.hero__scroll span { display: inline-block; transition: transform .3s; }
.hero__scroll:hover span { transform: translateY(3px); }

/* ---------- Secties ---------- */
.section { max-width: 1080px; margin: 0 auto; padding: clamp(3.5rem, 8vw, 6.5rem) 6vw; }
.section__head { max-width: 40ch; margin-bottom: 2.4rem; }
.section__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.9rem, 5vw, 3rem);
  line-height: 1.05;
  letter-spacing: -.015em;
  margin: 0 0 .6rem;
}
.section__lead { color: var(--ink-soft); margin: 0; font-size: 1.05rem; }

/* ---------- Kaart ---------- */
.section--map { padding-bottom: clamp(2rem, 5vw, 3.5rem); }
.map-wrap {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--night);
  position: relative;
  z-index: 0;
  isolation: isolate; /* houdt Leaflet's interne z-index binnen de kaart, valt niet over knop/popup */
}
#map {
  height: min(60vh, 560px);
  width: 100%;
  background: var(--night);
}
/* Genummerde route-stempel (signature) */
.pin {
  width: 34px; height: 34px;
  display: grid; place-items: center;
  background: var(--terracotta);
  color: #fdf3e6;
  font-family: var(--mono);
  font-weight: 600;
  font-size: .95rem;
  border-radius: 50% 50% 50% 4px;
  transform: rotate(-45deg);
  box-shadow: 0 6px 14px -4px rgba(0,0,0,.5);
  border: 2px solid #fdf3e6;
}
.pin span { transform: rotate(45deg); }
.pin--air {
  background: var(--night);
  border-radius: 50%;
  font-size: 1rem;
}
.pin--air span { transform: none; }
.leaflet-container { font-family: var(--body); }
.leaflet-popup-content-wrapper {
  border-radius: 12px;
  font-family: var(--body);
}
.leaflet-popup-content { margin: .7rem .9rem; }
.pop__nr { font-family: var(--mono); color: var(--terracotta); font-size: .72rem; letter-spacing: .1em; }
.pop__name { font-family: var(--display); font-weight: 600; font-size: 1.1rem; margin: .1rem 0; }
.pop__dates { font-size: .82rem; color: var(--ink-soft); }
.pop__link { display: inline-block; margin-top: .4rem; font-family: var(--mono); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }

/* ---------- Onderdelen (accordion) ---------- */
.stops { max-width: 1080px; margin: 0 auto; padding: 1rem 0 2.5rem; }
.seg { border-top: 1px solid var(--line); scroll-margin-top: 74px; transition: background .2s; }
.seg:first-child { border-top: 0; }
.seg:nth-child(even) { background: var(--sand-2); }          /* om-en-om tint voor overzicht */

.seg__head {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: clamp(.7rem, 2vw, 1.2rem);
  width: 100%;
  padding: .9rem clamp(1rem, 5vw, 2rem);
  background: none; border: 0; cursor: pointer;
  text-align: left; font: inherit; color: inherit;
}
.seg__thumb { width: 58px; height: 58px; border-radius: 10px; overflow: hidden; flex: none; background: var(--sand-2); }
.seg__thumb img, .seg__photo img { width: 100%; height: 100%; object-fit: cover; }
.seg__thumb.seg--noimg, .seg__photo.seg--noimg { background: linear-gradient(150deg, var(--acacia), var(--gold)); }
.seg__nr { font-family: var(--mono); font-weight: 600; color: var(--terracotta); font-size: 1rem; min-width: 1.3rem; text-align: center; }
.seg__titles { display: grid; gap: .12rem; min-width: 0; }
.seg__title { font-family: var(--display); font-weight: 600; font-size: clamp(1.15rem, 2.4vw, 1.5rem); line-height: 1.05; transition: color .2s; }
.seg__sub { font-family: var(--body); font-size: .84rem; color: var(--ink-soft); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.seg__meta { display: flex; flex-direction: column; align-items: flex-end; gap: .3rem; }
.seg__dates { font-family: var(--mono); font-size: .76rem; color: var(--ink-soft); white-space: nowrap; }
.seg__badge { font-family: var(--mono); font-size: .66rem; letter-spacing: .03em; background: var(--terracotta); color: #fdf3e6; padding: .18rem .5rem; border-radius: 999px; white-space: nowrap; }
.seg__badge[hidden] { display: none; }
.seg__chev { color: var(--ink-soft); font-size: .9rem; transition: transform .25s; }
.seg[data-open="true"] .seg__chev { transform: rotate(180deg); }
.seg__head:hover .seg__title { color: var(--terracotta); }

.seg__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.seg[data-open="true"] .seg__body { grid-template-rows: 1fr; }
.seg__inner { overflow: hidden; min-height: 0; opacity: 0; transition: opacity .3s ease .05s; padding: 0 clamp(1rem, 5vw, 2rem) 2.2rem; }
.seg[data-open="true"] .seg__inner { opacity: 1; }
.seg--instant .seg__body, .seg--instant .seg__inner { transition: none; } /* direct sluiten bij single-open, geen layout-verschuiving */
.seg__detail { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 3vw, 2.6rem); align-items: start; margin-bottom: 1.6rem; }
.seg__photo { border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; background: var(--sand-2); }

@media (max-width: 760px) {
  .seg__head { grid-template-columns: auto auto minmax(0, 1fr) auto; gap: .7rem; padding: .8rem 1rem; }
  .seg__chev { display: none; }
  .seg__thumb { width: 48px; height: 48px; }
  .seg__detail { grid-template-columns: 1fr; }
}

.stop__tagline { font-family: var(--mono); font-size: .74rem; text-transform: uppercase; letter-spacing: .16em; color: var(--acacia); margin: 0 0 .7rem; }
.stop__name {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
  letter-spacing: -.02em;
  margin: 0 0 .3rem;
}
.stop__area { font-family: var(--display); font-style: italic; color: var(--ink-soft); font-size: 1.15rem; margin: 0 0 1.1rem; }

.stop__facts { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 0 1.2rem; }
.fact {
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .04em;
  padding: .34rem .6rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: var(--card);
}
.fact--malaria-zone { color: #fff; background: var(--terracotta); border-color: var(--terracotta); }
.fact--malaria-vrij { color: var(--acacia); border-color: rgba(76,100,68,.4); }
.fact--flight { color: var(--night); border-color: rgba(33,46,27,.35); }

.stop__sfeer { font-size: 1.06rem; margin: 0 0 1rem; max-width: 46ch; }
.stop__extra {
  font-size: .92rem;
  color: var(--ink-soft);
  margin: 0 0 1.3rem;
  max-width: 46ch;
  padding-left: .9rem;
  border-left: 2px solid var(--gold);
}
.stop__acco { font-family: var(--mono); font-size: .78rem; color: var(--ink-soft); margin: 0 0 .5rem; }
.stop__acco b { color: var(--ink); font-weight: 600; }
.stop__address { display: flex; align-items: center; gap: .45rem; font-family: var(--mono); font-size: .78rem; margin: 0 0 1.3rem; }
.stop__pin { color: var(--terracotta); flex: none; display: inline-flex; }
.stop__address a { color: var(--ink-soft); text-decoration: none; border-bottom: 1px solid rgba(185, 85, 47, .4); }
.stop__address a:hover { color: var(--terracotta); border-color: var(--terracotta); }

.chips { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; padding: 0; margin: 0 0 1.4rem; }
.chip {
  font-size: .84rem;
  padding: .4rem .75rem;
  background: var(--sand-2);
  border-radius: 8px;
  color: var(--ink);
}

/* Ideeën-knop */
.ideas-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  margin: 0 0 1.4rem;
  padding: .6rem 1rem;
  font-family: var(--mono); font-size: .78rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--terracotta);
  background: var(--card);
  border: 1px solid rgba(185, 85, 47, .4);
  border-radius: 999px;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.ideas-btn:hover { background: var(--terracotta); color: #fdf3e6; }
.ideas-btn span { font-size: .9rem; }

/* Ideeën-popup */
.modal__panel.modal__panel--wide { width: min(880px, 100%); }
.ideas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.1rem;
  margin-top: 1.2rem;
}
.idea-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.idea-card__media { aspect-ratio: 3 / 2; background: var(--sand-2); overflow: hidden; }
.idea-card__media img { width: 100%; height: 100%; object-fit: cover; }
.idea-card__media--noimg { background: linear-gradient(150deg, var(--acacia), var(--gold)); }
.idea-card__body { padding: .9rem 1rem 1.1rem; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
.idea-card__title { font-family: var(--display); font-weight: 600; font-size: 1.15rem; line-height: 1.15; margin: 0; }
.idea-card__blurb { font-size: .9rem; color: var(--ink-soft); margin: 0; flex: 1; }
.idea-card__link { font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; text-decoration: none; margin-top: .2rem; }

/* Foto-galerij in een notitie */
.note__gallery { display: grid; gap: 6px; margin-top: .5rem; }
.note__gallery--multi { grid-template-columns: repeat(auto-fill, minmax(116px, 1fr)); max-width: 560px; }
.note__photo { border-radius: 10px; overflow: hidden; }
.note__photo img { width: 100%; height: 100%; object-fit: cover; display: block; cursor: zoom-in; }
.note__gallery--multi .note__photo { aspect-ratio: 1; }
.note__gallery:not(.note__gallery--multi) .note__photo { max-width: 360px; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 80; display: flex; align-items: center; justify-content: center; gap: 1rem; padding: 2vh 1rem; background: rgba(12, 9, 4, .93); }
.lightbox[hidden] { display: none; }
.lightbox__stage { margin: 0; display: flex; flex-direction: column; align-items: center; gap: .8rem; }
.lightbox__img { max-width: 90vw; max-height: 84vh; object-fit: contain; border-radius: 8px; box-shadow: 0 24px 60px rgba(0,0,0,.55); }
.lightbox__count { font-family: var(--mono); font-size: .8rem; color: rgba(253, 246, 234, .75); }
.lightbox__close { position: absolute; top: 1rem; right: 1.2rem; background: none; border: 0; color: #fdf6ea; font-size: 2rem; line-height: 1; cursor: pointer; }
.lightbox__nav { flex: none; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(253, 246, 234, .3); background: rgba(0, 0, 0, .35); color: #fdf6ea; font-size: 1.8rem; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .2s; }
.lightbox__nav:hover { background: rgba(0, 0, 0, .6); }
@media (max-width: 640px) {
  .lightbox { gap: 0; }
  .lightbox__nav { position: absolute; bottom: 3vh; z-index: 2; }
  .lightbox__nav--prev { left: 18%; }
  .lightbox__nav--next { right: 18%; }
}

/* Custom fotokiezer */
.uploader {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .35rem;
  padding: 1.1rem 1rem;
  border: 1.5px dashed rgba(60, 45, 25, .3);
  border-radius: 12px;
  background: var(--sand);
  color: var(--ink-soft);
  cursor: pointer;
  text-align: center;
  transition: border-color .2s, background .2s;
}
.uploader:hover, .uploader:focus-visible { border-color: var(--terracotta); background: #fff; }
.uploader--over { border-color: var(--terracotta); background: #fff; border-style: solid; }
.uploader__icon { font-size: 1.4rem; color: var(--terracotta); line-height: 1; }
.uploader__text { font-size: .88rem; }
.uploader__text u { text-decoration-color: var(--terracotta); }

/* Multi-foto voorbeeld in formulier */
.field-preview { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .6rem; }
.thumb { position: relative; width: 76px; height: 76px; }
.thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); }
.thumb__rm {
  position: absolute; top: -7px; right: -7px;
  width: 20px; height: 20px;
  display: grid; place-items: center;
  background: var(--ink); color: #fff;
  border: 2px solid var(--card);
  border-radius: 50%;
  font-size: .8rem; line-height: 1; cursor: pointer;
  padding: 0;
}
.thumb__rm:hover { background: var(--terracotta); }

/* per-stop mini-logboek */
.stop__notes { border-top: 1px dashed var(--line); padding-top: 1rem; }
.stop__notes-title { font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-soft); margin: 0 0 .8rem; }
.note {
  display: grid;
  gap: .4rem;
  padding: .8rem 0;
  border-bottom: 1px dotted var(--line);
}
.note:last-child { border-bottom: 0; }
.note__head { display: flex; gap: .6rem; align-items: baseline; font-family: var(--mono); font-size: .72rem; color: var(--ink-soft); }
.note__author { color: var(--terracotta); font-weight: 600; }
.note__text { margin: 0; font-size: .98rem; }
.note__photo { border-radius: 10px; overflow: hidden; margin-top: .3rem; max-width: 340px; }
.note__photo img { width: 100%; height: auto; }
.note__del {
  justify-self: start;
  font-family: var(--mono); font-size: .68rem;
  background: none; border: 0; color: var(--ink-soft);
  cursor: pointer; padding: 0; text-decoration: underline;
}
.note__empty { color: var(--ink-soft); font-size: .92rem; font-style: italic; margin: 0; }

/* ---------- Logboek-feed ---------- */
.section--log { background: var(--sand-2); max-width: none; }
.section--log .section__head, .feed { max-width: 1080px; margin-left: auto; margin-right: auto; }
.feed { display: grid; gap: 1.1rem; }
.feed .note {
  background: var(--card);
  border: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.1rem 1.2rem;
}
.feed .note__loc { font-family: var(--mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: var(--acacia); }
.feed__empty { color: var(--ink-soft); font-style: italic; }

/* ---------- Footer ---------- */
.foot { background: var(--night); color: #e9dfca; text-align: center; padding: 3.5rem 6vw; }
.foot__title { font-family: var(--display); font-size: 1.6rem; margin: 0 0 .3rem; }
.foot__line { font-family: var(--mono); font-size: .8rem; color: rgba(233,223,202,.7); margin: 0 0 1rem; }
.foot__credit { font-size: .78rem; color: rgba(233,223,202,.55); margin: 0; }
.foot__credit a { color: rgba(233,223,202,.85); }

/* Omrekentool ZAR <-> EUR */
.convert { display: flex; align-items: flex-end; gap: 1rem; flex-wrap: wrap; max-width: 620px; }
.convert__field { display: grid; gap: .35rem; flex: 1; min-width: 150px; }
.convert__field span { font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-soft); }
.convert__field input { font-family: var(--body); font-size: 1.25rem; padding: .7rem .8rem; border: 1px solid var(--line); border-radius: 10px; background: var(--card); color: var(--ink); width: 100%; }
.convert__field input:focus { outline: 2px solid var(--terracotta); outline-offset: 1px; }
.convert__swap { font-size: 1.3rem; color: var(--terracotta); padding-bottom: .7rem; }
.convert__rate { font-family: var(--mono); font-size: .8rem; color: var(--ink-soft); margin: 1.1rem 0 0; }
@media (max-width: 520px) { .convert__swap { display: none; } }

/* ---------- Zwevende knop ---------- */
.fab {
  position: fixed;
  right: max(1.2rem, 3vw);
  bottom: max(1.2rem, 3vw);
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .85rem 1.25rem;
  background: var(--terracotta);
  color: #fdf3e6;
  border: 0;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 28px -10px rgba(120, 50, 20, .8);
  transition: transform .2s, box-shadow .2s;
}
.fab:hover { transform: translateY(-2px); box-shadow: 0 18px 32px -10px rgba(120, 50, 20, .9); }
.fab__plus { font-size: 1.3rem; line-height: 1; }

/* ---------- Modal ---------- */
.modal { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 1rem; }
.modal[hidden] { display: none; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(25, 18, 8, .55); backdrop-filter: blur(3px); }
.modal__panel {
  position: relative;
  width: min(460px, 100%);
  max-height: 92vh;
  overflow-y: auto;
  background: var(--card);
  border-radius: 18px;
  padding: 1.8rem 1.7rem;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.6);
}
.modal__x { position: absolute; top: .7rem; right: .9rem; background: none; border: 0; font-size: 1.7rem; line-height: 1; color: var(--ink-soft); cursor: pointer; }
.modal__title { font-family: var(--display); font-weight: 600; font-size: 1.6rem; margin: 0 0 1.2rem; }

.form { display: grid; gap: 1rem; }
.field { display: grid; gap: .35rem; }
.field__label { font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-soft); }
.field__input, .field__area {
  font-family: var(--body);
  font-size: 1rem;
  padding: .65rem .75rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  width: 100%;
}
.field__area { resize: vertical; }
.field__input:focus, .field__area:focus, .field__file:focus-visible { outline: 2px solid var(--terracotta); outline-offset: 1px; }
.field__file { font-family: var(--body); font-size: .9rem; }
.field__hint { font-size: .74rem; color: var(--ink-soft); }
.field-preview[hidden] { display: none; }
.form__error { color: #a5341c; font-size: .9rem; margin: 0; }
.form__error[hidden] { display: none; }

.btn {
  font-family: var(--mono);
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .85rem 1rem;
  background: var(--acacia);
  color: #f4ecd9;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  transition: filter .2s;
}
.btn:hover { filter: brightness(1.08); }
.btn:disabled { opacity: .6; cursor: wait; }

/* ---------- Responsief ---------- */
@media (max-width: 760px) {
  .stop { grid-template-columns: 1fr; }
  .stop:nth-child(even) .stop__media { order: 0; }
  .fab__label { display: none; }
  .fab { padding: .9rem; }
  .fab__plus { font-size: 1.5rem; }
}

/* ---------- Toegankelijkheid ---------- */
:focus-visible { outline: 2px solid var(--terracotta); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__img { animation: none; transform: none; }
  .stop__media img, .fab, .hero__scroll span, .seg__body, .seg__inner, .seg__chev { transition: none; }
  * { animation-duration: .001ms !important; }
}
