/* v118 mobile polish: perceptible, calm, and content-led motion */
@media (max-width:900px) {
  .v72-home { scroll-padding-top:72px; }
  .v72-home #welcome .sample-hero-stage { isolation:isolate; }
  .v72-home #welcome .sample-slide.active .mobile-hero-scene { animation: mobileHeroDrift 16s cubic-bezier(.2,.65,.2,1) both; }
  .v72-home #welcome .sample-slide.active .mobile-hero-copy { animation: mobileCopyIn .72s .16s cubic-bezier(.2,.75,.2,1) both; }
  /* Keep the pager in one predictable bottom rail for every slide. */
  .v72-home #welcome .sample-hero-controls,
  .v72-home #welcome .sample-hero-stage:has(.sample-slide[data-scene="2"].active) + .sample-hero-controls { bottom:18px !important; }
  .v72-home #welcome:has(.sample-slide[data-scene="0"].active) .sample-hero-controls,
  .v72-home #welcome:has(.sample-slide[data-scene="1"].active) .sample-hero-controls,
  .v72-home #welcome:has(.sample-slide[data-scene="2"].active) .sample-hero-controls { top:auto !important; bottom:12px !important; }
  .v72-home #welcome .sample-slide[data-scene="0"] .mobile-hero-copy,
  .v72-home #welcome .sample-slide[data-scene="1"] .mobile-hero-copy,
  .v72-home #welcome .sample-slide[data-scene="2"] .mobile-hero-copy { bottom:52px !important; }
  /* Congregation photo: a gentle right-to-left camera move keeps the group large and visible. */
  .v72-home #welcome .sample-slide[data-scene="2"] .mobile-hero-scene { background-image:var(--mobile-bg) !important; background-size:cover !important; background-position:center 38% !important; background-color:#d9e0dc !important; overflow:hidden !important; }
  .v72-home #welcome .sample-slide[data-scene="2"] .mobile-hero-scene::before { display:none !important; }
  .v72-home #welcome .sample-slide[data-scene="2"] .mobile-hero-scene::after { background:linear-gradient(180deg,rgba(10,36,50,.01) 35%,rgba(10,36,50,.04) 62%,rgba(10,36,50,.12) 100%) !important; }
  .v72-home #welcome .sample-slide[data-scene="2"] .mobile-hero-pan-layer { display:block !important; position:absolute !important; z-index:0 !important; inset:0 -34% 0 -34% !important; background:var(--mobile-bg) center 34% / auto 88% no-repeat !important; filter:brightness(1.28) !important; animation:mobileCongregationSlide 7.6s ease-in-out infinite alternate !important; will-change:transform !important; }
  .v72-home #welcome .sample-slide[data-scene="2"] .mobile-hero-scene::before { content:"" !important; position:absolute !important; z-index:0 !important; inset:-4% -18% 0 -18% !important; background-image:var(--mobile-bg) !important; background-repeat:no-repeat !important; background-size:cover !important; background-position:center 38% !important; filter:brightness(1.20) !important; animation: mobileCongregationSlide 7.6s ease-in-out infinite alternate !important; will-change:transform !important; }
  .v72-home #welcome .sample-slide[data-scene="2"] .mobile-hero-copy { bottom:42px !important; padding:11px 14px 10px !important; border-radius:18px !important; background:rgba(255,255,255,.88) !important; }
  .v72-home #welcome .sample-slide[data-scene="2"] .mobile-hero-copy h1 { font-size:clamp(24px,6.5vw,30px) !important; line-height:1.12 !important; }
  .v72-home #welcome .sample-slide[data-scene="2"] .mobile-hero-copy p { margin-top:5px !important; font-size:12px !important; line-height:1.3 !important; }
  .v72-home #welcome .sample-hero-controls { gap:8px !important; }
  .v72-home #welcome .sample-hero-controls button { min-width:10px !important; height:8px !important; border-radius:99px !important; box-shadow:0 2px 8px rgba(10,39,54,.14); }
  .v72-home #welcome .sample-hero-controls button.active { width:38px !important; background:#173f54 !important; }
  .v72-home #meet .mobile-reveal:nth-child(2),.v72-home #community .mobile-reveal:nth-child(2),.v72-home #mission .mobile-reveal:nth-child(2) { transition-delay:.08s; }
  .v72-home #meet .v72-meet-card:nth-child(2),.v72-home #community .v88-community-links>a:nth-child(2),.v72-home #mission .v72-mission-card:nth-child(2) { transition-delay:.08s; }
  .v72-home #meet .v72-meet-card:nth-child(3),.v72-home #community .v88-community-links>a:nth-child(3) { transition-delay:.16s; }
  .v72-home #meet .v72-meet-card:nth-child(4) { transition-delay:.24s; }
  .v72-home .v72-meet-card:active img,.v72-home .v88-community-links>a:active img { transform:scale(1.045); }
  .v72-home .v72-meet-card img,.v72-home .v88-community-links img { transition:transform .35s cubic-bezier(.2,.7,.2,1); }
  .v72-home #word .v36-sermon-card:active .v36-sermon-photo img { transform:scale(1.04); }
  .v72-home #word .v36-sermon-photo img { transition:transform .45s cubic-bezier(.2,.7,.2,1); }
  .v72-home #visit .v36-map-frame { box-shadow:0 10px 28px rgba(20,58,73,.07); transition:transform .3s ease,box-shadow .3s ease; }
  .v72-home #visit .v36-map-frame:active { transform:translateY(-2px); box-shadow:0 14px 30px rgba(20,58,73,.13); }
  .v72-home footer { border-top:1px solid rgba(107,132,137,.16); }
}
@media (prefers-reduced-motion:reduce) {
  .v72-home .v72-meet-card img,.v72-home .v88-community-links img,.v72-home .v36-sermon-photo img { transition:none !important; }
}
@media (min-width:901px) {
  /* PC: brighten only the congregation slide, preserving the original pixels. */
  .v72-home #welcome .sample-slide[data-scene="2"] .desktop-hero-art { filter:brightness(1.18) !important; }
  /* PC meet grid: swap the Story and Serving positions. */
  .v72-home #meet .v72-meet-card.people { grid-column:2 !important; grid-row:1 !important; }
  .v72-home #meet .v72-meet-card.place { grid-column:1 !important; grid-row:1 / 3 !important; }
  .v72-home #meet .v72-meet-card.people img { object-fit:cover !important; }
  .v72-home #meet .v72-meet-card.place img { object-fit:contain !important; object-position:center !important; padding:18px !important; background:#e8e3d7 !important; }
}
@keyframes mobileCongregationSlide {
  0% { transform:translate3d(28%,0,0) scale(1.02); }
  100% { transform:translate3d(-28%,0,0) scale(1.02); }
}
