.gallery{padding:7rem;max-width:2200px;margin:0 auto}.gallery p{font-size:1.1rem;line-height:1.75;color:var(--main-color);text-transform:uppercase;letter-spacing:1.5px;font-weight:700;margin-bottom:.5rem}.gallery h2{font-size:2.5rem;line-height:1.3;font-weight:800;margin-bottom:3rem;text-transform:uppercase;width:70%}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.2rem;margin:0 auto;max-width:1600px}.gallery a{overflow:hidden;border-radius:8px}.gallery img{width:100%;object-fit:cover;display:block;transition:transform 0.3s}.gallery img:hover{transform:scale(1.05)}.lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .85);justify-content:center;align-items:center;z-index:1000;cursor:pointer}.lightbox.active{display:flex}.lightbox img{max-width:90%;max-height:90%;border-radius:8px;box-shadow:0 0 30px rgb(0 0 0 / .5)}.lightbox-close{position:fixed;top:20px;right:30px;color:#fff;font-size:40px;cursor:pointer}@media (max-width:1200px){.gallery{padding:4rem 2rem}.gallery p{font-size:1rem}.gallery h2{font-size:2.2rem;width:100%;margin-bottom:2rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}}@media (max-width:600px){.gallery{padding:3rem 1.2rem}.gallery p{font-size:.9rem;letter-spacing:1px}.gallery h2{font-size:1.8rem;margin-bottom:1.5rem}.gallery-grid{grid-template-columns:1fr;gap:.8rem}.gallery img:hover{transform:none}.lightbox img{max-width:95%;max-height:85%}.lightbox-close{top:15px;right:20px;font-size:32px}}