/*
 * Restore the final visual layer from the original development build.
 * The exported production bundle placed the older base rules after these
 * declarations, changing the hero color, grid, scale, and page rhythm.
 */
.hero {
  min-height: 100svh;
  background: #080d12;
  padding: 22svh 7vw 7vh;
  isolation: isolate;
}

.hero-grid {
  background-image:
    linear-gradient(rgba(102, 245, 205, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 245, 205, 0.08) 1px, transparent 1px);
  background-size: 74px 74px;
  -webkit-mask-image: linear-gradient(90deg, #000 25%, transparent 77%);
  mask-image: linear-gradient(90deg, #000 25%, transparent 77%);
}

.hero-copy {
  max-width: 980px;
  z-index: 2;
}

.hero h1 {
  max-width: 920px;
  font-size: clamp(62px, 8.5vw, 143px);
  line-height: 0.84;
  letter-spacing: -0.085em;
}

.signal-card {
  right: 7vw;
  bottom: 9vh;
  width: 245px;
  height: 225px;
  background: rgba(13, 26, 32, 0.66);
  border-color: rgba(134, 255, 221, 0.35);
}

.hero-note {
  left: 7vw;
  bottom: 4vh;
  color: #89b9ae;
}

.intro {
  padding-top: 170px;
}

.services {
  padding-bottom: 150px;
}

.service {
  background: #edf0e9;
}

@media (max-width: 700px) {
  .hero {
    min-height: 760px;
    padding: 165px 7vw 70px;
  }

  .hero h1 {
    font-size: clamp(53px, 14vw, 85px);
  }

  .signal-card {
    right: 7vw;
    bottom: 72px;
    width: 185px;
    height: 170px;
  }

  .hero-index {
    right: 6vw;
    top: 104px;
  }

  .intro {
    padding-top: 105px;
  }
}
