/* ONYX V7.4 IMAGE + CACHE STABILITY LAYER
   Loaded after all existing stylesheets. It intentionally removes viewport-dependent
   visibility from media while preserving text/card motion and hover interactions. */
img, picture, video { visibility: visible !important; }
[data-v7-image],
[data-v7-reveal="image"],
.hero-image,
.product-media,
.revela-media,
.hero-machine,
.revela-hero-machine,
.possibilities-machine,
.intro-visual,
.detail-image,
.heads-image,
.guide-visual,
.experts-image,
.training-visual,
.tech-bg {
  opacity: 1 !important;
  visibility: visible !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
}
[data-v7-image] img,
[data-v7-reveal="image"] img,
.hero-image img,
.product-media img,
.revela-media img,
.hero-machine img,
.revela-hero-machine img,
.possibilities-machine img,
.intro-visual img,
.detail-image img,
.heads-image img,
.guide-visual img,
.experts-image img,
.training-visual img {
  opacity: 1 !important;
  visibility: visible !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
}
/* Keep the technology-card background layers correctly positioned. */
.tech-card .tech-bg,
.tech-card .tech-shade { position:absolute !important; inset:0 !important; }
.tech-card .tech-copy { position:absolute !important; z-index:2 !important; left:32px !important; bottom:24px !important; }
