.site-footer {
  background: var(--brand-dark);
  color: rgba(255, 255, 255, 0.86);
  padding: 28px 0;
  font-size: 0.92rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}