/* ==========================================================================
   Haut „Farn" — Grünschwarz als Bühne, Kalkweiß, Blattgrün als Akzent.

   Gebaut für Gerhard Sander in Aurich, Baumschule seit 1805. Die Bühne ist
   ein Grün, das fast Schwarz ist — Nadelholz im Gegenlicht —, deutlich
   unterscheidbar von den echten Grün-Häuten (#0f3a31, #22332e, #33502f sind
   alle heller und blauer) und vom Braunschwarz des Dorfkrugs (#221a13).
   Der Akzent ist ein sattes Blattgrün aus ihren eigenen Pflanzfotos — die
   einzige frische Farbe der Seite, wie ein Austrieb im dunklen Bestand.
   ========================================================================== */
:root {
  --c-green: #20261b;
  --c-green-2: #2e3626;
  --c-green-deep: #14180f;

  --c-paper: #f4f5ee;
  --c-paper-2: #e9ecdf;
  --c-sand: #dde1cd;
  --c-white: #ffffff;

  --c-ink: #1c2016;
  --c-muted: #5c644f;
  --c-faint: #79816a;

  --c-red: #4c7031;

  --on-green: rgba(244, 245, 238, 0.78);
  --line: rgba(28, 32, 22, 0.14);
  --line-strong: rgba(28, 32, 22, 0.32);
  --line-light: rgba(244, 245, 238, 0.22);

  --font-display: "Jost", "Futura", "Century Gothic", sans-serif;
  --font-sans: "Inter", "Helvetica Neue", Arial, sans-serif;

  --t-display: clamp(2.4rem, 1.4rem + 4.6vw, 5rem);     --lh-display: 1.06;
  --t-h2: clamp(1.65rem, 1.3rem + 1.9vw, 2.8rem);       --lh-h2: 1.12;
  --t-h3: clamp(1.1rem, 1.02rem + 0.5vw, 1.35rem);      --lh-h3: 1.3;
  --t-body: clamp(1rem, 0.96rem + 0.25vw, 1.07rem);     --lh-body: 1.74;
  --t-small: 0.9125rem;
  --t-micro: 0.74rem;

  --sp-1: 0.5rem; --sp-2: 1rem; --sp-3: 1.5rem; --sp-4: 2rem; --sp-6: 3rem;
  --section-y: clamp(3.5rem, 2.5rem + 5vw, 7rem);
  --head-gap: clamp(2rem, 1.5rem + 3vw, 3.5rem);
  --wrap-max: 73rem;
  --wrap-x: clamp(1.25rem, 4vw, 3rem);

  --radius-s: 0.4rem;
  --radius-m: 0.8rem;
  --radius-l: clamp(0.8rem, 1.6vw, 1.2rem);
  --radius-pill: 999px;

  --duration-fast: 160ms;
  --duration-normal: 320ms;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --papier-rgb: 244, 245, 238;
  --buehne-rgb: 32, 38, 27;
  --c-sand-text: #5d6349;
  --c-on-stage: var(--c-paper);
  --schatten-rgb: 20, 24, 15;
}
