/* About — pin + galeria de fotos */



#about .about-photo-stack {

  position: relative;

  width: 100%;

  height: 100%;

}



#about .about-photo-slide {

  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}



#about .about-photo-counter {

  position: absolute;

  right: 1rem;

  bottom: 1rem;

  z-index: 30;

  padding: 0.35rem 0.65rem;

  border-radius: 9999px;

  font-size: 0.6875rem;

  letter-spacing: 0.12em;

  text-transform: uppercase;

  color: rgba(26, 26, 26, 0.75);

  background: rgba(255, 255, 255, 0.55);

  border: 1px solid rgba(255, 255, 255, 0.65);

  backdrop-filter: blur(8px);

  pointer-events: none;

}



@media (prefers-reduced-motion: reduce) {

  #about.about-pin-ready .about-photo-slide {

    clip-path: inset(0% 0% 0% 0%) !important;

  }



  #about.about-pin-ready .about-copy-slide {

    transform: none !important;

  }



  #about.about-pin-ready .about-copy-slide:not(:first-child) {

    visibility: hidden;

  }



  #about .about-photo-counter {

    display: none;

  }

}



#about .about-copy-stack {

  position: relative;

  width: 100%;

  overflow: hidden;

  height: var(--about-copy-stack-height, auto);

  isolation: isolate;

  contain: layout paint;

}



#about .about-copy-slide {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  width: 100%;

  will-change: transform;

}


