.article-gallery{margin-top:72px}
.article-gallery-heading{text-align:center;margin-bottom:28px}
.article-gallery-heading h2{margin:0;color:var(--primary);font-size:clamp(1.7rem,3vw,2.5rem);letter-spacing:-.03em}
.article-gallery-carousel{width:min(920px,100%);margin:0 auto}
.article-gallery-stage{position:relative}
.article-gallery-grid{display:block}
.article-gallery-item{display:block;width:100%;padding:0;border:0;border-radius:12px;overflow:hidden;aspect-ratio:16/9;background:#eef0f5;cursor:zoom-in}
.article-gallery-item[hidden]{display:none}
.article-gallery-item img{width:100%;height:100%;object-fit:contain;transition:opacity .2s}
.article-gallery-item:hover img{opacity:.94}
.article-gallery-control{position:absolute;top:50%;z-index:2;display:grid;width:46px;height:46px;place-items:center;padding:0;color:#fff;background:rgba(32,38,79,.86);border:1px solid rgba(255,255,255,.7);border-radius:50%;box-shadow:0 8px 24px rgba(13,17,44,.24);font-size:1.7rem;line-height:1;cursor:pointer;transform:translateY(-50%);transition:background .2s,transform .2s}
.article-gallery-control svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.article-gallery-control:hover{background:var(--accent);transform:translateY(-50%) scale(1.04)}
.article-gallery-control-prev{left:16px}
.article-gallery-control-next{right:16px}
.article-gallery-counter{margin:14px 0 0;color:var(--muted);font-size:.86rem;font-weight:600;text-align:center}
.gallery-lightbox[hidden]{display:none}
.gallery-lightbox{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:64px 80px;background:rgba(9,11,25,.94)}
.gallery-lightbox figure{margin:0;display:grid;place-items:center;max-width:min(1200px,100%);max-height:100%;color:#fff}
.gallery-lightbox figure img{max-width:100%;max-height:calc(100vh - 150px);width:auto;height:auto;object-fit:contain}
.gallery-lightbox figcaption{margin-top:12px;font-size:.84rem;color:#d8daea}
.gallery-lightbox-close,.gallery-lightbox-nav{position:fixed;z-index:1;display:grid;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(18,22,52,.72);color:#fff;cursor:pointer}
.gallery-lightbox-close{top:20px;right:22px;width:46px;height:46px;font-size:2rem;line-height:1}
.gallery-lightbox-nav{top:50%;width:48px;height:48px;transform:translateY(-50%);font-size:1.3rem}
.gallery-lightbox-prev{left:22px}
.gallery-lightbox-next{right:22px}
.has-open-lightbox{overflow:hidden}
@media(max-width:620px){.article-gallery{margin-top:52px}.article-gallery-item{aspect-ratio:4/3;border-radius:8px}.article-gallery-control{width:40px;height:40px;font-size:1.45rem}.article-gallery-control-prev{left:8px}.article-gallery-control-next{right:8px}.gallery-lightbox{padding:70px 14px 85px}.gallery-lightbox-nav{top:auto;bottom:18px;transform:none}.gallery-lightbox-prev{left:calc(50% - 62px)}.gallery-lightbox-next{right:calc(50% - 62px)}}
@media(prefers-reduced-motion:reduce){.article-gallery-item img,.article-gallery-control{transition:none}}
