/* ==========================================================================
   Haut „Ziegel" — warmes Rotbraun auf Kalkweiß.

   Der Ton kommt aus ostfriesischem Klinker. Anders als „Sandstein" liegt der
   Akzent nicht im Rot, sondern im Grund selbst; der Akzent ist ein tiefes
   Petrol als Gegenfarbe — nach dem Vorbild BODRIN, wo genau ein
   Komplementärton den warmen Grund trägt.

   Passt zu Handwerk mit Farbbezug, Bäckerei, Malerei.
   ========================================================================== */
:root {
  --c-green: #5c2f24;        /* Bühne: gebrannter Ziegel */
  --c-green-2: #744032;
  --c-green-deep: #43211a;

  --c-paper: #fbf7f1;
  --c-paper-2: #f3ebe0;
  --c-sand: #ecdfd0;
  --c-white: #ffffff;

  --c-ink: #2b1c16;
  --c-muted: #715c51;
  --c-faint: #a08b7d;

  --c-red: #1f6b64;          /* Petrol als Gegenfarbe, sparsam */

  --on-green: rgba(251, 247, 241, 0.78);
  --line: rgba(43, 28, 22, 0.13);
  --line-strong: rgba(43, 28, 22, 0.3);
  --line-light: rgba(251, 247, 241, 0.22);

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

  --t-display: clamp(2.4rem, 1.4rem + 4.6vw, 5rem);     --lh-display: 1.05;
  --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: 72rem;
  --wrap-x: clamp(1.25rem, 4vw, 3rem);

  --radius-s: 0.35rem;
  --radius-m: 0.7rem;
  --radius-l: clamp(0.7rem, 1.3vw, 1rem);
  --radius-pill: 999px;

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

  --papier-rgb: 251, 247, 241;
  --buehne-rgb: 92, 47, 36;
  --c-sand-text: #6b564b;
  --c-on-stage: var(--c-paper);
  --schatten-rgb: 40, 24, 18;
}
