/* Concept B (Precision) design tokens. Values match the approved concept build. */
:root {
  --ink:#0A0D11;
  --graphite:#14181E;
  --charcoal:#1E232B;
  --steel:#2A303A;
  --mist:#9BA4AF;
  --fog:#D4D8DC;
  --paper:#ECEEE9;
  --bone:#F5F6F3;
  --white:#FFFFFF;
  --accent:#4FAE80;
  --accent-deep:#2E7D54;
  --accent-glow:rgba(79,174,128,0.18);
  --amber:#FFB547;
  --line-dark:rgba(255,255,255,0.08);
  --line-light:rgba(10,13,17,0.1);
  --max:1360px;
  --ease:cubic-bezier(0.22,1,0.36,1);
}
