.gallery-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px}.gallery-photo-grid button{background:#111;border:0;padding:0;cursor:pointer;overflow:hidden}.gallery-photo-grid img{display:block;width:100%;height:240px;object-fit:cover;transition:transform .25s}.gallery-photo-grid button:hover img{transform:scale(1.025)}
.gallery-lightbox{box-sizing:border-box;background:#090a0c;color:#f5f5f5;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;inset:0;margin:0;border:0;padding:20px 32px 18px;font-family:Arial,sans-serif;overflow:hidden;color-scheme:dark}
.gallery-lightbox[open]{display:grid;grid-template-rows:48px minmax(0,1fr) auto 78px;gap:14px}
.gallery-lightbox::backdrop{background:#000e}
.gallery-toolbar{display:flex;align-items:center;justify-content:space-between}
.gallery-count{color:#a9adb4;font-size:13px;letter-spacing:2px;font-variant-numeric:tabular-nums}
.gallery-lightbox .gallery-control{display:grid;place-items:center;width:48px;height:48px;padding:0;border:1px solid #ffffff32;border-radius:50%;background:#1b1d22e8;color:#fff;cursor:pointer;transition:background .18s,border-color .18s,transform .18s;z-index:2;flex-shrink:0}
.gallery-lightbox .gallery-control:hover{background:#35383f;border-color:#ffffffa0;transform:scale(1.06)}
.gallery-lightbox button:focus-visible{outline:2px solid white;outline-offset:4px}
.gallery-control svg{width:24px;height:24px;pointer-events:none}
.gallery-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:0;width:100%;overflow:hidden;touch-action:pan-y pinch-zoom}
.gallery-large{display:block;width:auto;height:auto;max-width:calc(100% - 144px);max-height:100%;object-fit:contain;user-select:none}
.gallery-large[hidden],.gallery-control[hidden]{display:none!important}
.gallery-prev,.gallery-next{position:absolute;top:calc(50% - 24px)}.gallery-prev{left:0}.gallery-next{right:0}
.gallery-status{position:absolute;top:12px;left:50%;transform:translateX(-50%);font-size:13px;color:#ccc;background:#111c;border-radius:6px;padding:6px 12px;text-align:center;pointer-events:none}.gallery-status:empty{display:none}
.gallery-caption{margin:0 auto;max-width:1000px;width:100%;max-height:76px;overflow:auto;color:#bfc2c9;font:14px/1.6 Arial;text-align:center;scrollbar-width:thin}
.gallery-thumbs{display:flex;align-items:center;gap:10px;overflow-x:auto;overflow-y:hidden;position:relative;padding:5px 4px 9px;scrollbar-width:thin;scrollbar-color:#444 #151515;overscroll-behavior-x:contain}
.gallery-thumbs button{box-sizing:border-box;flex:0 0 76px;height:58px;padding:0;border:2px solid transparent;border-radius:5px;overflow:hidden;background:#151515;opacity:.5;cursor:pointer;transition:opacity .18s,border-color .18s}
.gallery-thumbs img{display:block;width:100%;height:100%;object-fit:cover}
.gallery-thumbs button:hover{opacity:.9}.gallery-thumbs button[aria-pressed=true]{opacity:1;border-color:#fff}
@media(max-width:600px){.gallery-lightbox{padding:12px 12px max(12px,env(safe-area-inset-bottom))}.gallery-lightbox[open]{grid-template-rows:44px minmax(0,1fr) auto 66px;gap:10px}.gallery-large{max-width:100%}.gallery-lightbox .gallery-control{width:44px;height:44px}.gallery-prev,.gallery-next{top:calc(50% - 22px);background:#111b!important}.gallery-caption{font-size:12px;max-height:70px}.gallery-thumbs button{flex-basis:60px;height:48px}}
@media(prefers-reduced-motion:reduce){.gallery-lightbox *,.gallery-photo-grid img{transition:none!important;scroll-behavior:auto!important}}
.gallery-green-hero{height:clamp(440px,72vw,940px);background-position:center top;background-size:cover;background-repeat:no-repeat;background-color:#050505;position:relative;cursor:pointer;transition:filter .4s ease}
.gallery-green-hero:hover{filter:brightness(1.08)}.gallery-green-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,5,5,.55) 0%,transparent 26%,transparent 74%,rgba(5,5,5,.5) 100%),linear-gradient(90deg,#050505,transparent 14%,transparent 86%,#050505),linear-gradient(#0003,#0003)}