*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;background:#111;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}ul{list-style:none}#root{width:100%;min-height:100vh}.header{z-index:1000;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f0f10f5;border-bottom:1px solid #ffffff14;width:100%;position:fixed;top:0;left:0}.header__container{justify-content:space-between;align-items:center;gap:40px;max-width:1400px;height:86px;margin:auto;padding:0 50px;display:flex}.header__brand{flex-shrink:0;align-items:center;gap:16px;text-decoration:none;display:flex}.header__logo{object-fit:contain;width:60px;height:60px;transition:all .3s}.header__logo:hover{transform:scale(1.05)}.header__brand-text{flex-direction:column;line-height:1.1;display:flex}.header__brand-title{color:#fff;letter-spacing:2px;font-size:1.15rem;font-weight:800}.header__brand-subtitle{color:#c89b3c;letter-spacing:4px;font-size:.82rem;font-weight:700}.header__nav{align-items:center;gap:34px;margin-left:auto;display:flex}.header__link{color:#fff;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.header__link:hover{color:#c89b3c}.header__link:after{content:"";background:#c89b3c;width:0;height:2px;transition:all .3s;position:absolute;bottom:-10px;left:0}.header__link:hover:after,.header__link--active:after{width:100%}.header__link--active{color:#c89b3c}.header__link--cta{color:#111;background:#c89b3c;border-radius:999px;padding:12px 24px}.header__link--cta:hover{color:#111;transform:translateY(-2px);box-shadow:0 12px 24px #c89b3c59}.header__link--cta:after{display:none}.header__actions{align-items:center;gap:12px;display:flex}.header__icon{color:#fff;cursor:pointer;background:#1d1d1d;border:none;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:all .3s;display:flex}.header__icon:hover{color:#111;background:#c89b3c}.header__cart{position:relative}.header__cart span{color:#111;background:#c89b3c;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-4px}.header__language{align-items:center;gap:8px;margin-left:8px;display:flex}.header__language button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:700}.header__language--active{color:#c89b3c!important}.header__language span{color:#777}.header__menu{color:#fff;cursor:pointer;background:0 0;border:none;display:none}@media (width<=1100px){.header__nav{display:none}.header__language{align-items:center;gap:6px;margin-left:0;display:flex}.header__language button{font-size:.75rem}.header__menu{justify-content:center;align-items:center;display:flex}}@media (width<=768px){.header__container{padding:0 24px}.header__brand-title{font-size:1rem}.header__brand-subtitle{font-size:.72rem}}@media (width<=576px){.header__container{padding:0 16px}.header__brand{gap:10px}.header__logo{width:52px;height:52px}.header__brand-title{letter-spacing:1px;font-size:.9rem}.header__brand-subtitle{letter-spacing:2px;font-size:.62rem}}.header__mobile{opacity:0;visibility:hidden;pointer-events:none;background:#111;border-top:1px solid #ffffff14;flex-direction:column;width:100%;transition:all .3s;display:flex;position:absolute;top:86px;left:0;transform:translateY(-10px)}.header__mobile--open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.header__mobile-link{color:#fff;border-bottom:1px solid #ffffff14;padding:18px 24px;font-weight:600;text-decoration:none;transition:all .3s}.header__mobile-link:hover{color:#c89b3c;background:#1d1d1d}@media (width>=1101px){.header__mobile{display:none}}.hero-slider{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;height:100vh;min-height:760px;transition:background-image .8s ease-in-out;display:flex;position:relative;overflow:hidden}.hero-slider__overlay{z-index:1;background:linear-gradient(90deg,#000000c7 0%,#00000094 35%,#00000040 65%,#00000014 100%);position:absolute;inset:0}.hero-slider__content{z-index:2;justify-content:flex-start;align-items:center;width:100%;max-width:1400px;margin:auto;padding:0 70px;display:flex;position:relative}.hero-slider__text{width:100%;max-width:560px;animation:.8s fadeUp}.hero-slider__text span{color:#c89b3c;letter-spacing:2px;text-transform:uppercase;background:#c89b3c2e;border-radius:999px;margin-bottom:20px;padding:10px 18px;font-size:.82rem;font-weight:700;display:inline-block}.hero-slider__text h1{color:#fff;margin-bottom:24px;font-size:clamp(3.8rem,5vw,5.8rem);font-weight:800;line-height:1.05}.hero-slider__text p{color:#ececec;max-width:520px;margin-bottom:42px;font-size:1.12rem;line-height:1.9}.hero-slider__buttons{flex-wrap:wrap;gap:18px;display:flex}.hero-slider__primary,.hero-slider__secondary{cursor:pointer;border:none;border-radius:14px;min-width:200px;height:56px;font-size:1rem;font-weight:700;transition:all .3s}.hero-slider__primary{color:#111;background:#c89b3c;box-shadow:0 15px 35px #c89b3c40}.hero-slider__primary:hover{transform:translateY(-4px);box-shadow:0 22px 45px #c89b3c73}.hero-slider__secondary{color:#fff;background:0 0;border:2px solid #ffffff4d}.hero-slider__secondary:hover{color:#111;background:#fff}.hero-slider__arrow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:30;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-slider__arrow:hover{color:#111;background:#c89b3c;transform:translateY(-50%)scale(1.08)}.hero-slider__arrow--left{left:40px}.hero-slider__arrow--right{right:40px}.hero-slider__dots{z-index:30;gap:14px;display:flex;position:absolute;bottom:38px;left:50%;transform:translate(-50%)}.hero-slider__dot{cursor:pointer;background:#ffffff59;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.hero-slider__dot:hover{background:#fff}.hero-slider__dot--active{background:#fff;border-radius:999px;width:34px}@media (width<=1200px){.hero-slider__content{padding:0 50px}.hero-slider__text{max-width:500px}.hero-slider__text h1{font-size:4rem}}@media (width<=992px){.hero-slider{min-height:760px}.hero-slider__content{text-align:center;justify-content:center;padding:120px 32px 80px}.hero-slider__text{max-width:680px}.hero-slider__text p{margin-left:auto;margin-right:auto}.hero-slider__buttons{justify-content:center}.hero-slider__arrow{width:50px;height:50px}.hero-slider__arrow--left{left:18px}.hero-slider__arrow--right{right:18px}}@media (width<=768px){.hero-slider{min-height:700px}.hero-slider__content{padding:110px 24px 70px}.hero-slider__text h1{font-size:3rem}.hero-slider__text p{font-size:1rem;line-height:1.7}.hero-slider__buttons{flex-direction:column;align-items:center}.hero-slider__primary,.hero-slider__secondary{width:100%;max-width:320px}}@media (width<=576px){.hero-slider{min-height:640px}.hero-slider__content{padding:95px 20px 60px}.hero-slider__text span{letter-spacing:1.5px;font-size:.7rem}.hero-slider__text h1{font-size:2.35rem;line-height:1.1}.hero-slider__text p{font-size:.95rem}.hero-slider__arrow{display:none}.hero-slider__dots{bottom:25px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}.featured-models{background:#f5f5f5;padding:110px 0}.featured-models__container{max-width:1400px;margin:auto;padding:0 50px}.featured-models__header{text-align:center;max-width:720px;margin:0 auto 70px}.featured-models__header span{color:#c89b3c;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px;font-size:.85rem;font-weight:700;display:inline-block}.featured-models__header h2{color:#111;margin-bottom:18px;font-size:clamp(2.6rem,5vw,3.8rem)}.featured-models__header p{color:#666;font-size:1.05rem;line-height:1.8}.featured-models__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;display:grid}.featured-model{background:#fff;border:1px solid #ececec;border-radius:20px;transition:all .3s;overflow:hidden}.featured-model:hover{transform:translateY(-8px);box-shadow:0 20px 45px #0000001f}.featured-model__image{background:#f9f9f9;justify-content:center;align-items:center;height:280px;padding:30px;display:flex}.featured-model__image img{object-fit:contain;width:100%;max-width:220px;transition:all .3s}.featured-model:hover .featured-model__image img{transform:scale(1.05)}.featured-model__body{padding:24px}.featured-model__body h3{color:#111;margin-bottom:12px;font-size:1.2rem;font-weight:700}.featured-model__price{color:#c89b3c;margin-bottom:24px;font-size:1.35rem;font-weight:700;display:block}.featured-model__button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;height:50px;font-weight:600;transition:all .3s;display:flex}.featured-model__button:hover{color:#111;background:#c89b3c}@media (width<=992px){.featured-models__container{padding:0 24px}}@media (width<=768px){.featured-models{padding:90px 0}.featured-models__grid{grid-template-columns:1fr}}.why{color:#fff;background:#101010;padding:110px 8%}.why__header{text-align:center;max-width:720px;margin:0 auto 70px}.why__header span{color:#c89b3c;letter-spacing:2px;margin-bottom:18px;font-size:.85rem;font-weight:700;display:inline-block}.why__header h2{margin-bottom:20px;font-size:clamp(2.5rem,5vw,3.8rem)}.why__header p{color:#bdbdbd;line-height:1.8}.why__grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.why__card{text-align:center;background:#181818;border:1px solid #c89b3c26;border-radius:22px;padding:40px 30px;transition:all .35s}.why__card:hover{border-color:#c89b3c;transform:translateY(-8px);box-shadow:0 25px 50px #00000059}.why__card svg{color:#c89b3c;margin-bottom:25px}.why__card h3{margin-bottom:15px;font-size:1.25rem}.why__card p{color:#bdbdbd;line-height:1.7}@media (width<=992px){.why__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.why{padding:80px 24px}.why__grid{grid-template-columns:1fr}}.products-page{background:#0f0f10;width:100%;min-height:100vh}.collections-page{background:#111;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:80vh;display:flex}.collections-page h1{color:#c89b3c;font-size:4rem;font-weight:700}.collections-page p{color:#fff;font-size:1.2rem}.customize-page{background:#111;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:80vh;display:flex}.customize-page h1{color:#c89b3c;font-size:4rem;font-weight:700}.customize-page p{color:#fff;font-size:1.2rem}.contact-page{background:#111;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:80vh;display:flex}.contact-page h1{color:#c89b3c;font-size:4rem;font-weight:700}.contact-page p{color:#fff;font-size:1.2rem}
