/* ==========================================================================
   Haut „Schlachterrot" — Dunkles Bordeaux als Bühne — die erste rote Haut.

   Für die Fleischerei Munk in Jever. Die Bühne ist zum ersten Mal im
   Bestand ein Rot — dunkles Fleischerei-Bordeaux —, der Akzent ein
   frisches Grün wie Petersilie auf der Theke.
   ========================================================================== */
:root {
  --c-green: #571f26;
  --c-green-2: #6e2c34;
  --c-green-deep: #3b1419;

  --c-paper: #faf7f5;
  --c-paper-2: #f3ece9;
  --c-sand: #e9dcd6;
  --c-white: #ffffff;

  --c-ink: #2a1a1c;
  --c-muted: #71595c;
  --c-faint: #8a7275;

  --c-red: #3e7d5c;

  --on-green: rgba(250, 247, 245, 0.78);
  --line: rgba(42, 26, 28, 0.14);
  --line-strong: rgba(42, 26, 28, 0.32);
  --line-light: rgba(250, 247, 245, 0.22);

  --font-display: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --font-sans: "Inter", "Helvetica Neue", Arial, sans-serif;

  --t-display: clamp(2.3rem, 1.4rem + 4.4vw, 4.8rem);   --lh-display: 1.06;
  --t-h2: clamp(1.6rem, 1.28rem + 1.8vw, 2.7rem);       --lh-h2: 1.14;
  --t-h3: clamp(1.08rem, 1rem + 0.5vw, 1.32rem);        --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.75rem;
  --radius-l: clamp(0.75rem,1.5vw,1.1rem);
  --radius-pill: 999px;

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

  --papier-rgb: 250, 247, 245;
  --buehne-rgb: 87, 31, 38;
  --c-sand-text: #6b5356;
  --c-on-stage: var(--c-paper);
  --schatten-rgb: 59, 20, 25;
}


/* Revision Runde 1 (Nr. 1): mehr Abstand unter der Bühne. */
.stage { padding-block-end: clamp(4.5rem, 4rem + 4vw, 7rem); }
