.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#0a0a0ad9;border-bottom:1px solid #f0ece40f;align-items:center;padding:1.5rem 3rem;display:flex;position:fixed;top:0;left:0;right:0}.navbar__logo{font-family:var(--font-sans);letter-spacing:.3em;color:var(--white);flex-shrink:0;font-size:1.1rem;font-weight:600;transition:opacity .3s}.navbar__logo:hover{opacity:.7}.navbar__links-desktop{align-items:center;gap:2.5rem;margin-left:auto;display:flex}.navbar__actions{align-items:center;gap:1rem;margin-left:2.5rem;display:flex}.navbar__cart{color:var(--cream);opacity:.7;align-items:center;transition:opacity .3s;display:flex;position:relative}.navbar__cart:hover{opacity:1}.navbar__cart-badge{background:var(--accent,#c8a97e);color:#111;border-radius:99px;justify-content:center;align-items:center;min-width:16px;height:16px;font-size:.6rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-6px;right:-8px}.navbar__link{letter-spacing:.15em;text-transform:uppercase;color:var(--cream);opacity:.6;font-size:.8rem;font-weight:400;transition:opacity .3s;position:relative}.navbar__link:after{content:"";background:var(--accent);width:0;height:1px;transition:width .4s var(--transition);position:absolute;bottom:-4px;left:0}.navbar__link:hover,.navbar__link.active{opacity:1}.navbar__link.active:after,.navbar__link:hover:after{width:100%}.navbar__link--accent{color:var(--accent);opacity:.9;font-weight:500}.navbar__link--accent:nth-child(2n){color:var(--accent-blue)}.navbar__link--accent:after{background:var(--accent)}.navbar__burger{z-index:1001;flex-direction:column;gap:6px;padding:4px;display:none}.navbar__burger span{background:var(--white);width:24px;height:1px;transition:all .3s;display:block}.navbar__burger.active span:first-child{transform:rotate(45deg)translate(2px,4px)}.navbar__burger.active span:last-child{transform:rotate(-45deg)translate(2px,-4px)}.navbar__mobile-menu{display:none}@media (width<=768px){.navbar{padding:1rem 1.2rem}.navbar__links-desktop{display:none}.navbar__actions{gap:.8rem;margin-left:auto}.navbar__burger{display:flex}.navbar__mobile-menu{-webkit-backdrop-filter:blur(30px);opacity:0;pointer-events:none;z-index:999;background:#0a0a0af7;flex-direction:column;justify-content:center;align-items:center;gap:1.8rem;transition:opacity .35s;display:flex;position:fixed;inset:0}.navbar__mobile-menu.open{opacity:1;pointer-events:all}.navbar__mobile-menu .navbar__link{letter-spacing:.2em;opacity:.7;justify-content:center;align-items:center;min-height:48px;padding:.6rem 1rem;font-size:1.3rem;display:flex}.navbar__mobile-menu .navbar__link.active{opacity:1}.navbar__mobile-menu .navbar__link--accent{opacity:.9}}.music-player{z-index:999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:.6rem;padding:.6rem 1rem;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem}.music-player:hover{background:#ffffff1a;border-color:#ffffff26}.music-player__bars{align-items:flex-end;gap:2px;height:14px;display:flex}.music-player__bars span{background:var(--accent);border-radius:1px;width:2px;height:4px;transition:height .2s;display:block}.music-player__bars.playing span{animation:.6s ease-in-out infinite alternate soundBar}.music-player__bars.playing span:first-child{animation-delay:0s}.music-player__bars.playing span:nth-child(2){animation-delay:.15s}.music-player__bars.playing span:nth-child(3){animation-delay:.3s}.music-player__bars.playing span:nth-child(4){animation-delay:.45s}@keyframes soundBar{0%{height:4px}to{height:14px}}.music-player__label{letter-spacing:.1em;text-transform:uppercase;color:var(--cream);opacity:.7;font-size:.65rem}@media (width<=768px){.music-player{min-width:44px;min-height:44px;padding:.5rem .7rem;bottom:1rem;right:1rem}.music-player__label{display:none}}.cart-backdrop{z-index:1999;-webkit-backdrop-filter:blur(4px);background:#00000080;animation:.25s cartFadeIn;position:fixed;inset:0}@keyframes cartFadeIn{0%{opacity:0}to{opacity:1}}.cart-drawer{z-index:2000;background:#111;border-left:1px solid #ffffff14;flex-direction:column;width:400px;max-width:92vw;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.cart-drawer--open{transform:translate(0)}.cart-drawer__header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;display:flex}.cart-drawer__title{font-family:var(--font-sans);letter-spacing:.12em;text-transform:uppercase;color:var(--cream);font-size:1rem;font-weight:500}.cart-drawer__close{color:var(--cream);opacity:.5;transition:opacity .2s}.cart-drawer__close:hover{opacity:1}.cart-drawer__empty{color:var(--cream);opacity:.4;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.cart-drawer__shop-btn{color:var(--cream);letter-spacing:.1em;text-transform:uppercase;opacity:1;border:1px solid #fff3;border-radius:6px;margin-top:.5rem;padding:.6rem 1.5rem;font-size:.8rem;transition:border-color .2s,background .2s}.cart-drawer__shop-btn:hover{border-color:var(--accent);background:#ffffff0d}.cart-drawer__items{flex-direction:column;flex:1;gap:1rem;padding:1rem 1.5rem;display:flex;overflow-y:auto}.cart-item{border-bottom:1px solid #ffffff0d;gap:1rem;padding:.8rem 0;display:flex;position:relative}.cart-item__img{background:#ffffff08;border-radius:6px;flex-shrink:0;width:64px;height:64px;overflow:hidden}.cart-item__img img{object-fit:cover;width:100%;height:100%}.cart-item__info{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.cart-item__title{color:var(--cream);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.cart-item__category{color:var(--cream);opacity:.4;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.cart-item__price{color:var(--accent,#c8a97e);font-size:.85rem;font-weight:600}.cart-item__qty{align-items:center;gap:.6rem;margin-top:.3rem;display:flex}.cart-item__qty button{width:24px;height:24px;color:var(--cream);border:1px solid #ffffff26;border-radius:4px;justify-content:center;align-items:center;font-size:.9rem;transition:background .15s,border-color .15s;display:flex}.cart-item__qty button:hover{border-color:var(--accent);background:#ffffff14}.cart-item__qty span{text-align:center;min-width:1.2rem;color:var(--cream);font-size:.8rem}.cart-item__remove{color:var(--cream);opacity:.3;transition:opacity .2s;position:absolute;top:.8rem;right:0}.cart-item__remove:hover{opacity:1}.cart-drawer__footer{border-top:1px solid #ffffff14;flex-direction:column;gap:1rem;padding:1.2rem 1.5rem;display:flex}.cart-drawer__subtotal{color:var(--cream);justify-content:space-between;font-size:.95rem;font-weight:500;display:flex}.cart-drawer__checkout-btn{background:var(--accent,#c8a97e);color:#111;text-align:center;letter-spacing:.12em;text-transform:uppercase;border-radius:6px;width:100%;padding:.8rem;font-size:.85rem;font-weight:600;transition:opacity .2s;display:block}.cart-drawer__checkout-btn:hover{opacity:.85}@media (width<=768px){.cart-item__qty button{width:32px;height:32px}}@media (width<=480px){.cart-drawer{width:100vw;max-width:100vw}.cart-drawer__items{padding:.8rem 1rem}.cart-drawer__footer{padding:1rem}.cart-item__qty button{width:36px;height:36px}}.splash{z-index:9999;background:var(--black);opacity:0;justify-content:center;align-items:center;transition:opacity .8s;display:flex;position:fixed;inset:0;overflow:hidden}.splash.loaded{opacity:1}.mosaic{z-index:1;touch-action:none;-webkit-user-select:none;user-select:none;position:absolute;inset:0;overflow:hidden}.mosaic__inner{will-change:transform;position:absolute;top:0;left:0}.mosaic__tile{pointer-events:none;border-radius:3px;transition:transform .3s,box-shadow .3s;animation:1.2s forwards mosaicFadeIn;position:absolute;overflow:hidden}.mosaic__tile img{object-fit:cover;filter:grayscale(.6)brightness(.5);pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;transition:filter .4s,transform .4s}.mosaic--interactive .mosaic__tile--clickable{pointer-events:auto;cursor:pointer}.mosaic--interactive .mosaic__tile--clickable:hover img{filter:grayscale(0)brightness(.8);transform:scale(1.05)}.mosaic--interactive .mosaic__tile--clickable:hover{z-index:10;box-shadow:0 0 40px #d4b89626}.mosaic--interactive .mosaic__tile--clickable:hover .mosaic__tile-label{opacity:1;transform:translateY(0)}.mosaic__tile-label{letter-spacing:.08em;color:var(--cream);opacity:0;pointer-events:none;background:linear-gradient(#0000,#000000d9);padding:.6rem .7rem;font-size:.7rem;transition:opacity .3s,transform .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(4px)}@keyframes mosaicFadeIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.app__mosaic-bg{z-index:0;position:fixed;inset:0}.app__mosaic-bg .mosaic{position:absolute;inset:0}.main--mosaic{z-index:1;pointer-events:none;position:relative}.main--mosaic>*{pointer-events:auto}.splash__overlay{z-index:5;pointer-events:none;background:radial-gradient(#050505e0 0%,#05050580 45%,#0000 72%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.splash__content{text-align:center;pointer-events:none;flex-direction:column;align-items:center;gap:.8rem;padding:2rem;display:flex}.splash__content button,.splash__content a{pointer-events:auto;z-index:20;position:relative}.splash__title{font-family:var(--font-sans);letter-spacing:.5em;color:var(--white);opacity:0;margin-right:-.5em;font-size:clamp(2rem,10vw,5rem);font-weight:300;animation:1s .3s forwards fadeUp;transform:translateY(20px)}.splash__sub{font-family:var(--font-serif);color:var(--cream);opacity:0;font-size:clamp(.9rem,3vw,1.4rem);font-style:italic;animation:1s .6s forwards fadeUp}.splash__divider{background:var(--gray);opacity:0;width:40px;height:1px;margin:1rem 0;animation:1s .8s forwards fadeUp}.splash__enter{color:var(--white);letter-spacing:.2em;text-transform:uppercase;opacity:0;border:1px solid #f0ece433;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;min-width:160px;min-height:48px;padding:.8rem 2rem;font-size:.8rem;transition:all .4s;animation:1s 1s forwards fadeUp;display:flex}.splash__enter:hover{background:var(--white);color:var(--black);border-color:var(--white);transform:scale(1.05)}.splash__enter svg{transition:transform .3s}.splash__enter:hover svg{transform:translate(4px)}.splash__note{letter-spacing:.15em;text-transform:uppercase;color:var(--gray);opacity:0;font-size:.65rem;animation:1s 1.2s forwards fadeUp}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media (width<=768px){.splash__title{letter-spacing:.3em;margin-right:-.3em}.mosaic__tile-label{opacity:.8;padding:.4rem .5rem;font-size:.6rem;transform:translateY(0)}.mosaic--interactive .mosaic__tile--clickable img{filter:grayscale(.3)brightness(.65)}}@media (width<=480px){.splash__content{padding:1.5rem 1rem}.splash__enter{padding:.7rem 1.6rem;font-size:.75rem}}.landing{padding-top:80px}.landing--mosaic{pointer-events:none;z-index:2;-webkit-overflow-scrolling:touch;justify-content:center;align-items:center;padding-top:0;display:flex;position:fixed;inset:0;overflow-y:auto}.hero{justify-content:center;align-items:center;min-height:90vh;padding:4rem 3rem;display:flex;position:relative}.hero--floating{pointer-events:auto;background:radial-gradient(#050505e6 0%,#05050599 50%,#0000 75%);border-radius:12px;min-height:auto;padding:2rem}.hero__text{text-align:center;flex-direction:column;align-items:center;gap:1.2rem;max-width:700px;display:flex}.hero__title{flex-direction:column;gap:.2rem;display:flex}.hero__line{font-family:var(--font-serif);opacity:0;animation:heroFadeUp 1s var(--transition) forwards;font-size:clamp(2.2rem,8vw,6rem);font-weight:400;line-height:1.1;transform:translateY(30px)}.hero__line:nth-child(2){animation-delay:.15s}.hero__line--accent{color:var(--accent);font-style:italic}.hero__subtitle{color:var(--cream);opacity:0;max-width:500px;animation:heroFadeUp 1s var(--transition) forwards .4s;font-size:1rem;line-height:1.7}.hero__drag-hint{letter-spacing:.15em;text-transform:uppercase;color:var(--accent-blue);opacity:0;animation:heroFadeUp 1s var(--transition) forwards .5s;font-size:.65rem}.hero__cta{letter-spacing:.15em;text-transform:uppercase;color:var(--white);opacity:0;animation:heroFadeUp 1s var(--transition) forwards .6s;border:1px solid #f0ece433;border-radius:100px;justify-content:center;align-items:center;gap:.6rem;min-width:160px;min-height:48px;padding:.9rem 2rem;font-size:.8rem;transition:all .4s;display:inline-flex}.hero__ctas{opacity:0;animation:heroFadeUp 1s var(--transition) forwards .6s;flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero__ctas .hero__cta{opacity:1;animation:none}.hero__cta--primary{background:var(--accent);color:var(--black);border-color:var(--accent);font-weight:600}.hero__cta--primary:hover{background:var(--white);border-color:var(--white);color:var(--black)}.hero__cta--secondary{border-color:var(--accent-blue);color:var(--accent-blue)}.hero__cta--secondary:hover{background:var(--accent-blue);color:var(--black);border-color:var(--accent-blue)}.hero__cta:hover{background:var(--white);color:var(--black);border-color:var(--white)}.hero__cta svg{transition:transform .3s}.hero__cta:hover svg{transform:translate(4px)}@keyframes heroFadeUp{to{opacity:1;transform:translateY(0)}}.hero__gallery{opacity:0;width:100%;max-width:700px;animation:heroFadeUp 1s var(--transition) forwards .8s;margin-top:1rem}.hero__gallery-label{letter-spacing:.2em;text-transform:uppercase;color:var(--gray);margin-bottom:.8rem;font-size:.6rem}.hero__gallery-grid{grid-template-columns:repeat(3,1fr);gap:.6rem;display:grid}.hero__gallery-item{aspect-ratio:1;opacity:0;animation:heroFadeUp .6s var(--transition) forwards;border-radius:6px;position:relative;overflow:hidden;transform:translateY(20px)}.hero__gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hero__gallery-item:hover img{transform:scale(1.08)}.hero__gallery-overlay{opacity:0;background:linear-gradient(#0000 40%,#000000b3 100%);flex-direction:column;justify-content:flex-end;padding:.6rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.hero__gallery-item:hover .hero__gallery-overlay{opacity:1}.hero__gallery-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.15rem;font-size:.5rem}.hero__gallery-title{color:var(--white);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.7rem;line-height:1.3;display:-webkit-box;overflow:hidden}@media (width<=480px){.hero__gallery-grid{grid-template-columns:repeat(2,1fr);gap:.4rem}}.gallery{padding:4rem 3rem 6rem}.gallery__header{align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.gallery__label{letter-spacing:.2em;text-transform:uppercase;color:var(--gray);white-space:nowrap;font-size:.7rem}.gallery__line{background:#ffffff14;flex:1;height:1px}.gallery__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.gallery__item{opacity:0;transition:opacity .8s var(--transition), transform .8s var(--transition);transform:translateY(40px)}.gallery__item.visible{opacity:1;transform:translateY(0)}.gallery__img-wrap{aspect-ratio:4/5;border-radius:4px;position:relative;overflow:hidden}.gallery__img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--transition)}.gallery__item:hover .gallery__img{transform:scale(1.05)}.gallery__info{justify-content:space-between;align-items:baseline;padding:.8rem .2rem 0;display:flex}.gallery__item-title{letter-spacing:.02em;color:var(--cream);font-size:.85rem;font-weight:400}.gallery__item-price{color:var(--gray);font-size:.8rem}.marquee{border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:3rem 0;overflow:hidden}.marquee__track{white-space:nowrap;animation:30s linear infinite marqueeScroll;display:flex}.marquee__text{font-family:var(--font-serif);color:var(--cream);opacity:.15;flex-shrink:0;font-size:clamp(1.5rem,4vw,2.5rem);font-style:italic}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.landing--mosaic{align-items:flex-start;padding-top:80px}.hero{min-height:80vh;padding:3rem 1.5rem}.hero--floating{background:radial-gradient(#050505eb 0%,#050505b3 60%,#05050566 100%);border-radius:0;min-height:auto;padding:1.5rem}.hero__text{gap:1rem}.hero__subtitle{max-width:90%;font-size:.9rem}.hero__drag-hint{font-size:.6rem}.gallery{padding:3rem 1.5rem 4rem}.gallery__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (width<=480px){.landing--mosaic{padding-top:70px}.hero--floating{padding:1.2rem 1rem}.hero__line{font-size:clamp(1.8rem,10vw,3.5rem)}.hero__subtitle{font-size:.85rem;line-height:1.6}.hero__ctas{flex-direction:column;gap:.7rem;width:100%}.hero__cta{width:100%;padding:.8rem 1.6rem;font-size:.75rem}.gallery__grid{grid-template-columns:1fr}}.about{min-height:100vh;padding-top:80px}.about__hero{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:6rem 3rem 4rem;display:flex}.about__label{letter-spacing:.25em;text-transform:uppercase;color:var(--gray);font-size:.7rem}.about__title{font-family:var(--font-serif);flex-direction:column;font-size:clamp(2.5rem,7vw,5rem);font-weight:400;line-height:1.15;display:flex}.about__title em{color:var(--accent)}.about__content{grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;padding:2rem 3rem 6rem;display:grid}.about__portrait-img{aspect-ratio:3/4;object-fit:cover;border-radius:4px;width:100%}.about__text{flex-direction:column;gap:2.5rem;padding-top:1rem;display:flex}.about__block h2{font-family:var(--font-serif);margin-bottom:1rem;font-size:1.8rem;font-weight:400}.about__block h3{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:.8rem;font-size:.75rem}.about__block p{color:var(--cream);opacity:.8;font-size:.95rem;line-height:1.8}.highlight{color:var(--accent);font-style:italic;font-family:var(--font-serif)}.about__stats{border-top:1px solid #ffffff14;gap:3rem;padding-top:1.5rem;display:flex}.about__stat{flex-direction:column;gap:.3rem;display:flex}.about__stat-number{font-family:var(--font-serif);color:var(--white);font-size:2rem}.about__stat-label{letter-spacing:.1em;text-transform:uppercase;color:var(--gray);font-size:.7rem}@media (width<=768px){.about__content{grid-template-columns:1fr;gap:2rem;padding:2rem 1rem 4rem}.about__hero{padding:4rem 1rem 2rem}.about__block h2{font-size:1.4rem}.about__block p{font-size:.9rem}.about__stats{flex-wrap:wrap;gap:1.5rem}.about__stat-number{font-size:1.6rem}}.product-detail{grid-template-columns:1fr 1fr;min-height:100vh;padding-top:80px;display:grid}.product-detail--404{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.product-detail__gallery{height:calc(100vh - 80px);padding:2rem;position:sticky;top:80px}.product-detail__image{object-fit:cover;border-radius:4px;width:100%;height:100%}.product-detail__info{flex-direction:column;gap:1.5rem;padding:3rem 3rem 4rem;display:flex}.product-detail__back{letter-spacing:.1em;text-transform:uppercase;color:var(--gray);align-items:center;gap:.5rem;width:fit-content;font-size:.75rem;transition:color .3s;display:inline-flex}.product-detail__back:hover{color:var(--white)}.product-detail__category{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);font-size:.7rem}.product-detail__title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2}.product-detail__desc{color:var(--cream);opacity:.7;max-width:500px;font-size:.95rem;line-height:1.8}.product-detail__price-row{align-items:baseline;gap:1rem;display:flex}.product-detail__price{font-family:var(--font-serif);font-size:2rem}.product-detail__edition{letter-spacing:.1em;text-transform:uppercase;color:var(--gray);border:1px solid #ffffff1a;border-radius:100px;padding:.3rem .8rem;font-size:.7rem}.product-detail__actions{gap:1rem;padding-top:.5rem;display:flex}.btn-primary{background:var(--white);color:var(--black);letter-spacing:.12em;text-transform:uppercase;text-align:center;border-radius:100px;padding:.9rem 2.5rem;font-size:.8rem;font-weight:500;transition:all .3s}.btn-primary:hover{background:var(--accent);transform:translateY(-2px)}.btn-outline{letter-spacing:.12em;text-transform:uppercase;color:var(--cream);border:1px solid #ffffff26;border-radius:100px;padding:.9rem 2rem;font-size:.8rem;transition:all .3s}.btn-outline:hover{border-color:var(--white);color:var(--white)}.product-detail__meta{border-top:1px solid #ffffff0f;flex-direction:column;gap:1rem;padding-top:1.5rem;display:flex}.product-detail__meta-item{border-bottom:1px solid #ffffff0a;justify-content:space-between;padding-bottom:.8rem;display:flex}.meta-label{letter-spacing:.1em;text-transform:uppercase;color:var(--gray);font-size:.75rem}.meta-value{color:var(--cream);font-size:.85rem}@media (width<=768px){.product-detail{grid-template-columns:1fr}.product-detail__gallery{height:50vh;padding:.5rem;position:relative;top:0}.product-detail__info{padding:1.5rem 1rem 4rem}.product-detail__title{font-size:clamp(1.6rem,6vw,2.2rem)}.product-detail__desc{font-size:.9rem}.product-detail__actions{flex-direction:column}.btn-primary,.btn-outline{text-align:center;justify-content:center;align-items:center;min-height:48px;display:flex}.product-detail__back{align-items:center;min-height:44px;display:inline-flex}}@media (width<=380px){.product-detail__gallery{height:40vh}.product-detail__price{font-size:1.5rem}}.checkout{min-height:100vh;padding-top:80px}.checkout__header{flex-direction:column;gap:1rem;padding:3rem 3rem 2rem;display:flex}.checkout__back{letter-spacing:.1em;text-transform:uppercase;color:var(--gray);align-items:center;gap:.5rem;width:fit-content;font-size:.75rem;transition:color .3s;display:inline-flex}.checkout__back:hover{color:var(--white)}.checkout__title{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3.5rem);font-weight:400}.checkout__layout{grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;padding:2rem 3rem 6rem;display:grid}.checkout__section-title{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:2rem;font-size:.75rem}.checkout__item{border-bottom:1px solid #ffffff0f;align-items:center;gap:1rem;padding:1rem 0;display:flex}.checkout__item-img{border-radius:4px;flex-shrink:0;width:70px;height:70px;overflow:hidden}.checkout__item-image{object-fit:cover;width:100%;height:100%}.checkout__item-details{flex-direction:column;flex:1;gap:.2rem;display:flex}.checkout__item-details h3{color:var(--cream);font-size:.9rem;font-weight:400}.checkout__item-cat{letter-spacing:.1em;text-transform:uppercase;color:var(--gray);font-size:.65rem}.checkout__item-price{color:var(--white);font-size:.85rem}.checkout__item-qty{align-items:center;gap:.5rem;margin-top:.2rem;display:flex}.checkout__item-qty button{width:22px;height:22px;color:var(--cream);border:1px solid #ffffff26;border-radius:4px;justify-content:center;align-items:center;font-size:.85rem;transition:background .15s,border-color .15s;display:flex}.checkout__item-qty button:hover{border-color:var(--accent);background:#ffffff14}.checkout__item-qty span{text-align:center;min-width:1rem;color:var(--cream);font-size:.8rem}.checkout__item-remove{color:var(--gray);padding:0 .5rem;font-size:1.5rem;transition:color .3s}.checkout__item-remove:hover{color:#f44}.checkout__totals{flex-direction:column;gap:.8rem;padding-top:1.5rem;display:flex}.checkout__total-row{color:var(--cream);opacity:.6;justify-content:space-between;font-size:.85rem;display:flex}.checkout__total-row--final{opacity:1;border-top:1px solid #ffffff1a;padding-top:.8rem;font-size:1.1rem;font-weight:500}.checkout__form{flex-direction:column;gap:1.2rem;display:flex}.checkout__field-group{flex-direction:column;gap:.4rem;display:flex}.checkout__field-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.checkout__label{letter-spacing:.1em;text-transform:uppercase;color:var(--gray);font-size:.7rem}.checkout__input{color:var(--white);font-family:var(--font-sans);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:6px;outline:none;padding:.8rem 1rem;font-size:.9rem;transition:border-color .3s}.checkout__input::placeholder{color:var(--gray);opacity:.5}.checkout__input:focus{border-color:var(--accent)}.checkout__divider{background:#ffffff0f;height:1px;margin:.5rem 0}.checkout__submit{background:var(--white);color:var(--black);font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;border-radius:100px;margin-top:.5rem;padding:1rem 2rem;font-size:.85rem;font-weight:500;transition:all .3s}.checkout__submit:hover{background:var(--accent);transform:translateY(-2px)}.checkout__payment-notice{color:var(--cream);background:#d4b89614;border:1px solid #d4b89633;border-radius:8px;align-items:center;gap:.7rem;margin:1rem 0;padding:1rem 1.2rem;font-size:.85rem;display:flex}.checkout__payment-notice svg{flex-shrink:0}.checkout__error{color:#ff6b6b;background:#ff3c3c1a;border:1px solid #ff3c3c4d;border-radius:6px;margin-bottom:1rem;padding:.8rem 1rem;font-size:.85rem}.checkout__login-prompt{color:var(--cream);opacity:.6;margin-bottom:1rem;font-size:.85rem}@media (width<=768px){.checkout__header{padding:2rem 1rem 1.5rem}.checkout__layout{grid-template-columns:1fr;gap:2rem;padding:1rem 1rem 4rem}.checkout__field-row{grid-template-columns:1fr}.checkout__input{min-height:48px;padding:.9rem 1rem}.checkout__submit{min-height:52px;font-size:.9rem}.checkout__item{gap:.8rem;padding:.8rem 0}}.login{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.login__left{background:var(--gray-light);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.login__left:before{content:"";background:radial-gradient(at 30%,#d4b8960f,#0000 60%),radial-gradient(at 70% 80%,#d4b8960a,#0000 50%);position:absolute;inset:0}.login__art{text-align:center;z-index:1;position:relative}.login__art-text{font-family:var(--font-serif);color:#ffffff0a;-webkit-user-select:none;user-select:none;font-size:12rem;font-style:italic;line-height:1}.login__art-sub{letter-spacing:.3em;text-transform:uppercase;color:var(--gray);margin-top:-1rem;font-size:.7rem}.login__right{justify-content:center;align-items:center;padding:3rem;display:flex}.login__form-wrap{flex-direction:column;gap:1.2rem;width:100%;max-width:380px;display:flex}.login__brand{letter-spacing:.3em;color:var(--gray);margin-bottom:1rem;font-size:.8rem}.login__title{font-family:var(--font-serif);font-size:2.2rem;font-weight:400}.login__subtitle{color:var(--cream);opacity:.5;margin-bottom:.5rem;font-size:.9rem}.login__form{flex-direction:column;gap:1rem;display:flex}.login__field{flex-direction:column;gap:.4rem;display:flex}.login__label{letter-spacing:.1em;text-transform:uppercase;color:var(--gray);font-size:.7rem}.login__input{color:var(--white);font-family:var(--font-sans);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:6px;outline:none;padding:.85rem 1rem;font-size:.9rem;transition:border-color .3s}.login__input::placeholder{color:var(--gray);opacity:.4}.login__input:focus{border-color:var(--accent)}.login__forgot{color:var(--cream);opacity:.4;text-align:right;font-size:.75rem;transition:opacity .3s}.login__forgot:hover{opacity:1}.login__submit{background:var(--white);color:var(--black);font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;border-radius:100px;margin-top:.5rem;padding:.9rem 2rem;font-size:.85rem;font-weight:500;transition:all .3s}.login__submit:hover:not(:disabled){background:var(--accent);transform:translateY(-2px)}.login__submit:disabled{opacity:.5;cursor:not-allowed}.login__error{color:#ff6b6b;background:#ff3c3c14;border:1px solid #ff3c3c33;border-radius:6px;align-items:flex-start;gap:.6rem;padding:.8rem 1rem;font-size:.8rem;line-height:1.5;display:flex}.login__error svg{flex-shrink:0;margin-top:1px}.login__password-wrap{position:relative}.login__input--password{width:100%;padding-right:3rem}.login__eye{color:var(--gray);padding:4px;transition:color .3s;position:absolute;top:50%;right:.8rem;transform:translateY(-50%)}.login__eye:hover{color:var(--white)}.login__hint{color:var(--gray);opacity:.6;margin-top:.2rem;font-size:.65rem}.login__spinner{border:2px solid #0a0a0a33;border-top-color:var(--black);border-radius:50%;width:18px;height:18px;animation:.6s linear infinite loginSpin;display:inline-block}@keyframes loginSpin{to{transform:rotate(360deg)}}.login__spinner--dark{border-color:#ffffff26;border-top-color:var(--cream)}.login__divider{align-items:center;gap:1rem;display:flex}.login__divider:before,.login__divider:after{content:"";background:#ffffff14;flex:1;height:1px}.login__divider span{color:var(--gray);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}.login__social{color:var(--cream);letter-spacing:.05em;border:1px solid #ffffff1a;border-radius:100px;justify-content:center;align-items:center;gap:.6rem;padding:.8rem;font-size:.8rem;transition:all .3s;display:flex}.login__social:hover{border-color:var(--white);background:#ffffff0a}.login__toggle{color:var(--gray);text-align:center;font-size:.8rem}.login__toggle-btn{color:var(--accent);text-underline-offset:3px;font-size:.8rem;text-decoration:underline;transition:opacity .3s}.login__toggle-btn:hover{opacity:.7}@media (width<=768px){.login{grid-template-columns:1fr}.login__left{display:none}.login__right{min-height:100vh;padding:2rem 1.5rem}}.dash-tab__header{margin-bottom:2.5rem}.dash-tab__title{font-family:var(--font-serif);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:400}.dash-tab__title em{color:var(--accent)}.dash-tab__subtitle{color:var(--cream);opacity:.5;font-size:.9rem}.dash-stats{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:3rem;display:grid}.dash-stat{background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;flex-direction:column;gap:.4rem;padding:1.5rem;display:flex}.dash-stat__number{font-family:var(--font-serif);color:var(--white);font-size:1.8rem}.dash-stat__label{letter-spacing:.1em;text-transform:uppercase;color:var(--gray);font-size:.7rem}.dash-section{margin-bottom:2.5rem}.dash-section__header{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.dash-section__title{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);font-size:.75rem}.dash-empty{text-align:center;border:1px dashed #ffffff1a;border-radius:10px;padding:3rem 1rem}.dash-empty p{color:var(--gray);margin-bottom:1rem;font-size:.9rem}.dash-empty__link{letter-spacing:.1em;text-transform:uppercase;color:var(--cream);border:1px solid #ffffff26;border-radius:100px;padding:.6rem 1.5rem;font-size:.75rem;transition:all .3s;display:inline-flex}.dash-empty__link:hover{border-color:var(--accent);color:var(--accent)}.dash-orders-compact{flex-direction:column;gap:.5rem;display:flex}.dash-order-row{background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:1rem;padding:1rem 1.2rem;transition:background .2s;display:flex}.dash-order-row:hover{background:#ffffff0a}.dash-order-row__images{gap:-4px;display:flex}.dash-order-row__thumb{object-fit:cover;border:2px solid var(--black);border-radius:6px;width:36px;height:36px;margin-left:-8px}.dash-order-row__thumb:first-child{margin-left:0}.dash-order-row__more{width:36px;height:36px;color:var(--gray);background:#ffffff14;border-radius:6px;justify-content:center;align-items:center;margin-left:-8px;font-size:.65rem;display:flex}.dash-order-row__info{flex-direction:column;flex:1;gap:.15rem;display:flex}.dash-order-row__id{color:var(--cream);font-size:.8rem;font-weight:500}.dash-order-row__date{color:var(--gray);font-size:.7rem}.dash-order-row__status{letter-spacing:.08em;text-transform:uppercase;border-radius:100px;padding:.3rem .7rem;font-size:.65rem;font-weight:500}.dash-order-row__status--processing{color:#ffb432;background:#ffb4321a}.dash-order-row__status--shipped{color:#6496ff;background:#6496ff1a}.dash-order-row__status--delivered{color:#50c878;background:#50c8781a}.dash-order-row__status--cancelled{color:#ff5050;background:#ff50501a}.dash-order-row__total{color:var(--white);text-align:right;min-width:60px;font-size:.85rem;font-weight:500}.dash-actions{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dash-action-card{color:var(--cream);background:#ffffff05;border:1px solid #ffffff0f;border-radius:10px;flex-direction:column;align-items:center;gap:.8rem;padding:2rem;transition:all .3s;display:flex}.dash-action-card:hover{background:#ffffff0a;border-color:#ffffff26}.dash-action-card span{letter-spacing:.05em;font-size:.8rem}.dash-filters{flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem;display:flex}.dash-filter{letter-spacing:.05em;text-transform:capitalize;color:var(--cream);opacity:.5;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.75rem;transition:all .2s;display:flex}.dash-filter:hover{opacity:.8}.dash-filter.active{opacity:1;border-color:var(--accent);color:var(--accent)}.dash-filter__count{background:#ffffff14;border-radius:100px;padding:.1rem .4rem;font-size:.6rem}.dash-filter.active .dash-filter__count{background:#d4b89626}.dash-orders{flex-direction:column;gap:.8rem;display:flex}.dash-order{border:1px solid #ffffff0f;border-radius:10px;transition:border-color .2s;overflow:hidden}.dash-order.expanded{border-color:#ffffff1f}.dash-order__header{text-align:left;justify-content:space-between;align-items:center;width:100%;padding:1.2rem 1.5rem;transition:background .2s;display:flex}.dash-order__header:hover{background:#ffffff05}.dash-order__left{flex-direction:column;gap:.2rem;display:flex}.dash-order__id{color:var(--cream);font-size:.85rem;font-weight:500}.dash-order__date{color:var(--gray);font-size:.72rem}.dash-order__right{align-items:center;gap:1rem;display:flex}.dash-order__status{letter-spacing:.08em;text-transform:uppercase;border-radius:100px;padding:.3rem .8rem;font-size:.65rem;font-weight:500}.dash-order__status--processing{color:#ffb432;background:#ffb4321a}.dash-order__status--shipped{color:#6496ff;background:#6496ff1a}.dash-order__status--delivered{color:#50c878;background:#50c8781a}.dash-order__status--cancelled{color:#ff5050;background:#ff50501a}.dash-order__total{color:var(--white);text-align:right;min-width:60px;font-size:.9rem;font-weight:500}.dash-order__chevron{color:var(--gray);transition:transform .3s}.dash-order__chevron.open{transform:rotate(180deg)}.dash-order__details{border-top:1px solid #ffffff0a;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.dash-order__progress{align-items:center;gap:0;padding:.5rem 0;display:flex}.dash-order__step{flex-direction:column;align-items:center;gap:.5rem;display:flex}.dash-order__step-dot{background:0 0;border:2px solid #fff3;border-radius:50%;width:12px;height:12px;transition:all .3s}.dash-order__step.done .dash-order__step-dot{border-color:var(--accent);background:var(--accent)}.dash-order__step span{letter-spacing:.05em;text-transform:uppercase;color:var(--gray);font-size:.65rem}.dash-order__step.done span{color:var(--cream)}.dash-order__step-line{background:#ffffff1a;flex:1;height:2px;margin:0 .5rem 1.5rem;transition:background .3s}.dash-order__step-line.done{background:var(--accent)}.dash-order__items{flex-direction:column;gap:.8rem;display:flex}.dash-order__item{background:#ffffff05;border-radius:8px;align-items:center;gap:1rem;padding:.6rem;display:flex}.dash-order__item-img{object-fit:cover;border-radius:6px;width:50px;height:50px}.dash-order__item-info{flex-direction:column;gap:.15rem;display:flex}.dash-order__item-title{color:var(--cream);font-size:.85rem}.dash-order__item-meta{color:var(--gray);font-size:.72rem}.dash-order__meta-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.dash-order__meta-block{flex-direction:column;gap:.3rem;display:flex}.dash-order__meta-label{letter-spacing:.1em;text-transform:uppercase;color:var(--gray);font-size:.65rem}.dash-order__meta-value{color:var(--cream);font-size:.82rem}.dash-order__meta-value--mono{letter-spacing:.03em;font-family:monospace;font-size:.78rem}.dash-settings-section{border-bottom:1px solid #ffffff0f;padding:2rem 0}.dash-settings-section:last-child{border-bottom:none}.dash-settings-section__title{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem;font-size:.75rem}.dash-settings-section__header-row{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dash-settings-section__header-row .dash-settings-section__title{margin-bottom:0}.dash-settings-toggle{color:var(--gray);text-underline-offset:3px;font-size:.7rem;text-decoration:underline;transition:color .3s}.dash-settings-toggle:hover{color:var(--cream)}.dash-settings-form{flex-direction:column;gap:1rem;max-width:600px;display:flex}.dash-settings-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dash-settings-field{flex-direction:column;gap:.4rem;display:flex}.dash-settings-label{letter-spacing:.1em;text-transform:uppercase;color:var(--gray);font-size:.7rem}.dash-settings-input{color:var(--white);font-family:var(--font-sans);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:6px;outline:none;padding:.8rem 1rem;font-size:.9rem;transition:border-color .3s}.dash-settings-input:focus{border-color:var(--accent)}.dash-settings-value{color:var(--cream);opacity:.5;font-size:.85rem}.dash-settings-hint{color:var(--gray);opacity:.6;font-size:.65rem}.dash-settings-btn{background:var(--white);color:var(--black);font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;border-radius:100px;width:fit-content;margin-top:.5rem;padding:.8rem 2rem;font-size:.8rem;font-weight:500;transition:all .3s}.dash-settings-btn:hover:not(:disabled){background:var(--accent);transform:translateY(-2px)}.dash-settings-btn:disabled{opacity:.5;cursor:not-allowed}.dash-settings-section--danger{border-bottom:none}.dash-settings-danger-text{color:var(--cream);opacity:.5;max-width:500px;margin-bottom:1rem;font-size:.85rem}.dash-settings-btn--danger{color:#ff6b6b;background:0 0;border:1px solid #ff3c3c4d}.dash-settings-btn--danger:hover:not(:disabled){background:#ff3c3c1a;border-color:#ff6b6b;transform:translateY(-2px)}.dash-msg{border-radius:6px;margin-bottom:1rem;padding:.7rem 1rem;font-size:.8rem}.dash-msg--success{color:#50c878;background:#50c87814;border:1px solid #50c87833}.dash-msg--error{color:#ff6b6b;background:#ff3c3c14;border:1px solid #ff3c3c33}@media (width<=768px){.dash-stats{grid-template-columns:repeat(2,1fr)}.dash-actions{grid-template-columns:1fr}.dash-order-row{flex-wrap:wrap;gap:.5rem}.dash-order__header{flex-direction:column;align-items:flex-start;gap:.8rem}.dash-order__right{justify-content:space-between;width:100%}.dash-settings-row{grid-template-columns:1fr}}.dash-products__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.dash-products__subtitle{color:var(--gray);margin-top:.25rem;font-size:.75rem}.dash-products__add-btn{background:var(--white);color:var(--black);font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;border-radius:100px;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.78rem;font-weight:500;transition:all .3s;display:flex}.dash-products__add-btn:hover{background:var(--accent);transform:translateY(-2px)}.dash-products__editor{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.dash-products__editor-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dash-products__editor-header h3{color:var(--cream);letter-spacing:.05em;font-size:1rem;font-weight:500}.dash-products__close{color:var(--gray);padding:.3rem;transition:color .2s}.dash-products__close:hover{color:var(--white)}.dash-products__form{flex-direction:column;gap:1rem;display:flex}.dash-products__field{flex-direction:column;gap:.4rem;display:flex}.dash-products__image-inputs{align-items:stretch;gap:.5rem;display:flex}.dash-products__image-inputs .dash-settings-input{flex:1;min-width:0}.dash-products__upload-btn{color:var(--cream);cursor:pointer;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:6px;align-items:center;gap:.4rem;padding:0 1rem;font-size:.8rem;transition:background .2s,border-color .2s;display:inline-flex}.dash-products__upload-btn:hover{border-color:var(--accent);background:#ffffff1a}.dash-products__upload-btn[aria-disabled=true]{opacity:.5;pointer-events:none}.dash-products__upload-spinner{border:2px solid #fff3;border-top-color:var(--accent);border-radius:50%;width:14px;height:14px;animation:.6s linear infinite upload-spin}@keyframes upload-spin{to{transform:rotate(360deg)}}.dash-products__textarea{resize:vertical;min-height:80px;font-family:var(--font-sans)}.dash-products__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23888' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.dash-products__select option{color:var(--cream);background:#1a1a1a}.dash-products__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dash-products__preview{aspect-ratio:16/9;background:#ffffff05;border:1px dashed #ffffff1a;border-radius:10px;width:100%;margin-bottom:.5rem;position:relative;overflow:hidden}.dash-products__preview--clickable{cursor:pointer;transition:border-color .3s;display:block}.dash-products__preview--clickable:hover{border-color:var(--accent)}.dash-products__preview-edit{opacity:0;color:var(--white);background:#0009;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.dash-products__preview--clickable:hover .dash-products__preview-edit{opacity:1}.dash-products__preview-edit span{letter-spacing:.1em;text-transform:uppercase;font-size:.7rem}.dash-products__preview-img{object-fit:cover;width:100%;height:100%}.dash-products__preview-placeholder{width:100%;height:100%;color:var(--gray);opacity:.4;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.dash-products__preview-placeholder span{letter-spacing:.1em;text-transform:uppercase;font-size:.7rem}.dash-products__form-actions{gap:1rem;margin-top:.5rem;display:flex}.dash-products__cancel-btn{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--gray);border:1px solid #ffffff1a;border-radius:100px;padding:.8rem 2rem;font-size:.8rem;font-weight:500;transition:all .3s}.dash-products__cancel-btn:hover{color:var(--cream);border-color:#ffffff4d}.dash-products__filters{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.dash-products__search{max-width:300px;color:var(--gray);background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:.6rem;padding:.6rem 1rem;display:flex}.dash-products__search-input{color:var(--cream);font-family:var(--font-sans);background:0 0;border:none;outline:none;width:100%;font-size:.82rem}.dash-products__search-input::placeholder{color:var(--gray);opacity:.5}.dash-products__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.2rem;display:grid}.dash-product-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:10px;transition:border-color .3s;overflow:hidden}.dash-product-card:hover{border-color:#ffffff26}.dash-product-card__img-wrap{aspect-ratio:1;position:relative;overflow:hidden}.dash-product-card__img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.dash-product-card:hover .dash-product-card__img{transform:scale(1.05)}.dash-product-card__actions{opacity:0;gap:.4rem;transition:all .3s;display:flex;position:absolute;top:.6rem;right:.6rem;transform:translateY(-4px)}.dash-product-card:hover .dash-product-card__actions{opacity:1;transform:translateY(0)}.dash-product-card__edit,.dash-product-card__delete{-webkit-backdrop-filter:blur(12px);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.dash-product-card__edit{color:var(--white);background:#ffffff26}.dash-product-card__edit:hover{background:#ffffff4d}.dash-product-card__delete{color:#ff6b6b;background:#ff3c3c26}.dash-product-card__delete:hover,.dash-product-card__delete.confirm{background:#ff3c3c66}.dash-product-card__confirm-text{letter-spacing:.05em;text-transform:uppercase;font-size:.55rem;font-weight:600}.dash-product-card__stock{letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);color:#50c878;background:#50c87826;border-radius:100px;padding:.25rem .6rem;font-size:.6rem;font-weight:500;position:absolute;bottom:.6rem;left:.6rem}.dash-product-card__stock.low{color:#ffb432;background:#ffb43226}.dash-product-card__stock.out{color:#ff6b6b;background:#ff3c3c26}.dash-product-card__body{flex-direction:column;gap:.3rem;padding:1rem;display:flex}.dash-product-card__cat{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);font-size:.6rem}.dash-product-card__title{color:var(--cream);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:500;overflow:hidden}.dash-product-card__footer{justify-content:space-between;align-items:center;margin-top:.3rem;display:flex}.dash-product-card__price{color:var(--white);font-size:.85rem;font-weight:500}.dash-product-card__id{color:var(--gray);opacity:.5;font-size:.65rem}@media (width<=768px){.dash-products__grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.dash-products__header{flex-direction:column;align-items:flex-start}.dash-products__add-btn{justify-content:center;width:100%}.dash-products__search{max-width:100%}.dash-products__row{grid-template-columns:1fr}.dash-products__form-actions{flex-direction:column}.dash-products__cancel-btn,.dash-products__form-actions .dash-settings-btn{text-align:center;width:100%}.dash-product-card__actions{opacity:1;transform:translateY(0)}}@media (width<=480px){.dash-products__grid{grid-template-columns:1fr}}.custom-requests{flex-direction:column;gap:.8rem;display:flex}.custom-req{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;transition:border-color .3s;overflow:hidden}.custom-req.expanded{border-color:#d4b89633}.custom-req__header{text-align:left;align-items:center;gap:1rem;width:100%;padding:1rem 1.2rem;transition:background .2s;display:flex}.custom-req__header:hover{background:#ffffff05}.custom-req__thumb{border:1px solid #ffffff0f;border-radius:8px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.custom-req__thumb img{object-fit:cover;width:100%;height:100%}.custom-req__info{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.custom-req__number{color:var(--white);font-family:monospace;font-size:.85rem;font-weight:600}.custom-req__email{color:var(--cream);opacity:.5;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.custom-req__date{color:var(--cream);opacity:.3;font-size:.7rem}.custom-req__meta{flex-shrink:0;align-items:center;gap:.8rem;display:flex}.custom-req__style-tag{white-space:nowrap;background:#ffffff0f;border-radius:100px;padding:.2rem .6rem;font-size:.7rem}.custom-req__status{letter-spacing:.05em;font-size:.75rem;font-weight:600}.custom-req__chevron{opacity:.3;transition:transform .3s}.custom-req__chevron.open{transform:rotate(180deg)}.custom-req__details{border-top:1px solid #ffffff0a;padding:0 1.2rem 1.2rem}.custom-req__grid{grid-template-columns:280px 1fr;gap:1.5rem;margin-top:1rem;display:grid}.custom-req__image-full{background:#0000004d;border:1px solid #ffffff0f;border-radius:10px;overflow:hidden}.custom-req__image-full img{width:100%;display:block}.custom-req__fields{flex-direction:column;gap:.8rem;display:flex}.custom-req__field{flex-direction:column;gap:.25rem;display:flex}.custom-req__field label{letter-spacing:.1em;text-transform:uppercase;color:var(--cream);opacity:.4;font-size:.65rem}.custom-req__field span{color:var(--white);font-size:.85rem}.custom-req__colors{flex-wrap:wrap;gap:4px;display:flex}.custom-req__color-dot{border:1px solid #ffffff26;border-radius:50%;width:22px;height:22px}.custom-req__divider{background:#ffffff0f;height:1px;margin:.5rem 0}.custom-req__select,.custom-req__input,.custom-req__textarea{color:var(--cream);font-family:var(--font-sans);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;padding:.6rem .8rem;font-size:.85rem;transition:border-color .3s}.custom-req__select:focus,.custom-req__input:focus,.custom-req__textarea:focus{border-color:var(--accent);outline:none}.custom-req__select{cursor:pointer}.custom-req__textarea{resize:vertical}.custom-req__save{background:var(--accent);color:var(--black);letter-spacing:.1em;text-transform:uppercase;border-radius:100px;align-self:flex-start;padding:.6rem 1.4rem;font-size:.75rem;font-weight:600;transition:all .3s}.custom-req__save:hover:not(:disabled){background:var(--white)}.custom-req__save:disabled{opacity:.4;cursor:not-allowed}@media (width<=768px){.custom-req__grid{grid-template-columns:1fr}.custom-req__meta{flex-direction:column;align-items:flex-end;gap:.3rem}}.custom-req__contact-btn{width:32px;height:32px;color:var(--cream);opacity:.4;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.custom-req__contact-btn:hover{opacity:1;color:var(--accent);background:#d4b8961a}.custom-req__price-tag{color:gold;font-size:.8rem;font-weight:600}.contact-modal__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0009;position:fixed;inset:0}.contact-modal{z-index:2001;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;min-width:min(360px,90vw);max-width:90vw;padding:2rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 80px #00000080}.contact-modal__close{color:var(--cream);opacity:.4;transition:opacity .2s;position:absolute;top:1rem;right:1rem}.contact-modal__close:hover{opacity:1}.contact-modal__title{font-family:var(--font-serif);margin-bottom:.2rem;font-size:1.3rem;font-weight:400}.contact-modal__req{color:var(--cream);opacity:.4;margin-bottom:1.5rem;font-family:monospace;font-size:.75rem}.contact-modal__fields{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.contact-modal__field{flex-direction:column;gap:.2rem;display:flex}.contact-modal__field label{letter-spacing:.1em;text-transform:uppercase;color:var(--cream);opacity:.4;font-size:.65rem}.contact-modal__field a{color:var(--accent);font-size:.95rem;transition:opacity .2s}.contact-modal__field a:hover{opacity:.7}.contact-modal__none{color:var(--cream);opacity:.3;font-size:.85rem;font-style:italic}.contact-modal__actions{gap:.8rem;display:flex}.contact-modal__btn{letter-spacing:.08em;text-transform:uppercase;border-radius:100px;align-items:center;gap:.5rem;padding:.7rem 1.2rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.contact-modal__btn--email{background:var(--accent);color:var(--black)}.contact-modal__btn--email:hover{background:var(--white)}.contact-modal__btn--whatsapp{color:#fff;background:#25d366}.contact-modal__btn--whatsapp:hover{background:#1ebe5a}.dash{min-height:100vh;padding-top:72px}.dash__sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#141414f2;border-right:1px solid #ffffff0f;flex-direction:column;width:260px;padding:2rem 0;display:flex;position:fixed;top:72px;bottom:0;left:0}.dash__sidebar-header{border-bottom:1px solid #ffffff0f;align-items:center;gap:.8rem;padding:0 1.5rem 2rem;display:flex}.dash__avatar{background:var(--accent);width:40px;height:40px;color:var(--black);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex}.dash__user-info{flex-direction:column;display:flex;overflow:hidden}.dash__user-name{color:var(--white);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.dash__user-email{color:var(--gray);white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.dash__admin-badge{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);vertical-align:middle;background:#d4b89626;border-radius:100px;margin-left:.5rem;padding:.15rem .5rem;font-size:.55rem;font-weight:600;display:inline-block}.dash__nav{flex-direction:column;flex:1;gap:.3rem;padding:1.5rem .8rem;display:flex}.dash__nav-item{color:var(--cream);opacity:.5;text-align:left;border-radius:8px;align-items:center;gap:.8rem;padding:.7rem 1rem;font-size:.82rem;transition:all .2s;display:flex}.dash__nav-item:hover{opacity:.8;background:#ffffff0a}.dash__nav-item.active{opacity:1;color:var(--accent);background:#ffffff0f}.dash__sidebar-footer{border-top:1px solid #ffffff0f;padding:1rem .8rem 0}.dash__logout{width:100%;color:var(--cream);opacity:.4;text-align:left;border-radius:8px;align-items:center;gap:.7rem;padding:.7rem 1rem;font-size:.8rem;transition:all .2s;display:flex}.dash__logout:hover{opacity:1;color:#ff6b6b;background:#ff3c3c0f}.dash__main{min-height:calc(100vh - 72px);margin-left:260px;padding:2.5rem 3rem 4rem}.dash__mobile-header,.dash__overlay{display:none}@media (width<=768px){.dash{padding-top:120px}.dash__main{margin-left:0}.dash__sidebar{z-index:200;transition:transform .3s;top:72px;transform:translate(-100%)}.dash__sidebar.open{transform:translate(0)}.dash__mobile-header{z-index:99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0af2;border-bottom:1px solid #ffffff0f;align-items:center;gap:1rem;padding:.8rem 1.5rem;display:flex;position:fixed;top:72px;left:0;right:0}.dash__mobile-burger{flex-direction:column;gap:4px;padding:4px;display:flex}.dash__mobile-burger span{background:var(--white);width:20px;height:1.5px;display:block}.dash__mobile-title{letter-spacing:.1em;text-transform:uppercase;color:var(--cream);font-size:.8rem}.dash__overlay{z-index:150;background:#0009;display:block;position:fixed;inset:0}.dash__main{padding:2rem 1.5rem 4rem}}.custom{max-width:960px;min-height:100vh;margin:0 auto;padding:7rem 3rem 4rem}.custom__header{text-align:center;margin-bottom:2.5rem}.custom__title{font-family:var(--font-serif);margin-bottom:.6rem;font-size:clamp(2rem,5vw,3rem);font-weight:400}.custom__title em{color:var(--accent)}.custom__subtitle{color:var(--cream);opacity:.6;max-width:520px;margin:0 auto;font-size:1rem;line-height:1.6}.custom__how{border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;margin-bottom:3rem;padding:2.5rem 0}.custom__how-title{font-family:var(--font-serif);text-align:center;letter-spacing:.04em;color:var(--cream);margin-bottom:2rem;font-size:1.3rem;font-weight:400}.custom__how-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.custom__how-card{text-align:center;flex-direction:column;align-items:center;gap:.6rem;display:flex;position:relative}.custom__how-num{font-family:var(--font-serif);color:var(--accent);opacity:.3;font-size:2rem;font-weight:300;line-height:1}.custom__how-icon{color:var(--accent);opacity:.75;margin-bottom:.2rem}.custom__how-card h3{font-family:var(--font-serif);color:var(--white);font-size:.95rem;font-weight:500}.custom__how-card p{color:var(--cream);opacity:.5;max-width:200px;font-size:.78rem;line-height:1.6}.custom__how-card:not(:last-child):after{content:"";background:#d4b89626;width:1.5rem;height:1px;position:absolute;top:2.2rem;right:-.75rem}.custom__steps{justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.custom__step{opacity:.3;align-items:center;gap:.5rem;transition:opacity .3s;display:flex}.custom__step.active,.custom__step.done{opacity:1}.custom__step-dot{border:1px solid var(--cream);width:28px;height:28px;color:var(--cream);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;transition:all .3s;display:flex}.custom__step.active .custom__step-dot{background:var(--accent);border-color:var(--accent);color:var(--black)}.custom__step.done .custom__step-dot{border-color:var(--accent);color:var(--accent);background:#d4b89633}.custom__step-label{letter-spacing:.1em;text-transform:uppercase;color:var(--cream);font-size:.75rem}.custom__step+.custom__step:before{content:"";background:#ffffff1a;width:24px;height:1px;margin-right:.5rem}.custom__error{color:#ff6b6b;text-align:center;background:#dc32321a;border:1px solid #dc32324d;border-radius:8px;margin-bottom:1.5rem;padding:.8rem 1.2rem;font-size:.85rem}.custom__content{margin-bottom:2rem}.custom__section-title{font-family:var(--font-serif);text-align:center;margin-bottom:1.5rem;font-size:1.4rem;font-weight:400}.custom__upload{flex-direction:column;align-items:center;gap:1rem;display:flex}.custom__dropzone{aspect-ratio:4/3;cursor:pointer;border:2px dashed #d4b89640;border-radius:16px;justify-content:center;align-items:center;width:100%;max-width:480px;transition:all .3s;display:flex;position:relative;overflow:hidden}.custom__dropzone:hover{border-color:var(--accent);background:#d4b89608}.custom__dropzone.has-image{border-style:solid;border-color:var(--accent)}.custom__dropzone-content{color:var(--cream);opacity:.5;flex-direction:column;align-items:center;gap:.6rem;display:flex}.custom__dropzone-content p{font-size:1rem;font-weight:500}.custom__dropzone-content span{font-size:.8rem}.custom__dropzone-hint{opacity:.5;margin-top:.3rem;font-size:.7rem!important}.custom__preview-img{object-fit:contain;background:#0000004d;width:100%;height:100%}.custom__style-options{grid-template-columns:1fr 1fr;gap:1.5rem;max-width:640px;margin:0 auto;display:grid}.custom__style-card{text-align:center;cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:center;gap:.8rem;padding:2rem 1.5rem;transition:all .3s;display:flex}.custom__style-card:hover{background:#ffffff0a;border-color:#d4b8964d}.custom__style-card.selected{border-color:var(--accent);background:#d4b89614;box-shadow:0 0 24px #d4b8961a}.custom__style-icon{color:var(--accent);opacity:.7}.custom__style-card.selected .custom__style-icon{opacity:1}.custom__style-card h3{font-family:var(--font-serif);font-size:1.1rem;font-weight:500}.custom__style-card p{color:var(--cream);opacity:.5;font-size:.8rem;line-height:1.5}.custom__color-mode{justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.custom__color-mode-btn{color:var(--cream);border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:.5rem;padding:.8rem 1.4rem;font-size:.85rem;transition:all .3s;display:flex}.custom__color-mode-btn:hover{border-color:#d4b8964d}.custom__color-mode-btn.selected{border-color:var(--accent);color:var(--accent);background:#d4b8961a}.custom__palette-builder{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.custom__hueforge-preview{aspect-ratio:1;background:#0000004d;border:1px solid #ffffff0f;border-radius:12px;justify-content:center;align-items:center;display:flex;overflow:hidden}.custom__hueforge-canvas{object-fit:contain;width:100%;height:100%}.custom__palette-controls h3{color:var(--cream);margin-bottom:.8rem;font-size:.9rem}.custom__swatches{flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem;display:flex}.custom__swatch{position:relative}.custom__swatch-color{cursor:pointer;border:2px solid #0000;border-radius:8px;width:36px;height:36px;transition:all .2s}.custom__swatch.active .custom__swatch-color{border-color:var(--white);box-shadow:0 0 0 3px #d4b8964d}.custom__swatch-remove{color:#fff;opacity:0;background:#dc3232cc;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;transition:opacity .2s;display:flex;position:absolute;top:-6px;right:-6px}.custom__swatch:hover .custom__swatch-remove{opacity:1}@media (hover:none){.custom__swatch-remove{opacity:.8}}.custom__swatch-add{width:36px;height:36px;color:var(--cream);opacity:.4;border:1px dashed #fff3;border-radius:8px;justify-content:center;align-items:center;font-size:1.2rem;transition:opacity .2s,border-color .2s;display:flex}.custom__swatch-add:hover{opacity:.8;border-color:var(--accent)}.custom__picker{margin-bottom:1.5rem}.custom__picker label{letter-spacing:.1em;text-transform:uppercase;color:var(--cream);opacity:.5;margin-bottom:.4rem;font-size:.75rem;display:block}.custom__picker-row{align-items:center;gap:.5rem;display:flex}.custom__color-input{cursor:pointer;background:0 0;border:none;border-radius:6px;width:40px;height:36px;padding:0}.custom__color-input::-webkit-color-swatch-wrapper{padding:0}.custom__color-input::-webkit-color-swatch{border:1px solid #ffffff1a;border-radius:6px}.custom__hex-input{color:var(--cream);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:6px;width:100px;padding:.5rem .8rem;font-family:monospace;font-size:.85rem}.custom__presets h4{letter-spacing:.1em;text-transform:uppercase;color:var(--cream);opacity:.5;margin-bottom:.8rem;font-size:.75rem}.custom__preset-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.custom__preset{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;flex-direction:column;align-items:center;gap:.3rem;padding:.6rem;transition:all .2s;display:flex}.custom__preset:hover{border-color:#d4b8964d}.custom__preset-swatches{gap:2px;display:flex}.custom__preset-swatches span{border-radius:2px;width:20px;height:12px}.custom__preset-swatches span:first-child{border-radius:4px 0 0 4px}.custom__preset-swatches span:last-child{border-radius:0 4px 4px 0}.custom__preset-name{color:var(--cream);opacity:.5;text-transform:uppercase;letter-spacing:.08em;font-size:.6rem}.custom__max-hint{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);opacity:.6;margin-bottom:.6rem;font-size:.7rem}.custom__bg-section{border-top:1px solid #ffffff0f;margin-top:2.5rem;padding-top:2rem}.custom__bg-options{grid-template-columns:repeat(2,1fr);gap:.8rem;max-width:640px;margin:0 auto 1.5rem;display:grid}.custom__bg-card{text-align:left;cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:.25rem;padding:1rem 1.2rem;transition:all .3s;display:flex}.custom__bg-card:hover{background:#ffffff0a;border-color:#d4b8964d}.custom__bg-card.selected{border-color:var(--accent);background:#d4b89614}.custom__bg-label{color:var(--white);font-size:.85rem;font-weight:600}.custom__bg-desc{color:var(--cream);opacity:.45;font-size:.72rem;line-height:1.5}.custom__bg-solid-picker{max-width:300px;margin:0 auto}.custom__bg-solid-preview{border:1px solid #ffffff26;border-radius:8px;flex-shrink:0;width:36px;height:36px}.custom__bg-flag-picker{max-width:640px;margin:0 auto}.custom__flag-grid{grid-template-columns:repeat(4,1fr);gap:.6rem;margin-top:.6rem;display:grid}.custom__flag-btn{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:10px;flex-direction:column;align-items:center;gap:.35rem;padding:.7rem .5rem;transition:all .25s;display:flex}.custom__flag-btn:hover{border-color:#d4b8964d}.custom__flag-btn.selected{border-color:var(--accent);background:#d4b8961a}.custom__flag-stripes{border-radius:3px;width:40px;height:24px;display:flex;overflow:hidden}.custom__flag-stripes span{flex:1}.custom__flag-name{color:var(--cream);opacity:.6;letter-spacing:.04em;font-size:.65rem}.custom__artist-choice{max-width:540px;margin:0 auto}.custom__artist-hint{color:var(--cream);opacity:.6;text-align:center;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.custom__textarea{width:100%;color:var(--cream);font-family:var(--font-sans);resize:vertical;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;padding:1rem;font-size:.9rem;line-height:1.6;transition:border-color .3s}.custom__textarea:focus{border-color:var(--accent);outline:none}.custom__sizes{grid-template-columns:repeat(4,1fr);gap:1rem;max-width:640px;margin-bottom:2rem;margin-left:auto;margin-right:auto;display:grid}.custom__size-card{text-align:center;cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:.3rem;padding:1.2rem;transition:all .3s;display:flex}.custom__size-card:hover{border-color:#d4b8964d}.custom__size-card.selected{border-color:var(--accent);background:#d4b89614}.custom__size-label{color:var(--white);font-size:.9rem;font-weight:600}.custom__size-dim{color:var(--cream);opacity:.4;font-size:.7rem}.custom__size-price{color:var(--accent);margin-top:.2rem;font-size:1rem;font-weight:600}.custom__notes-group{max-width:540px;margin:0 auto}.custom__label{letter-spacing:.1em;text-transform:uppercase;color:var(--cream);opacity:.5;margin-bottom:.5rem;font-size:.75rem;display:block}.custom__input{width:100%;color:var(--cream);font-family:var(--font-sans);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;padding:.8rem 1rem;font-size:.9rem;transition:border-color .3s}.custom__input:focus{border-color:var(--accent);outline:none}.custom__contact-row{grid-template-columns:1fr 1fr;gap:1rem;max-width:540px;margin:0 auto 1.5rem;display:grid}.custom__payment-notice{max-width:540px;color:var(--cream);background:#d4b89614;border:1px solid #d4b89633;border-radius:8px;align-items:center;gap:.7rem;margin:0 auto 1.5rem;padding:1rem 1.2rem;font-size:.85rem;display:flex}.custom__payment-notice svg{flex-shrink:0}.custom__review-notice{color:var(--accent);text-align:center;background:#d4b89614;border:1px solid #d4b89633;border-radius:8px;margin-top:1rem;padding:.8rem 1rem;font-size:.8rem}.custom__review-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.custom__review-image{background:#0000004d;border:1px solid #ffffff0f;border-radius:12px;overflow:hidden}.custom__review-image img{width:100%;display:block}.custom__review-details{flex-direction:column;gap:1.2rem;display:flex}.custom__review-row{flex-direction:column;gap:.3rem;display:flex}.custom__review-row span:first-child{letter-spacing:.12em;text-transform:uppercase;color:var(--cream);opacity:.4;font-size:.7rem}.custom__review-row strong{color:var(--white);font-size:.95rem;font-weight:500}.custom__review-price{color:var(--accent)!important;font-size:1.3rem!important}.custom__review-colors{align-items:center;gap:4px;display:flex}.custom__review-dot{border:1px solid #ffffff1a;border-radius:50%;width:20px;height:20px;display:inline-block}.custom__login-prompt{text-align:center;color:var(--cream);opacity:.6;margin-top:1.5rem}.custom__login-prompt a{color:var(--accent);text-decoration:underline}.custom__nav{border-top:1px solid #ffffff0f;align-items:center;padding-top:1.5rem;display:flex}.custom__nav-spacer{flex:1}.custom__btn{letter-spacing:.1em;text-transform:uppercase;border-radius:100px;align-items:center;gap:.5rem;min-height:48px;padding:.8rem 1.6rem;font-size:.8rem;transition:all .3s;display:inline-flex}.custom__btn--primary{background:var(--accent);color:var(--black);font-weight:600}.custom__btn--primary:hover:not(:disabled){background:var(--white)}.custom__btn--primary:disabled{opacity:.3;cursor:not-allowed}.custom__btn--ghost{color:var(--cream);border:1px solid #ffffff26}.custom__btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.custom__btn--submit{padding:.9rem 2rem;font-size:.85rem}.custom__btn--upload{justify-content:center;width:100%;max-width:480px}.custom__success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;padding-top:6rem;display:flex}.custom__success-icon{animation:successPop .4s var(--transition) forwards;margin-bottom:.5rem}@keyframes successPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.custom__success h1{font-family:var(--font-serif);font-size:1.8rem;font-weight:400}.custom__success p{color:var(--cream);opacity:.6;max-width:400px}.custom__success-sub{font-size:.85rem}.custom__success-actions{gap:1rem;margin-top:1rem;display:flex}@media (width<=768px){.custom{padding:6rem 1.5rem 3rem}.custom__steps{flex-wrap:wrap;gap:.5rem}.custom__step-label{display:none}.custom__step+.custom__step:before{width:16px}.custom__style-options{grid-template-columns:1fr;gap:1rem}.custom__palette-builder{grid-template-columns:1fr}.custom__sizes{grid-template-columns:repeat(2,1fr)}.custom__review-grid{grid-template-columns:1fr}.custom__color-mode{flex-direction:column;align-items:center}.custom__how-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.custom__how-card:not(:last-child):after{display:none}.custom__bg-options{grid-template-columns:1fr}.custom__flag-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=480px){.custom__title{font-size:1.8rem}.custom__sizes{grid-template-columns:1fr 1fr}.custom__preset-grid,.custom__how-grid{grid-template-columns:1fr}.custom__flag-grid{grid-template-columns:repeat(2,1fr)}}.products{min-height:100vh;padding-top:80px}.products__hero{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:6rem 3rem 2rem;display:flex}.products__label{letter-spacing:.25em;text-transform:uppercase;color:var(--gray);font-size:.7rem}.products__title{font-family:var(--font-serif);font-size:clamp(2.5rem,7vw,5rem);font-weight:400}.products__title em{color:var(--accent)}.products__filters{flex-wrap:wrap;justify-content:center;gap:1rem;padding:2rem 3rem;display:flex}.products__filter{letter-spacing:.12em;text-transform:uppercase;color:var(--cream);opacity:.5;border:1px solid #ffffff1a;border-radius:100px;padding:.5rem 1.2rem;font-size:.75rem;transition:all .3s}.products__filter:hover,.products__filter.active{opacity:1;border-color:var(--accent);color:var(--accent)}.products__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;max-width:1400px;margin:0 auto;padding:2rem 3rem 6rem;display:grid}.product-card{opacity:0;animation:cardIn .6s var(--transition) forwards}@keyframes cardIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-card__image{aspect-ratio:3/4;border-radius:4px;position:relative;overflow:hidden}.product-card__img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--transition)}.product-card:hover .product-card__img{transform:scale(1.05)}.product-card__details{flex-direction:column;gap:.3rem;padding:.8rem .2rem 0;display:flex}.product-card__category{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);opacity:.7;font-size:.65rem}.product-card__title{color:var(--cream);font-size:.9rem;font-weight:400}.product-card__price{color:var(--gray);font-size:.85rem}@media (width<=768px){.products__hero{padding:4rem 1.5rem 1.5rem}.products__filters{gap:.6rem;padding:1.5rem 1rem}.products__filter{align-items:center;min-height:40px;padding:.6rem 1rem;display:flex}.products__grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem 1rem 4rem}.product-card__title{font-size:.8rem}.product-card__price{font-size:.75rem}}@media (width<=380px){.products__grid{grid-template-columns:1fr;gap:1.5rem;padding:1rem 1rem 3rem}}.fadeys__subtitle{max-width:500px;color:var(--gray);text-align:center;font-size:.95rem;line-height:1.6}.fadeys__card{position:relative}.fadeys__badge{background:var(--accent);color:var(--dark);letter-spacing:.12em;text-transform:uppercase;z-index:2;border-radius:100px;padding:.3rem .7rem;font-size:.6rem;font-weight:700;position:absolute;top:12px;left:12px}.fadeys__desc{color:var(--gray);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.5;display:-webkit-box;overflow:hidden}.fadeys__row{justify-content:space-between;align-items:center;margin-top:.4rem;display:flex}.fadeys__add-btn{letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--accent);color:var(--accent);border-radius:100px;padding:.45rem 1rem;font-size:.65rem;transition:all .3s}.fadeys__add-btn:hover{background:var(--accent);color:var(--dark)}@media (width<=768px){.fadeys__subtitle{max-width:90%;font-size:.85rem}.fadeys__badge{padding:.25rem .55rem;font-size:.55rem;top:8px;left:8px}.fadeys__add-btn{justify-content:center;align-items:center;min-height:44px;padding:.55rem 1.2rem;font-size:.7rem;display:inline-flex}}.contact{min-height:100vh;padding-top:80px}.contact__hero{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:6rem 3rem 2rem;display:flex}.contact__title{font-family:var(--font-serif);font-size:clamp(2.5rem,7vw,5rem);font-weight:400;line-height:1.15}.contact__title em{color:var(--accent-blue)}.contact__subtitle{max-width:500px;color:var(--cream);opacity:.7;font-size:1rem;line-height:1.7}.contact__body{grid-template-columns:1fr auto;align-items:start;gap:3rem;max-width:900px;margin:0 auto;padding:2rem 3rem 6rem;display:grid}.contact__form-wrap{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:2rem}.contact__form{flex-direction:column;gap:1.2rem;display:flex}.contact__field{flex-direction:column;gap:.4rem;display:flex}.contact__field label{letter-spacing:.12em;text-transform:uppercase;color:var(--gray);font-size:.7rem}.contact__field input,.contact__field textarea{color:var(--white);font-family:var(--font-sans);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;min-height:48px;padding:.8rem 1rem;font-size:.9rem;transition:border-color .3s}.contact__field input:focus,.contact__field textarea:focus{border-color:var(--accent-blue);outline:none}.contact__field textarea{resize:vertical;min-height:120px}.contact__btn{letter-spacing:.12em;text-transform:uppercase;color:var(--white);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.8rem 2rem;font-size:.8rem;transition:all .3s;display:inline-flex}.contact__btn--submit{background:var(--accent);color:var(--black);border-color:var(--accent);font-weight:600}.contact__btn--submit:hover{background:var(--white);border-color:var(--white)}.contact__btn--submit:disabled{opacity:.5;cursor:not-allowed}.contact__error{color:#e88;background:#dc32321a;border:1px solid #dc32324d;border-radius:8px;padding:.7rem 1rem;font-size:.85rem}.contact__sent{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.contact__sent h2{font-family:var(--font-serif);font-size:1.5rem;font-weight:400}.contact__sent p{color:var(--cream);opacity:.7;font-size:.95rem}.contact__channels{flex-direction:column;gap:1.5rem;display:flex}.contact__card{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;align-items:center;gap:.8rem;min-width:200px;padding:1.8rem 1.5rem;transition:border-color .3s,transform .3s;display:flex}.contact__card:hover{border-color:var(--accent);transform:translateY(-4px)}.contact__card-icon{width:48px;height:48px;color:var(--accent);background:#d4b8961a;border-radius:50%;justify-content:center;align-items:center;display:flex}.contact__card-icon--blue{color:var(--accent-blue);background:#8b9fd41a}.contact__card h3{letter-spacing:.15em;text-transform:uppercase;color:var(--white);font-size:.75rem}.contact__card p{color:var(--cream);opacity:.7;font-size:.85rem}@media (width<=768px){.contact__hero{padding:4rem 1.5rem 1.5rem}.contact__body{grid-template-columns:1fr;gap:2rem;padding:1.5rem 1.5rem 4rem}.contact__channels{flex-flow:wrap}.contact__card{flex:45%;min-width:140px}}:root{--black:#0a0a0a;--white:#f0ece4;--cream:#d4cfc6;--gray:#6b6b6b;--gray-light:#2a2a2a;--accent:#d4b896;--accent-blue:#8b9fd4;--font-sans:"Canva Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif:"Canva Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--transition:cubic-bezier(.19, 1, .22, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background:var(--black);color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}ul,ol{list-style:none}::selection{background:var(--accent);color:var(--black)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--gray);border-radius:2px}*{-webkit-tap-highlight-color:transparent}@media (width<=768px){input,select,textarea{font-size:16px!important}}.app{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{opacity:1;transition:opacity .6s var(--transition), transform .6s var(--transition);transform:translateY(0)}
