
}
/* ---------- RAF: footer forest floor → fog → black ---------- */

body.is-raf .footer{
  /* kill any inherited light styling */
  background-image:
    linear-gradient(
      to top,
      #0b1a0f 0%,     /* forest floor (deep green) */
      #1a2a1e 25%,    /* moss / damp earth */
      #3a3f3c 55%,    /* fog rising */
      #0e0e0e 80%,    /* thinning light */
      #000000 100%   /* night */
    ) !important;

  background-color: #000000 !important;
  border-top: none !important;
}