/* v117: restrained motion layer, mobile only */
@media (max-width:900px) {
  .v72-home #welcome .sample-slide.active .mobile-hero-scene { animation: mobileHeroDrift 12s ease-out both; }
  .v72-home #welcome .sample-slide.active .mobile-hero-copy { animation: mobileCopyIn .7s .12s cubic-bezier(.2,.7,.2,1) both; }
  .v72-home .mobile-reveal { opacity:0; transform:translateY(22px); transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1); }
  .v72-home .mobile-reveal.is-visible { opacity:1; transform:none; }
  .v72-home .v72-meet-card,.v72-home .v88-community-links>a,.v72-home .v72-mission-card { transition:transform .25s ease,box-shadow .25s ease; }
  .v72-home .v72-meet-card:active,.v72-home .v88-community-links>a:active,.v72-home .v72-mission-card:active { transform:scale(.985); box-shadow:0 12px 26px rgba(20,58,73,.13) !important; }
  .v72-home .v36-sermon-card,.v72-home .v88-community-feature { transition:transform .3s ease,box-shadow .3s ease; }
  .v72-home .v36-sermon-card:active,.v72-home .v88-community-feature:active { transform:scale(.99); }
  .v72-home .sample-hero-controls button { transition:width .3s ease,background-color .3s ease,transform .3s ease; }
  .v72-home .sample-hero-controls button.active { transform:scale(1.04); }
}
@keyframes mobileHeroDrift { from { transform:scale(1.035); } to { transform:scale(1); } }
@keyframes mobileCopyIn { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:none; } }
@media (prefers-reduced-motion:reduce) {
  .v72-home #welcome .sample-slide.active .mobile-hero-scene,.v72-home #welcome .sample-slide.active .mobile-hero-copy { animation:none !important; }
  .v72-home .mobile-reveal { opacity:1 !important; transform:none !important; transition:none !important; }
}
