
/* FINAL HERO: original red palette + Taruna linework, with no added logo. */
body.home-hero .hero,
body.program-hero .hero,
body.home-hero .home-hero,
body.program-hero .program-hero,
body.human-ui .home-hero,
body.human-ui .program-hero{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  background:#980f1b !important;
  background-image:linear-gradient(118deg,#8f0c17 0%,#9f101d 52%,#980f1b 100%) !important;
  color:#fff !important;
  border:0 !important;
}

/* Clear out earlier dark/blue gradients and any prior pseudo-art. */
body.home-hero .hero::before,
body.program-hero .hero::before,
body.home-hero .hero::after,
body.program-hero .hero::after,
body.human-ui .home-hero::before,
body.human-ui .program-hero::before,
body.human-ui .home-hero::after,
body.human-ui .program-hero::after{
  pointer-events:none !important;
}

/* Characterful line-art only — NO logo. */
body.home-hero .hero::before,
body.program-hero .hero::before,
body.home-hero .home-hero::before,
body.program-hero .program-hero::before,
body.human-ui .home-hero::before,
body.human-ui .program-hero::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  background:
    url('/asset-image/baground%20taruna.webp') center/cover no-repeat !important;
  opacity:1 !important;
  mix-blend-mode:screen !important;
}

/* Soft architectural glow, still within the original red family. */
body.home-hero .hero::after,
body.program-hero .hero::after,
body.home-hero .home-hero::after,
body.program-hero .program-hero::after,
body.human-ui .home-hero::after,
body.human-ui .program-hero::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  background:
    radial-gradient(circle at 78% 24%,rgba(244,210,125,.10),transparent 22%),
    radial-gradient(circle at 42% 92%,rgba(255,255,255,.035),transparent 28%) !important;
  mix-blend-mode:screen !important;
}

/* No seam: header and hero are visually joined. */
.site-header{
  margin-bottom:0 !important;
  border-bottom:0 !important;
}
.site-header + main{
  margin-top:0 !important;
  padding-top:0 !important;
}
body.home-hero .site-header + main > .hero:first-child,
body.program-hero .site-header + main > .hero:first-child,
body.human-ui .site-header + main > .home-hero:first-child,
body.human-ui .site-header + main > .program-hero:first-child{
  margin-top:-18px !important;
  padding-top:94px !important;
}

/* Keep content safely above the ornaments. */
body.home-hero .hero > *,
body.program-hero .hero > *,
body.home-hero .home-hero > *,
body.program-hero .program-hero > *,
body.human-ui .home-hero > *,
body.human-ui .program-hero > *{
  position:relative !important;
  z-index:1 !important;
}

@media(max-width:900px){
  body.home-hero .site-header + main > .hero:first-child,
  body.program-hero .site-header + main > .hero:first-child,
  body.human-ui .site-header + main > .home-hero:first-child,
  body.human-ui .site-header + main > .program-hero:first-child{
    margin-top:-1px !important;
    padding-top:calc(44px + 1px) !important;
  }
}
