/* Arrow Pond Estate — brand tokens.
   THE shared brand source: other Arrow Pond repos copy this file verbatim.
   Palette and type from the approved wireframes (docs/design/, direction 1a);
   structural signatures (fading rules, outlined accents, themed focus) from
   the nocturne design system. Dark theme only. */

:root {
  /* — color — */
  --color-bg: #0b0b0c;          /* page ground, near-black */
  --color-surface: #17181a;     /* photo band / raised ground */
  --color-text: #efe6d2;        /* cream — headings and primary copy */
  --color-text-muted: #b8b0a2;  /* secondary copy (≥ 4.5:1 on both grounds) */
  --color-text-faint: #8b8578;  /* smallest annotations; AA at small sizes on bg */
  --color-accent: #c9a24a;      /* estate gold — lines, marks, links; never a flood */
  --color-accent-bright: #e6c877; /* gold hover/active */
  --color-accent-soft: rgba(201, 162, 74, 0.45); /* inner plaque frame */
  --color-accent-rule: rgba(201, 162, 74, 0.5);  /* ledger row rules */

  /* — type — */
  --font-display: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype",
    Palatino, Georgia, "Times New Roman", serif;
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  --tracking-wordmark: 0.32em;  /* ARROW POND ESTATE letterspacing (desktop) */
  --tracking-kicker: 0.3em;     /* WHAT WE MAKE / THE ESTATE labels */
  --tracking-link: 0.12em;      /* gold text links */

  /* — spacing (page scale; the design breathes) — */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 14px;
  --space-4: 22px;
  --space-5: 36px;
  --space-6: 56px;
  --space-7: 100px;
  --space-8: 160px;

  /* — radius — */
  --radius-sm: 5px;
  --radius-md: 8px;

  /* — signatures — */
  /* Freestanding rules fade to transparent over 48px an end (nocturne
     signature, painted gold here); box outlines stay solid. */
  --rule-fade: 48px;
  --focus-ring: 2px solid var(--color-accent);
}
