/* Shared page-frame behavior for the static service, case-study, and resource pages. */
html { scroll-padding-top: 88px; }

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body > header {
  position: sticky;
  top: 0;
  z-index: 900;
  box-shadow: 0 3px 18px rgba(8, 26, 45, 0.16);
}

.site-footer {
  margin-top: auto;
}

@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
}
