/* ═══════ DESIGN TOKENS ═══════ */
:root {
  /* Farben – Primär */
  --primary: #932f2a;
  --primary-light: #b04038;
  --primary-dark: #5d0000;
  --primary-deep: #4b0000;

  /* Farben – Akzent */
  --gold: #c9a84c;
  --gold-light: #e8d5a3;
  --blush: #bfa6a2;
  --blush-light: #fff5f1;

  /* Farben – Hintergrund */
  --cream: #f5f0eb;
  --warm-white: #faf7f5;
  --off-white: #f2ede8;
  --navy: #18100e;
  --navy-mid: #241816;

  /* Farben – Text */
  --text: #1e1410;
  --text-secondary: #5a4a44;
  --text-muted: rgba(30,20,16,0.45);

  /* Typografie */
  --font-display: 'Riga', Georgia, serif;
  --font-deco: 'Riga', Georgia, serif;
  --font-body: 'freight-text-pro', Georgia, serif;

  /* Layout */
  --max-width: 1360px;
  --section-pad: clamp(70px, 10vw, 130px);

  /* Easing */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-gem: cubic-bezier(0.34, 1.56, 0.64, 1);
}
