.video-container{position:relative;width:100vw;height:120vh;overflow:hidden;margin:0;padding:0}.overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;width:90%;max-width:800px}.overlay h1{font-size:48px;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.overlay p{font-size:20px;margin-bottom:30px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}@media (max-width: 1024px){.overlay h1{font-size:36px}.overlay p{font-size:18px}}@media (max-width: 768px){.overlay h1{font-size:28px;padding:0 10px}.overlay p{font-size:16px;padding:0 10px}@media (max-width: 640px){.video-container video{object-fit:cover;height:100vh;width:100%;transform:scale(1.2)}.overlay h1{font-size:1.5rem}.overlay p{font-size:1rem}}}.collection-section{background:#000;color:#e8ca97;text-align:center;padding:100px 20px}.collection-section h2{font-size:32px;margin-bottom:40px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.collection-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:30px;justify-items:center;max-width:1400px;margin:0 auto}.collection-item{text-align:center;transition:transform .3s ease;cursor:pointer}.collection-item img{width:170px;object-fit:cover;border-radius:50%;border:3px solid #fff;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.collection-item p{margin-top:15px;font-size:16px;font-weight:600;transition:color .3s ease}.collection-item:hover{transform:translateY(-5px)}.collection-item:hover img{transform:scale(1.1);border-color:#ff9800;box-shadow:0 10px 25px #ff98004d}.collection-item:hover p{color:#ff9800}.collection-item img{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 1024px){.collection-grid{grid-template-columns:repeat(4,1fr);gap:40px}}@media (max-width: 768px){.collection-grid{grid-template-columns:repeat(2,1fr);gap:30px}.collection-item img{width:140px;height:140px}.collection-section{padding:60px 20px}.collection-section h2{font-size:28px}}@media (max-width: 480px){.collection-grid{grid-template-columns:1fr;gap:25px}.collection-item img{width:120px;height:120px}}
