
.copy-block {
  margin: 0 auto;
  color: #e8e8e8;
  line-height: 1.85;
  font-size: 1.1rem;
  position: relative;
  z-index: 2;
  max-width: 860px;
  padding: 0 1.5rem;
}

/* .balaba-render-stage: standalone 3D container (inside .togetherWeCan).
   GSAP ScrollTrigger (rot3Dmodel.js) will pin it via position:fixed
   for the scroll duration — no manual sticky/fixed needed here.    */
.balaba-render-stage {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

/* #balabaContainer3D: used inside .togetherWeCan (Balaba BMW scene).
   Must be position:absolute so GSAP pin (position:fixed) can take over.
   Height 100vh matches one viewport height of visible 3D rendering.  */
#balabaContainer3D {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

/* Canvas always fills its 3D container */
#balabaContainer3D canvas {
  width: 100vw !important;
  height: 100vh !important;
  position: relative;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
  display: block;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
  max-width: none !important;
}
