/* The self-serve brand — same structure, a different room.
   VoiceOS is navy and mint: calm, enterprise, "we run your phone".
   This one is warmer and higher-contrast, because the whole promise is
   "you do it yourself in five minutes" and that should feel quick, not solemn. */
:root{
  --bg: #fffdf9;                      /* warm paper */
  --surface: #fdf3e8;                 /* sand */
  --card: #ffffff;
  --ink: #241a10;                     /* espresso, not black */
  --ink-soft: #7a6857;
  --grass: #FF7A2F;                   /* signal orange — the "start" colour */
  --grass-deep: #1B3354;              /* deep indigo — dark enough to read on the orange at 4.9:1 */
  --grass-wash: #fff0e6;
  --grass-ink: #B44508;               /* orange that passes AA as text */
  --amber: #C68A00;
  --line: #f0e4d6;
  --shadow: 0 1px 2px rgba(36,26,16,.06), 0 8px 30px rgba(36,26,16,.09);
  --max: 1140px;
}
