:root{
  --green:#2f8f26;
  --deep-green:#16511f;
  --text:#202428;
  --muted:#6f777d;
  --line:#dddddd;
  --footer:#262626;
  --tan:#d5b79c;
  --blue:#4558c3;
  --purple:#aa3cc4;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:Lato,Arial,sans-serif;line-height:1.65;font-size:18px}
.site-header{height:88px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 9%;box-shadow:0 1px 8px rgba(0,0,0,.05);position:sticky;top:0;z-index:50}
.brand img{width:225px;display:block}.social-links{display:flex;gap:28px;align-items:center}.social-links a{width:32px;height:32px;text-decoration:none;color:#8d8d8d;font-weight:900;font-size:28px;line-height:32px;text-align:center;transition:.2s ease}.social-links a:last-child{font-size:24px}.social-links a:hover{color:var(--green);transform:translateY(-1px)}
.hero{position:relative;height:760px;overflow:hidden;background:#244b24;display:flex;align-items:center;justify-content:center;text-align:center}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-copy{position:relative;z-index:1;margin-top:120px;color:#fff}.hero-copy p{font-size:25px;margin:0;color:rgba(255,255,255,.92);text-shadow:0 2px 5px rgba(0,0,0,.35)}
.welcome{max-width:1580px;margin:0 auto;padding:120px 8% 85px}.welcome h1{font-family:Arvo,Georgia,serif;font-weight:400;text-align:center;color:#2d3033;line-height:1.2;margin:0 0 40px;font-size:58px}.welcome p{color:#747b81;font-size:23px;line-height:1.75;margin:0 0 34px}
.product{max-width:1550px;margin:0 auto;padding:64px 6%;border-top:1px solid var(--line)}.product-grid{display:grid;grid-template-columns:minmax(340px,1.15fr) minmax(320px,.85fr);gap:54px;align-items:center}.product-media{overflow:hidden}.product-image{display:block;width:100%;height:auto}.product-copy{max-width:640px}.product-link{display:block;font-family:Arvo,Georgia,serif;font-size:42px;line-height:1.2;margin:0 0 26px;text-decoration:none}.blue{color:var(--blue)}.purple{color:var(--purple)}.product-copy p{font-size:22px;line-height:1.75;margin:0;color:#202428}.product-copy h2{font-family:Arvo,Georgia,serif;font-size:42px;font-weight:400;color:var(--deep-green);line-height:1.2;margin:0 0 24px}.mask-wrap{display:flex;justify-content:center}.mask-image{max-width:720px}
footer{min-height:220px;background:var(--footer);display:flex;align-items:center;justify-content:space-between;padding:55px 10%;margin-top:35px;color:#aaa;position:relative;overflow:hidden}footer img{width:360px;opacity:.48}footer p{font-size:22px;margin:0}.back-to-top{position:fixed;right:38px;bottom:52px;width:68px;height:68px;background:var(--tan);color:#222;text-decoration:none;text-align:center;line-height:78px;font-size:46px;font-weight:900;z-index:20;box-shadow:0 8px 20px rgba(0,0,0,.12)}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:translateY(0)}
@media (max-width:950px){.site-header{height:auto;padding:16px 22px}.brand img{width:178px}.social-links{gap:16px}.hero{height:520px}.hero-copy{margin-top:90px}.hero-copy p{font-size:18px}.welcome{padding:70px 24px 45px}.welcome h1{font-size:38px}.welcome p{font-size:18px}.product{padding:45px 24px}.product-grid{grid-template-columns:1fr;gap:28px}.product-copy{max-width:none}.product-link{font-size:30px}.product-copy h2{font-size:32px}.product-copy p{font-size:18px}footer{gap:24px;flex-direction:column;text-align:center;padding:42px 24px}footer img{width:250px}footer p{font-size:17px}.back-to-top{width:54px;height:54px;line-height:62px;font-size:38px;right:18px;bottom:24px}}
