/* v243 · mobile motion restoration
   Keep the approved poster compositions intact while giving each section a
   visible, lightweight entrance.  All rules are mobile-only so the desktop
   presentation remains unchanged. */
@media (max-width:900px){
  .mobile-home-editorial .me-stories,
  .mobile-home-editorial .me-worship,
  .mobile-home-editorial .me-mission,
  body .home-hero-v194{
    transition:background-size .95s cubic-bezier(.2,.72,.22,1),background-position .95s cubic-bezier(.2,.72,.22,1)!important;
    will-change:background-size,background-position;
  }

  /* The artwork is a single poster, so a restrained zoom-out makes the
     section entrance perceptible without disturbing its typography. */
  .mobile-home-editorial .me-stories:not(.motion-active){
    background-size:104% 104%!important;
    background-position:49.5% 49%!important;
  }
  .mobile-home-editorial .me-stories.motion-active{
    background-size:100% 100%!important;
    background-position:center!important;
  }
  .mobile-home-editorial .me-worship:not(.motion-active){
    background-size:104% auto!important;
    background-position:49.5% top!important;
  }
  .mobile-home-editorial .me-worship.motion-active{
    background-size:100% auto!important;
    background-position:center top!important;
  }
  .mobile-home-editorial .me-mission:not(.motion-active){
    background-size:104% 104%,104% 104%!important;
    background-position:49.5% 49.5%,49.5% 49.5%!important;
  }
  .mobile-home-editorial .me-mission.motion-active{
    background-size:100% 100%,100% 100%!important;
    background-position:center top,center top!important;
  }
  body .home-hero-v194:not(.motion-active){
    background-size:102% 102%!important;
    background-position:49.5% 49.5%!important;
  }
  body .home-hero-v194.motion-active{
    background-size:100% 100%!important;
    background-position:center top!important;
  }

  /* Live photographs receive a quiet settling motion on top of the poster. */
  .mobile-home-editorial .me-worship>.me-sermon>img{
    transform:scale(1.07)!important;
    transform-origin:center center!important;
    transition:transform .95s cubic-bezier(.2,.72,.22,1)!important;
    will-change:transform;
  }
  .mobile-home-editorial .me-worship.motion-active>.me-sermon>img{transform:scale(1)!important}
  .mobile-home-editorial .me-mission-cards>.me-mission-card.local>img{
    transform:scale(1.07)!important;
    transform-origin:center center!important;
    transition:transform 1.05s cubic-bezier(.2,.72,.22,1)!important;
    will-change:transform;
  }
  .mobile-home-editorial .me-mission.motion-active .me-mission-card.local>img{transform:scale(1)!important}
  .mobile-home-editorial .me-community-lead img,
  .mobile-home-editorial .me-groups img{
    transform:scale(1.045)!important;
    transition:transform 1s cubic-bezier(.2,.72,.22,1)!important;
    will-change:transform;
  }
  .mobile-home-editorial .me-community.motion-active .me-community-lead img,
  .mobile-home-editorial .me-community.motion-active .me-groups img{transform:scale(1)!important}
  .mobile-home-editorial .me-map img{
    transform:scale(1.96)!important;
    transition:transform 1s cubic-bezier(.2,.72,.22,1)!important;
    will-change:transform;
  }
  .mobile-home-editorial .me-visit.motion-active .me-map img{transform:scale(1.88)!important}

  /* Keep the staggered rhythm when the individual live elements re-arm. */
  .mobile-home-editorial .me-story-list>.me-story:nth-child(2),
  .mobile-home-editorial .me-worship-menu>a:nth-child(2),
  .mobile-home-editorial .me-times>article:nth-child(2),
  .mobile-home-editorial .me-groups>a:nth-child(2),
  .mobile-home-editorial .me-mission-cards>.me-mission-card:nth-child(2){transition-delay:.08s!important}
  .mobile-home-editorial .me-story-list>.me-story:nth-child(3),
  .mobile-home-editorial .me-times>article:nth-child(3),
  .mobile-home-editorial .me-groups>a:nth-child(3){transition-delay:.16s!important}
  .mobile-home-editorial .me-story-list>.me-story:nth-child(4),
  .mobile-home-editorial .me-times>article:nth-child(4){transition-delay:.24s!important}
}

@media (prefers-reduced-motion:reduce){
  .mobile-home-editorial .me-stories,
  .mobile-home-editorial .me-worship,
  .mobile-home-editorial .me-mission,
  body .home-hero-v194,
  .mobile-home-editorial .me-worship>.me-sermon>img,
  .mobile-home-editorial .me-mission-cards>.me-mission-card.local>img,
  .mobile-home-editorial .me-community-lead img,
  .mobile-home-editorial .me-groups img,
  .mobile-home-editorial .me-map img{transition:none!important}
}
