.customer-gallery{position:relative}.customer-gallery .title-wrapper{margin-bottom:2rem}.customer-gallery .subtitle-wrapper{margin-bottom:3rem}.customer-gallery .subtitle{font-size:1.1rem;color:rgba(var(--color-foreground),.8);max-width:60rem;margin:0 auto}.customer-gallery__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}@media screen and (min-width: 750px){.customer-gallery__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}}@media screen and (min-width: 990px){.customer-gallery__grid{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width: 1200px){.customer-gallery__grid{grid-template-columns:repeat(5,1fr)}}.customer-gallery__item{position:relative}.customer-gallery__image-wrapper{position:relative;overflow:hidden;border-radius:1rem;background:rgba(var(--color-foreground),.04);transition:transform .3s ease,box-shadow .3s ease;aspect-ratio:16/10;cursor:pointer}.customer-gallery__image-wrapper:hover{transform:translateY(-.5rem);box-shadow:0 1rem 2rem rgba(var(--color-shadow),.15)}.customer-gallery__link{display:block;text-decoration:none;color:inherit;height:100%;width:100%}.customer-gallery__image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.customer-gallery__image-wrapper:hover .customer-gallery__image{transform:scale(1.05)}.customer-gallery__overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;opacity:0;transition:opacity .3s ease;border-radius:1rem;pointer-events:none}.customer-gallery__info{text-align:left}.customer-gallery__name{font-weight:600;font-size:.9rem;margin:0 0 .25rem;line-height:1.2}.customer-gallery__location{font-size:.8rem;margin:0;opacity:.9;line-height:1.2}.customer-gallery__placeholder{grid-column:1 / -1;padding:4rem 2rem;text-align:center;color:rgba(var(--color-foreground),.6);font-style:italic}@media screen and (min-width: 990px){.customer-gallery__grid{column-count:4;column-gap:2rem;column-fill:balance}.customer-gallery__item{break-inside:avoid;margin-bottom:2rem;display:inline-block;width:100%}.customer-gallery__image-wrapper{aspect-ratio:auto}}@media screen and (min-width: 1200px){.customer-gallery__grid{column-count:5}}.customer-gallery__grid.grid-layout{display:grid!important;column-count:unset!important}.customer-gallery__grid.grid-layout .customer-gallery__item{break-inside:unset!important;margin-bottom:unset!important;display:block!important}.customer-gallery__item{animation:fadeInUp .6s ease forwards;opacity:0;transform:translateY(2rem)}.customer-gallery__item:nth-child(1){animation-delay:.1s}.customer-gallery__item:nth-child(2){animation-delay:.2s}.customer-gallery__item:nth-child(3){animation-delay:.3s}.customer-gallery__item:nth-child(4){animation-delay:.4s}.customer-gallery__item:nth-child(5){animation-delay:.5s}.customer-gallery__item:nth-child(6){animation-delay:.6s}.customer-gallery__item:nth-child(7){animation-delay:.7s}.customer-gallery__item:nth-child(8){animation-delay:.8s}.customer-gallery__item:nth-child(9){animation-delay:.9s}.customer-gallery__item:nth-child(10){animation-delay:1s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.customer-gallery__image-wrapper{transition:none}.customer-gallery__image-wrapper:hover{transform:none}.customer-gallery__image{transition:none}.customer-gallery__image-wrapper:hover .customer-gallery__image{transform:none}.customer-gallery__item{animation:none;opacity:1;transform:none}}@media screen and (max-width: 749px){.customer-gallery__grid{grid-template-columns:1fr;gap:1.5rem}.customer-gallery .title-wrapper{margin-bottom:1.5rem}.customer-gallery .subtitle-wrapper{margin-bottom:2rem}.customer-gallery__overlay{padding:1rem .75rem .75rem}.customer-gallery__name{font-size:.8rem}.customer-gallery__location{font-size:.7rem}}@media screen and (max-width: 479px){.customer-gallery__grid{grid-template-columns:1fr;gap:1rem}}.customer-gallery__expand-hint{position:absolute;top:1rem;right:1rem;opacity:0;transition:opacity .3s ease}.customer-gallery__image-wrapper:hover .customer-gallery__expand-hint{opacity:.9}.customer-gallery__expand-icon{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.customer-gallery-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.customer-gallery-modal.active{opacity:1;visibility:visible}.customer-gallery-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.customer-gallery-modal__container{position:relative;background:#fff;border-radius:2rem;max-width:95vw;max-height:95vh;overflow:hidden;box-shadow:0 3rem 6rem #0006;transform:scale(.7) translateY(50px);transition:transform .4s cubic-bezier(.34,1.56,.64,1);z-index:1}.customer-gallery-modal.active .customer-gallery-modal__container{transform:scale(1) translateY(0)}.customer-gallery-modal__close{position:absolute;top:1.5rem;right:1.5rem;background:#000c;border:none;border-radius:50%;width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:2;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.customer-gallery-modal__close:hover{background:#000;transform:scale(1.1)}.customer-gallery-modal__content{display:flex;flex-direction:column;min-height:400px}.customer-gallery-modal__image-container{position:relative;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;padding:2rem;flex:1}.customer-gallery-modal__image{max-width:100%;max-height:70vh;width:auto;height:auto;object-fit:contain;border-radius:1rem;box-shadow:0 2rem 4rem #0003;transition:transform .3s ease}.customer-gallery-modal__image:hover{transform:scale(1.02)}.customer-gallery-modal__info{padding:2.5rem;text-align:center;border-top:1px solid rgba(0,0,0,.08);background:#f8fafccc}.customer-gallery-modal__name{font-size:1.75rem;font-weight:700;margin:0 0 .75rem;color:rgb(var(--color-foreground));letter-spacing:-.025em}.customer-gallery-modal__location{font-size:1.1rem;color:rgba(var(--color-foreground),.65);margin:0 0 2rem;font-weight:500}.customer-gallery-modal__link{display:inline-block;text-decoration:none;margin-top:1rem;padding:.75rem 2rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:2rem;font-weight:600;transition:all .2s ease}.customer-gallery-modal__link:hover{transform:translateY(-2px);box-shadow:0 1rem 2rem rgba(var(--color-button),.3)}body.modal-open{overflow:hidden}@media screen and (max-width: 768px){.customer-gallery-modal__container{max-width:98vw;max-height:98vh;border-radius:1.5rem}.customer-gallery-modal__content{flex-direction:column;min-height:300px}.customer-gallery-modal__image-container{padding:1.5rem}.customer-gallery-modal__image{max-height:50vh;border-radius:.75rem}.customer-gallery-modal__info{padding:2rem 1.5rem}.customer-gallery-modal__name{font-size:1.5rem}.customer-gallery-modal__location{font-size:1rem}.customer-gallery-modal__close{width:3rem;height:3rem;top:1rem;right:1rem}}@media screen and (min-width: 1200px){.customer-gallery-modal__container{max-width:85vw;max-height:85vh;min-width:800px}.customer-gallery-modal__content{flex-direction:row;min-height:600px}.customer-gallery-modal__image-container{flex:2;min-height:600px;padding:3rem}.customer-gallery-modal__image{max-height:none;max-width:none;width:100%;height:100%;object-fit:cover;border-radius:1.5rem}.customer-gallery-modal__info{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:left;border-top:none;border-left:1px solid rgba(0,0,0,.08);padding:4rem;background:#fff}.customer-gallery-modal__name{font-size:2.25rem;margin-bottom:1rem}.customer-gallery-modal__location{font-size:1.25rem;margin-bottom:2.5rem}}@media screen and (min-width: 990px){.customer-gallery__grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));column-count:unset!important;gap:1.5rem}.customer-gallery__item{break-inside:unset!important;margin-bottom:unset!important;display:block!important}.customer-gallery__image-wrapper{aspect-ratio:16/10!important}}@media screen and (min-width: 1200px){.customer-gallery__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}}@media (prefers-reduced-motion: reduce){.customer-gallery-modal{transition:none}.customer-gallery-modal__container{transition:none;transform:scale(1)}.customer-gallery-modal.active .customer-gallery-modal__container{transform:scale(1)}}.customer-gallery__image-wrapper:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:2px}.customer-gallery-modal__close:focus-visible{outline:2px solid white;outline-offset:2px}.customer-gallery__filters{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin:2rem 0;padding:1rem;background:rgba(var(--color-foreground),.02);border-radius:2rem;border:1px solid rgba(var(--color-foreground),.08)}.customer-gallery__filter-btn{background:rgba(var(--color-foreground),.08);border:2px solid transparent;border-radius:2rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;color:rgb(var(--color-foreground));cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;min-width:80px;text-align:center}.customer-gallery__filter-btn:hover{background:rgba(var(--color-foreground),.12);transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--color-foreground),.1)}.customer-gallery__filter-btn.active{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button));box-shadow:0 4px 12px rgba(var(--color-button),.2)}.customer-gallery__video-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.customer-gallery__video-thumbnail{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.customer-gallery__video-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff}.customer-gallery__video-icon{opacity:.8}.customer-gallery__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000c;border-radius:50%;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.customer-gallery__media-wrapper:hover .customer-gallery__play-button{background:#000000e6;transform:translate(-50%,-50%) scale(1.1)}.customer-gallery__play-icon{margin-left:2px}.customer-gallery__category-badge{background:#000c;color:#fff;padding:.5rem 1rem;border-radius:1.5rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);align-self:flex-start}.customer-gallery__expand-hint{align-self:flex-end;transition:opacity .3s ease}.customer-gallery__media-wrapper,.customer-gallery__image-wrapper{position:relative;overflow:hidden;border-radius:1rem;background:rgba(var(--color-foreground),.04);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.customer-gallery__media-wrapper:hover{transform:translateY(-.5rem);box-shadow:0 1rem 2rem rgba(var(--color-shadow),.15)}.customer-gallery-modal__media-container{position:relative;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;padding:2rem;flex:1}.customer-gallery-modal__video-container{position:relative;width:100%;height:100%;min-height:400px;background:#000;border-radius:1rem;overflow:hidden}.customer-gallery-modal__video{width:100%;height:100%;min-height:400px;border:none;border-radius:1rem}.customer-gallery-modal__category-badge{display:inline-block;background:rgb(var(--color-button));color:rgb(var(--color-button-text));padding:.5rem 1rem;border-radius:1.5rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.customer-gallery__media-wrapper:hover .customer-gallery__expand-hint,.customer-gallery__image-wrapper:hover .customer-gallery__expand-hint{opacity:.9}.customer-gallery__media-wrapper:hover .customer-gallery__overlay,.customer-gallery__image-wrapper:hover .customer-gallery__overlay{opacity:1}.customer-gallery__media-wrapper:hover .customer-gallery__image,.customer-gallery__media-wrapper:hover .customer-gallery__video-thumbnail,.customer-gallery__image-wrapper:hover .customer-gallery__image{transform:scale(1.05)}.customer-gallery__media-wrapper:focus-visible,.customer-gallery__image-wrapper:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:2px}@media screen and (max-width: 749px){.customer-gallery__filters{margin:1.5rem 0;gap:.75rem;padding:.75rem;border-radius:1.5rem}.customer-gallery__filter-btn{padding:.5rem 1rem;font-size:.8rem;min-width:60px}}@media screen and (min-width: 1200px){.customer-gallery-modal__video-container,.customer-gallery-modal__video{min-height:600px}}.customer-gallery__skeleton{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:8px;z-index:1}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.customer-gallery__image-container{position:relative;width:100%;height:100%}.customer-gallery__image-container img{position:relative;z-index:2}.customer-gallery__item--hidden,.customer-gallery__item--mobile-hidden{display:none!important}@media screen and (min-width: 750px){.customer-gallery__item--mobile-hidden{display:block!important}}.customer-gallery__load-more-wrapper{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(var(--color-foreground),.1)}.customer-gallery__load-more-btn{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;padding:1.2rem 2.4rem;border-radius:.4rem;font-size:1.4rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.8rem;margin:0 auto;min-width:200px;text-transform:uppercase;letter-spacing:.1rem}.customer-gallery__load-more-btn:hover{background:rgb(var(--color-button-text));color:rgb(var(--color-button));transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.customer-gallery__load-more-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.customer-gallery__load-more-count{font-size:1.2rem;opacity:.8;font-weight:400;text-transform:none;letter-spacing:normal}.customer-gallery__grid{contain:layout style paint}.customer-gallery__item{contain:layout style paint;will-change:transform}.customer-gallery__item[data-lazy=true]{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.customer-gallery__item[data-lazy=true].loaded{opacity:1;transform:translateY(0)}
/*# sourceMappingURL=/cdn/shop/t/30/assets/section-customer-gallery.css.map */
