/* ===== FOOTER ===== */
  footer{background:var(--navy);color:rgba(255,255,255,0.6);padding:46px 0 26px;}
  .footer-grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px;margin-bottom:30px;}
  .footer-brand .logo-text{color:var(--white);}
  .footer-brand p{font-size:13px;max-width:300px;margin-top:14px;color:rgba(255,255,255,0.45);}
  .footer-col h5{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-bottom:14px;}
  .footer-col a{display:block;font-size:13px;padding:5px 0;color:rgba(255,255,255,0.7);}
  .footer-col a:hover{color:var(--teal-light);}
  .footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:22px;font-size:12px;color:rgba(255,255,255,0.4);display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;}

  ::selection{background:var(--teal-light);color:var(--white);}
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}