/* Hallmark · tokens: Newsprint (custom-tuned within catalog) · anchor hue: 35 (warm terracotta / red-rice bran)
 * genre: editorial · macrostructure: Long Document · studied: no
 */

:root {
  /* ---- Colour — OKLCH, warm terracotta anchor (hue 35) ---- */
  /* axis values: paper-band = light · display-style = roman-serif · accent-hue = warm */
  --color-paper:        oklch(97% 0.012 40);
  --color-paper-2:      oklch(94% 0.014 40);
  --color-paper-3:      oklch(91% 0.016 42);
  --color-rule:         oklch(82% 0.020 40);
  --color-rule-2:       oklch(74% 0.024 38);
  --color-neutral:      oklch(56% 0.020 38);
  --color-muted:        oklch(40% 0.020 36);
  --color-ink-2:         oklch(30% 0.020 38);
  --color-ink:          oklch(19% 0.020 40);

  --color-accent:       oklch(50% 0.160 35);
  --color-accent-2:     oklch(58% 0.150 35);
  --color-accent-ink:   oklch(98% 0.010 40);

  --color-focus:        oklch(45% 0.160 220);
  --color-error:        oklch(50% 0.200 20);
  --color-error-bg:     oklch(95% 0.030 20);
  --color-success:      oklch(45% 0.130 150);

  /* ---- Type ---- */
  --font-display: "Newsreader", ui-serif, Georgia, serif;
  --font-body:    "EB Garamond", ui-serif, Georgia, serif;
  --font-outlier: "JetBrains Mono", ui-monospace, "SF Mono", monospace;

  --text-xs:      0.72rem;
  --text-sm:      0.86rem;
  --text-base:    1.159rem;
  --text-md:      1.1875rem;
  --text-lg:      1.4375rem;
  --text-xl:      1.75rem;
  --text-2xl:     2.1rem;
  --text-3xl:     2.65rem;
  --text-display: clamp(2rem, 3vw + 1.1rem, 3.1rem);
  --text-display-s: clamp(1.6rem, 2vw + 1rem, 2.35rem);

  /* ---- Spacing — 4pt scale ---- */
  --space-3xs: 0.125rem;
  --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: 6rem;
  --space-4xl: 9rem;

  /* ---- Motion — Newsprint runs at 0x scale (static, print metaphor) ---- */
  --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:   80ms;
  --dur-short:   150ms;
  --dur-long:    300ms;

  /* ---- Rules / radius / z-index ---- */
  --rule-hair:   1px;
  --radius-sm:   2px;
  --radius-md:   4px;

  --z-base:     1;
  --z-raised:   10;
  --z-dropdown: 100;
  --z-sticky:   200;
  --z-modal:    400;
  --z-toast:    500;
  --z-tooltip:  600;

  /* ---- Measure ---- */
  --measure: 62ch;

  /* ---- Page gutter ---- */
  --page-gutter: clamp(1.25rem, 4vw, 3rem);
}
