.collection-banner{color:#fff;text-align:center;background-color:#78716c;padding:8rem 2rem;position:relative}.collection-banner:before{content:"";z-index:1;background:#140f0599;position:absolute;inset:0}.collection-banner__visual{aspect-ratio:auto;z-index:0;width:100%;height:100%;position:absolute;inset:0}.collection-banner__container{z-index:2;max-width:1400px;margin:0 auto;position:relative}.collection-banner__title{letter-spacing:2px;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:3.5rem;font-weight:400}.collection-banner__subtitle{color:#ccc;max-width:600px;margin:0 auto;font-size:1.2rem;font-weight:300;line-height:1.6}.filters{background-color:#faf9f6;border-bottom:1px solid #eee;padding:2rem}.filters__container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1400px;margin:0 auto;display:flex}.filters__categories{flex-wrap:wrap;gap:1rem;display:flex}.filters__category{color:#666;cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-family:Lora,serif;font-size:1rem;transition:all .3s;position:relative}.filters__category:after{content:"";background-color:#d4af37;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.filters__category:hover:after,.filters__category.active:after{width:80%}.filters__category.active{color:#222;font-weight:500}.filters__sort{align-items:center;gap:.5rem;display:flex}.filters__sort-label{color:#666;font-size:.9rem}.filters__sort-select{color:#222;cursor:pointer;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"%23666\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"></polyline></svg>");background-position:right .5rem center;background-repeat:no-repeat;background-size:1rem;border:1px solid #ddd;padding:.5rem 2rem .5rem 1rem;font-family:Lora,serif;font-size:.9rem}.filters__sort-select:focus{border-color:#d4af37;outline:none}.products{background-color:#faf9f6;padding:4rem 2rem}.products__container{max-width:1400px;margin:0 auto}.products__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.products__item{background-color:#fff;transition:transform .3s,box-shadow .3s}.products__item:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.products__image-container{aspect-ratio:1;position:relative;overflow:hidden}.products__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.products__item:hover .products__image{transform:scale(1.05)}.products__overlay{opacity:0;background:#0000004d;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.products__item:hover .products__overlay{opacity:1}.products__view{color:#000;text-transform:uppercase;letter-spacing:1px;background-color:#d4af37;padding:.8rem 1.5rem;font-size:.9rem;transition:all .3s}.products__view:hover{background-color:#fff;transform:translateY(-2px)}.products__name{color:#222;margin:1rem 1rem .5rem;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:400}.products__category{color:#888;margin:0 1rem .5rem;font-size:.9rem;font-style:italic}.products__price{color:#666;margin:0 1rem 1rem;font-size:1rem;font-weight:500}.brand-video{color:#fff;text-align:center;background-color:#0f0f0f;padding:6rem 2rem}.brand-video__container{max-width:1200px;margin:0 auto}.brand-video__title{color:#d4af37;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:400}.brand-video__description{color:#ccc;max-width:700px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.6}.brand-video__wrapper{max-width:1000px;margin:0 auto;position:relative;box-shadow:0 10px 30px #0000004d}.brand-video__player{width:100%;display:block}.brand-video__play-btn{color:#000;cursor:pointer;background:#d4af37cc;border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.brand-video__play-btn:hover{background:#fffc;transform:translate(-50%,-50%)scale(1.1)}.brand-video__play-btn.hidden{display:none}.consultation{color:#fff;padding:6rem 2rem;position:relative}.consultation:before{content:"";background-color:#0009;width:100%;height:100%;position:absolute;top:0;left:0}.consultation__container{z-index:1;justify-content:center;max-width:1400px;margin:0 auto;display:flex;position:relative}.consultation__content{background-color:#0f0f0fcc;border:1px solid #d4af374d;flex-direction:column;justify-content:center;align-items:center;max-width:600px;padding:3rem;display:flex}.consultation__title{text-align:center;color:#d4af37;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:2rem;font-weight:400}.consultation__text{text-align:center;color:#eee;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.consultation__cta{color:#000;text-transform:uppercase;letter-spacing:2px;cursor:pointer;text-align:center;background-color:#d4af37;border:none;padding:1rem 2rem;font-family:Lora,serif;font-size:1rem;transition:all .3s;display:inline-block}.consultation__cta:hover{background-color:#fff;transform:translateY(-3px);box-shadow:0 10px 20px #0003}@media screen and (width<=1200px){.products__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (width<=992px){.collection-banner{padding:6rem 2rem}.collection-banner__title{font-size:3rem}.filters__container{flex-direction:column;align-items:flex-start}.consultation__content{max-width:100%}}@media screen and (width<=768px){.products__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.collection-banner__title{font-size:2.5rem}.brand-video__title{font-size:2rem}.consultation{padding:4rem 1.5rem}.consultation__content{padding:2rem}.consultation__title{font-size:1.8rem}}@media screen and (width<=480px){.products__grid{grid-template-columns:1fr}.collection-banner{padding:4rem 1.5rem}.collection-banner__title{font-size:2rem}.filters__categories{justify-content:center}.filters__sort{justify-content:space-between;width:100%}.brand-video{padding:4rem 1.5rem}.brand-video__play-btn{width:60px;height:60px}}
