/* NCCM v54 — app/mobile first Admin sync safety */
@media (max-width:760px){
  html body.home-page .nccm-app-hero-card.nccm-no-admin-hero-image{
    background-image:none!important;
    background:linear-gradient(135deg,#25170f,#3a2518 45%,#140c08)!important;
  }
  html body.home-page .nccm-app-hero-card.nccm-no-admin-hero-image::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
      radial-gradient(circle at 20% 20%,rgba(232,199,143,.20),transparent 34%),
      linear-gradient(135deg,rgba(255,255,255,.05),rgba(0,0,0,.16));
    z-index:0;
  }
  html body.home-page .nccm-app-hero-card.nccm-no-admin-hero-image .nccm-app-hero-shade{
    background:linear-gradient(90deg,rgba(10,7,5,.24),rgba(10,7,5,.10) 58%,rgba(10,7,5,.02))!important;
  }
  html body.home-page .nccm-app-eyebrow:empty{display:none!important;}
}
html body.home-page .hero.nccm-no-admin-hero-image,
html body.home-page [data-setting-bg="home.heroImage"].nccm-no-admin-hero-image{
  background-image:none!important;
  background:linear-gradient(135deg,#2a1a11,#4b3021 55%,#160d09)!important;
}
