/* The extended constellation deserves headline-scale names too. */
#other-skies .veda-character h3 {
  margin: 0 0 19px;
  color: #f8f3e9;
  font-family: var(--display);
  font-size: clamp(1.95rem, 3.2vw, 3.15rem);
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.06em;
  text-shadow: 2px 0 0 rgba(112, 236, 255, .38);
}

@media (max-width: 760px) {
  #other-skies .veda-character h3 { font-size: 2rem; }
}
