:root{--green:#173d2c;--green2:#255b40;--gold:#e7b94e;--cream:#f7f2e7;--paper:#fffdf8;--ink:#17221b;--muted:#68726b;--line:#dfe4de}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}.container{width:min(1140px,calc(100% - 40px));margin:auto}.site-header{min-height:760px;background:linear-gradient(120deg,#f8f3e7 0%,#f8f3e7 55%,#e9eddb 100%);overflow:hidden;position:relative}.navbar{height:88px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:10}.brand{display:flex;align-items:center;gap:10px;color:var(--green);text-decoration:none;font-size:20px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;color:var(--gold)}.brand-mark svg{width:100%;height:100%}.nav-links{display:flex;align-items:center;gap:34px}.nav-links a{color:var(--ink);text-decoration:none;font-size:14px;font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:#fff!important;text-decoration:none;padding:15px 25px;border-radius:6px;font-weight:700;border:1px solid var(--green);transition:.25s}.btn:hover{transform:translateY(-2px);background:var(--green2)}.btn-small{padding:10px 18px}.menu-toggle{display:none;border:0;background:none;padding:8px}.menu-toggle span{display:block;width:25px;height:2px;background:var(--green);margin:5px}.hero{min-height:650px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:50px;padding-bottom:70px}.eyebrow,.section-kicker{display:block;color:#927126;font-weight:700;letter-spacing:.14em;font-size:12px;margin-bottom:15px}.hero h1,.section h2,.cta-box h2{font-family:'Playfair Display',serif;font-size:clamp(48px,6vw,76px);line-height:1.05;margin:0 0 24px;color:var(--green);letter-spacing:-.03em}.hero h1 em{font-weight:600;color:#9c7523}.hero-copy>p{font-size:18px;color:var(--muted);max-width:580px}.hero-actions{display:flex;align-items:center;gap:27px;margin:32px 0 42px}.text-link{color:var(--green);text-decoration:none;font-weight:700}.text-link span{margin-left:7px}.hero-stats{display:flex;gap:42px;border-top:1px solid #d4d9cc;padding-top:24px}.hero-stats div{display:flex;flex-direction:column}.hero-stats strong{font-size:22px;color:var(--green)}.hero-stats span{font-size:12px;color:var(--muted)}.hero-art{height:520px;position:relative;border-radius:50% 50% 18px 18px;overflow:hidden;background:linear-gradient(#f1cc73 0 43%,#8cab68 44%);box-shadow:0 30px 70px rgba(35,61,42,.14)}.sun{position:absolute;width:125px;height:125px;border-radius:50%;background:#fff1b9;top:55px;right:55px;box-shadow:0 0 40px #ffe7a0}.land{position:absolute;left:-10%;width:120%;border-radius:50%}.land-back{height:190px;bottom:90px;background:#5f8252;transform:rotate(-7deg)}.land-front{height:220px;bottom:-70px;background:var(--green);transform:rotate(6deg)}.grain{position:absolute;color:#f9d86b;font-size:100px;line-height:1}.grain-1{left:18%;bottom:80px}.grain-2{left:41%;bottom:48px;font-size:135px}.grain-3{right:8%;bottom:95px;font-size:85px}.hero-card{position:absolute;left:25px;bottom:25px;background:#fff;padding:15px 20px;border-radius:10px;display:flex;gap:12px;align-items:center;box-shadow:0 12px 28px rgba(0,0,0,.13)}.card-icon{background:#e7f2e9;color:var(--green);border-radius:50%;width:32px;height:32px;display:grid;place-items:center}.hero-card div{display:flex;flex-direction:column}.hero-card small{color:var(--muted)}.trust-strip{background:var(--green);color:#fff}.trust-items{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px;letter-spacing:.03em}.section{padding:105px 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.section h2{font-size:clamp(38px,5vw,58px)}.about-copy{color:var(--muted);font-size:17px}.about-copy p:first-child{margin-top:0}.products{background:#f2f3ec}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:44px}.section-heading p{max-width:390px;color:var(--muted)}.section-heading h2{margin-bottom:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:white;border:1px solid #e2e5dd;border-radius:12px;overflow:hidden;transition:.3s}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(28,54,39,.1)}.product-visual{height:230px;display:grid;place-items:center;font-size:78px}.visual-1{background:linear-gradient(145deg,#e5c36d,#f7e9ba)}.visual-2{background:linear-gradient(145deg,#789b66,#dbe8c7)}.visual-3{background:linear-gradient(145deg,#c99654,#f0d2a6)}.product-info{padding:28px}.tag{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#8f702d;font-weight:700}.product-info h3{font-family:'Playfair Display',serif;font-size:27px;margin:8px 0}.product-info p{color:var(--muted);font-size:14px}.product-info a{color:var(--green);font-size:14px;font-weight:700;text-decoration:none}.quality-panel{display:grid;grid-template-columns:1fr 1fr;background:var(--green);border-radius:16px;overflow:hidden}.quality-visual{min-height:580px;background:radial-gradient(circle at 25% 20%,#e7b94e 0 5%,transparent 6%),linear-gradient(145deg,#c79b42,#f2d889 50%,#76935c 51%,#234b36);position:relative}.quality-visual:after{content:'✦  ✦  ✦';position:absolute;left:15%;bottom:16%;font-size:68px;color:#f7dc7c;letter-spacing:18px;transform:rotate(-12deg)}.quality-badge{position:absolute;top:35px;left:35px;background:#fff;padding:18px;border-radius:9px;display:flex;gap:12px;align-items:center}.quality-badge strong{font-size:33px;color:#c18d2f}.quality-badge span{font-size:12px;line-height:1.25;color:var(--green);font-weight:700}.quality-copy{padding:70px 64px;color:#d5e0d8}.section-kicker.light{color:#e9c76d}.quality-copy h2,.cta-box h2{color:#fff;font-size:48px}.quality-copy p{color:#b9cabf}.quality-copy ul{list-style:none;padding:0;margin:34px 0 0}.quality-copy li{padding:17px 0;border-top:1px solid rgba(255,255,255,.15)}.quality-copy li span{display:inline-block;width:48px;color:#e7c66f;font-weight:700}.section-heading.centered{justify-content:center;text-align:center}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.step{border-top:2px solid var(--gold);padding:25px 8px}.step>span{color:#b18a36;font-weight:700;font-size:13px}.step h3{font-family:'Playfair Display',serif;font-size:25px;margin:15px 0 8px}.step p{color:var(--muted);font-size:14px}.cta-section{padding:0 0 100px}.cta-box{background:linear-gradient(115deg,#1b4733,#285e44);border-radius:14px;padding:64px 70px;display:flex;align-items:center;justify-content:space-between;gap:50px}.cta-box h2{margin:0 0 15px;max-width:700px}.cta-box p{color:#c4d2c9;max-width:650px}.btn-light{background:#fff;border-color:#fff;color:var(--green)!important;white-space:nowrap}footer{background:#102a1e;color:#b9c8bf;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1.25fr 1fr;gap:40px}.footer-brand{color:#fff;margin-bottom:15px}.footer-grid h4{color:#fff;margin:0 0 18px}.footer-grid a{display:block;color:#b9c8bf;text-decoration:none;margin:8px 0;font-size:14px}.footer-grid p{font-size:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:50px;padding-top:22px;display:flex;justify-content:space-between;font-size:12px}.reveal{opacity:0;transform:translateY(22px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:900px){.nav-links{position:absolute;top:78px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;align-items:flex-start;border-radius:10px;box-shadow:0 15px 30px rgba(0,0,0,.1);display:none}.nav-links.open{display:flex}.menu-toggle{display:block}.hero{grid-template-columns:1fr;padding-top:45px}.hero-art{height:430px}.site-header{min-height:auto}.hero-stats{flex-wrap:wrap}.about-grid,.quality-panel{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.section-heading,.cta-box{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.container{width:min(100% - 28px,1140px)}.hero h1{font-size:48px}.hero-stats{gap:25px}.hero-art{height:340px}.trust-items{padding:18px 0;display:grid;grid-template-columns:1fr 1fr}.section{padding:75px 0}.about-grid{gap:22px}.product-grid,.steps,.footer-grid{grid-template-columns:1fr}.quality-copy{padding:48px 28px}.quality-copy h2,.cta-box h2{font-size:38px}.quality-visual{min-height:370px}.cta-box{padding:45px 28px}.footer-bottom{flex-direction:column;gap:8px}.product-visual{height:190px}}
