/* ============================================================
   LATERAL WORKSHOP — color config
   Edit values here and reload — no rebuild needed.
   ============================================================ */

:root {
  /* core palette */
  --pine: #2e4a42;            /* primary dark green */
  --pine-deep: #243b35;       /* footer / darker surfaces */
  --brick: #a53a26;           /* brick / international orange accent */
  --offwhite: #f2efe6;        /* floating boxes, light bands */
  --black: #0f120f;           /* intro shade, near-black text */

  /* section band backgrounds (the alternating stack) */
  --light-pine: #dfe7e0;
  --light-grey: #e9e8e3;

  /* supporting */
  --grey: #5b5f5a;            /* secondary text */
  --hairline: rgba(15, 18, 15, 0.14);

  /* translucent header */
  --header-bg: rgba(242, 239, 230, 0.55);
}
