/* Gallery V10: grouped photo albums + lightweight sequential video showcase. */
:root{--gallery-navy:#071d35;--gallery-blue:#087df1;--gallery-soft:#f4f8fc;--gallery-border:#dce6f0;--gallery-text:#0b2038;--gallery-muted:#66798e}
*{box-sizing:border-box}body{margin:0;background:var(--gallery-soft);color:var(--gallery-text);overflow-x:hidden}
.gallery-hero{padding:64px 0 60px;background:linear-gradient(135deg,#f8fbff,#eef6fd);border-bottom:1px solid #e2ebf4}.gallery-hero .container{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(290px,.85fr);gap:38px;align-items:center}.gallery-kicker,.gallery-toolbar-eyebrow,.gallery-section-heading span{display:block;margin-bottom:11px;color:#0870d6;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.gallery-hero h1{margin:0 0 14px;font-size:clamp(38px,5vw,62px);line-height:1.04;letter-spacing:-.035em;color:#0b2946}.gallery-hero p{max-width:760px;margin:0;color:#60768c;font-size:16px;line-height:1.75}.gallery-hero-card{justify-self:end;width:min(100%,390px);padding:24px;border:1px solid #d5e4f2;border-radius:20px;background:#fff;box-shadow:0 16px 42px rgba(10,45,79,.08)}.gallery-hero-card strong{display:block;margin-bottom:8px;font-size:19px;color:#0b2946}.gallery-hero-card span{color:#667b90;line-height:1.65}
.gallery-main{padding:38px 0 78px}.gallery-video-section{margin-bottom:48px}.gallery-section-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:18px}.gallery-section-heading h2{margin:0;font-size:30px}.gallery-section-heading p{max-width:570px;margin:0;color:var(--gallery-muted);font-size:13px;line-height:1.6;text-align:right}.gallery-video-shell{position:relative;max-width:980px;margin:0 auto}.gallery-video-viewport{overflow:hidden;border-radius:22px;background:#071624;box-shadow:0 20px 52px rgba(5,28,51,.16)}.gallery-video-track{display:flex;will-change:transform;transition:transform .48s cubic-bezier(.22,.75,.25,1)}.gallery-video-slide{position:relative;min-width:100%;background:#071624}.gallery-video-slide video{display:block;width:100%;aspect-ratio:16/9;max-height:560px;object-fit:contain;background:#071624}.gallery-video-copy{position:absolute;left:0;right:0;bottom:0;padding:54px 26px 20px;background:linear-gradient(transparent,rgba(2,15,28,.86));pointer-events:none;color:#fff}.gallery-video-copy strong{display:block;font-size:17px}.gallery-video-copy span{display:block;margin-top:4px;color:rgba(255,255,255,.78);font-size:12px}.gallery-video-arrow{position:absolute;top:50%;z-index:4;transform:translateY(-50%);width:44px;height:44px;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(255,255,255,.94);color:#0b2946;font-size:31px;line-height:1;cursor:pointer;box-shadow:0 10px 28px rgba(4,21,37,.18)}.gallery-video-arrow.prev{left:14px}.gallery-video-arrow.next{right:14px}.gallery-video-dots{display:flex;justify-content:center;gap:7px;padding-top:14px}.gallery-video-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#b8c7d6;cursor:pointer;transition:width .2s ease,background .2s ease}.gallery-video-dots button.active{width:24px;border-radius:99px;background:#087df1}
.gallery-toolbar{display:flex;justify-content:space-between;gap:22px;align-items:end;margin-bottom:22px}.gallery-toolbar h2{margin:0;font-size:30px}.gallery-toolbar p{margin:7px 0 0;color:var(--gallery-muted);line-height:1.55}.gallery-filter{min-width:200px;padding:12px 14px;border:1px solid var(--gallery-border);border-radius:11px;background:#fff;color:var(--gallery-text);font:inherit}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.gallery-album-card{overflow:hidden;border:1px solid var(--gallery-border);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(15,35,60,.06);transition:transform .2s ease,box-shadow .2s ease}.gallery-album-card:hover{transform:translateY(-3px);box-shadow:0 17px 40px rgba(15,35,60,.1)}.gallery-album-preview{display:grid;width:100%;height:268px;padding:0;border:0;background:#eaf1f7;cursor:pointer;overflow:hidden}.gallery-album-preview.count-1{grid-template-columns:1fr}.gallery-album-preview.count-2{grid-template-columns:1fr 1fr}.gallery-album-preview.count-3,.gallery-album-preview.count-4{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.gallery-album-preview.count-3 .gallery-album-tile:first-child{grid-row:1/3}.gallery-album-tile{position:relative;min-width:0;min-height:0;overflow:hidden;border:1px solid rgba(255,255,255,.55)}.gallery-album-tile img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.gallery-album-card:hover .gallery-album-tile img{transform:scale(1.035)}.gallery-album-more{position:absolute;inset:0;display:grid;place-items:center;background:rgba(4,23,42,.62);color:#fff;font-size:26px;font-weight:900;letter-spacing:-.02em}.gallery-album-body{padding:18px 19px 20px}.gallery-album-meta{display:flex;justify-content:space-between;gap:12px;align-items:center}.gallery-category{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eaf4ff;color:#0872dc;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.gallery-photo-count{color:#8291a4;font-size:11px;font-weight:800}.gallery-album-card h3{margin:11px 0 5px;font-size:20px}.gallery-album-card p{margin:0;color:var(--gallery-muted);font-size:12px;line-height:1.55}.gallery-album-open{display:inline-flex;align-items:center;gap:7px;margin-top:13px;color:#0a69c3;font-size:12px;font-weight:850}.gallery-empty{grid-column:1/-1;padding:48px;border:1px dashed #cbd8e6;border-radius:16px;background:#fff;color:var(--gallery-muted);text-align:center}
.gallery-lightbox{position:fixed;inset:0;z-index:12000;display:none;grid-template-columns:64px minmax(0,1fr) 64px;grid-template-rows:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:16px;background:rgba(2,13,25,.95);color:#fff}.gallery-lightbox.open{display:grid}.gallery-lightbox-top{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;gap:15px;padding:2px 4px}.gallery-lightbox-top strong{display:block;font-size:15px}.gallery-lightbox-top span{display:block;margin-top:3px;color:#a9bacb;font-size:11px}.gallery-lightbox-top button{width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#0a243e;font-size:25px;cursor:pointer}.gallery-lightbox-stage{grid-column:2;grid-row:2;min-width:0;min-height:0;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.gallery-lightbox-stage img{display:block;max-width:100%;max-height:calc(100dvh - 170px);border-radius:12px;object-fit:contain;background:#fff}.gallery-lightbox-stage figcaption{min-height:22px;margin-top:9px;color:#b7c5d3;font-size:11px;text-align:center}.gallery-lightbox-arrow{width:48px;height:48px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:34px;cursor:pointer}.gallery-lightbox-arrow.prev{grid-column:1;grid-row:2}.gallery-lightbox-arrow.next{grid-column:3;grid-row:2}.gallery-lightbox-thumbs{grid-column:1/-1;display:flex;justify-content:center;gap:7px;max-width:100%;overflow-x:auto;padding:4px 2px 1px}.gallery-lightbox-thumbs button{flex:0 0 54px;width:54px;height:43px;padding:0;border:2px solid transparent;border-radius:7px;overflow:hidden;background:#13283d;cursor:pointer}.gallery-lightbox-thumbs button.active{border-color:#70b7ff}.gallery-lightbox-thumbs img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:920px){.gallery-hero .container{grid-template-columns:1fr}.gallery-hero-card{justify-self:start}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-section-heading{align-items:flex-start;flex-direction:column;gap:8px}.gallery-section-heading p{text-align:left}.gallery-video-shell{max-width:100%}}
@media(max-width:640px){.gallery-hero{padding:46px 0}.gallery-hero h1{font-size:40px}.gallery-main{padding:28px 0 112px}.gallery-video-section{margin-bottom:38px}.gallery-section-heading h2,.gallery-toolbar h2{font-size:25px}.gallery-video-viewport{border-radius:15px}.gallery-video-copy{padding:38px 14px 12px}.gallery-video-copy strong{font-size:14px}.gallery-video-copy span{font-size:10px}.gallery-video-arrow{width:36px;height:36px;font-size:27px}.gallery-video-arrow.prev{left:7px}.gallery-video-arrow.next{right:7px}.gallery-toolbar{align-items:stretch;flex-direction:column}.gallery-filter{width:100%}.gallery-grid{grid-template-columns:1fr}.gallery-album-preview{height:min(68vw,270px)}.gallery-lightbox{grid-template-columns:42px minmax(0,1fr) 42px;padding:10px 6px;gap:3px}.gallery-lightbox-stage img{max-height:calc(100dvh - 160px)}.gallery-lightbox-arrow{width:38px;height:38px;font-size:28px}.gallery-lightbox-top{padding:0 6px}.gallery-lightbox-thumbs{justify-content:flex-start;padding-left:46px;padding-right:46px}}
@media(prefers-reduced-motion:reduce){.gallery-video-track,.gallery-album-card,.gallery-album-tile img{transition:none!important}}
