/* Prototype A: "Gallery White".
   Clean, cool, near-white. The specimen is the only colour on the page; deep
   Clivia green is the one structural accent, the bloom orange is used rarely.
   This is the palette layer only; all structure lives in base.css. */
:root{
  --bg:#FAFAFB;
  --surface:#FFFFFF;
  --surface-2:#F3F4F6;
  --tile:#FCFCFD;

  --ink:#14171A;
  --ink-soft:#565C63;
  --ink-mute:#6E747A;

  --forest:#123A2A;
  --forest-ink:#FFFFFF;
  --bloom:#E8622A;

  --line:#ECEDEF;
  --line-2:#E1E3E6;

  --shadow:0 14px 46px rgba(18,58,42,.10);
  --shadow-sm:0 2px 12px rgba(20,23,26,.06);
}
