:root{--primary:#2d336b;--teal:#2ba5a2;--dark:#1a1a1a;--light:#f9f9f9;--border:#e0e0e0}.gallery-hero{background:linear-gradient(135deg,var(--primary) 0,#1f2447 100%);color:white;padding:4rem 2rem;text-align:center;min-height:30vh;display:flex;align-items:center;justify-content:center}.gallery-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.02em;color:white}.gallery-hero-content p{font-size:1.125rem;opacity:.9;font-weight:300;margin:0}.stats-bar{background:rgba(45,51,107,0.05);border-bottom:1px solid var(--border);padding:1.5rem 2rem;text-align:center}.stats-bar-content{max-width:1200px;margin:0 auto;font-size:.95rem;color:#666;font-weight:500}.filter-section{padding:2rem 0;border-bottom:1px solid var(--border);overflow-x:auto;-webkit-overflow-scrolling:touch}.filter-tabs{display:flex;gap:.75rem;max-width:1200px;margin:0 auto;padding:0 2rem;scroll-behavior:smooth}.filter-tab{padding:.65rem 1.25rem;border:1px solid var(--border);background:white;color:var(--primary);border-radius:2rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;font-family:'Inter',sans-serif}.filter-tab:hover{border-color:var(--teal);color:var(--teal)}.filter-tab.active{background:var(--teal);color:white;border-color:var(--teal)}.gallery-section{padding:3rem 2rem;background:white}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;max-width:1400px;margin:0 auto}.gallery-item{position:relative;overflow:hidden;border-radius:8px;aspect-ratio:1;background:#f0f0f0;cursor:pointer;opacity:1}.gallery-item.hidden{display:none}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s cubic-bezier(0.25,0.46,0.45,0.94)}.gallery-item:hover img{transform:scale(1.12)}.gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.75) 100%);padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end;opacity:0;transition:opacity .4s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-item:hover{box-shadow:0 8px 30px rgba(0,0,0,0.18)}.gallery-title{color:white;font-size:.95rem;font-weight:600;margin:0;line-height:1.4}.gallery-category{color:var(--teal);font-size:.75rem;font-weight:600;text-transform:uppercase;margin-top:.5rem;letter-spacing:.05em}.gallery-item.span-2{grid-column:span 2;aspect-ratio:2/1}.gallery-item.span-tall{grid-row:span 2;aspect-ratio:1/2}.lightbox{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.95);z-index:1000;align-items:center;justify-content:center;animation:fadeIn .3s ease}.lightbox.active{display:flex}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.lightbox-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:4px;transition:opacity .15s ease}.lightbox-info{color:white;text-align:center;margin-top:1.5rem;padding:0 2rem}.lightbox-title{font-size:1.25rem;font-weight:600;margin:0 0 .5rem 0}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;background:white;border:0;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:1001}.lightbox-close:hover{background:var(--teal)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:white;border:0;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:1001}.lightbox-nav:hover{background:var(--teal)}.lightbox-prev{left:2rem}.lightbox-next{right:2rem}.cta-final{padding:4rem 2rem;background:linear-gradient(135deg,var(--primary) 0,#1f2447 100%);color:white;text-align:center}.cta-final-content h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:white}.cta-final-content p{font-size:1.125rem;opacity:.9;margin-bottom:2rem}.cta-final-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1rem 2rem;border-radius:4px;font-weight:600;text-decoration:none;transition:all .3s ease;border:0;cursor:pointer;font-family:'Inter',sans-serif;font-size:.95rem}.cta-button-primary{background:var(--teal);color:white}.cta-button-primary:hover{background:#3ca9aa;transform:translateY(-2px)}.cta-button-secondary{background:white;color:var(--primary)}.cta-button-secondary:hover{background:var(--light);transform:translateY(-2px)}@media(max-width:1024px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-item.span-2{grid-column:span 2}.gallery-item.span-tall{grid-row:span 2}.gallery-hero-content h1{font-size:2.5rem}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}}@media(max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:4px}.gallery-item.span-2{grid-column:span 1}.gallery-item.span-tall{grid-row:span 1;aspect-ratio:1}.filter-tabs{padding:0 1rem;gap:.5rem}.filter-tab{padding:.5rem 1rem;font-size:.85rem}.gallery-hero-content h1{font-size:2rem}.gallery-hero-content p{font-size:.95rem}.gallery-hero{padding:2.5rem 1rem}.lightbox-content{max-width:95vw}.lightbox-image{max-height:60vh}.lightbox-close{width:35px;height:35px;top:1rem;right:1rem}.cta-final-content h2{font-size:1.75rem}.cta-button{padding:.75rem 1.5rem;font-size:.9rem}}@media(max-width:480px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:3px}.gallery-hero{padding:2rem 1rem;min-height:25vh}.gallery-hero-content h1{font-size:1.5rem}.gallery-hero-content p{font-size:.85rem}.stats-bar-content{font-size:.8rem}.filter-tabs{padding:0 .75rem;gap:.4rem}.filter-tab{padding:.45rem .9rem;font-size:.75rem}.lightbox-nav{display:none}.lightbox-info{padding:0 1rem}.lightbox-close{width:32px;height:32px}.cta-final{padding:2.5rem 1rem}.cta-final-content h2{font-size:1.5rem}.cta-final-content p{font-size:.95rem}.cta-final-buttons{flex-direction:column}.cta-button{width:100%}}