.Gallery-module__fvxASG__wrapper{background-color:var(--bg-main);min-height:80vh}.Gallery-module__fvxASG__banner{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;border-bottom:4px solid #00000026;padding:3.5rem 0}.Gallery-module__fvxASG__bannerTitle{margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.Gallery-module__fvxASG__bannerSub{color:#ffffffe6;font-size:1.05rem}.Gallery-module__fvxASG__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.Gallery-module__fvxASG__card{background:var(--bg-card);border-radius:var(--border-radius);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);cursor:pointer;transition:var(--transition-smooth);overflow:hidden}.Gallery-module__fvxASG__card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-4px)}.Gallery-module__fvxASG__imgWrapper{background-color:#edf2f7;height:200px;position:relative;overflow:hidden}.Gallery-module__fvxASG__img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Gallery-module__fvxASG__card:hover .Gallery-module__fvxASG__img{transform:scale(1.08)}.Gallery-module__fvxASG__overlay{color:#fff;opacity:0;background:#f7861d66;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.Gallery-module__fvxASG__card:hover .Gallery-module__fvxASG__overlay{opacity:1}.Gallery-module__fvxASG__info{text-align:center;padding:1.25rem}.Gallery-module__fvxASG__title{color:#2d3748;white-space:nowrap;text-overflow:ellipsis;text-transform:uppercase;font-size:.95rem;font-weight:700;overflow:hidden}.Gallery-module__fvxASG__lightbox{z-index:1000;background-color:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.25s ease-out Gallery-module__fvxASG__fadeIn;display:flex;position:fixed;top:0;left:0}.Gallery-module__fvxASG__lightboxContent{flex-direction:column;align-items:center;max-width:80%;max-height:80%;display:flex;position:relative}.Gallery-module__fvxASG__lightboxImg{border:2px solid #ffffff1a;border-radius:4px;max-width:100%;max-height:75vh;box-shadow:0 10px 30px #00000080}.Gallery-module__fvxASG__lightboxCaption{color:#fff;text-align:center;margin-top:1rem;font-size:1rem;font-weight:600}.Gallery-module__fvxASG__closeBtn{color:#fff;cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;padding:.5rem;position:absolute;top:1.5rem;right:1.5rem}.Gallery-module__fvxASG__closeBtn:hover{color:var(--primary);transform:rotate(90deg)}.Gallery-module__fvxASG__navBtn{color:#fff;cursor:pointer;width:60px;height:60px;transition:var(--transition-smooth);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Gallery-module__fvxASG__navBtn:hover{background:var(--primary);box-shadow:0 0 15px #f7861d66}.Gallery-module__fvxASG__prevBtn{left:2rem}.Gallery-module__fvxASG__nextBtn{right:2rem}@media (max-width:768px){.Gallery-module__fvxASG__lightboxContent{max-width:95%}.Gallery-module__fvxASG__navBtn{width:44px;height:44px}.Gallery-module__fvxASG__prevBtn{left:.5rem}.Gallery-module__fvxASG__nextBtn{right:.5rem}}
