:root{--gallery-gap:12px;--image-ratio:4 / 5;--background:#fff;--focus:#181818}*{box-sizing:border-box}html,body{width:100%;margin:0;padding:0;overflow-x:hidden}body{background:var(--background);color:#242424;font-family:Arial,Helvetica,sans-serif}main{width:100%}.gallery{gap:var(--gallery-gap);grid-template-columns:repeat(4,minmax(0,1fr));width:100%;display:grid}.gallery-item{width:100%;aspect-ratio:var(--image-ratio);cursor:zoom-in;background:#f1efed;border:0;padding:0;display:block;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .18s,opacity .18s;display:block}.gallery-item:focus-visible{outline:3px solid var(--focus);outline-offset:-3px}.video-badge{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#141414c7;padding:4px 7px;font-size:11px;position:absolute;top:9px;right:9px}.status{color:#68635f;text-align:center;margin:0;padding:28px 12px;font-size:14px}.gallery-loading span{aspect-ratio:var(--image-ratio);background:#f1efed}.lightbox{z-index:1000;color:#fff;background:#080808f0;grid-template-columns:minmax(48px,1fr) minmax(0,1200px) minmax(48px,1fr);align-items:center;gap:12px;padding:24px;display:grid;position:fixed;inset:0}.lightbox-content{flex-direction:column;align-items:center;min-width:0;max-height:calc(100dvh - 48px);margin:0;display:flex}.lightbox-content img{object-fit:contain;max-width:100%;max-height:calc(100dvh - 102px);display:block}.lightbox-content figcaption{color:#d7d7d7;justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:900px;min-height:44px;font-size:13px;display:flex}.lightbox-content a{color:#fff;text-underline-offset:3px}.lightbox-close,.lightbox-nav{color:#fff;cursor:pointer;background:0 0;border:0}.lightbox-close{width:48px;height:48px;font-size:38px;font-weight:200;line-height:1;position:absolute;top:8px;right:12px}.lightbox-nav{justify-self:center;width:54px;height:72px;font-size:54px;font-weight:200;line-height:1}:is(.lightbox button:focus-visible,.lightbox a:focus-visible){outline-offset:3px;outline:2px solid #fff}@media (hover:hover) and (prefers-reduced-motion:no-preference){.gallery-item:hover img{opacity:.94;transform:scale(1.018)}}@media (max-width:900px){.gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){:root{--gallery-gap:8px}.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.lightbox{grid-template-columns:1fr;padding:52px 12px 12px}.lightbox-nav{display:none}.lightbox-content{max-height:calc(100dvh - 64px)}.lightbox-content img{max-height:calc(100dvh - 112px)}}@media (max-width:300px){.gallery{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.gallery-item img{transition:none}}
