
:root{--green:#173d2a;--cream:#f7f4e9;--brown:#3b2e24;--line:rgba(23,61,42,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--green);font-family:"DM Sans",system-ui,sans-serif}a{color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.top{display:flex;align-items:center;justify-content:space-between;padding:22px 0;border-bottom:1px solid var(--line)}.top img{width:150px;height:auto}.back{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none}.hero{padding:clamp(60px,8vw,110px) 0 50px}.eyebrow{font-size:11px;letter-spacing:.15em;font-weight:800;text-transform:uppercase}.hero h1{font-family:Manrope,sans-serif;font-size:clamp(48px,8vw,108px);line-height:.88;letter-spacing:-.07em;margin:20px 0 30px;max-width:1000px}.lead{font-size:clamp(18px,2.2vw,28px);line-height:1.35;max-width:760px;color:rgba(23,61,42,.78)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.btn{display:inline-flex;padding:14px 22px;border-radius:999px;border:1px solid var(--green);text-decoration:none;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.btn.primary{background:var(--green);color:var(--cream)}.grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(28px,6vw,80px);padding:52px 0 90px;border-top:1px solid var(--line)}.facts{display:grid;gap:28px}.fact span{display:block;font-size:10px;letter-spacing:.14em;font-weight:800;margin-bottom:8px}.fact b{font-size:20px;line-height:1.4}.map{aspect-ratio:16/10;border-radius:24px;overflow:hidden;border:1px solid var(--line);background:#ddd}.map iframe{width:100%;height:100%;border:0}.products{padding:80px 0;background:var(--green);color:var(--cream)}.products h2{font-family:Manrope,sans-serif;font-size:clamp(38px,6vw,76px);line-height:.95;letter-spacing:-.055em;margin:0 0 36px}.chips{display:flex;flex-wrap:wrap;gap:10px}.chips span{border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:10px 14px;font-size:13px}.note{margin-top:36px;max-width:700px;color:rgba(247,244,233,.76);line-height:1.6}.footer{background:#0d2d20;color:#fff;padding:34px 0}.footer-grid{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;align-items:flex-end}.footer p{margin:0;font-size:11px;line-height:1.6;color:rgba(255,255,255,.68)}.footer-signature a,.footer-signature a:visited,.footer-signature a:hover,.footer-signature a:focus,.footer-signature a:active{color:inherit;font:inherit}.footer a{color:inherit}@media(max-width:760px){.wrap{width:min(100% - 28px,1180px)}.top img{width:125px}.grid{grid-template-columns:1fr}.map{aspect-ratio:4/5}.hero{padding-top:48px}.lead{font-size:18px}}
