/* Homepage hero — light split layout (no full-bleed tint) */

body.page-home .mission-statement {
  display: none;
}

body.page-home .hero.hero--premium {
  background: var(--bg-page) !important;
  padding-top: calc(var(--header-h) + var(--nonprofit-bar-h) + 2rem);
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
  margin-bottom: 0;
}

body.page-home .hero.hero--premium::before {
  background: var(--mesh-light) !important;
  opacity: 1 !important;
}

body.page-home .hero.hero--premium::after {
  display: none !important;
}

body.page-home .hero .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

body.page-home .hero .hero-content {
  color: var(--text-secondary);
}

body.page-home .hero .hero-badge {
  background: rgba(107, 31, 171, 0.08) !important;
  border-color: var(--border-accent) !important;
  color: var(--navy) !important;
}

body.page-home .hero .hero-badge strong {
  color: var(--purple) !important;
}

body.page-home .hero h1 {
  color: var(--navy) !important;
  text-shadow: none !important;
}

body.page-home .hero h1 span {
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.page-home .hero .hero-mission,
body.page-home .hero .hero-intro {
  color: var(--text-secondary) !important;
  text-shadow: none !important;
}

body.page-home .hero .hero-visual {
  display: block !important;
}

body.page-home .hero .hero-visual__stage::after {
  display: none;
}

body.page-home .intro-band {
  background: var(--bg-subtle) !important;
  text-align: center;
}

body.page-home .intro-band__inner {
  max-width: 42rem;
  margin: 0 auto;
}

body.page-home .intro-band h2 {
  color: var(--navy) !important;
}

body.page-home .intro-band p {
  color: var(--text-secondary) !important;
}

@media (max-width: 900px) {
  body.page-home .hero .hero-grid {
    grid-template-columns: 1fr;
  }

  body.page-home .hero .hero-visual {
    order: -1;
    max-width: 520px;
    margin: 0 auto;
  }
}
