h2{font-weight:700}h2,p{font-family:var(--font-univers)}p{font-weight:300;line-height:1.5}.gallery-container{position:relative;min-height:100vh;background-color:white;display:flex;justify-content:center;align-items:center;padding:20px}.page-loader{width:100%;max-width:800px;height:4px;background-color:#ccc;position:relative;overflow:hidden}.progress-bar{width:100%;height:100%;background-color:black;animation:loading-animation 1.5s infinite}@keyframes loading-animation{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;width:100%}.gallery-container{margin-top:2rem}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-content{width:100%}.image-gallery{display:flex;align-items:center}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.animate-shimmer{animation:shimmer 2s infinite}.text-placeholder{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-out}