/* Footer design tokens */
:root{
  --space-1:.5rem; --space-2:.75rem; --space-3:1rem; --space-4:1.5rem; --space-6:2.5rem;
}

/* Base */
.footer{padding-top:var(--space-6); padding-bottom:var(--space-6)}
.footer-cta{padding-top:var(--space-4); padding-bottom:var(--space-4)}
.footer h6{font-weight:700; margin-bottom:var(--space-2); font-size:clamp(.95rem, .9rem + .2vw, 1.05rem)}
.footer .muted{color:var(--bs-secondary-color)}
.footer .link-list a{display:block; padding:.25rem 0; text-decoration:none}
.footer .link-list a:hover{color:var(--bs-body-color); text-decoration:underline}
.footer .icon{width:18px; height:18px; flex:0 0 18px}
.footer .about p{margin-bottom:var(--space-2); max-width:46ch; line-height:1.6}
.footer .social a{opacity:.85}
.footer .social a:hover{opacity:1}
.footer .legal a{margin-left:1rem}
.footer .clamp-3{display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden}
.footer .back-to-top{position:fixed; right:16px; bottom:16px; z-index:1030; display:none}

/* Locations inline links to avoid dangling commas */
.footer .link-inline a{display:inline; padding:.25rem .25rem .25rem 0}

/* Light separators */
.footer .border-top{border-color:rgba(0,0,0,.06)!important}

@media (max-width: 767.98px){
  .footer .legal a{margin-left:0}
}
