.gallery-page{background-color:#fff;padding:2.5rem 0 4rem}@media (min-width:768px){.gallery-page{padding:3.5rem 0 5rem}}.gallery-page__container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.gallery-page__container{padding-left:0;padding-right:0}}.gallery-page__toolbar{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}@media (min-width:640px){.gallery-page__toolbar{flex-direction:row;justify-content:space-between;align-items:center}}.gallery-page__total{color:#6b7280;letter-spacing:.01em;align-items:center;gap:.6rem;font-size:1.05rem;font-weight:500;display:flex}.gallery-page__total-count{color:#fff;letter-spacing:.02em;background-color:#184a83;justify-content:center;align-items:center;min-width:2rem;padding:.25rem .65rem;font-size:1.15rem;font-weight:800;line-height:1.3;display:inline-flex}.gallery-page__total-label{color:#374151;font-size:1.05rem;font-weight:600}.gallery-page__pagination{align-items:center;gap:.5rem;display:flex}.gallery-page__pagination-btn{color:#fff;cursor:pointer;white-space:nowrap;background-color:#434343;border:none;justify-content:center;align-items:center;gap:.35rem;padding:.5rem 1.15rem;font-size:.85rem;font-weight:600;line-height:1.4;transition:background-color .2s,transform .12s;display:inline-flex}.gallery-page__pagination-btn:hover{background-color:#333}.gallery-page__pagination-btn:active{transform:scale(.97)}.gallery-page__pagination-btn:disabled{color:#a1a1a1;cursor:not-allowed;box-shadow:none;background-color:#dedede}.gallery-page__pagination-btn:disabled:hover{background-color:#dedede}.gallery-page__pagination-btn:disabled:active{transform:none}.gallery-page__pagination-info{color:#6b7280;white-space:nowrap;padding:0 .4rem;font-size:.85rem}.gallery-page__pagination-info strong{color:#1f2937;font-weight:700}.gallery-page__grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:768px){.gallery-page__grid{grid-template-columns:repeat(3,1fr);gap:.85rem}}@media (min-width:1024px){.gallery-page__grid{gap:1rem}}.gallery-page__grid-item{cursor:zoom-in;text-align:left;background-color:#f3f4f6;border:none;width:100%;height:280px;padding:0;position:relative;overflow:hidden}@media (min-width:768px){.gallery-page__grid-item{height:240px}}@media (min-width:1024px){.gallery-page__grid-item{height:280px}}.gallery-page__grid-image{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.25,.8,.25,1)}.gallery-page__grid-item:hover .gallery-page__grid-image{transform:scale(1.05)}.gallery-page__lightbox{z-index:50;background-color:#000000d9;justify-content:center;align-items:center;padding:1rem;animation:.2s galleryFadeIn;display:flex;position:fixed;inset:0}@keyframes galleryFadeIn{0%{opacity:0}to{opacity:1}}.gallery-page__lightbox-content{justify-content:center;align-items:center;width:100%;max-width:64rem;max-height:85vh;display:flex;position:relative}.gallery-page__lightbox-image-wrap{width:100%;height:60vh;position:relative}@media (min-width:768px){.gallery-page__lightbox-image-wrap{height:75vh}}.gallery-page__lightbox-image{object-fit:contain}.gallery-page__lightbox-close{color:#fff;cursor:pointer;z-index:10;background-color:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:1.1rem;transition:background-color .2s;display:flex;position:absolute;top:-2.75rem;right:0}.gallery-page__lightbox-close:hover{background-color:#ffffff4d}.gallery-page__loading{flex-direction:column;justify-content:center;align-items:center;padding:4rem 0;display:flex}.gallery-page__spinner{border:2px solid #0000;border-top-color:#434343;border-radius:50%;width:2rem;height:2rem;animation:.7s linear infinite gallerySpin}@keyframes gallerySpin{to{transform:rotate(360deg)}}.gallery-page__loading-text{color:#9ca3af;margin-top:.75rem;font-size:.9rem}.gallery-page__empty{text-align:center;color:#9ca3af;padding:4rem 0;font-size:.95rem}
