/* ══════════════════════════════════════════════════════════════════════════════
   PALETTE — CP Repair LLC                                   loaded AFTER kit.css
   Every colour is taken from Collin's own photographs:
     service-truck green  #1A2F2A  the paint on his International crane truck (sampled)
     equipment yellow     #F5B82E  the big yellow machine he is standing beside
     marker-light amber   #FF8A2A  the amber clearance lights on the truck
   ══════════════════════════════════════════════════════════════════════════════ */
:root{
  --ground:#0B1411;        /* SOURCE: truck paint #1A2F2A, taken down to near-black */
  --panel:#101C18;
  --panel-2:#15241F;
  --ink:#1A2F2A;           /* SOURCE: the truck paint itself                         */
  --ink-2:#243C35;
  --ink-3:#355248;

  --lume:#F5B82E;          /* SOURCE: equipment yellow                               */
  --lume-hot:#FFCC55;
  --lume-2:#FF8A2A;        /* SOURCE: amber marker lights                            */

  --accent:#C98A12;
  --accent-lt:#F5B82E;
  --accent-2:#C4621A;
  --mark:#F5B82E;

  --paper:#F3F1EA;
  --paper-2:#FAF9F4;
  --line:#DEDACB;
  --body:#22302B;
  --muted:#56645E;
  --txt:rgba(243,241,234,.92);
  --txt-2:rgba(243,241,234,.74);   /* ~11.9:1 on --ground, computed */

  --edge:rgba(245,184,46,.16);
  --edge-hot:rgba(245,184,46,.46);
  --hair:rgba(245,184,46,.22);
  --glow-a:rgba(58,110,92,.30);
  --glow-b:rgba(245,184,46,.12);

  --serif:"Archivo",-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  --sans:"Inter",-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;

  --wrap:1180px;
  --btn-r:0px;             /* square: the heavy-equipment camp */
  --display:clamp(2.8rem,6vw,6.2rem);
}
