.kb-physics-scene {

  width: 100vw;
  height: 100vh;

  margin-top: -168px;
}

.kb-physics-scene__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.kb-physics-scene__canvas--letters  { pointer-events: none; }
.kb-physics-scene__canvas--physics  { opacity: 0; }

.kb-physics-hint {
  display:none;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(0, 0, 0, 0.35);
  font-family: Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .kb-physics-scene {
    height: 80vh;
    margin-top: -150px;
  }
}

.section-hero-animated {
  position: relative;
  height: 100vh;
  margin-top: -85px;
  padding-top:168px;
  min-height: 500px;
  max-height: 920px;
  overflow: hidden;
}
.section-hero-animated__content {
  position: absolute;
  top: 120px;
  left: 50%;
  z-index: 10;
  text-align: left;
  width: clamp(540px, 28vw, 580px);
  max-width: 50%;
}
@media only screen and (max-width: 1023px) {
  .section-hero-animated__content {
      left: 32px;
      width: 80%;
      max-width: 80%;
  }
  .section-hero-animated {
      position: relative;
      height: 80vh;
      margin-top: -85px;
      padding-top: 120px;
      min-height: 500px;
      max-height: 920px;
      overflow: hidden;
  }
}