.footer{background:var(--ink);color:hsla(0,0%,100%,.72)}.footer__inner{display:grid;grid-template-columns:1.2fr 2.4fr;grid-gap:48px;gap:48px;padding-top:64px;padding-bottom:48px}.footer__tagline{margin-top:18px;color:hsla(0,0%,100%,.6);font-size:.95rem;max-width:320px}.footer__cols{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:28px;gap:28px}.footer__col h4{color:#fff;font-size:.95rem;margin-bottom:16px}.footer__col ul{display:flex;flex-direction:column;gap:11px}.footer__col a{color:hsla(0,0%,100%,.62);font-size:.92rem;transition:color .15s var(--ease)}.footer__col a:hover{color:var(--green-2)}.footer__bar{border-top:1px solid hsla(0,0%,100%,.1)}.footer__bar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:22px;padding-bottom:22px;font-size:.88rem}.footer__legal{display:flex;gap:22px;flex-wrap:wrap}.footer__legal a{color:hsla(0,0%,100%,.6);transition:color .15s var(--ease)}.footer__legal a:hover{color:var(--green-2)}@media (max-width:860px){.footer__inner{grid-template-columns:1fr;gap:40px}.footer__cols{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.footer__bar-inner{flex-direction:column;align-items:flex-start;gap:12px}}