.gallery-page{min-height:100vh;display:flex;flex-direction:column;padding-top:var(--header-height, 5rem);box-sizing:border-box}.gallery-page__inner{flex:1;min-width:0;padding:var(--spacing-xxl) var(--spacing-m);width:100%;box-sizing:border-box}.gallery-page__masonry{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:row;gap:var(--spacing-m, 1rem);align-items:start}.gallery-page__item{display:block;width:100%;margin-bottom:0;break-inside:avoid;padding:0;border:none;background:none;cursor:pointer;overflow:hidden;text-align:left}.gallery-page__item--loading{cursor:default;min-height:200px}.gallery-page__img{display:block;width:100%;height:auto;vertical-align:middle}.gallery-page__skeleton{position:relative;width:100%;min-height:200px;background:var(--gray-light, #e8e8e8);border-radius:6px;overflow:hidden}.gallery-page__skeleton-shine{position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,transparent 35%,rgba(255,255,255,.5) 50%,transparent 65%,transparent 100%);background-size:200% 100%;animation:gallery-skeleton-shine 1.8s ease-in-out infinite}@keyframes gallery-skeleton-shine{0%{background-position:200% 0}to{background-position:-200% 0}}.gallery-page__sentinel{height:1px;width:100%;pointer-events:none;visibility:hidden}.gallery-page__modal-wrap{position:relative;max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.gallery-page__modal-img{max-width:100%;max-height:calc(100vh - 4rem);width:auto;height:auto;display:block;object-fit:contain}.gallery-page__modal-wrap .gallery-page__skeleton{min-height:300px;width:400px;max-width:90vw}.gallery-page__modal-arrow{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border:none;border-radius:50%;background:#ffffffe6;color:var(--black);font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #0003;transition:background .2s,transform .2s;z-index:1}.gallery-page__modal-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.gallery-page__modal-arrow--prev{left:var(--spacing-m, 1rem)}.gallery-page__modal-arrow--next{right:var(--spacing-m, 1rem)}@media(max-width:1199px){.gallery-page__masonry{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.gallery-page{padding:var(--spacing-xl, 1.5rem) var(--spacing-s, .75rem)}.gallery-page__masonry{grid-template-columns:repeat(1,minmax(0,1fr));gap:var(--spacing-s, .75rem)}.gallery-page__item,.gallery-page__item--loading,.gallery-page__skeleton{min-height:180px}.gallery-page__modal-arrow{width:2.5rem;height:2.5rem;font-size:1.25rem}.gallery-page__modal-arrow--prev{left:.5rem}.gallery-page__modal-arrow--next{right:.5rem}}
