@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Montserrat:wght@700;800;900&display=swap');
:root{--g:#098a5d;--dg:#075d43;--lg:#8fc342;--o:#ee8631;--ink:#183126;--muted:#65746d;--cream:#f6f5ef;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial;color:var(--ink)}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}
.top{background:var(--dg);color:#e5f3ec;font-size:12px}.top .wrap{min-height:36px;display:flex;justify-content:space-between;align-items:center}.top div div{display:flex;gap:22px}
nav{height:92px;background:#fff;position:sticky;top:0;z-index:30;box-shadow:0 3px 20px #163d2710}.navin{height:100%;display:flex;align-items:center;justify-content:space-between}.logo{height:76px;width:auto;display:block}.links{display:flex;align-items:center;gap:27px;font-size:13px;font-weight:800}.links>a:hover{color:var(--g)}.pill,.cta{background:var(--g);color:#fff!important;padding:13px 20px;border-radius:999px;font-weight:800;display:inline-block}.menub{display:none;background:none;border:0;font-size:27px}
.hero{height:650px;position:relative;display:flex;align-items:center;overflow:hidden}.heroimg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%}.shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,42,29,.91) 0%,rgba(4,42,29,.72) 43%,rgba(4,42,29,.18) 72%,rgba(4,42,29,.04) 100%)}.heroin{position:relative;z-index:2}.copy{max-width:760px;color:#fff}.kicker,.sectitle span,.story>span,.whats span,.greenlabel{font-size:11px;letter-spacing:2.2px;font-weight:900;color:#a9dc69}.copy h1{font:900 clamp(43px,5.4vw,70px)/1.02 Montserrat;letter-spacing:-3px;margin:18px 0}.copy h1 em{font-style:normal;color:#b6dc68}.copy p{font-size:18px;line-height:1.65;max-width:630px;color:#e2eee8}.actions{display:flex;gap:12px;margin-top:30px}.cta{padding:15px 22px}.ghost{background:rgba(255,255,255,.12);border:1px solid #ffffff77}.benefits{background:var(--g);color:#fff}.benefitgrid{display:grid;grid-template-columns:repeat(4,1fr)}.benefitgrid>div{display:flex;gap:14px;align-items:center;padding:25px 18px;border-right:1px solid #ffffff25;font-size:27px}.benefitgrid span{display:flex;flex-direction:column}.benefitgrid b{font-size:13px}.benefitgrid small{font-size:10px;color:#c9e6d9;margin-top:3px}
.section{padding:95px 0}.sectitle{text-align:center;max-width:700px;margin:0 auto 45px}.sectitle span,.greenlabel{color:var(--g)}.sectitle h2,.story h2,.visit h2{font:800 clamp(32px,4vw,47px)/1.08 Montserrat;letter-spacing:-1.5px;margin:12px 0}.sectitle p,.story p{color:var(--muted);line-height:1.7}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid #e1e8e3;border-radius:22px;padding:28px;transition:.2s}.card:hover{transform:translateY(-5px);box-shadow:0 18px 45px #18312616}.card i{display:grid;place-items:center;width:57px;height:57px;border-radius:17px;background:#eef6e7;font-style:normal;font-size:29px}.card h3{font:800 19px Montserrat}.card p{font-size:14px;color:var(--muted);line-height:1.6}.card a,.textlink{font-size:13px;font-weight:900;color:var(--g)}
.realstore{background:var(--cream);padding:95px 0}.twocol{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}.photo{height:500px;border-radius:30px;overflow:hidden;box-shadow:0 20px 55px #18312620}.photo img{width:100%;height:100%;object-fit:cover}.story>span{color:var(--o)}.story p{font-size:15px}
.video{padding:85px 0;background:#082f22}.light{color:#fff}.light span{color:#a9dc69}.video video{display:block;width:min(950px,100%);max-height:600px;margin:auto;border-radius:24px;background:#000;box-shadow:0 22px 60px #0006}
.whats{background:var(--o);color:#fff;padding:62px 0}.whatsin{display:flex;justify-content:space-between;align-items:center;gap:45px}.whats span{color:#fff8}.whats h2{font:800 37px Montserrat;margin:10px 0}.whats p{margin:0;color:#fffddd}.whitebtn{background:#fff;color:var(--g);padding:15px 22px;border-radius:999px;font-weight:900;white-space:nowrap}
.visit{display:grid;grid-template-columns:.75fr 1.25fr;gap:55px;align-items:stretch}.details{margin:30px 0}.details p{line-height:1.6;color:var(--ink)}.details small{color:var(--muted);padding-left:23px}.map{min-height:460px;border-radius:27px;overflow:hidden;box-shadow:0 18px 50px #1831261a}.map iframe{width:100%;height:100%;border:0}
footer{background:#05291e;color:#c4d8ce;padding:30px 0}.foot{display:flex;justify-content:space-between;align-items:center;gap:25px}.foot img{height:70px;background:#fff;border-radius:8px}.foot div{font-size:12px;text-align:center}.foot small{font-size:11px}.float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;font-size:27px;z-index:50;box-shadow:0 10px 28px #0003}
@media(max-width:850px){.links{display:none;position:absolute;left:0;right:0;top:92px;background:#fff;flex-direction:column;padding:25px}.links.open{display:flex}.menub{display:block}.hero{height:590px}.shade{background:rgba(4,42,29,.72)}.benefitgrid{grid-template-columns:1fr 1fr}.grid{grid-template-columns:1fr 1fr}.twocol,.visit{grid-template-columns:1fr}.whatsin{flex-direction:column;align-items:flex-start}.map{min-height:380px}}
@media(max-width:560px){.top .wrap>span{display:none}.top .wrap{justify-content:center}.logo{height:67px}.hero{height:620px}.copy h1{font-size:45px;letter-spacing:-2px}.copy p{font-size:16px}.actions{flex-direction:column;align-items:stretch;text-align:center}.benefitgrid,.grid{grid-template-columns:1fr}.benefitgrid>div{padding:17px}.section,.realstore{padding:70px 0}.photo{height:300px}.whats h2{font-size:31px}.whitebtn{white-space:normal}.foot{flex-direction:column;text-align:center}.foot img{height:85px}}