/* ── Footer ── */
.site-footer {
  background: #fff;
  border-top: 1px solid #b89bc9;
  padding: 12px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #666;
}

.site-footer .footer-credit a {
  color: #5a1a8a;
  text-decoration: none;
  font-weight: 600;
}
.site-footer .footer-credit a:hover { color: #e02596; }

/* ── Responsive ── */
@media (max-width: 600px) {
  .site-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 14px 20px;
  }
}
