.gallery-page{background:var(--white,#fff)}.gallery-hero{border-bottom:1px solid var(--line,#10253f14);background:linear-gradient(#f7fafd 0%,#fff 100%);padding:clamp(3rem,6vw,5.5rem) 0 clamp(1.5rem,3vw,2.5rem)}.gallery-eyebrow{background:var(--soft-blue,#edf5ff);color:var(--primary-dark,#0a66cc);letter-spacing:.14em;text-transform:uppercase;border-radius:999px;padding:.35rem .85rem;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace;font-size:.72rem;font-weight:500;display:inline-block}.gallery-title{letter-spacing:-.02em;color:var(--navy,#10253f);max-width:16ch;margin:1rem 0 0;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.08}.gallery-subtitle{color:var(--muted,#60738b);max-width:52ch;margin:1rem 0 0;font-size:1.05rem;line-height:1.6}.gallery-body{padding-top:clamp(1.75rem,3vw,2.5rem)}.gallery-filter-row{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:clamp(1.75rem,3vw,2.75rem);display:flex}.gallery-filter-pill{border:1px solid var(--line,#10253f1a);background:var(--white,#fff);color:var(--text,#1a2a40);cursor:pointer;border-radius:999px;padding:.55rem 1.1rem;font-size:.9rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.gallery-filter-pill:hover{border-color:#1684ea66}.gallery-filter-pill.active{background:var(--navy,#10253f);color:#fff;border-color:var(--navy,#10253f)}.gallery-note{text-align:center;color:var(--muted,#60738b);padding:2rem 0}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:clamp(.9rem,2vw,1.4rem);display:grid}.gallery-item{cursor:pointer;background:var(--soft-slate,#eef4f8);aspect-ratio:4/3;box-shadow:var(--shadow-soft,0 20px 50px #21498214);border:none;border-radius:16px;padding:0;transition:transform .25s,box-shadow .25s;display:block;position:relative;overflow:hidden}.gallery-item:hover{box-shadow:var(--shadow,0 20px 60px #1c3d6e1f);transform:translateY(-3px)}.gallery-item img{object-fit:cover;width:100%;height:100%;display:block}.gallery-item-caption{color:#fff;text-align:left;background:linear-gradient(#10253f00 0%,#10253fbf 100%);padding:1.6rem .9rem .7rem;font-size:.85rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.gallery-lightbox{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a1423e0;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.gallery-lightbox-img{object-fit:contain;border-radius:12px;max-width:min(92vw,1100px);max-height:82vh;box-shadow:0 30px 80px #00000080}.gallery-lightbox-caption{color:#eaf1f8;font-size:.95rem}.gallery-lightbox-close{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:1.2rem;right:1.4rem}.gallery-lightbox-close:hover{background:#fff3}@media (max-width:640px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}
