/* Haluminous design tokens (signed-off direction v6a, 2026-06-23)
 * MUTED near-monochrome dark theme: black / blue-black / charcoal / grey,
 * with metallic silver as the single accent. Dark ground, light ink. */
:root {
  --paper:#0B0B10;        /* page ground (near-black, blue-black tint) */
  --paper-2:#13131A;      /* raised panel */
  --surface:#171720;      /* image/card placeholder surface */
  --ink:#ECEEF2;          /* primary text (cool off-white) */
  --ink-2:#A6A8B2;        /* secondary text */
  --hair:#2A2A33;         /* hairline borders */
  --silver:#C7CCD6;       /* the single accent: metallic silver */
  --silver-bright:#E4E7EE;/* specular silver highlight */
  --pewter:#7E828C;       /* muted price / meta */

  --rails-wide:1440px;    /* editorial-luxury wide rail */
  --rails-narrow:920px;   /* prose / centred blocks */
  --rails-padding:clamp(1.5rem,5vw,4.5rem);

  --t-fast:180ms; --t-mid:300ms; --t-slow:520ms;
  --ease:cubic-bezier(.16,1,.3,1);
}
