.gallery-page{background:linear-gradient(#f1f5f9 0%,#eef2f7 46%,#f8fafc 100%),#f1f5f9;min-height:100vh}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.gallery-item{aspect-ratio:4/3;border-radius:var(--radius-lg,12px);cursor:zoom-in;background:#0f172a;border:1px solid #0f172a14;width:100%;min-width:0;padding:0;transition:all .3s cubic-bezier(.16,1,.3,1);display:block;position:relative;overflow:hidden;box-shadow:0 10px 25px #00000005}.gallery-item:hover{border-color:#0091d54d;transform:translateY(-4px);box-shadow:0 20px 35px #00000014}.gallery-img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);display:block}.gallery-item:hover .gallery-img{transform:scale(1.04)}.gallery-item-overlay{opacity:0;z-index:2;background:#0006;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-zoom-icon{color:#fff;background:#0091d5e6;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;transform:scale(.8);box-shadow:0 8px 16px #0091d54d}.gallery-item:hover .gallery-zoom-icon{transform:scale(1)}.gallery-lightbox{z-index:99999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#09090beb;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.lightbox-backdrop{cursor:zoom-out;background:0 0;border:0;width:100%;height:100%;position:absolute;inset:0}.lightbox-panel{z-index:10;flex-direction:column;width:100%;max-width:1200px;height:100%;max-height:90vh;display:flex;position:relative;overflow:hidden}.lightbox-topbar{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1.5rem;padding:1rem 0;display:flex}.lightbox-title-wrap{align-items:center;gap:1rem;min-width:0;display:flex}.lightbox-counter{color:var(--brand-blue,#0091d5);letter-spacing:.08em;white-space:nowrap;background:#0091d526;border-radius:20px;padding:.35rem .75rem;font-size:.85rem;font-weight:900}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:inline-flex}.lightbox-close:hover{background:var(--brand-blue,#0091d5);border-color:var(--brand-blue,#0091d5);transform:rotate(90deg)}.lightbox-stage{flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative}.lightbox-img-container{width:100%;height:100%;max-height:70vh;position:relative}.lightbox-img{object-fit:contain;max-width:100%;max-height:100%}.lightbox-nav{z-index:20;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1a1a1a99;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{background:var(--brand-blue,#0091d5);border-color:var(--brand-blue,#0091d5);transform:translateY(-50%)scale(1.05)}.lightbox-nav.prev{left:1rem}.lightbox-nav.next{right:1rem}@media (min-width:900px){.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-item:nth-child(7n+1){aspect-ratio:auto;grid-row:span 2}}@media (max-width:768px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.lightbox-nav{width:44px;height:44px}.lightbox-nav.prev{left:.5rem}.lightbox-nav.next{right:.5rem}}@media (max-width:560px){.gallery-grid{grid-template-columns:1fr}.gallery-item,.gallery-item:nth-child(7n+1){aspect-ratio:4/3;grid-row:span 1}}
