
:root{
  --bg:#f7faf8;--surface:#ffffff;--text:#18312b;--muted:#60736d;--line:#dce8e3;
  --green:#2f7a63;--green-dark:#245e4d;--green-soft:#e9f4ef;--blue:#2f6f8a;--blue-soft:#eaf3f7;
  --shadow:0 18px 50px rgba(24,49,43,.09);--radius:22px;--max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg);line-height:1.65}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}
.container{width:min(calc(100% - 40px),var(--max));margin:auto}.topbar{background:#163c33;color:#eaf5f1;font-size:13px}.topbar .container{display:flex;gap:22px;justify-content:flex-end;align-items:center;min-height:38px;flex-wrap:wrap}.topbar a{opacity:.95}.topbar a:hover{text-decoration:underline}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.navrow{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:11px;font-weight:800;letter-spacing:-.02em;white-space:nowrap}.brand-mark{width:40px;height:40px;border-radius:13px;background:linear-gradient(145deg,var(--green),var(--blue));display:grid;place-items:center;color:white;box-shadow:0 8px 20px rgba(47,122,99,.22)}.brand-mark svg{width:25px;height:25px}.brand small{display:block;font-size:11px;color:var(--muted);font-weight:650;letter-spacing:.03em;margin-top:-3px}
.nav{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.nav a{padding:9px 11px;border-radius:11px;font-size:14px;font-weight:650;color:#36574e}.nav a:hover,.nav a.active{background:var(--green-soft);color:var(--green-dark)}.shop-link{border:1px solid #cfe1d9!important}.menu-btn{display:none;border:1px solid var(--line);background:white;border-radius:12px;width:44px;height:44px;align-items:center;justify-content:center;cursor:pointer}.menu-btn span,.menu-btn span:before,.menu-btn span:after{content:"";display:block;width:20px;height:2px;background:#24483f;position:relative;border-radius:2px}.menu-btn span:before{position:absolute;top:-6px}.menu-btn span:after{position:absolute;top:6px}
main{min-height:62vh}.hero{padding:64px 0 32px}.hero-card{background:linear-gradient(135deg,#fdfefe 0%,#f7fbf9 58%,#eef7f3 100%);border:1px solid var(--line);border-radius:28px;padding:54px;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-card:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;right:-110px;top:-145px;background:radial-gradient(circle,rgba(73,147,119,.18),rgba(73,147,119,0) 68%)}.eyebrow{display:inline-flex;gap:8px;align-items:center;font-size:13px;font-weight:750;color:var(--green-dark);background:var(--green-soft);padding:7px 11px;border-radius:999px;margin-bottom:16px}.hero h1{font-size:clamp(36px,5vw,64px);line-height:1.04;letter-spacing:-.045em;max-width:850px;margin:0 0 18px}.hero p.lead{font-size:clamp(17px,2vw,20px);color:var(--muted);max-width:760px;margin:0 0 26px}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:12px;font-weight:750;font-size:14px;border:1px solid transparent}.btn-primary{background:var(--green);color:white}.btn-primary:hover{background:var(--green-dark)}.btn-secondary{background:white;border-color:var(--line);color:#31544a}.btn-secondary:hover{background:#f5f8f7}.chips{display:flex;gap:9px;flex-wrap:wrap;margin-top:28px}.chip{font-size:13px;color:#3e6258;background:white;border:1px solid var(--line);border-radius:999px;padding:7px 10px}
.section{padding:38px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section h2{font-size:clamp(28px,3vw,38px);letter-spacing:-.035em;line-height:1.13;margin:0}.section .intro{color:var(--muted);max-width:720px;margin:8px 0 0}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 10px 30px rgba(24,49,43,.05)}.card h3{margin:7px 0 8px;font-size:20px;letter-spacing:-.02em}.card p{color:var(--muted);margin:0}.icon{width:44px;height:44px;border-radius:14px;background:var(--green-soft);display:grid;place-items:center;color:var(--green-dark);font-size:21px}.icon.blue{background:var(--blue-soft);color:var(--blue)}
.visual-card{padding:0;overflow:hidden;min-height:300px;position:relative}.visual{height:100%;min-height:300px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#e9f4ef,#f8fbfa 50%,#eaf3f7);position:relative;overflow:hidden}.visual:before,.visual:after{content:"";position:absolute;border-radius:50%;filter:blur(.1px)}.visual:before{width:230px;height:230px;background:rgba(47,122,99,.12);right:-60px;top:-45px}.visual:after{width:150px;height:150px;background:rgba(47,111,138,.13);left:-35px;bottom:-45px}.plant{position:absolute;right:52px;top:34px;width:170px;height:210px}.leaf{position:absolute;width:68px;height:110px;background:linear-gradient(145deg,#6cae8f,#2f7a63);border-radius:90% 8% 90% 8%;transform-origin:bottom center;opacity:.9}.leaf.one{left:43px;top:25px;transform:rotate(-28deg)}.leaf.two{left:80px;top:2px;transform:rotate(12deg)}.leaf.three{left:101px;top:58px;transform:rotate(42deg)}.stem{position:absolute;width:5px;height:150px;background:#477c68;left:85px;top:50px;transform:rotate(6deg);border-radius:5px}.visual h3{font-size:25px;margin:0 0 6px;position:relative;z-index:2}.visual p{max-width:450px;position:relative;z-index:2}
.prose{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(24px,4vw,44px);box-shadow:0 12px 34px rgba(24,49,43,.05)}.prose h2{margin-top:0}.prose h3{font-size:22px;margin:28px 0 8px}.prose p{color:#425e56}.prose ul{color:#425e56;padding-left:22px}.note{border-left:4px solid var(--green);background:var(--green-soft);padding:16px 18px;border-radius:0 13px 13px 0;color:#36564e;margin:22px 0}.split{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:22px;align-items:start}.aside{position:sticky;top:104px}.aside .card+ .card{margin-top:16px}.kicker{font-size:12px;text-transform:uppercase;letter-spacing:.13em;color:var(--green);font-weight:800}
.page-hero{padding:46px 0 24px}.page-hero .box{background:white;border:1px solid var(--line);border-radius:24px;padding:36px;box-shadow:var(--shadow)}.page-hero h1{font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-.04em;margin:6px 0 10px}.page-hero p{color:var(--muted);max-width:730px;margin:0}
.shop-hero{padding-bottom:18px}.shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.shop-empty{grid-column:1/-1;background:white;border:1px dashed #bed3ca;border-radius:22px;padding:54px 28px;text-align:center}.shop-empty .empty-icon{width:64px;height:64px;border-radius:20px;background:var(--green-soft);display:grid;place-items:center;margin:0 auto 16px;font-size:28px}.shop-empty h2{font-size:26px;margin:0 0 8px}.shop-empty p{max-width:610px;margin:0 auto;color:var(--muted)}
.footer{margin-top:54px;background:#163c33;color:#d9e8e3}.footer-main{display:grid;grid-template-columns:1.2fr .8fr .9fr;gap:34px;padding:44px 0}.footer .brand{color:white}.footer .brand small{color:#a9c0b8}.footer h4{color:white;margin:0 0 10px}.footer p,.footer a{font-size:14px;color:#c4d8d1}.footer a:hover{color:white}.footer-links{display:grid;gap:7px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:17px 0;font-size:13px;color:#a9c0b8;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.badge{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:#edf6f2;color:#2d6855;font-size:12px;font-weight:750}.contact-list{display:grid;gap:8px}.contact-list a{display:flex;gap:8px;align-items:flex-start}
@media(max-width:980px){.nav{position:absolute;left:20px;right:20px;top:86px;background:white;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a{padding:11px 13px}.menu-btn{display:flex}.topbar .container{justify-content:center}.grid-3,.shop-grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr}.aside{position:static}.footer-main{grid-template-columns:1fr 1fr}.hero-card{padding:38px}}
@media(max-width:680px){.container{width:min(calc(100% - 28px),var(--max))}.topbar{display:none}.navrow{min-height:70px}.brand{font-size:14px}.brand-mark{width:36px;height:36px}.hero{padding-top:28px}.hero-card{padding:28px 22px;border-radius:22px}.hero h1{font-size:38px}.grid-2,.grid-3,.shop-grid,.footer-main{grid-template-columns:1fr}.section{padding:28px 0}.page-hero .box{padding:28px 22px}.visual{min-height:260px}.footer-main{padding:34px 0}.actions .btn{width:100%}}
