.site-footer {
  margin-top: 48px;
  padding-top: 20px;
  text-align: center;
}
.site-footer__divider {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 20px;
  height: 0.5px;
  background: rgba(255,255,255,0.06);
}
/* Match main content column when footer sits in a wider outer wrapper */
.site-footer__divider--content {
  width: 100%;
  max-width: 680px;
}
.site-footer__logo-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.site-footer__logo-row {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.site-footer__logo-text {
  font-family: Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.20em;
  color: rgba(225,200,175,0.55);
  font-weight: 500;
}
.site-footer__nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.site-footer__nav a {
  font-size: 10px;
  color: rgba(212,180,100,0.55);
  text-decoration: none;
}
.site-footer__nav a:hover {
  color: #D4C0A0;
}
.site-footer__copy {
  font-size: 10px;
  color: rgba(255,255,255,0.35);
}

/* Footer legal link labels: short on mobile, full on desktop */
.footer-label--short {
  display: none;
}
.footer-label--long {
  display: inline;
}
@media (max-width: 600px) {
  .site-footer__nav,
  .result-footer-links,
  .landing-footer-legal,
  #birthday-view .birthday-micro-footer {
    gap: 8px 10px;
  }
  .site-footer__nav a,
  .result-footer-links a,
  .landing-footer-legal a,
  #birthday-view .birthday-micro-footer a {
    font-size: 9px;
    white-space: nowrap;
  }
  .footer-label--short {
    display: inline;
  }
  .footer-label--long {
    display: none;
  }
}

/* Result-style footer brand row (about, index result view) */
a.result-footer-brand,
.result-footer-brand a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  text-decoration: none;
}
