/* Shared by the homepage and its two next steps. */
.home-footer .cols { grid-template-columns: minmax(0, 2fr) repeat(2, minmax(0, 1fr)); }
.home-footer a:focus-visible { outline: 2px solid var(--brass); outline-offset: 5px; }
.home-footer .base a { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 599px) {
  .home-footer .cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
  .home-footer .cols > div:first-child { grid-column: 1 / -1; }
}
