.galleryHero{text-align:center;padding-top:110px}.galleryHero h1{font-size:clamp(3rem,10vw,7rem);line-height:.9;margin:10px 0 20px;background:linear-gradient(135deg,#fff,#35d7ff,#ff3dff);-webkit-background-clip:text;color:transparent}.galleryHero .sectionLead{margin-left:auto;margin-right:auto}.galleryTabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.galleryTabs button{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);color:white;border-radius:999px;padding:10px 14px;font-weight:800}.galleryTabs button.active{border-color:rgba(53,215,255,.45);box-shadow:0 0 25px rgba(53,215,255,.12)}.galleryTabs button:disabled{opacity:.45}.galleryTiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px}.galleryTile{position:relative;border:0;padding:0;text-align:left;color:white;overflow:hidden;border-radius:28px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);cursor:pointer;box-shadow:0 20px 70px rgba(0,0,0,.28);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.galleryTile:hover{transform:translateY(-8px);border-color:rgba(53,215,255,.45);box-shadow:0 0 60px rgba(53,215,255,.16),0 30px 80px rgba(0,0,0,.36)}.galleryTile img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;transition:transform .4s ease}.galleryTile:hover img{transform:scale(1.05)}.galleryTile div{position:absolute;left:14px;right:14px;bottom:14px;padding:14px;border-radius:18px;background:rgba(5,8,22,.74);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(14px)}.galleryTile b{display:block;font-size:1.15rem}.galleryTile span{display:block;color:rgba(255,255,255,.72);margin-top:5px;font-size:.92rem}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;z-index:100;padding:26px}.lightbox.open{display:flex}.lightbox img{max-width:min(1100px,92vw);max-height:78vh;border-radius:24px;box-shadow:0 0 80px rgba(53,215,255,.15)}.lightClose,.lightNav{position:absolute;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.10);color:white;border-radius:999px;cursor:pointer;backdrop-filter:blur(12px)}.lightClose{right:24px;top:24px;width:46px;height:46px;font-size:30px}.lightNav{top:50%;transform:translateY(-50%);width:52px;height:52px;font-size:42px;line-height:40px}.lightNav.prev{left:24px}.lightNav.next{right:24px}.lightCaption{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);padding:12px 18px;border-radius:999px;background:rgba(5,8,22,.78);border:1px solid rgba(255,255,255,.12);font-weight:900;white-space:nowrap}@media(max-width:620px){.galleryHero{padding-top:90px}.galleryTiles{grid-template-columns:1fr 1fr;gap:12px}.galleryTile{border-radius:20px}.galleryTile div{left:8px;right:8px;bottom:8px;padding:10px;border-radius:14px}.galleryTile b{font-size:.92rem}.galleryTile span{font-size:.78rem}.lightNav{display:none}.lightCaption{max-width:92vw;white-space:normal;text-align:center}.lightbox img{max-height:72vh}}