:root{--gallery-ink:#071321;--gallery-blue:#2588f6;--gallery-paper:#f4f7f9;--gallery-line:rgba(7,19,33,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body.gallery-page{margin:0;background:var(--gallery-paper);color:var(--gallery-ink);font-family:Inter,Arial,sans-serif}body.gallery-page a{color:inherit;text-decoration:none}button{font:inherit}.gallery-shell{width:min(1280px,calc(100% - 80px));margin:0 auto}.gallery-nav{position:fixed;z-index:20;top:0;left:0;width:100%;height:88px;display:flex;align-items:center;gap:38px;padding:0 40px;color:#fff;transition:background .28s,height .28s,backdrop-filter .28s}.gallery-nav.is-scrolled{height:70px;background:rgba(6,16,28,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.12)}.gallery-brand{margin-right:auto}.gallery-brand img{display:block;width:154px;height:auto}.gallery-nav-links{display:flex;gap:31px}.gallery-nav-links a{font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:rgba(255,255,255,.76);transition:color .2s}.gallery-nav-links a:hover{color:#fff}.gallery-nav-cta{display:inline-flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.35);padding:12px 16px;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;transition:background .2s,border-color .2s}.gallery-nav-cta:hover{background:#2588f6;border-color:#2588f6}.gallery-hero{position:relative;min-height:690px;height:min(100svh,910px);overflow:hidden;color:#fff;display:flex;align-items:flex-end}.gallery-hero-image{position:absolute;inset:0}.gallery-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.72) contrast(1.08)}.gallery-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,14,25,.98),rgba(4,14,25,.72) 44%,rgba(4,14,25,.18)),linear-gradient(0deg,rgba(4,14,25,.9),transparent 60%)}.gallery-hero-grid{position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(144,203,255,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(144,203,255,.25) 1px,transparent 1px);background-size:78px 78px;mask-image:linear-gradient(90deg,#000,transparent 76%)}.gallery-hero-content{position:relative;z-index:2;padding-bottom:90px}.gallery-kicker{display:flex;align-items:center;gap:13px;margin:0;color:#99cfff;font-size:10px;font-weight:900;letter-spacing:.21em;text-transform:uppercase}.gallery-kicker>span,.gallery-footer-band p>span{display:block;width:34px;height:2px;background:var(--gallery-blue)}.gallery-hero h1{margin:30px 0 0;font-family:'Archivo Black',Outfit,sans-serif;font-size:clamp(70px,10vw,155px);line-height:.8;letter-spacing:-.08em;text-transform:uppercase}.gallery-hero h1 em{color:var(--gallery-blue);font-style:normal}.gallery-hero-content>p:last-child{max-width:480px;margin:34px 0 0;color:#d1dde7;font-size:16px;line-height:1.7}.gallery-hero-index{position:absolute;z-index:3;right:4vw;bottom:44px;display:flex;align-items:center;gap:13px;font-size:10px;font-weight:900;letter-spacing:.18em}.gallery-hero-index span:first-child{font-size:32px;color:#90ccff;letter-spacing:-.05em}.gallery-workbench{padding:135px 0 150px}.gallery-workbench-layout{display:grid;grid-template-columns:minmax(260px,.64fr) minmax(0,1.36fr);gap:76px;align-items:start}.gallery-workbench-intro{position:sticky;top:126px}.gallery-kicker-dark{color:#287cdd}.gallery-workbench h2{margin:26px 0 0;font-family:'Archivo Black',Outfit,sans-serif;font-size:clamp(38px,4.1vw,65px);line-height:.9;letter-spacing:-.07em;text-transform:uppercase}.gallery-workbench h2 em{color:#2588f6;font-style:normal}.gallery-workbench-intro>p:not(.gallery-kicker){margin:30px 0 0;max-width:330px;color:#586878;font-size:15px;line-height:1.72}.gallery-instruction{display:flex;align-items:center;gap:10px;margin-top:35px;color:#2b6eae;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.gallery-instruction i{display:grid;width:29px;height:29px;place-items:center;border:1px solid rgba(37,136,246,.4);border-radius:50%;font-size:10px}.gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:230px;gap:18px}.gallery-card{position:relative;display:block;overflow:hidden;padding:0;border:0;background:#0b1c2d;color:#fff;text-align:left;cursor:pointer;opacity:0;transform:translateY(52px) scale(.97);transition:opacity .7s ease,transform .8s cubic-bezier(.22,1,.36,1),box-shadow .45s}.gallery-card.is-visible{opacity:1;transform:none}.gallery-card:nth-child(2){transition-delay:90ms}.gallery-card:nth-child(3){transition-delay:160ms}.gallery-card:nth-child(4){transition-delay:50ms}.gallery-card:nth-child(5){transition-delay:120ms}.gallery-card:nth-child(6){transition-delay:180ms}.gallery-card:nth-child(7){transition-delay:80ms}.gallery-card:hover{z-index:2;box-shadow:0 24px 45px rgba(7,19,33,.2)}.gallery-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.06);transition:transform 1.1s cubic-bezier(.2,.75,.2,1),filter .5s}.gallery-card::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,16,27,.78),transparent 56%);transition:opacity .3s}.gallery-card:hover img{transform:scale(1.08);filter:saturate(1) contrast(1.04)}.gallery-card>span{position:absolute;z-index:2;right:20px;bottom:18px;left:20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.gallery-card b{color:#8fcaff;font-size:10px;letter-spacing:.1em}.gallery-card em{font-size:13px;font-style:normal;font-weight:800}.gallery-card i{display:grid;width:28px;height:28px;place-items:center;border:1px solid rgba(255,255,255,.65);border-radius:50%;font-size:10px;transform:translateY(4px);opacity:0;transition:transform .3s,opacity .3s}.gallery-card:hover i{transform:none;opacity:1}.gallery-card-large{grid-row:span 2}.gallery-card-tall{grid-row:span 2}.gallery-card-wide{grid-column:span 2}.gallery-footer-band{padding:44px 0;background:#0a1a2b;color:#fff}.gallery-footer-band>div{display:flex;align-items:center;justify-content:space-between;gap:35px}.gallery-footer-band p{display:flex;align-items:center;gap:13px;margin:0;color:#9fcfff;font-size:10px;font-weight:900;letter-spacing:.16em}.gallery-footer-band a{display:inline-flex;align-items:center;gap:13px;padding-bottom:9px;border-bottom:1px solid rgba(255,255,255,.4);font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.gallery-lightbox{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:30px;background:rgba(3,12,21,.86);opacity:0;transition:opacity .25s}.gallery-lightbox.is-open{opacity:1}.gallery-lightbox[hidden]{display:none}.gallery-lightbox-backdrop{position:absolute;inset:0;border:0;background:transparent;cursor:pointer}.gallery-lightbox-panel{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.31fr);width:min(1180px,calc(100vw - 60px));max-height:calc(100svh - 60px);background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.5)}.gallery-lightbox-panel>img{width:100%;height:min(730px,calc(100svh - 60px));object-fit:cover;background:#12283a}.gallery-lightbox-panel>div{align-self:end;padding:40px;color:#071321}.gallery-lightbox-panel span{display:block;margin-bottom:18px;color:#2588f6;font-size:10px;font-weight:900;letter-spacing:.17em}.gallery-lightbox-panel h2{margin:0;font-family:'Archivo Black',Outfit,sans-serif;font-size:clamp(28px,3vw,43px);line-height:.92;letter-spacing:-.055em;text-transform:uppercase}.gallery-lightbox-panel p{margin:20px 0 0;color:#667482;font-size:14px;line-height:1.6}.gallery-lightbox-close{position:absolute;z-index:2;top:15px;right:15px;display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:50%;background:#071321;color:#fff;cursor:pointer;transition:background .2s,transform .2s}.gallery-lightbox-close:hover{background:#2588f6;transform:rotate(90deg)}
@media(max-width:900px){.gallery-shell{width:min(100% - 48px,1280px)}.gallery-nav{height:72px;padding:0 24px}.gallery-brand img{width:120px}.gallery-nav-links{display:none}.gallery-nav-cta{margin-left:auto}.gallery-hero{min-height:650px}.gallery-workbench{padding:95px 0}.gallery-workbench-layout{grid-template-columns:1fr;gap:52px}.gallery-workbench-intro{position:static;display:grid;grid-template-columns:.5fr 1fr;column-gap:35px}.gallery-workbench-intro .gallery-kicker{grid-column:1/-1}.gallery-workbench h2{grid-column:1;grid-row:2}.gallery-workbench-intro>p:not(.gallery-kicker){grid-column:2;grid-row:2;margin-top:25px}.gallery-instruction{grid-column:2;margin-top:20px}.gallery-lightbox-panel{grid-template-columns:1fr}.gallery-lightbox-panel>img{height:min(62svh,620px)}.gallery-lightbox-panel>div{padding:25px}.gallery-lightbox-panel p{margin-top:11px}}
@media(max-width:600px){.gallery-shell{width:calc(100% - 36px)}.gallery-nav{height:66px;padding:0 18px}.gallery-brand img{width:112px}.gallery-nav-cta{padding:10px 12px;font-size:9px}.gallery-hero{min-height:610px}.gallery-hero-content{padding-bottom:64px}.gallery-hero h1{font-size:69px}.gallery-hero-content>p:last-child{font-size:14px}.gallery-hero-index{right:20px;bottom:25px}.gallery-workbench{padding:72px 0}.gallery-workbench-intro{display:block}.gallery-workbench h2{font-size:42px}.gallery-workbench-intro>p:not(.gallery-kicker){margin-top:25px}.gallery-grid{grid-auto-rows:205px;gap:12px}.gallery-card-large,.gallery-card-tall{grid-row:span 1}.gallery-card-wide{grid-column:span 2}.gallery-card>span{right:14px;bottom:13px;left:14px}.gallery-card em{font-size:11px}.gallery-card i{display:grid;opacity:1;transform:none;width:24px;height:24px;font-size:8px}.gallery-footer-band>div{align-items:flex-start;flex-direction:column}.gallery-footer-band p{font-size:9px;line-height:1.5}.gallery-lightbox{padding:0}.gallery-lightbox-panel{width:100vw;max-height:100svh}.gallery-lightbox-panel>img{height:58svh}.gallery-lightbox-panel>div{padding:25px 20px}.gallery-lightbox-close{top:12px;right:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.gallery-card,.gallery-card img,.gallery-lightbox,.gallery-nav{transition:none!important}.gallery-card{opacity:1;transform:none}}

/* Keep gallery photos clear; show only a discreet open control on hover or keyboard focus. */
.gallery-card::after{opacity:0}.gallery-card>span{right:18px;bottom:18px;left:auto;display:grid;width:34px;height:34px;min-height:0;padding:0;place-items:center;background:rgba(4,16,27,.72);border:1px solid rgba(255,255,255,.58);border-radius:50%;backdrop-filter:blur(7px);opacity:0;transform:translateY(8px);transition:opacity .25s,transform .25s}.gallery-card>span i{display:block;width:auto;height:auto;border:0;border-radius:0;opacity:1;transform:none;font-size:11px}.gallery-card:hover>span,.gallery-card:focus-visible>span{opacity:1;transform:none}.gallery-card:focus-visible{outline:3px solid #2588f6;outline-offset:3px}
@media(max-width:600px){.gallery-card>span{right:12px;bottom:12px;width:29px;height:29px}.gallery-card>span i{font-size:9px}}

/* Constrain the full-size viewer's copy within the white information card. */
.gallery-lightbox-panel>div{align-self:stretch;display:flex;min-width:0;overflow:hidden;flex-direction:column;justify-content:flex-end}.gallery-lightbox-panel span{max-width:100%;overflow-wrap:anywhere}.gallery-lightbox-panel h2{max-width:100%;overflow-wrap:anywhere;word-break:normal;text-wrap:balance;font-size:clamp(27px,2.45vw,40px);line-height:.96}.gallery-lightbox-panel p{max-width:100%;overflow-wrap:anywhere;text-wrap:pretty}
@media(max-width:900px){.gallery-lightbox-panel>div{display:block;overflow:visible}.gallery-lightbox-panel h2{font-size:clamp(27px,5vw,38px)}}

/* Image-only viewer and scroll-driven gallery motion. */
.gallery-hero-image img{will-change:transform;transform:translate3d(0,var(--gallery-hero-shift,0px),0) scale(1.06);transition:transform .12s linear}.gallery-hero-content{will-change:transform,opacity;transform:translate3d(0,var(--gallery-hero-content-shift,0px),0);opacity:var(--gallery-hero-content-opacity,1);transition:transform .12s linear,opacity .12s linear}.gallery-workbench-intro{will-change:transform;transform:translate3d(0,var(--gallery-intro-shift,0px),0);transition:transform .12s linear}.gallery-card img{will-change:transform;transform:translate3d(0,var(--gallery-image-shift,0px),0) scale(1.03)}.gallery-card:hover img{transform:translate3d(0,var(--gallery-image-shift,0px),0) scale(1.09)}.gallery-lightbox-panel{display:block;width:min(1320px,calc(100vw - 60px));max-height:calc(100svh - 60px);overflow:hidden}.gallery-lightbox-panel>img{display:block;width:100%;height:min(820px,calc(100svh - 60px));object-fit:contain;background:#06101a}
@media(max-width:600px){.gallery-lightbox-panel{width:100vw;max-height:100svh}.gallery-lightbox-panel>img{height:100svh}}
@media(prefers-reduced-motion:reduce){.gallery-hero-image img,.gallery-hero-content,.gallery-workbench-intro,.gallery-card img{transform:none!important;transition:none!important;opacity:1!important}}
.gallery-brand img{width:160px}
@media(max-width:900px){.gallery-brand img{width:130px}}
