/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V5
 * genre: editorial · macrostructure: Split Studio · theme: Okanagan Editorial
 * tone: warm, clear, locally grounded · anchor hue: terracotta
 * nav: N9 edge-aligned minimal · footer: Ft1 mast-headed · designed-as-app
 */
:root {
  --color-paper: oklch(97% 0.012 84);
  --color-paper-2: oklch(94% 0.018 84);
  --color-paper-3: oklch(90% 0.022 84);
  --color-ink: oklch(24% 0.025 174);
  --color-ink-2: oklch(32% 0.026 174);
  --color-neutral: oklch(38% 0.022 174);
  --color-muted: oklch(43% 0.020 174);
  --color-rule: oklch(82% 0.018 84);
  --color-rule-2: oklch(69% 0.020 84);
  --color-lake: oklch(43% 0.055 190);
  --color-lake-dark: oklch(33% 0.050 190);
  --color-accent: oklch(48% 0.140 47);
  --color-accent-soft: oklch(84% 0.075 55);
  --color-accent-ink: oklch(97% 0.012 84);
  --color-focus: oklch(38% 0.090 190);
  --color-success: oklch(47% 0.105 142);
  --color-success-soft: oklch(90% 0.038 142);
  --color-error: oklch(52% 0.180 25);
  --color-rule-on-dark: oklch(97% 0.012 84 / 0.14);
  --color-copy-on-dark: oklch(88% 0.018 174);

  --font-display: Georgia, "Times New Roman", ui-serif, serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;
  --text-display-s: clamp(3rem, 5vw, 4.75rem);
  --text-display: clamp(3.25rem, 6.5vw, 5.5rem);

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4.5rem;
  --space-3xl: 7rem;
  --space-4xl: 9rem;
  --space-5xl: 12rem;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;

  --rule-hair: 1px;
  --rule-fine: 2px;
  --radius-card: 1.5rem;
  --radius-pill: 999px;
  --radius-input: 0.75rem;
  --shadow-card: 0 1.5rem 3.75rem oklch(24% 0.025 174 / 0.14);
  --shadow-proof: 0 var(--space-lg) var(--space-2xl) oklch(16% 0.020 190 / 0.24);
}
