/* Standard site footer — all public pages */

.site-footer {
  text-align: center;
  padding: 2rem 1rem 1.75rem;
  margin-top: 1.25rem;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--text-muted, var(--muted, #5a6b57));
  border-top: 1px solid var(--border, var(--cream-100, #e0dcd4));
}

.site-footer p {
  margin: 0 0 0.45rem;
}

.site-footer p:last-child {
  margin-bottom: 0;
}

.site-footer a {
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.25rem 0.65rem;
}

.site-footer__sep {
  color: var(--text-muted, var(--muted, #5a6b57));
  opacity: 0.85;
  padding: 0 0.15rem;
  font-weight: 400;
  user-select: none;
}

.site-footer__shop {
  white-space: nowrap;
}

.site-footer__sep[hidden],
.site-footer__back[hidden] {
  display: none !important;
}
