.gallery-page-section{background-color:#faf9f5;min-height:80vh;padding:5rem 0}.gallery-filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.filter-btn{color:#666;cursor:pointer;background:#fff;border:2px solid #0000;border-radius:30px;padding:.8rem 1.5rem;font-weight:600;transition:all .3s;box-shadow:0 4px 10px #0000000d}.filter-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0000001a}.filter-btn.active{color:#fff;background:#ff2a7a;border-color:#ff2a7a;box-shadow:0 8px 20px #ff2a7a4d}.gallery-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:180px;grid-auto-flow:dense;gap:1.5rem;display:grid}.gallery-item:nth-child(6n+1){grid-area:span 2/span 2}.gallery-item:nth-child(6n+2){grid-area:span 1/span 1}.gallery-item:nth-child(6n+3){grid-area:span 2/span 1}.gallery-item:nth-child(6n+4){grid-area:span 1/span 1}.gallery-item:nth-child(6n+5),.gallery-item:nth-child(6n+6){grid-area:span 1/span 2}@media (max-width:992px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.gallery-grid{grid-template-columns:1fr;grid-auto-rows:200px}.gallery-item{grid-area:span 1/span 1!important}}.gallery-item{cursor:pointer;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 10px 20px #00000014}.gallery-item img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{opacity:0;background:linear-gradient(#1d2a441a,#1d2a44d9);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:1.5rem;transition:opacity .4s;display:flex;position:absolute;top:0;left:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay h3{color:#fff;margin:0 0 .4rem;font-size:1.4rem;font-weight:800;transition:transform .4s cubic-bezier(.2,.8,.2,1);transform:translateY(20px)}.gallery-overlay p{color:#ffc300;margin:0;font-size:.95rem;font-weight:700;transition:transform .4s cubic-bezier(.2,.8,.2,1) 50ms;transform:translateY(20px)}.gallery-item:hover .gallery-overlay h3,.gallery-item:hover .gallery-overlay p{transform:translateY(0)}.lightbox-modal{z-index:1000;opacity:0;pointer-events:none;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.lightbox-modal.open{opacity:1;pointer-events:auto}.lightbox-content{max-width:900px;max-height:90vh;position:relative}.lightbox-content img{-o-object-fit:contain;object-fit:contain;border-radius:8px;max-width:100%;max-height:80vh}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;position:absolute;top:-40px;right:0}.lightbox-caption{color:#fff;text-align:center;margin-top:1rem;font-size:1.2rem}
