:root{--cream: #f7f4ed;--cream-dark: #ede8df;--black: #0a0a0a;--dark: #1c1a18;--gold: #c9a96e;--gold-light: #e8d5b0;--gold-dark: #a07830;--mid: #5a5550;--muted: #8a8580;--border: rgba(10,10,10,.1);--border-gold: rgba(201,169,110,.3)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--cream);color:var(--dark);font-family:Montserrat,sans-serif;font-weight:300;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}.promo-bar{background:var(--black);color:var(--cream);text-align:center;padding:10px 1rem;overflow:hidden}.promo-bar-inner{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap}.promo-bar-item{font-size:11px;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.promo-bar-item a{color:var(--gold)}.promo-sep{color:var(--gold);opacity:.5;font-size:10px}.site-header{background:var(--cream);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:200}.header-top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 3rem;height:70px}.header-left{display:flex;align-items:center}.nav-toggle{background:none;border:none;padding:.5rem;display:flex;flex-direction:column;gap:5px;cursor:pointer}.nav-toggle span{display:block;width:22px;height:1px;background:var(--dark);transition:all .3s}.site-logo{display:flex;flex-direction:column;align-items:center;line-height:1}.logo-main{font-family:Cormorant Garamond,serif;font-size:1.9rem;font-weight:300;letter-spacing:.1em;color:var(--dark)}.logo-main span{color:var(--gold)}.logo-sub{font-size:8px;letter-spacing:.3em;text-transform:uppercase;color:var(--muted);margin-top:3px}.header-right{display:flex;align-items:center;justify-content:flex-end;gap:1.25rem}.header-icon{background:none;border:none;padding:.4rem;display:flex;align-items:center;gap:.4rem;color:var(--mid);transition:color .2s}.header-icon:hover{color:var(--dark)}.header-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}.cart-badge{background:var(--gold);color:var(--black);font-size:9px;font-weight:600;min-width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;padding:0 3px}.nav-mega{border-top:1px solid var(--border);background:var(--cream);display:none}.nav-mega.open{display:block}.nav-mega-inner{display:flex;padding:0 3rem;overflow-x:auto}.nav-mega-inner::-webkit-scrollbar{display:none}.nav-item{flex-shrink:0}.nav-item a{display:block;padding:1rem 1.25rem;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--mid);white-space:nowrap;transition:color .2s;border-bottom:2px solid transparent}.nav-item a:hover{color:var(--dark);border-bottom-color:var(--gold)}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--cream);z-index:500;display:none;flex-direction:column;overflow-y:auto}.mobile-nav.open{display:flex}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.mobile-close{background:none;border:none;font-size:1.5rem;color:var(--dark);line-height:1}.mobile-nav-links{padding:1rem 0;flex:1}.mobile-nav-links a{display:block;padding:.9rem 1.5rem;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--dark);border-bottom:1px solid var(--border)}.mobile-nav-footer{padding:1.5rem;border-top:1px solid var(--border);display:flex;gap:1rem;flex-wrap:wrap}.mobile-nav-footer a{font-size:11px;color:var(--muted);letter-spacing:.08em}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:500px;height:calc(100vh - 130px);max-height:850px}.hero-panel{position:relative;overflow:hidden;cursor:pointer}.hero-panel-img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.hero-panel:hover .hero-panel-img{transform:scale(1.03)}.hero-panel-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:8rem}.hero-panel:first-child .hero-panel-placeholder{background:linear-gradient(135deg,#1a1520,#2a1f30)}.hero-panel:last-child .hero-panel-placeholder{background:linear-gradient(135deg,#0f1a18,#1a2820)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,10,.55) 0%,rgba(10,10,10,.1) 60%,transparent 100%)}.hero-content{position:absolute;bottom:0;left:0;right:0;padding:2.5rem 2rem;z-index:2}.hero-tag{font-size:9px;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem;display:flex;align-items:center;gap:.75rem}.hero-tag:before{content:"";display:block;width:24px;height:1px;background:var(--gold)}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:300;color:#fff;line-height:1.15;margin-bottom:1.25rem}.hero-title em{font-style:italic}.hero-cta{display:inline-flex;align-items:center;gap:.75rem;background:var(--cream);color:var(--dark);font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;padding:.85rem 1.75rem;transition:all .3s;border:none}.hero-cta:hover{background:var(--gold);color:var(--black)}.sec-head{display:flex;align-items:flex-end;justify-content:space-between;padding:4rem 3rem 2rem;border-bottom:1px solid var(--border)}.sec-head-left .sec-label{font-size:9px;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.sec-head-left .sec-title{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:300;line-height:1.2;color:var(--dark)}.sec-head-left .sec-title em{font-style:italic;color:var(--gold)}.sec-see-all{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--mid);border-bottom:1px solid var(--border);padding-bottom:2px;transition:all .2s;white-space:nowrap;margin-bottom:.4rem}.sec-see-all:hover{color:var(--dark);border-color:var(--dark)}.products-wrap{padding:0 0 5rem}.products-grid,.collection-grid-full{display:grid;grid-template-columns:repeat(5,1fr);border-left:1px solid var(--border);align-items:stretch}.collection-grid-full{grid-template-columns:repeat(4,1fr)}.product-card{border-right:1px solid var(--border);border-bottom:1px solid var(--border);cursor:pointer;transition:background .2s;position:relative;background:var(--cream);display:flex;flex-direction:column}.product-card>a{display:flex!important;flex-direction:column;height:100%;width:100%}.product-card:hover{background:var(--cream-dark)}.product-card:hover .pc-img,.product-card:hover .pc-img-wrap img{transform:scale(1.04)}.products-grid .pc-img-wrap,.collection-grid-full .pc-img-wrap,.product-card .pc-img-wrap{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background:var(--cream-dark);display:block;flex-shrink:0}.products-grid .pc-img,.products-grid .pc-img-wrap img,.collection-grid-full .pc-img,.collection-grid-full .pc-img-wrap img,.product-card .pc-img,.product-card .pc-img-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform .5s ease}.pc-placeholder{font-size:3.5rem;opacity:.15;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.pc-badge{position:absolute;top:.75rem;left:.75rem;font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;z-index:2}.pc-badge.sale{background:var(--gold);color:var(--black)}.pc-badge.new{background:var(--dark);color:var(--cream)}.pc-info{padding:.9rem 1rem;flex:1;display:flex;flex-direction:column;justify-content:flex-start}.pc-name{font-size:12px;line-height:1.4;color:var(--dark);margin-bottom:.3rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.8em}.pc-price{font-size:12px;color:var(--mid)}.pc-price s{color:var(--muted);font-size:11px;margin-right:4px}.pc-price .sale-price{color:var(--gold-dark);font-weight:500}.fw-banner{position:relative;height:480px;overflow:hidden;display:flex;align-items:flex-end;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.fw-banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a1520,#0f1a18);display:flex;align-items:center;justify-content:center;font-size:14rem;opacity:.06;font-family:Cormorant Garamond,serif;color:var(--gold)}.fw-banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(.65)}.fw-banner-content{position:relative;z-index:2;padding:3rem 3rem 3.5rem;max-width:600px}.fw-banner-tag{font-size:9px;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:flex;align-items:center;gap:1rem}.fw-banner-tag:before{content:"";display:block;width:30px;height:1px;background:var(--gold)}.fw-banner-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300;color:#fff;line-height:1.1;margin-bottom:1.25rem}.fw-banner-title em{font-style:italic}.fw-banner-desc{font-size:13px;color:#ffffffa6;line-height:1.7;margin-bottom:2rem;max-width:400px}.btn-cream{display:inline-flex;align-items:center;gap:.75rem;background:var(--cream);color:var(--dark);font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;padding:1rem 2rem;transition:all .3s;border:none}.btn-cream:hover{background:var(--gold);color:var(--black)}.btn-gold-outline{display:inline-flex;align-items:center;gap:.75rem;background:transparent;color:var(--cream);font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;padding:1rem 2rem;border:1px solid rgba(245,240,235,.4);transition:all .3s}.btn-gold-outline:hover{border-color:var(--gold);color:var(--gold)}.cats-strip{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--border)}.cat-cell{position:relative;overflow:hidden;cursor:pointer;border-right:1px solid var(--border);aspect-ratio:3/4}.cat-cell:last-child{border-right:none}.cat-cell-bg{width:100%;height:100%;transition:transform .5s;display:flex;align-items:center;justify-content:center}.cat-cell:hover .cat-cell-bg{transform:scale(1.04)}.cat-cell-bg img{width:100%;height:100%;object-fit:cover}.cat-cell-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:5rem}.cat-cell:nth-child(1) .cat-cell-placeholder{background:linear-gradient(160deg,#1a1218,#241a20)}.cat-cell:nth-child(2) .cat-cell-placeholder{background:linear-gradient(160deg,#121a18,#1a2820)}.cat-cell:nth-child(3) .cat-cell-placeholder{background:linear-gradient(160deg,#1a1812,#261e0f)}.cat-cell:nth-child(4) .cat-cell-placeholder{background:linear-gradient(160deg,#12151a,#1a1f28)}.cat-cell-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,10,.6) 0%,transparent 55%)}.cat-cell-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem}.cat-cell-label{font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.35rem}.cat-cell-title{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:300;color:#fff}.usp-bar{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--cream)}.usp-item{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;border-right:1px solid var(--border)}.usp-item:last-child{border-right:none}.usp-icon{width:36px;height:36px;background:var(--cream-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem}.usp-text strong{display:block;font-size:11px;font-weight:500;color:var(--dark);margin-bottom:2px}.usp-text span{font-size:11px;color:var(--muted)}.nl-section{background:var(--dark);padding:5rem 3rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.nl-left .nl-label{font-size:9px;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.nl-left .nl-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3vw,3rem);font-weight:300;color:var(--cream);line-height:1.2;margin-bottom:.75rem}.nl-left .nl-title em{font-style:italic;color:var(--gold)}.nl-left p{font-size:12px;color:#f5f0eb80;line-height:1.7}.nl-form{display:flex}.nl-input{flex:1;background:#f5f0eb12;border:1px solid rgba(201,169,110,.25);border-right:none;padding:1rem 1.25rem;color:var(--cream);font-size:12px;outline:none}.nl-input::placeholder{color:#f5f0eb4d}.nl-input:focus{border-color:var(--gold)}.nl-btn{background:var(--gold);color:var(--black);border:none;padding:1rem 1.75rem;font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;cursor:pointer}.nl-btn:hover{background:var(--gold-light)}.site-footer{background:var(--black);border-top:1px solid rgba(201,169,110,.1)}.footer-main{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:3rem;padding:4rem 3rem;border-bottom:1px solid rgba(245,240,235,.06)}.footer-brand .brand-logo{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:300;letter-spacing:.1em;color:var(--cream);display:block;margin-bottom:.25rem}.footer-brand .brand-logo span{color:var(--gold)}.footer-brand .brand-tagline{font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:1.25rem}.footer-brand p{font-size:12px;color:#f5f0eb66;line-height:1.8;max-width:240px;margin-bottom:1.5rem}.footer-social{display:flex;gap:.6rem}.fsoc{width:32px;height:32px;border:1px solid rgba(201,169,110,.25);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:10px;font-weight:600;transition:all .2s}.fsoc:hover{background:var(--gold);color:var(--black);border-color:var(--gold)}.footer-col h4{font-size:9px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{font-size:12px;color:#f5f0eb73;transition:color .2s}.footer-col a:hover{color:var(--cream)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 3rem}.footer-bottom p{font-size:11px;color:#f5f0eb40}.pay-icons{display:flex;gap:.5rem}.pay-icon{font-size:10px;font-weight:600;color:#f5f0eb4d;border:1px solid rgba(245,240,235,.12);padding:3px 7px;border-radius:2px}.collection-header{padding:3rem;border-bottom:1px solid var(--border);display:flex;align-items:flex-end;justify-content:space-between}.collection-header h1{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:300}.collection-header h1 em{font-style:italic;color:var(--gold)}.collection-count{font-size:12px;color:var(--muted)}.product-page{display:grid;grid-template-columns:1fr 1fr;min-height:85vh}.product-gallery-col{border-right:1px solid var(--border)}.product-gallery-main{aspect-ratio:4/5;background:var(--cream-dark);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-gallery-placeholder{font-size:8rem;opacity:.12}.product-info-col{padding:3rem 3.5rem;display:flex;flex-direction:column;gap:1.5rem}.product-vendor{font-size:9px;letter-spacing:.3em;text-transform:uppercase;color:var(--gold)}.product-title{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:300;line-height:1.2}.product-price-row{display:flex;align-items:center;gap:1rem}.product-price-now{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:400;color:var(--dark)}.product-price-was{font-size:1rem;color:var(--muted);text-decoration:line-through}.product-badge-sale{background:var(--gold);color:var(--black);font-size:9px;font-weight:600;padding:3px 8px;letter-spacing:.08em}.divider-line{height:1px;background:var(--border)}.option-label{font-size:10px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--mid);margin-bottom:.75rem}.size-options{display:flex;flex-wrap:wrap;gap:.5rem}.size-btn{min-width:44px;height:44px;border:1px solid var(--border);background:transparent;color:var(--dark);font-size:11px;cursor:pointer;transition:all .2s;padding:0 .75rem}.size-btn:hover,.size-btn.active{border-color:var(--dark);background:var(--dark);color:var(--cream)}.atc-btn{width:100%;background:var(--dark);color:var(--cream);border:none;padding:1.1rem;font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;transition:all .3s}.atc-btn:hover{background:var(--gold);color:var(--black)}.atc-btn:disabled{opacity:.4;cursor:not-allowed}.product-desc{font-size:13px;color:var(--mid);line-height:1.8}.product-meta-small{font-size:11px;color:var(--muted);line-height:2}.product-meta-small span{color:var(--dark)}.cart-page{padding:3rem}.cart-h1{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);font-weight:300;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.cart-h1 em{font-style:italic;color:var(--gold)}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:4rem;align-items:start}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid var(--border);align-items:start}.cart-item-img{aspect-ratio:3/4;background:var(--cream-dark);overflow:hidden}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-name{font-size:13px;margin-bottom:.25rem}.cart-item-variant{font-size:11px;color:var(--muted);margin-bottom:.75rem}.qty-row{display:flex;align-items:center;gap:.75rem}.qty-btn{width:28px;height:28px;border:1px solid var(--border);background:transparent;color:var(--dark);font-size:16px;display:flex;align-items:center;justify-content:center}.qty-n{font-size:13px;min-width:20px;text-align:center}.cart-item-price{font-size:13px}.cart-summary-box{background:var(--cream-dark);padding:2rem;border:1px solid var(--border)}.cart-summary-box h3{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:300;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.sum-row{display:flex;justify-content:space-between;font-size:12px;color:var(--mid);margin-bottom:.6rem}.sum-total{display:flex;justify-content:space-between;font-size:14px;font-weight:500;color:var(--dark);margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.checkout-btn{display:block;width:100%;background:var(--dark);color:var(--cream);border:none;padding:1.1rem;font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;margin-top:1.25rem;transition:all .3s;text-align:center;text-decoration:none}.checkout-btn:hover{background:var(--gold);color:var(--black)}.cart-empty{text-align:center;padding:6rem 2rem}.cart-empty .ce-title{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:300;margin-bottom:1rem;color:var(--mid)}.static-page{max-width:780px;margin:0 auto;padding:5rem 2rem}.static-page h1{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:300;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.static-page h1 em{font-style:italic;color:var(--gold)}.static-page p{font-size:14px;color:var(--mid);line-height:1.9;margin-bottom:1.25rem}.static-page h2{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:300;margin:2rem 0 .75rem;color:var(--dark)}.page-404{text-align:center;padding:8rem 2rem}.page-404 .num{font-family:Cormorant Garamond,serif;font-size:8rem;color:var(--gold);line-height:1;margin-bottom:1rem}.page-404 h1{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;margin-bottom:1rem}.page-404 h1 em{font-style:italic;color:var(--gold)}.page-404 p{font-size:13px;color:var(--muted);margin-bottom:2.5rem}.btn-dark{display:inline-flex;align-items:center;gap:.75rem;background:var(--dark);color:var(--cream);font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;padding:1rem 2rem;transition:all .3s;border:none}.btn-dark:hover{background:var(--gold);color:var(--black)}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.header-top{padding:0 1.5rem}.hero{grid-template-columns:1fr;height:auto;max-height:none}.hero-panel{height:60vw;min-height:280px}.products-grid,.collection-grid-full,.cats-strip{grid-template-columns:repeat(2,1fr)}.cat-cell:nth-child(2){border-right:none}.usp-bar{grid-template-columns:repeat(2,1fr)}.usp-item:nth-child(2){border-right:none}.nl-section{grid-template-columns:1fr;padding:3rem 1.5rem;gap:2rem}.footer-main{grid-template-columns:1fr 1fr;padding:2.5rem 1.5rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center;padding:1rem 1.5rem}.product-page{grid-template-columns:1fr}.product-info-col{padding:2rem 1.5rem}.cart-page{padding:1.5rem}.cart-layout{grid-template-columns:1fr}.sec-head{padding:2.5rem 1.5rem 1.5rem;flex-direction:column;align-items:flex-start;gap:.75rem}.collection-header{padding:2rem 1.5rem;flex-direction:column;align-items:flex-start;gap:.5rem}.fw-banner{height:380px}.fw-banner-content{padding:2rem 1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
