.visible{visibility:visible}.flex{display:flex}:root{--charcoal:#111;--ivory:#f5f1ea;--beige:#d8c2a8;--taupe:#c4a882;--sand:#e8ddd0;--accent:#b8956a;--text-dark:#1a1a1a;--text-muted:#6b6460;--border:#d8c2a840}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{background-color:var(--charcoal);color:var(--ivory);cursor:none;font-family:Jost,sans-serif;overflow-x:hidden}.cursor{background:var(--beige);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;top:0;left:0;transform:translate(-50%,-50%)}.cursor-ring{pointer-events:none;z-index:99998;border:1px solid #d8c2a899;border-radius:50%;width:36px;height:36px;transition:transform .15s,width .3s,height .3s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor.hover{background:var(--accent);width:8px;height:8px}.cursor-ring.hover{width:52px;height:52px}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--charcoal)}::-webkit-scrollbar-thumb{background:var(--taupe);border-radius:2px}.font-display{font-family:Cormorant Garamond,serif}.noise-overlay:after{content:"";pointer-events:none;opacity:.03;z-index:1;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.04'/%3E%3C/svg%3E");position:absolute;inset:0}.grain{position:relative}.grain:before{content:"";pointer-events:none;opacity:.04;z-index:2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");position:absolute;inset:0}.ornamental-divider{align-items:center;gap:1rem;display:flex}.ornamental-divider:before,.ornamental-divider:after{content:"";background:linear-gradient(to right,transparent,var(--beige),transparent);flex:1;height:1px}.announcement-bar{background:var(--accent);color:var(--charcoal);text-align:center;letter-spacing:.15em;text-transform:uppercase;z-index:100;padding:10px 0;font-family:Jost,sans-serif;font-size:.75rem;font-weight:500;position:relative}.site-header{z-index:90;justify-content:space-between;align-items:center;height:72px;padding:0 60px;transition:background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s,top .4s;display:flex;position:fixed;top:36px;left:0;right:0}.site-header.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#111111eb;top:0}.header-logo{letter-spacing:.2em;text-transform:uppercase;color:var(--ivory);font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600;text-decoration:none}.header-logo span{color:var(--accent)}.header-nav{align-items:center;gap:2.5rem;list-style:none;display:flex}.header-nav a{letter-spacing:.18em;text-transform:uppercase;color:#f5f1eabf;font-family:Jost,sans-serif;font-size:.75rem;font-weight:400;text-decoration:none;transition:color .3s;position:relative}.header-nav a:after{content:"";background:var(--accent);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.header-nav a:hover{color:var(--ivory)}.header-nav a:hover:after{width:100%}.header-actions{align-items:center;gap:1.5rem;display:flex}.header-action-btn{color:#f5f1eabf;cursor:none;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .3s;display:flex}.header-action-btn:hover{color:var(--ivory)}.cart-btn{position:relative}.cart-count{background:var(--accent);color:var(--charcoal);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:600;display:flex;position:absolute;top:-6px;right:-8px}.hero-section{background-color:var(--charcoal);justify-content:center;align-items:center;width:100%;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.hero-grid-lines{z-index:1;background-image:linear-gradient(#d8c2a80a 1px,#0000 1px),linear-gradient(90deg,#d8c2a80a 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0}.hero-bg-text{z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.hero-bg-word{letter-spacing:.08em;text-transform:uppercase;color:#0000;-webkit-text-stroke:1px #d8c2a81f;white-space:nowrap;font-family:Cormorant Garamond,serif;font-size:clamp(100px,16vw,220px);font-weight:300;line-height:.88}.hero-premium-label{letter-spacing:.35em;text-transform:uppercase;color:var(--accent);z-index:3;font-family:Jost,sans-serif;font-size:.7rem;font-weight:400;position:absolute;top:calc(50% - clamp(90px,14vw,200px));left:calc(50% - clamp(95px,15vw,215px))}.hero-subject{z-index:4;justify-content:center;align-items:flex-end;display:flex;position:absolute;inset:0}.hero-subject img{object-fit:contain;object-position:bottom;filter:none;width:auto;height:92vh;max-height:850px;display:block}.hero-content-left{z-index:5;max-width:300px;position:absolute;bottom:120px;left:60px}.hero-content-right{z-index:5;text-align:right;max-width:280px;position:absolute;bottom:120px;right:60px}.hero-tagline{letter-spacing:.2em;text-transform:uppercase;color:#f5f1ea80;margin-bottom:1.5rem;font-family:Jost,sans-serif;font-size:.72rem;font-weight:300;line-height:2}.hero-headline{color:var(--ivory);font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4vw,3.5rem);font-style:italic;font-weight:300;line-height:1.15}.hero-sub{letter-spacing:.12em;color:#f5f1ea80;margin-top:1rem;font-family:Jost,sans-serif;font-size:.75rem;font-weight:300;line-height:1.8}.hero-cta{letter-spacing:.2em;text-transform:uppercase;color:var(--charcoal);background:var(--beige);cursor:none;align-items:center;gap:.75rem;margin-top:1.75rem;padding:.85rem 1.75rem;font-family:Jost,sans-serif;font-size:.7rem;font-weight:500;text-decoration:none;transition:background .3s,color .3s,transform .3s;display:inline-flex}.hero-cta:hover{background:var(--ivory);transform:translateY(-2px)}.hero-scroll-indicator{z-index:5;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.hero-scroll-text{letter-spacing:.3em;text-transform:uppercase;color:#f5f1ea59;font-family:Jost,sans-serif;font-size:.6rem;font-weight:300}.scroll-line{background:linear-gradient(#d8c2a880,#0000);width:1px;height:40px;animation:2s ease-in-out infinite scrollDown}@keyframes scrollDown{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.4;transform:scaleY(.7)}}.hero-badge{border:1px solid #d8c2a84d;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1rem;display:flex;position:relative}.hero-badge-inner{letter-spacing:.2em;text-transform:uppercase;color:var(--beige);text-align:center;font-family:Jost,sans-serif;font-size:.55rem;font-weight:400;line-height:1.5}.section-label{letter-spacing:.35em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-family:Jost,sans-serif;font-size:.65rem;font-weight:500}.section-heading{text-transform:uppercase;font-family:Cormorant Garamond,serif;font-weight:300;line-height:1.05}.btn-outline{letter-spacing:.2em;text-transform:uppercase;cursor:none;border:1px solid;align-items:center;gap:.65rem;padding:.8rem 1.75rem;font-family:Jost,sans-serif;font-size:.68rem;font-weight:500;text-decoration:none;transition:background .3s,color .3s,transform .3s;display:inline-flex}.btn-outline-light{color:var(--ivory);border-color:#f5f1ea59}.btn-outline-light:hover{border-color:var(--beige);background:#f5f1ea14;transform:translateY(-1px)}.btn-outline-dark{color:var(--charcoal);border-color:#11111159}.btn-outline-dark:hover{background:var(--charcoal);color:var(--ivory);border-color:var(--charcoal);transform:translateY(-1px)}.btn-filled{letter-spacing:.2em;text-transform:uppercase;background:var(--accent);color:var(--ivory);cursor:none;align-items:center;gap:.65rem;padding:.9rem 2rem;font-family:Jost,sans-serif;font-size:.68rem;font-weight:500;text-decoration:none;transition:background .3s,transform .3s;display:inline-flex}.btn-filled:hover{background:var(--taupe);transform:translateY(-2px)}.categories-section{background:var(--ivory);color:var(--charcoal);padding:120px 60px;position:relative}.categories-heading-block{grid-template-columns:1fr 1fr;align-items:end;gap:4rem;margin-bottom:80px;display:grid}.categories-main-heading{color:var(--charcoal);font-size:clamp(3.5rem,6vw,7rem);line-height:.95}.categories-right-text{padding-bottom:.5rem}.categories-description{color:var(--text-muted);max-width:360px;margin-bottom:2rem;font-family:Jost,sans-serif;font-size:.9rem;font-weight:300;line-height:1.9}.categories-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.category-card{cursor:none;background:var(--sand);aspect-ratio:3/4;position:relative;overflow:hidden}.category-card-img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.category-card:hover .category-card-img{transform:scale(1.06)}.category-card-overlay{background:linear-gradient(#0000 50%,#111111b3);transition:opacity .4s;position:absolute;inset:0}.category-card-content{padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.category-name{color:var(--ivory);letter-spacing:.05em;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;display:block}.category-count{letter-spacing:.2em;color:#f5f1ea99;text-transform:uppercase;margin-top:.2rem;font-family:Jost,sans-serif;font-size:.65rem;font-weight:300;display:block}.cat-bg-1{background:#e8ddd0}.cat-bg-2{background:#d4c4b0}.cat-bg-3{background:#e2d5c5}.cat-bg-4{background:#dac9b8}.cat-bg-5{background:#e0d3c0}.cat-bg-6{background:#d6c6b2}.cat-bg-7{background:#ddd0be}.cat-bg-8{background:#d8cabc}.category-emoji{justify-content:center;align-items:center;height:100%;padding-bottom:3rem;font-size:3.5rem;display:flex}.products-section{background:var(--charcoal);padding:120px 60px;position:relative}.products-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.products-heading{color:var(--ivory);font-size:clamp(2.5rem,5vw,5rem)}.products-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.product-card{border:1px solid var(--border);cursor:none;background:#ffffff08;transition:transform .4s,border-color .4s;position:relative;overflow:hidden}.product-card:hover{border-color:#d8c2a866;transform:translateY(-6px)}.product-img-wrap{aspect-ratio:1;background:#1a1a1a;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.product-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-img{transform:scale(1.05)}.product-badge{letter-spacing:.2em;text-transform:uppercase;z-index:2;padding:.3rem .65rem;font-family:Jost,sans-serif;font-size:.58rem;font-weight:500;position:absolute;top:1rem;left:1rem}.badge-new{background:var(--accent);color:var(--ivory)}.badge-best{background:var(--charcoal);color:var(--beige);border:1px solid var(--border)}.badge-premium{background:var(--ivory);color:var(--charcoal)}.product-wishlist{z-index:2;color:#f5f1ea80;cursor:none;background:0 0;border:none;transition:color .3s,transform .3s;position:absolute;top:1rem;right:1rem}.product-wishlist:hover{color:var(--beige);transform:scale(1.2)}.product-actions{background:#111111e6;gap:.5rem;padding:.75rem;transition:bottom .35s;display:flex;position:absolute;bottom:-50px;left:0;right:0}.product-card:hover .product-actions{bottom:0}.product-action-btn{letter-spacing:.15em;text-transform:uppercase;border:1px solid var(--border);color:var(--ivory);cursor:none;background:0 0;flex:1;padding:.65rem;font-family:Jost,sans-serif;font-size:.6rem;font-weight:500;transition:background .3s,color .3s}.product-action-btn:hover,.product-action-btn.primary{background:var(--accent);border-color:var(--accent);color:var(--ivory)}.product-info{padding:1.25rem}.product-category{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-family:Jost,sans-serif;font-size:.6rem;font-weight:400;display:block}.product-name{color:var(--ivory);margin-bottom:.4rem;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:400;line-height:1.3;display:block}.product-desc{color:#f5f1ea73;margin-bottom:1rem;font-family:Jost,sans-serif;font-size:.72rem;font-weight:300;line-height:1.7}.product-price-row{justify-content:space-between;align-items:center;display:flex}.product-price{color:var(--beige);font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:500}.product-price-old{color:#f5f1ea4d;margin-left:.5rem;font-family:Jost,sans-serif;font-size:.75rem;font-weight:300;text-decoration:line-through}.promo-section{height:70vh;min-height:500px;position:relative;overflow:hidden}.promo-bg{object-fit:cover;filter:brightness(.4);width:100%;height:100%;position:absolute;inset:0}.promo-overlay{background:linear-gradient(135deg,#111111d9,#b8956a33);position:absolute;inset:0}.promo-content{z-index:2;flex-direction:column;justify-content:center;max-width:700px;height:100%;padding:0 60px;display:flex;position:relative}.promo-label{letter-spacing:.35em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem;font-family:Jost,sans-serif;font-size:.65rem;font-weight:400}.promo-heading{color:var(--ivory);margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,5.5rem);font-style:italic;font-weight:300;line-height:1.1}.promo-sub{color:#f5f1ea99;max-width:450px;margin-bottom:2.5rem;font-family:Jost,sans-serif;font-size:.85rem;font-weight:300;line-height:1.9}.bestsellers-section{background:var(--ivory);color:var(--charcoal);padding:120px 0;position:relative;overflow:hidden}.bestsellers-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;padding:0 60px;display:flex}.bestsellers-heading{color:var(--charcoal);font-size:clamp(2.5rem,5vw,5rem)}.carousel-controls{align-items:center;gap:1rem;display:flex}.carousel-btn{cursor:none;width:48px;height:48px;color:var(--charcoal);background:0 0;border:1px solid #1113;border-radius:50%;justify-content:center;align-items:center;transition:background .3s,color .3s,border-color .3s;display:flex}.carousel-btn:hover{background:var(--charcoal);color:var(--ivory);border-color:var(--charcoal)}.carousel-track{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;gap:1.5rem;padding:0 60px;display:flex;overflow-x:auto}.carousel-track::-webkit-scrollbar{display:none}.carousel-item{background:var(--sand);cursor:none;flex:0 0 calc(25% - 1.125rem);min-width:280px;transition:transform .4s;position:relative;overflow:hidden}.carousel-item:hover{transform:translateY(-4px)}.carousel-img-wrap{aspect-ratio:3/4;background:#e8ddd0;justify-content:center;align-items:center;font-size:4rem;display:flex;overflow:hidden}.carousel-item-img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.carousel-item:hover .carousel-item-img{transform:scale(1.05)}.carousel-item-info{padding:1.25rem}.carousel-item-name{color:var(--charcoal);margin-bottom:.35rem;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:400;display:block}.carousel-item-price{color:var(--accent);font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:500;display:block}.testimonials-section{background:var(--charcoal);padding:120px 60px;position:relative}.testimonials-heading{color:var(--ivory);text-align:center;margin-bottom:4rem;font-size:clamp(3rem,6vw,7rem)}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.testimonial-card{border:1px solid var(--border);background:#ffffff08;padding:2.5rem;transition:border-color .4s,transform .4s;position:relative}.testimonial-card:hover{border-color:#d8c2a866;transform:translateY(-4px)}.testimonial-quote-mark{color:var(--accent);opacity:.6;margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:300;line-height:.5}.testimonial-stars{gap:.25rem;margin-bottom:1.25rem;display:flex}.star{color:var(--accent);font-size:.85rem}.testimonial-text{color:#f5f1ead9;margin-bottom:2rem;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-style:italic;font-weight:300;line-height:1.7}.testimonial-author{align-items:center;gap:1rem;display:flex}.testimonial-avatar{background:var(--accent);width:40px;height:40px;color:var(--ivory);border-radius:50%;justify-content:center;align-items:center;font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:500;display:flex}.testimonial-name{letter-spacing:.1em;color:var(--ivory);font-family:Jost,sans-serif;font-size:.8rem;font-weight:500;display:block}.testimonial-role{letter-spacing:.1em;color:#f5f1ea66;text-transform:uppercase;font-family:Jost,sans-serif;font-size:.65rem;font-weight:300;display:block}.footer{background:#0a0a0a;padding:100px 60px 0;position:relative;overflow:hidden}.footer-top{border-bottom:1px solid var(--border);grid-template-columns:1.5fr 1fr 1fr 1fr;gap:4rem;padding-bottom:60px;display:grid}.footer-brand-name{letter-spacing:.2em;text-transform:uppercase;color:var(--ivory);margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:600}.footer-brand-name span{color:var(--accent)}.footer-tagline{color:#f5f1ea66;max-width:280px;margin-bottom:2rem;font-family:Jost,sans-serif;font-size:.78rem;font-weight:300;line-height:1.9}.footer-social{gap:1rem;display:flex}.social-link{border:1px solid var(--border);color:#f5f1ea80;letter-spacing:.05em;cursor:none;justify-content:center;align-items:center;width:36px;height:36px;font-family:Jost,sans-serif;font-size:.6rem;font-weight:500;text-decoration:none;transition:background .3s,color .3s,border-color .3s;display:flex}.social-link:hover{background:var(--accent);color:var(--ivory);border-color:var(--accent)}.footer-col-title{letter-spacing:.3em;text-transform:uppercase;color:var(--beige);margin-bottom:1.5rem;font-family:Jost,sans-serif;font-size:.65rem;font-weight:500}.footer-links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links a{color:#f5f1ea73;cursor:none;font-family:Jost,sans-serif;font-size:.82rem;font-weight:300;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--beige)}.footer-bottom{justify-content:space-between;align-items:flex-end;padding:2rem 0 0;display:flex;position:relative}.footer-bg-text{letter-spacing:.1em;text-transform:uppercase;color:#0000;-webkit-text-stroke:1px #d8c2a812;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;font-family:Cormorant Garamond,serif;font-size:clamp(60px,10vw,140px);font-weight:300;line-height:1;position:absolute;bottom:0;left:-10px}.footer-copyright{letter-spacing:.12em;color:#f5f1ea40;z-index:2;margin-left:auto;padding-bottom:2rem;font-family:Jost,sans-serif;font-size:.65rem;font-weight:300;position:relative}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94);transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}.mobile-menu-btn{color:var(--ivory);cursor:none;background:0 0;border:none;padding:4px;display:none}.mobile-menu{background:var(--charcoal);z-index:200;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:none;position:fixed;inset:0}.mobile-menu.open{display:flex}.mobile-menu-close{color:var(--ivory);cursor:none;background:0 0;border:none;padding:8px;position:absolute;top:1.5rem;right:1.5rem}.mobile-menu a{letter-spacing:.05em;color:var(--ivory);font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;text-decoration:none;transition:color .3s}.mobile-menu a:hover{color:var(--beige)}.newsletter-strip{background:var(--accent);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;padding:60px;display:flex}.newsletter-left h3{color:var(--ivory);margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:300;line-height:1.15}.newsletter-left p{color:#f5f1eabf;letter-spacing:.05em;font-family:Jost,sans-serif;font-size:.8rem;font-weight:300}.newsletter-form{flex:1;gap:0;max-width:480px;display:flex}.newsletter-input{color:var(--ivory);background:#f5f1ea1f;border:1px solid #f5f1ea4d;border-right:none;outline:none;flex:1;padding:.85rem 1.25rem;font-family:Jost,sans-serif;font-size:.8rem}.newsletter-input::placeholder{color:#f5f1ea80;letter-spacing:.08em}.newsletter-btn{background:var(--charcoal);border:1px solid var(--charcoal);color:var(--ivory);letter-spacing:.18em;text-transform:uppercase;cursor:none;white-space:nowrap;padding:.85rem 1.5rem;font-family:Jost,sans-serif;font-size:.68rem;font-weight:500;transition:background .3s}.newsletter-btn:hover{background:var(--text-dark)}.stats-row{background:var(--charcoal);border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:2rem;padding:50px 60px;display:grid}.stat-item{text-align:center;border-right:1px solid var(--border);padding:1rem}.stat-item:last-child{border-right:none}.stat-number{color:var(--beige);margin-bottom:.4rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,4vw,4rem);font-weight:300;line-height:1;display:block}.stat-label{letter-spacing:.2em;text-transform:uppercase;color:#f5f1ea66;font-family:Jost,sans-serif;font-size:.65rem;font-weight:400}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(2,1fr)}.categories-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1024px){.site-header{padding:0 30px}.categories-section,.products-section,.testimonials-section,.footer{padding-left:30px;padding-right:30px}.promo-content{padding:0 30px}.categories-heading-block{grid-template-columns:1fr;gap:2rem}.footer-top{grid-template-columns:1fr 1fr;gap:3rem}.newsletter-strip{padding:50px 30px}.stats-row{grid-template-columns:repeat(2,1fr);padding:40px 30px}.stat-item:nth-child(2){border-right:none}}@media(max-width:768px){.newsletter-strip{flex-direction:column;gap:2rem;padding:50px 20px}.newsletter-form{width:100%;max-width:100%}.stats-row{grid-template-columns:repeat(2,1fr);padding:40px 20px}.stat-item{border-right:none;border-bottom:1px solid var(--border)}.stat-item:last-child{border-bottom:none}.header-nav{display:none}.mobile-menu-btn{display:flex}.categories-grid,.products-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}.hero-content-left,.hero-content-right{bottom:80px;left:20px;right:20px}.hero-content-right{display:none}.hero-bg-word{font-size:clamp(70px,18vw,100px)}.bestsellers-header,.products-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.carousel-track{padding:0 20px}.carousel-item{min-width:240px}.footer-top{grid-template-columns:1fr;gap:2.5rem}.site-header{padding:0 20px}.categories-section,.products-section,.testimonials-section{padding:80px 20px}.bestsellers-header{padding:0 20px}.footer{padding:80px 20px 0}}@media(max-width:480px){.categories-grid{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:1fr}}