.gallery-page{background-color:#f7f9fc}.gallery-hero{position:relative;height:60vh;min-height:440px;background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:flex-end;overflow:hidden}.gallery-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#000a2840,#00144699,#000a28eb);z-index:1}.gallery-hero-content{position:relative;z-index:3;color:#fff;width:100%;max-width:1200px;margin:0 auto;padding:0 40px 60px}.gallery-hero-content h1{font-family:Montserrat,sans-serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:900;color:#fff;text-shadow:0 4px 24px rgba(0,0,0,.4);margin-bottom:12px;letter-spacing:-.03em;line-height:1.15}.gallery-hero-line{display:block;width:60px;height:4px;background:linear-gradient(90deg,var(--accent-yellow),rgba(247,235,14,.3));margin:0 0 14px;border-radius:2px}.gallery-hero-content p{font-size:1.05rem;color:#ffffffd1;font-weight:300;line-height:1.7;max-width:520px}.gallery-hero-decor{position:absolute;border-radius:50%;pointer-events:none;z-index:2}.gallery-hero-decor-1{width:300px;height:300px;border:1px solid rgba(255,255,255,.06);top:-80px;right:10%;animation:galleryFloat 12s ease-in-out infinite}.gallery-hero-decor-2{width:150px;height:150px;background:radial-gradient(circle,rgba(247,235,14,.06) 0%,transparent 70%);bottom:15%;right:20%;animation:galleryFloat 8s ease-in-out infinite reverse}@keyframes galleryFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(3deg)}}.gallery-container{padding-top:60px;padding-bottom:100px}.gallery-title{text-align:center;margin-bottom:10px;font-size:2rem;color:var(--primary-blue);font-family:Montserrat,sans-serif;font-weight:800}.gallery-subtitle{text-align:center;color:#64748b;margin-bottom:50px;font-weight:400;font-size:1rem}.gallery-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:50px}.filter-btn{padding:9px 22px;border:1px solid rgba(0,53,147,.1);background:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#475569;border-radius:50px;cursor:pointer;font-size:.88rem;font-weight:600;font-family:Open Sans,sans-serif;transition:all .25s}.filter-btn:hover{border-color:#003593;color:#003593;background:#0035930a;transform:translateY(-2px)}.filter-btn.active{background:#003593;border-color:#003593;color:#fff;box-shadow:0 4px 14px #00359340}.gallery-albums-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery-album-card{position:relative;border-radius:18px;overflow:hidden;cursor:pointer;aspect-ratio:4 / 3;background:#0f172a;box-shadow:0 6px 24px #0000001f;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.gallery-album-card:before,.gallery-album-card:after{content:"";position:absolute;inset:0;border-radius:18px;background:#00359326;z-index:-1;transition:transform .3s ease}.gallery-album-card:before{transform:rotate(-2deg) scale(.97)}.gallery-album-card:after{transform:rotate(1.5deg) scale(.95);background:#00359314}.gallery-album-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 20px 50px #00000038}.gallery-album-card:hover:before{transform:rotate(-3.5deg) scale(.96) translateY(4px)}.gallery-album-card:hover:after{transform:rotate(2.5deg) scale(.93) translateY(8px)}.gallery-album-card--featured{grid-column:span 2;aspect-ratio:16 / 9}.gallery-album-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .4s ease;filter:brightness(.85)}.gallery-album-card:hover .gallery-album-img{transform:scale(1.07);filter:brightness(.7)}.gallery-album-cover-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a6e,#0f1f40);color:#fff3;font-size:3rem}.gallery-album-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:18px;background:linear-gradient(to bottom,rgba(0,0,0,.25) 0%,transparent 35%,transparent 45%,rgba(0,10,40,.75) 100%);transition:background .4s ease}.gallery-album-card:hover .gallery-album-overlay{background:linear-gradient(to bottom,rgba(0,0,0,.35) 0%,transparent 30%,transparent 35%,rgba(0,10,40,.88) 100%)}.gallery-album-top{display:flex;justify-content:space-between;align-items:flex-start}.gallery-album-badge{background:var(--accent-yellow);color:#003593;font-size:.7rem;font-weight:800;padding:4px 12px;border-radius:50px;text-transform:uppercase;letter-spacing:.6px}.gallery-album-photo-count{background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:.8rem;font-weight:600;padding:4px 10px;border-radius:50px;display:flex;align-items:center;gap:5px}.gallery-album-bottom{color:#fff}.gallery-album-bottom h3{margin:0 0 4px;font-size:1.1rem;font-weight:800;font-family:Montserrat,sans-serif;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4);line-height:1.3}.gallery-album-card--featured .gallery-album-bottom h3{font-size:1.4rem}.gallery-album-bottom p{margin:0 0 10px;font-size:.82rem;color:#ffffffbf;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transform:translateY(6px);opacity:0;transition:opacity .3s ease,transform .3s ease}.gallery-album-card:hover .gallery-album-bottom p{opacity:1;transform:translateY(0)}.gallery-album-cta{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:700;color:var(--accent-yellow);opacity:0;transform:translateY(6px);transition:opacity .3s ease .05s,transform .3s ease .05s;letter-spacing:.3px}.gallery-album-card:hover .gallery-album-cta{opacity:1;transform:translateY(0)}.gallery-album-header{display:flex;align-items:flex-start;gap:20px;margin-bottom:36px;flex-wrap:wrap}.gallery-back-btn{display:flex;align-items:center;gap:8px;background:none;border:1px solid #e2e8f0;border-radius:10px;padding:9px 16px;cursor:pointer;color:#64748b;font-size:.9rem;font-weight:600;font-family:Open Sans,sans-serif;transition:all .2s;white-space:nowrap;flex-shrink:0}.gallery-back-btn:hover{background:#f1f5f9;border-color:#003593;color:#003593}.gallery-album-title{margin:0 0 4px;font-size:1.6rem;font-weight:800;color:#1e293b;font-family:Montserrat,sans-serif}.gallery-album-desc{margin:0;font-size:.9rem;color:#64748b}.gallery-album-count{margin-left:auto;background:#f1f5f9;color:#64748b;font-size:.85rem;font-weight:600;padding:8px 14px;border-radius:50px;white-space:nowrap;align-self:center}.gallery-loading,.gallery-empty{text-align:center;padding:80px 20px;color:#94a3b8}.gallery-loading i,.gallery-empty i{font-size:2.5rem;display:block;margin-bottom:16px}.gallery-loading p,.gallery-empty p{font-size:1rem;margin:0}.gallery-grid{column-count:3;column-gap:20px}.gallery-item{break-inside:avoid;margin-bottom:20px;border-radius:12px;overflow:hidden;position:relative;cursor:pointer;box-shadow:0 5px 15px #00000014;transition:transform .3s,box-shadow .3s}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 14px 30px #00000024}.gallery-item img{width:100%;height:auto;display:block;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-overlay{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.8),transparent 50%);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;padding:20px}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-info{color:#fff;transform:translateY(20px);transition:transform .3s ease}.gallery-item:hover .gallery-info{transform:translateY(0)}.gallery-info h3{font-size:1rem;margin:0 0 5px;font-weight:700;color:var(--accent-yellow)}.gallery-info p{font-size:.9rem;margin:0;opacity:.9}.lightbox-overlay{position:fixed;inset:0;background:#000000f2;z-index:1000;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease;padding:20px}.lightbox-content{max-width:90%;max-height:90vh;position:relative}.lightbox-content img{max-width:100%;max-height:80vh;border-radius:8px;box-shadow:0 0 50px #00000080}.lightbox-caption{text-align:center;color:#fff;margin-top:16px}.lightbox-caption h3{margin:0 0 5px;font-size:1.1rem}.lightbox-caption span{color:var(--accent-yellow);font-size:.85rem;text-transform:uppercase;letter-spacing:1px}.lightbox-close{position:fixed;top:20px;right:24px;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);color:#fff;width:46px;height:46px;border-radius:50%;font-size:1.3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s;z-index:1010}.lightbox-close:hover{background:var(--accent-yellow);color:var(--primary-blue);border-color:var(--accent-yellow);transform:scale(1.08)}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;color:#fff;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:1001}.lightbox-prev:hover,.lightbox-next:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.1)}.lightbox-prev{left:20px}.lightbox-next{right:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-year-group{margin-bottom:60px}.gallery-year-heading{font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:900;color:var(--primary-blue);margin:0 0 24px;padding-bottom:10px;border-bottom:3px solid var(--accent-yellow);display:inline-block}.gallery-year-heading--archive{font-size:1.4rem;color:#94a3b8;border-bottom-color:#e2e8f0}.gallery-album-date{background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:50px;display:flex;align-items:center;gap:5px;letter-spacing:.3px}@media(max-width:1100px){.gallery-grid{column-count:2}.gallery-albums-grid{grid-template-columns:repeat(2,1fr)}.gallery-album-card--featured{grid-column:span 2}}@media(max-width:900px){.gallery-hero-content{padding:0 24px 44px}}@media(max-width:768px){.gallery-hero{height:auto;min-height:400px;background-attachment:scroll}.gallery-hero-content{padding:0 20px 44px}.gallery-hero-content h1{font-size:1.9rem}.gallery-hero-content p{font-size:.95rem}.gallery-hero-decor{display:none}.gallery-container{padding-top:50px;padding-bottom:70px}.gallery-title{font-size:1.7rem}.gallery-filters{gap:8px}}@media(max-width:480px){.gallery-hero{min-height:340px}.gallery-hero-content{padding:0 16px 36px}.gallery-hero-content h1{font-size:1.6rem}.gallery-grid{column-count:1}.gallery-albums-grid{grid-template-columns:1fr}.gallery-album-card--featured{grid-column:span 1;aspect-ratio:4 / 3}.gallery-title{font-size:1.5rem}.filter-btn{padding:7px 14px;font-size:.8rem}.gallery-album-title{font-size:1.3rem}.gallery-album-count{display:none}}@media(max-width:390px){.gallery-hero{min-height:300px}.gallery-hero-content{padding:0 12px 28px}.gallery-hero-content h1{font-size:1.4rem}.gallery-title{font-size:1.3rem}.filter-btn{padding:6px 11px;font-size:.75rem}}
