.about-blocks:empty {
  display: none;
  margin-bottom: 0;
}

html,
.scroll-container {
  scroll-padding-top: 0;
}

.header__nav a:focus {
  outline: none;
}

.header__nav a:focus-visible {
  outline: 1px solid rgba(228, 226, 216, .5);
  outline-offset: .22rem;
  border-radius: .125rem;
}

html.specterhawk-hide-hero .js-hero {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.js-webgl-title {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#about-us {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
  scroll-margin-top: 0;
}

#about-us > div:first-child {
  width: 100%;
  min-height: 100dvh;
  justify-content: center;
  margin-bottom: 0 !important;
  padding: 5rem 0;
}

#about-us > div:first-child > div:first-child {
  margin-bottom: 3rem !important;
}

#about-us .max-w-650 {
  margin-left: auto;
  margin-right: auto;
}

.footer__logo {
  width: 12.6rem;
  height: auto;
}

.specterhawk-modules {
  position: relative;
  color: var(--light-gray);
  padding-top: 3rem;
  overflow: visible;
}

.specterhawk-modules__intro {
  min-height: 48vh;
  max-width: 70rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 3rem;
  text-align: center;
}

.specterhawk-modules__eyebrow,
.specterhawk-module__eyebrow {
  display: block;
  font-family: LazareGrotesk, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .76rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(244, 247, 250, .72);
}

.specterhawk-modules__title {
  max-width: 62rem;
  margin: 1.15rem auto 1.25rem;
  font-family: Magnetik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 3.45rem;
  font-weight: 300;
  line-height: .94;
  letter-spacing: 0;
}

.specterhawk-modules__copy {
  max-width: 45rem;
  margin: 0 auto;
  color: rgba(244, 247, 250, .74);
  font-size: 1.02rem;
  line-height: 1.55;
  letter-spacing: 0;
}

.specterhawk-modules__grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 0;
}

.specterhawk-module-stage {
  position: relative;
  width: 100vw;
  min-height: 200dvh;
  margin-left: calc(50% - 50vw);
  scroll-margin-top: 0;
}

.specterhawk-module {
  position: sticky;
  top: 0;
  width: 100%;
  min-height: 100dvh;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  align-content: end;
  gap: 1.25rem;
  padding: 1.25rem;
  border: 1px solid rgba(244, 247, 250, .22);
  border-radius: 0;
  background: #03060a;
  box-shadow: none;
  isolation: isolate;
}

.specterhawk-module:before {
  content: "";
  position: absolute;
  inset: 0;
}

.specterhawk-module:before {
  z-index: 0;
  opacity: .9;
  background-position: center;
  background-size: cover;
  transform: none;
  transition: none;
}

.specterhawk-module:after {
  content: "";
  position: absolute;
  left: -18vw;
  bottom: -18vh;
  z-index: 1;
  width: 132vw;
  height: 132vh;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 18% 78%, rgba(0, 0, 0, .86) 0%, rgba(0, 0, 0, .72) 23%, rgba(0, 0, 0, .46) 43%, rgba(0, 0, 0, .18) 66%, transparent 86%),
    linear-gradient(34deg, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, .42) 28%, rgba(0, 0, 0, .14) 58%, transparent 82%);
}

.specterhawk-module > * {
  position: relative;
  z-index: 2;
}

.specterhawk-module-stage:nth-child(1) .specterhawk-module:before {
  background-image: url("/images/module-air.jpg");
  background-position: center center;
}

.specterhawk-module-stage:nth-child(2) .specterhawk-module:before {
  background-image: url("/images/module-land.png");
  background-position: center center;
}

.specterhawk-module-stage:nth-child(3) .specterhawk-module:before {
  background-image: url("/images/module-matter.jpg");
  background-position: center center;
}

.specterhawk-module-stage:nth-child(4) .specterhawk-module:before {
  background-image: url("/images/module-sea.jpeg");
  background-position: center center;
}

.specterhawk-module-stage:nth-child(5) .specterhawk-module:before {
  background-image: url("/images/module-space.avif");
  background-position: center center;
}

.specterhawk-module-stage:nth-child(6) .specterhawk-module:before {
  background-image: url("/images/module-dome.jpg");
  background-position: center center;
}

.specterhawk-module > div:first-child {
  max-width: 43rem;
}

.specterhawk-module__title {
  margin: .85rem 0 1rem;
  font-family: Magnetik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: .92;
  letter-spacing: 0;
  color: #fff;
}

.specterhawk-module__body {
  max-width: 36rem;
  margin: 0;
  color: rgba(244, 247, 250, .78);
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .specterhawk-modules__title {
    font-size: 5.1rem;
  }

  .specterhawk-module {
    min-height: 100dvh;
    padding: 2rem;
  }

  .specterhawk-module__title {
    font-size: 4.6rem;
  }

}

@media (min-width: 1024px) {
  .specterhawk-modules__intro {
    margin-bottom: 4rem;
  }

  .specterhawk-modules__title {
    font-size: 6.35rem;
  }

  .specterhawk-modules__grid {
    gap: 0;
    padding-bottom: 0;
  }

  .specterhawk-module-stage {
    min-height: 210dvh;
  }

  .specterhawk-module {
    min-height: 100dvh;
    grid-template-columns: minmax(0, 1fr);
    align-items: end;
    gap: 3rem;
    padding: 3.5rem;
  }

  .specterhawk-module__title {
    font-size: 5.6rem;
  }

}
