@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap');
:root{--green:#173f2a;--ivory:#f7f1e5;--cream:#fffdf8;--gold:#c9902e;--brown:#33271d;--muted:#74695e;--line:#dfd4c4;--shadow:0 16px 44px rgba(51,39,29,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--brown);font-family:Inter,Arial,sans-serif;font-size:15px;line-height:1.65}body.drawer-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.announcement{padding:9px 20px;text-align:center;font-size:11px;letter-spacing:.07em;text-transform:uppercase}.announcement span{opacity:.82}.site-header{height:92px;padding:0 4.5vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;background:rgba(247,241,229,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}.brand-wordmark{grid-column:2}.logo{width:190px;max-height:68px;object-fit:contain}.desktop-nav{grid-column:1;grid-row:1;display:flex;align-items:center;gap:21px;white-space:nowrap}.desktop-nav a{font-size:11px;font-weight:600;color:#554a3e}.header-actions{grid-column:3;display:flex;justify-content:flex-end;align-items:center;gap:17px;font-size:11px;font-weight:600}.icon-button{border:0;background:transparent;color:var(--green);padding:8px;cursor:pointer}.cart-button span{display:inline-grid;place-items:center;background:var(--gold);color:#fff;border-radius:20px;min-width:20px;height:20px;margin-left:4px}.mobile-only{display:none}.mobile-menu,.cart-drawer{position:fixed;top:0;bottom:0;width:min(420px,92vw);background:var(--cream);z-index:60;padding:28px;transition:transform .28s ease}.mobile-menu{left:0;transform:translateX(-105%)}.cart-drawer{right:0;transform:translateX(105%);overflow:auto}.mobile-menu.open,.cart-drawer.open{transform:none}.mobile-menu>button,.drawer-head button,.search-panel>button{border:0;background:none;font-size:30px;cursor:pointer}.mobile-menu nav{display:grid;margin-top:50px}.mobile-menu nav a{padding:15px 0;border-bottom:1px solid var(--line);font:500 24px 'Cormorant Garamond',serif;color:var(--green)}.drawer-scrim{position:fixed;inset:0;background:#1322198c;opacity:0;pointer-events:none;z-index:50;transition:.25s}.drawer-scrim.open{opacity:1;pointer-events:auto}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.drawer-head h2{font:500 34px 'Cormorant Garamond',serif;color:var(--green)}.drawer-item{display:grid;grid-template-columns:82px 1fr auto;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}.drawer-item img{width:82px;height:82px;object-fit:cover;border-radius:8px}.drawer-item h3{font-size:13px;margin:0}.drawer-item p{font-size:11px;color:var(--muted);margin:4px 0}.drawer-remove{border:0;background:none;color:#9b574c;cursor:pointer}.shipping-progress{margin:22px 0}.progress-track{height:7px;background:#e6ddcf;border-radius:9px;overflow:hidden}.progress-fill{height:100%;background:var(--gold)}.drawer-total{display:flex;justify-content:space-between;font-weight:700;margin:20px 0}.drawer-actions{display:grid;gap:10px}.search-overlay{position:fixed;inset:0;background:#102f20dc;z-index:70;opacity:0;pointer-events:none;transition:.25s}.search-overlay.open{opacity:1;pointer-events:auto}.search-panel{width:min(760px,90vw);margin:12vh auto;background:var(--cream);padding:40px;border-radius:16px}.search-panel>button{float:right}.search-panel form{display:flex;gap:10px}.search-panel input{flex:1;padding:16px;border:1px solid var(--line);background:#fff}.predictive-result{display:grid;grid-template-columns:58px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.predictive-result img{width:58px;height:58px;object-fit:cover}.hero{position:relative;min-height:680px;overflow:hidden}.hero-bg,.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-copy{position:relative;z-index:2;min-height:680px;width:52%;display:flex;flex-direction:column;justify-content:center;padding:7vw}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:700;color:var(--gold);margin:0 0 18px}.hero h1,.section h1,.section h2,.story h2,.contact-section h2,.bulk-section h2{font:500 clamp(42px,5vw,76px)/.98 'Cormorant Garamond',Georgia,serif;color:var(--green);letter-spacing:-.03em;margin:0}.hero-lead{font:400 20px/1.55 'Cormorant Garamond',serif;color:#66594c;max-width:570px;margin:25px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.primary{background:var(--green);color:#fff}.secondary{background:transparent;color:var(--green);border:1px solid var(--green)}.gold{background:var(--gold);color:#fff}.hero-proof{display:flex;gap:25px;margin-top:30px;color:#6c6155;font-size:11px}.hero-proof span:before{content:'✓';color:var(--gold);margin-right:6px}.section{padding:95px 7vw}.section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end;margin-bottom:45px}.section-heading>p{color:var(--muted);font:18px/1.6 'Cormorant Garamond',serif}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.product-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 10px 34px rgba(51,39,29,.06);transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-art{height:460px;position:relative;background:#f5eee3}.product-art img{width:100%;height:100%;object-fit:contain}.product-art span{position:absolute;top:14px;left:14px;background:#fff;padding:7px 10px;border-radius:20px;font-size:9px}.product-copy{padding:24px}.product-copy>p{color:var(--gold);text-transform:uppercase;letter-spacing:.11em;font-size:9px}.product-copy h3{font:500 29px 'Cormorant Garamond',serif;color:var(--green);margin:5px 0}.price{color:#6b5e51;margin-bottom:12px}.shop-link{font-size:10px;text-transform:uppercase;font-weight:700}.center-heading{text-align:center}.center-heading h2{font:500 clamp(40px,5vw,67px)/1 'Cormorant Garamond',serif;color:var(--green);margin:0}.signature .center-heading>p:last-child{max-width:650px;margin:18px auto;color:var(--muted)}.signature-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:50px}.signature-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:var(--shadow)}.signature-image{height:430px;background:#eee}.signature-image img{width:100%;height:100%;object-fit:contain}.signature-copy{padding:34px}.signature-copy h3{font:500 36px 'Cormorant Garamond',serif;color:var(--green);margin:0 0 12px}.signature-copy li,.signature-copy>p:not(.eyebrow){font-size:13px;color:var(--muted)}.signature-buy{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.signature-buy>span{font:500 24px 'Cormorant Garamond',serif;color:var(--green)}.story{display:grid;grid-template-columns:1.1fr .9fr;background:var(--green);color:#fff}.story-art{min-height:630px}.story-art img{width:100%;height:100%;object-fit:cover}.story-copy{padding:8vw;display:flex;flex-direction:column;justify-content:center}.story-copy h2{color:#fff}.story-copy .rte{font:18px/1.65 'Cormorant Garamond',serif;color:#dbe5dc}.light-link{color:#fff;border-bottom:1px solid var(--gold);width:max-content;margin-top:20px}.promise-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:45px;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.promise-grid article{padding:30px 24px;border-right:1px solid var(--line)}.promise-grid article:last-child{border:0}.promise-icon{color:var(--gold);font-size:26px}.promise-grid h3{font:500 23px 'Cormorant Garamond',serif;color:var(--green);margin:12px 0 8px}.promise-grid p{font-size:12px;color:var(--muted)}.bulk-section{margin:0 7vw 95px;padding:60px;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;background:#efe1bd;border-radius:18px}.bulk-section h2{font-size:53px}.bulk-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.bulk-form label{display:grid;gap:6px;font-size:11px;font-weight:600}.bulk-form input,.bulk-form select,.bulk-form textarea{padding:13px;border:1px solid #cdbb95;border-radius:7px;background:#fffdf8}.bulk-form .full{grid-column:1/-1}.whatsapp-button{background:#287d49;color:#fff;margin-top:12px}.faq-section{background:#fff}.faq-list{max-width:850px;margin:45px auto 0}.faq-list details,.product-accordions details{border-bottom:1px solid var(--line);padding:17px 0}.faq-list summary,.product-accordions summary{font-weight:600;color:var(--green);cursor:pointer}.faq-list p,.product-accordions p{color:var(--muted)}.trust-bar{display:grid;grid-template-columns:repeat(4,1fr);padding:35px 7vw;background:#e5d8c1}.trust-bar div{text-align:center;border-right:1px solid #cdbda4}.trust-bar div:last-child{border:0}.trust-bar strong,.trust-bar span{display:block}.trust-bar strong{font:500 23px 'Cormorant Garamond',serif;color:var(--green)}.trust-bar span{font-size:10px;color:var(--muted)}.contact-section{margin:95px 7vw;background:#efe1bd;padding:55px 6vw;display:flex;justify-content:space-between;align-items:center;gap:40px;border-radius:18px}.contact-section h2{font-size:48px}.newsletter-form{display:flex;gap:8px}.newsletter-form input{min-width:270px;padding:14px;border:1px solid var(--line);border-radius:7px;background:#fff}.newsletter-whatsapp{display:block;font-size:11px;color:var(--green);font-weight:700;margin-top:12px}.product-main{display:grid;grid-template-columns:1.05fr .95fr;gap:6vw}.product-gallery{display:grid;gap:14px}.product-gallery img{width:100%;background:#fff;border-radius:14px}.product-info{position:sticky;top:120px;align-self:start}.product-info h1{font-size:60px;margin-bottom:14px}.product-price{font:500 30px 'Cormorant Garamond',serif;color:var(--gold);margin-bottom:18px}.product-trust{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.product-trust span{background:#e7eee8;color:var(--green);border-radius:20px;padding:7px 10px;font-size:9px;font-weight:700}.product-form{display:grid;gap:12px}.field-label{font-size:11px;font-weight:700}.product-form select{padding:14px;border:1px solid var(--line);background:#fff;border-radius:7px}.quantity{display:grid;grid-template-columns:42px 66px 42px}.quantity button,.quantity input{height:42px;border:1px solid var(--line);background:#fff;text-align:center}.add-button{width:100%;margin-top:5px}.shopify-payment-button{margin-top:0}.bulk-callout{display:flex;justify-content:space-between;background:#efe1bd;padding:17px;border-radius:9px;margin-top:20px;color:var(--green)}.mobile-sticky-atc{display:none}.cart-line{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-total{font:500 27px 'Cormorant Garamond',serif;margin:30px 0}.page-width{max-width:1000px;margin:auto}.rte h2,.rte h3{font-family:'Cormorant Garamond',serif;color:var(--green)}footer{background:#102f20;color:#d8e0d9;padding:70px 7vw 25px}.footer-main{display:grid;grid-template-columns:1.3fr .7fr 1fr 1.1fr;gap:45px}.footer-logo{width:210px;filter:brightness(0) invert(1)}.footer-main h4{font-size:10px;color:#e9bd68;text-transform:uppercase;letter-spacing:.15em;margin:0 0 18px}.footer-main>div{display:flex;flex-direction:column;gap:10px}.footer-main a,.footer-main span,.footer-main p{font-size:11px;color:#b9c8bd}.social-icons{display:flex;align-items:center;gap:10px}.social-icons span{width:32px;height:32px;border:1px solid #ffffff40;border-radius:50%;display:grid;place-items:center;color:#fff}.social-icons small{font-size:9px;color:#82988a}.payment-note{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;border-top:1px solid #ffffff1c;border-bottom:1px solid #ffffff1c;margin-top:45px;padding:20px 0;text-align:center;font-size:10px;color:#cbd8ce}.footer-bottom{display:flex;justify-content:space-between;padding-top:20px;font-size:9px;color:#82988a}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:40;background:#287d49;color:#fff;padding:13px 17px;border-radius:30px;box-shadow:var(--shadow);font-size:11px;font-weight:700}
@media(max-width:1100px){.desktop-nav{gap:12px}.desktop-nav a{font-size:9px}.promise-grid{grid-template-columns:repeat(3,1fr)}.promise-grid article{border-bottom:1px solid var(--line)}.signature-card{display:block}.product-art{height:380px}}
@media(max-width:900px){.site-header{height:76px;grid-template-columns:1fr auto 1fr;padding:0 5vw}.desktop-nav{display:none}.mobile-only{display:block;justify-self:start}.brand-wordmark{grid-column:2}.logo{width:150px}.header-actions a{display:none}.hero{min-height:760px}.hero-bg,.hero-image{height:100%;object-position:62% center}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#f7f1e5 0%,#f7f1e5e8 48%,transparent 80%)}.hero-copy{width:70%;min-height:760px;padding:8vw;z-index:3}.section-heading,.story,.bulk-section,.product-main{grid-template-columns:1fr}.story-art{min-height:480px}.promise-grid{grid-template-columns:1fr 1fr}.trust-bar{grid-template-columns:1fr 1fr;gap:20px}.contact-section{flex-direction:column;align-items:flex-start}.footer-main{grid-template-columns:1fr 1fr}.product-info{position:static}.mobile-sticky-atc{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:35;background:#fff;padding:10px 5vw;justify-content:space-between;align-items:center;box-shadow:0 -6px 30px #0002}.mobile-sticky-atc .button{min-width:180px}}
@media(max-width:600px){.announcement span{display:none}.header-actions{gap:4px}.hero{min-height:650px}.hero-bg,.hero-image{object-position:66% center}.hero:after{background:linear-gradient(90deg,#f7f1e5 0%,#f7f1e5ec 60%,transparent 100%)}.hero-copy{width:88%;min-height:650px;padding:9vw 6vw}.hero h1{font-size:49px}.hero-actions{flex-direction:column;align-items:stretch}.hero-proof{gap:9px;flex-direction:column}.section{padding:70px 5vw}.section-heading{gap:15px}.product-grid,.signature-grid{grid-template-columns:1fr}.product-art{height:350px}.signature-image{height:330px}.promise-grid{grid-template-columns:1fr}.bulk-section{margin:0 5vw 70px;padding:35px 22px;gap:30px}.bulk-section h2{font-size:43px}.bulk-form{grid-template-columns:1fr}.bulk-form .full{grid-column:auto}.trust-bar{grid-template-columns:1fr 1fr;padding:30px 5vw}.contact-section{margin:70px 5vw;padding:35px 22px}.newsletter-form{flex-direction:column}.newsletter-form input{min-width:0;width:100%}.footer-main{grid-template-columns:1fr}.payment-note{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:8px}.search-panel{padding:25px}.search-panel form{flex-direction:column}.product-info h1{font-size:46px}.mobile-sticky-atc .button{min-width:150px}.whatsapp-float{bottom:78px}}
