*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#213127;background:#fbfaf5;font-family:'DM Sans',system-ui,sans-serif;line-height:1.55}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}:root{--green:#173c2a;--green2:#245c3d;--lime:#d8ee8f;--cream:#f4eddb;--sand:#e8dec6;--orange:#d95d32;--ink:#213127;--muted:#68736c;--white:#fff;--shadow:0 1px 0 rgba(0,0,0,.03),0 8px 25px rgba(21,51,35,.09)}.skip-link{position:fixed;left:12px;top:-60px;background:#fff;padding:12px;z-index:100}.skip-link:focus{top:12px}.topbar{background:var(--green);color:#eaf4df;text-align:center;padding:7px 18px;font-size:12px;font-weight:600;letter-spacing:.06em}.header{height:82px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #e8e8e1}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:45px;height:45px;border-radius:50%;background:var(--lime);display:grid;place-items:center;color:var(--green)}.brand-mark svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}.brand strong{font-family:'Playfair Display',serif;font-size:22px;line-height:.95;display:block}.brand small{display:block;font-size:9px;font-weight:700;letter-spacing:.26em;margin-top:5px}.nav{display:flex;gap:34px;font-size:14px;font-weight:600}.nav a:hover{color:var(--orange)}.cart-button{border:0;border-radius:999px;color:#fff;background:var(--green);padding:11px 16px;display:flex;align-items:center;gap:8px;font-weight:600}.cart-button svg{width:19px;fill:none;stroke:currentColor;stroke-width:2}.cart-button span{display:grid;place-items:center;background:var(--lime);color:var(--green);width:22px;height:22px;border-radius:50%;font-size:12px}.hero{min-height:calc(100vh - 113px);height:780px;position:relative;overflow:hidden;background:#173c2a}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,31,20,.88) 0%,rgba(7,31,20,.62) 31%,rgba(7,31,20,.12) 66%,rgba(7,31,20,.02) 100%)}.hero-content{position:relative;color:#fff;max-width:680px;padding:clamp(90px,11vh,140px) clamp(24px,7vw,110px)}.eyebrow{font-size:11px;letter-spacing:.19em;font-weight:700;color:#477558;margin:0 0 15px}.eyebrow.light{color:var(--lime)}h1,h2,h3,p{margin-top:0}h1,h2{font-family:'Playfair Display',serif;letter-spacing:-.025em}h1{font-size:clamp(48px,6vw,84px);line-height:.98;margin-bottom:24px}h2{font-size:clamp(36px,4vw,58px);line-height:1.05;margin-bottom:20px}h3{line-height:1.2}.hero-content>p:not(.eyebrow){font-size:18px;max-width:580px;color:#eef3ed}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;padding:14px 22px;font-weight:700;transition:.2s}.button:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.15)}.primary{background:var(--orange);color:#fff}.dark{background:var(--green);color:#fff}.cream{background:var(--lime);color:var(--green)}.wide{width:100%}.text-link{font-weight:700}.text-link span{margin-left:5px}.hero-proof{display:flex;gap:28px;border-top:1px solid rgba(255,255,255,.28);margin-top:50px;padding-top:22px;font-size:12px;color:#dce9dd}.hero-proof b{color:var(--lime);display:block;margin-bottom:4px}.section{max-width:1240px;margin:0 auto;padding:110px 28px}.intro{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:end}.intro h2{max-width:550px}.lead{font-size:18px;color:var(--muted);line-height:1.75}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:32px}.section-head h2{margin:0}.section-head>p{max-width:460px;color:var(--muted);margin:0}.filter-row{display:flex;gap:9px;overflow:auto;padding-bottom:8px;margin-bottom:28px;scrollbar-width:none}.filter{white-space:nowrap;border:1px solid #d8d8ce;background:#fff;color:var(--ink);border-radius:99px;padding:10px 16px;font-weight:600;font-size:13px}.filter.active{background:var(--green);color:#fff;border-color:var(--green)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 35px rgba(21,51,35,.14)}.product-image{position:relative;aspect-ratio:1.18;overflow:hidden;background:#e9eddf}.product-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.product-card:hover img{transform:scale(1.025)}.product-image .badge{position:absolute;left:13px;top:13px;background:rgba(255,255,255,.93);padding:6px 10px;border-radius:99px;font-size:10px;font-weight:700;letter-spacing:.08em}.product-info{padding:18px}.product-info h3{font-size:19px;margin-bottom:6px}.product-info p{font-size:13px;color:var(--muted);min-height:40px}.meta{display:flex;gap:7px;flex-wrap:wrap;margin:14px 0}.meta span{background:#f2f4ec;color:#496050;padding:5px 8px;border-radius:7px;font-size:10px;font-weight:700}.product-foot{border-top:1px solid #eceee8;padding-top:14px;display:flex;justify-content:space-between;align-items:center;gap:8px}.price{font-size:12px;color:var(--muted)}.price b{display:block;color:var(--ink);font-size:14px}.add-button{border:0;background:var(--green);color:#fff;padding:9px 12px;border-radius:8px;font-size:12px;font-weight:700}.add-button.added{background:#dbe8db;color:var(--green)}.availability-note{margin-top:28px;border:1px solid #d6ddcf;border-radius:14px;padding:17px 20px;display:flex;gap:13px;background:#f5f6ef}.availability-note>span{width:24px;height:24px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font:italic 600 13px serif;flex:0 0 auto}.availability-note p{margin:0;font-size:13px;color:var(--muted)}.values{background:var(--green);color:#fff;display:grid;grid-template-columns:1fr 1fr;padding:clamp(70px,8vw,120px);gap:11%}.values-copy>p:not(.eyebrow){color:#cbd9ce;font-size:17px;line-height:1.7}.value-list article{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.16)}.value-list article>span{color:var(--lime);font-weight:700}.value-list h3{font-size:20px;margin-bottom:7px}.value-list p{color:#cbd9ce;font-size:14px;margin:0}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.step-grid article{background:#fff;border-radius:20px;padding:30px;box-shadow:var(--shadow)}.step-icon{width:56px;height:56px;background:var(--lime);border-radius:17px;display:grid;place-items:center;margin-bottom:36px}.step-icon svg{width:31px;fill:none;stroke:var(--green);stroke-width:1.8;stroke-linejoin:round}.step-grid article>span{font-size:10px;color:var(--orange);font-weight:700;letter-spacing:.16em}.step-grid h3{font-size:21px;margin:8px 0}.step-grid p{color:var(--muted);font-size:14px;margin:0}.delivery{display:grid;grid-template-columns:1.05fr .95fr;max-width:1184px;padding-top:40px}.delivery-card{padding:70px;background:#bc542f;color:#fff;border-radius:24px 0 0 24px}.delivery-card>p:not(.eyebrow){color:#ffe9e0;font-size:16px;max-width:500px}.delivery-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:30px}.delivery-tags span{border:1px solid rgba(255,255,255,.4);border-radius:99px;padding:7px 10px;font-size:11px;font-weight:600}.map-art{position:relative;overflow:hidden;min-height:500px;background:#f1dca7;border-radius:0 24px 24px 0}.sun{position:absolute;width:150px;height:150px;border-radius:50%;background:#f9c553;right:55px;top:55px}.hill{position:absolute;border-radius:50% 50% 0 0}.h1{width:150%;height:65%;left:-25%;bottom:-15%;background:#8cad5d;transform:rotate(4deg)}.h2{width:130%;height:48%;left:-5%;bottom:-12%;background:#466f48;transform:rotate(-8deg)}.road{position:absolute;width:70px;height:300px;background:#f1dca7;bottom:-30px;left:44%;transform:perspective(200px) rotateX(24deg) rotate(13deg);border-radius:50%}.pin{position:absolute;left:51%;top:38%;width:42px;height:42px;border-radius:50% 50% 50% 0;background:var(--orange);transform:rotate(-45deg);box-shadow:0 5px 14px rgba(0,0,0,.18)}.pin span{position:absolute;width:13px;height:13px;background:#fff;border-radius:50%;left:14px;top:14px}.map-art b,.map-art small{position:absolute;left:50%;transform:translateX(-50%);z-index:2;color:#fff}.map-art b{bottom:68px;font-size:24px;letter-spacing:.15em}.map-art small{bottom:47px;letter-spacing:.15em;font-weight:700}.faq{display:grid;grid-template-columns:.75fr 1.25fr;gap:10%}.accordion details{border-top:1px solid #d4d8ce;padding:22px 0}.accordion details:last-child{border-bottom:1px solid #d4d8ce}.accordion summary{list-style:none;font-weight:700;display:flex;justify-content:space-between;cursor:pointer}.accordion summary::-webkit-details-marker{display:none}.accordion summary span{font-size:22px;color:var(--orange)}.accordion details[open] summary span{transform:rotate(45deg)}.accordion details p{font-size:14px;color:var(--muted);padding-right:40px;margin:14px 0 0}.final-cta{text-align:center;background:var(--green);color:#fff;padding:100px 24px}.final-cta h2{font-size:clamp(40px,6vw,72px);margin-bottom:10px}.final-cta>p:not(.eyebrow){color:#cbd9ce;margin-bottom:28px}footer{background:#10291e;color:#d8e0da;padding:55px clamp(24px,7vw,110px);display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center}.footer-brand .brand-mark{background:#2a4f3b;color:var(--lime)}footer>p{margin:0;color:#91a297}footer>div{display:flex;gap:25px;font-size:13px;font-weight:600}footer>small{grid-column:1/-1;border-top:1px solid #294235;padding-top:24px;color:#809087}.scrim{position:fixed;inset:0;background:rgba(8,24,16,.48);backdrop-filter:blur(3px);z-index:30}.cart{position:fixed;z-index:40;right:0;top:0;bottom:0;width:min(450px,100%);background:#fbfaf5;padding:27px;transform:translateX(102%);transition:.3s;display:flex;flex-direction:column;box-shadow:-15px 0 40px rgba(0,0,0,.15)}.cart.open{transform:none}.drawer-head,.dialog-head{display:flex;justify-content:space-between;gap:20px}.drawer-head h2,.dialog-head h2{font-size:34px;margin-bottom:6px}.icon-button{border:1px solid #d7dbd2;background:#fff;border-radius:50%;width:42px;height:42px;font-size:25px;line-height:1}.cart-items{overflow:auto}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:13px;padding:16px 0;border-bottom:1px solid #e1e4dc}.cart-item img{width:72px;height:65px;object-fit:cover;border-radius:10px}.cart-item h3{font-size:14px;margin:0}.cart-item small{color:var(--muted)}.qty{display:flex;align-items:center;gap:9px}.qty button{width:25px;height:25px;border:1px solid #d4d9cf;background:#fff;border-radius:50%}.remove{display:block;border:0;background:none;padding:0;margin-top:5px;color:#a34d34;font-size:11px}.cart-empty{text-align:center;margin:auto}.cart-empty>span{font-size:52px}.cart-empty h3{font-size:22px;margin:15px 0 7px}.cart-empty p{color:var(--muted);font-size:14px}.cart-bottom{margin-top:auto;padding-top:20px}.cart-bottom>p{font-size:12px;color:var(--muted);display:flex;gap:8px}.cart-bottom svg{width:22px;fill:none;stroke:var(--green);stroke-width:2;flex:0 0 auto}.order-dialog,.success-dialog{border:0;border-radius:20px;padding:0;max-height:92vh;color:var(--ink);box-shadow:0 25px 70px rgba(0,0,0,.28)}.order-dialog{width:min(710px,calc(100% - 24px))}.order-dialog::backdrop,.success-dialog::backdrop{background:rgba(8,24,16,.62);backdrop-filter:blur(3px)}.order-dialog form{padding:30px;overflow:auto;max-height:92vh}.dialog-head>div>p:last-child{color:var(--muted);font-size:13px}.order-summary{background:#f3f4ec;border-radius:12px;padding:12px 15px;font-size:13px;margin:15px 0 22px}.order-summary b{color:var(--green)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid label{font-size:12px;font-weight:700}.form-grid label span{font-weight:400;color:var(--muted)}.full{grid-column:1/-1}input,select,textarea{width:100%;border:1px solid #cfd5ca;border-radius:9px;background:#fff;padding:11px 12px;margin-top:5px;color:var(--ink)}textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid #7fa58b;outline-offset:1px}.consent{display:flex;gap:10px;font-size:12px;color:var(--muted);margin:18px 0}.consent input{width:18px;height:18px;margin:0;flex:0 0 auto}.form-error{color:#a93428;font-size:12px;min-height:20px}.success-dialog{width:min(440px,calc(100% - 24px));padding:40px;text-align:center}.success-mark{width:65px;height:65px;margin:0 auto 20px;border-radius:50%;display:grid;place-items:center;background:var(--lime);color:var(--green);font-size:30px;font-weight:700}.success-dialog h2{margin-bottom:10px}.success-dialog strong{display:block;background:#f1f3e9;border-radius:10px;padding:13px;margin:18px 0;font-size:20px;letter-spacing:.08em}.success-dialog .small{font-size:12px;color:var(--muted)}.toast{position:fixed;left:50%;bottom:24px;z-index:60;transform:translate(-50%,120px);background:#173c2a;color:#fff;border-radius:99px;padding:11px 18px;font-size:13px;font-weight:600;transition:.3s;box-shadow:0 8px 25px rgba(0,0,0,.2)}.toast.show{transform:translate(-50%,0)}
@media(max-width:1000px){.nav{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.values{gap:7%;padding:80px 50px}.delivery{padding-inline:28px}.faq{gap:6%}}
@media(max-width:720px){.topbar{font-size:10px}.header{height:70px;padding:0 15px}.brand strong{font-size:18px}.brand-mark{width:39px;height:39px}.cart-button{padding:9px 10px;font-size:0}.cart-button span{font-size:11px}.hero{height:720px;min-height:0}.hero>img{object-position:62% center}.hero-shade{background:linear-gradient(0deg,rgba(7,31,20,.93) 0%,rgba(7,31,20,.55) 55%,rgba(7,31,20,.05) 100%)}.hero-content{padding:250px 22px 35px}.hero-content>p:not(.eyebrow){font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column;gap:17px}.hero-proof{gap:12px;justify-content:space-between;margin-top:38px}.hero-proof span{max-width:31%;font-size:10px}.section{padding:76px 20px}.intro{grid-template-columns:1fr;gap:12px}.section-head{display:block}.section-head>p{margin-top:12px}.product-grid{grid-template-columns:1fr;gap:18px}.product-image{aspect-ratio:1.35}.values{grid-template-columns:1fr;padding:70px 22px;gap:36px}.step-grid{grid-template-columns:1fr}.step-icon{margin-bottom:24px}.delivery{grid-template-columns:1fr;padding:20px}.delivery-card{border-radius:20px 20px 0 0;padding:48px 25px}.map-art{min-height:340px;border-radius:0 0 20px 20px}.faq{grid-template-columns:1fr;gap:30px}.final-cta{padding:75px 20px}footer{grid-template-columns:1fr;padding:45px 22px}footer>small{grid-column:auto}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.order-dialog form{padding:22px}.cart{padding:22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
