/* Clone-only additions. Nothing here restyles the original design; it restores
   affordances the stripped React bundle used to provide, plus a focus ring. */
:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}
.header_light__pPqDU :focus-visible,
[class*="FullImage_"] :focus-visible {
  outline-color: #fff;
}
[class*="ListMoreProjects_moreProjects"]::-webkit-scrollbar { display: none; }
[class*="Carrousel_swiper"] { touch-action: pan-y; }
[class*="Carrousel_swiper"] .swiper-slide { user-select: none; }
.swiper-button-disabled { opacity: .35; pointer-events: none; }
@media (prefers-reduced-motion: reduce) {
  .swiper-wrapper { transition: none !important; }
}
