/* Hallmark · tokens — theme: custom "Gilt" · anchor: the brand gold, oklch(73% 0.12 92)
   Dark bronze paper · cream serif ink · gold accent. Every colour and font in
   style.css references these names. */

:root {
  /* paper → ink (warm near-black bronze → cream) */
  --color-paper:      oklch(15% 0.014 80);
  --color-paper-2:    oklch(18% 0.016 80);
  --color-paper-3:    oklch(22% 0.018 78);
  --color-rule:       oklch(30% 0.014 80);
  --color-rule-2:     oklch(42% 0.016 82);
  --color-muted:      oklch(66% 0.016 82);
  --color-neutral:    oklch(76% 0.014 84);
  --color-ink-2:      oklch(86% 0.012 85);
  --color-ink:        oklch(93% 0.010 85);

  /* accent family — the serpent's gold, clamped to accent chroma */
  --color-accent:     oklch(73% 0.12 92);
  --color-accent-ink: oklch(16% 0.03 80);    /* dark text on a gold fill */
  --color-focus:      oklch(75% 0.18 92);
  --color-error:      oklch(70% 0.14 45);

  /* two faces: Cormorant Garamond display · Hanken Grotesk body */
  --font-display: "Cormorant Garamond", "Playfair Display", ui-serif, Georgia, serif;
  --font-body:    "Hanken Grotesk", ui-sans-serif, system-ui, sans-serif;

  /* type scale — display sizes run a step up; Cormorant sits small on its em */
  --text-xs: 0.75rem; --text-sm: 0.875rem; --text-base: 1.0625rem; --text-md: 1.1875rem;
  --text-lg: 1.5rem; --text-xl: 1.875rem; --text-2xl: 2.25rem;
  --text-head:    clamp(2rem, 2.6vw + 1rem, 2.8rem);
  --text-display: clamp(3rem, 4.8vw + 1rem, 5.5rem);

  --tracking-display: -0.006em;
  --tracking-label: 0.14em;
  --lh-tight: 1.06;
  --lh-snug: 1.2;
  --lh-normal: 1.65;

  --measure: 58ch;
  --page-max: 66rem;
  --page-gutter: clamp(1rem, 4vw, 2.5rem);
  --section-gap: clamp(4.5rem, 8vw, 7rem);

  /* 4-pt spacing 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;

  /* motion — patient, candlelit; gentle micros only */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --dur-micro: 140ms;
  --dur-short: 260ms;
  --dur-long: 460ms;

  --rule-hair: 1px;
  --rule-fine: 2px;
  --z-base: 1; --z-nav: 300;
}
