:root{
  /* KyroNow palette (JP executive-minimal) */
  --bg: #071022;            /* deep ink */
  --surface: #0B1730;       /* navy slate */
  --surface2: #0F2141;      /* layered surface */
  --text: #ECF2FF;          /* soft white */
  --muted: rgba(236,242,255,.72);
  --line: rgba(236,242,255,.10);

  --primary: #D9B36C;       /* brass */
  --primary2: #F0D9A2;      /* warm highlight */
  --accent: #7BC7B6;        /* calm teal */
  --accent2: #B58BE6;       /* muted violet */

  --shadow: 0 18px 50px rgba(0,0,0,.35);
  --shadow2: 0 10px 24px rgba(0,0,0,.28);

  --radius: 18px;
  --radius2: 26px;
  --container-max: 1140px;
}
