/* Home hero: solid lead line with an outline-to-blue interactive second line. */
.site-header .hero-copy h1 {
  font-family: "Manrope", sans-serif !important;
  font-weight: 800 !important;
  line-height: 0.86 !important;
  letter-spacing: -0.065em !important;
  text-transform: uppercase;
}

.site-header .hero-copy h1 .hero-line {
  display: block;
  width: max-content !important;
  max-width: 100%;
  padding: 0 !important;
  background: none !important;
  animation: none !important;
  filter: none !important;
}

.site-header .hero-copy h1 .hero-line:first-child {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

.site-header .hero-copy h1 .hero-line-accent {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.3);
  text-shadow: none !important;
  cursor: pointer;
  transition:
    color 260ms ease,
    -webkit-text-fill-color 260ms ease,
    -webkit-text-stroke-color 260ms ease,
    filter 260ms ease;
}

.site-header .hero-copy h1 .hero-line-accent:hover,
.site-header .hero-copy h1 .hero-line-accent:focus-visible {
  color: #2563EB !important;
  -webkit-text-fill-color: #2563EB !important;
  -webkit-text-stroke-color: #2563EB;
  filter: drop-shadow(0 0 24px rgba(37, 99, 235, 0.2)) !important;
  outline: none;
}

@media (max-width: 720px) {
  .site-header .hero-copy h1 .hero-line-accent {
    -webkit-text-stroke-width: 1px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header .hero-copy h1 .hero-line-accent {
    transition: none;
  }
}
