/* ==========================================================================
   Radiant Living Family Care — Layout (pruned 2026-08-15)
   Of 48 rules, "section" was the only one matching anything in the shipped
   markup; the pages lay themselves out with inline styles. The rest — the
   .container/.grid/.split system and a legacy .nav-menu mobile overlay —
   were removed. Do not reintroduce .nav-menu/.nav-toggle here: the live nav
   is namespaced rl-nav-* precisely to avoid colliding with them.
   ========================================================================== */

section {
  padding-top: var(--pad-y-std);
  padding-bottom: var(--pad-y-std);
  position: relative;
}
