/* ==========================================================================
   Theaterverein Benningen — Design Tokens
   Basis: clients/theaterverein-benningen/tokens.json
   Signature accent "curtain" (#7A2430) ist neu und wird bewusst sparsam
   eingesetzt (Ticket-Perforation, Kategorie-Tags, Timeline-Punkte).
   ========================================================================== */

:root {
  /* Brand */
  --color-primary: #052E42;       /* Nachthimmel über der Festhalle */
  --color-primary-light: #0a4a6e;
  --color-secondary: #94B5C6;     /* Bühnenlicht / Rampenlicht-Blau */
  --color-secondary-hover: #7aa2b6;
  --color-curtain: #7A2430;       /* Vorhang-Bordeaux — Signature-Akzent, sparsam */
  --color-curtain-light: #9a3a46;
  --color-gold: #C9A24B;          /* Messing/Rampenlicht-Gold — nur für feinste Linien */

  /* Neutrals */
  --color-bg: #E6E6E6;
  --color-bg-alt: #F8F7F4;        /* warmes Papier-Weiß, Spielplan-Anmutung */
  --color-bg-white: #ffffff;
  --color-text: #1a1a2e;
  --color-text-light: #4a5568;
  --color-muted: #868e96;
  --color-border: #d8d5cd;

  /* Typography */
  --font-body: 'Nunito', sans-serif;
  --font-heading: 'Nunito', sans-serif;

  --fs-h1: clamp(2.25rem, 1.6rem + 3vw, 3.75rem);
  --fs-h2: clamp(1.75rem, 1.4rem + 1.6vw, 2.5rem);
  --fs-h3: clamp(1.25rem, 1.1rem + 0.7vw, 1.5rem);
  --fs-eyebrow: 0.8rem;
  --fs-body: 1.0625rem;
  --fs-small: 0.9rem;

  --lh-tight: 1.1;
  --lh-heading: 1.25;
  --lh-body: 1.65;

  /* Spacing */
  --space-section: clamp(2.5rem, 2rem + 1.5vw, 4rem);
  --container-width: 1200px;
  --container-narrow: 760px;
  --gap: 24px;
  --radius: 14px;
  --radius-sm: 8px;

  /* Motion */
  --ease: cubic-bezier(.2,.7,.2,1);
  --dur: 220ms;
}

@media (prefers-reduced-motion: reduce) {
  :root { --dur: 0ms; }
}
