/* Sitewide footer — black bar, light rule, copyright + legal links */
.site-footer {
  box-sizing: border-box;
  width: 100%;
  margin-top: auto;
  padding: 16px 24px;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.4;
}

.site-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.site-footer a {
  color: inherit;
  text-decoration: underline;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer-sep {
  text-decoration: none;
  user-select: none;
}
