
/* ArezzoMT2 v85 - smooth local wind video, no whole-image panning */

/* remove all previous CSS character/parallax layers */
body.az-v22-body .az80-live-bg,
body.az-v22-body .az80-char,
body.az-v22-body .az80-sparks,
body.az-v22-body .az80-ambient,
body.az-v22-body .az79-scene{display:none !important; animation:none !important}
body.az-v22-body .az74-page::before,
body.az-v22-body .az74-page::after,
body.az-v22-body .az74-stage::before,
body.az-v22-body .az74-stage::after{display:none !important; animation:none !important}

body.az-v22-body .az82-video-bg{
  background:#070812 url('../images/az85-live-wind-poster.jpg') center center / cover no-repeat !important;
}
body.az-v22-body .az82-video-bg video{
  transform:none !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  filter:saturate(1.03) brightness(.93) contrast(1.03) !important;
  will-change:auto !important;
  backface-visibility:hidden !important;
}

/* darker overlays so the movement stays elegant, not tiring */
body.az-v22-body .az82-video-vignette{
  background:
    linear-gradient(180deg, rgba(7,8,14,.26), rgba(7,8,14,.42) 68%, rgba(7,8,14,.84) 100%),
    linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.12) 32%, rgba(0,0,0,.12) 68%, rgba(0,0,0,.58)) !important;
}
body.az-v22-body .az82-video-glow{opacity:.14 !important; animation:none !important}

/* panels readable over video */
body.az-v22-body .az74-card{
  background:linear-gradient(180deg, rgba(31,36,67,.56), rgba(17,20,40,.70)) !important;
  backdrop-filter:blur(8px) !important;
}
body.az-v22-body .az74-news-card,
body.az-v22-body .az74-subpage-card{
  background:linear-gradient(180deg, rgba(28,32,58,.66), rgba(14,17,32,.78)) !important;
}
body.az-v22-body .az74-rank-card,
body.az-v22-body .az74-login-card,
body.az-v22-body .az74-guild-card,
body.az-v22-body .az74-community-card{
  background:linear-gradient(180deg, rgba(31,36,67,.58), rgba(17,20,40,.72)) !important;
}

@media (prefers-reduced-motion: reduce){
  body.az-v22-body .az82-video-bg video{display:none !important}
}
