footer{border-top:1px solid var(--line);padding:38px 24px 44px;background:#ededed}
.foot-inner{max-width:var(--maxw);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.foot-inner .brand{font-size:14px}
.footer-meta{display:flex;align-items:center;gap:12px}
.copy{font-size:9px;color:var(--muted)}
.footer-social{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;color:var(--muted);transition:color .2s ease,background-color .2s ease}
.footer-social:hover{color:var(--ink);background:rgba(0,0,0,.05)}
.footer-social:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
.footer-social svg{width:18px;height:18px;fill:currentColor}

@media(max-width:600px){
  .foot-inner{display:block}
  .foot-inner .brand{min-height:44px}
  .footer-meta{margin-top:8px;justify-content:space-between}
  .copy{display:block;max-width:260px}
}
