.close-lightbox position: absolute; top: -42px; right: 0; background: rgba(255,255,255,0.2); backdrop-filter: blur(6px); border: none; color: white; font-size: 1.6rem; cursor: pointer; padding: 8px 18px; border-radius: 40px; font-weight: 300; transition: 0.2s;
<!-- Lightbox modal --> <div id="lightboxModal" class="lightbox"> <div class="lightbox-content"> <button class="close-lightbox" id="closeLightboxBtn">×</button> <img id="lightboxImg" src="" alt="Nashla Bogaert style"> </div> </div>
, 200);
<script> // curated gallery data: fashion & style images + titles & descriptions. // All images are ethically sourced from high-quality free fashion photography (Pexels/Unsplash style) // They reflect sophisticated editorial, street chic, red carpet, and minimalist looks. // The concept matches "Fotos De Nashla Bogaert" — a tribute gallery of her signature style essence. Fotos De Nashla Bogaert Desnuda
/* fashion-forward grid: masonry-like but using CSS Grid */ .gallery-grid display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.8rem; margin-top: 1rem;
];
.close-lightbox:hover background: rgba(255,255,255,0.4); /* fashion-forward grid: masonry-like but using CSS Grid */
/* header area with name + style descriptor */ .hero text-align: center; margin-bottom: 3rem; border-bottom: 1px solid #e2dfda; padding-bottom: 2rem;
.gallery-item:hover transform: translateY(-6px); box-shadow: 0 20px 32px -12px rgba(0, 0, 0, 0.15);
/* lightbox modal (elevated) */ .lightbox position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.88); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; z-index: 1000; visibility: hidden; opacity: 0; transition: visibility 0.2s, opacity 0.25s ease; .close-lightbox:hover background: rgba(255
);
.gallery-item:hover .image-container img transform: scale(1.03);
imgSrc: "https://images.pexels.com/photos/3395535/pexels-photo-3395535.jpeg?auto=compress&cs=tinysrgb&w=800&h=1000&fit=crop", title: "SCULPTURAL WHITE", desc: "Architectural folds, fresh modern elegance for summer soirées." ,