.site-branding{display:flex;align-items:center;gap:12px}
.brand-copy{display:flex;flex-direction:column}
.brand-copy small{max-width:220px;color:var(--sf-muted);font-size:.7rem;line-height:1.25}
.footer-grid.footer-grid--4{grid-template-columns:minmax(0,2fr) repeat(3,minmax(0,1fr))}
.footer-grid.footer-grid--3{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr)}
.footer-column .custom-logo{margin-bottom:18px}
.footer-column>p{color:#aab2c2}
.footer-column ul{margin:0;padding:0;list-style:none}
.footer-column li{margin:8px 0}
.footer-column a{text-decoration:none}
.footer-column a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.footer-socials a{padding:6px 10px;border:1px solid #343d50;border-radius:999px;font-size:.72rem}
.footer-dmca{display:inline-block;margin-top:16px;padding:5px 9px;border:1px solid #4b5568;border-radius:4px;font-size:.7rem;font-weight:750;text-transform:uppercase}
.footer-post-list a{display:block;line-height:1.35}
.footer-newsletter h2{margin-top:0;font-size:1.45rem}
.footer-newsletter .sf-button{margin-top:12px}
@media(max-width:900px){.footer-grid.footer-grid--4,.footer-grid.footer-grid--3{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.footer-grid.footer-grid--4,.footer-grid.footer-grid--3{grid-template-columns:1fr}}
