/* Homepage launch caption only; countdown geometry and animation stay intact. */
.hero > .ring > .countdown-launch-label {
  position: absolute;
  z-index: 2;
  top: calc(50% + clamp(44px, 6vw, 82px));
  left: 50%;
  transform: translateX(-50%);
  width: 78%;
  margin: 0;
  color: var(--muted);
  font-size: clamp(.8125rem, 1.25vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .02em;
  text-align: center;
  text-wrap: balance;
  pointer-events: none;
}
