/* The expanded solar scene replaces the small instrument footprint. */
.hero {
  min-height: 820px;
  height: 100svh;
  max-height: none;
}
.instrument-wrap {
  top: calc(48svh - 20px);
  bottom: auto;
  height: 360px;
}
.instrument-wrap #instrument {
  width: 100%;
  max-width: 1480px;
  height: 100%;
  aspect-ratio: auto;
}
#hero-constellation {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
#armillary {
  position: absolute;
  left: 0;
  z-index: 1;
}
.instrument-note {
  left: 50%;
  top: 88%;
  bottom: auto;
  transform: translateX(-50%);
  text-align: center;
  align-items: center;
}
.instrument-note .tiny-star {
  display: none;
}
.instrument-note small {
  max-width: none;
  white-space: nowrap;
  font-size: 12px;
}
.sky-reading {
  top: 88%;
  bottom: auto;
  background: radial-gradient(
    ellipse,
    #060913f2 25%,
    #060913b0 50%,
    transparent 78%
  );
}
.sky-reading h2 {
  font-size: 39px;
}
.sky-reading .section-name {
  display: none;
}
body.revealed #cosmos {
  opacity: 0.45;
}
@media (min-width: 701px) {
  .hero-copy {
    padding-top: 95px;
  }
  .hero h1 {
    font-size: clamp(60px, 7.8svh, 84px);
  }
  .hero .opening-note {
    margin-bottom: 14px;
  }
  .hero .hero-lede {
    margin-top: 14px;
  }
  .hero .hero-actions {
    margin-top: 18px;
  }
}
@media (max-width: 700px) {
  .hero {
    height: 100svh;
    min-height: 820px;
  }
  .instrument-wrap {
    top: 450px;
    bottom: auto;
    height: 260px;
  }
  .instrument-wrap #instrument {
    width: 100%;
    height: 100%;
  }
  .instrument-note {
    left: 50%;
    bottom: -36px;
    width: 100%;
    top: auto;
  }
  .instrument-note small {
    display: block;
    font-size: 11px;
  }
  .sky-reading {
    top: 82%;
    bottom: auto;
  }
  .sky-reading h2 {
    font-size: 34px;
  }
  .sky-reading > p:not(.section-name) {
    font-size: 13px;
  }
}
