/* Hallmark · macrostructure: Photographic · tone: atmospheric-austere · anchor hue: surgical-teal
 * theme: Midnight · paper: dark · display: classical-serif · accent: cool-teal
 * genre: atmospheric · nav: N5 Floating pill · footer: Ft5 Statement
 * enrichment: real game photography full-bleed · audience: ACG players · use: download
 * Hallmark · pre-emit critique: P4 H4 E4 S4 R4 V4
 */

:root {
  --color-paper: oklch(14% 0.02 250);
  --color-paper-2: oklch(18% 0.025 250);
  --color-paper-3: oklch(22% 0.03 245);
  --color-ink: oklch(94% 0.01 95);
  --color-ink-muted: oklch(72% 0.02 240);
  --color-accent: oklch(74% 0.11 195);
  --color-accent-2: oklch(68% 0.09 160);
  --color-danger: oklch(62% 0.16 25);
  --color-rule: oklch(32% 0.03 245);
  --color-focus: oklch(78% 0.12 195);
  --color-overlay: oklch(8% 0.02 250 / 0.72);
  --color-glass: oklch(20% 0.03 250 / 0.72);

  --font-display: "Cormorant Garamond", "Noto Serif SC", serif;
  --font-body: "Noto Sans SC", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;

  --text-display: clamp(2.75rem, 6vw, 4.75rem);
  --text-display-s: clamp(2.1rem, 4vw, 3.25rem);
  --text-4xl: clamp(1.75rem, 3vw, 2.35rem);
  --text-2xl: 1.5rem;
  --text-xl: 1.25rem;
  --text-lg: 1.125rem;
  --text-base: 1rem;
  --text-sm: 0.875rem;
  --text-xs: 0.75rem;

  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4.5rem;
  --space-4xl: 6.5rem;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-pill: 999px;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in: cubic-bezier(0.64, 0, 0.78, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast: 150ms;
  --dur-med: 280ms;
  --dur-slow: 480ms;

  --shadow-glow: 0 0 0 1px oklch(74% 0.11 195 / 0.35), 0 12px 40px oklch(74% 0.11 195 / 0.12);
  --max-w: 72rem;
}
