.photo-gallery{--gallery-ink:#243b31;--gallery-muted:#758073;position:relative;width:100%;min-width:0;outline-offset:5px}.gallery-viewport{position:relative;overflow:hidden;aspect-ratio:16/9;width:100%;border-radius:0;touch-action:pan-y pinch-zoom;background:#edece5;cursor:grab}.gallery-viewport:active{cursor:grabbing}.gallery-track{display:flex;height:100%;touch-action:pan-y pinch-zoom}.gallery-slide{position:relative;flex:0 0 100%;min-width:0;height:100%;overflow:hidden}.gallery-slide picture{display:block;width:100%;height:100%}.gallery-slide img{display:block;width:100%;height:100%;object-fit:cover;border-radius:0;user-select:none;-webkit-user-drag:none}.gallery-slide img:not([src]){visibility:hidden}.gallery-slide[data-media-state="error"] img{visibility:hidden}.gallery-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px;background:#edece5;color:var(--gallery-muted);font-size:12px;text-align:center;pointer-events:none}.gallery-placeholder::before{content:"";width:32px;height:26px;border:1px solid #b3bdad;background:linear-gradient(145deg,transparent 49%,#d6dece 50%);opacity:.7}.gallery-slide[data-media-state="ready"] .gallery-placeholder{display:none}.gallery-slide[data-media-state="loading"] img{opacity:1}.gallery-slide[data-media-state="loading"] .gallery-placeholder{background:linear-gradient(125deg,#edece5,#f5f4ef,#edece5);background-size:200% 200%;animation:gallery-loading 2s ease-in-out infinite}.gallery-retry{display:none;pointer-events:auto;border:1px solid #afbca6;background:transparent;color:var(--gallery-ink);padding:9px 15px;border-radius:0;font:inherit;cursor:pointer}.gallery-slide[data-media-state="error"] .gallery-retry{display:block}.gallery-controls{display:flex;justify-content:space-between;align-items:center;min-height:47px;padding:9px 0;gap:12px}.gallery-count{font-size:11px;font-variant-numeric:tabular-nums;letter-spacing:.06em;color:var(--gallery-muted);min-width:42px}.gallery-dots{display:flex;align-items:center;justify-content:center;gap:0;flex:1;min-width:0}.gallery-dots button{position:relative;appearance:none;background:transparent;border:0;width:24px;height:26px;padding:0;cursor:pointer;color:inherit}.gallery-dots button::after{content:"";display:block;width:5px;height:5px;margin:auto;border-radius:50%;background:#d2d8cc;transition:background .15s,transform .15s}.gallery-dots button[aria-current="true"]::after{background:var(--gallery-ink);transform:scale(1.25)}.gallery-prev,.gallery-next{appearance:none;border:1px solid #d9dfd2;background:transparent;color:var(--gallery-ink);width:31px;height:31px;display:inline-grid;place-items:center;border-radius:50%;font:inherit;font-size:18px;cursor:pointer;flex:none}.gallery-prev:hover,.gallery-next:hover{background:#e8ece0}.gallery-prev:focus-visible,.gallery-next:focus-visible,.gallery-dots button:focus-visible,.gallery-retry:focus-visible{outline:2px solid #759057;outline-offset:3px}.gallery-status{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.photo-gallery[data-single="true"] .gallery-controls,.photo-gallery[data-single="true"] .gallery-count,.photo-gallery[data-single="true"] .gallery-dots,.photo-gallery[data-single="true"] .gallery-prev,.photo-gallery[data-single="true"] .gallery-next{display:none}.photo-gallery[data-single="true"] .gallery-viewport{cursor:default}.photo-gallery:not([data-gallery-ready="true"]) .gallery-controls{visibility:hidden}@keyframes gallery-loading{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}@media(max-width:700px){.gallery-viewport{aspect-ratio:4/5}.gallery-controls{min-height:45px}.gallery-dots button{width:22px}.gallery-prev,.gallery-next{width:29px;height:29px;font-size:16px}}@media(prefers-reduced-motion:reduce){.gallery-placeholder{animation:none!important}.gallery-dots button::after{transition:none}}
.photo-gallery .gallery-controls{position:absolute;inset:0;min-height:0;padding:0;pointer-events:none}
.photo-gallery .gallery-count{position:absolute;z-index:2;top:16px;right:18px;min-width:0;padding:6px 9px;color:#fff;background:rgba(18,27,21,.58);font-size:11px;line-height:1.3;pointer-events:none}
.photo-gallery .gallery-dots{position:absolute;z-index:2;left:50%;bottom:14px;transform:translateX(-50%);display:flex;width:max-content;max-width:calc(100% - 32px);pointer-events:auto}
.photo-gallery .gallery-dots button::after{background:rgba(255,255,255,.5);box-shadow:0 1px 3px rgba(0,0,0,.12)}
.photo-gallery .gallery-dots button[aria-current="true"]::after{background:#fff}
.photo-gallery .gallery-prev,.photo-gallery .gallery-next{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:40px;height:40px;border:1px solid rgba(255,255,255,.4);border-radius:0;background:rgba(18,27,21,.24);color:#fff;font-size:21px;pointer-events:auto}
.photo-gallery .gallery-prev{left:20px}.photo-gallery .gallery-next{right:20px}
.photo-gallery .gallery-prev:hover,.photo-gallery .gallery-next:hover{background:rgba(18,27,21,.55)}
.photo-gallery:not([data-gallery-ready="true"]) .gallery-count,.photo-gallery:not([data-gallery-ready="true"]) .gallery-dots,.photo-gallery:not([data-gallery-ready="true"]) .gallery-prev,.photo-gallery:not([data-gallery-ready="true"]) .gallery-next{visibility:hidden}
@media(max-width:700px){.photo-gallery .gallery-prev,.photo-gallery .gallery-next{display:none}.photo-gallery .gallery-count{top:14px;right:14px}.photo-gallery .gallery-dots{bottom:12px}}
.gallery-slide{flex-basis:var(--gallery-slide-width,100%)}
