.hero-title {
  margin-top: 0;
}

.identity-line,
.social-links {
  display: inline-flex;
  align-items: center;
}

.identity-line {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 0.55rem;
  text-align: center;
}

.identity-line > span:not(.social-links) {
  order: 0;
}

.identity-line > .social-links {
  order: 1;
  flex-basis: 100%;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.15rem;
}

.operator-caption {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  text-align: center;
}

.operator-caption .social-links {
  justify-content: center;
}

#operator-profile {
  scroll-margin-top: 5.25rem;
}

#site-footer {
  scroll-margin-top: 4.25rem;
}

.social-links {
  flex: none;
  gap: 0.15rem;
}

.social-link {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  color: inherit;
  opacity: 0.72;
  text-decoration: none;
  transition: color 160ms, opacity 160ms;
}

.social-link svg {
  width: 0.9rem;
  height: 0.9rem;
  fill: currentColor;
}

.social-link:hover {
  opacity: 1;
}

.field-light .social-link:hover {
  color: var(--color-signal-ink);
}

footer .social-link:hover {
  color: var(--color-signal-hot);
}

.footer-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  text-align: center;
}

.legal-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.legal-links a {
  text-underline-offset: 0.25em;
  transition: color 160ms;
}

.legal-links a:hover,
.legal-links a[aria-current="page"] {
  color: var(--color-signal-hot);
  text-decoration: underline;
}

@media (max-width: 639px) {
  .hero-grid {
    padding-block: 2rem 2.75rem;
  }

  .hero-title {
    max-width: none;
    font-size: clamp(1.625rem, 9.375vw, 2.5rem);
  }

  .hero-title-line {
    display: block;
    white-space: nowrap;
  }
}
