/* Scénique24 marketing site — semantic tokens.
   The ONLY file allowed to contain raw colors. Derived from
   aaa_events/design-system/atelier (Editorial Luxury public overrides). */

:root {
  /* Type */
  --font-display: "Playfair Display", Georgia, serif;
  --font-ui: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, "SF Mono", "JetBrains Mono", monospace;

  /* Light — warm cream stage, espresso ink */
  --background: #fdfbf7;
  --surface: #ffffff;
  --tray: #f5efe3;
  --foreground: #2b2118;
  --muted-foreground: #76695b;
  --border: #e7dfd0;
  --accent: oklch(0.38 0.08 268);        /* dusty indigo ink */
  --accent-wash: oklch(0.94 0.025 270);
  --cta: #211a12;                        /* espresso, not absolute black */
  --cta-ink: #fdfbf7;
  --shadow-tint: 18 12 6;                /* warm shadow rgb base */
  --grain-opacity: 0.035;

  /* Radii — double-bezel concentric ladder */
  --radius-tray: 1.5rem;
  --radius-core: 1rem;
  --radius-pill: 999px;

  /* Motion (from MASTER.md) */
  --dur-fast: 160ms;
  --dur-med: 320ms;
  --dur-slow: 800ms;
  --ease-out-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.32, 0.72, 0, 1);
}

[data-theme="dark"] {
  /* Dark — deep jewel-toned stone inversion */
  --background: #15141b;
  --surface: #1e1c26;
  --tray: #262330;
  --foreground: #ece7dd;
  --muted-foreground: #a89d8e;
  --border: #383444;
  --accent: oklch(0.8 0.06 272);
  --accent-wash: oklch(0.3 0.05 270);
  --cta: #ece7dd;
  --cta-ink: #1c1814;
  --shadow-tint: 0 0 0;
  --grain-opacity: 0.05;
}

/* Focus ring token (both themes) */
:root {
  --ring: oklch(0.5 0.09 268);
  --ring-width: 2px;
}

[data-theme="dark"] {
  --ring: oklch(0.75 0.07 270);
}
