/*
  Page-subject hero cores for the final visual storytelling pass.
  Each rule is explicitly scoped so the approved homepage and shared surfaces
  remain untouched.
*/
.technology-overview-orbit .technology-overview-core {
  font-size: 27px;
  line-height: .94;
  letter-spacing: .035em;
  text-align: center;
}

.solutions-hero-art .solutions-hero-core {
  font-size: 27px;
  line-height: .94;
  letter-spacing: .035em;
  text-align: center;
}

.industries-hero-art .industry-context-core {
  font-size: 17px;
  line-height: 1.02;
  letter-spacing: .07em;
  text-align: center;
}

.work-hero-art .work-hero-core {
  font-size: 24px;
  line-height: .94;
  letter-spacing: .035em;
  text-align: center;
}

@media (max-width: 720px) {
  .technology-overview-orbit .technology-overview-core,
  .solutions-hero-art .solutions-hero-core {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .technology-overview-orbit .technology-overview-core,
  .solutions-hero-art .solutions-hero-core,
  .industries-hero-art .industry-context-core,
  .work-hero-art .work-hero-core {
    transition: none !important;
    animation: none !important;
  }
}
