/* Hallmark · genre: editorial · theme: warm dark · design-system: design.md · designed-as-app
 * Skin: deep teal-charcoal ground, cream text, Fraunces serif, teal accent + warm-gold hover. Refined original DNA.
 */
:root {
  /* Neutrals — deep teal-charcoal (warm) */
  --color-paper: oklch(18% 0.026 215);
  --color-paper-2: oklch(22% 0.028 215);
  --color-paper-3: oklch(27% 0.03 215);
  --color-rule: oklch(35% 0.022 210);
  --color-rule-soft: oklch(29% 0.02 212);
  --color-ink: oklch(94% 0.022 85);
  --color-ink-2: oklch(78% 0.026 85);
  --color-ink-3: oklch(62% 0.028 85);

  /* Accent — teal, with warm-gold as the secondary/hover hue */
  --color-accent: oklch(82% 0.1 175);
  --color-accent-2: oklch(80% 0.11 80);
  --color-accent-dim: oklch(48% 0.07 175);
  --color-accent-wash: oklch(82% 0.1 175 / 0.12);
  --color-accent-line: oklch(82% 0.1 175 / 0.3);
  --color-accent-ink: oklch(18% 0.03 200);
  --color-focus: oklch(86% 0.1 175);

  --color-nav-bg: oklch(18% 0.026 215 / 0.82);
  --color-sticky-bg: oklch(18% 0.026 215 / 0.95);

  /* Display treatment */
  --display-style: normal;
  --display-transform: none;
  --display-weight: 600;
  --display-tracking: -0.04em;

  /* Fonts */
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Work Sans", system-ui, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  /* Spacing — 4pt scale */
  --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;

  /* Type scale */
  --text-xs: 0.78rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.375rem;
  --text-2xl: 1.75rem;
  --text-3xl: 2.25rem;
  --text-display-s: clamp(2rem, 4vw, 3rem);
  --text-display: clamp(2.6rem, 6vw, 4.6rem);

  /* Radius — generous, soft */
  --radius-sm: 12px;
  --radius-card: 18px;
  --radius-lg: 24px;
  --radius-pill: 999px;

  /* Motion */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-short: 200ms;
  --dur-mid: 320ms;

  /* Elevation — large, dark */
  --shadow: 0 28px 70px oklch(0% 0 0 / 0.4);
  --shadow-soft: 0 16px 40px oklch(0% 0 0 / 0.3);

  --z-nav: 40;
  --z-sticky: 60;
}
