.site-footer {
  width: 100%;
  padding: 18px 16px 28px;
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.footer-inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 14px;
  align-items: center;
}

.footer-link {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

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

.footer-copy {
  color: var(--muted);
  font-size: 0.85rem;
}
