.footer-inner {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-map {
  display: grid;
  gap: 4px;
  align-content: center;
}

.footer-map span {
  margin-bottom: 5px;
  color: var(--gold);
  font: 500 10px "DM Mono", monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-map a {
  width: max-content;
  color: #d1cbc3;
  font-size: 11px;
  font-weight: 500;
  transition: color .25s ease;
}

.footer-map a:hover,
.footer-map a:focus-visible {
  color: #fff;
}

@media (max-width: 800px) {
  .footer-inner { grid-template-columns: 1fr; }
  .footer-map { gap: 7px; }
}
