#footer{width:100%;padding:64px clamp(20px,8.333vw,120px) 40px;background:var(--footer-bg);display:flex;flex-direction:column;gap:40px;color:var(--grey-body)}
#footer .footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;align-items:start}
#footer .footer-brand{display:flex;flex-direction:column;gap:14px}
#footer .footer-brand img{height:39px;width:auto;align-self:flex-start}
#footer .footer-brand p{font-size:14px;line-height:1.5;color:var(--grey-body);max-width:300px}
#footer .footer-cols{display:contents}
#footer .footer-col{display:flex;flex-direction:column;gap:10px;min-width:0}
#footer .footer-col h2{font-family:var(--font-body);font-size:13px;font-weight:700;color:var(--ink-head);letter-spacing:.02em}
#footer .footer-col a{font-size:14px;line-height:normal;color:var(--grey-body);align-self:flex-start}
#footer .footer-col a:hover{color:var(--brand)}
#footer .footer-rule{height:1px;background:rgba(20,40,60,.10)}
#footer .footer-disclaimer{font-size:12.5px;line-height:1.5;color:var(--grey-mid)}
#footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
#footer .footer-social{display:flex;gap:10px}
#footer .footer-social a{width:36px;height:36px;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px rgba(20,40,60,.12);display:flex;align-items:center;justify-content:center;transition:box-shadow .15s ease}
#footer .footer-social a:hover{box-shadow:inset 0 0 0 1px rgba(20,40,60,.3)}
#footer .footer-social svg{width:17px;height:17px}
#footer .footer-copy{font-size:13px;color:var(--grey-mid)}
@media (max-width:900px){
  #footer{padding:44px 20px 32px;gap:28px}
  #footer .footer-top{display:flex;flex-direction:column;gap:28px}
  #footer .footer-brand{gap:12px}
  #footer .footer-brand img{height:32px}
  #footer .footer-brand p{max-width:none}
  #footer .footer-cols{display:flex;flex-direction:column;gap:24px}
  #footer .footer-bottom{flex-direction:column;align-items:flex-start;gap:28px}
}

/* --- motion (ANIM-A): brand + columns use the shared [data-reveal] classes with an 80ms stagger (see 12-footer.html) --- */
