:root{--ink:#17211b;--green:#214f3c;--lime:#d7f25d;--cream:#f4f0e7;--muted:#637068}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit}.site-header{width:min(1180px,calc(100% - 40px));height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;letter-spacing:-.02em}.brand-mark{display:flex;align-items:center;height:28px}.brand-mark i{display:block;width:5px;height:20px;border-radius:2px;background:var(--green)}.brand-mark b{display:block;width:31px;height:9px;background:var(--green);margin:0 3px}.header-contact{padding:10px 17px;border:1px solid #bbc3bc;border-radius:99px;font-size:14px;font-weight:700;text-decoration:none}.hero{min-height:650px;padding:76px max(24px,calc((100% - 1180px)/2));background:var(--green);color:white;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden}.hero-copy{max-width:650px;position:relative;z-index:2}.eyebrow{margin:0 0 18px;color:#a9c1b3;font-size:12px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.hero h1{margin:0;font-size:clamp(48px,6vw,82px);line-height:.97;letter-spacing:-.055em;max-width:760px}.hero-text{max-width:620px;margin:27px 0;color:#d5e0d8;font-size:19px;line-height:1.65}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{min-height:52px;padding:15px 22px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;text-decoration:none;transition:transform .15s ease}.button:hover{transform:translateY(-2px)}.primary,.light{background:var(--lime);color:var(--ink)}.secondary,.outline-light{color:white;border:1px solid #789384}.microcopy{color:#9fb3a8;font-size:13px;margin:16px 0 0}.hero-art{min-height:450px;position:relative}.plate{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;font-weight:900;box-shadow:0 28px 65px #132c22aa}.plate:before{content:"";position:absolute;inset:13%;border:2px solid #ffffff22;border-radius:50%}.plate:after{content:"";position:absolute;width:20%;aspect-ratio:1;border-radius:50%;background:var(--green);border:8px solid #9cac9f}.plate-back{width:320px;aspect-ratio:1;right:-75px;top:0;background:#18211c;transform:rotate(12deg);color:#89938c;font-size:70px}.plate-front{width:370px;aspect-ratio:1;left:3%;top:60px;background:#2c3831;border:14px solid #17211b;color:var(--lime);font-size:56px;letter-spacing:.08em}.plate-front small{margin-top:70px;color:#89978e;font-size:12px;letter-spacing:.22em}.barbell{position:absolute;left:-20%;right:-15%;top:50%;height:20px;transform:rotate(-12deg);background:linear-gradient(#afb8b1,#5d6861,#c3c9c4);box-shadow:0 14px 20px #14271fa8}.barbell i{position:absolute;width:12px;height:66px;top:-23px;background:#b3bab5;border-radius:2px}.barbell i:first-child{left:4%}.barbell i:last-child{right:4%}.trust-strip{width:min(1180px,calc(100% - 40px));margin:-37px auto 0;position:relative;z-index:3;background:white;display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 12px 35px #24312713}.trust-strip div{padding:25px 30px;border-right:1px solid #e3e6e2}.trust-strip div:last-child{border:0}.trust-strip strong,.trust-strip span{display:block}.trust-strip strong{margin-bottom:6px}.trust-strip span{color:var(--muted);font-size:13px}.products,.how-it-works{width:min(1180px,calc(100% - 40px));margin:auto;padding:120px 0}.section-heading{max-width:650px}.section-heading .eyebrow{color:#648071}.section-heading h2,.contact h2{margin:0;font-size:clamp(38px,5vw,62px);line-height:1.03;letter-spacing:-.045em}.section-heading>p:last-child{color:var(--muted);line-height:1.7;font-size:17px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:52px}.product-grid article{min-height:250px;background:white;padding:34px;border-top:5px solid var(--green)}.product-number{color:#8e9a92;font-size:12px;font-weight:800}.product-grid h3{margin:70px 0 10px;font-size:26px;letter-spacing:-.03em}.product-grid p{margin:0;color:var(--muted);line-height:1.6}.how-it-works{border-top:1px solid #cdd2cd;display:grid;grid-template-columns:1fr 1fr;gap:80px}.how-it-works ol{list-style:none;padding:0;margin:0}.how-it-works li{display:flex;gap:20px;padding:25px 0;border-bottom:1px solid #cdd2cd}.how-it-works li>span{width:40px;height:40px;flex:none;display:grid;place-items:center;border-radius:50%;background:var(--lime);font-weight:900}.how-it-works strong{font-size:18px}.how-it-works li p{margin:6px 0 0;color:var(--muted);line-height:1.5}.contact{background:var(--green);color:white;text-align:center;padding:105px 24px}.contact>p:not(.eyebrow){max-width:590px;margin:22px auto;color:#cbd9d0;line-height:1.7}.centered{justify-content:center}.contact-links{display:flex;justify-content:center;flex-wrap:wrap;gap:18px 32px;margin-top:38px;color:#cbd9d0;font-size:14px}footer{background:#142d23;color:#99afa2;padding:26px max(24px,calc((100% - 1180px)/2));display:flex;justify-content:space-between;gap:20px;font-size:12px}
@media(max-width:780px){.site-header{height:70px}.hero{grid-template-columns:1fr;padding-top:60px;min-height:auto}.hero-art{min-height:350px;margin-top:30px}.plate-front{width:285px;left:10%}.plate-back{width:250px}.trust-strip{grid-template-columns:1fr;margin-top:0;width:100%}.trust-strip div{border-right:0;border-bottom:1px solid #e3e6e2}.products,.how-it-works{padding:80px 0}.product-grid,.how-it-works{grid-template-columns:1fr}.how-it-works{gap:35px}footer{flex-direction:column}}
@media(max-width:480px){.brand{font-size:15px}.header-contact{padding:9px 13px}.hero{padding-left:20px;padding-right:20px}.hero h1{font-size:46px}.actions .button{width:100%}.hero-art{min-height:300px}.plate-front{width:245px;left:4%}.plate-back{width:205px}.products,.how-it-works{width:calc(100% - 32px)}}
