:root{ --nav-line:#40766A; --nav-ink:#F3F9F7; }
.fs-footer{border-top:1px solid var(--nav-line);margin-top:60px;padding:24px 0}
/* Horizontal padding lives on the INNER wrap, same as the header's .fs-wrap —
   with it on the outer box the footer text sat 20px left of every other
   section on wide screens (2026-08-19, Marc: "content isn't lining up"). */
.fs-footer .fs-wrap{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;max-width:1400px;margin:0 auto;
  padding:0 20px;font-size:13px;color:rgba(234,243,241,.5)}
.fs-footer a{color:rgba(234,243,241,.5);text-decoration:none}
.fs-footer a:hover{color:rgba(234,243,241,.85)}
