/* ===================================================================
   FaunaKompas — landingpage
   Aesthetiek: warme veldgids / cartografie. Brand: bruin #5c3704 (Fauna),
   olijfgroen #628803 (Kompas), diepgroen #395a04, op crème papier.
   =================================================================== */

:root {
  /* brand */
  --brown:        #5c3704;
  --brown-warm:   #7a4a0e;
  --green:        #5f8a07;
  --green-deep:   #395a04;
  --green-bright: #7aa30a;

  /* surfaces */
  --cream:        #f8f4ea;
  --cream-2:      #f1ebda;
  --card:         #fffdf8;
  --sand:         #e6dcc3;
  --sand-strong:  #d8caa9;

  /* ink */
  --ink:          #2b1d0c;
  --ink-soft:     #5c4a30;
  --ink-faint:    #8a7a5e;

  /* shape */
  --r-sm: 10px;
  --r:    16px;
  --r-lg: 24px;
  --shadow:    0 1px 2px rgba(43,29,12,.05), 0 12px 28px -16px rgba(43,29,12,.22);
  --shadow-lg: 0 2px 4px rgba(43,29,12,.06), 0 30px 60px -24px rgba(43,29,12,.32);

  --maxw: 1160px;
  --pad: clamp(1.1rem, 4vw, 2.5rem);

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Hanken Grotesk", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background-color: var(--cream);
  background-image:
    radial-gradient(circle at 0.8px 0.8px, rgba(92,55,4,.05) 0.8px, transparent 0);
  background-size: 22px 22px;
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}

/* ---------- typografie ---------- */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0;
  font-optical-sizing: auto;
}
h1 {
  font-size: clamp(2.5rem, 5.4vw, 4.4rem);
  line-height: 1.02;
}
h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--green-deep);
}
h2 { font-size: clamp(1.85rem, 3.4vw, 2.9rem); }
h3 { font-size: 1.22rem; letter-spacing: -0.01em; }

.wm-fauna  { color: var(--brown); }
.wm-kompas { color: var(--green); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 1.2rem;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--green-deep);
}
.eyebrow .tick {
  width: 26px; height: 2px;
  background: var(--green); border-radius: 2px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 .9rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--brown-warm);
}
.kicker-tick { width: 16px; height: 16px; flex: none;
  background:
    linear-gradient(var(--green),var(--green)) center/2px 16px no-repeat,
    linear-gradient(var(--green),var(--green)) center/16px 2px no-repeat;
}

/* ---------- buttons ---------- */
.btn {
  --btn-pad-y: .82rem; --btn-pad-x: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .98rem;
  line-height: 1;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease;
}
.btn-sm { --btn-pad-y: .58rem; --btn-pad-x: 1.05rem; font-size: .9rem; }
.btn-lg { --btn-pad-y: 1rem; --btn-pad-x: 1.9rem; font-size: 1.05rem; }

