.gallery-open{display:block;width:100%;padding:0;border:0;background:none;cursor:zoom-in}.gallery-open img{display:block;width:100%;height:100%;object-fit:cover}.gallery-open:focus-visible{outline:4px solid #c4944b;outline-offset:4px}.gallery-lightbox{width:min(1200px,calc(100% - 32px));max-width:none;height:min(88vh,900px);padding:0;border:0;border-radius:18px;background:#062f33;color:#fff;box-shadow:0 30px 100px #001d1de6;overflow:hidden}.gallery-lightbox[open]{display:grid;place-items:center}.gallery-lightbox::backdrop{background:#001d1de6;backdrop-filter:blur(7px)}.gallery-lightbox img{display:block;max-width:100%;max-height:calc(88vh - 54px);object-fit:contain}.gallery-lightbox p{position:absolute;right:18px;bottom:10px;left:18px;margin:0;text-align:center;text-shadow:0 1px 5px #000}.gallery-lightbox-close{position:absolute;z-index:2;top:14px;right:14px;width:44px;height:44px;border:1px solid #ffffff66;border-radius:50%;background:#073f45e6;color:#fff;font-size:1.8rem;line-height:1;cursor:pointer}
.gallery-pagination{display:grid;grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr);align-items:center;gap:14px;width:min(580px,calc(100% - 24px));margin:48px auto 12px;padding:12px;border:1px solid #d9e4e1;border-radius:22px;background:#fff;box-shadow:0 16px 45px rgba(0,61,65,.08)}.gallery-pagination strong{display:grid;place-items:center;min-width:132px;padding:9px 20px;border-radius:14px;background:#073f45;color:#fff;line-height:1.15;text-align:center}.gallery-pagination strong small{color:#9bc2bd;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.gallery-pagination strong span{margin-top:4px;font-family:Georgia,serif;font-size:1.15rem}.gallery-pagination .page-direction{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:48px;padding:10px 17px;border:1px solid #cadbd7;border-radius:14px;background:#f7faf8;color:#073f45;text-decoration:none;font-weight:850;transition:background .2s ease,border-color .2s ease,transform .2s ease}.gallery-pagination .previous{justify-self:start}.gallery-pagination .next{justify-self:end}.gallery-pagination a.page-direction:hover{border-color:#f4b52c;background:#fff7e7;transform:translateY(-2px)}.gallery-pagination a.page-direction:focus-visible{outline:3px solid #f4b52c;outline-offset:3px}.gallery-pagination .disabled{visibility:hidden;pointer-events:none}@media(max-width:520px){.gallery-pagination{grid-template-columns:1fr auto 1fr;gap:7px;width:100%;padding:8px;border-radius:17px}.gallery-pagination strong{min-width:105px;padding:8px 11px}.gallery-pagination strong span{font-size:1rem}.gallery-pagination .page-direction{min-height:44px;padding:8px 11px;font-size:.78rem}.gallery-pagination .page-direction span{display:none}}
