/* Hallmark · macrostructure: Photographic · tone: luxury/strict · anchor hue: gold 85
 * theme: custom (vibe: "вечернее золото, строгий Ташкент" · paper oklch(17% 0.012 75) ·
 * accent oklch(78% 0.13 85) warm-gold · Playfair Display + Manrope)
 * axes: dark / roman-serif / warm
 * Hallmark · pre-emit critique: P4 H4 E4 S4 R5 V4
 */
:root {
  --color-paper: oklch(17% 0.012 75);
  --color-paper-2: oklch(20.5% 0.015 75);
  --color-paper-3: oklch(24% 0.018 78);
  --color-ink: oklch(93% 0.015 85);
  --color-ink-dim: oklch(70% 0.025 82);
  --color-line: oklch(33% 0.02 80);
  --color-accent: oklch(78% 0.13 85);
  --color-accent-deep: oklch(64% 0.12 82);
  --color-focus: oklch(78% 0.13 85);
  --color-scrim: oklch(12% 0.01 75 / 0.55);

  --font-display: "Playfair Display", "Georgia", serif;
  --font-body: "Manrope", "Helvetica Neue", Arial, sans-serif;

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

  --text-sm: 0.8125rem;
  --text-base: 1rem;
  --text-md: 1.1875rem;
  --text-lg: 1.5rem;
  --text-xl: 2rem;
  --text-display-s: clamp(1.9rem, 1.2rem + 3.2vw, 3.4rem);
  --text-display: clamp(2.3rem, 1.4rem + 4.5vw, 4.6rem);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast: 160ms;

  --rule-hair: 1px solid var(--color-line);
  --radius-sm: 2px;
}
