/* ==========================================================
   V24.4 · FOOTER HEADING TYPOGRAPHY NORMALISATION
   Keeps Explore, Office, Contact and Follow visually identical
   to the homepage footer across desktop, tablet and mobile.
   ========================================================== */

footer h2.footer-heading,
footer .footer-heading,
footer h4 {
  font-family:var(--ui)!important;
  font-size:10.5px!important;
  line-height:1.45!important;
  font-weight:600!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  color:var(--brass-lt)!important;
  margin:0 0 16px!important;
  padding:0!important;
  text-wrap:wrap!important;
}

/* Explicitly defeat global h2 mobile scaling without affecting
   normal page and section headings. */
@media (max-width:767px){
  footer h2.footer-heading,
  footer .footer-heading,
  footer h4 {
    font-size:10.5px!important;
    line-height:1.45!important;
    letter-spacing:.18em!important;
    margin-bottom:16px!important;
  }
}
