/* Shared mobile refinements: compact footer, comfortable touch targets, no horizontal overflow. */
@media(max-width:600px){
  body{overflow-x:hidden}
  .site-footer__main{padding:42px 6vw 34px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:30px 18px}
  .site-footer__intro,.site-footer__reach{grid-column:1/-1}
  .site-footer__intro>p{max-width:330px;font-size:14px}
  .site-footer__links{gap:3px}
  .site-footer__links a{display:flex;align-items:center;min-height:38px;font-size:13px}
  .site-footer__reach{padding-top:23px;border-top:1px solid rgba(255,255,255,.12)}
  .site-footer__bottom-inner{align-items:center;text-align:center}
  .site-footer__legal{justify-content:center;gap:14px}
  .footer-contact-line{display:flex;align-items:center;min-height:32px}
  .footer-connect a{display:inline-flex;align-items:center;min-height:36px}
  .footer-social__item{min-height:40px}
  .site-footer__cta{align-items:center;min-height:38px}
}

@media(max-width:390px){
  .site-footer__main{gap:26px 14px}
  .site-footer__brand{font-size:22px}
  .site-footer__legal{gap:11px}
}
