footer {
  flex-shrink: 0;
}

.footer {
  border-top: 0.5px solid var(--border);
}

.footer-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 1.75rem var(--gutter);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.72rem;
  color: var(--muted);
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.footer-social {
  display: inline-flex;
  color: var(--muted);
  transition: color 0.2s;
}

.footer-social:hover {
  color: var(--accent-text);
}
