.site-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--line, #d8e0e8);
  font-size: 0.85rem;
  color: var(--muted, #5c6b7a);
  text-align: center;
}
.site-footer__brand {
  margin: 0 0 12px;
}
.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}
.site-footer__nav a {
  color: var(--accent, #2f5d4a);
  text-decoration: none;
  font-weight: 500;
}
.site-footer__nav a:hover {
  text-decoration: underline;
}
