.gallery-module__zlwOTG__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.gallery-module__zlwOTG__tile{border-radius:var(--border-radius);height:300px;box-shadow:0 4px 15px var(--shadow-color);cursor:pointer;transition:var(--transition-smooth);border:1px solid #eadfcd66;position:relative;overflow:hidden}.gallery-module__zlwOTG__tile:hover{border-color:var(--primary-gold);box-shadow:0 10px 25px var(--shadow-hover);transform:translateY(-4px)}.gallery-module__zlwOTG__tileImage{transition:transform .6s cubic-bezier(.16,1,.3,1)}.gallery-module__zlwOTG__tile:hover .gallery-module__zlwOTG__tileImage{transform:scale(1.08)}.gallery-module__zlwOTG__overlay{color:var(--white);opacity:0;transition:var(--transition-smooth);background:linear-gradient(#0000,#1e1e1cd9);flex-direction:column;justify-content:flex-end;height:50%;padding:20px;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.gallery-module__zlwOTG__tile:hover .gallery-module__zlwOTG__overlay{opacity:1;transform:translateY(0)}.gallery-module__zlwOTG__overlay h3{color:var(--white);margin-bottom:5px;font-family:Playfair Display,serif;font-size:18px}.gallery-module__zlwOTG__overlay span{color:var(--primary-gold);font-size:13px;font-weight:500}.gallery-module__zlwOTG__lightbox{z-index:9999;background-color:#1e1e1cf2;flex-direction:column;justify-content:center;align-items:center;padding:40px;animation:.3s gallery-module__zlwOTG__fadeIn;display:flex;position:fixed;inset:0}.gallery-module__zlwOTG__lightboxContent{width:800px;max-width:90%;height:500px;max-height:80vh;position:relative}.gallery-module__zlwOTG__lightboxTitle{color:var(--white);text-align:center;margin-top:20px;font-family:Playfair Display,serif;font-size:20px}.gallery-module__zlwOTG__closeBtn{color:var(--white);cursor:pointer;transition:var(--transition-smooth);z-index:10000;background:0 0;border:none;position:absolute;top:20px;right:20px}.gallery-module__zlwOTG__closeBtn:hover{color:var(--primary-gold);transform:rotate(90deg)}.gallery-module__zlwOTG__navBtn{color:var(--white);cursor:pointer;width:50px;height:50px;transition:var(--transition-smooth);z-index:2010;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-module__zlwOTG__navBtn:hover{background-color:var(--primary-gold);border-color:var(--primary-gold);color:var(--white)}.gallery-module__zlwOTG__prevBtn{left:30px}.gallery-module__zlwOTG__nextBtn{right:30px}.gallery-module__zlwOTG__emptyState{text-align:center;background-color:var(--bg-alt);border:1px dashed var(--border-color);border-radius:var(--border-radius);grid-column:1/-1;max-width:600px;margin:0 auto;padding:80px 20px}.gallery-module__zlwOTG__emptyState h3{margin-bottom:10px;font-size:22px}.gallery-module__zlwOTG__emptyState p{color:var(--text-light)}@media (max-width:768px){.gallery-module__zlwOTG__grid{grid-template-columns:1fr;gap:16px}.gallery-module__zlwOTG__lightbox{padding:20px}.gallery-module__zlwOTG__lightboxContent{max-width:100%;height:350px}.gallery-module__zlwOTG__navBtn{width:40px;height:40px}.gallery-module__zlwOTG__prevBtn{left:10px}.gallery-module__zlwOTG__nextBtn{right:10px}}
