:root{--bg:#eefcf6;--text:#17332b;--muted:#5b706a;--accent:#00856d;--accent2:#45b59d;--dark:#006b58;--soft:#dff7ef;--green:#0c9b55;--shadow:0 24px 70px rgba(0,107,88,.16);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#fff 0%,var(--bg) 44%,#fff 100%);line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,133,109,.16)}.top{text-align:center;padding:8px 15px;color:var(--muted);font-size:14px;background:linear-gradient(90deg,#dff7ef,#fff,#eefcf6)}nav{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:14px 22px}.logo{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.16em;color:#4d5660}.logo-img{width:46px;height:46px;object-fit:contain;border-radius:12px}#menu{display:flex;align-items:center;gap:22px;font-weight:700;color:#66594c}#menuBtn{display:none;background:transparent;border:0;font-size:28px}.navbtn,.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 23px;border-radius:999px;background:linear-gradient(135deg,var(--accent2),var(--accent));color:#fff!important;font-weight:900;box-shadow:0 16px 35px rgba(0,133,109,.28)}.navbtn{padding:10px 18px}.ghost{display:inline-flex;padding:14px 23px;border-radius:999px;background:#fff;color:var(--dark);font-weight:900;box-shadow:inset 0 0 0 1px rgba(0,133,109,.25)}.hero{position:relative;overflow:hidden;max-width:1240px;margin:auto;padding:82px 22px 55px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:38px;background:radial-gradient(circle at 8% 42%,rgba(209,154,74,.25),transparent 34%)}.hero:before{content:"";position:absolute;right:8%;top:7%;width:390px;height:390px;border-radius:50%;background:#dff7ef;filter:blur(8px);opacity:.9;z-index:-1}.hero:after{content:"";position:absolute;left:-140px;bottom:20px;width:300px;height:300px;border-radius:50%;background:#d6f5eb;filter:blur(12px);opacity:.9;z-index:-1}.tag{margin:0 0 14px;color:var(--accent);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:13px}h1,h2,h3{line-height:1.05;margin:0;color:var(--dark)}h1{font-size:clamp(42px,7vw,82px);letter-spacing:-.07em;max-width:850px}h2{font-size:clamp(32px,4vw,56px);letter-spacing:-.055em}h3{font-size:23px;letter-spacing:-.03em}.lead{font-size:20px;color:var(--muted);max-width:700px;margin:24px 0 30px}.actions{display:flex;gap:14px;flex-wrap:wrap}.stats{margin-top:34px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stats div{padding:18px;border-radius:22px;background:rgba(255,255,255,.8);border:1px solid rgba(0,133,109,.15)}.stats b{display:block;font-size:20px;color:var(--dark)}.stats span{font-size:13px;color:var(--muted)}.heroImg{padding:30px;border-radius:42px;background:linear-gradient(180deg,#fff,#f0fff9);box-shadow:var(--shadow)}.heroImg img{max-height:620px;margin:auto;object-fit:contain}.section{max-width:1180px;margin:auto;padding:86px 22px}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px}.box,.cards article,.grid article,.product-card{background:#fff;border:1px solid rgba(0,133,109,.15);border-radius:var(--radius);padding:28px;box-shadow:0 15px 45px rgba(0,133,109,.08)}.box{font-size:19px;color:var(--muted)}.center{text-align:center;max-width:820px;margin:0 auto 42px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.cards span{font-size:32px}.cards p,.grid p{color:var(--muted)}.ingredients{background:linear-gradient(180deg,rgba(255,240,220,.96),rgba(255,255,255,0));border-radius:46px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.products{display:grid;grid-template-columns:1fr;gap:28px}.product-card{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:34px;transition:transform .2s ease,box-shadow .2s ease}.cards article,.grid article{transition:transform .2s ease,box-shadow .2s ease}.cards article:hover,.grid article:hover,.product-card:hover{transform:translateY(-4px);box-shadow:0 22px 55px rgba(0,133,109,.13)}.product-photo{background:linear-gradient(180deg,#fff,#f0fff9);border-radius:32px;padding:18px}.product-photo img{max-height:440px;margin:auto;object-fit:contain}.compact .product-photo img{max-height:380px}.product-info ul{margin:22px 0 26px;padding-left:22px;color:var(--muted)}.product-info li{margin:9px 0}.price{display:inline-flex;margin:18px 0 0;padding:10px 16px;border-radius:999px;background:var(--soft);color:var(--dark);font-weight:900;font-size:24px}.note{max-width:900px;margin:34px auto 0;text-align:center;color:var(--muted);background:#fff;border-radius:22px;padding:18px 24px;border:1px solid rgba(0,133,109,.14)}.mission{border-radius:42px;background:linear-gradient(135deg,#006b58,var(--accent));color:white;box-shadow:var(--shadow)}.mission h2{color:white}.mission p{max-width:880px;color:rgba(255,255,255,.88);font-size:19px}.mission .tag{color:#ffe3c0}details{max-width:900px;margin:14px auto;background:#fff;border-radius:22px;padding:22px 26px;border:1px solid rgba(0,133,109,.16);box-shadow:0 12px 30px rgba(0,133,109,.07)}summary{cursor:pointer;font-weight:900;font-size:19px;color:var(--dark)}details p{color:var(--muted)}.cta{max-width:1120px;margin:40px auto 70px;padding:70px 42px;border-radius:42px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:linear-gradient(135deg,#006b58,var(--accent));color:white}.cta h2{color:white}.cta p{color:rgba(255,255,255,.82);font-size:18px}.cta .tag{color:#ffe3c0}.lightbtn{padding:15px 24px;border-radius:999px;background:#fff;color:var(--dark);font-weight:900;white-space:nowrap}footer{padding:48px 22px;background:#2d241b;color:white;display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:34px}footer h3{color:white}footer p{color:rgba(255,255,255,.72)}@media(max-width:900px){.top{display:none}#menuBtn{display:block}#menu{display:none;position:absolute;left:16px;right:16px;top:74px;background:#fff;padding:18px;border-radius:22px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}#menu.open{display:flex}.logo span{font-size:13px}.logo-img{width:42px;height:42px}.hero,.split,.stats,.cards,.grid,.product-card,footer{grid-template-columns:1fr}.hero{padding-top:48px}.heroImg img{max-height:460px}.cta{flex-direction:column;align-items:flex-start;margin-left:22px;margin-right:22px}h1{font-size:clamp(40px,13vw,64px)}.products{grid-template-columns:1fr}}
