/* Shared footer only. Keep existing page, header, palette and font rules intact. */
#lf-site-footer {
  display: block;
  position: relative;
  min-height: 0;
  margin: 0;
  padding: 36px 0 24px;
  border-top: 2px solid #016659;
  background: #050707;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
}
#lf-site-footer .lf-footer-inner { width: min(1200px, calc(100% - 80px)); margin: 0 auto; }
#lf-site-footer .lf-footer-top { display: flex; align-items: center; gap: 40px; }
#lf-site-footer a { color: inherit; text-decoration: none; }
#lf-site-footer a:hover { text-decoration: underline; text-underline-offset: 5px; }
#lf-site-footer a:focus-visible { outline: 3px solid #c0c0c0; outline-offset: 4px; }
#lf-site-footer .lf-footer-brand { display: inline-flex; align-items: center; gap: 16px; flex-shrink: 0; }
#lf-site-footer .lf-footer-brand img { display: block; width: 88px; height: auto; max-width: 100%; object-fit: contain; filter: none; }
#lf-site-footer .lf-footer-brand span { font-size: 16px; font-weight: 800; letter-spacing: .11em; line-height: 1.3; }
#lf-site-footer .lf-footer-primary { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; }
#lf-site-footer .lf-footer-primary a, #lf-site-footer .lf-footer-utilities a { display: inline-flex; align-items: center; min-height: 44px; }
#lf-site-footer .lf-footer-give { display: grid; justify-items: center; gap: 8px; margin-left: auto; }
#lf-site-footer .lf-footer-donate { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; min-height: 48px; background: #ed1c24; border: 1px solid #ed1c24; border-radius: 4px; font-weight: 750; }
#lf-site-footer .lf-footer-give p { margin: 0; color: #c0c0c0; font-size: 12px; line-height: 1.4; text-align: center; }
#lf-site-footer .lf-footer-give strong { color: #fff; }
#lf-site-footer .lf-footer-utilities { display: flex; flex-wrap: wrap; gap: 0 24px; margin-top: 24px; padding-top: 16px; border-top: 1px solid rgba(192,192,192,.24); font-size: 13px; color: #c0c0c0; }
#lf-site-footer .lf-footer-legal { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(192,192,192,.24); color: #c0c0c0; }
#lf-site-footer .lf-footer-legal p { max-width: none; margin: 0 0 12px; color: inherit; font-size: 13px; line-height: 1.7; }
#lf-site-footer .lf-footer-legal strong { font-weight: 650; }
#lf-site-footer .lf-footer-candid { display: inline-grid; grid-template-columns: 88px minmax(0, 260px); gap: 16px; align-items: center; margin-top: 12px; padding: 18px 20px 18px 0; border-top: 1px solid rgba(192,192,192,.24); color: #fff; }
#lf-site-footer .lf-footer-candid img { display: block; width: 88px; height: 88px; max-width: none; object-fit: contain; filter: none; }
#lf-site-footer .lf-footer-candid span { display: grid; gap: 5px; line-height: 1.45; }
#lf-site-footer .lf-footer-candid strong { font-size: 13px; }
#lf-site-footer .lf-footer-candid small { color: #c0c0c0; font-size: 12px; }
#lf-site-footer .lf-footer-legal .lf-footer-copyright { margin: 20px 0 0; font-size: 12px; }
@media (max-width: 1020px) {
  #lf-site-footer .lf-footer-top { flex-wrap: wrap; gap: 20px 32px; }
}
@media (max-width: 760px) {
  #lf-site-footer { padding: 30px 0 24px; }
  #lf-site-footer .lf-footer-inner { width: calc(100% - 40px); }
  #lf-site-footer .lf-footer-brand { width: 100%; }
  #lf-site-footer .lf-footer-primary { width: 100%; gap: 4px 24px; }
  #lf-site-footer .lf-footer-give { justify-items: start; margin-left: 0; }
  #lf-site-footer .lf-footer-utilities { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 20px; }
  #lf-site-footer .lf-footer-utilities a { overflow-wrap: anywhere; }
  #lf-site-footer .lf-footer-candid { grid-template-columns: 80px minmax(0, 1fr); width: 100%; max-width: 390px; }
  #lf-site-footer .lf-footer-candid img { width: 80px; height: 80px; }
}
@media (max-width: 360px) {
  #lf-site-footer .lf-footer-candid { grid-template-columns: 72px minmax(0, 1fr); gap: 14px; padding-right: 0; }
  #lf-site-footer .lf-footer-candid img { width: 72px; height: 72px; }
}
