*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--gold:#c9a84c;--gold-light:#e8c97a;--gold-dark:#9a7a2e;--black:#0a0a0a;--dark:#111;--dark-2:#1a1a1a;--dark-3:#222;--gray:#888;--gray-light:#ccc;--white:#f8f6f0;--cream:#faf8f3;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Inter", system-ui, sans-serif;--font-elegant:"Cormorant Garamond", Georgia, serif}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-sans);background-color:var(--black);color:var(--white);cursor:none;overflow-x:hidden}.cursor{background:var(--gold);pointer-events:none;z-index:99999;mix-blend-mode:difference;border-radius:50%;width:12px;height:12px;transition:transform .1s,width .3s,height .3s,background .3s;position:fixed;transform:translate(-50%,-50%)}.cursor-follower{border:1px solid var(--gold);pointer-events:none;z-index:99998;opacity:.6;border-radius:50%;width:40px;height:40px;transition:transform .15s,width .3s,height .3s,opacity .3s;position:fixed;transform:translate(-50%,-50%)}.cursor.hover{background:var(--gold-light);width:20px;height:20px}.cursor-follower.hover{opacity:.3;width:60px;height:60px}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--dark)}::-webkit-scrollbar-thumb{background:var(--gold-dark);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}::selection{background:var(--gold);color:var(--black)}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-title{font-family:var(--font-serif);letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.1}.section-subtitle{font-family:var(--font-elegant);color:var(--gray);letter-spacing:.05em;font-size:clamp(1rem,2vw,1.3rem);font-style:italic}.gold-text{color:var(--gold)}.btn-primary{background:var(--gold);color:var(--black);font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;cursor:none;border:none;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:.8rem;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn-primary:before{content:"";background:var(--gold-light);transition:transform .4s;position:absolute;inset:0;transform:translate(-100%)}.btn-primary:hover:before{transform:translate(0)}.btn-primary span{z-index:1;position:relative}.btn-outline{color:var(--white);font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;cursor:none;background:0 0;border:1px solid #ffffff4d;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:.8rem;font-weight:500;transition:all .3s;display:inline-flex}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-gold{0%,to{box-shadow:0 0 #c9a84c66}50%{box-shadow:0 0 0 20px #c9a84c00}}.animate-float{animation:6s ease-in-out infinite float}.shimmer-text{background:linear-gradient(90deg, var(--gold-dark), var(--gold-light), var(--gold-dark));-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite shimmer}.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{opacity:1;transition:opacity .5s,transform .5s;transform:translateY(0)}.glass{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff14}.noise:after{content:"";pointer-events:none;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.gold-divider{background:linear-gradient(90deg, transparent, var(--gold), transparent);width:60px;height:1px;margin:1.5rem auto}.tag{border:1px solid var(--gold);color:var(--gold);letter-spacing:.2em;text-transform:uppercase;font-size:.7rem;font-family:var(--font-sans);padding:.3rem 1rem;display:inline-block}.img-overlay{background:linear-gradient(#0000 40%,#000c 100%);transition:opacity .4s;position:absolute;inset:0}.loading-screen{background:var(--black);z-index:100000;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:fixed;inset:0}.loading-logo{font-family:var(--font-serif);letter-spacing:.3em;color:var(--gold);font-size:3rem}.loading-bar{background:var(--dark-3);width:200px;height:1px;position:relative;overflow:hidden}.loading-bar-fill{background:var(--gold);height:100%;animation:2s forwards loading;position:absolute;top:0;left:0}@keyframes loading{0%{width:0%}to{width:100%}}.navbar{z-index:1000;padding:1.5rem 0;transition:all .4s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0af2;border-bottom:1px solid #c9a84c26;padding:1rem 0}.navbar-inner{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.navbar-logo{flex-direction:column;line-height:1;text-decoration:none;display:flex}.logo-text{font-family:var(--font-serif);letter-spacing:.3em;color:var(--gold);font-size:1.8rem;font-weight:600}.logo-sub{font-family:var(--font-sans);letter-spacing:.5em;color:var(--gray);text-transform:uppercase;margin-top:-2px;font-size:.55rem}.navbar-links{align-items:center;gap:3rem;list-style:none;display:flex}.nav-link{color:var(--gray-light);letter-spacing:.15em;text-transform:uppercase;padding-bottom:4px;font-size:.8rem;font-weight:400;text-decoration:none;transition:color .3s;position:relative}.nav-link:hover,.nav-link.active{color:var(--white)}.nav-link-underline{background:var(--gold);width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover .nav-link-underline,.nav-link.active .nav-link-underline{width:100%}.navbar-actions{align-items:center;gap:1rem;display:flex}.nav-icon-btn{color:var(--gray-light);cursor:none;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .3s;display:flex;position:relative}.nav-icon-btn:hover{color:var(--gold)}.cart-badge{background:var(--gold);width:16px;height:16px;color:var(--black);border-radius:50%;justify-content:center;align-items:center;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:0;right:0}.menu-btn{display:none}.mobile-menu{background:var(--dark);z-index:999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.mobile-menu-inner{width:100%;max-width:500px;padding:2rem}.mobile-menu-logo{font-family:var(--font-serif);color:var(--gold);letter-spacing:.3em;margin-bottom:3rem;font-size:2.5rem}.mobile-nav-links{flex-direction:column;gap:.5rem;list-style:none;display:flex}.mobile-nav-link{color:var(--white);font-family:var(--font-serif);border-bottom:1px solid #ffffff0d;align-items:center;gap:1rem;padding:.5rem 0;font-size:3rem;font-weight:400;text-decoration:none;transition:color .3s;display:flex}.mobile-nav-link:hover{color:var(--gold)}.mobile-nav-num{font-family:var(--font-sans);color:var(--gold);letter-spacing:.1em;font-size:.75rem}.mobile-menu-footer{margin-top:3rem}.mobile-menu-footer p{letter-spacing:.2em;text-transform:uppercase;color:var(--gray);margin-bottom:1rem;font-size:.75rem}.social-links{gap:2rem;display:flex}.social-links a{color:var(--gray-light);font-size:.85rem;text-decoration:none;transition:color .3s}.social-links a:hover{color:var(--gold)}@media (width<=768px){.navbar-links{display:none}.menu-btn{display:flex}}.hero{align-items:center;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.hero-bg{will-change:transform;position:absolute;inset:-20%}.hero-img{object-fit:cover;object-position:center top;width:100%;height:100%}.hero-overlay{background:linear-gradient(135deg,#000000d9 0%,#0006 50%,#0009 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:1400px;margin:0 auto;padding:6rem 2rem 0;position:relative}.hero-tag{margin-bottom:1.5rem}.hero-title{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--white);margin-bottom:1.5rem;font-size:clamp(3.5rem,8vw,7rem);font-weight:400;line-height:1.05}.hero-title em{font-style:italic;display:block}.hero-subtitle{font-family:var(--font-elegant);color:#f8f6f0b3;max-width:500px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.3rem);font-style:italic;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1.5rem;display:flex}.scroll-indicator{z-index:2;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-indicator span{letter-spacing:.3em;text-transform:uppercase;color:var(--gray);font-size:.65rem}.hero-stats{z-index:2;flex-direction:column;gap:1.5rem;display:flex;position:absolute;bottom:4rem;right:4rem}.hero-stat{border-right:1px solid var(--gold);flex-direction:column;align-items:flex-end;padding-right:1rem;display:flex}.stat-num{font-family:var(--font-serif);color:var(--gold);font-size:1.8rem;line-height:1}.stat-label{letter-spacing:.2em;text-transform:uppercase;color:var(--gray);font-size:.65rem}.marquee-section{background:var(--gold);white-space:nowrap;padding:.8rem 0;overflow:hidden}.marquee-track{animation:20s linear infinite marquee;display:inline-flex}.marquee-item{font-family:var(--font-sans);letter-spacing:.3em;text-transform:uppercase;color:var(--black);padding:0 2rem;font-size:.75rem;font-weight:600}.marquee-dot{color:#0006}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.section-header{text-align:center;margin-bottom:4rem}.categories-section{background:var(--dark);padding:8rem 0}.categories-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.category-card{aspect-ratio:3/4;text-decoration:none;display:block;position:relative;overflow:hidden}.category-img-wrap{position:absolute;inset:0}.category-img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.category-card:hover .category-img{transform:scale(1.08)}.category-hover-overlay{opacity:0;background:#c9a84c26;transition:opacity .4s;position:absolute;inset:0}.category-card:hover .category-hover-overlay{opacity:1}.category-info{z-index:2;flex-direction:column;gap:.3rem;padding:2rem;display:flex;position:absolute;bottom:0;left:0;right:0}.category-title{font-family:var(--font-serif);color:var(--white);font-size:2rem;font-weight:400}.category-desc{font-family:var(--font-elegant);color:#f8f6f0b3;font-size:.95rem;font-style:italic}.category-arrow{border:1px solid var(--gold);width:36px;height:36px;color:var(--gold);justify-content:center;align-items:center;margin-top:.5rem;transition:all .3s;display:flex}.category-card:hover .category-arrow{background:var(--gold);color:var(--black)}.featured-section{background:var(--black);padding:8rem 0}.products-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem;display:grid}.product-card{cursor:none}.product-img-wrap{aspect-ratio:3/4;margin-bottom:1.2rem;position:relative;overflow:hidden}.product-img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.product-card:hover .product-img{transform:scale(1.05)}.product-overlay{opacity:0;background:#00000080;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:absolute;inset:0}.product-card:hover .product-overlay{opacity:1}.product-try-btn{background:var(--gold);color:var(--black);letter-spacing:.15em;text-transform:uppercase;padding:.75rem 1.5rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:background .3s}.product-try-btn:hover{background:var(--gold-light)}.product-tag{background:var(--gold);color:var(--black);letter-spacing:.15em;text-transform:uppercase;padding:.3rem .8rem;font-size:.65rem;font-weight:600;position:absolute;top:1rem;left:1rem}.product-info{padding:0 .2rem}.product-category{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem;font-size:.7rem;display:block}.product-title{font-family:var(--font-serif);color:var(--white);margin-bottom:.8rem;font-size:1.1rem;font-weight:400}.product-footer{justify-content:space-between;align-items:center;display:flex}.product-price{font-family:var(--font-elegant);color:var(--gray-light);font-size:1.1rem}.product-add-btn{width:36px;height:36px;color:var(--white);cursor:none;background:0 0;border:1px solid #fff3;justify-content:center;align-items:center;transition:all .3s;display:flex}.product-add-btn:hover{border-color:var(--gold);color:var(--gold);background:#c9a84c1a}.view-all-wrap{text-align:center}.ar-banner{padding:10rem 0;position:relative;overflow:hidden}.ar-banner-bg{position:absolute;inset:0}.ar-banner-img{object-fit:cover;width:100%;height:100%}.ar-banner-overlay{background:linear-gradient(90deg,#000000e6 40%,#0000004d 100%);position:absolute;inset:0}.ar-banner-content{z-index:2;flex-direction:column;gap:1.5rem;max-width:600px;display:flex;position:relative}.ar-title{font-family:var(--font-serif);color:var(--white);font-size:clamp(3rem,6vw,5rem);font-weight:400;line-height:1.1}.ar-desc{font-family:var(--font-elegant);color:#f8f6f0bf;font-size:1.1rem;font-style:italic;line-height:1.7}.testimonials-section{background:var(--dark);padding:8rem 0}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.testimonial-card{border-radius:2px;flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.testimonial-stars{color:var(--gold);letter-spacing:.3em;font-size:.7rem}.testimonial-quote{font-family:var(--font-elegant);color:var(--gray-light);flex:1;font-size:1.05rem;font-style:italic;line-height:1.8}.testimonial-author{align-items:center;gap:1rem;display:flex}.testimonial-avatar{object-fit:cover;border:2px solid var(--gold);border-radius:50%;width:48px;height:48px}.testimonial-name{color:var(--white);font-size:.9rem;font-weight:500}.testimonial-role{color:var(--gold);letter-spacing:.1em;font-size:.75rem}.newsletter-section{background:var(--black);border-top:1px solid #c9a84c26;padding:8rem 0}.newsletter-content{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:600px;margin:0 auto;display:flex}.newsletter-desc{font-family:var(--font-elegant);color:var(--gray);font-size:1.05rem;font-style:italic;line-height:1.7}.newsletter-form{gap:0;width:100%;max-width:480px;display:flex}.newsletter-input{background:var(--dark-2);color:var(--white);font-family:var(--font-sans);border:1px solid #ffffff1a;border-right:none;outline:none;flex:1;padding:1rem 1.5rem;font-size:.9rem;transition:border-color .3s}.newsletter-input::placeholder{color:var(--gray)}.newsletter-input:focus{border-color:var(--gold)}.footer{background:var(--dark-2);border-top:1px solid #ffffff0d;padding:5rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-logo{font-family:var(--font-serif);color:var(--gold);letter-spacing:.3em;margin-bottom:1rem;font-size:2rem}.footer-tagline{font-family:var(--font-elegant);color:var(--gray);margin-bottom:1.5rem;font-size:.95rem;font-style:italic}.footer-social{flex-direction:column;gap:.5rem;display:flex}.footer-social-link{color:var(--gray);letter-spacing:.1em;font-size:.8rem;text-decoration:none;transition:color .3s}.footer-social-link:hover{color:var(--gold)}.footer-col h4{font-family:var(--font-sans);letter-spacing:.2em;text-transform:uppercase;color:var(--white);margin-bottom:1.5rem;font-size:.75rem}.footer-col ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-col ul a{color:var(--gray);font-size:.85rem;text-decoration:none;transition:color .3s}.footer-col ul a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.footer-bottom p{color:var(--gray);font-size:.8rem}.footer-legal{gap:2rem;display:flex}.footer-legal a{color:var(--gray);font-size:.8rem;text-decoration:none;transition:color .3s}.footer-legal a:hover{color:var(--gold)}@media (width<=1024px){.products-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=768px){.categories-grid,.testimonials-grid{grid-template-columns:1fr}.hero-stats{display:none}.newsletter-form{flex-direction:column}.newsletter-input{border-right:1px solid #ffffff1a}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}@media (width<=480px){.products-grid{grid-template-columns:1fr}}.collections-page{background:var(--black);min-height:100vh}.collections-hero{align-items:flex-end;height:50vh;min-height:400px;display:flex;position:relative;overflow:hidden}.collections-hero-bg{position:absolute;inset:0}.collections-hero-bg img{object-fit:cover;width:100%;height:100%}.collections-hero-overlay{background:linear-gradient(#0000004d 0%,#000000e6 100%);position:absolute;inset:0}.collections-hero-content{z-index:2;flex-direction:column;gap:.75rem;padding-bottom:3rem;display:flex;position:relative}.collections-hero-title{font-family:var(--font-serif);color:var(--white);font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.1}.collections-hero-title em{color:var(--gold);font-style:italic}.collections-hero-sub{font-family:var(--font-elegant);color:var(--gray);font-size:1rem;font-style:italic}.filters-bar{background:var(--dark-2);z-index:100;border-bottom:1px solid #ffffff0f;position:sticky;top:70px}.filters-inner{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.filter-tabs{gap:.25rem;display:flex}.filter-tab{color:var(--gray);letter-spacing:.15em;text-transform:uppercase;cursor:none;background:0 0;border:1px solid #0000;padding:.5rem 1.5rem;font-size:.8rem;transition:all .3s}.filter-tab:hover{color:var(--white);border-color:#ffffff1a}.filter-tab.active{color:var(--gold);border-color:var(--gold)}.filter-controls{align-items:center;gap:1rem;display:flex}.sort-select{background:var(--dark-3);color:var(--gray-light);font-size:.8rem;font-family:var(--font-sans);cursor:none;border:1px solid #ffffff1a;outline:none;padding:.5rem 1rem;transition:border-color .3s}.sort-select:focus{border-color:var(--gold)}.filter-btn{color:var(--gray-light);letter-spacing:.1em;cursor:none;background:0 0;border:1px solid #ffffff26;align-items:center;gap:.5rem;padding:.5rem 1.2rem;font-size:.8rem;transition:all .3s;display:flex}.filter-btn:hover{border-color:var(--gold);color:var(--gold)}.filter-panel{background:var(--dark-3);border-bottom:1px solid #ffffff0f;overflow:hidden}.filter-panel-inner{justify-content:space-between;align-items:center;gap:2rem;padding:1.5rem 0;display:flex}.filter-group h4{letter-spacing:.2em;text-transform:uppercase;color:var(--gray);margin-bottom:.75rem;font-size:.75rem}.price-range{align-items:center;gap:1rem;display:flex}.price-range span{color:var(--gold);min-width:60px;font-size:.85rem}.range-slider{-webkit-appearance:none;background:var(--dark);cursor:none;outline:none;width:200px;height:2px}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--gold);cursor:none;border-radius:50%;width:16px;height:16px}.filter-close{color:var(--gray);cursor:none;background:0 0;border:none;align-items:center;gap:.5rem;font-size:.8rem;transition:color .3s;display:flex}.filter-close:hover{color:var(--white)}.collections-grid-section{padding:4rem 0}.collections-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.col-product-card{cursor:none}.col-product-img-wrap{aspect-ratio:3/4;margin-bottom:1rem;position:relative;overflow:hidden}.col-product-img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.col-product-card:hover .col-product-img{transform:scale(1.06)}.col-product-tag{background:var(--gold);color:var(--black);letter-spacing:.15em;text-transform:uppercase;z-index:2;padding:.25rem .75rem;font-size:.6rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.col-product-actions{opacity:0;z-index:2;flex-direction:column;gap:.5rem;transition:all .3s;display:flex;position:absolute;top:.75rem;right:.75rem;transform:translate(10px)}.col-product-card:hover .col-product-actions{opacity:1;transform:translate(0)}.col-action-btn{width:36px;height:36px;color:var(--white);cursor:none;letter-spacing:.05em;background:#0a0a0ad9;border:1px solid #ffffff1a;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.col-action-btn:hover,.col-action-btn.liked{background:var(--gold);color:var(--black);border-color:var(--gold)}.col-product-info{padding:0 .2rem}.col-product-sub{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem;font-size:.65rem;display:block}.col-product-title{font-family:var(--font-serif);color:var(--white);margin-bottom:.6rem;font-size:1rem;font-weight:400}.col-product-footer{justify-content:space-between;align-items:center;display:flex}.col-product-price{font-family:var(--font-elegant);color:var(--gray-light);font-size:1rem}.col-product-color{color:var(--gray);letter-spacing:.1em;font-size:.7rem}.no-results{text-align:center;flex-direction:column;align-items:center;gap:2rem;padding:5rem 0;display:flex}.no-results p{font-family:var(--font-elegant);color:var(--gray);font-size:1.2rem;font-style:italic}.collections-ar-cta{background:var(--dark);padding:4rem 0}.ar-cta-inner{justify-content:space-between;align-items:center;gap:2rem;padding:2.5rem 3rem;display:flex}.ar-cta-inner h3{font-family:var(--font-serif);color:var(--white);margin-bottom:.5rem;font-size:1.5rem;font-weight:400}.ar-cta-inner p{font-family:var(--font-elegant);color:var(--gray);font-size:.95rem;font-style:italic}@media (width<=1024px){.collections-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.collections-grid{grid-template-columns:repeat(2,1fr)}.filter-tabs{flex-wrap:wrap}.ar-cta-inner{text-align:center;flex-direction:column}}@media (width<=480px){.collections-grid{grid-template-columns:1fr}}.fitcheck-page{background:var(--black);min-height:100vh;padding-bottom:6rem}.fitcheck-header{background:linear-gradient(180deg, var(--dark-2) 0%, var(--black) 100%);border-bottom:1px solid #c9a84c1a;margin-bottom:4rem;padding:10rem 0 4rem}.fitcheck-header-content{flex-direction:column;gap:1rem;max-width:600px;display:flex}.fitcheck-title{font-family:var(--font-serif);color:var(--white);font-size:clamp(3rem,6vw,5rem);font-weight:400;line-height:1.1}.fitcheck-subtitle{font-family:var(--font-elegant);color:var(--gray);font-size:1.1rem;font-style:italic;line-height:1.7}.fitcheck-layout{grid-template-columns:1fr 1.5fr 1fr;align-items:start;gap:2rem;display:grid}.panel-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.panel-header h2{font-family:var(--font-serif);color:var(--white);font-size:1.3rem;font-weight:400}.icon-btn{color:var(--gray-light);cursor:none;background:0 0;border:1px solid #ffffff1a;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.75rem;transition:all .3s;display:flex}.icon-btn:hover{border-color:var(--gold);color:var(--gold)}.fitcheck-upload-panel{background:var(--dark-2);border:1px solid #ffffff0f;padding:2rem}.dropzone{text-align:center;cursor:none;border:2px dashed #c9a84c4d;margin-bottom:1.5rem;padding:3rem 1.5rem;transition:all .3s}.dropzone:hover,.dropzone.drag-active{border-color:var(--gold);background:#c9a84c0d}.dropzone-content{flex-direction:column;align-items:center;gap:.75rem;display:flex}.dropzone-icon{width:64px;height:64px;color:var(--gold);border:1px solid #c9a84c4d;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.dropzone-title{font-family:var(--font-serif);color:var(--white);font-size:1.1rem}.dropzone-hint{color:var(--gray);font-size:.8rem;line-height:1.6}.dropzone-divider{width:100%;color:var(--gray);align-items:center;gap:1rem;font-size:.75rem;display:flex}.dropzone-divider:before,.dropzone-divider:after{content:"";background:#ffffff14;flex:1;height:1px}.camera-btn{color:var(--gray-light);cursor:none;background:0 0;border:1px solid #ffffff26;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.8rem;transition:all .3s;display:flex}.camera-btn:hover{border-color:var(--gold);color:var(--gold)}.camera-view{margin-bottom:1.5rem;position:relative}.camera-video{aspect-ratio:3/4;object-fit:cover;background:var(--dark-3);width:100%}.camera-controls{background:var(--dark-3);justify-content:center;align-items:center;gap:1.5rem;padding:1rem;display:flex}.capture-btn{border:3px solid var(--gold);cursor:none;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex}.capture-btn:hover{background:#c9a84c1a}.capture-btn-inner{background:var(--gold);border-radius:50%;width:44px;height:44px;transition:all .3s}.capture-btn:hover .capture-btn-inner{background:var(--gold-light)}.user-image-preview{margin-bottom:1.5rem}.user-preview-img{aspect-ratio:3/4;object-fit:cover;width:100%;display:block}.user-image-actions{justify-content:center;padding:.75rem 0;display:flex}.fitcheck-tips{background:#c9a84c0d;border:1px solid #c9a84c26;padding:1.5rem}.fitcheck-tips h4{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-size:.75rem}.fitcheck-tips ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.fitcheck-tips li{color:var(--gray-light);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.fitcheck-tips li svg{color:var(--gold);flex-shrink:0}.fitcheck-preview-panel{background:var(--dark-2);border:1px solid #ffffff0f;padding:2rem}.ar-preview-area{background:var(--dark-3);justify-content:center;align-items:center;min-height:500px;margin-bottom:1.5rem;display:flex;position:relative;overflow:hidden}.ar-placeholder{flex-direction:column;align-items:center;gap:2rem;padding:3rem;display:flex}.ar-placeholder-figure{width:80px;height:180px;position:relative}.ar-placeholder-head{border:2px dashed #c9a84c4d;border-radius:50%;width:40px;height:40px;position:absolute;top:0;left:50%;transform:translate(-50%)}.ar-placeholder-body{border:2px dashed #c9a84c4d;border-radius:4px;width:60px;height:130px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.ar-placeholder p{font-family:var(--font-elegant);color:var(--gray);text-align:center;font-size:.95rem;font-style:italic}.ar-ready{width:100%;height:100%;position:relative}.ar-ready-img{object-fit:cover;width:100%;height:100%;display:block}.ar-ready-overlay{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ar-outfit-preview{border:2px dashed #c9a84c80;justify-content:center;align-items:center;width:60%;height:70%;display:flex}.ar-outfit-ghost{object-fit:contain;opacity:.5;mix-blend-mode:luminosity;width:100%;height:100%}.ar-canvas{object-fit:contain;width:100%;height:100%;display:block}.ar-canvas.processing{filter:blur(4px)}.processing-overlay{z-index:10;background:#000c;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex;position:absolute;inset:0}.processing-spinner{animation:2s linear infinite rotate}.sparkle-icon{color:var(--gold)}.processing-overlay p{font-family:var(--font-elegant);color:var(--gray-light);font-size:1rem;font-style:italic}.processing-bar{background:var(--dark-3);width:200px;height:2px;overflow:hidden}.processing-bar-fill{background:var(--gold);height:100%}.ar-action-bar{justify-content:center;display:flex}.ar-process-btn{justify-content:center;width:100%}.ar-result-actions{gap:1rem;width:100%;display:flex}.ar-result-actions .btn-outline,.ar-result-actions .btn-primary{flex:1;justify-content:center}.fitcheck-outfit-panel{background:var(--dark-2);border:1px solid #ffffff0f;padding:2rem}.outfit-count{color:var(--gray);letter-spacing:.1em;font-size:.75rem}.featured-outfit{margin-bottom:1.5rem}.featured-outfit-img-wrap{aspect-ratio:3/4;margin-bottom:1rem;position:relative;overflow:hidden}.featured-outfit-img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.featured-outfit-img-wrap:hover .featured-outfit-img{transform:scale(1.05)}.featured-outfit-nav{opacity:0;justify-content:space-between;align-items:center;padding:0 .75rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.featured-outfit-img-wrap:hover .featured-outfit-nav{opacity:1}.outfit-nav-btn{width:36px;height:36px;color:var(--white);cursor:none;background:#000000b3;border:1px solid #fff3;justify-content:center;align-items:center;transition:all .3s;display:flex}.outfit-nav-btn:hover{background:var(--gold);color:var(--black);border-color:var(--gold)}.featured-outfit-cat{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem;font-size:.65rem;display:block}.featured-outfit-name{font-family:var(--font-serif);color:var(--white);margin-bottom:.3rem;font-size:1.1rem;font-weight:400}.featured-outfit-price{font-family:var(--font-elegant);color:var(--gray-light);font-size:1rem}.outfit-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1.5rem;display:grid}.outfit-thumb{aspect-ratio:3/4;cursor:none;background:0 0;border:2px solid #0000;padding:0;transition:border-color .3s;position:relative;overflow:hidden}.outfit-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.outfit-thumb:hover img{transform:scale(1.08)}.outfit-thumb.active{border-color:var(--gold)}.outfit-thumb-active{background:var(--gold);width:20px;height:20px;color:var(--black);justify-content:center;align-items:center;display:flex;position:absolute;top:.3rem;right:.3rem}.share-section{border-top:1px solid #ffffff0f;padding-top:1.5rem}.share-title{letter-spacing:.2em;text-transform:uppercase;color:var(--gray);margin-bottom:.75rem;font-size:.75rem}.share-btns{gap:.5rem;display:flex}.share-btn{color:var(--gray-light);letter-spacing:.1em;cursor:none;background:0 0;border:1px solid #ffffff1a;flex:1;padding:.5rem;font-size:.7rem;transition:all .3s}.share-btn:hover{border-color:var(--gold);color:var(--gold)}.how-it-works{background:var(--dark);margin-top:4rem;padding:8rem 0}.steps-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.step-card{flex-direction:column;gap:1rem;padding:2.5rem 2rem;display:flex}.step-num{font-family:var(--font-serif);font-size:2.5rem;font-weight:400;line-height:1}.step-title{font-family:var(--font-serif);color:var(--white);font-size:1.1rem;font-weight:400}.step-desc{color:var(--gray);font-size:.85rem;line-height:1.7}@media (width<=1200px){.fitcheck-layout{grid-template-columns:1fr 1fr}.fitcheck-outfit-panel{grid-column:1/-1}.outfit-grid{grid-template-columns:repeat(6,1fr)}.featured-outfit{grid-template-columns:200px 1fr;align-items:center;gap:1.5rem;display:grid}.featured-outfit-img-wrap{margin-bottom:0}}@media (width<=768px){.fitcheck-layout{grid-template-columns:1fr}.steps-grid{grid-template-columns:repeat(2,1fr)}.outfit-grid{grid-template-columns:repeat(3,1fr)}.featured-outfit{grid-template-columns:1fr}}@media (width<=480px){.steps-grid{grid-template-columns:1fr}}.about-page{background:var(--black);min-height:100vh}.about-hero{align-items:flex-end;height:60vh;min-height:450px;display:flex;position:relative;overflow:hidden}.about-hero-bg{position:absolute;inset:0}.about-hero-bg img{object-fit:cover;object-position:center 30%;width:100%;height:100%}.about-hero-overlay{background:linear-gradient(#0000004d 0%,#000000e6 100%);position:absolute;inset:0}.about-hero-content{z-index:2;flex-direction:column;gap:1rem;padding-bottom:4rem;display:flex;position:relative}.about-hero-title{font-family:var(--font-serif);color:var(--white);font-size:clamp(3rem,6vw,5rem);font-weight:400;line-height:1.1}.about-mission{background:var(--dark);padding:8rem 0}.mission-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.mission-text{flex-direction:column;gap:1.5rem;display:flex}.mission-title{font-family:var(--font-serif);color:var(--white);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2}.mission-title em{color:var(--gold);font-style:italic}.mission-body{font-family:var(--font-elegant);color:var(--gray-light);font-size:1.05rem;font-style:italic;line-height:1.8}.mission-image-wrap{position:relative}.mission-image{aspect-ratio:3/4;object-fit:cover;width:100%;display:block}.mission-image-accent{border:1px solid var(--gold);z-index:-1;width:60%;height:60%;position:absolute;bottom:-1.5rem;right:-1.5rem}.values-section{background:var(--black);padding:8rem 0}.values-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.value-card{flex-direction:column;gap:1rem;padding:2.5rem 2rem;transition:transform .3s;display:flex}.value-card:hover{transform:translateY(-4px)}.value-icon{color:var(--gold);font-size:1.5rem}.value-title{font-family:var(--font-serif);color:var(--white);font-size:1.2rem;font-weight:400}.value-desc{color:var(--gray);font-size:.85rem;line-height:1.7}.team-section{background:var(--dark);padding:8rem 0}.team-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.team-card{flex-direction:column;gap:1.5rem;display:flex}.team-img-wrap{aspect-ratio:3/4;position:relative;overflow:hidden}.team-img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.team-card:hover .team-img{transform:scale(1.05)}.team-img-overlay{background:linear-gradient(#0000 40%,#0009 100%);position:absolute;inset:0}.team-info{flex-direction:column;gap:.4rem;display:flex}.team-name{font-family:var(--font-serif);color:var(--white);font-size:1.3rem;font-weight:400}.team-role{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-size:.75rem}.team-bio{font-family:var(--font-elegant);color:var(--gray);margin-top:.3rem;font-size:.9rem;font-style:italic;line-height:1.6}.stats-section{background:var(--dark-2);border-top:1px solid #c9a84c1a;border-bottom:1px solid #c9a84c1a;padding:6rem 0}.stats-grid{grid-template-columns:repeat(5,1fr);gap:2rem;display:grid}.stat-card{text-align:center;border-right:1px solid #ffffff0d;flex-direction:column;gap:.5rem;padding:2rem 1rem;display:flex}.stat-card:last-child{border-right:none}.stat-big{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1}.stat-label-big{letter-spacing:.2em;text-transform:uppercase;color:var(--gray);font-size:.75rem}.about-cta{padding:10rem 0;position:relative;overflow:hidden}.about-cta-bg{position:absolute;inset:0}.about-cta-bg img{object-fit:cover;width:100%;height:100%}.about-cta-overlay{background:#000000bf;position:absolute;inset:0}.about-cta-content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:2.5rem;display:flex;position:relative}.about-cta-title{font-family:var(--font-serif);color:var(--white);font-size:clamp(3rem,6vw,5rem);font-weight:400;line-height:1.1}.about-cta-actions{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}@media (width<=1024px){.values-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.mission-grid{grid-template-columns:1fr;gap:3rem}.team-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.mission-image-accent{display:none}}@media (width<=480px){.values-grid,.stats-grid{grid-template-columns:1fr}.stat-card{border-bottom:1px solid #ffffff0d;border-right:none}}
