/* Ruban Electrical Contractors: design tokens.
   World: "Wired since 1920." Light heritage, ledger calm, one filament-warm accent. */

:root {
  /* palette */
  --porcelain: #F1EEE7;   /* base */
  --panel: #FAF8F3;       /* raised panel */
  --ink: #221E1A;         /* bakelite */
  --muted: #625A50;
  --hairline: rgba(34, 30, 26, 0.15);
  --plum: #6B2A5E;        /* accent (aubergine), ~8.6:1 on porcelain */
  --plum-deep: #59234E;
  --on-plum: #F5EFE5;
  --brass: #8A6B2E;       /* era marks, hairline metal only, never a fill */
  --brass-ink: #75591F;   /* brass darkened for text, ~5.7:1 on porcelain */
  --cellar: #221E1A;      /* the one dark band */
  --cellar-text: #EFEAE0;
  --cellar-muted: #B9AFA2;
  --warm-fill: #F3E2CE;   /* lit insulator step */

  /* type */
  --display: "Jost", "Futura", "Century Gothic", sans-serif;
  --body: "Lora", Georgia, serif;

  /* spacing scale, 8px base */
  --s1: 8px;
  --s2: 16px;
  --s3: 24px;
  --s4: 32px;
  --s6: 48px;
  --s8: 64px;
  --s12: 96px;
  --s16: 128px;

  /* structure */
  --measure: 62ch;
  --wrap: 1180px;
  --radius: 2px;
  --bar-h: 56px;        /* desktop bottom control bar */
  --topbar-h: 60px;     /* mobile top bar */

  /* motion */
  --ease-settle: cubic-bezier(0.33, 1, 0.68, 1);
  --t-fast: 120ms;
  --t-ui: 200ms;
  --t-reveal: 640ms;
}
