.gallery-intro{padding:36px 0 40px;background:#f4f2ed;color:#171717}.gallery-intro .breadcrumb{margin-bottom:30px;color:#777}.gallery-intro .eyebrow{color:#69655f}.gallery-intro h1{font-size:clamp(42px,5vw,72px);line-height:1.1;margin:0 0 14px}.gallery-intro p{color:#6d6963;font-size:14px}.gallery-section{padding:0 0 85px;background:#f4f2ed}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.gallery-photo{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;border-radius:8px;background:#ddd7ce}.gallery-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s}.gallery-photo:hover img{transform:scale(1.035)}.gallery-zoom{position:absolute;left:50%;top:50%;right:auto;bottom:auto;width:64px;height:64px;transform:translate(-50%,-50%);border:0;background:none;border-radius:0;opacity:.6;pointer-events:none;transition:opacity .2s}.gallery-zoom:before,.gallery-zoom:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;box-shadow:0 1px 5px #0005}.gallery-zoom:before{width:64px;height:2px}.gallery-zoom:after{width:2px;height:64px}.gallery-photo:hover .gallery-zoom,.gallery-photo:focus-visible .gallery-zoom{opacity:.6}.gallery-photo:focus-visible{outline:3px solid #777;outline-offset:4px}.gallery-empty{grid-column:1/-1;color:#555}.gallery-viewer{position:fixed;inset:0;width:100%;height:100%;height:100dvh;max-width:none;max-height:none;margin:0;padding:65px 75px;border:0;background:#101010f5;color:white;box-sizing:border-box}.gallery-viewer:not([open]){display:none}.gallery-viewer[open]{display:grid;place-items:center}.gallery-viewer::backdrop{background:#000b;backdrop-filter:blur(12px)}.gallery-viewer figure{margin:0;display:flex;flex-direction:column;align-items:center;gap:14px;max-width:100%;min-width:0}.gallery-full{display:block;max-width:100%;max-height:calc(100dvh - 165px);width:auto;height:auto;object-fit:contain;border-radius:5px}.gallery-viewer figcaption{font-size:13px;color:#ddd}.gallery-viewer button{position:absolute;display:grid;place-items:center;background:#ffffff12;color:white;border:1px solid #ffffff40;width:46px;height:46px;cursor:pointer;font-size:32px}.gallery-close{top:18px;right:20px}.gallery-prev{left:15px;top:50%;transform:translateY(-50%)}.gallery-next{right:15px;top:50%;transform:translateY(-50%)}body.gallery-open{overflow:hidden}@media(max-width:800px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media(max-width:600px){.gallery-intro{padding:27px 0 28px}.gallery-intro .breadcrumb{margin-bottom:24px}.gallery-grid{grid-template-columns:1fr;gap:18px}.gallery-section{padding-bottom:50px}.gallery-zoom{opacity:.6}.gallery-viewer{padding:70px 16px 105px}.gallery-full{max-height:calc(100dvh - 220px)}.gallery-prev,.gallery-next{top:auto;bottom:28px;transform:none}.gallery-prev{left:calc(50% - 58px)}.gallery-next{right:calc(50% - 58px)}}@media(prefers-reduced-motion:reduce){.gallery-photo img,.gallery-zoom{transition:none}}
