/* NicaMiga V9 — reliable themed page heroes.
   Background images are baked directly into each HTML page to avoid path/JS issues. */
.hero.nm-themed-hero{
  min-height:500px;
  position:relative;
  background-size:cover !important;
  background-repeat:no-repeat !important;
}
.hero.nm-themed-hero .hero-shade{
  background:
    linear-gradient(
      90deg,
      rgba(28,17,11,.84) 0%,
      rgba(35,22,14,.68) 34%,
      rgba(38,24,16,.34) 58%,
      rgba(38,24,16,.08) 100%
    ) !important;
}
.hero.nm-themed-hero h1{
  color:#fff !important;
  text-shadow:0 3px 20px rgba(0,0,0,.28);
}
.hero.nm-themed-hero p{
  color:#fffaf3 !important;
  text-shadow:0 2px 12px rgba(0,0,0,.30);
}
.hero.nm-themed-hero .eyebrow{
  color:#efbd72 !important;
}
@media(max-width:760px){
  .hero.nm-themed-hero{
    min-height:470px;
    background-position:76% center !important;
  }
  .hero.nm-themed-hero .hero-shade{
    background:
      linear-gradient(
        90deg,
        rgba(26,16,10,.92) 0%,
        rgba(31,19,12,.80) 55%,
        rgba(31,19,12,.38) 100%
      ) !important;
  }
}
