:root{--ink:#152019;--green:#1d4935;--lime:#d9ef6b;--cream:#f3f0e7;--line:#dfe4df}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}header{height:76px;display:flex;align-items:center;padding:0 5%;gap:28px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fff;z-index:20}.logo{display:flex;align-items:center;gap:10px;font-weight:900;line-height:.8;letter-spacing:.08em;text-decoration:none;color:var(--ink);margin-right:auto}.logo small{font-size:9px;letter-spacing:.28em}.mark{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white;font-family:Georgia;font-size:24px}nav{display:flex;gap:26px}nav a{color:var(--ink);text-decoration:none;font-size:13px;font-weight:700}.cartbtn,#menu{border:0;background:none;font-weight:800}.cartbtn b{background:var(--lime);border-radius:20px;padding:4px 8px}#menu{display:none;font-size:22px}.hero{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;background:var(--cream)}.heroText{padding:105px 8%}.kicker{font-size:11px;font-weight:900;letter-spacing:.22em;color:#54705f}.hero h1{font-family:Georgia,serif;font-size:clamp(60px,8vw,110px);font-weight:400;line-height:.78;letter-spacing:-.06em;margin:20px 0 35px}.hero h1 em{color:var(--green)}.hero p{max-width:510px;line-height:1.7;color:#5d675f;font-size:18px}.actions{display:flex;gap:12px;margin-top:30px}.primary,.ghost{padding:15px 21px;border-radius:3px;border:1px solid var(--green);font-weight:800;text-decoration:none;display:inline-block;cursor:pointer}.primary{background:var(--green);color:#fff}.ghost{color:var(--green);background:transparent}.visual{min-height:550px;background:#244b39;display:grid;place-items:center;position:relative;overflow:hidden;color:#bdd0c4;font-size:11px;letter-spacing:.15em}.ball{width:320px;height:320px;border-radius:50%;border:1px solid #7c9c89;display:grid;place-items:center;font:italic 42px Georgia;color:#d7e6dc;transform:rotate(-12deg);box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.018)}.visual>span{position:absolute;bottom:25px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);padding:28px 7%;border-bottom:1px solid var(--line)}.benefits div{display:flex;flex-direction:column;gap:5px;padding-left:24px;border-left:1px solid var(--line)}.benefits span{font-size:12px;color:#778078}.section{padding:90px 7%}.head{display:flex;align-items:end;justify-content:space-between;margin-bottom:38px}.head h2,.about h2,.contact h2{font:400 clamp(42px,5vw,70px) Georgia;margin:8px 0}.head>p{max-width:380px;color:#707971}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{border:1px solid var(--line);background:#fff}.pic{height:270px;background:#edf0eb;display:grid;place-items:center;color:#849087;font-size:11px;letter-spacing:.12em}.cardbody{padding:18px}.card h3{margin:8px 0;font:400 22px Georgia}.tag{font-size:10px;letter-spacing:.12em;font-weight:900;color:#627469}.cardfoot{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.add{border:0;background:var(--lime);font-weight:900;padding:10px 13px;cursor:pointer}.about{display:grid;grid-template-columns:1fr 1fr;gap:9%;background:var(--green);color:#fff}.about .kicker,.contact .kicker{color:#b7d0c0}.about p{font-size:18px;line-height:1.8;color:#d5e1d9}.policies{background:#fafaf7}.policygrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.policygrid article{background:#fff;border:1px solid var(--line);padding:28px}.policygrid article>b{color:#75907e}.policygrid p{color:#687169;line-height:1.6}.contact{display:grid;grid-template-columns:1fr 1fr;gap:9%;background:#172019;color:white}.contact p{color:#bfc8c2}.contact form{display:grid;gap:12px}.contact input,.contact textarea{padding:15px;background:#263029;border:1px solid #455049;color:white;font:inherit}.contact small,.drawer small{color:#89958d;line-height:1.4}footer{padding:45px 6%;display:flex;align-items:center;gap:35px}footer p:first-of-type{margin-left:auto}.drawer{position:fixed;z-index:40;right:-430px;top:0;width:min(430px,92vw);height:100vh;background:white;padding:28px;transition:.25s;box-shadow:-10px 0 35px #0002}.drawer.open{right:0}.drawerHead{display:flex;justify-content:space-between;align-items:center}.drawerHead button{border:0;background:none;font-size:30px}.cartrow{display:grid;grid-template-columns:1fr auto;gap:8px;padding:16px 0;border-bottom:1px solid var(--line)}.cartrow small{display:block}.cartrow button{border:0;background:none;text-decoration:underline}.total{display:flex;justify-content:space-between;font-size:20px;padding:25px 0}.wide{width:100%;border:0}.shade{position:fixed;inset:0;background:#0006;z-index:30;display:none}.shade.open{display:block}@media(max-width:850px){#menu{display:block}nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:25px;flex-direction:column}nav.open{display:flex}.hero{grid-template-columns:1fr}.heroText{padding:70px 7%}.visual{min-height:380px}.benefits,.grid,.policygrid{grid-template-columns:1fr 1fr}.about,.contact{grid-template-columns:1fr}.ball{width:230px;height:230px}.head{align-items:start;flex-direction:column}}@media(max-width:520px){.grid,.benefits,.policygrid{grid-template-columns:1fr}.section{padding:65px 6%}.hero h1{font-size:64px}.actions{flex-direction:column}.actions a{text-align:center}footer{align-items:start;flex-direction:column}footer p:first-of-type{margin-left:0}}