/* v203 · PC pages 02 and 03 are hard-replaced by the supplied 1672×941
   compositions. There is no legacy section DOM left to paint over them. */
.desktop-exact-panel{
  position:relative!important;
  isolation:isolate;
  display:block!important;
  width:100%!important;
  height:100vh!important;
  min-height:100vh!important;
  padding:0!important;
  overflow:hidden!important;
  background:#f7fbfa!important;
}
.desktop-exact-scene-art{
  position:absolute!important;
  z-index:0!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  filter:none!important;
  pointer-events:none!important;
}
.desktop-exact-hotspots{
  position:absolute!important;
  z-index:3!important;
  inset:0!important;
  pointer-events:none!important;
  opacity:0!important;
}
.desktop-exact-hotspots a{
  position:absolute!important;
  display:block!important;
  pointer-events:auto!important;
  color:transparent!important;
  background:transparent!important;
}
/* Card hit areas for the supplied 02 artwork. */
#meet .desktop-exact-hotspots a:nth-child(1){left:34.5%;top:6.5%;width:29.2%;height:42.5%}
#meet .desktop-exact-hotspots a:nth-child(2){left:64.8%;top:6.5%;width:31.0%;height:42.5%}
#meet .desktop-exact-hotspots a:nth-child(3){left:34.5%;top:50.0%;width:29.2%;height:42.5%}
#meet .desktop-exact-hotspots a:nth-child(4){left:64.8%;top:50.0%;width:31.0%;height:42.5%}
/* Navigation and sermon hit areas for the supplied 03 artwork. */
#word .word-hotspots a:nth-child(1){left:3%;top:34%;width:35%;height:58%}
#word .word-hotspots a:nth-child(2){left:24%;top:23%;width:11%;height:9%}
#word .word-hotspots a:nth-child(3){left:35%;top:23%;width:11%;height:9%}
#word .word-hotspots a:nth-child(4){left:46%;top:23%;width:11%;height:9%}
#word .word-hotspots a:nth-child(5){left:57%;top:23%;width:15%;height:9%}
#word .word-hotspots a:nth-child(6){left:39%;top:34%;width:58%;height:58%}

@media(max-width:900px){
  /* Mobile has its own editorial main; never render the PC replacement there. */
  .desktop-exact-panel{display:none!important}
}
