@import "tailwindcss";
:root{--green:#003d2b;--blue:#075ad7;--lime:#8ed000;--soft:#f4f7f3;--ink:#11241d;--line:#dfe7e2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif}button,a{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}.nav{height:82px;padding:0 clamp(20px,4vw,64px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(14px);position:sticky;top:0;z-index:30}.brand img{display:block;width:215px;height:62px;object-fit:contain}.icon-button,.cart-button{border:0;background:transparent;color:var(--green);font-size:26px}.icon-button{justify-self:start;font-size:30px}.cart-button{justify-self:end;position:relative}.cart-button b{position:absolute;right:-10px;top:-10px;background:var(--lime);color:var(--green);min-width:22px;height:22px;border-radius:99px;font-size:12px;display:grid;place-items:center}.overlay{position:fixed;inset:0;background:rgba(6,25,18,.4);z-index:40;opacity:0;visibility:hidden;transition:.25s}.overlay.show{opacity:1;visibility:visible}.drawer{position:fixed;top:0;bottom:0;width:min(410px,88vw);background:#fff;z-index:50;padding:34px;box-shadow:0 0 60px rgba(0,30,20,.18);transition:transform .3s;overflow:auto}.menu-drawer{left:0;transform:translateX(-105%)}.cart-drawer{right:0;transform:translateX(105%)}.drawer.open{transform:translateX(0)}.drawer .close{position:absolute;right:20px;top:16px;border:0;background:transparent;font-size:34px;color:var(--green)}.menu-drawer img{width:190px;height:62px;object-fit:contain;margin-bottom:35px}.menu-drawer nav{display:flex;flex-direction:column}.menu-drawer nav a{padding:17px 0;border-bottom:1px solid var(--line);font-weight:800;color:var(--green)}.cart-drawer h2{font-size:32px;color:var(--green);margin:20px 0 32px}.empty{color:#6f7d78}.cart-list{display:flex;flex-direction:column;gap:16px}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center}.cart-item img{width:70px;height:70px;border-radius:12px;object-fit:cover}.cart-item div{display:flex;flex-direction:column;gap:4px}.cart-item small{color:#6f7d78}.cart-item button{border:0;background:transparent;font-size:22px}.cart-total{margin-top:28px;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:22px}.checkout{width:100%;margin-top:20px;padding:16px;border:0;border-radius:12px;background:#dce4de;color:#65736e;font-weight:800}.hero{min-height:660px;padding:76px max(6vw,28px);display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:6vw;background:radial-gradient(circle at 15% 8%,#f0f8de,transparent 28%),linear-gradient(135deg,#fff,#f6f9f6)}.hero-copy{max-width:630px}.hero-logo{width:min(430px,92%);height:120px;object-fit:contain;object-position:left;margin-bottom:12px}.eyebrow,.section-title>span{color:#559600;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900}h1{color:var(--green);font-size:clamp(45px,5.5vw,78px);line-height:1;letter-spacing:-.055em;margin:14px 0 24px}h1 strong{color:var(--blue)}.hero-copy p{font-size:20px;line-height:1.65;color:#52635c;margin:0 0 32px}.button{display:inline-flex;padding:16px 24px;border-radius:12px;background:var(--lime);color:var(--green);font-weight:900}.carousel{position:relative;height:520px;border-radius:28px;overflow:hidden;background:#e9eee9;box-shadow:0 28px 70px rgba(0,61,43,.16)}.carousel>a,.carousel img{display:block;width:100%;height:100%}.carousel img{object-fit:cover}.arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:var(--green);font-size:38px;line-height:1}.arrow.left{left:18px}.arrow.right{right:18px}.dots{position:absolute;bottom:18px;left:0;right:0;display:flex;justify-content:center;gap:8px}.dots button{width:9px;height:9px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,.7)}.dots button.active{width:26px;border-radius:8px;background:var(--lime)}.products{padding:96px max(6vw,28px)}.products.muted{background:var(--soft)}.section-title{text-align:center;max-width:760px;margin:0 auto 44px}.section-title h2,.story h2{color:var(--green);font-size:clamp(34px,4vw,54px);line-height:1.08;letter-spacing:-.04em;margin:12px 0}.section-title p{color:#66746f;font-size:17px;line-height:1.6}.product-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-grid.single{grid-template-columns:minmax(280px,390px);justify-content:center}.product-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 14px 40px rgba(7,48,34,.08);transition:.25s}.product-card:hover{transform:translateY(-6px)}.product-photo{height:275px;background:#eef2ee;overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:cover}.product-content{padding:24px}.product-content>span{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900;color:#679d1a}.product-content h3{text-transform:uppercase;color:var(--green);font-size:28px;margin:8px 0}.product-content p{color:#6a7772;margin:0 0 20px}.price{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.price strong{font-size:40px;color:#539400}.price small{padding-bottom:7px;color:#6a7772;font-weight:700}.product-content button{width:100%;border:0;border-radius:11px;padding:15px;background:var(--green);color:#fff;font-weight:900}.product-content button:hover{background:var(--blue)}.story{padding:100px max(7vw,30px);display:grid;grid-template-columns:1fr 1.1fr;gap:8vw;align-items:center}.story p{font-size:20px;line-height:1.85;color:#53635d}.steps{padding:54px max(6vw,28px);display:grid;grid-template-columns:repeat(4,1fr);background:var(--green);color:#fff}.steps div{display:flex;flex-direction:column;align-items:center;gap:7px;border-right:1px solid rgba(255,255,255,.2)}.steps div:last-child{border:0}.steps b{color:var(--lime);font-size:12px}.steps strong{font-size:21px}.steps span{font-size:13px;color:#b9c8c3}footer{padding:56px 24px;text-align:center}footer img{width:210px;height:70px;object-fit:contain}footer p{font-weight:800;color:var(--green)}footer small{color:#798680}@media(max-width:800px){.nav{height:70px;padding:0 18px}.brand img{width:155px;height:50px}.hero{grid-template-columns:1fr;padding:44px 22px 60px}.hero-logo{height:90px}.hero-copy p{font-size:17px}.carousel{height:390px}.product-grid,.story{grid-template-columns:1fr}.product-grid{max-width:430px}.story{gap:22px;padding:75px 26px}.story p{font-size:18px}.steps{grid-template-columns:1fr 1fr;gap:30px 0}.steps div:nth-child(2){border:0}.product-photo{height:260px}}
