.gallery-veil{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:10;pointer-events:none}.gallery-container{background:#fff;padding:.5rem;position:relative}@media(min-width:640px){.gallery-container{padding:1rem}}@media(min-width:1024px){.gallery-container{padding:1.5rem}}.gallery-header{text-align:center;margin-bottom:3rem;color:#333}.gallery-header h1{font-size:3rem;font-weight:300;margin-bottom:1rem;text-transform:uppercase;letter-spacing:3px;color:#333}.gallery-header p{font-size:1.2rem;color:#666;font-style:italic}.gallery-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;color:#333}.loading-spinner{width:50px;height:50px;border:3px solid rgba(0,0,0,.1);border-top:3px solid #333;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:8px;max-width:1400px;margin:0 auto}.gallery-item{position:relative;overflow:hidden;background:#fff;transition:transform .6s ease}.gallery-item.long{grid-row:span 2;grid-column:span 2}.gallery-item.medium,.gallery-item.short{grid-row:span 1;grid-column:span 1}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease;will-change:transform}.gallery-item:hover{transform:scale(1.015);box-shadow:0 3px 10px #0000000d;z-index:1}.gallery-item:hover img{transform:scale(1.02)}@media(max-width:1024px){.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:6px}.gallery-item.long{grid-row:span 1;grid-column:span 2}.gallery-header h1{font-size:2.5rem}}@media(max-width:768px){.gallery-grid{grid-template-columns:1fr;gap:4px}.gallery-item.long,.gallery-item.medium,.gallery-item.short{grid-row:span 1;grid-column:span 1}.gallery-item.long{min-height:250px}.gallery-item.medium{min-height:200px}.gallery-item.short{min-height:150px}.gallery-header h1{font-size:2rem}.gallery-header p{font-size:1rem}}@media(max-width:480px){.gallery-header h1{font-size:1.5rem;letter-spacing:2px}.gallery-item{border-radius:10px}.gallery-item.long{min-height:250px}.gallery-item.medium{min-height:200px}.gallery-item.short{min-height:150px}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-25%)}}.partners-scroll-wrapper{overflow:hidden}.partners-scroll-container{display:flex;width:fit-content;animation:scroll 20s linear infinite;will-change:transform}.partners-scroll-wrapper:hover .partners-scroll-container{animation-play-state:paused}@media(max-width:640px){.partners-scroll-container{animation-duration:25s}}
