.gallery-hero-section{min-height:70vh;background:linear-gradient(135deg,#01283f,#064c76 25%,#0a5a8a 50%,#0e6b9e 75%,#1e40af);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:110px 20px 70px;color:white}.gallery-hero-background{position:absolute;inset:0;overflow:hidden}.gallery-hero-shape-1{position:absolute;top:-40%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.08) 0,transparent 70%);border-radius:50%;animation:float1 20s ease-in-out infinite}.gallery-hero-shape-2{position:absolute;bottom:-25%;left:-10%;width:450px;height:450px;background:radial-gradient(circle,rgba(255,255,255,.06) 0,transparent 70%);border-radius:50%;animation:float2 25s ease-in-out infinite reverse}.gallery-hero-shape-3{position:absolute;top:20%;left:15%;width:220px;height:220px;background:linear-gradient(45deg,rgba(255,255,255,.1),rgba(255,255,255,.05));border-radius:63% 37% 54% 46%/55% 48% 52% 45%;animation:float3 18s ease-in-out infinite}.gallery-hero-content{max-width:1100px;margin:0 auto;text-align:center;position:relative;z-index:2}.gallery-hero-text{max-width:800px;margin:0 auto}.gallery-hero-title{font-size:clamp(3rem,7vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:20px;letter-spacing:-.02em}.title-line{display:inline;color:white}.gallery-title-highlight{display:inline;background:linear-gradient(135deg,#fbbf24,#f59e0b 50%,#d97706);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(251,191,36,.25)}.gallery-hero-subtitle{font-size:clamp(1.05rem,2.6vw,1.25rem);line-height:1.6;color:rgba(255,255,255,.9);font-weight:300;max-width:720px;margin:0 auto}.gallery-filters-section{background:#f8fafc;padding:30px 0;border-bottom:1px solid #e2e8f0}.gallery-container{max-width:1200px;margin:0 auto;padding:0 20px}.gallery-filters{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.chip{display:inline-block;padding:10px 16px;border-radius:999px;font-weight:600;font-size:.9rem;color:#0f172a;background:#e2e8f0;border:1px solid #e2e8f0;transition:all .25s ease;text-decoration:none;cursor:pointer}.chip:hover{background:#cbd5e1;border-color:#cbd5e1}.chip.active{background:linear-gradient(135deg,#064c76,#0a5a8a);color:white;border-color:#0a5a8a}.chip:focus-visible{outline:3px solid rgba(6,76,118,.35);outline-offset:2px}.gallery-event-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:110px 0;position:relative}.gallery-event-section.alt{background:#ffffff}.gallery-event-header{text-align:center;margin-bottom:50px}.gallery-event-title{font-size:clamp(2.3rem,5vw,3.5rem);font-weight:800;color:#1e293b;margin-bottom:20px;line-height:1.2}.gallery-event-description{font-size:1.1rem;color:#64748b;max-width:650px;margin:0 auto;font-weight:300}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.gallery-item{position:relative;border-radius:16px;overflow:hidden;background:#ffffff;border:1px solid rgba(2,6,23,.06);box-shadow:0 6px 16px rgba(2,6,23,.06);transition:transform .18s ease-out,box-shadow .18s ease-out}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:4/3;transition:transform .25s ease-out}.gallery-item:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(2,6,23,.1)}.gallery-item:hover img{transform:scale(1.02)}.gallery-item figcaption{position:absolute;left:0;right:0;bottom:0;padding:10px 14px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.55));color:#fff;font-weight:600;font-size:.95rem;display:flex;justify-content:space-between;align-items:center;opacity:0;transform:translateY(10px);transition:all .22s ease-out}.gallery-item:hover figcaption{opacity:1;transform:translateY(0)}@keyframes float1{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(-20px,-10px) rotate(180deg)}}@keyframes float2{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(20px,15px) rotate(180deg)}}@keyframes float3{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-15px) rotate(180deg)}}@media (max-width:1024px){.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}}@media (max-width:768px){.gallery-hero-section{padding:90px 16px 60px;min-height:60vh}.gallery-event-section{padding:80px 0}.gallery-grid{grid-template-columns:1fr 1fr;gap:12px}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}