/* SOVRA AI production render-stability layer — 20260906.8 */
[data-reveal],
[data-reveal].is-visible,
.hero-copy,
.hero-grid,
.hero-visual-wrap,
.hero-entered,
.hero-copy.hero-entered,
.hero-grid.hero-entered {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

/* Essential content must never depend on an IntersectionObserver callback. */
main > section,
main > article,
.sv4-section,
.sv5-section {
  visibility: visible !important;
}

/* Installed apps favour a stable, battery-safe presentation. */
@media (display-mode: standalone), (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  .mark-glow,
  .cmd-node,
  .sv4-orbit,
  .sv5-scan,
  [class*="pulse"] {
    animation: none !important;
  }
  [data-reveal],
  .hero-visual-wrap {
    transition: none !important;
  }
}
