html {
  scroll-padding-top: 98px;
}

body {
  padding-top: 98px !important;
}

.site-header,
.site-header--overlay,
.site-header--solid {
  position: fixed !important;
  z-index: 1000 !important;
  inset: 0 0 auto !important;
  width: 100% !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
  background: rgba(3, 16, 29, .96) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  backdrop-filter: blur(14px) !important;
}

.site-header .header-inner {
  min-height: 98px;
}

.hero {
  height: min(900px, calc(100svh - 98px)) !important;
}

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

  body {
    padding-top: 96px !important;
  }

  .site-header .header-inner {
    min-height: 96px;
  }

  .hero {
    height: auto !important;
  }
}
