/* Shared, dependency-free photograph viewer. Full frames preserve the subject. */
a[data-photo]{cursor:zoom-in}
.photo-link{display:block;position:relative;border-radius:14px;overflow:hidden}
.photo-link:focus-visible{outline:3px solid #f2731f;outline-offset:5px}
.photo-zoom{position:absolute;right:12px;bottom:12px;padding:7px 11px;border-radius:999px;background:rgba(0,52,36,.9);color:#fff;font:600 12px/1.3 system-ui,sans-serif;pointer-events:none}
.photo-viewer{position:fixed;inset:0;margin:auto;padding:0;width:min(1440px,calc(100vw - 40px));height:min(1000px,calc(100dvh - 40px));max-width:none;max-height:none;border:1px solid #ffffff25;border-radius:16px;background:#102018;color:#fff;box-shadow:0 24px 100px #0006;font-family:var(--sans,system-ui,sans-serif);overflow:hidden}
.photo-viewer[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto}
.photo-viewer::backdrop{background:#07120feb;backdrop-filter:blur(5px)}
.photo-viewer-toolbar{display:flex;align-items:center;gap:20px;min-height:64px;padding:10px 20px;border-bottom:1px solid #ffffff20}
.photo-viewer-counter{font-size:14px;font-variant-numeric:tabular-nums;margin-right:auto;color:#ced8d1}
.photo-viewer-original{font-size:14px;color:#fff;text-decoration:underline;text-underline-offset:4px}
.photo-viewer button{display:grid;place-items:center;min-width:44px;min-height:44px;padding:0;border:1px solid #ffffff40;border-radius:50%;background:#193629;color:#fff;cursor:pointer;font:24px/1 system-ui,sans-serif}
.photo-viewer button:hover{background:#315840}
.photo-viewer button:focus-visible,.photo-viewer a:focus-visible{outline:3px solid #f6b24d;outline-offset:3px}
.photo-viewer-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:0;padding:18px 68px}
.photo-viewer-image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;touch-action:pinch-zoom}
.photo-viewer-image[hidden],.photo-viewer button[hidden]{display:none}
.photo-viewer-prev,.photo-viewer-next{position:absolute;top:calc(50% - 22px);z-index:1}
.photo-viewer-prev{left:12px}.photo-viewer-next{right:12px}
.photo-viewer-caption{margin:0!important;padding:16px 24px 22px;text-align:center;color:#eff5f0;font:400 16px/1.5 var(--sans,system-ui,sans-serif);max-width:none!important;border-top:1px solid #ffffff20}
.photo-viewer.is-loading .photo-viewer-stage::after{content:'Loading photograph…';color:#d6e0d8;font-size:15px}
@media(max-width:760px){.photo-viewer{width:100vw;height:100dvh;border:0;border-radius:0}.photo-viewer-toolbar{padding:10px 14px;padding-top:max(10px,env(safe-area-inset-top))}.photo-viewer-stage{padding:10px}.photo-viewer-prev,.photo-viewer-next{top:auto;bottom:14px;box-shadow:0 2px 16px #0005}.photo-viewer-caption{padding:15px 18px max(18px,env(safe-area-inset-bottom));font-size:14px}.photo-zoom{font-size:11px}}
