/* Hallmark · pre-emit critique: P4 H5 E5 S5 R4 V5
 * Hallmark · genre: atmospheric · macrostructure: Marquee Hero · tone: luxury
 * theme: custom (vibe: "cinematic void glass")
 * paper: oklch(0% 0 0) · accent: oklch(100% 0 0) white
 * display: Instrument Serif (italic per brief) · body: Barlow
 * axes: dark / classical-serif / neutral
 * nav: N5 Floating pill · footer: Ft2 Inline (partners strip)
 * enrichment: supplied looping BG videos
 * note: italic headers + liquid-glass required by brief (override atmospheric defaults)
 */

:root {
  --color-paper: oklch(0% 0 0);
  --color-ink: oklch(100% 0 0);
  --color-ink-90: oklch(100% 0 0 / 0.9);
  --color-ink-80: oklch(100% 0 0 / 0.8);
  --color-glass: rgba(255, 255, 255, 0.01);
  --color-focus: oklch(100% 0 0);

  --font-display: "Instrument Serif", serif;
  --font-body: "Barlow", sans-serif;

  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-6xl: 3.75rem;
  --text-7xl: 4.5rem;
  --text-display: 5.5rem;
  --text-display-lg: 6rem;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast: 150ms;
  --dur-med: 350ms;
  --dur-slow: 700ms;

  --radius-pill: 9999px;
  --radius-card: 1.25rem;
  --radius-icon: 0.75rem;
}
