.site-photo-trigger{cursor:zoom-in}
.site-photo-trigger:focus-visible{outline:3px solid #8a9c4c;outline-offset:5px}
body.site-photo-open{overflow:hidden}
#site-photo-viewer{position:fixed;inset:0;margin:auto;padding:24px;border:0;width:100vw;height:100dvh;max-width:100vw;max-height:100dvh;background:transparent;color:#fff}
#site-photo-viewer::backdrop{background:rgba(7,17,13,.95)}
#site-photo-viewer .site-photo-panel{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}
#site-photo-viewer button{align-self:flex-end;flex-shrink:0;border:0;border-radius:3px;padding:12px 18px;font:16px Arial,sans-serif;background:#f3f0e7;color:#18382f;cursor:pointer;min-height:44px}
#site-photo-viewer button:focus-visible{outline:3px solid #d0df87;outline-offset:4px}
#site-photo-viewer img{display:block;max-width:100%;width:auto;height:auto;max-height:calc(100dvh - 180px);min-height:0;object-fit:contain}
#site-photo-viewer p{margin:0;max-width:1000px;max-height:80px;overflow:auto;text-align:center;font:14px/1.4 Arial,sans-serif;color:#fff}
@media(max-width:720px){#site-photo-viewer{padding:12px}#site-photo-viewer p{font-size:12px}}
