*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--off-white: #F8F5F0;--warm-white: #FDFCFA;--ink: #1A1208;--ink-light: #4A3F30;--copper: #B5622A;--copper-light: #D4845A;--copper-pale: #F9EDE4;--sage: #4A6741;--sage-light: #E5EDE4;--cream: #EDE8DF;--muted: #8A7A65;--border: rgba(26,18,8,.1)}html{font-family:Inter,sans-serif;background:var(--warm-white);color:var(--ink);scroll-behavior:smooth;-webkit-font-smoothing:antialiased}.site-header{position:sticky;top:0;z-index:100;background:#fdfcfaeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{max-width:1400px;margin:0 auto;padding:0 3rem;height:64px;display:flex;align-items:center;justify-content:space-between}.site-logo{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;color:var(--ink);text-decoration:none;letter-spacing:-.02em}.header-nav{display:flex;gap:2.5rem}.header-nav a{font-size:.8rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-light);text-decoration:none;transition:color .2s}.header-nav a:hover{color:var(--copper)}.header-actions{display:flex;align-items:center;gap:1rem}.header-cart{position:relative;color:var(--ink);text-decoration:none;display:flex;align-items:center;padding:4px}.header-cart:hover{color:var(--copper)}.cart-bubble{position:absolute;top:-4px;right:-4px;background:var(--copper);color:#fff;border-radius:50%;width:16px;height:16px;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center}.btn-dark{background:var(--ink);color:#fff;padding:.85rem 2rem;border-radius:2px;font-size:.8rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;display:inline-block;transition:all .25s;border:1px solid var(--ink)}.btn-dark:hover{background:var(--copper);border-color:var(--copper);color:#fff}.btn-ghost{background:transparent;color:var(--ink);padding:.85rem 2rem;border-radius:2px;font-size:.8rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;display:inline-block;transition:all .25s;border:1px solid rgba(26,18,8,.3)}.btn-ghost:hover{border-color:var(--ink)}.btn-outline{background:transparent;color:var(--ink);padding:.85rem 2.5rem;border-radius:2px;font-size:.8rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;display:inline-block;transition:all .25s;border:1px solid var(--ink)}.btn-outline:hover{background:var(--ink);color:#fff}.hero{min-height:90vh;display:grid;grid-template-columns:1fr 1fr;background:var(--off-white);overflow:hidden}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:6rem 4rem 6rem 5rem;max-width:600px}.hero-label{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:500;margin-bottom:2rem;display:flex;align-items:center;gap:10px}.hero-label:before{content:"";width:32px;height:1px;background:var(--muted);display:block}.hero-heading{font-family:Cormorant Garamond,serif;font-size:clamp(3.5rem,6vw,6rem);line-height:.95;font-weight:500;color:var(--ink);margin-bottom:2rem;letter-spacing:-.02em}.hero-heading em{color:var(--copper);font-style:italic}.hero-sub{font-size:.95rem;color:var(--muted);line-height:1.8;max-width:380px;margin-bottom:3rem;font-weight:300}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{background:var(--cream);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-circle{position:absolute;width:70%;padding-bottom:70%;border-radius:50%;background:var(--copper-pale);top:50%;left:50%;transform:translate(-50%,-50%)}.hero-emoji{font-size:9rem;z-index:2;position:relative;animation:float 7s ease-in-out infinite;filter:drop-shadow(0 30px 60px rgba(181,98,42,.2))}@keyframes float{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-20px) rotate(3deg)}}.hero-pill{position:absolute;z-index:3;background:#fff;border:1px solid var(--border);border-radius:100px;padding:8px 16px;font-size:.75rem;font-weight:500;color:var(--ink-light);box-shadow:0 2px 12px #1a12080f;animation:float 7s ease-in-out infinite}.hero-pill--1{top:22%;left:8%;animation-delay:-2.5s}.hero-pill--2{bottom:22%;right:6%;animation-delay:-5s}.marquee-band{background:var(--ink);color:#ffffffb3;padding:.85rem 0;overflow:hidden}.marquee-track{display:flex;gap:2rem;align-items:center;white-space:nowrap;animation:marquee 25s linear infinite;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.marquee-track .dot{opacity:.4}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.products-section{padding:7rem 5rem;max-width:1400px;margin:0 auto}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:4rem;border-bottom:1px solid var(--border);padding-bottom:1.5rem}.section-eyebrow{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:500}.section-title{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:500;color:var(--ink);letter-spacing:-.02em;line-height:1}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2px;background:var(--border);border:1px solid var(--border)}.product-card{background:var(--warm-white);display:flex;flex-direction:column;transition:background .2s}.product-card:hover{background:var(--off-white)}.product-image-wrap{display:block;text-decoration:none;aspect-ratio:1 / 1;overflow:hidden;position:relative;background:var(--cream)}.product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-image-wrap img{transform:scale(1.04)}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:5rem}.product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a12084d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.product-card:hover .product-overlay{opacity:1}.product-overlay span{color:#fff;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border:1px solid rgba(255,255,255,.7);padding:8px 20px}.product-body{padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}.product-meta{flex:1}.product-title{display:block;font-size:.92rem;font-weight:500;color:var(--ink);text-decoration:none;line-height:1.4;margin-bottom:6px;transition:color .2s}.product-title:hover{color:var(--copper)}.product-price{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:500;color:var(--ink-light);display:flex;align-items:center;gap:6px}.price-sep{font-size:.8rem;color:var(--muted)}.add-to-cart-btn{width:100%;background:var(--ink);color:#fff;border:none;padding:.85rem 1rem;font-size:.78rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s;font-family:Inter,sans-serif;border-radius:2px}.add-to-cart-btn:hover{background:var(--copper)}.no-products{grid-column:1 / -1;padding:4rem;text-align:center;color:var(--muted);font-size:.95rem}.view-all{text-align:center;padding-top:4rem}.split-banner{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:#fff;min-height:500px}.split-left{display:flex;align-items:center;padding:6rem 5rem;border-right:1px solid rgba(255,255,255,.1)}.split-content{max-width:440px}.split-label{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:#ffffff80;font-weight:500;margin-bottom:2rem;display:flex;align-items:center;gap:10px}.split-label:before{content:"";width:32px;height:1px;background:#fff6;display:block}.split-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,4vw,4rem);line-height:1;font-weight:500;color:#fff;margin-bottom:1.5rem;letter-spacing:-.02em}.split-title em{color:var(--copper-light);font-style:italic}.split-text{font-size:.9rem;color:#fff9;line-height:1.8;margin-bottom:2.5rem;font-weight:300}.split-right{display:grid;grid-template-columns:1fr 1fr;padding:4rem 5rem;gap:3rem;align-content:center}.stat-big{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:500;color:var(--copper-light);line-height:1;margin-bottom:.5rem;letter-spacing:-.02em}.stat-label{font-size:.78rem;color:#ffffff80;font-weight:400;letter-spacing:.04em}.features-section{padding:7rem 5rem;max-width:1400px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--border)}.feature-item{padding:3rem 2rem 3rem 0;border-right:1px solid var(--border)}.feature-item:last-child{border-right:none;padding-right:0}.feature-item:not(:first-child){padding-left:2rem}.feature-num{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:400;color:var(--cream);line-height:1;margin-bottom:1.5rem;letter-spacing:-.02em}.feature-title{font-size:.9rem;font-weight:500;color:var(--ink);margin-bottom:.75rem;letter-spacing:.02em}.feature-text{font-size:.82rem;color:var(--muted);line-height:1.75;font-weight:300}.site-footer{background:var(--off-white);border-top:1px solid var(--border)}.footer-top{max-width:1400px;margin:0 auto;padding:5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:4rem}.footer-logo{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600;color:var(--ink);margin-bottom:1rem;letter-spacing:-.02em}.footer-brand p{font-size:.82rem;color:var(--muted);line-height:1.7;max-width:260px;font-weight:300}.footer-links{display:flex;gap:5rem}.footer-links h5{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:500;margin-bottom:1.25rem}.footer-links div{display:flex;flex-direction:column;gap:.6rem}.footer-links a{font-size:.85rem;color:var(--ink-light);text-decoration:none;transition:color .2s;font-weight:300}.footer-links a:hover{color:var(--copper)}.footer-bottom{max-width:1400px;margin:0 auto;padding:1.5rem 5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--muted)}@media(max-width:900px){.header-inner{padding:0 1.5rem}.header-nav{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero-content{padding:4rem 2rem}.hero-visual{min-height:320px}.split-banner{grid-template-columns:1fr}.split-left{padding:4rem 2rem;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.split-right{padding:3rem 2rem}.products-section,.features-section{padding:4rem 1.5rem}.features-grid{grid-template-columns:1fr 1fr}.footer-top{flex-direction:column;padding:3rem 1.5rem}.footer-bottom{padding:1.25rem 1.5rem;flex-direction:column;gap:.5rem;text-align:center}}@media(max-width:600px){.products-grid{grid-template-columns:1fr 1fr}.features-grid{grid-template-columns:1fr}.footer-links{flex-direction:column;gap:2rem}}.cart-page{padding:5rem;max-width:1200px;margin:0 auto}.cart-page-title{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:500;color:var(--ink);letter-spacing:-.02em;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.cart-empty{text-align:center;padding:5rem 0;display:flex;flex-direction:column;align-items:center;gap:2rem}.cart-empty p{font-size:1rem;color:var(--muted)}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:4rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:0}.cart-row{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;align-items:start;padding:2rem 0;border-bottom:1px solid var(--border)}.cart-item-img img{width:100px;height:100px;object-fit:cover;border-radius:4px}.cart-img-placeholder{width:100px;height:100px;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:2.5rem;border-radius:4px}.cart-item-title{font-size:.92rem;font-weight:500;color:var(--ink);text-decoration:none;display:block;margin-bottom:4px}.cart-item-title:hover{color:var(--copper)}.cart-item-variant{font-size:.78rem;color:var(--muted);margin-bottom:6px}.cart-item-price{font-family:Cormorant Garamond,serif;font-size:1.1rem;color:var(--ink-light);margin-bottom:1rem}.cart-item-qty{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.qty-form{display:flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:2px}.qty-btn{background:none;border:none;width:32px;height:32px;font-size:1rem;cursor:pointer;color:var(--ink);transition:background .2s;font-family:Inter,sans-serif}.qty-btn:hover{background:var(--cream)}.qty-num{font-size:.85rem;font-weight:500;padding:0 10px;min-width:32px;text-align:center}.remove-btn{background:none;border:none;font-size:.75rem;color:var(--muted);cursor:pointer;text-decoration:underline;font-family:Inter,sans-serif;transition:color .2s}.remove-btn:hover{color:var(--copper)}.cart-item-total{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:500;color:var(--ink);white-space:nowrap}.cart-summary-inner{background:var(--off-white);padding:2rem;border:1px solid var(--border);position:sticky;top:100px}.cart-summary-title{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500;color:var(--ink);margin-bottom:1.5rem}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.88rem;padding:.6rem 0;border-bottom:1px solid var(--border)}.cart-summary-note{font-size:.75rem;color:var(--muted);border-bottom:none;justify-content:center;text-align:center;padding:1rem 0}.cart-checkout-btn{display:block;text-align:center;margin-top:1.25rem;width:100%}.cart-continue-btn{display:block;text-align:center;margin-top:.75rem;width:100%}@media(max-width:900px){.cart-page{padding:3rem 1.5rem}.cart-layout{grid-template-columns:1fr}.cart-row{grid-template-columns:80px 1fr}.cart-item-total{grid-column:2}}.collection-page{max-width:1400px;margin:0 auto;padding:5rem}.collection-header{margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.collection-title{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:500;color:var(--ink);letter-spacing:-.02em;line-height:1;margin-bottom:1rem}.collection-desc{font-size:.92rem;color:var(--muted);line-height:1.7;max-width:540px;margin-bottom:.75rem;font-weight:300}.collection-count{font-size:.75rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2px;background:var(--border);border:1px solid var(--border)}@media(max-width:900px){.collection-page{padding:3rem 1.5rem}.collection-title{font-size:2.5rem}.collection-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.collection-grid{grid-template-columns:1fr}}.product-page{max-width:1400px;margin:0 auto;padding:5rem}.product-page-inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.product-main-img img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:4px}.product-no-img{width:100%;aspect-ratio:1/1;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:8rem;border-radius:4px}.product-thumbnails{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.product-thumbnails .thumb{width:72px;height:72px;object-fit:cover;border-radius:2px;cursor:pointer;border:2px solid transparent;transition:border-color .2s;opacity:.7}.product-thumbnails .thumb:hover{opacity:1}.product-thumbnails .thumb.active{border-color:var(--ink);opacity:1}.product-vendor{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.product-page-title{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:500;color:var(--ink);letter-spacing:-.02em;line-height:1.1;margin-bottom:1.25rem}.product-page-price{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:500;color:var(--ink-light);margin-bottom:2rem;display:flex;align-items:center;gap:8px}.product-page-desc{font-size:.88rem;color:var(--muted);line-height:1.85;margin-bottom:2rem;font-weight:300}.product-page-desc p{margin-bottom:.75rem}.variant-group{margin-bottom:1.5rem}.variant-label{display:block;font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);margin-bottom:.75rem}.variant-options{display:flex;flex-wrap:wrap;gap:8px}.variant-btn input{display:none}.variant-btn span{display:block;padding:6px 16px;border:1px solid var(--border);font-size:.8rem;cursor:pointer;transition:all .2s;border-radius:2px;color:var(--ink-light)}.variant-btn span:hover{border-color:var(--ink);color:var(--ink)}.variant-btn input:checked+span{background:var(--ink);color:#fff;border-color:var(--ink)}.product-page-actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.product-add-btn{flex:1;min-width:180px;text-align:center;padding:1rem 2rem;font-size:.85rem}.product-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.product-tag{font-size:.7rem;padding:4px 12px;background:var(--off-white);border:1px solid var(--border);border-radius:100px;color:var(--muted);letter-spacing:.04em}@media(max-width:900px){.product-page{padding:3rem 1.5rem}.product-page-inner{grid-template-columns:1fr;gap:2rem}.product-page-title{font-size:2.2rem}}.sold-out-btn{background:var(--cream)!important;color:var(--muted)!important;cursor:not-allowed!important;border-color:var(--border)!important;opacity:.7}.sold-out-btn:hover{background:var(--cream)!important;transform:none!important}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
