/* =========================================================
   wg-global.css — small site-wide additions, loaded after
   modern.css. Currently: the four-column footer.
   ========================================================= */
.wg-footer__grid{
  display:grid;
  grid-template-columns:1.6fr 1fr 1fr 1.2fr;
  gap:34px;
}
.wg-footer__grid h4{margin-bottom:12px}
.wg-footer__addr{display:block; opacity:.8; margin-top:4px}
.wg-footer a{text-decoration:none}
.wg-footer a:hover{text-decoration:underline}
.wg-footer__bottom a{color:inherit; text-decoration:underline; text-underline-offset:2px}

@media (max-width:900px){
  .wg-footer__grid{grid-template-columns:1fr 1fr; gap:26px}
}
@media (max-width:560px){
  .wg-footer__grid{grid-template-columns:1fr; gap:22px}
}
