
/* ALETHEIA VESTIGIUM 2.5.2
   Vier identische Motive in beiden fotografischen Bereichen. */

@media(min-width:1101px){
  .v252-cards{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:14px!important;
  }
  .v252-cards .v2-card{
    min-width:0!important;
  }

  .v252-gallery__track{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:14px!important;
    padding:0 4vw!important;
    overflow:visible!important;
  }
  .v252-gallery__track figure{
    min-width:0!important;
    width:100%!important;
  }
}

/* Tablet: two by two, same sequence retained */
@media(min-width:681px) and (max-width:1100px){
  .v252-cards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .v252-gallery__track{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px!important;
    padding:0 5vw!important;
    overflow:visible!important;
  }
  .v252-gallery__track figure{
    min-width:0!important;
    width:100%!important;
  }
}

/* Mobile: retain scroll behavior, but both sections still contain same four items */
@media(max-width:680px){
  .v252-gallery__track{
    display:flex!important;
    overflow-x:auto!important;
  }
}
