/*
 Theme Name: The VXLLEY
 Theme URI: https://thevxlley.com/
 Author: Alex
 Author URI: https://thevxlley.com/
 Description: Theme de bloques minimalista de The VXLLEY: logo arriba, menú debajo y galería de fotos. Fondo blanco y editable.
 Requires at least: 6.3
 Tested up to: 6.6
 Requires PHP: 7.4
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: thevxlley
 Tags: block-theme, full-site-editing, minimal, gallery
*/
*/

/* Helpers */
.wp-site-blocks { background: #ffffff; }
.vxlley-container { max-width: 1500px; margin: 0 auto; padding: 0 16px; }
.vxlley-separator { margin: 16px 0 24px 0; }

/* Masonry opcional (usa la plantilla Works Masonry) */
.vxlley-masonry { column-count: 3; column-gap: 16px; }
@media (max-width: 900px) { .vxlley-masonry { column-count: 2; } }
@media (max-width: 600px) { .vxlley-masonry { column-count: 1; } }
.vxlley-masonry .wp-block-image { break-inside: avoid; margin: 0 0 16px 0; }
/* --- VXLLEY: uniform gallery images, 3-col grid --- */
.vxlley-works-grid .wp-block-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
}
