/* ADIMASTER RELEASE 106 · STABILITY LOCK
   Clean rollback to the known-good R103 architecture.
   No injected SVG network. No new JS. No replacement of routing/hit layers.
   Only one visual adjustment remains: NASA globe slightly lower, same size.
*/

@media (min-width:761px){
  /* keep the verified R103 clean master wallpaper */
  body[data-route="artist"] #artistHero::before{
    background:url("../../artist-hero-master-r103-clean.png") center top/100% 100% no-repeat!important;
  }

  /* same R103 globe geometry; Y only is nudged down slightly */
  body[data-route="artist"] .artistStage{
    left:25.470000%!important;
    top:5.55%!important;
    width:55%!important;
    height:88.38%!important;
    z-index:34!important;
    transform:none!important;
    background:none!important;
    pointer-events:auto!important;
  }

  body[data-route="artist"] #adiCoreCanvas16,
  body[data-route="artist"] .adiCoreCanvas16{
    display:block!important;
    width:100%!important;
    height:100%!important;
    opacity:1!important;
    background:transparent!important;
    transform:none!important;
    clip-path:circle(28.55% at 44.6% 39.2%)!important;
    -webkit-clip-path:circle(28.55% at 44.6% 39.2%)!important;
    pointer-events:auto!important;
  }

  /* old proven R94/R103 interaction layer remains enabled */
  body[data-route="artist"] .r61LeftHitLayer{
    display:block!important;
  }

  /* hard guard in case an old R105 asset survives browser/CDN cache */
  body[data-route="artist"] .r105LinkLayer{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
    background:transparent!important;
    fill:none!important;
  }

  /* keep the center status plaque removed as agreed */
  body[data-route="artist"] .r73Connection{
    display:none!important;
  }
}
