/* A faint cinematic background keeps the homepage heading dominant. */
.home-page .story-shade {
  background: linear-gradient(90deg, rgba(5,7,10,.97), rgba(5,7,10,.88) 55%, rgba(5,7,10,.84)),
    linear-gradient(0deg, rgba(0,0,0,.45), transparent 65%);
}
.ai-world .ai-practice-hero.ai-practice-hero-text-only {
  grid-template-columns: minmax(0, 1fr);
}
.ai-practice-hero-text-only > div { max-width: 900px; }
