        .glass { background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(20px); }
        .reveal { opacity: 0; transform: translateY(40px); transition: all 1s cubic-bezier(0.22, 1, 0.36, 1); }
        .reveal.active { opacity: 1; transform: translateY(0); }
        .lookbook-item:hover img { transform: scale(1.05); }
        .custom-scroll::-webkit-scrollbar { width: 5px; }
        .custom-scroll::-webkit-scrollbar-thumb { background: #C5A059; border-radius: 10px; }
        .nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: currentColor; transition: width 0.3s ease; }
        .nav-link:hover::after { width: 100%; }
        #view-container { transition: opacity 0.4s ease-in-out; }
    