/* =========================================================================
   MIDAS by MMS — brand tokens (the only place where the look is tuned)
   Source material: the supplied emblem (gold tree and path on deep navy),
   the MIDAS wordmark, and the residence video (timber ceilings, warm floors,
   natural light). Direction: "wood and the golden path" — warm paper,
   deep navy for the brand field, one gold accent per screen.
   ========================================================================= */
:root{
  color-scheme:light;

  /* paper (page) and ink — warm, taken from the timber interiors */
  --paper:#F7F2EA;
  --paper-2:#EEE6D8;
  --surface:#FFFDF9;
  --ink:#14262E;
  --ink-2:#48585F;
  --ink-3:#586970;
  --line:#D7CDBE;
  --line-soft:#E7DFD2;

  /* navy — the field of the emblem */
  --navy:#0F2731;
  --navy-2:#163541;
  --navy-line:#2F4B56;
  --on-navy:#F4EFE6;
  --on-navy-2:#C7D1D2;

  /* gold — used sparingly: hairlines, numerals, the primary action on navy */
  --gold:#C9A45C;
  --gold-2:#E3C27A;
  --gold-ink:#6F5420;

  /* status colours (preview badges, form states) */
  --warn-bg:#FBF1DC;
  --warn-ink:#6E4E12;
  --warn-line:#C9A45C;
  --err-ink:#8A2116;
  --err-bg:#FCEDEA;
  --ok-ink:#1F4136;

  /* type */
  --font-sans:Inter,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --font-serif:Lora,Georgia,"Times New Roman",serif;
  --step--1:clamp(0.9rem,0.88rem + 0.1vw,0.96rem);
  --step-0:clamp(1rem,0.97rem + 0.15vw,1.0625rem);
  --step-1:clamp(1.125rem,1.06rem + 0.35vw,1.3rem);
  --step-2:clamp(1.35rem,1.2rem + 0.7vw,1.75rem);
  --step-3:clamp(1.75rem,1.45rem + 1.4vw,2.5rem);
  --step-4:clamp(2.1rem,1.55rem + 2.6vw,3.6rem);

  /* rhythm */
  --s-1:0.5rem; --s-2:0.75rem; --s-3:1rem; --s-4:1.5rem; --s-5:2rem;
  --s-6:3rem; --s-7:4.5rem; --s-8:6rem;
  --container:76rem;
  --measure:62ch;
  --radius:4px;
  --radius-sm:3px;
  --tap:44px;
}
