.project-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.project-gallery-item{position:relative;display:block;border:0;padding:0;background:#111;cursor:zoom-in;overflow:hidden}.project-gallery-item:first-child{grid-row:span 2}.project-gallery-item img{display:block;width:100%;height:100%;min-height:330px;object-fit:cover;transition:transform .45s ease,opacity .25s ease}.project-gallery-item:first-child img{min-height:682px}.project-gallery-item:hover img,.project-gallery-item:focus-visible img{transform:scale(1.018);opacity:.92}.project-gallery-item:focus-visible{outline:3px solid #c69b54;outline-offset:4px}.project-lightbox{width:100%;height:100%;max-width:none;max-height:none;margin:0;padding:0;border:0;background:#0b0b0bf5;color:#fff}.project-lightbox::backdrop{background:#0b0b0bf5}.project-lightbox[open]{display:grid;grid-template-rows:auto 1fr auto}.project-lightbox-bar{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;min-height:64px}.project-lightbox-count{font-size:12px;letter-spacing:.13em}.project-lightbox-close,.project-lightbox-nav{display:grid;place-items:center;width:48px;height:48px;border:1px solid #ffffff55;background:#1118;color:#fff;cursor:pointer}.project-lightbox-close svg,.project-lightbox-nav svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.project-lightbox-stage{position:relative;display:grid;place-items:center;min-height:0;padding:0 84px 20px}.project-lightbox-image{display:block;max-width:100%;max-height:calc(100vh - 145px);width:auto;height:auto;object-fit:contain}.project-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%)}.project-lightbox-prev{left:20px}.project-lightbox-next{right:20px}.project-lightbox-caption{min-height:48px;padding:0 22px 18px;text-align:center;color:#d7d2ca;font-size:13px}.project-lightbox[aria-hidden=true]{display:none}
@media(max-width:700px){.project-gallery{grid-template-columns:1fr;gap:14px}.project-gallery-item:first-child{grid-row:auto}.project-gallery-item img,.project-gallery-item:first-child img{min-height:0;aspect-ratio:4/3}.project-gallery-item:nth-child(odd) img{aspect-ratio:3/4}.project-lightbox-stage{padding:0 12px 78px}.project-lightbox-nav{top:auto;bottom:14px;transform:none}.project-lightbox-prev{left:calc(50% - 58px)}.project-lightbox-next{right:calc(50% - 58px)}.project-lightbox-image{max-height:calc(100vh - 190px)}.project-lightbox-caption{padding-bottom:14px}}
@media(prefers-reduced-motion:reduce){.project-gallery-item img{transition:none}}
