/* Footer additions are isolated from the homepage layout. */
.site-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}
.site-footer>.brand{justify-self:start}
.footer-center{text-align:center}
.footer-links{display:flex;justify-content:center;gap:24px;font-size:14px}
.footer-copyright{font-size:13px;color:var(--muted);margin-top:8px}
.footer-social{display:flex;justify-self:end;gap:12px}
.footer-social a{display:flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:var(--green);color:#fff}
.footer-social svg{display:block;width:22px;height:22px}
.footer-social a:hover{background:#2b7852}
.legal-content{width:min(760px,calc(100% - 96px));margin:0 auto;padding:72px 0 80px;overflow-wrap:anywhere}
.legal-content h1{font-size:clamp(30px,4.5vw,52px);letter-spacing:-1.4px;line-height:1.15;margin-bottom:32px;hyphens:auto}
.legal-content h2{font-size:clamp(21px,2.5vw,26px);letter-spacing:-.4px;line-height:1.35;margin-bottom:18px}
.legal-content section{margin:0 0 36px}
.legal-content p{margin:0 0 18px}
.legal-content p a{text-decoration:underline;text-underline-offset:4px}
.legal-date{color:var(--muted);padding-bottom:20px}
.legal-back{font-size:14px;text-decoration:underline;text-underline-offset:5px}
.legal-page .site-footer{border-top:1px solid var(--line)}

@media(max-width:1000px){.site-footer{gap:22px;grid-template-columns:auto 1fr auto}.footer-links{gap:18px}.footer-social{gap:8px}.legal-content{width:min(760px,calc(100% - 64px))}}
@media(max-width:800px){.site-footer{grid-template-columns:1fr;justify-items:center;gap:24px}.site-footer>.brand,.footer-social{justify-self:center}.footer-links{order:initial;width:auto;border:0;padding:0;flex-wrap:wrap;font-size:14px}.footer-center{min-width:0}}
@media(max-width:700px){.legal-content{width:calc(100% - 40px);padding:44px 0 55px}.legal-page header{align-items:center}}
