/* ============================================================
   THE HIVE — THEME / COLOUR CONFIG
   ------------------------------------------------------------
   This is the ONLY file you edit to change the website's colour.
   Change the three numbers below, save, refresh the page. Done.

   The numbers are RED GREEN BLUE, separated by SPACES (not commas).
   Example: orange #FF5A00  ->  255 90 0

   Want a ready-made colour? Scroll down, copy one of the presets
   over the three lines in the block below.
   ============================================================ */

:root{
  /* ==================== EDIT THESE ==================== */

  --brand-rgb:      255 90 0;      /* main brand colour  (#FF5A00) */
  --brand-soft-rgb: 255 122 46;    /* lighter — hovers   (#FF7A2E) */
  --brand-pale-rgb: 255 178 77;    /* palest — headings  (#FFB24D) */

  /* =================================================== */
}


/* ============================================================
   READY-MADE PRESETS
   Copy the three lines of the colour you want and paste them
   over the three lines inside the block above.
   ============================================================

   ORANGE (current)
     --brand-rgb:      255 90 0;
     --brand-soft-rgb: 255 122 46;
     --brand-pale-rgb: 255 178 77;

   GREEN
     --brand-rgb:      22 163 74;
     --brand-soft-rgb: 34 197 94;
     --brand-pale-rgb: 134 239 172;

   TEAL
     --brand-rgb:      13 148 136;
     --brand-soft-rgb: 20 184 166;
     --brand-pale-rgb: 94 234 212;

   BLUE
     --brand-rgb:      37 99 235;
     --brand-soft-rgb: 59 130 246;
     --brand-pale-rgb: 147 197 253;

   PURPLE
     --brand-rgb:      124 58 237;
     --brand-soft-rgb: 139 92 246;
     --brand-pale-rgb: 196 181 253;

   RED
     --brand-rgb:      220 38 38;
     --brand-soft-rgb: 239 68 68;
     --brand-pale-rgb: 252 165 165;

   GOLD
     --brand-rgb:      202 138 4;
     --brand-soft-rgb: 234 179 8;
     --brand-pale-rgb: 253 224 71;

   ============================================================
   TURNING A HEX CODE INTO THESE NUMBERS
   ------------------------------------------------------------
   Search Google for:   FF5A00 to rgb
   It answers "rgb(255, 90, 0)" — type those three numbers with
   SPACES instead of commas:   255 90 0

   Pick a MID-BRIGHT colour. Button text is near-black, so a very
   dark brand colour would make buttons hard to read.
   ============================================================ */
