/* Galerías uniformes: portada completa y registro inferior en dos columnas. */
body[data-foundation] #ecko .proy-fotos{
 display:grid;grid-template-columns:minmax(0,1fr)!important;
 align-items:start;gap:12px;width:100%;min-width:0;
}
body[data-foundation] #ecko .proy-fotos .fp-main{
 width:100%;height:auto!important;min-height:0;max-height:none;
 aspect-ratio:auto!important;padding:0;border:0;overflow:visible;
 background:transparent;
}
body[data-foundation] #ecko .proy-fotos .fp-main img{
 display:block;width:100%!important;height:auto!important;
 min-height:0;max-height:none;aspect-ratio:auto!important;
 object-fit:contain!important;object-position:center;
 margin:0;padding:0;transform:none!important;
}
body[data-foundation] #ecko .proy-fotos .fp-side,
body[data-foundation] #ecko .proy-fotos .fp-side.one{
 display:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important;
 grid-template-rows:auto!important;align-items:start;gap:12px;
 width:100%;height:auto!important;min-height:0;max-height:none;
 aspect-ratio:auto!important;overflow:visible;padding:0;background:transparent;
}
body[data-foundation] #ecko .proy-fotos .fp-side img{
 display:block;width:100%!important;height:auto!important;
 aspect-ratio:5 / 3!important;min-width:0;min-height:0;max-height:none;
 object-fit:cover!important;object-position:center;
 margin:0;padding:0;border-radius:8px;transform:none!important;
}
@media(max-width:700px){
 body[data-foundation] #ecko .proy-fotos,
 body[data-foundation] #ecko .proy-fotos .fp-side{gap:10px}
}
