/* home.css — Homepage-only tweaks (deferred). */

.hero-home { min-height: 460px; }
.hero-home__scrim {
  background: linear-gradient(180deg, oklch(0.5 0.16 45 / 0.25) 0%, oklch(0.3 0.1 40 / 0.7) 100%);
}
@media (min-width: 641px) {
  .hero-home { min-height: 600px; }
  .hero-home__scrim {
    background: linear-gradient(100deg, oklch(0.5 0.16 45 / 0.55) 0%, oklch(0.65 0.17 60 / 0.28) 38%, transparent 66%);
  }
  .hero-home .hero-media__inner { max-width: 680px; }
}
