/* Wahaaj AlBadr · V4.1 navigation performance authority
 * Keeps the existing visual direction while avoiding expensive compositing on
 * small screens and ensuring a page is never visually gated on entry.
 */

html {
  scroll-behavior: auto;
}

body.agency-v3.has-intro {
  overflow: initial !important;
}

body.agency-v3 .wahaaj-intro {
  display: none !important;
}

@media (max-width: 767px) {
  body.agency-v3 .agency-header.is-scrolled,
  body.agency-v3 .agency-header.is-menu-open,
  body.agency-v3 .agency-header .agency-nav,
  body.agency-v3 .agency-bottom-nav.agency-bottom-nav-v40,
  body.agency-v3 :is(.agency-quote-side, .agency-quote-guide, .agency-quote-form, .agency-portfolio-tools, .wahaaj-welcome-card) {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body.agency-v3 .wahaaj-showcase-slide,
  body.agency-v3 .wahaaj-showcase-slide > img,
  body.agency-v3 .wahaaj-showcase-copy,
  body.agency-v3 .wahaaj-showcase-arrow,
  body.agency-v3 .agency-service-card,
  body.agency-v3 .agency-service-list-card,
  body.agency-v3 .agency-portfolio-card,
  body.agency-v3 .agency-process-grid article,
  body.agency-v3 .agency-detail-cards article,
  body.agency-v3 .agency-bottom-nav.agency-bottom-nav-v40 {
    animation: none !important;
    transition-duration: 120ms !important;
  }

  body.agency-v3 .wahaaj-material-light,
  body.agency-v3 .wahaaj-showcase::after {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.agency-v3 *,
  body.agency-v3 *::before,
  body.agency-v3 *::after {
    scroll-behavior: auto !important;
  }
}