.btn-primary {
  background: var(--green-deep);
  color: var(--cream);
  box-shadow: 0 10px 22px -12px rgba(57,90,4,.8);
}
.btn-primary:hover {
  background: var(--green);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -14px rgba(57,90,4,.85);
}
.btn-ghost {
  background: transparent;
  color: var(--brown);
  border-color: var(--sand-strong);
}
.btn-ghost:hover {
  border-color: var(--brown);
  background: rgba(92,55,4,.04);
  transform: translateY(-2px);
}

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248,244,234,.82);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--sand);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: 72px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
  margin-right: auto;
}
.brand-mark { width: 44px; height: 44px; object-fit: contain; }
.brand-word {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.32rem;
  letter-spacing: -0.01em;
}
.site-nav { display: flex; gap: 1.6rem; }
.site-nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-weight: 500;
  font-size: .98rem;
  position: relative;
  padding: .2rem 0;
}
.site-nav a::after {
  content: "";
  position: absolute; left: 0; right: 100%; bottom: -2px;
  height: 2px; background: var(--green);
  transition: right .22s ease;
}
.site-nav a:hover { color: var(--ink); }
.site-nav a:hover::after { right: 0; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(3.5rem, 8vw, 6.5rem);
}
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  color: var(--brown);
  opacity: .10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.compass-rose {
  width: min(60vw, 720px);
  height: auto;
  transform: translate(18%, 0);
  animation: rose-in 1.4s ease both;
}
@keyframes rose-in {
  from { opacity: 0; transform: translate(18%,0) rotate(-12deg) scale(.92); }
  to   { opacity: 1; transform: translate(18%,0) rotate(0) scale(1); }
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.lead {
  font-size: clamp(1.06rem, 1.6vw, 1.22rem);
  color: var(--ink-soft);
  max-width: 33ch;
  margin: 1.5rem 0 0;
}
.lead strong { font-family: var(--font-display); font-weight: 600; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }

.hero-facts {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 2.6rem 0 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--sand);
}
.hero-facts li { display: flex; flex-direction: column; }
.fact-num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.32rem;
  color: var(--green-deep);
}
.fact-lbl { font-size: .85rem; color: var(--ink-faint); }

.hero-art { display: flex; justify-content: center; }
.emblem-halo {
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
}
.emblem-halo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, #ffffff 0%, var(--cream) 58%, transparent 72%);
}
.emblem-halo img {
  position: relative;
  width: min(100%, 460px);
  height: auto;
  filter: drop-shadow(0 26px 38px rgba(57,90,4,.18));
}

/* ---------- bands ---------- */
.band { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.band-over   { background: var(--cream); }
.band-expect { background: var(--cream-2); border-block: 1px solid var(--sand); }
.band-give   { background: var(--cream); }
.band-plan   { background: var(--cream-2); border-block: 1px solid var(--sand); }

.section-head { max-width: 56ch; margin-bottom: 2.8rem; }
.section-sub {
  margin: .9rem 0 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

/* over */
.over-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}
.over-grid h2 { max-width: 14ch; }
.over-body p { margin: 0 0 1.1rem; color: var(--ink-soft); font-size: 1.08rem; }
.over-body p:last-child { margin-bottom: 0; }

/* card grid */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.card {
  background: var(--card);
  border: 1px solid var(--sand);
  border-radius: var(--r);
  padding: 1.6rem 1.5rem;
  box-shadow: var(--shadow);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--sand-strong);
}
.card-ic {
  display: inline-grid;
  place-items: center;
  width: 50px; height: 50px;
  border-radius: 14px;
  background: rgba(95,138,7,.12);
  color: var(--green-deep);
  margin-bottom: 1.1rem;
}
.card-ic svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: .45rem; color: var(--brown); }
.card p { margin: 0; color: var(--ink-soft); font-size: .98rem; }

/* two-col panels */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 1.4rem;
}
.panel {
  background: var(--card);
  border: 1px solid var(--sand);
  border-radius: var(--r-lg);
  padding: clamp(1.6rem, 3vw, 2.4rem);
  box-shadow: var(--shadow);
}
.panel-accent {
  background:
    linear-gradient(180deg, rgba(95,138,7,.06), rgba(95,138,7,0) 40%),
    var(--card);
  border-color: var(--sand-strong);
}
.panel-ic {
  display: inline-grid; place-items: center;
  width: 48px; height: 48px; border-radius: 13px;
  background: rgba(122,74,14,.12); color: var(--brown);
  margin-bottom: 1.1rem;
}
.panel-ic svg { width: 25px; height: 25px; }
.panel h2 { font-size: 1.7rem; margin-bottom: 1rem; }
.panel-big {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 2.4rem;
  color: var(--green-deep);
  margin: 0 0 1.3rem;
  line-height: 1;
}
.panel-big span { font-size: 1rem; font-weight: 500; color: var(--ink-faint); font-family: var(--font-body); }

