/**
 * Hero visibility guard — defers to nanban-landing-psychology.css for palette
 * Keeps text always visible (no gradient clip traps)
 */

#loginScreen .nb-hero-title,
#loginScreen .nb-hero-title > span,
#loginScreen #nbHeroSchoolName,
#loginScreen .nb-hero-school-name,
#loginScreen #nbNavSchoolName {
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  filter: none !important;
}
