/* [project]/src/features/home/home.module.css [app-client] (css) */
.home-module__j8ab0G__page {
  color: #f3f0e7;
  background: #03070d;
  min-height: 100vh;
  margin: -.75rem;
}

.home-module__j8ab0G__hero {
  border-bottom: 1px solid #9cb5d224;
  min-height: calc(88dvh - 72px);
  position: relative;
  overflow: hidden;
}

.home-module__j8ab0G__canvas {
  position: absolute;
  inset: 0;
}

.home-module__j8ab0G__skyFallback {
  background: radial-gradient(circle at 68% 42%, #19324e 0, #07101d 48%, #03070d 78%);
  height: 100%;
}

.home-module__j8ab0G__vignette {
  pointer-events: none;
  background: linear-gradient(90deg, #03070de6 0, #03070d7a 34%, #03070d0f 67%, #03070d47 100%), linear-gradient(0deg, #03070dd1, #0000 30%);
  position: absolute;
  inset: 0;
}

.home-module__j8ab0G__heroCopy {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
  min-height: calc(88dvh - 72px);
  padding: clamp(3rem, 7vw, 8rem);
  display: flex;
  position: relative;
}

.home-module__j8ab0G__eyebrow {
  letter-spacing: .24em;
  color: #83c9f1;
  font-size: .72rem;
  font-weight: 650;
}

.home-module__j8ab0G__heroCopy h1 {
  letter-spacing: -.055em;
  text-wrap: balance;
  margin-top: 1.25rem;
  font-size: clamp(3.35rem, 5.5vw, 7.2rem);
  line-height: .96;
}

.home-module__j8ab0G__lead {
  color: #b2c0d0;
  text-wrap: pretty;
  max-width: 630px;
  margin-top: 1.75rem;
  font-size: clamp(1rem, 1.2vw, 1.28rem);
  line-height: 1.8;
}

.home-module__j8ab0G__ctas {
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
  display: flex;
}

.home-module__j8ab0G__ctas a, .home-module__j8ab0G__finalCta a {
  color: #f3f0e7;
  border: 1px solid #b8cde440;
  align-items: center;
  min-height: 48px;
  padding: .75rem 1.15rem;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, transform .2s;
  display: inline-flex;
}

.home-module__j8ab0G__ctas a:hover, .home-module__j8ab0G__finalCta a:hover {
  background: #83c9f11a;
  border-color: #83c9f1;
  transform: translateY(-1px);
}

.home-module__j8ab0G__ctas a:focus-visible, .home-module__j8ab0G__heroFooter button:focus-visible, .home-module__j8ab0G__imageCard:focus-visible, .home-module__j8ab0G__finalCta a:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #83c9f1;
}

.home-module__j8ab0G__ctas .home-module__j8ab0G__primary {
  color: #04101b;
  background: #8dcff3;
  border-color: #8dcff3;
  font-weight: 700;
}

.home-module__j8ab0G__heroReadout {
  z-index: 2;
  color: #a8bbcd;
  justify-items: end;
  display: grid;
  position: absolute;
  top: 47%;
  right: 10vw;
}

.home-module__j8ab0G__heroReadout strong {
  color: #f3f0e7;
  font-size: clamp(3rem, 6vw, 7rem);
  font-weight: 300;
  line-height: 1;
}

.home-module__j8ab0G__heroReadout span {
  letter-spacing: .22em;
  color: #d7b46a;
  font-size: .7rem;
}

.home-module__j8ab0G__heroReadout small {
  margin-top: .5rem;
}

.home-module__j8ab0G__heroFooter {
  z-index: 3;
  color: #92a7bc;
  letter-spacing: .06em;
  justify-content: space-between;
  align-items: center;
  font-size: .78rem;
  display: flex;
  position: absolute;
  bottom: 1.2rem;
  left: clamp(1rem, 3vw, 3rem);
  right: clamp(1rem, 3vw, 3rem);
}

.home-module__j8ab0G__heroFooter button {
  color: #e8edf2;
  background: #050c15bf;
  border: 1px solid #b8cde433;
  min-height: 44px;
  padding: 0 1rem;
}

.home-module__j8ab0G__content {
  background: linear-gradient(#07101b, #03070d);
}

.home-module__j8ab0G__imageSection {
  padding-bottom: clamp(4rem, 8vw, 8rem);
}

.home-module__j8ab0G__sectionHeading, .home-module__j8ab0G__finalCta {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4rem;
  padding: clamp(4rem, 8vw, 9rem) clamp(1.5rem, 7vw, 9rem);
  display: grid;
}

.home-module__j8ab0G__sectionHeading {
  padding-bottom: 2.5rem;
}

.home-module__j8ab0G__sectionHeading h2, .home-module__j8ab0G__finalCta h2 {
  letter-spacing: -.04em;
  text-wrap: balance;
  margin-top: 1rem;
  font-size: clamp(2rem, 3.6vw, 4.6rem);
  line-height: 1.08;
}

.home-module__j8ab0G__sectionHeading > p {
  color: #9eb0c2;
  max-width: 620px;
  line-height: 1.9;
}

.home-module__j8ab0G__imageRail {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 clamp(1.5rem, 7vw, 9rem);
  display: grid;
}

.home-module__j8ab0G__imageCard, .home-module__j8ab0G__imagePlaceholder {
  aspect-ratio: 16 / 10;
  color: #f3f0e7;
  background: #0a1421;
  min-height: 240px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.home-module__j8ab0G__imageCard img {
  object-fit: cover;
  filter: saturate(.78) contrast(1.06);
  width: 100%;
  height: 100%;
  transition: transform .35s, filter .35s;
}

.home-module__j8ab0G__imageCard:hover img {
  filter: saturate(.95) contrast(1.08);
  transform: scale(1.025);
}

.home-module__j8ab0G__imageFallback {
  color: #72879c;
  border: 1px dashed #a4bcd633;
  place-items: center;
  display: grid;
  position: absolute;
  inset: 0;
}

.home-module__j8ab0G__imageMeta {
  background: linear-gradient(#0000, #03070df0);
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  padding: 4rem 1rem 1rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-module__j8ab0G__imageMeta > span {
  gap: .3rem;
  display: grid;
}

.home-module__j8ab0G__imageMeta > span:last-child {
  text-align: right;
}

.home-module__j8ab0G__imageMeta strong {
  display: block;
}

.home-module__j8ab0G__imageMeta small {
  color: #b7c4d1;
  display: block;
}

.home-module__j8ab0G__archiveMessage {
  color: #8da2bb;
  border: 1px dashed #a4bcd633;
  grid-column: 1 / -1;
  place-items: center;
  min-height: 220px;
  display: grid;
}

.home-module__j8ab0G__capabilities {
  grid-template-columns: repeat(3, 1fr);
  padding: 0 clamp(1.5rem, 7vw, 9rem) clamp(4rem, 8vw, 9rem);
  display: grid;
}

.home-module__j8ab0G__capabilities article {
  border-top: 1px solid #a4bcd633;
  padding: 2rem 2rem 2rem 0;
}

.home-module__j8ab0G__capabilities span {
  color: #d7b46a;
  font-variant-numeric: tabular-nums;
}

.home-module__j8ab0G__capabilities h3 {
  margin: 1.5rem 0 .75rem;
  font-size: 1.4rem;
}

.home-module__j8ab0G__capabilities p {
  color: #91a5b9;
  max-width: 320px;
  line-height: 1.7;
}

.home-module__j8ab0G__finalCta {
  border-top: 1px solid #a4bcd624;
  align-items: end;
}

.home-module__j8ab0G__finalCta > div {
  justify-content: flex-end;
  gap: .75rem;
  display: flex;
}

.home-module__j8ab0G__footer {
  text-align: center;
  color: #71849a;
  border-top: 1px solid #a4bcd624;
  padding: 2rem;
  font-size: .75rem;
}

@media (max-width: 900px) {
  .home-module__j8ab0G__hero, .home-module__j8ab0G__heroCopy {
    min-height: calc(82dvh - 72px);
  }

  .home-module__j8ab0G__heroCopy {
    justify-content: flex-end;
    padding: 4rem 1.25rem 6rem;
  }

  .home-module__j8ab0G__heroCopy h1 {
    font-size: clamp(2.8rem, 12vw, 5rem);
  }

  .home-module__j8ab0G__vignette {
    background: linear-gradient(0deg, #03070df5 0, #03070d94 48%, #03070d14 100%);
  }

  .home-module__j8ab0G__heroReadout {
    top: 18%;
    right: 1.25rem;
  }

  .home-module__j8ab0G__sectionHeading, .home-module__j8ab0G__finalCta {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 4rem 1.25rem;
  }

  .home-module__j8ab0G__imageRail {
    grid-template-columns: 1fr 1fr;
    padding: 0 1.25rem;
  }

  .home-module__j8ab0G__imageCard, .home-module__j8ab0G__imagePlaceholder {
    min-height: 190px;
  }

  .home-module__j8ab0G__capabilities {
    grid-template-columns: 1fr;
    padding: 0 1.25rem 4rem;
  }

  .home-module__j8ab0G__finalCta > div {
    justify-content: flex-start;
  }

  .home-module__j8ab0G__heroFooter {
    font-size: .68rem;
  }
}

@media (max-width: 520px) {
  .home-module__j8ab0G__page {
    margin: -.75rem;
  }

  .home-module__j8ab0G__hero, .home-module__j8ab0G__heroCopy {
    min-height: calc(82dvh - 72px);
  }

  .home-module__j8ab0G__heroCopy {
    padding-bottom: 5.5rem;
  }

  .home-module__j8ab0G__lead {
    font-size: .95rem;
    line-height: 1.65;
  }

  .home-module__j8ab0G__ctas {
    grid-template-columns: 1fr;
    display: grid;
  }

  .home-module__j8ab0G__ctas a {
    justify-content: center;
  }

  .home-module__j8ab0G__heroReadout {
    opacity: .78;
  }

  .home-module__j8ab0G__imageRail {
    grid-template-columns: 1fr;
  }

  .home-module__j8ab0G__imageCard, .home-module__j8ab0G__imagePlaceholder {
    min-height: 220px;
  }

  .home-module__j8ab0G__heroFooter span {
    max-width: 65%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-module__j8ab0G__page a, .home-module__j8ab0G__page img {
    transition-duration: .01ms !important;
  }

  .home-module__j8ab0G__page a:hover, .home-module__j8ab0G__page a:hover img {
    transform: none !important;
  }
}

/*# sourceMappingURL=src_features_home_home_module_04kepcw.css.map*/