.btn-ghost{display:inline-flex;align-items:center;gap:6px;padding:12px 36px;border:1px solid #fff;border-radius:50px;color:#fff;font-size:14px;font-weight:300;letter-spacing:2px;transition:border-color .3s cubic-bezier(0.25, 0.46, 0.45, 0.94),color .3s cubic-bezier(0.25, 0.46, 0.45, 0.94),background .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);position:relative;overflow:hidden}.btn-ghost:hover{border-color:#fff;color:#000;background:#fff;font-weight:bold}.btn-ghost:hover .btn-ghost__arrow{transform:translateX(4px)}.btn-ghost__arrow{transition:transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.btn-ghost--compact{padding:10px 28px;align-self:flex-start;letter-spacing:1px}.section-title{font-family:"Cardo-Regular",serif;font-size:30px;font-weight:500;text-align:center;letter-spacing:6px;margin-bottom:30px}.hero{position:relative;height:100vh;min-height:600px;overflow:hidden}.hero__slider{width:100%;height:100%;position:relative}.hero__slider.swiper-fade .swiper-wrapper,.hero__slider.swiper-fade .swiper-slide{height:100%}.hero__slide{position:relative;height:100%;overflow:hidden}.hero__slide.swiper-slide-active .hero__figure{opacity:1;transform:translateY(0)}.hero__slide.swiper-slide-active .hero__title,.hero__slide.swiper-slide-active .hero__subtitle{opacity:1;transform:translateY(0)}.hero__bg{position:absolute;width:100%;height:100%;z-index:1;background-size:cover;background-position:center;transform:scale(1.1)}.hero__figure{position:absolute;bottom:0;right:6%;z-index:2;height:min(88%,820px);width:auto;max-width:min(44vw,520px);-o-object-fit:contain;object-fit:contain;-o-object-position:bottom right;object-position:bottom right;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:0;transform:translateY(24px);transition:opacity 1s ease .15s,transform 1.1s ease .15s}.hero__overlay{position:absolute;inset:0;z-index:3;background:linear-gradient(to bottom, rgba(15, 5, 17, 0.3) 0%, rgba(15, 5, 17, 0.1) 40%, rgba(15, 5, 17, 0.5) 100%)}.hero__content{position:absolute;inset:0;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 40px}.hero__title{font-family:"Cardo-Regular",serif;font-size:clamp(60px,4.5vw,52px);font-weight:800;letter-spacing:15px;line-height:1.4;margin-bottom:24px;opacity:0;transform:translateY(30px);transition:opacity 1s ease .3s,transform 1s ease .3s}.hero__subtitle{font-size:clamp(16px,1.4vw,20px);font-weight:300;letter-spacing:3px;color:#fff;max-width:600px;opacity:0;transform:translateY(20px);transition:opacity 1s ease .6s,transform 1s ease .6s}.hero__cta{position:absolute;bottom:100px;left:0;right:0;width:-moz-fit-content;width:fit-content;margin:0 auto;z-index:10;opacity:0;transform:translateY(20px);animation:hero-cta-enter 1s ease .9s forwards}@keyframes hero-cta-enter{to{opacity:1;transform:translateY(0)}}.hero .global__switch--button{z-index:10}.hero .global__switch--button--prev{left:40px}.hero .global__switch--button--next{right:40px}.hero .global-dots{position:absolute;bottom:40px;left:0;width:100%;display:none}.brand{position:relative;display:flex;align-items:center;justify-content:center;height:400px;padding:0 40px;background-color:#140a18;overflow:hidden}.brand__bg{position:absolute;inset:0;background-size:cover;background-position:center top;opacity:1}.brand__inner{position:relative;width:100%;max-width:990px;margin:0 auto;text-align:center;z-index:1}.brand__title{font-family:"Cardo-Regular",serif;font-size:40px;font-weight:500;letter-spacing:4px;line-height:1.3;margin-top:0;margin-bottom:32px}.brand__title-break{display:none}@media(min-width: 768px){.brand__title-lead{white-space:nowrap}.brand__title-break{display:block}}.brand__desc{font-size:17px;font-weight:300;color:#fff;line-height:1.7;letter-spacing:1px;margin-bottom:0}.collections{position:relative;padding:100px 0;background-color:#0f0511;overflow:hidden}.collections__bg{position:absolute;inset:0;background-size:cover;background-position:center bottom;opacity:1}.collections__header{position:relative;z-index:1;margin-bottom:30px}.collections__header .section-title{margin-bottom:0}.collections__carousel{position:relative;width:100vw;margin-left:calc(50% - 50vw);z-index:1}.collections__carousel .global__switch--button{top:38%}.collections__viewport{width:100%;overflow:hidden}@media(min-width: 768px){.collections__viewport--peek .collection-slide__img{margin-bottom:32px}.collections__viewport--peek .collection-slide__title{font-size:30px;letter-spacing:4px;margin-bottom:18px}.collections__viewport--peek .collection-slide__desc{font-size:16px;line-height:1.75;margin-bottom:22px}.collections__viewport--peek .collection-slide__link{font-size:14px;letter-spacing:2px}}.collections__pagination{display:none}.collection-slide{padding:0;box-sizing:border-box;text-align:center}.collection-slide__img{overflow:hidden;margin-bottom:28px;aspect-ratio:4/3}.collection-slide__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.collection-slide:hover .collection-slide__img img{transform:scale(1.04)}.collection-slide__title{font-family:"Cardo-Regular",serif;font-size:30px;font-weight:500;letter-spacing:3px;margin-bottom:16px}.collection-slide__desc{font-size:16px;font-weight:300;color:#fff;line-height:1.8;letter-spacing:.5px;margin-bottom:20px;padding:0 10px;min-height:1.8em}.collection-slide__link{font-size:14px;font-weight:300;letter-spacing:2px;color:rgba(221,221,221,.7);display:inline-flex;align-items:center;gap:4px;transition:color .3s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.collection-slide__link span{transition:transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.collection-slide__link:hover{color:#fff}.collection-slide__link:hover span{transform:translateX(4px)}.crystal{position:relative;width:100%;overflow:hidden}.crystal__bg{display:none}.crystal__img{display:block;width:100%;height:auto}.crystal__inner{position:absolute;inset:0;z-index:1;display:flex;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:0 80px}.crystal__text{display:flex;flex-direction:column;justify-content:center;max-width:480px}.crystal__title{font-family:"Cardo-Regular",serif;font-size:30px;font-weight:500;letter-spacing:6px;margin-bottom:30px}.crystal__desc{font-size:16px;font-weight:300;color:#fff;line-height:2;letter-spacing:1px;margin-bottom:40px}.categories{position:relative;padding:100px 0;background-color:#0f0511;overflow:hidden}.categories__bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.6}.categories__header{position:relative;z-index:1;margin-bottom:30px}.categories__header .section-title{margin-bottom:0}.categories__carousel{position:relative;width:100vw;margin-left:calc(50% - 50vw);z-index:1}.categories__viewport{width:100%;overflow:hidden}.categories__pagination{display:none}.category-item{box-sizing:border-box;padding:0 12px;display:flex;flex-direction:column;align-items:center;justify-content:center}.category-item__link{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;text-decoration:none;color:inherit;cursor:pointer}.category-item__img{position:relative;width:clamp(110px,100%,300px);height:clamp(110px,100%,300px);display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);background:url("../images/home/productbg.png") no-repeat center;background-size:cover}.category-item__img img{max-height:100%;width:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 0 20px rgba(120, 60, 140, 0.4));transition:filter .3s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.category-item__img::before{content:"";position:absolute;top:50%;left:0;width:100%;height:100%}.category-item:hover .category-item__img,.category-item__link:hover .category-item__img{transform:translateY(-6px)}.category-item:hover .category-item__img img,.category-item__link:hover .category-item__img img{filter:drop-shadow(0 0 40px rgb(175, 84, 198));transform:scale(1.05)}.category-item__label{font-size:20px;font-weight:300;letter-spacing:4px;color:rgba(221,221,221,.7);transition:color .3s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.category-item:hover .category-item__label,.category-item__link:hover .category-item__label{color:#fff}.honors{position:relative;width:100%;overflow:hidden}.honors__bg{display:none}.honors__img{display:block;width:100%;height:auto}.honors__inner{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:700px;margin:0 auto;padding:80px 40px;text-align:center}.honors__title{font-family:"Cardo-Regular",serif;font-size:30px;font-weight:500;letter-spacing:8px;margin-bottom:30px}.honors__desc{font-size:16px;font-weight:300;color:#fff;line-height:2;letter-spacing:1px;margin-bottom:48px}.about{position:relative;padding:100px 40px;background-color:#140a18;overflow:hidden}.about__bg{position:absolute;inset:0;background-size:cover;background-position:center top}.about__inner{position:relative;max-width:800px;margin:0 auto;text-align:center;z-index:1}.about__desc{font-size:16px;font-weight:300;color:#fff;line-height:2;letter-spacing:1px;margin-bottom:48px}@media(max-width: 1480px){.hero__title{font-size:40px}.hero__subtitle{font-size:18px}.brand__inner{max-width:916px}.brand__title{letter-spacing:1px}}@media(max-width: 1024px){.hero .global__switch--button--prev{left:20px}.hero .global__switch--button--next{right:20px}.crystal__inner{padding:0 40px}.crystal__text{max-width:420px}}@media(max-width: 767px){.hero{height:calc(100vh - 70px);min-height:0}.hero__bg{background-position:58% center}.hero__figure{top:50%;bottom:auto;left:58%;right:auto;height:min(72%,440px);max-width:92vw;-o-object-position:center center;object-position:center center;transform:translate(-50%, calc(-50% + 20px))}.hero__slide.swiper-slide-active .hero__figure{transform:translate(-50%, -50%)}.hero__content{height:80vh;padding:0 20px}.hero__title{font-size:28px;letter-spacing:0}.hero__subtitle{font-size:14px;letter-spacing:2px}.hero .global__switch--button{display:none}.hero .global-dots{display:flex;bottom:200px}.hero__cta{bottom:100px}.hero.global__scroll-hint::before,.hero.global__scroll-hint::after{display:block}.brand{height:auto;padding:50px 5%}.about{padding:50px 20px}.brand__desc,.about__desc,.crystal__desc,.honors__desc{font-size:14px;line-height:1.75}.honors__desc{margin-bottom:30px}.brand__title{font-size:22px;letter-spacing:2px}.section-title,.crystal__title,.honors__title{font-size:20px;letter-spacing:4px}.collections{padding:50px 0 0}.collections__carousel{padding-bottom:100px}.collections__pagination{display:flex;position:absolute;bottom:46px !important;left:0;width:100%;margin:0;pointer-events:none}.collections__pagination .global-dots__dot{pointer-events:auto}.collection-slide__img{margin-bottom:16px}.collection-slide__title{font-size:16px;letter-spacing:2px;margin-bottom:8px}.collection-slide__desc{font-size:12px;line-height:1.75;letter-spacing:0;margin-bottom:12px;padding:0;min-height:auto}.collection-slide__link{font-size:12px;letter-spacing:1px}.crystal{height:400px}.crystal__bg{display:block;position:absolute;top:0;left:50%;width:100vw;height:100%;transform:translateX(-50%);background-size:cover;background-position:center center;background-repeat:no-repeat;background-position:78% center;transform:translateX(calc(-36% - 14vw))}.crystal__img{display:none}.crystal__inner{padding:0 5% 30px;align-items:flex-end}.crystal__text{max-width:100%}.categories{padding:50px 0 0}.categories__carousel{padding-bottom:100px}.categories__pagination{display:flex;position:absolute;bottom:46px !important;left:0;width:100%;margin:0;pointer-events:none}.categories__pagination .global-dots__dot{pointer-events:auto}.collections__carousel .global__switch--button,.categories__carousel .global__switch--button{top:auto;bottom:30px;left:20px;right:auto;transform:none}.collections__carousel .global__switch--button--next,.categories__carousel .global__switch--button--next{left:auto;right:20px}.category-item{width:100%;padding:0 6px}.category-item__img{width:100%;height:auto;aspect-ratio:1/1;margin-bottom:16px}.category-item__img img{filter:drop-shadow(0 0 10px rgba(120, 60, 140, 0.32))}.category-item:hover .category-item__img img,.category-item__link:hover .category-item__img img{filter:drop-shadow(0 0 18px rgba(175, 84, 198, 0.55))}.category-item__label{font-size:14px;letter-spacing:4px}.honors{height:470px}.honors__bg{display:block;position:absolute;top:0;left:50%;width:100vw;height:100%;transform:translateX(-50%);background-size:cover;background-position:center center;background-repeat:no-repeat;background-position:1% center;transition:transform 8s ease-out}.honors:hover .honors__bg{transform:translateX(-50%) scale(1.03)}.honors__img{display:none}.honors__inner{align-items:flex-start;justify-content:flex-end;padding:30px 5%;text-align:left}.btn-ghost{padding:10px 28px;font-size:12px}}