.hr-footer {
  padding: 32px 24px calc(32px + env(safe-area-inset-bottom, 0));
  text-align: center; background: var(--ink, #1a1a18);
  color: rgba(246,243,237,0.45); font-size: 0.75rem; line-height: 1.6;
}
.hr-footer-brand {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem; color: rgba(246,243,237,0.75); margin-bottom: 12px;
}
.hr-footer-links {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px;
  margin-bottom: 12px;
}
.hr-footer-links a {
  color: var(--gold-light, #d4b76a); text-decoration: none; font-weight: 500;
  font-size: 0.78rem;
}
.hr-footer-links a:hover { text-decoration: underline; }
.hr-footer-meta { color: rgba(246,243,237,0.35); font-size: 0.72rem; }
.hr-footer-meta a { color: rgba(246,243,237,0.5); text-decoration: none; }
.hr-footer-meta a:hover { color: var(--gold-light, #d4b76a); }
