/* Studio Webart Hero Animation v4 */

.swh-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;   /* white — shown while WebGL initialises */
}

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

.swh-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 880px;
  padding: 2rem 2.5rem;
  text-align: center;
  pointer-events: none;
}

/* Naslov — dodatno formatiranje možete dodati u svom CSS-u putem .slide-naslov */
.slide-naslov {
  margin: 0;
  color: #111111;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .swh-content { padding: 1.5rem 1.2rem; }
}

/* ── Reduced motion ──────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .swh-canvas { display: none; }
}