.lined-list { list-style: none; margin: 0; padding: 0; }
.lined-list li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .8rem 0;
  border-top: 1px dashed var(--sand-strong);
}
.lined-list li:last-child { border-bottom: 1px dashed var(--sand-strong); }
.lined-list span { font-weight: 600; color: var(--ink); }
.lined-list em { font-style: normal; color: var(--ink-faint); text-align: right; }
.panel-note {
  margin: 1.2rem 0 0;
  font-style: italic;
  color: var(--brown-warm);
  font-family: var(--font-display);
}

.check-list { list-style: none; margin: 0 0 1.6rem; padding: 0; }
.check-list li {
  position: relative;
  padding: .5rem 0 .5rem 2rem;
  color: var(--ink-soft);
  font-size: 1.02rem;
}
.check-list li::before {
  content: "";
  position: absolute; left: 0; top: .72rem;
  width: 18px; height: 10px;
  border-left: 2.4px solid var(--green); border-bottom: 2.4px solid var(--green);
  transform: rotate(-45deg);
}
.perks {
  display: flex; flex-wrap: wrap; gap: .55rem;
  padding-top: 1.4rem; border-top: 1px solid var(--sand);
}
.perk {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .5rem .85rem;
  background: var(--cream);
  border: 1px solid var(--sand);
  border-radius: 999px;
  font-size: .85rem; font-weight: 500; color: var(--brown);
}
.perk svg { width: 17px; height: 17px; color: var(--green-deep); flex: none; }

/* timeline */
.timeline {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 7px; left: 7%; right: 7%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--sand-strong) 0 8px, transparent 8px 16px);
}
.timeline li { position: relative; padding-top: 2rem; }
.tl-dot {
  position: absolute; top: 0; left: 0;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--card);
  border: 3px solid var(--green);
}
.tl-final .tl-dot { background: var(--green-deep); border-color: var(--brown); }
.tl-month {
  display: block;
  font-size: .75rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--green-deep);
  margin-bottom: .35rem;
}
.timeline h3 { font-size: 1.06rem; margin-bottom: .55rem; color: var(--brown); }
.timeline li ul { list-style: none; margin: 0; padding: 0; }
.timeline li ul li {
  padding: .18rem 0 .18rem 0;
  font-size: .88rem;
  color: var(--ink-soft);
}
.tl-final h3 { color: var(--green-deep); }

