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