/* Shared page shell — footer at bottom on short pages */

body.site-layout {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

body.site-layout > main {
  flex: 1 0 auto;
}

body.site-layout > .site-footer--marketing,
body.site-layout > footer.site-footer--marketing {
  flex-shrink: 0;
}
