:root{--gold: #C6A16E;--gold-light: #D4B483;--gold-dark: #A8854E;--ivory: #FAF9F6;--beige: #F5EFE7;--blush: #E8CFC4;--charcoal: #2E2E2E;--charcoal-light: #4A4A4A;--text-body: #3A3A3A;--text-muted: #525252;--text-subtle: #6B6560;--on-dark: rgba(250, 249, 246, .92);--on-dark-muted: rgba(250, 249, 246, .72);--on-dark-subtle: rgba(250, 249, 246, .55)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}[id]{scroll-margin-top:5.25rem}.page-header,.static-page>.container,.static-page>.prose{scroll-margin-top:5.25rem}body{background:var(--ivory);color:var(--charcoal);font-family:Montserrat,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;overflow-x:hidden}.text-body,.prose p,.static-page p{font-size:.9rem;font-weight:400;line-height:1.85;color:var(--text-body)}.text-body+.text-body,.prose p+p,.static-page p+p{margin-top:1rem}.text-muted{color:var(--text-muted);font-weight:400}.prose a:not([class]),.static-page a:not([class]){color:var(--charcoal);font-weight:500;text-decoration:underline;text-underline-offset:3px}.prose a:not([class]):hover,.static-page a:not([class]):hover{color:var(--gold-dark)}.heading-xl,.heading-lg,.heading-md,.heading-sm,.page-header h1,.faq-title,.form-success h3{color:var(--charcoal)}.section-label{font-weight:600}::selection{background:var(--gold);color:var(--ivory)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--ivory)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:10px}.page-main{min-height:100vh}nav{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:1.4rem clamp(1rem,4vw,3rem);min-height:4.25rem;background:#faf9f69e;backdrop-filter:blur(10px) saturate(1.15);-webkit-backdrop-filter:blur(10px) saturate(1.15);box-shadow:0 1px #2e2e2e0d;transition:background .4s,padding .4s,box-shadow .4s,backdrop-filter .4s}nav.scrolled{background:#faf9f6c7;backdrop-filter:blur(14px) saturate(1.2);-webkit-backdrop-filter:blur(14px) saturate(1.2);padding:1rem clamp(1rem,4vw,3rem);min-height:3.75rem;box-shadow:0 1px #2e2e2e17}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){nav{background:#faf9f6f0}nav.scrolled{background:#faf9f6fa}.mobile-menu{background:var(--ivory)}}.nav-logo{position:absolute;left:50%;transform:translate(-50%);text-align:center;cursor:pointer;text-decoration:none;max-width:min(52vw,220px)}.nav-logo span{font-family:Playfair Display,serif;font-size:clamp(1rem,2.8vw,1.4rem);letter-spacing:clamp(.14em,2vw,.28em);font-weight:600;color:var(--charcoal);display:block;white-space:nowrap}.nav-logo:after{content:"";display:block;height:1px;background:var(--gold);opacity:.75;margin-top:3px}.nav-links{display:flex;gap:clamp(1.25rem,3vw,2.5rem);align-items:center;flex-shrink:0}.nav-links a{font-size:clamp(.58rem,1.4vw,.68rem);letter-spacing:.24em;text-transform:uppercase;font-weight:600;color:var(--charcoal);text-decoration:none;transition:color .3s;cursor:pointer;white-space:nowrap}.nav-links a:hover,.nav-links a.active{color:var(--gold-dark)}.nav-actions{display:flex;align-items:center;gap:clamp(.75rem,2vw,1.25rem);margin-left:auto;flex-shrink:0}.cart-btn{position:relative;background:none;border:none;cursor:pointer;padding:4px;flex-shrink:0}.cart-btn svg{stroke:var(--charcoal);stroke-width:1.75;transition:stroke .3s;width:20px;height:20px}.cart-btn:hover svg{stroke:var(--gold)}.cart-count{position:absolute;top:-6px;right:-6px;background:var(--gold);color:var(--ivory);font-size:.5rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;opacity:0;transform:scale(0);transition:opacity .3s,transform .3s}.cart-count.visible{opacity:1;transform:scale(1)}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:6px;width:36px;height:36px;flex-shrink:0}.hamburger span{display:block;width:22px;height:1.5px;background:var(--charcoal);transition:transform .35s,opacity .35s,width .35s;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;width:0}.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}body.nav-menu-open{overflow:hidden}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#faf9f6e0;backdrop-filter:blur(16px) saturate(1.1);-webkit-backdrop-filter:blur(16px) saturate(1.1);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:5rem 1.5rem 2rem;transform:translate(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);overflow-y:auto}.mobile-menu.open{transform:translate(0)}.mobile-menu a{font-family:Playfair Display,serif;font-size:clamp(1.6rem,6vw,2.2rem);color:var(--charcoal);text-decoration:none;cursor:pointer;transition:color .3s;font-weight:500}.mobile-menu a:hover{color:var(--gold)}.mobile-menu-logout{font-family:Playfair Display,serif;font-size:clamp(1.6rem,6vw,2.2rem);font-weight:500;color:var(--charcoal);background:none;border:none;cursor:pointer;transition:color .3s}.mobile-menu-logout:hover{color:var(--gold)}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.fade-up{animation:fadeUp .8s cubic-bezier(.25,.46,.45,.94) both}.fade-up-1{animation-delay:.1s}.fade-up-2{animation-delay:.3s}.fade-up-3{animation-delay:.5s}.fade-up-4{animation-delay:.7s}.fade-in{animation:fadeIn .8s ease both}.btn-primary{display:inline-block;background:var(--charcoal);color:var(--ivory);padding:.9rem 2.4rem;font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500;border:none;cursor:pointer;text-decoration:none;transition:background .5s,transform .2s}.btn-primary:hover{background:var(--gold)}.btn-primary:active{transform:scale(.98)}.btn-outline{display:inline-block;background:transparent;color:var(--charcoal);padding:.9rem 2.4rem;font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500;border:1px solid var(--charcoal);cursor:pointer;text-decoration:none;transition:background .5s,color .5s}.btn-outline:hover{background:var(--charcoal);color:var(--ivory)}.btn-gold{display:inline-block;background:var(--gold);color:var(--ivory);padding:.9rem 2.4rem;font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500;border:none;cursor:pointer;text-decoration:none;transition:background .5s}.btn-gold:hover{background:var(--gold-dark)}.section-label{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);font-weight:500;display:block;margin-bottom:.6rem}.heading-xl{font-family:Playfair Display,serif;font-size:clamp(2.8rem,6vw,4.8rem);font-weight:400;line-height:1.1}.heading-lg{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:400;line-height:1.15}.heading-md{font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400;line-height:1.2}.heading-sm{font-family:Playfair Display,serif;font-size:clamp(1.2rem,2vw,1.8rem);font-weight:400}.container{max-width:1280px;margin:0 auto;padding:0 3rem}.section{padding:6rem 0}.section-sm{padding:4rem 0}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--beige) 0%,var(--ivory) 50%,rgba(232,207,196,.25) 100%)}.hero-circle-1,.hero-circle-2,.hero-circle-3{position:absolute;border-radius:50%;border:1px solid rgba(198,161,110,.12);pointer-events:none}.hero-circle-1{width:600px;height:600px;top:10%;right:10%}.hero-circle-2{width:400px;height:400px;top:20%;right:20%}.hero-circle-3{width:200px;height:200px;bottom:20%;left:15%}.hero-img{position:absolute;right:0;top:0;bottom:0;width:48%;object-fit:cover;display:block;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 72%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 72%,transparent 100%)}.hero-img-overlay{position:absolute;top:0;bottom:0;right:0;width:48%;pointer-events:none;background:linear-gradient(to right,var(--ivory) 0%,rgba(250,249,246,.35) 38%,rgba(250,249,246,.08) 62%,transparent 100%)}.hero-content{position:relative;z-index:2;max-width:560px;padding-top:6rem}.hero-content .heading-xl em{color:var(--gold);font-style:italic}.hero-sub{color:var(--text-body);font-weight:400;line-height:1.85;font-size:.95rem;margin:1.5rem 0 2.5rem;max-width:360px}.hero-cta{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.hero-link{font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--charcoal-light);text-decoration:none;transition:color .3s;cursor:pointer}.hero-link:hover{color:var(--gold)}.scroll-indicator{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:2}.scroll-indicator span{font-size:.5rem;letter-spacing:.3em;text-transform:uppercase;color:var(--text-subtle)}.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(198,161,110,.5),transparent);animation:float 1.8s ease-in-out infinite}.marquee-wrap{background:var(--charcoal);padding:.9rem 0;overflow:hidden}.marquee-track{display:flex;gap:3rem;white-space:nowrap;animation:marquee 28s linear infinite;width:max-content}.marquee-track span{font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:#faf9f680}.marquee-track .dot{color:var(--gold)}.collections-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.collection-card{position:relative;overflow:hidden;cursor:pointer}.collection-card img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.collection-card:hover img{transform:scale(1.06)}.collection-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(46,46,46,.65) 0%,transparent 55%)}.collection-info{position:absolute;bottom:0;left:0;right:0;padding:1.8rem}.collection-count{font-size:.55rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.4rem}.collection-name{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--ivory);display:block;margin-bottom:.3rem}.collection-tag{font-size:.7rem;color:#faf9f68c;font-style:italic;font-family:Playfair Display,serif}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.product-card{cursor:pointer}.product-img-wrap{position:relative;overflow:hidden;background:var(--beige);margin-bottom:1rem}.product-img-wrap img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-img-wrap img{transform:scale(1.05)}.product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2e2e2e0a;opacity:0;transition:opacity .3s}.product-card:hover .product-overlay{opacity:1}.product-tags{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.4rem}.tag{font-size:.5rem;letter-spacing:.18em;text-transform:uppercase;padding:.25rem .65rem}.tag-new{background:var(--charcoal);color:var(--ivory)}.tag-best{background:var(--gold);color:var(--ivory)}.tag-sale{background:var(--blush);color:var(--charcoal)}.tag-sold{position:absolute;top:0;right:0;bottom:0;left:0;background:#faf9f699;display:flex;align-items:center;justify-content:center}.tag-sold span{font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--text-body)}.quick-add{position:absolute;bottom:1rem;left:1rem;right:1rem;padding:.75rem;font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;background:var(--ivory);color:var(--charcoal);border:none;cursor:pointer;transform:translateY(12px);opacity:0;transition:transform .3s,opacity .3s,background .3s,color .3s}.product-card:hover .quick-add{transform:translateY(0);opacity:1}.quick-add:hover{background:var(--charcoal);color:var(--ivory)}.quick-add.added{background:var(--gold);color:var(--ivory)}.product-collection{font-size:.55rem;letter-spacing:.25em;text-transform:uppercase;color:#c6a16ecc;margin-bottom:.3rem}.product-name{font-family:Playfair Display,serif;font-size:1.1rem;color:var(--charcoal);margin-bottom:.4rem;transition:color .3s}.product-name a{text-decoration:none;color:inherit}.product-card:hover .product-name{color:var(--gold)}.product-price{font-size:.85rem;font-weight:500;color:var(--charcoal)}.product-price-orig{font-size:.75rem;color:var(--text-muted);text-decoration:line-through;margin-left:.5rem}.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;text-align:center}.promise-icon{font-size:2rem;color:var(--gold);margin-bottom:1.2rem}.promise-title{font-family:Playfair Display,serif;font-size:1.15rem;margin-bottom:.8rem}.promise-text{font-size:.85rem;font-weight:400;color:var(--text-body);line-height:1.85}.cta-banner{position:relative;background:var(--charcoal);padding:8rem 0;text-align:center;overflow:hidden}.cta-banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%;opacity:.15}.cta-banner-content{position:relative;z-index:2;max-width:720px;margin:0 auto;padding:0 2rem}.cta-banner-quote{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,3.2rem);color:var(--ivory);font-weight:400;line-height:1.3;margin:1.2rem 0 2.4rem}.cta-banner-quote em{color:var(--gold)}.page-header{padding:8rem 0 4rem;background:#f5efe78c}.page-header .heading-lg,.page-header .heading-md{color:var(--charcoal)}.filter-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1.5rem 0;border-bottom:1px solid rgba(46,46,46,.08);margin-bottom:3rem}.filter-cats{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;padding:.6rem 1.4rem;border:1px solid rgba(46,46,46,.22);background:transparent;color:var(--charcoal-light);cursor:pointer;transition:all .3s}.filter-btn:hover{border-color:var(--charcoal);color:var(--charcoal)}.filter-btn.active{background:var(--charcoal);color:var(--ivory);border-color:var(--charcoal)}.filter-right{display:flex;align-items:center;gap:1.5rem}.sort-select{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;background:transparent;border:none;cursor:pointer;color:var(--charcoal-light);font-family:Montserrat,sans-serif;outline:none}.product-count{font-size:.8rem;font-weight:500;color:var(--text-muted);margin-top:.5rem}.breadcrumb{display:flex;align-items:center;gap:.75rem;margin-bottom:3rem}.breadcrumb span{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;color:var(--text-muted)}.breadcrumb a{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;color:var(--text-muted);cursor:pointer;text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:var(--gold)}.breadcrumb .sep{color:#2e2e2e33}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.detail-main-img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;background:var(--beige)}.detail-thumbs{display:flex;gap:.75rem;margin-top:.75rem}.detail-thumb{flex:1;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .3s;background:none;padding:0;font:inherit}.detail-thumb.active{border-color:var(--gold)}.detail-thumb img{width:100%;aspect-ratio:1;object-fit:cover;display:block;opacity:.6;transition:opacity .3s}.detail-thumb.active img,.detail-thumb:hover img{opacity:1}.detail-collection{font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:#c6a16ecc;margin-bottom:.6rem}.detail-price-wrap{display:flex;align-items:center;gap:1rem;margin:1.2rem 0}.detail-price{font-family:Playfair Display,serif;font-size:1.6rem}.detail-orig{font-size:.85rem;color:var(--text-muted);text-decoration:line-through}.detail-badge{font-size:.55rem;letter-spacing:.18em;text-transform:uppercase;background:var(--blush);color:var(--charcoal);padding:.25rem .6rem}.divider{height:1px;background:#2e2e2e14;margin:1.5rem 0}.detail-desc{font-size:.85rem;font-weight:400;color:var(--text-body);line-height:1.85;margin-bottom:1.5rem}.detail-specs{background:#f5efe780;padding:1.4rem;margin-bottom:1.5rem}.detail-spec{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid rgba(46,46,46,.05)}.detail-spec:last-child{border-bottom:none}.spec-label{font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;color:var(--text-muted)}.spec-value{font-size:.8rem;font-weight:500;color:var(--charcoal)}.spec-instock{color:#5a8a6a}.spec-sold{color:#c47a7a}.qty-wrap{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.2rem}.qty-label{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted)}.qty-ctrl{display:flex;align-items:center;border:1px solid rgba(46,46,46,.18)}.qty-btn{width:36px;height:36px;background:none;border:none;cursor:pointer;font-size:1rem;color:var(--text-body);transition:background .2s,color .2s}.qty-btn:hover{background:var(--beige);color:var(--charcoal)}.qty-num{width:44px;text-align:center;font-size:.8rem;font-weight:400}.detail-actions{display:flex;gap:1rem;margin-bottom:1.5rem}.detail-actions .btn-primary,.detail-actions .btn-outline{flex:1;text-align:center;padding:.95rem 1rem;font-size:.6rem}.trust-badges{display:flex;flex-wrap:wrap;gap:1.2rem}.trust-badge{font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;font-weight:500;color:var(--text-muted)}.related-section{padding:4rem 0 6rem;border-top:1px solid rgba(46,46,46,.08);margin-top:4rem}.cart-grid{display:grid;grid-template-columns:1fr 380px;gap:5rem;align-items:start}.cart-item{display:flex;gap:1.5rem;padding:1.6rem 0;border-bottom:1px solid rgba(46,46,46,.08)}.cart-item-img{width:96px;height:124px;object-fit:cover;background:var(--beige);flex-shrink:0;cursor:pointer;transition:opacity .3s}.cart-item-img:hover{opacity:.8}.cart-item-info{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item-collection{font-size:.55rem;letter-spacing:.25em;text-transform:uppercase;color:#c6a16ecc}.cart-item-name{font-family:Playfair Display,serif;font-size:1.05rem;margin:.25rem 0 .2rem;color:var(--charcoal);text-decoration:none;display:inline-block;transition:color .3s}.cart-item-name:hover{color:var(--gold-dark)}.cart-item-mat{font-size:.7rem;font-weight:400;color:var(--text-muted)}.cart-item-bottom{display:flex;align-items:center;justify-content:space-between}.cart-qty{display:flex;align-items:center;border:1px solid rgba(46,46,46,.15)}.cart-qty-btn{width:30px;height:30px;background:none;border:none;cursor:pointer;font-size:.9rem;color:var(--text-muted);transition:background .2s}.cart-qty-btn:hover{background:var(--beige)}.cart-qty-num{width:36px;text-align:center;font-size:.75rem;font-weight:400}.cart-item-price{font-size:.85rem;font-weight:500}.cart-remove{font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-subtle);background:none;border:none;cursor:pointer;transition:color .3s;margin-left:1rem}.cart-remove:hover{color:#c47a7a}.cart-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.2rem}.cart-back{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);background:none;border:none;cursor:pointer;transition:color .3s;text-decoration:none;display:inline-block}.cart-back:hover{color:var(--gold)}.cart-clear{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-subtle);background:none;border:none;cursor:pointer;transition:color .3s}.cart-clear:hover{color:#c47a7a}.order-summary{background:#f5efe780;padding:2rem;position:sticky;top:6rem}.order-summary h2{font-family:Playfair Display,serif;font-size:1.3rem;margin-bottom:2rem}.order-line{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem}.order-item-name{font-size:.75rem;font-weight:400}.order-item-qty{font-size:.65rem;color:var(--text-muted)}.order-item-price{font-size:.75rem;font-weight:500;flex-shrink:0;margin-left:1rem}.order-divider{height:1px;background:#2e2e2e14;margin:1.2rem 0}.order-sub-row{display:flex;justify-content:space-between;margin-bottom:.6rem}.order-sub-label{font-size:.75rem;font-weight:400;color:var(--text-body)}.order-sub-val{font-size:.75rem;font-weight:500}.order-total-row{display:flex;justify-content:space-between;margin:1.2rem 0 1.6rem}.order-total-label{font-family:Playfair Display,serif;font-size:1.1rem}.order-total-val{font-family:Playfair Display,serif;font-size:1.2rem}.promo-row{display:flex;margin-bottom:1.2rem;border-bottom:1px solid rgba(46,46,46,.12)}.promo-input{flex:1;background:transparent;border:none;outline:none;font-size:.75rem;font-weight:400;font-family:Montserrat,sans-serif;color:var(--charcoal);padding:.6rem 0}.promo-input::placeholder{color:var(--text-subtle)}.promo-apply{font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);background:none;border:none;cursor:pointer;transition:color .3s}.promo-apply:hover{color:var(--gold)}.checkout-btn{width:100%;padding:1.1rem;background:var(--charcoal);color:var(--ivory);font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500;border:none;cursor:pointer;transition:background .4s}.checkout-btn:hover{background:var(--gold)}.payment-methods{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.pm{font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;color:var(--text-subtle)}.free-ship{color:#5a8a6a}.empty-cart{text-align:center;padding:8rem 2rem}.empty-icon{font-size:3rem;color:#c6a16e66;margin-bottom:1.5rem}.empty-cart h2{font-family:Playfair Display,serif;font-size:1.8rem;margin-bottom:.8rem;color:var(--charcoal-light)}.empty-cart p{font-size:.85rem;font-weight:400;color:var(--text-body);margin-bottom:2.5rem}.about-hero{position:relative;height:70vh;min-height:22rem;overflow:hidden;display:flex;align-items:flex-end;background:var(--ivory)}.about-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.92) brightness(1.02);opacity:.92}.about-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to top,var(--ivory) 0%,var(--ivory) 14%,rgba(250,249,246,.88) 30%,rgba(245,239,231,.42) 58%,rgba(250,249,246,.1) 82%,transparent 100%)}.about-hero-content{position:relative;z-index:2;padding:4rem 3rem 4.5rem;max-width:1280px;margin:0 auto;width:100%}.about-hero-content .section-label{color:var(--gold)}.about-hero-title{color:var(--charcoal);font-weight:400;letter-spacing:.01em;max-width:560px}.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-img-wrap{position:relative;background:var(--beige)}.about-img-wrap img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}.about-badge{position:absolute;bottom:-1.5rem;left:-1.5rem;background:var(--gold);width:90px;height:90px;display:flex;flex-direction:column;align-items:center;justify-content:center}.about-badge-num{font-family:Playfair Display,serif;font-size:1.8rem;color:var(--ivory);line-height:1}.about-badge-label{font-size:.5rem;letter-spacing:.2em;text-transform:uppercase;color:#faf9f6cc;margin-top:.2rem}.values-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.value-card{background:var(--ivory);padding:2rem;display:flex;gap:1.5rem}.value-num{font-family:Playfair Display,serif;font-size:2.5rem;color:#c6a16e40;font-weight:400;flex-shrink:0;line-height:1}.value-title{font-family:Playfair Display,serif;font-size:1.1rem;margin-bottom:.6rem}.value-text{font-size:.85rem;font-weight:400;color:var(--text-body);line-height:1.85}.studio-grid{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center}.studio-imgs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.studio-imgs img{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:transform .6s}.studio-imgs img:hover{transform:scale(1.04)}.stats-bar{background:var(--charcoal);padding:4rem 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-num{font-family:Playfair Display,serif;font-size:2.4rem;color:var(--gold);margin-bottom:.4rem}.stat-label{font-size:.58rem;letter-spacing:.25em;text-transform:uppercase;font-weight:500;color:var(--on-dark-muted)}.contact-grid{display:grid;grid-template-columns:2fr 3fr;gap:6rem}.contact-info-item{margin-bottom:1.8rem}.contact-info-label{font-size:.6rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-dark);font-weight:600;display:block;margin-bottom:.4rem}.contact-info-val{font-size:.9rem;font-weight:500;color:var(--charcoal);line-height:1.6;text-decoration:none;transition:color .3s}.contact-info-val:hover{color:var(--gold-dark)}.social-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.social-link{display:flex;align-items:center;justify-content:space-between;padding:.7rem 0;border-bottom:1px solid rgba(46,46,46,.08);text-decoration:none;cursor:pointer;transition:color .3s}.social-link:hover .sl-name{color:var(--charcoal)}.social-link:hover .sl-handle{color:var(--gold)}.sl-name{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;color:var(--charcoal);transition:color .3s}.sl-handle{font-size:.8rem;font-weight:500;color:var(--text-body);transition:color .3s}.faq-box{background:#f5efe7bf;border:1px solid rgba(46,46,46,.06);padding:1.6rem;margin-top:2rem}.faq-title{font-family:Playfair Display,serif;font-size:1.1rem;margin-bottom:1rem}.faq-q{font-size:.85rem;font-weight:500;color:var(--charcoal);margin-bottom:.75rem;cursor:pointer;transition:color .3s}.faq-q:hover{color:var(--gold)}.faq-q a{color:inherit;text-decoration:none}.faq-q a:hover{color:var(--gold)}.faq-accordion{border-top:1px solid rgba(46,46,46,.1)}.faq-item{border-bottom:1px solid rgba(46,46,46,.1)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.25rem 0;background:none;border:none;cursor:pointer;text-align:left;font-family:Playfair Display,serif;font-size:1.05rem;font-weight:500;color:var(--charcoal);transition:color .3s}.faq-question:hover{color:var(--gold-dark)}.faq-icon{font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:300;color:var(--gold);flex-shrink:0;line-height:1}.faq-answer{padding:0 0 1.25rem}.faq-answer p{font-size:.9rem;font-weight:400;color:var(--text-body);line-height:1.85}.faq-answer a{color:var(--charcoal);font-weight:500;text-decoration:none}.faq-answer a:hover{color:var(--gold-dark)}.faq-cta{margin-top:3rem;padding:2rem;background:#f5efe799;text-align:center}.legal-prose h2.legal-heading{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:500;color:var(--charcoal);margin:2rem 0 .75rem}.legal-prose h2.legal-heading:first-of-type{margin-top:0}.legal-prose a{color:var(--charcoal);font-weight:500}.contact-form{display:flex;flex-direction:column;gap:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.form-group{display:flex;flex-direction:column}.form-label{font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;font-weight:600;color:var(--charcoal-light);margin-bottom:.7rem}.form-input,.form-textarea{background:transparent;border:none;border-bottom:1px solid rgba(46,46,46,.22);padding:.7rem 0;font-size:.9rem;font-weight:500;font-family:Montserrat,sans-serif;color:var(--charcoal);outline:none;transition:border-color .3s;resize:none}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-subtle);font-weight:400}.form-input:focus,.form-textarea:focus{border-color:var(--gold)}.form-success{background:#f5efe780;padding:5rem 2rem;text-align:center;animation:scaleIn .4s ease}.form-success-icon{font-size:2.5rem;color:var(--gold);margin-bottom:1rem}.form-success h3{font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:.5rem}.form-success p{font-size:.8rem;font-weight:400;color:var(--text-body)}footer{background:var(--charcoal);padding:5rem 0 2.5rem;margin-top:6rem}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem}.footer-logo span{font-family:Playfair Display,serif;font-size:1.4rem;letter-spacing:.22em;color:var(--ivory)}.footer-logo-line{height:1px;background:var(--gold);margin:4px 0 1.2rem}.footer-desc{font-size:.8rem;font-weight:400;color:var(--on-dark-muted);line-height:1.9;max-width:240px}.footer-col-title{font-size:.58rem;letter-spacing:.3em;text-transform:uppercase;font-weight:600;color:var(--gold);margin-bottom:1.4rem}.footer-links{display:flex;flex-direction:column;gap:.7rem}.footer-links a{font-size:.82rem;font-weight:400;color:var(--on-dark-muted);text-decoration:none;cursor:pointer;transition:color .3s}.footer-links a:hover{color:var(--on-dark)}.newsletter-text{font-size:.8rem;font-weight:400;color:var(--on-dark-muted);margin-bottom:1.2rem;line-height:1.7}.newsletter-row{display:flex;border-bottom:1px solid rgba(250,249,246,.15);padding-bottom:.5rem}.newsletter-input{flex:1;background:transparent;border:none;outline:none;font-size:.8rem;font-weight:400;font-family:Montserrat,sans-serif;color:var(--ivory)}.newsletter-input::placeholder{color:var(--on-dark-subtle)}.newsletter-btn{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);background:none;border:none;cursor:pointer;transition:color .3s;white-space:nowrap;margin-left:1rem}.newsletter-btn:hover{color:var(--ivory)}.footer-socials{display:flex;gap:1.2rem;margin-top:1.8rem}.footer-socials a{font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;color:var(--on-dark-subtle);text-decoration:none;cursor:pointer;transition:color .3s}.footer-socials a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(250,249,246,.07);padding-top:1.8rem;display:flex;justify-content:space-between;align-items:center}.footer-copy{font-size:.68rem;font-weight:400;color:var(--on-dark-subtle)}.footer-tagline{font-size:.62rem;font-weight:400;color:var(--on-dark-subtle)}.toast{position:fixed;bottom:2rem;right:2rem;z-index:9999;background:var(--charcoal);color:var(--ivory);padding:.9rem 1.8rem;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;transform:translateY(80px);opacity:0;transition:transform .4s,opacity .4s;pointer-events:none}.toast.show{transform:translateY(0);opacity:1}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}.cart-grid{grid-template-columns:1fr}.order-summary{position:static}.nav-links{gap:1.25rem}.nav-links--right .nav-plain{display:none}}@media (max-width: 768px){nav{display:grid;grid-template-columns:1fr auto;align-items:center;padding:1rem 1.25rem;min-height:3.5rem}nav.scrolled{padding:.85rem 1.25rem;min-height:3.25rem}.nav-links--left,.nav-links--right{display:none}.nav-logo{position:static;transform:none;text-align:left;justify-self:start;max-width:calc(100vw - 6.5rem)}.nav-actions{gap:.65rem}.hamburger{display:flex}.container{padding:0 1.5rem}.hero-img,.hero-img-overlay{display:none}.hero-content{padding-top:7rem;max-width:100%}.collections-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.promise-grid{grid-template-columns:1fr;gap:2.5rem}.about-story-grid,.product-detail-grid,.studio-grid,.contact-grid{grid-template-columns:1fr}.about-hero-content{padding:3rem 1.5rem}.values-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;gap:.8rem;text-align:center}.form-row{grid-template-columns:1fr}.detail-actions{flex-direction:column}.section{padding:4rem 0}}@media (max-width: 480px){nav{padding:.9rem 1rem}nav.scrolled{padding:.75rem 1rem}.nav-logo span{letter-spacing:.12em}.cart-btn svg{width:18px;height:18px}.products-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.heading-xl{font-size:2.2rem}.mobile-menu{gap:1.6rem}}.auth-page{padding:8rem 0 5rem;min-height:80vh}.auth-wrap{max-width:440px;margin:0 auto}.form-error{font-size:.7rem;color:#c47a7a;margin-top:.35rem}.nav-links--right .nav-plain,.nav-links button.nav-plain{font-size:.68rem;letter-spacing:.24em;text-transform:uppercase;font-weight:600;color:var(--charcoal);background:none;border:none;cursor:pointer;transition:color .3s;font-family:inherit}.nav-links button.nav-plain:hover{color:var(--gold-dark)}.admin-page{padding:7rem 0 4rem;min-height:100vh}.admin-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:2rem}.admin-table-wrap{overflow-x:auto;border:1px solid rgba(46,46,46,.08)}.admin-table{width:100%;border-collapse:collapse;font-size:.72rem}.admin-table th,.admin-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid rgba(46,46,46,.06)}.admin-table th{font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);font-weight:600}.admin-badge{font-size:.55rem;padding:.2rem .5rem;text-transform:uppercase;letter-spacing:.1em}.admin-badge.arch{background:#2e2e2e14}.admin-badge.ok{background:#5a8a6a26;color:#3d5c47}.admin-badge.warn{background:#c47a7a26;color:#8b4545}.admin-form{background:#f5efe780;padding:2rem;margin-top:2rem;max-width:720px}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 768px){.admin-form-grid{grid-template-columns:1fr}}.static-page{padding:7rem 0 4rem}.static-page .prose{max-width:720px}.checkout-success{text-align:center;padding:4rem 1rem}.checkout-success h2{font-family:Playfair Display,serif;margin-bottom:1rem}
