body{background:var(--color-light)}.gallery-header{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);padding:10rem 2rem 5rem;text-align:center;color:var(--color-white);position:relative;overflow:hidden}.gallery-header:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.gallery-header h1{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4rem);font-weight:500;color:var(--color-white);margin-bottom:1rem;position:relative}.gallery-header p{font-size:1.125rem;color:#fffc;max-width:600px;margin:0 auto;position:relative}.gallery-container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.gallery-grid{columns:4 300px;column-gap:1.5rem}.gallery-item{break-inside:avoid;margin-bottom:1.5rem;position:relative;border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:0 4px 15px #0000001a;transition:transform .4s ease,box-shadow .4s ease}.gallery-item:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0003}.gallery-item img{width:100%;display:block;transition:transform .6s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(29,61,109,.7) 0%,rgba(29,61,109,.3) 30%,transparent 60%);opacity:0;transition:opacity .4s ease}.gallery-item:hover:after{opacity:1}.gallery-item .zoom-icon{position:absolute;bottom:20px;right:20px;width:50px;height:50px;background:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.5);transition:all .4s ease;z-index:2}.gallery-item:hover .zoom-icon{opacity:1;transform:scale(1)}.zoom-icon svg{width:24px;height:24px;color:var(--color-primary)}.lightbox{display:none;position:fixed;inset:0;background:#000000f2;z-index:2000;align-items:center;justify-content:center;padding:2rem;backdrop-filter:blur(10px)}.lightbox.active{display:flex;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.lightbox-content img{max-width:100%;max-height:85vh;object-fit:contain;border-radius:12px;box-shadow:0 25px 80px #00000080;animation:scaleIn .3s ease}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.lightbox-close{position:fixed;top:30px;right:30px;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);color:#fff;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.lightbox-close:hover{background:#fff3;transform:rotate(90deg)}.lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);background:#ffffff1a;border:2px solid rgba(255,255,255,.3);color:#fff;width:60px;height:60px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.lightbox-nav:hover{background:#fff3;transform:translateY(-50%) scale(1.1)}.lightbox-prev{left:30px}.lightbox-next{right:30px}.lightbox-counter{position:fixed;bottom:30px;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:.9rem;font-weight:500}.footer{background:var(--color-primary);color:var(--color-white);padding:3rem 2rem;text-align:center}.footer p{opacity:.8;margin-bottom:.5rem}.footer-verse{font-family:var(--font-display);font-style:italic}.back-home{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;color:var(--color-white);text-decoration:none;font-weight:500;padding:.75rem 1.5rem;background:#ffffff1a;border-radius:50px;transition:all .3s}.back-home:hover{background:#fff3;transform:translate(-5px)}@media(max-width:1200px){.gallery-grid{columns:3 250px}}@media(max-width:900px){.gallery-grid{columns:2 200px;column-gap:1rem}.gallery-item{margin-bottom:1rem;border-radius:12px}}@media(max-width:768px){.gallery-header{padding:8rem 1.5rem 3rem}.gallery-container{padding:2rem 1rem}.lightbox-nav{width:45px;height:45px;font-size:1.2rem}.lightbox-prev{left:15px}.lightbox-next{right:15px}.lightbox-close{top:20px;right:20px;width:40px;height:40px}}@media(max-width:480px){.gallery-grid{columns:1}.gallery-item{border-radius:10px}.gallery-header h1{font-size:2rem}}
