/* ==========================================================================
   Suttons Business Park — Page & override layer
   --------------------------------------------------------------------------
   Loads last. Anything page-specific, or any deviation from the system,
   belongs here — the four sheets before it stay generic.

   Rules of the road:
     · Never hard-code a colour or a font-size. Add a token to tokens.css.
     · If you write the same rule twice, promote it to components.css.
     · Scope page work under the body class WordPress already gives you
       (.page-availability, .page-location, …).

   Load order: tokens → base → components → animations → custom
   ========================================================================== */


/* --------------------------------------------------------------------------
   HOME
   -------------------------------------------------------------------------- */

/* .home { } */


/* --------------------------------------------------------------------------
   THE SITE
   -------------------------------------------------------------------------- */

/* .page-the-site { } */


/* --------------------------------------------------------------------------
   LOCATION
   -------------------------------------------------------------------------- */

/* .page-location { } */


/* --------------------------------------------------------------------------
   AVAILABILITY   — the one light-theme page.
   Add class="theme-light" to <body> via body_class, or wrap the content
   in <div data-theme="light">.
   -------------------------------------------------------------------------- */

/* .page-availability { } */


/* --------------------------------------------------------------------------
   CONTACT
   -------------------------------------------------------------------------- */

/* .page-contact { } */
