*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{color-scheme:light only;--cream:#faf7f2;--cream-dark:#f0ebe3;--warm-white:#fffdf9;--sand:#e8dfd0;--taupe:#b8a99a;--mocha:#8b7d6b;--espresso:#4a3f35;--noir:#2a2420;--gold:#c4a265;--gold-light:#d4b97a;--rose:#c9a89a;--sage:#a8b09a;--font-display:"Cormorant Garamond",Georgia,serif;--font-body:"Outfit",sans-serif;--ease:cubic-bezier(0.25,0.46,0.45,0.94)}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--espresso);overflow-x:hidden;font-weight:300;line-height:1.6}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--taupe);border-radius:3px}a{color:inherit;text-decoration:none}button{font-family:var(--font-body)}img{max-width:100%}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.2rem 3rem;display:flex;justify-content:space-between;align-items:center;transition:all .5s var(--ease)}.nav.scrolled{background:hsla(38,44%,96%,.92);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 1px 0 hsla(30,17%,66%,.2);padding:.8rem 3rem}.nav-logo{font-family:var(--font-display);font-size:1.6rem;font-weight:400;letter-spacing:.15em;color:var(--noir);text-transform:uppercase}.nav-logo span{font-weight:300;font-style:italic;text-transform:none;letter-spacing:.05em}.nav-links{display:flex;gap:2.5rem;align-items:center;list-style:none}.nav-links a{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;font-weight:400;position:relative;padding-bottom:2px}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--gold);transition:width .4s var(--ease)}.nav-links a:hover:after{width:100%}.nav-cart{position:relative;cursor:pointer;padding:4px}.nav-cart svg{width:20px;height:20px;stroke:var(--espresso);fill:none;stroke-width:1.5}.cart-count{position:absolute;top:-4px;right:-8px;background:var(--gold);color:#fff;font-size:.6rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500}.nav-mobile-actions{display:none}.hero{height:100vh;display:grid;grid-template-columns:1fr 1fr;background:var(--warm-white);overflow:hidden;position:relative}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:4rem 3rem 4rem 6rem;z-index:2}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-block;width:-moz-fit-content;width:fit-content;font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold);padding:.5rem 1.8rem;margin-bottom:2.5rem;animation:fadeUp 1.2s var(--ease) .2s both}.hero h1{font-family:var(--font-display);font-size:clamp(3rem,5vw,5rem);font-weight:300;line-height:1.08;color:var(--noir);margin-bottom:1.5rem;animation:fadeUp 1.2s var(--ease) .3s both}.hero h1 em{font-style:italic;color:var(--gold)}.hero-sub{font-size:1.05rem;color:var(--mocha);max-width:420px;margin-bottom:2.5rem;line-height:1.7;animation:fadeUp 1.2s var(--ease) .5s both}.hero-btn{display:inline-block;width:-moz-fit-content;width:fit-content;padding:1rem 3rem;background:var(--espresso);color:var(--cream);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;transition:all .4s var(--ease);animation:fadeUp 1.2s var(--ease) .6s both;border:none;cursor:pointer}.hero-btn:hover{background:var(--gold);color:#fff;transform:translateY(-2px);box-shadow:0 8px 30px hsla(39,45%,58%,.25)}.hero-image{position:relative;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;animation:fadeUp 1.4s var(--ease) .3s both}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,var(--warm-white) 0,transparent 15%);pointer-events:none}.trust-bar{display:flex;justify-content:center;gap:4rem;padding:3.5rem 2rem;background:var(--warm-white);border-top:1px solid hsla(30,17%,66%,.15);border-bottom:1px solid hsla(30,17%,66%,.15)}.trust-item{gap:.8rem}.trust-icon,.trust-item{display:flex;align-items:center}.trust-icon{width:36px;height:36px;border:1px solid var(--sand);border-radius:50%;justify-content:center}.trust-icon svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:1.5}.trust-text{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--mocha)}.section{padding:6rem 3rem}.section-header{text-align:center;margin-bottom:4rem}.section-label{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:block}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.2rem);font-weight:300;color:var(--noir);line-height:1.15}.section-title em{font-style:italic;color:var(--gold)}.filter-bar{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.6rem 1.8rem;border:1px solid var(--sand);background:transparent;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--mocha);cursor:pointer;transition:all .3s var(--ease);font-family:var(--font-body)}.filter-btn.active,.filter-btn:hover{background:var(--espresso);border-color:var(--espresso);color:var(--cream)}.products-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:1400px;margin:0 auto}.product-card{background:var(--warm-white);border:1px solid hsla(30,17%,66%,.12);overflow:hidden;cursor:pointer;transition:all .5s var(--ease);position:relative;text-decoration:none;color:inherit;display:block}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(74,63,53,.08)}.product-img-wrap{width:100%;aspect-ratio:4/5;position:relative;overflow:hidden;background:linear-gradient(145deg,var(--cream-dark),var(--sand))}.product-img-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .25s ease;pointer-events:none}.product-img-wrap img.active{opacity:1}.img-zones{position:absolute;inset:0;display:flex;z-index:3}.img-zone{flex:1 1}.img-dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:5px;z-index:4;opacity:0;transition:opacity .3s}.product-card:hover .img-dots{opacity:1}.img-dot{width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.4);transition:all .2s}.img-dot.active{background:#fff;transform:scale(1.3);box-shadow:0 1px 4px rgba(0,0,0,.25)}.img-count{position:absolute;top:12px;right:12px;background:rgba(42,36,32,.6);color:#fff;font-size:.6rem;letter-spacing:.1em;padding:3px 8px;border-radius:2px;z-index:4;opacity:0;transition:opacity .3s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card:hover .img-count{opacity:1}.product-badge{position:absolute;top:.6rem;left:.6rem;z-index:5;background:var(--gold);color:#fff;font-size:.55rem;letter-spacing:.12em;text-transform:uppercase;padding:.25rem .6rem;font-weight:500}.product-sold-overlay{position:absolute;inset:0;background:rgba(42,36,32,.55);z-index:6;display:flex;align-items:center;justify-content:center}.product-sold-label{background:var(--noir);color:var(--cream);padding:.5rem 1.5rem;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500}.product-card-sold{opacity:.65;filter:saturate(.3);transition:opacity .3s,filter .3s}.product-card-sold:hover{opacity:.8;filter:saturate(.5)}.product-card-sold .product-price{text-decoration:line-through;color:var(--taupe)}.product-actions{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%) translateY(20px);opacity:0;transition:all .4s var(--ease);z-index:5}.product-card:hover .product-actions{transform:translateX(-50%) translateY(0);opacity:1}.add-to-cart-btn{padding:.7rem 2rem;background:var(--espresso);color:var(--cream);border:none;font-family:var(--font-body);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:all .3s var(--ease);white-space:nowrap}.add-to-cart-btn:hover{background:var(--gold)}.product-info{padding:1rem}.product-name{font-family:var(--font-display);font-size:.95rem;font-weight:500;color:var(--noir);margin-bottom:.2rem;line-height:1.3}.product-detail{font-size:.72rem;color:var(--taupe);margin-bottom:.6rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-bottom{display:flex;justify-content:flex-end;align-items:center}.product-price{font-family:var(--font-display);font-size:1rem;color:var(--espresso);font-weight:700}.product-condition{color:var(--sage);background:hsla(82,12%,65%,.12);padding:.2rem .5rem;white-space:nowrap}.product-condition,.product-condition-badge{font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500;border-radius:2px}.product-condition-badge{position:absolute;bottom:.6rem;right:.6rem;z-index:5;color:var(--espresso);background:hsla(0,0%,100%,.88);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.25rem .6rem;transition:opacity .3s ease}.product-condition-badge.hidden{opacity:0}.product-page{padding-top:5rem}.product-page-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;max-width:1200px;margin:0 auto;padding:3rem}.gallery-main,.product-gallery{position:relative}.gallery-main{width:100%;aspect-ratio:4/5;overflow:hidden;background:var(--cream-dark);margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.gallery-main img{max-width:100%;max-height:100%;object-fit:contain;transition:opacity .3s}.gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:.5rem;gap:.5rem}.gallery-thumb{aspect-ratio:1;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .3s;background:var(--cream-dark)}.gallery-thumb.active{border-color:var(--gold)}.gallery-thumb img{width:100%;height:100%;object-fit:contain}.product-page-info{padding-top:1rem}.product-page-info .section-label{text-align:left}.product-page-title{font-family:var(--font-display);font-size:2.5rem;font-weight:400;color:var(--noir);margin-bottom:.5rem;line-height:1.2}.product-page-detail{font-size:.9rem;color:var(--taupe);margin-bottom:2rem}.product-page-price{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--espresso);margin-bottom:.5rem;text-align:right}.product-page-condition{display:inline-block;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--sage);font-weight:500;background:hsla(82,12%,65%,.12);padding:.4rem .8rem;border-radius:2px;margin-bottom:2rem}.product-page-desc{color:var(--mocha);font-size:.95rem;line-height:1.8;margin-bottom:2.5rem}.product-page-desc h4{font-family:var(--font-display);font-size:1.2rem;font-weight:500;color:var(--noir);margin-bottom:.8rem}.product-page-btn{display:inline-block;width:100%;padding:1.1rem;background:var(--espresso);color:var(--cream);font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;border:none;cursor:pointer;transition:all .4s var(--ease);text-align:center;font-family:var(--font-body);margin-bottom:1rem}.product-page-btn:hover{background:var(--gold)}.product-page-btn.secondary{background:transparent;color:var(--espresso);border:1px solid var(--sand)}.product-page-btn.secondary:hover{border-color:var(--espresso)}.product-page-features{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--sand)}.feature-item{display:flex;align-items:center;gap:.6rem;font-size:.78rem;color:var(--mocha)}.feature-item svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:1.5;flex-shrink:0}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;max-width:1100px;margin:0 auto;align-items:center}.about-visual{aspect-ratio:1/1;position:relative;overflow:hidden;border-radius:8px;background:var(--cream-dark)}.about-visual img{width:100%;height:100%;object-fit:cover}.about-text h3{font-family:var(--font-display);font-size:2.2rem;font-weight:300;color:var(--noir);margin-bottom:1.5rem;line-height:1.3}.about-text p{color:var(--mocha);font-size:.95rem;line-height:1.8;margin-bottom:1.2rem}.about-stats{display:flex;gap:3rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--sand)}.stat-item strong{display:block;font-family:var(--font-display);font-size:2rem;font-weight:400;color:var(--gold)}.stat-item span{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--taupe)}.newsletter{background:var(--espresso);padding:5rem 3rem;text-align:center}.newsletter .section-label{color:var(--gold-light)}.newsletter .section-title{color:var(--cream);margin-bottom:1rem}.newsletter p{color:var(--taupe);max-width:450px;margin:0 auto 2.5rem;font-size:.92rem;line-height:1.7}.newsletter-form{display:flex;max-width:480px;margin:0 auto}.newsletter-form input{flex:1 1;padding:1rem 1.5rem;border:1px solid hsla(30,17%,66%,.3);background:transparent;color:var(--cream);font-family:var(--font-body);font-size:.85rem;outline:none}.newsletter-form input::placeholder{color:var(--mocha)}.newsletter-form input:focus{border-color:var(--gold)}.newsletter-form button{padding:1rem 2rem;background:var(--gold);border:1px solid var(--gold);color:#fff;font-family:var(--font-body);font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:all .3s var(--ease)}.faq-container{max-width:750px;margin:0 auto}.faq-item{border-bottom:1px solid var(--sand)}.faq-question{width:100%;padding:1.5rem 0;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:var(--font-display);font-size:1.15rem;font-weight:400;color:var(--noir);text-align:left}.faq-question svg{width:18px;height:18px;stroke:var(--taupe);fill:none;stroke-width:1.5;transition:transform .4s var(--ease);flex-shrink:0;margin-left:1rem}.faq-item.open .faq-question svg{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .5s var(--ease)}.faq-item.open .faq-answer{max-height:300px}.faq-answer p{padding-bottom:1.5rem;color:var(--mocha);font-size:.9rem;line-height:1.8}.footer{background:var(--noir);padding:4rem 3rem 2rem;color:var(--taupe)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto 3rem}.footer-brand p{font-size:.85rem;line-height:1.7;color:var(--mocha);max-width:300px}.footer h4{font-family:var(--font-display);font-size:1rem;font-weight:500;color:var(--cream-dark);margin-bottom:1.2rem}.footer ul{list-style:none}.footer ul li{margin-bottom:.6rem}.footer ul a{color:var(--mocha);font-size:.82rem;transition:color .3s}.footer ul a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid hsla(30,17%,66%,.15);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;font-size:.75rem}.footer-social{display:flex;gap:1.2rem}.footer-social a{color:var(--mocha);transition:color .3s}.footer-social a:hover{color:var(--gold)}.footer-social svg{width:18px;height:18px;fill:currentColor}.cart-overlay{position:fixed;inset:0;background:rgba(42,36,32,.5);z-index:2000;opacity:0;pointer-events:none;transition:opacity .4s var(--ease)}.cart-overlay.open{opacity:1;pointer-events:all}.cart-sidebar{position:fixed;top:0;right:0;width:420px;max-width:90vw;height:100vh;background:var(--warm-white);z-index:2001;transform:translateX(100%);transition:transform .5s var(--ease);display:flex;flex-direction:column}.cart-sidebar.open{transform:translateX(0)}.cart-header{padding:1.5rem 2rem;border-bottom:1px solid var(--sand);display:flex;justify-content:space-between;align-items:center}.cart-header h3{font-family:var(--font-display);font-size:1.4rem;font-weight:400;color:var(--noir)}.cart-close{background:none;border:none;cursor:pointer}.cart-close svg{width:20px;height:20px;stroke:var(--espresso);fill:none;stroke-width:1.5}.cart-items{flex:1 1;overflow-y:auto;padding:1.5rem 2rem}.cart-empty{text-align:center;padding:3rem 0;color:var(--taupe);font-size:.9rem}.cart-item{display:flex;gap:1rem;padding:1.2rem 0;border-bottom:1px solid hsla(30,17%,66%,.12)}.cart-item-img{width:80px;height:100px;flex-shrink:0;overflow:hidden;background:var(--cream-dark)}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1 1}.cart-item-name{font-family:var(--font-display);font-size:1rem;font-weight:500;color:var(--noir);margin-bottom:.2rem}.cart-item-detail{font-size:.75rem;color:var(--taupe);margin-bottom:.5rem}.cart-item-bottom{display:flex;justify-content:space-between;align-items:center}.cart-item-price{font-family:var(--font-display);font-size:1.05rem;font-weight:500;color:var(--espresso)}.cart-remove{background:none;border:none;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--taupe);cursor:pointer;font-family:var(--font-body);transition:color .3s}.cart-remove:hover{color:var(--espresso)}.cart-footer{padding:1.5rem 2rem;border-top:1px solid var(--sand)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.cart-total-label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--mocha)}.cart-total-price{font-family:var(--font-display);font-size:1.5rem;font-weight:500;color:var(--noir)}.checkout-btn{width:100%;padding:1rem;background:var(--espresso);color:var(--cream);border:none;font-family:var(--font-body);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:all .3s var(--ease)}.checkout-btn:hover{background:var(--gold)}.toast{position:fixed;bottom:2rem;right:2rem;background:var(--espresso);color:var(--cream);padding:1rem 2rem;font-size:.82rem;z-index:3000;transform:translateY(100px);opacity:0;transition:all .4s var(--ease);pointer-events:none}.toast.show{transform:translateY(0);opacity:1}.back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--mocha);margin-bottom:2rem;transition:color .3s}.back-link:hover{color:var(--gold)}.back-link svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.5}@media(max-width:900px){.nav,.nav.scrolled{padding:1rem 1.5rem}.nav-desktop{display:none!important}.nav-mobile-actions{display:flex;align-items:center;gap:1rem}.section{padding:4rem 1.5rem}.hero{grid-template-columns:1fr;height:auto;min-height:100vh}.hero-content{padding:8rem 2rem 3rem;text-align:center}.hero-image{min-height:50vh}.hero-image:after{background:linear-gradient(to bottom,var(--warm-white),transparent 15%)}.trust-bar{flex-direction:column;align-items:flex-start;gap:1.2rem;padding:2rem}.about-grid{grid-template-columns:1fr;gap:2rem}.about-text p{word-wrap:break-word;overflow-wrap:break-word}.footer-grid{grid-template-columns:1fr 1fr}.products-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.newsletter-form{flex-direction:column}.product-page-grid{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}.product-page-title{font-size:1.5rem}.product-page-price{font-size:1.3rem;font-weight:700;text-align:right}.product-page-detail{font-size:.85rem}.product-page-condition{display:none}.gallery-thumbs{grid-template-columns:repeat(5,1fr)}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.filter-btn{padding:.5rem 1rem;font-size:.68rem}.product-page-features{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-info{padding:.7rem}.product-name{font-size:.82rem}.product-detail{font-size:.65rem;margin-bottom:.4rem}.product-price{font-size:.88rem}.product-condition{font-size:.55rem;padding:.15rem .4rem}.product-badge{font-size:.5rem;padding:.2rem .5rem;top:.4rem;left:.4rem}.product-sold-label{font-size:.6rem;padding:.4rem 1rem}.product-condition-badge{font-size:.5rem;padding:.15rem .4rem;bottom:.4rem;right:.4rem}.search-bar{margin:0 1rem 1rem}.brand-filter,.filter-bar{padding:0 1rem}}.product-page-sold-banner{background:var(--noir);color:var(--cream);text-align:center;padding:1rem 2rem;font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;margin:1.5rem 0}.search-bar{position:relative;max-width:500px;margin:0 auto 1.5rem}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--taupe);pointer-events:none}.search-input{width:100%;padding:.85rem 2.5rem .85rem 2.8rem;border:1px solid hsla(30,17%,66%,.25);background:var(--warm-white);font-family:var(--body);font-size:.85rem;color:var(--noir);outline:none;transition:border-color .3s}.search-input::placeholder{color:var(--taupe)}.search-input:focus{border-color:var(--gold)}.search-clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1rem;color:var(--taupe);cursor:pointer;padding:.25rem}.search-clear:hover{color:var(--noir)}.brand-filter{margin-top:.5rem}.brand-btn{font-size:.72rem!important}.filter-count{font-size:.8rem;margin:.75rem 0 0;letter-spacing:.05em}.legal-page{max-width:800px;margin:0 auto;padding:120px 2rem 4rem}.legal-page h1{font-family:var(--font-display);font-size:2.4rem;font-weight:400;color:var(--noir);margin-bottom:.5rem}.legal-date{color:var(--taupe);font-size:.85rem;margin-bottom:2.5rem}.legal-section{margin-bottom:2rem}.legal-section h2{font-family:var(--font-display);font-size:1.3rem;font-weight:500;color:var(--noir);margin-bottom:.6rem}.legal-section p{color:var(--espresso);font-size:.9rem;line-height:1.7;margin-bottom:.5rem}.legal-section a{color:var(--gold);text-decoration:underline}.about-page{max-width:900px}.about-hero{text-align:center;margin-bottom:3rem}.about-hero h1{font-size:2.8rem}.about-hero em{font-style:italic;color:var(--gold)}.about-hero-sub{color:var(--mocha);font-size:1.05rem;line-height:1.7;max-width:600px;margin:1rem auto 0}.about-section{margin-bottom:3rem}.about-section h2{font-family:var(--font-display);font-size:1.6rem;font-weight:400;color:var(--noir);margin-bottom:1rem}.about-section p{color:var(--espresso);font-size:.92rem;line-height:1.75;margin-bottom:.8rem}.about-process{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.process-step{text-align:center;padding:1.5rem 1rem;background:var(--cream-dark);border-radius:8px}.process-number{width:36px;height:36px;background:var(--noir);color:var(--cream);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:500;margin-bottom:.8rem}.process-step h3{font-family:var(--font-display);font-size:1.1rem;font-weight:500;margin-bottom:.4rem}.process-step p{font-size:.82rem;color:var(--mocha);line-height:1.5}.about-image-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}.about-image-section.reverse{direction:rtl}.about-image-section.reverse>*{direction:ltr}.about-image-container img{width:100%;border-radius:8px;object-fit:cover;max-height:420px}.about-image-text h2{margin-bottom:.8rem}.about-highlight{background:var(--cream-dark);padding:2rem;border-radius:8px;border-left:4px solid var(--gold)}.about-highlight h2{margin-bottom:.6rem}.about-values{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.value-item{padding:1.5rem;background:var(--cream-dark);border-radius:8px}.value-item h3{font-family:var(--font-display);font-size:1.15rem;font-weight:500;margin-bottom:.4rem;color:var(--noir)}.value-item p{font-size:.85rem;color:var(--mocha);line-height:1.6}.about-cta{text-align:center;margin-top:2rem;padding-bottom:2rem}.about-link{display:inline-block;margin-top:1.2rem;color:var(--gold);font-size:.88rem;letter-spacing:.08em;font-weight:400}.about-link:hover{color:var(--espresso)}.delivery-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.delivery-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10000;background:var(--cream);padding:2.5rem;border-radius:12px;max-width:520px;width:90%;box-shadow:0 20px 60px rgba(0,0,0,.2)}.delivery-popup-icon{font-size:2.5rem;text-align:center;margin-bottom:.8rem}.delivery-popup h3{font-family:var(--font-display);font-size:1.5rem;font-weight:400;color:var(--noir);text-align:center;margin-bottom:1rem}.delivery-popup p{font-size:.9rem;color:var(--mocha);line-height:1.6;text-align:center;margin-bottom:.8rem}.delivery-popup-highlight{background:var(--cream-dark);padding:1rem 1.5rem;border-radius:8px;text-align:center;font-size:1rem;color:var(--noir);margin:1rem 0;border-left:4px solid var(--gold)}.delivery-popup-note{font-size:.82rem;color:var(--taupe)}.delivery-popup-actions{display:flex;flex-direction:column;gap:.8rem;margin-top:1.5rem}.delivery-popup-cancel{padding:.8rem;background:none;border:1px solid var(--sand);border-radius:6px;color:var(--mocha);cursor:pointer;font-size:.85rem;transition:all .3s}.delivery-popup-cancel:hover{border-color:var(--mocha);color:var(--espresso)}.delivery-popup-confirm{padding:1rem;background:var(--noir);color:var(--cream);border:none;border-radius:6px;cursor:pointer;font-size:.88rem;font-weight:400;line-height:1.4;letter-spacing:.03em;transition:all .3s}.delivery-popup-confirm:hover{background:var(--espresso)}@media(max-width:768px){.about-hero h1{font-size:2rem}.about-process{grid-template-columns:repeat(2,1fr);gap:1rem}.about-image-section{grid-template-columns:1fr;gap:1.5rem}.about-image-section.reverse{direction:ltr}.about-values{grid-template-columns:1fr}.legal-page{padding:100px 1.2rem 3rem}.legal-page h1{font-size:1.8rem}.delivery-popup{padding:1.8rem}.delivery-popup h3{font-size:1.3rem}}.blog-page{max-width:900px}.blog-page em{font-style:italic;color:var(--gold)}.blog-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.blog-card{display:block;padding:1.8rem;background:#fff;border:1px solid var(--sand);border-radius:8px;transition:all .3s var(--ease)}.blog-card:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.blog-card-meta{display:flex;gap:1rem;font-size:.78rem;color:var(--taupe);margin-bottom:.6rem;letter-spacing:.04em}.blog-card h2{font-family:var(--font-display);font-size:1.3rem;font-weight:400;color:var(--noir);margin-bottom:.5rem;line-height:1.3}.blog-card p{font-size:.88rem;color:var(--mocha);line-height:1.6;margin-bottom:.8rem}.blog-card-link{font-size:.82rem;color:var(--gold);font-weight:400;letter-spacing:.04em}.blog-article{max-width:720px}.blog-article-header{margin-bottom:2rem}.blog-back{display:inline-block;font-size:.82rem;color:var(--taupe);margin-bottom:1rem;letter-spacing:.04em}.blog-back:hover{color:var(--gold)}.blog-article-header h1{font-family:var(--font-display);font-size:2.2rem;font-weight:400;color:var(--noir);line-height:1.2;margin-top:.5rem}.blog-article-meta{color:var(--taupe);font-size:.82rem;margin-top:.5rem}.blog-content h2{font-family:var(--font-display);font-size:1.4rem;font-weight:400;color:var(--noir);margin:2rem 0 .8rem}.blog-content p{font-size:.92rem;line-height:1.8;color:var(--espresso);margin-bottom:1rem}.blog-intro{font-size:1rem;color:var(--mocha);line-height:1.8;border-left:3px solid var(--gold);padding-left:1.2rem;margin-bottom:2rem}.blog-cta{text-align:center;margin-top:3rem;padding:2.5rem;background:var(--cream-dark);border-radius:8px}.blog-cta p{font-size:1rem;color:var(--espresso);margin-bottom:1rem}.blog-cta .hero-btn{display:inline-block}@media(max-width:768px){.blog-article-header h1{font-size:1.7rem}.blog-content h2{font-size:1.2rem}}.payment-icons{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--sand)}.payment-label{font-size:.75rem;color:var(--taupe);letter-spacing:.08em;text-transform:uppercase;display:block;margin-bottom:.6rem}.payment-icons-row{display:flex;gap:.6rem;align-items:center}.payment-icon svg{width:44px;height:28px;border-radius:4px}.footer-payment{display:flex;gap:.5rem;align-items:center}.footer-payment svg{opacity:.7;transition:opacity .3s}.footer-payment svg:hover{opacity:1}.footer-bottom{flex-wrap:wrap;gap:1rem}.nav-logo{display:flex;align-items:center;gap:.5rem}.nav-logo-img{height:38px;transition:height .3s var(--ease)}.nav.scrolled .nav-logo-img{height:30px}.footer-logo-link{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.founder-section{display:grid;grid-template-columns:300px 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}.founder-image img{width:100%;border-radius:8px;object-fit:cover;max-height:440px}.founder-text h2{margin-bottom:.8rem}.founder-text .founder-name{font-family:var(--font-display);font-size:1.1rem;color:var(--gold);font-weight:500;margin-top:1rem}@media(max-width:768px){.founder-section{grid-template-columns:1fr}.founder-image img{max-height:350px;width:60%;margin:0 auto;display:block}}@media(max-width:900px){.about-grid{padding:0 1rem}.about-visual{aspect-ratio:auto}.about-text h3{font-size:1.6rem}.about-stats{flex-direction:column;gap:1rem}.about-stats .stat-item{display:flex;align-items:baseline;gap:.5rem}.about-stats .stat-item strong{font-size:1.2rem;display:inline}.about-stats .stat-item span{font-size:.7rem;display:inline}.hero-sub{font-size:.9rem}.nav-logo{font-size:1.2rem}.nav-logo-img{height:32px}.delivery-popup{top:5%;left:5%;right:5%;bottom:5%;transform:none;max-width:none;width:auto;overflow-y:auto;max-height:90vh}.delivery-popup-confirm{font-size:.82rem;padding:.8rem}}@media(max-width:600px){.product-page-title{font-size:1.3rem}.product-page-price{font-size:1.15rem}.product-page-detail{font-size:.8rem}.nav-logo{font-size:1rem;letter-spacing:.08em}.nav-logo-img{height:28px}}.filter-toggle{display:flex;align-items:center;gap:.5rem;margin:0 auto 1rem;padding:.6rem 1.5rem;background:none;border:1px solid var(--sand);border-radius:20px;color:var(--espresso);font-size:.8rem;letter-spacing:.06em;cursor:pointer;position:relative;font-family:var(--font-body)}.filter-toggle:hover{border-color:var(--gold)}.filter-active-dot{width:6px;height:6px;background:var(--gold);border-radius:50%;margin-left:.3rem}.filters-hidden{display:none!important}.hamburger{background:none;border:none;cursor:pointer;width:28px;height:20px;position:relative;padding:0}.hamburger span{display:block;position:absolute;height:2px;width:100%;background:var(--espresso);left:0;transition:all .3s var(--ease)}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:9px}.hamburger span:nth-child(3){top:18px}.hamburger.open span:first-child{top:9px;transform:rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){top:9px;transform:rotate(-45deg)}.mobile-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:1998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-menu{position:fixed;top:0;right:-280px;width:280px;height:100vh;background:var(--cream);z-index:1999;padding:5rem 2rem 2rem;transition:right .35s var(--ease);box-shadow:-4px 0 20px rgba(0,0,0,.1);overflow-y:auto}.mobile-menu.open{right:0}.mobile-menu-links{display:flex;flex-direction:column;gap:.3rem}.mobile-menu-links a{font-family:var(--font-display);font-size:1.25rem;font-weight:400;color:var(--noir);padding:.8rem 0;border-bottom:1px solid var(--sand);transition:color .3s}.mobile-menu-links a:last-child{border-bottom:none}.mobile-menu-links a:hover{color:var(--gold)}.lightbox-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.95);display:flex;align-items:center;justify-content:center;cursor:zoom-out}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:#fff;cursor:pointer;z-index:10001;opacity:.7;transition:opacity .3s}.lightbox-close:hover{opacity:1}.lightbox-img{max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.lightbox-img img{max-width:100%;max-height:90vh;object-fit:contain;cursor:default}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.1);border:none;color:#fff;cursor:pointer;padding:.8rem;border-radius:50%;transition:background .3s;z-index:10001}.lightbox-nav:hover{background:hsla(0,0%,100%,.25)}.lightbox-prev{left:1.5rem}.lightbox-next{right:1.5rem}.lightbox-counter{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);color:hsla(0,0%,100%,.6);font-size:.85rem;letter-spacing:.1em}.gallery-zoom-hint{position:absolute;bottom:.8rem;right:.8rem;display:flex;align-items:center;gap:.4rem;background:hsla(0,0%,100%,.85);color:var(--espresso);font-size:.7rem;padding:.3rem .7rem;border-radius:4px;opacity:0;transition:opacity .3s;pointer-events:none;letter-spacing:.04em}.gallery-main:hover .gallery-zoom-hint{opacity:1}@media(max-width:900px){.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.lightbox-nav{padding:.5rem}.gallery-zoom-hint{opacity:1}}.payment-icon-wide{width:auto}.payment-icon-wide img{height:100%;border-radius:4px}.contact-form-wrap{max-width:100%}.contact-field{margin-bottom:1.5rem}.contact-field label{display:block;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--mocha);margin-bottom:.5rem;font-weight:400}.contact-field input,.contact-field textarea{width:100%;padding:.9rem 1.2rem;border:1px solid var(--sand);background:#fff;font-family:var(--font-body);font-size:.9rem;color:var(--espresso);outline:none;transition:border-color .3s;border-radius:4px}.contact-field input:focus,.contact-field textarea:focus{border-color:var(--gold)}.contact-field input::placeholder,.contact-field textarea::placeholder{color:var(--taupe)}.contact-field textarea{resize:vertical;min-height:120px}.contact-btn{width:100%;padding:1rem;background:var(--espresso);color:var(--cream);border:none;font-family:var(--font-body);font-size:.82rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:all .3s var(--ease);border-radius:4px}.contact-btn:hover{background:var(--gold)}.contact-btn:disabled{opacity:.5;cursor:not-allowed}.contact-btn:disabled:hover{background:var(--espresso)}.contact-error{color:#c44;font-size:.85rem;margin-top:1rem;text-align:center}.contact-success{text-align:center;padding:2rem 0}.contact-success h3{font-family:var(--font-display);font-size:1.5rem;font-weight:400;color:var(--noir);margin-bottom:.8rem}.contact-success p{color:var(--mocha);font-size:.95rem;line-height:1.7}.sort-bar{display:flex;align-items:center;gap:.8rem;justify-content:flex-end;max-width:1200px;margin:1rem auto .5rem;padding:0 1rem}.sort-label{font-size:.75rem;color:var(--taupe);letter-spacing:.06em;text-transform:uppercase}.sort-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23B8A99A'/%3E%3C/svg%3E") no-repeat right .8rem center;border:1px solid var(--sand);padding:.5rem 2.2rem .5rem .9rem;font-family:var(--font-body);font-size:.82rem;color:var(--espresso);border-radius:4px;cursor:pointer;outline:none;transition:border-color .3s}.sort-select:focus{border-color:var(--gold)}.filter-count{text-align:center;font-size:.78rem;color:var(--taupe);margin:.8rem 0;letter-spacing:.04em}.load-more-wrap{text-align:center;margin:2.5rem 0 1rem}.load-more-btn{padding:.9rem 3rem;background:none;border:1.5px solid var(--sand);color:var(--espresso);font-family:var(--font-body);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s var(--ease);border-radius:4px}.load-more-btn:hover{border-color:var(--gold);color:var(--gold);background:hsla(39,45%,58%,.05)}@media(max-width:900px){.sort-bar{justify-content:center;margin:.5rem auto}.sort-select{font-size:.78rem;width:100%;max-width:250px}}.sort-bar{justify-content:space-between}.sort-right{gap:.8rem}.hide-sold-label,.sort-right{display:flex;align-items:center}.hide-sold-label{gap:.5rem;font-size:.82rem;color:var(--mocha);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hide-sold-label input{display:none}.hide-sold-check{width:18px;height:18px;border:1.5px solid var(--sand);border-radius:3px;position:relative;transition:all .2s;flex-shrink:0}.hide-sold-label input:checked+.hide-sold-check{background:var(--espresso);border-color:var(--espresso)}.hide-sold-label input:checked+.hide-sold-check:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}@media(max-width:900px){.sort-bar{flex-direction:column;gap:.8rem;align-items:stretch}.hide-sold-label,.sort-right{justify-content:flex-start}}