/* Site footer — updated with logo image support */
.site-footer { background: #1A2332; padding: 56px 0 0; }
.site-footer .footer-inner { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.site-footer .footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(250, 250, 248, 0.06); }
.site-footer .footer-col-heading { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: rgba(250, 250, 248, 0.3); margin-bottom: 16px; }
.site-footer .footer-col-list li { margin-bottom: 8px; }
.site-footer .footer-col-list a { font-size: 14px; color: rgba(250, 250, 248, 0.5); transition: color 0.2s; }
.site-footer .footer-col-list a:hover { color: #FAFAF8; }
.site-footer .footer-disclaimer { padding: 24px 0; border-bottom: 1px solid rgba(250, 250, 248, 0.06); }
.site-footer .footer-disclaimer-text { font-size: 12px; color: rgba(250, 250, 248, 0.25); line-height: 1.65; max-width: 640px; }
.site-footer .footer-bottom { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.site-footer .footer-copyright { font-size: 12px; color: rgba(250, 250, 248, 0.2); }

/* Logo lockup — mark + wordmark */
.site-footer .footer-logo { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; opacity: 0.7; transition: opacity 0.2s; }
.site-footer .footer-logo:hover { opacity: 1; }
.site-footer .footer-logo-mark { width: 20px; height: 20px; display: block; flex-shrink: 0; border-radius: 4px; }
.site-footer .footer-logo-text { font-size: 14px; font-weight: 700; color: rgba(250, 250, 248, 0.55); }
.site-footer .footer-logo-tld { color: rgba(200, 169, 81, 0.7); }

@media (max-width: 768px) {
  .site-footer .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .site-footer .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}

@media (max-width: 480px) {
  .site-footer .footer-inner { padding: 0 16px; }
  .site-footer { padding: 40px 0 0; }
}
