/* Hallmark · macrostructure: Marquee Hero · tone: luxury-editorial-dark · anchor hue: brass 75°
 * theme: custom "Obscura" · vibe: "dark, elegant, image-first photography"
 * paper oklch(15% 0.006 60) · accent oklch(78% 0.10 75) warm · display high-contrast-serif
 * axes: dark paper / high-contrast-serif / warm accent
 * pre-emit critique: P5 H5 E4 S4 R5 V4
 */

:root {
  /* ---- Color (OKLCH) ---- */
  --color-paper:      oklch(15% 0.006 60);   /* near-black, warm */
  --color-paper-2:    oklch(19% 0.007 60);   /* raised surface */
  --color-paper-3:    oklch(24% 0.008 60);   /* hover / card */
  --color-ink:        oklch(93% 0.010 85);   /* warm off-white */
  --color-ink-2:      oklch(78% 0.012 85);   /* secondary text */
  --color-muted:      oklch(62% 0.012 80);   /* captions, meta */
  --color-line:       oklch(30% 0.006 60);   /* hairlines */
  --color-line-2:     oklch(38% 0.008 60);   /* stronger divider */
  --color-accent:     oklch(83% 0.045 78);   /* muted champagne (near-mono) */
  --color-accent-ink: oklch(20% 0.02 78);    /* text on accent */
  --color-script:     oklch(80% 0.055 70);   /* warm tan for script signatures */
  --color-focus:      oklch(85% 0.09 78);    /* focus ring */

  --color-accent-hi:  oklch(83% 0.11 75);    /* accent hover — one step warmer */
  --color-scrim:      oklch(0% 0 0 / 0.55);  /* overlay behind text on imagery */

  /* Status. Defined once here because main.css and admin.css had each grown
     their own near-identical error/success pair, and they had already drifted
     apart by a few percent lightness. */
  --color-danger:     oklch(70% 0.12 25);
  --color-danger-ink: oklch(90% 0.05 25);
  --color-danger-bg:  oklch(30% 0.07 25);
  --color-ok:         oklch(75% 0.12 150);
  --color-ok-ink:     oklch(90% 0.05 150);
  --color-ok-bg:      oklch(30% 0.06 150);

  /* ---- Type ---- */
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body:    "Martel", Georgia, "Times New Roman", serif;
  --font-ui:      "Spectral", Georgia, "Times New Roman", serif;
  --font-script:  "Sacramento", "Segoe Script", cursive;

  --text-xs:   0.78rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.2rem;
  --text-xl:   1.5rem;
  --text-2xl:  2rem;
  --text-3xl:  2.75rem;
  --text-4xl:  3.75rem;
  --text-display-s: 5rem;
  --text-display:   7rem;

  --leading-tight: 1.06;
  --leading-snug:  1.3;
  --leading-body:  1.65;

  --tracking-tight: -0.02em;
  --tracking-wide:  0.28em;   /* eyebrow / label caps — Artale-airy */
  --tracking-display: 0.14em; /* uppercase serif display */

  /* ---- Space (4pt) ---- */
  --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: 6.5rem;
  --space-4xl: 10rem;

  /* ---- Lines / radius ---- */
  --rule-hair: 1px;
  --radius-sm: 2px;
  --radius-md: 4px;

  /* ---- Motion ---- */
  --dur-fast: 180ms;
  --dur-mid:  360ms;
  --dur-slow: 700ms;
  --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);

  /* ---- Layout ---- */
  --measure:   66ch;
  --page-max:  1280px;
  --gutter:    clamp(1.25rem, 5vw, 4rem);
}
