/* Three.js prism field */
.three-stage {
  position: relative;
  min-height: 78vh;
  overflow: hidden;
  background: #0d1013;
  color: #f7f2e8;
}

.three-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.three-copy {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 78vh;
  align-content: end;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(42px, 8vw, 96px) 0;
  pointer-events: none;
}

.three-copy h1 {
  max-width: 760px;
  color: #f7f2e8;
}

.three-copy p {
  max-width: 620px;
  color: rgba(247, 242, 232, 0.74);
}

.three-copy .demo-controls {
  pointer-events: auto;
}

