:root{--ink:#2f332f;--cream:#f4f0e8;--paper:#fbf8f2;--sage:#8c9885;--sage-dark:#65705f;--rose:#b99c95;--clay:#a98470;--slate:#77838b;--line:rgba(47,51,47,.2)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}button,input{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.announcement{height:28px;display:grid;place-items:center;color:#f8f4eb;background:var(--sage-dark);font-size:10px;letter-spacing:.18em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:30;min-height:82px;padding:0 4.5vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:rgba(251,248,242,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.wordmark{justify-self:center;font:400 22px/.72 Georgia,serif;letter-spacing:.03em;text-align:center}.wordmark i{margin-left:23px;font-weight:400}.main-nav{display:flex;gap:30px;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.main-nav a,.header-actions a{position:relative}.main-nav a:after,.header-actions a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:currentColor;transition:right .25s}.main-nav a:hover:after,.header-actions a:hover:after{right:0}.header-actions{display:flex;justify-content:flex-end;gap:24px;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.cart-trigger span{display:inline-grid;width:20px;height:20px;margin-left:5px;place-items:center;color:#fff;background:var(--ink);border-radius:50%}.menu-button{display:none;border:0;background:none}.hero{min-height:calc(100vh - 110px);display:grid;grid-template-columns:43% 57%;background:var(--cream)}.hero-copy{padding:clamp(70px,9vw,145px) 7vw 55px 8vw;display:flex;flex-direction:column;justify-content:center}.eyebrow{margin:0 0 22px;color:var(--sage-dark);font-size:10px;letter-spacing:.22em;text-transform:uppercase}.hero h1,.section-heading h2,.story-copy h2,.newsletter h2{margin:0;font:400 clamp(52px,5.6vw,92px)/.94 Georgia,serif;letter-spacing:-.045em}.hero h1 em,.story-copy h2 em,.newsletter h2 em{color:var(--sage-dark);font-weight:400}.hero-intro{max-width:430px;margin:38px 0 0;font:400 15px/1.8 Georgia,serif}.hero-actions{margin-top:34px;display:flex;align-items:center;gap:28px}.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{min-height:48px;padding:0 26px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ink);border-radius:0;color:var(--ink);background:transparent;font-size:10px;letter-spacing:.16em;text-transform:uppercase;cursor:pointer}.button.dark,.woocommerce a.button.alt,.woocommerce button.button.alt{color:#fff;background:var(--ink)}.text-link{width:fit-content;padding-bottom:5px;border-bottom:1px solid;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.palette{margin-top:auto;padding-top:55px;display:flex;align-items:center}.palette span{width:20px;height:20px;margin-right:-3px;border:2px solid var(--cream);border-radius:50%}.palette small{margin-left:12px;color:#6d6f69;font-size:9px;letter-spacing:.14em;text-transform:uppercase}.sage{background:var(--sage)}.rose{background:var(--rose)}.clay{background:var(--clay)}.slate{background:var(--slate)}.hero-image{position:relative;min-height:580px;overflow:hidden}.hero-image>img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(.92)}.hero-stamp{position:absolute;right:7%;bottom:6%;width:108px;height:108px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;background:rgba(47,51,47,.88);border:1px solid rgba(255,255,255,.55);border-radius:50%}.hero-stamp strong{font:400 31px Georgia,serif}.hero-stamp span{font-size:8px;line-height:1.5;letter-spacing:.14em;text-transform:uppercase}.promises{padding:24px 5vw;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.promises p{margin:0;padding:0 7%;font:12px/1.5 Georgia,serif;text-align:center;border-right:1px solid var(--line)}.promises p:last-child{border:0}.promises span{margin-right:12px;color:var(--sage-dark);font:italic 11px Georgia,serif}.products-section{padding:115px 5vw 130px}.section-heading{display:grid;grid-template-columns:1fr .7fr;align-items:end;gap:10vw}.section-heading h2{font-size:clamp(46px,5vw,76px)}.section-heading>p{max-width:480px;margin:0 0 8px;font:14px/1.8 Georgia,serif}.filters{margin:55px 0 28px;display:flex;gap:7px;border-bottom:1px solid var(--line)}.filters button{padding:11px 18px;border:0;border-bottom:2px solid transparent;background:none;color:#6d6f69;font-size:10px;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.filters button.active{color:var(--ink);border-bottom-color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:45px 18px}.product-card[hidden]{display:none}.product-image{position:relative;display:block;aspect-ratio:3/4;overflow:hidden;background:#e8e2d8}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.product-card:hover .product-image img{transform:scale(1.025)}.product-info{padding-top:15px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.product-info strong,.product-info>span{display:block;font:400 14px Georgia,serif}.product-info small{display:block;margin-top:7px;color:#777a74;font-size:10px}.product-info>span{white-space:nowrap}.quick-add{width:100%;margin-top:12px;min-height:38px}.category-story{display:grid;grid-template-columns:55% 45%;background:#dfe1d8}.story-photo{position:relative;min-height:760px;overflow:hidden}.story-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.72)}.story-photo>span{position:absolute;right:25px;bottom:22px;color:#fff;font:italic 28px/1.05 Georgia,serif;text-align:right}.story-copy{padding:9vw 8vw;display:flex;flex-direction:column;justify-content:center}.story-copy h2{font-size:clamp(46px,4.4vw,72px)}.story-copy>p:not(.eyebrow){margin:40px 0;font:14px/1.9 Georgia,serif}.story-copy ul{margin:0 0 42px;padding:0;list-style:none;border-top:1px solid rgba(47,51,47,.25)}.story-copy li{padding:17px 0;display:grid;grid-template-columns:100px 1fr;border-bottom:1px solid rgba(47,51,47,.25);font:12px/1.5 Georgia,serif}.story-copy li span{font:9px Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase}.quote-band{padding:90px 20px;text-align:center;background:var(--ink);color:var(--cream)}.quote-band p{margin:0;font:italic clamp(28px,3vw,48px)/1.35 Georgia,serif}.quote-band span{display:block;margin-top:26px;color:#a8b09f;font-size:9px;letter-spacing:.2em;text-transform:uppercase}.newsletter{padding:105px 8vw;display:grid;grid-template-columns:1fr 1fr;gap:12vw;background:#c7ada6}.newsletter h2{font-size:clamp(48px,5vw,78px)}.newsletter>div:last-child>p{max-width:480px;margin:0 0 35px;font:14px/1.8 Georgia,serif}.newsletter form{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid var(--ink)}.newsletter label{grid-column:1/-1;margin-bottom:8px;font-size:9px;letter-spacing:.14em;text-transform:uppercase}.newsletter input{padding:14px 0;border:0;outline:0;background:transparent;font:18px Georgia,serif}.newsletter form button{padding:0;border:0;background:none;cursor:pointer;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.newsletter small{display:block;margin-top:12px;font-size:8px}.newsletter-success{margin:14px 0 0!important;color:#465044;font-size:11px!important}.site-footer{padding:75px 5vw 25px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:5vw 6vw;background:var(--cream)}.site-footer h3{margin:0 0 20px;font-size:9px;letter-spacing:.17em;text-transform:uppercase}.site-footer a,.site-footer p,.site-footer summary{display:block;margin:0 0 10px;color:#5e625d;font:12px/1.55 Georgia,serif}.site-footer details p{padding-left:12px;font-size:10px}.site-footer summary{cursor:pointer}.footer-title{font:34px/1 Georgia,serif}.footer-title i{display:block;margin-left:36px}.footer-title p{margin-top:20px}.footer-bottom{grid-column:1/-1;margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;border-top:1px solid var(--line);color:#6e716c;font-size:9px;letter-spacing:.07em;text-transform:uppercase}.footer-bottom a{margin:0;font:inherit}.woocommerce-shell,.content-shell{width:min(1280px,90vw);min-height:60vh;margin:0 auto;padding:80px 0}.woocommerce .woocommerce-breadcrumb,.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{font-size:11px}.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:36px 18px}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none}.woocommerce ul.products li.product{width:auto!important;margin:0!important}.woocommerce ul.products li.product a img{aspect-ratio:3/4;object-fit:cover;margin:0 0 14px;filter:saturate(.8)}.woocommerce ul.products li.product .woocommerce-loop-product__title{font:400 16px Georgia,serif}.woocommerce ul.products li.product .price{color:var(--ink);font:14px Georgia,serif}.woocommerce div.product div.images img{background:#e8e2d8}.woocommerce div.product .product_title{font:48px/1 Georgia,serif}.woocommerce div.product p.price{color:var(--ink);font:20px Georgia,serif}.woocommerce-message,.woocommerce-info{border-top-color:var(--sage-dark);background:var(--cream)}
@media(max-width:960px){.site-header{min-height:68px}.menu-button{width:22px;display:grid;gap:6px;justify-self:start;cursor:pointer}.menu-button span{display:block;width:22px;height:1px;background:var(--ink)}.main-nav{position:absolute;top:68px;left:0;right:0;padding:28px 5vw;display:none;align-items:flex-start;flex-direction:column;background:var(--paper);border-bottom:1px solid var(--line)}.main-nav.is-open{display:flex}.header-actions>a:first-child{display:none}.hero{grid-template-columns:1fr 1fr}.hero-copy{padding:80px 6vw 40px}.hero h1{font-size:clamp(46px,7vw,68px)}.hero-image{min-height:650px}.product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.category-story{grid-template-columns:1fr 1fr}.story-copy{padding:8vw 6vw}.newsletter{gap:7vw}.site-footer{grid-template-columns:repeat(3,1fr)}.footer-title{grid-column:1/-1}}
@media(max-width:680px){.announcement{font-size:8px}.site-header{padding:0 18px}.wordmark{font-size:18px}.cart-trigger{font-size:0}.cart-trigger span{font-size:10px}.hero{display:flex;flex-direction:column-reverse}.hero-image{min-height:62vh}.hero-copy{padding:65px 25px 45px}.hero h1{font-size:48px}.hero-actions{align-items:flex-start;flex-direction:column}.promises{grid-template-columns:1fr;padding:8px 22px}.promises p{padding:14px 0;border-right:0;border-bottom:1px solid var(--line);text-align:left}.products-section{padding:80px 16px}.section-heading{grid-template-columns:1fr;gap:22px}.section-heading h2{font-size:48px}.filters{overflow-x:auto}.filters button{white-space:nowrap}.product-grid,.woocommerce ul.products{gap:32px 10px}.product-info{display:block}.product-info>span{margin-top:7px;font-size:12px}.category-story{grid-template-columns:1fr}.story-photo{min-height:520px}.story-copy{padding:75px 25px}.story-copy h2{font-size:44px}.quote-band{padding:70px 22px}.quote-band br{display:none}.newsletter{padding:75px 25px;grid-template-columns:1fr;gap:45px}.newsletter form{grid-template-columns:1fr}.newsletter form button{padding:16px 0;text-align:left}.site-footer{padding:60px 25px 25px;grid-template-columns:1fr 1fr}.footer-title{grid-column:1/-1}.site-footer>div:nth-of-type(4){grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column;gap:10px}.woocommerce-shell{padding:50px 0}.woocommerce div.product .product_title{font-size:38px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}
