/* ==========================================================================
   Corleone Vienna — Design Tokens
   Quelle: Claude-Design-Export (Corleone Vienna.dc.html), Stand 2026-08-30
   ========================================================================== */

:root {
  /* Farbwelt */
  --navy: #15233B;            /* Grundfläche */
  --navy-2: #182742;          /* Hover-Fläche in Fact-Grids */
  --navy-3: #162540;          /* Reservierungs-Sektion */
  --navy-deep: #101B2E;       /* Bildhintergrund / Footer-Ende */
  --ink: #F5EFE3;             /* Text hell */
  --ink-70: rgba(245, 239, 227, 0.7);
  --ink-55: rgba(245, 239, 227, 0.55);
  --ink-45: rgba(245, 239, 227, 0.45);
  --ink-30: rgba(245, 239, 227, 0.3);
  --gold: #D2AF59;
  --gold-light: #E8C66C;
  --gold-dark: #91712B;
  --gold-deep: #B19551;
  --ghost: rgba(245, 239, 227, 0.14);   /* Wasserzeichen-Typo */
  --hairline: rgba(245, 239, 227, 0.14);
  --frame-gold: rgba(232, 198, 108, 0.28);

  /* Typo */
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-script: 'Pinyon Script', cursive;
  --font-sans: 'Jost', 'Segoe UI', sans-serif;

  /* Motion */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);

  /* Größen */
  --wrap: 1160px;
  --wrap-wide: 1320px;
  --pad-x: 24px;
}
