/* IC Logo Particles – Frontend */
.ic-logo-particles {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ic-logo-particles[style*="height: auto"] {
  min-height: 400px;
}

.ic-logo-particles__canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* pan-y: vertikales Scrollen erlauben (Section kann auf Smartphone gescrollt werden) */
  touch-action: pan-y;
}

/* Reduzierte Bewegung wird in front.js ausgewertet (statisches Logo, keine Partikel-Animation). */
