/* Scoped Canvas CSS to avoid breaking Elementor */
.webgl-roll-widget-9f4fdca4 {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  background: #0d0d0d;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.webgl-roll-widget-9f4fdca4 .anita-roll-wrap {
  position: absolute;
  inset: 0;
  cursor: grab;
  user-select: none;
}
.webgl-roll-widget-9f4fdca4 .anita-roll-wrap.is-grabbed { cursor: grabbing; }
.webgl-roll-widget-9f4fdca4 .anita-roll-wrap canvas {
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.webgl-roll-widget-9f4fdca4 .anita-roll-wrap canvas.is-loaded { opacity: 1; }

.webgl-roll-widget-9f4fdca4 .anita-slides-text {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 7vw;
}

.webgl-roll-widget-9f4fdca4 .anita-slide-text {
  position: absolute;
  right: 7vw;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  text-align: right;
  pointer-events: none;
}
.webgl-roll-widget-9f4fdca4 .anita-slide-text.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.webgl-roll-widget-9f4fdca4 .anita-slide-text .cat {
  display: block;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  margin-bottom: 10px;
}
.webgl-roll-widget-9f4fdca4 .anita-slide-text .num {
  display: block;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.18);
  margin-bottom: 14px;
}
.webgl-roll-widget-9f4fdca4 .anita-slide-text h2 {
  font-size: clamp(22px, 3vw, 42px);
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 22px;
}
.webgl-roll-widget-9f4fdca4 .anita-slide-text a.explore {
  pointer-events: auto;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  padding-bottom: 4px;
  transition: color 0.3s, border-color 0.3s;
}
.webgl-roll-widget-9f4fdca4 .anita-slide-text a.explore:hover { color: #fff; border-color: #fff; }

.webgl-roll-widget-9f4fdca4 .anita-gallery-nav {
  position: absolute;
  z-index: 30;
  right: 7vw;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  opacity: 0.45;
  transition: opacity 0.3s;
  text-decoration: none;
}
.webgl-roll-widget-9f4fdca4 .anita-gallery-nav:hover { opacity: 1; }
.webgl-roll-widget-9f4fdca4 .anita-gallery-nav.is-disabled { opacity: 0.12; pointer-events: none; }
.webgl-roll-widget-9f4fdca4 .anita-gallery-nav__prev { bottom: calc(50% + 32px); }
.webgl-roll-widget-9f4fdca4 .anita-gallery-nav__next { top:    calc(50% + 32px); }
.webgl-roll-widget-9f4fdca4 .anita-gallery-nav svg { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 1.5; }

.webgl-roll-widget-9f4fdca4 .vignette {
  position: absolute; inset: 0; z-index: 10; pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 28%, rgba(0,0,0,0.5) 72%, rgba(0,0,0,0.88) 100%);
}

.webgl-roll-widget-9f4fdca4 .hint {
  position: absolute; bottom: 32px; left: 50%;
  transform: translateX(-50%);
  z-index: 30; pointer-events: none;
  color: rgba(255,255,255,0.28);
  font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase;
  text-align: center;
  transition: opacity 1.4s ease;
}
.webgl-roll-widget-9f4fdca4 .hint.gone { opacity: 0; }
.webgl-roll-widget-9f4fdca4 .hint-bar {
  display: block; width: 1px; height: 24px;
  background: rgba(255,255,255,0.2);
  margin: 8px auto 0;
  animation: hbar 2s ease-in-out infinite;
}
@keyframes hbar {
  0%,100% { transform: scaleY(1); opacity: 0.2; }
  50%      { transform: scaleY(1.5); opacity: 0.5; }
}