/* cta band */
.band-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 120% at 80% 0%, #4a6b10 0%, var(--green-deep) 45%, #2c4503 100%);
  color: var(--cream);
  text-align: center;
  padding: clamp(4rem, 9vw, 7rem) 0;
}
.cta-bg {
  position: absolute;
  right: -6%;
  top: 50%;
  transform: translateY(-50%);
  width: min(46vw, 560px);
  opacity: .07;
  pointer-events: none;
  filter: grayscale(1) brightness(3);
}
.cta-bg img { width: 100%; height: auto; display: block; }
.cta-inner { position: relative; max-width: 44ch; margin-inline: auto; }
.band-cta h2 { color: var(--cream); font-size: clamp(2rem, 4vw, 3.1rem); }
.band-cta .wm-fauna { color: #e8c89a; }
.band-cta .wm-kompas { color: #c2e07a; }
.band-cta p {
  margin: 1.1rem auto 0;
  color: rgba(248,244,234,.85);
  font-size: 1.12rem;
}
.cta-actions { margin: 2rem 0 2.4rem; }
.band-cta .btn-primary {
  background: var(--cream);
  color: var(--green-deep);
  box-shadow: 0 14px 30px -12px rgba(0,0,0,.5);
}
.band-cta .btn-primary:hover { background: #fff; }
.contact-lines {
  display: flex; flex-wrap: wrap; gap: 1rem 2rem;
  justify-content: center;
}
.contact-lines a {
  display: inline-flex; align-items: center; gap: .55rem;
  text-decoration: none;
  color: var(--cream);
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease;
}
.contact-lines a:hover { border-color: rgba(248,244,234,.7); }
.contact-lines svg { width: 19px; height: 19px; opacity: .85; }

/* footer */
.site-footer {
  background: var(--cream-2);
  border-top: 1px solid var(--sand);
  padding: 2rem 0;
}
.footer-inner {
  display: flex; flex-wrap: wrap; gap: .6rem 1.5rem;
  align-items: center; justify-content: space-between;
}
.footer-word { font-size: 1.2rem; }
.footer-meta { color: var(--ink-faint); font-size: .9rem; }

/* ---------- reveal-animaties ---------- */
.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
}
.js .reveal.in { opacity: 1; transform: none; }

.js .card-grid .card { transition-delay: 0s; }
.js .card-grid .card.in:nth-child(2) { transition-delay: .07s; }
.js .card-grid .card.in:nth-child(3) { transition-delay: .14s; }
.js .card-grid .card.in:nth-child(4) { transition-delay: .07s; }
.js .card-grid .card.in:nth-child(5) { transition-delay: .14s; }
.js .card-grid .card.in:nth-child(6) { transition-delay: .21s; }
.js .timeline li.in:nth-child(2) { transition-delay: .06s; }
.js .timeline li.in:nth-child(3) { transition-delay: .12s; }
.js .timeline li.in:nth-child(4) { transition-delay: .18s; }
.js .timeline li.in:nth-child(5) { transition-delay: .24s; }
.js .timeline li.in:nth-child(6) { transition-delay: .30s; }
.js .timeline li.in:nth-child(7) { transition-delay: .36s; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-art { order: -1; }
  .emblem-halo img { width: min(72vw, 360px); }
  .compass-rose { transform: translate(28%, -18%); }
  .lead { max-width: 46ch; }
  .over-grid { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 1.6rem 1.2rem; }
  .timeline::before { display: none; }
  .tl-dot { left: 0; }
  .timeline li { padding-left: 1.6rem; padding-top: 0; }
  .timeline li .tl-dot { top: 3px; }
}

@media (max-width: 640px) {
  .site-nav { display: none; }
  .header-inner { gap: .8rem; }
  .brand-word { font-size: 1.18rem; }
  .card-grid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .hero-facts { gap: 1.4rem; }
  .lined-list em { text-align: right; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .compass-rose { animation: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
}

/* ===================================================================
   PREVIEW-GATE (tijdelijk — verwijderen vóór go-live)
   Eenvoudig wachtwoordscherm voor besloten marketing-preview.
   Niet veilig — wachtwoord staat in de client. Bewust zo (zie HTML).
   =================================================================== */
.fk-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background-color: var(--cream);
  background-image: radial-gradient(circle at 0.8px 0.8px, rgba(92,55,4,.06) 0.8px, transparent 0);
  background-size: 22px 22px;
}
.fk-ok .fk-gate { display: none; }
html:not(.fk-ok) body { overflow: hidden; }

.fk-gate-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .9rem;
  width: min(100%, 380px);
  padding: clamp(2rem, 5vw, 2.8rem);
  background: var(--card);
  border: 1px solid var(--sand);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
}
.fk-gate-logo { width: 92px; height: auto; filter: drop-shadow(0 12px 20px rgba(57,90,4,.18)); }
.fk-gate-word { font-family: var(--font-display); font-weight: 600; font-size: 1.7rem; }
.fk-gate-note { margin: 0; color: var(--ink-faint); font-size: .92rem; }
.fk-gate-input {
  width: 100%;
  padding: .8rem 1rem;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: var(--cream);
  border: 1.5px solid var(--sand-strong);
  border-radius: 999px;
  text-align: center;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.fk-gate-input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(95,138,7,.16); }
.fk-gate-card .btn { width: 100%; }
.fk-gate-error { margin: 0; color: #b3261e; font-size: .88rem; }
