:root{--cream: #f4f2d9;--olive: #5e6f3a;--olive-deep: #455028;--sage: #b8c29a;--fg: #2f3624;--muted: #6b7058;--border: #d8d6b6;--card: #fbfaef}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--cream);color:var(--fg);-webkit-font-smoothing:antialiased;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}h1,h2,h3,h4{font-family:Cormorant Garamond,Georgia,serif;font-weight:500;letter-spacing:-.01em;color:var(--olive);margin:0}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.eyebrow{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;color:var(--olive);font-weight:500}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.75rem;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;transition:all .2s ease;border:1px solid var(--olive)}.btn-primary{background:var(--olive);color:var(--cream)}.btn-primary:hover{background:var(--olive-deep);border-color:var(--olive-deep)}.btn-outline{color:var(--olive);background:transparent}.btn-outline:hover{background:var(--olive);color:var(--cream)}.announce{background:var(--olive);color:var(--cream);text-align:center;padding:.55rem 1rem;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:30;background:#f4f2d9e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;gap:1rem;height:80px;position:relative}.logo-link{flex:0 0 auto;margin-right:auto}.logo-link img{height:52px;width:auto}.header-icons{display:flex;gap:.5rem;align-items:center}.icon-btn{padding:.5rem;position:relative}.icon-btn:hover{color:var(--olive)}.cart-count{position:absolute;top:2px;right:2px;background:var(--olive);color:var(--cream);font-size:10px;min-width:16px;height:16px;border-radius:50%;display:grid;place-items:center;font-weight:500}.menu-btn{padding:.5rem;margin-left:-.5rem;display:flex;align-items:center}.desktop-nav{display:none}@media(min-width:992px){.menu-btn{display:none}.desktop-nav{display:flex;gap:2rem;align-items:center;position:absolute;left:50%;transform:translate(-50%)}.desktop-nav-item{position:relative}.desktop-nav-item>a{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;padding:.5rem 0;display:inline-block}.desktop-nav-item>a:hover,.desktop-nav-item>a.active{color:var(--olive)}.desktop-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);background:var(--cream);border:1px solid var(--border);padding:.75rem 0;min-width:200px;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity .18s ease;z-index:40}.desktop-nav-item:hover .desktop-dropdown,.desktop-nav-item:focus-within .desktop-dropdown{opacity:1;visibility:visible}.desktop-dropdown a{padding:.5rem 1.25rem;font-size:.9rem;white-space:nowrap}.desktop-dropdown a:hover{color:var(--olive)}.main-menu,.main-menu.open{display:none}}.hero{padding:3.5rem 0}.hero-grid{display:grid;gap:2.5rem;align-items:center}.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.05;margin:.75rem 0 1.25rem}.hero p{font-size:1.05rem;color:var(--muted);max-width:32rem}.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.hero-image{position:relative}.hero-image img{width:100%;height:420px;object-fit:cover;border-radius:4px;box-shadow:0 20px 60px -30px #3c4b2880}.hero-blob-1,.hero-blob-2{position:absolute;border-radius:50%;z-index:-1}.hero-blob-1{width:130px;height:130px;background:#b8c29a66;top:-1.5rem;left:-1.5rem}.hero-blob-2{width:160px;height:160px;background:#b8c29a4d;bottom:-2rem;right:-1rem}.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-top:2rem;margin-top:2rem;border-top:1px solid var(--border);max-width:28rem}.pillar dt{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;color:var(--olive)}.pillar dd{margin:.25rem 0 0;font-size:.85rem;color:var(--fg)}@media(min-width:768px){.hero{padding:6rem 0}.hero-grid{grid-template-columns:1fr 1fr;gap:4rem}.hero-image img{height:560px}}.section{padding:4rem 0}@media(min-width:768px){.section{padding:6rem 0}}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem}.section-head h2,.section-head-center h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-top:.5rem}.section-head-center{text-align:center;max-width:36rem;margin:0 auto 3rem}.view-all{font-size:.78rem;text-transform:uppercase;letter-spacing:.18em;color:var(--olive);border-bottom:1px solid var(--olive);padding-bottom:4px}.cat-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:768px){.cat-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.cat-card{display:block}.cat-card .img-wrap{overflow:hidden;border-radius:4px}.cat-card img{aspect-ratio:4/5;width:100%;object-fit:cover;transition:transform .7s ease}.cat-card:hover img{transform:scale(1.05)}.cat-meta{display:flex;justify-content:space-between;align-items:baseline;margin-top:1rem}.cat-meta h3{font-size:1.5rem}.cat-meta span{font-size:.7rem;text-transform:uppercase;letter-spacing:.18em;color:var(--muted)}.products-section{background:var(--cream);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.product-card{display:block}.product-card .img-wrap{position:relative;overflow:hidden;border-radius:4px;background:var(--card)}.product-card img{aspect-ratio:4/5;width:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover img{transform:scale(1.05)}.product-tag{position:absolute;top:.75rem;left:.75rem;background:var(--cream);color:var(--olive);font-size:.625rem;letter-spacing:.2em;text-transform:uppercase;padding:.3rem .6rem}.add-btn{position:absolute;left:.75rem;right:.75rem;bottom:.75rem;background:var(--olive);color:var(--cream);text-transform:uppercase;letter-spacing:.18em;font-size:.7rem;padding:.85rem;opacity:0;transform:translateY(8px);transition:all .3s ease}.product-card:hover .add-btn{opacity:1;transform:translateY(0)}.product-cat{font-size:.65rem;text-transform:uppercase;letter-spacing:.18em;color:var(--muted);margin-top:1rem;display:block}.product-card h3{font-size:1.15rem;margin-top:.25rem}.product-price{font-size:.9rem;color:var(--fg);opacity:.8;margin-top:.25rem;display:block}.story-grid{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.story-grid{grid-template-columns:1fr 1fr;gap:5rem}}.story-image{position:relative}.story-image img{width:100%;height:480px;object-fit:cover;border-radius:4px}.story-quote{position:absolute;bottom:-1.5rem;right:-1.5rem;background:var(--olive);color:var(--cream);padding:1.5rem;max-width:240px;font-family:Cormorant Garamond,serif;font-size:1.25rem;line-height:1.3;display:none}@media(min-width:768px){.story-quote{display:block}}.story-text h2{font-size:clamp(1.75rem,4vw,3rem);line-height:1.1;margin:.75rem 0 1.25rem}.story-text p{color:var(--muted);margin:0 0 1rem}.story-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem}.story-pillar{font-size:.7rem;text-transform:uppercase;letter-spacing:.18em;color:var(--fg);opacity:.7}.story-pillar svg{display:block;margin-bottom:.5rem;color:var(--olive)}.journal{background:var(--olive);color:var(--cream);padding:4rem 0}.journal-grid{display:grid;gap:2rem;align-items:center}@media(min-width:768px){.journal-grid{grid-template-columns:1fr 2fr;padding:2rem 0}}.journal h2{color:var(--cream);font-size:clamp(1.75rem,3vw,2.5rem);margin-top:.5rem}.journal .eyebrow{color:#f4f2d9b3}.journal p{font-size:1.05rem;opacity:.9;margin:0}.journal a{text-decoration:underline;text-underline-offset:4px;margin-left:.75rem}.newsletter{text-align:center;max-width:36rem;margin:0 auto}.newsletter h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-top:.5rem}.newsletter p{color:var(--muted);margin:.75rem 0 2rem}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}.newsletter input{flex:1;background:var(--card);border:1px solid var(--border);padding:.85rem 1rem;font-size:.9rem;outline:none;font-family:inherit}.newsletter input:focus{border-color:var(--olive)}@media(min-width:640px){.newsletter-form{flex-direction:row}}.site-footer{background:var(--olive-deep);color:var(--cream)}.footer-grid{display:grid;gap:2.5rem;padding:4rem 0}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand img{height:64px;width:auto;background:var(--cream);padding:.5rem;border-radius:4px}.footer-brand p{font-size:.9rem;opacity:.8;margin-top:1rem}.footer-col h4{color:var(--cream);font-size:1.15rem;margin-bottom:1rem}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{font-size:.9rem;opacity:.8;margin-bottom:.5rem}.footer-col a:hover{opacity:1;color:var(--cream)}.footer-bottom{border-top:1px solid rgba(244,242,217,.15);padding:1.5rem 0;display:flex;flex-direction:column;gap:.75rem;justify-content:space-between;align-items:center;font-size:.75rem;opacity:.7}@media(min-width:768px){.footer-bottom{flex-direction:row}}.social{display:flex;gap:1.25rem}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2f362466;z-index:40;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;height:100%;width:100%;max-width:28rem;background:var(--cream);z-index:50;box-shadow:-10px 0 40px #00000026;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.cart-drawer.open{transform:translate(0)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid var(--border)}.cart-header h3{font-size:1.25rem}.cart-items{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem}.cart-item{display:flex;gap:1rem}.cart-item img{width:96px;height:96px;object-fit:cover;border-radius:4px}.cart-item-info{flex:1}.cart-item-info h4{font-size:1rem}.cart-item-meta{font-size:.75rem;color:var(--muted);margin-top:.25rem}.cart-item-row{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem}.qty{display:inline-flex;border:1px solid var(--border)}.qty button{padding:.4rem .6rem}.qty span{width:2rem;text-align:center;font-size:.9rem;line-height:1.8}.cart-empty{text-align:center;color:var(--muted);padding:3rem 0}.cart-foot{border-top:1px solid var(--border);padding:1.25rem}.cart-sub{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.75rem}.cart-note{font-size:.75rem;color:var(--muted);margin-bottom:1rem}.product-page{display:grid;gap:2.5rem;padding:3rem 0}@media(min-width:768px){.product-page{grid-template-columns:1fr 1fr;gap:4rem;padding:5rem 0}}.product-page img{width:100%;border-radius:4px}.product-info h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:.5rem}.product-info .price{font-size:1.25rem;color:var(--fg)}.product-info .desc{color:var(--muted);margin:1.5rem 0}.variant-select{display:block;width:100%;padding:.85rem;border:1px solid var(--border);background:var(--card);margin-bottom:1rem;font-family:inherit}.coll-head{padding:3rem 0 2rem;text-align:center}.coll-head h1{font-size:clamp(2rem,4vw,3rem)}.coll-head p{color:var(--muted);margin-top:.75rem}.main-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--cream);z-index:60;padding:1.5rem;flex-direction:column;display:none;overflow-y:auto}.main-menu.open{display:flex}.main-menu-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.main-menu-head img{height:40px}.main-menu-nav{display:flex;flex-direction:column;gap:1.25rem}.main-menu-nav a{font-family:Cormorant Garamond,serif;font-size:1.75rem;color:var(--olive)}.main-menu-nav a.active{text-decoration:underline;text-underline-offset:6px}.main-menu-sub{display:flex;flex-direction:column;gap:.6rem;padding-left:1.25rem;margin-top:-.5rem}.main-menu-sub a{font-family:inherit;font-size:1rem;color:var(--muted)}@media(min-width:768px){.main-menu{padding:2.5rem 4rem}.main-menu-nav{gap:1.5rem;max-width:480px}.main-menu-nav a{font-size:2.5rem}}.product-description{padding:2rem 0 4rem;max-width:900px}.product-description h2{font-size:1.75rem;margin-bottom:1rem}.product-description .desc{color:var(--muted);line-height:1.7}.product-gallery img{border-radius:4px}.product-thumb{flex:0 0 auto;width:70px;height:70px;border:2px solid transparent;border-radius:4px;overflow:hidden;padding:0;background:none}.product-thumb img{width:100%;height:100%;object-fit:cover}@media(max-width:767px){.product-page{padding:1.5rem 0;gap:1.5rem}.product-info h1{font-size:1.75rem}.product-info .price{font-size:1.1rem}}.products-slider-wrap{position:relative}.products-slider{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:1rem;-webkit-overflow-scrolling:touch}.products-slider .slide{flex:0 0 70%;scroll-snap-align:start}@media(min-width:640px){.products-slider .slide{flex-basis:45%}}@media(min-width:900px){.products-slider .slide{flex-basis:30%}}@media(min-width:1200px){.products-slider .slide{flex-basis:23%}}.slider-btn{position:absolute;top:40%;z-index:2;width:40px;height:40px;border-radius:50%;background:var(--cream);color:var(--olive);border:1px solid var(--border);font-size:1.5rem;line-height:1;display:none;align-items:center;justify-content:center}@media(min-width:768px){.slider-btn{display:flex}}.slider-prev{left:-20px}.slider-next{right:-20px}.product-page-wrap{padding:2rem 1rem}.product-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:900px){.product-grid{grid-template-columns:1.1fr 1fr;gap:3rem}}.product__main-img{width:100%;height:auto;border-radius:8px;display:block}.product-thumbs{display:flex;gap:.5rem;margin-top:.75rem;overflow-x:auto}.product-thumb{border:1px solid var(--border, #e5e5e5);background:none;padding:0;border-radius:6px;cursor:pointer;flex:0 0 72px}.product-thumb img{width:72px;height:72px;object-fit:cover;display:block;border-radius:6px}.product__title{font-size:clamp(1.5rem,4vw,2.25rem);margin:.5rem 0}.product__price{font-size:1.25rem;margin-bottom:1rem}.product__form label{display:block;margin-top:.75rem;font-size:.9rem}.product__form select,.product__form input[type=number]{width:100%;padding:.6rem;border:1px solid var(--border,#e5e5e5);border-radius:6px;margin-top:.25rem}.btn-block{width:100%;margin-top:1rem}.product-description-full{margin:3rem auto 0;max-width:900px}.product-description-full h2{margin-bottom:1rem}.related-products{margin-top:4rem}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:700px){.related-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1000px){.related-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
