.gallery-page{background:#f7fafc}.gallery-hero{min-height:520px;position:relative;overflow:hidden;background:radial-gradient(circle at 78% 35%,rgba(0,127,218,.12),transparent 29%),linear-gradient(120deg,#fff,#f8fbff 55%,#eaf3fb);display:flex;align-items:center}.gallery-swirl{position:absolute;right:-180px;top:40px;width:650px;height:175px;border:24px solid rgba(0,112,193,.19);box-shadow:0 0 0 12px rgba(185,198,210,.18);border-radius:50%;transform:rotate(-16deg)}.gallery-hero-inner{position:relative;z-index:2;padding:68px 6vw;max-width:1000px}.gallery-logo{width:min(350px,72vw);height:125px;object-fit:contain;object-position:left}.gallery-hero h1{font-size:clamp(55px,8vw,100px);line-height:.9;text-transform:uppercase;letter-spacing:-.055em;margin:0 0 20px}.gallery-hero h1 em{font-style:italic;background:linear-gradient(180deg,#159dff,#005197);-webkit-background-clip:text;background-clip:text;color:transparent}.gallery-hero-inner>p:not(.kicker):not(.script){max-width:800px;color:#586b7e;font-size:19px;line-height:1.65;margin-bottom:27px}
.gallery-shell{padding:72px 4vw 90px;background:linear-gradient(180deg,#f8fbfd,#edf4fa)}.gallery-toolbar{max-width:1500px;margin:0 auto 30px;display:flex;align-items:end;justify-content:space-between;gap:25px}.gallery-toolbar h2{font-size:clamp(36px,5vw,60px);margin:0}.gallery-filters{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.filter-btn{border:1px solid #b8c6d2;background:linear-gradient(180deg,#fff,#e5ecf2);color:#173b5c;padding:11px 17px;border-radius:999px;font-weight:900;cursor:pointer;box-shadow:inset 0 1px 0 #fff;transition:.2s}.filter-btn:hover,.filter-btn.active{color:#fff;border-color:#0474c6;background:linear-gradient(180deg,#16a0ff,#0064b7);box-shadow:0 8px 20px rgba(0,102,185,.18)}
.gallery-grid{max-width:1500px;margin:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.gallery-card{margin:0;min-width:0;overflow:hidden;border-radius:13px;background:#dce6ee;box-shadow:0 12px 32px rgba(0,31,65,.11);position:relative}.gallery-card:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;border:1px solid rgba(255,255,255,.85);border-radius:inherit}.gallery-card[hidden]{display:none}.gallery-open{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in;position:relative;overflow:hidden}.gallery-open:after{content:"";position:absolute;top:-150%;left:-60%;width:35%;height:400%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);transform:rotate(25deg);transition:left .8s}.gallery-open:hover:after{left:130%}.gallery-open img{width:100%;height:300px;display:block;object-fit:cover;transition:transform .35s ease,filter .35s ease}.gallery-open:hover img{transform:scale(1.035);filter:saturate(1.06) contrast(1.02)}.gallery-cta{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:70px 6vw;background:linear-gradient(125deg,#fff,#edf5fb);position:relative;overflow:hidden}.gallery-cta:after{content:"";position:absolute;right:-180px;width:600px;height:170px;border:24px solid rgba(0,120,204,.16);border-radius:50%;transform:rotate(-12deg)}.gallery-cta>div{position:relative;z-index:2}.gallery-cta h2{font-size:clamp(40px,5vw,65px);margin:0 0 12px}.gallery-cta p:not(.kicker){color:#5a6f83}.gallery-cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.lightbox{position:fixed;inset:0;z-index:1000;background:rgba(0,10,20,.95);display:none;align-items:center;justify-content:center;padding:52px 72px}.lightbox.open{display:flex}.lightbox-stage{max-width:min(1280px,88vw);max-height:88vh;display:flex;align-items:center;justify-content:center}.lightbox-image{max-width:100%;max-height:84vh;object-fit:contain;border-radius:9px;box-shadow:0 24px 90px rgba(0,0,0,.55)}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.09);backdrop-filter:blur(8px);color:#fff;cursor:pointer}.lightbox-close{right:18px;top:16px;width:52px;height:52px;border-radius:50%;font-size:38px}.lightbox-prev,.lightbox-next{top:50%;transform:translateY(-50%);width:54px;height:78px;border-radius:11px;font-size:48px}.lightbox-prev{left:15px}.lightbox-next{right:15px}
@media(max-width:1100px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:780px){.gallery-hero{min-height:470px}.gallery-hero-inner{padding:55px 20px}.gallery-shell{padding:55px 14px 70px}.gallery-toolbar{align-items:flex-start;flex-direction:column}.gallery-filters{justify-content:flex-start}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:8px}.gallery-open img{height:230px}.gallery-cta{padding:55px 20px;align-items:flex-start;flex-direction:column}.lightbox{padding:55px 12px}.lightbox-prev,.lightbox-next{width:42px;height:64px;font-size:38px;background:rgba(0,0,0,.5)}.lightbox-prev{left:4px}.lightbox-next{right:4px}}@media(max-width:480px){.gallery-open img{height:195px}}