/**
 * BAC Inicio v1.3.0-J7 — stability and deferred-media states.
 * Tracking has no visual footprint; this layer only prevents layout shifts
 * while real team and office assets are introduced.
 */

.bac-home img[data-bac-lazy-image]{
  background:color-mix(in srgb,var(--institutional) 88%,var(--ink));
}

.bac-home img.is-loading{
  opacity:.72;
}

.bac-home img.has-load-error{
  opacity:.35;
  filter:grayscale(1);
}

.bac-home-team__group-media,
.bac-home-professional__media,
.bac-home-office-gallery__slide,
.bac-home-exterior{
  contain:layout paint;
}

@media (prefers-reduced-data:reduce){
  .bac-home img[data-bac-lazy-image]{
    image-rendering:auto;
  }
}
