body{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}
body>main{flex:1 0 auto}
body>footer{margin-top:auto}
.site-footer-row{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.site-footer-brand{display:flex;align-items:center;gap:1rem}
.site-footer-slogan{white-space:nowrap}
@media(max-width:640px){
  .site-footer-row{flex-direction:column;align-items:flex-start;gap:1.25rem}
  .site-footer-brand{flex-direction:column;align-items:flex-start;gap:0}
  .site-footer-slogan{margin-top:.5rem;font-size:clamp(.68rem,3.25vw,.875rem);line-height:1.35}
}
