/* Hallmark · genre: editorial · macrostructure: Narrative Workflow · theme: Newsprint · enrichment: none (photo placeholders) · nav: N1a · footer: Ft4 */
/* Hallmark · pre-emit critique: P4 H4 E4 S4 R5 V4 */

/* Newsprint — broadsheet · salmon paper · burgundy accent (paper-band: light · display: roman-serif · accent: warm) */
:root {
  --color-paper:      oklch(92% 0.045 50);
  --color-paper-2:    oklch(89% 0.050 50);
  --color-paper-3:    oklch(84% 0.054 45);
  --color-rule:       oklch(68% 0.030 40);
  --color-rule-2:     oklch(35% 0.020 35);
  --color-muted:      oklch(46% 0.022 35);
  --color-neutral:    oklch(30% 0.025 30);
  --color-ink-2:      oklch(20% 0.030 28);
  --color-ink:        oklch(15% 0.030 25);
  --color-accent:     oklch(32% 0.10 28);
  --color-accent-ink: oklch(45% 0.13 30);
  --color-focus:      oklch(48% 0.18 30);

  /* 2+1 rule: Playfair (display) + Crimson (body/labels) + Plex Mono (outlier: numerais de etapa + colofão, 2 slots) */
  --font-display: "Playfair Display", "Georgia", ui-serif, serif;
  --font-body:    "Crimson Pro", "Georgia", ui-serif, serif;
  --font-label:   "Crimson Pro", "Georgia", ui-serif, serif;
  --font-mono:    "IBM Plex Mono", ui-monospace, monospace;

  --display-weight: 700;

  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1.0625rem;
  --text-md:   1.1875rem;
  --text-lg:   1.375rem;
  --text-xl:   1.625rem;
  --text-2xl:  2rem;
  --text-display:   clamp(2.75rem, 5vw + 1rem, 5rem);
  --text-display-s: clamp(2rem, 3vw + 1rem, 2.875rem);

  --tracking-display: -0.022em;
  --tracking-label:   0.06em;

  --lh-display: 1.06;
  --lh-normal:  1.55;
  --lh-relaxed: 1.65;

  --measure: 58ch;

  --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;

  --page-gutter: clamp(1.25rem, 5vw, 4rem);

  --radius-card:  0;
  --radius-pill:  0;
  --rule-hair:    1px;
  --rule-thick:   3px;

  --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;

  --z-base:   1;
  --z-raised: 10;
  --z-sticky: 200;
}
