/* Hooks Fastpitch — Background: two-look system, no gradients */

/* Page-title band: subtle directional light on navy */
.page-title {
  background-image:
    linear-gradient(135deg, transparent 40%, rgba(167,202,255,.12) 100%);
}

/* Hero: team photo sits behind a solid 75% navy veil — photo visible at ~25% */
.hero {
  background-image: var(--hero-bg, none);
}
