.site-footer { background-color: #1A1A1A; color: #CCCCCC; margin-top: auto; }
.site-footer .footer-inner { max-width: 1200px; margin: 0 auto; padding: 40px 16px 24px; }
.site-footer .footer-top { display: flex; flex-direction: column; gap: 32px; margin-bottom: 28px; }
.site-footer .footer-brand { }
.site-footer .footer-logo { font-size: 24px; font-weight: 900; color: #C9A84C; margin-bottom: 8px; letter-spacing: -0.5px; }
.site-footer .footer-tagline { font-size: 13px; color: #888888; }
.site-footer .footer-cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.site-footer .footer-col { }
.site-footer .footer-col-heading { font-size: 13px; font-weight: 700; color: #FFFFFF; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 12px; }
.site-footer .footer-links { display: flex; flex-direction: column; gap: 8px; }
.site-footer .footer-links a { font-size: 13px; color: #888888; text-decoration: none; transition: color 0.15s ease; }
.site-footer .footer-links a:hover { color: #C9A84C; }
.site-footer .footer-social { display: flex; gap: 10px; margin-bottom: 24px; padding-top: 20px; border-top: 1px solid #333333; }
.site-footer .social-link { display: flex; align-items: center; justify-content: center; transition: opacity 0.15s ease; }
.site-footer .social-link:hover { opacity: 0.7; }
.site-footer .footer-bottom { border-top: 1px solid #333333; padding-top: 20px; }
.site-footer .footer-legal { font-size: 12px; color: #666666; line-height: 1.7; margin-bottom: 10px; }
.site-footer .footer-legal a { color: #888888; }
.site-footer .footer-legal a:hover { color: #C9A84C; }
.site-footer .footer-copy { font-size: 12px; color: #555555; }
.site-footer .footer-logo-ca { color: #FFFFFF; font-weight: 400; }

@media (min-width: 768px) {
  .site-footer .footer-inner { padding: 48px 24px 32px; }
  .site-footer .footer-top { flex-direction: row; }
  .site-footer .footer-brand { flex-shrink: 0; max-width: 220px; }
  .site-footer .footer-cols { grid-template-columns: repeat(3, 1fr); flex: 1; }
}
