/*
 * The woven-energy layer is decorative only.  It deliberately lives in its
 * own fixed stacking context so it cannot intercept controls or affect flow.
 */
#ngoc-rong-woven-energy {
  position: fixed;
  inset: 0;
  z-index: var(--ambient-layer-woven, 2);
  width: 100%;
  height: 100%;
  overflow: hidden;
  contain: strict;
  pointer-events: none !important;
  user-select: none;
  opacity: 0.42;
  mix-blend-mode: screen;
}

#ngoc-rong-woven-energy .ngoc-rong-woven-energy-canvas {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none !important;
}

/* Dense news/download copy gets a quieter treatment; the homepage hero can
   carry the slightly brighter focal formation without competing with text. */
body.ambient-page #ngoc-rong-woven-energy {
  opacity: 0.28;
}

@media (max-width: 768px) {
  #ngoc-rong-woven-energy {
    opacity: 0.3;
  }

  body.ambient-page #ngoc-rong-woven-energy {
    opacity: 0.22;
  }
}

@media (prefers-reduced-motion: reduce) {
  #ngoc-rong-woven-energy {
    opacity: 0.2;
  }

  body.ambient-page #ngoc-rong-woven-energy {
    opacity: 0.16;
  }
}
