/* Home hero — "Converge": 100+ brand lights orbit, then merge into one. */
.hero-media { display: flex; align-items: center; justify-content: center; }
.hero-media .converge-stage { position: relative; width: 100%; max-width: 560px; aspect-ratio: 1 / 1; cursor: grab; touch-action: none; }
.hero-media .converge-stage:active { cursor: grabbing; }
#convCanvas { width: 100%; height: 100%; display: block; }
