.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 26px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.footer-nav a {
  color: rgba(17, 18, 22, 0.62);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--ink);
}

@media (max-width: 900px) {
  .footer-nav {
    gap: 10px 18px;
    margin-bottom: 14px;
  }

  .site-footer {
    padding-bottom: calc(96px + env(safe-area-inset-bottom)) !important;
  }
}
