/* Final visual-QA safeguards. */
html,
body {
  overflow-x: hidden;
}

/* The generated landscape already carries its own contour language. The old
   hero orbits reached above the image and read as an accidental line in nav. */
.hero-cinematic .orbit {
  display: none;
}

.brand .vale-mark {
  width: 39px;
  height: 39px;
  object-fit: contain;
}

/* Sparse cartographic callouts attached to the landscape. */
.hero-layer-trace {
  inset: 0;
  width: auto;
  height: auto;
  display: block;
  padding: 0;
  color: var(--paper);
  background: none;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-layer-trace .trace-count {
  position: absolute;
  right: 2.5%;
  top: 18%;
  display: flex;
  align-items: center;
  padding: 9px 12px;
  color: var(--lime);
  background: rgba(23, 32, 25, .88);
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 10px 28px rgba(13, 22, 15, .16);
  backdrop-filter: blur(12px);
  font-size: 9px;
  letter-spacing: .08em;
}

.hero-layer-trace .trace-count::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 8px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(184, 216, 120, .13);
}

.hero-layer-trace .trace-tags {
  position: absolute;
  inset: 0;
  display: block;
  margin: 0;
}

.hero-layer-trace .trace-tags i {
  position: absolute;
  padding: 8px 11px 8px 19px;
  color: rgba(255, 255, 255, .82);
  background: rgba(23, 32, 25, .76);
  border: 1px solid rgba(255, 255, 255, .17);
  box-shadow: 0 8px 24px rgba(13, 22, 15, .12);
  backdrop-filter: blur(11px);
  font: 9px var(--mono);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .07em;
  white-space: nowrap;
}

.hero-layer-trace .trace-tags i::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 3px;
  height: 3px;
  transform: translateY(-50%);
  background: var(--lime);
}

.hero-layer-trace .trace-tags i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 34px;
  height: 1px;
  transform: rotate(112deg);
  transform-origin: left center;
  background: rgba(255, 255, 255, .42);
}

.hero-layer-trace .trace-tags i:nth-child(1) { right: 3%; top: 30%; }
.hero-layer-trace .trace-tags i:nth-child(2) { right: 30%; top: 56%; }
.hero-layer-trace .trace-tags i:nth-child(3) { right: 16%; top: 67%; }
.hero-layer-trace .trace-tags i:nth-child(4) { right: 25%; top: 39%; }
.hero-layer-trace .trace-tags i:nth-child(5) { right: 34%; top: 73%; }
.hero-layer-trace .trace-tags i:nth-child(6) { right: 12%; top: 45%; }
.hero-layer-trace .trace-tags i:nth-child(7) { right: 3%; top: 61%; }

@media (max-width: 1100px) {
  .hero-layer-trace {
    position: relative;
    inset: auto;
    width: min(650px, 100%);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-top: 28px;
  }

  .hero-layer-trace .trace-count {
    position: static;
    display: inline-flex;
  }

  .hero-layer-trace .trace-tags {
    display: contents;
  }

  .hero-layer-trace .trace-tags i {
    position: relative;
    inset: auto;
  }

  .hero-layer-trace .trace-tags i:nth-child(n) {
    right: auto;
    top: auto;
  }

  .hero-layer-trace .trace-tags i::after {
    content: none;
  }
}

@media (max-width: 590px) {
  .brand .vale-mark {
    width: 38px;
    height: 38px;
  }

  .hero-layer-trace {
    margin-top: 24px;
  }

  .hero-layer-trace .trace-count,
  .hero-layer-trace .trace-tags i {
    font-size: 8px;
  }

  .hero-layer-trace {
    gap: 6px;
  }
}

@media (max-width: 900px) {
  .coverage {
    grid-template-columns: 1fr;
  }
}
