:root{--green:#6cab43;--green-dark:#173f2a;--green-soft:#f3f9ec;--ink:#17211b;--muted:#607068;--line:#dbe5dd;--white:#fff;--steel:#f4f6f4;--accent:#6cab43;--shadow:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}.topbar-shell{background:var(--green)}.topbar{display:flex;justify-content:flex-end;gap:24px;max-width:1180px;margin:0 auto;padding:7px 24px;font-size:13px}.topbar,.topbar a{color:#fff}.footer-address,.site-footer a,.topbar a{display:inline-flex;align-items:center;gap:8px}.nav-wrap{display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:0 auto;padding:16px 24px 20px}.brand img{width:216px;height:auto;display:block}.primary-nav{display:flex;align-items:center;gap:30px;color:var(--green-dark);font-size:14px;font-weight:700;text-transform:uppercase}.primary-nav a{padding:8px 0}.primary-nav a:hover,.site-footer a:hover,.text-link:hover{color:var(--green)}.nav-button,.nav-toggle{display:none}.hero{min-height:520px;display:flex;align-items:center;background-position:50%;background-size:cover;color:var(--white)}.hero-inner{width:min(1180px,100%);margin:0 auto;padding:88px 24px}.hero h1{max-width:720px;margin:0 0 22px;font-size:58px;line-height:1.05;font-weight:800}.hero p{max-width:650px;margin:0 0 30px;font-size:20px}.eyebrow{margin:0 0 12px;color:var(--accent);font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.section{max-width:1180px;margin:0 auto;padding:76px 24px}.section-muted{max-width:none;background:var(--steel)}.section-muted>*{max-width:1180px;margin-left:auto;margin-right:auto}.split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);grid-gap:48px;gap:48px;align-items:start}h1,h2,h3,p{overflow-wrap:break-word}h2{font-size:36px;line-height:1.18}h2,h3{margin:0;color:var(--green-dark)}.prose p,.section-heading p{color:var(--muted);font-size:17px}.section-heading{max-width:780px;margin-bottom:28px}.row-heading{display:flex;max-width:1180px;align-items:flex-end;justify-content:space-between;gap:24px}.button,.text-link{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800}.button{min-height:48px;padding:13px 22px;border:0;border-radius:3px;background:var(--green);color:var(--white);cursor:pointer}.button-light{background:var(--white);color:var(--green-dark)}.text-link{color:var(--green)}.product-grid,.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.stat{padding:22px 18px;border:1px solid var(--line);border-radius:0;background:var(--white);text-align:center}.stat span{display:inline-flex;width:64px;height:64px;align-items:center;justify-content:center;margin-bottom:20px;border-radius:50%;background:var(--green-soft);color:var(--green)}.stat strong{display:block;color:var(--green-dark);font-size:28px;line-height:1}.stat p{margin:8px 0 0;color:var(--muted)}.compact-stats{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:34px}.parent-panel{min-height:100%;padding:36px 34px;border-left:5px solid var(--green);background:var(--green-soft)}.parent-panel h2{margin-bottom:20px}.parent-panel p:not(.eyebrow){color:var(--ink)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card,.product-tile{display:block;overflow:hidden;border:1px solid var(--line);border-radius:0;background:var(--white);box-shadow:var(--shadow)}.product-card img,.product-tile img,.spec-panel img{width:100%;aspect-ratio:1.48;object-fit:cover}.product-tile span{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;color:var(--green-dark);font-size:18px;font-weight:800}.product-card{padding-bottom:22px}.product-card h2,.product-card p{padding:0 22px}.product-card h2{margin:18px 0 6px;font-size:24px}.product-card p{margin:0;color:var(--muted)}.spec-list{display:grid;grid-gap:26px;gap:26px}.spec-panel{display:grid;grid-template-columns:360px minmax(0,1fr);grid-gap:32px;gap:32px;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:var(--shadow)}.spec-panel h2{margin-bottom:18px;font-size:30px}.spec-group{margin-top:18px}.spec-group h3{margin-bottom:10px;font-size:14px;text-transform:uppercase}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag-list span{padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-size:13px;font-weight:700}.spec-size{margin:18px 0 0;color:var(--muted);font-weight:700}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:8px;background:var(--white)}table{width:100%;min-width:840px;border-collapse:collapse}td,th{padding:16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}thead th{background:var(--green-dark);color:var(--white)}tbody th{color:var(--green-dark)}.grade-band{margin-top:32px}.grade-band h2{margin-bottom:16px;font-size:24px}.quote-band,.quote-layout{display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:36px;gap:36px}.contact-panel,.quote-contact,.quote-form{border:1px solid var(--line);border-radius:0;background:var(--white);box-shadow:var(--shadow)}.contact-panel,.quote-contact{padding:30px}.contact-panel a,.contact-panel p,.quote-contact a,.quote-contact p{display:flex;align-items:flex-start;gap:10px;margin:18px 0 0;color:var(--muted)}.contact-panel svg,.quote-contact svg{width:18px;min-width:18px;height:18px;flex:0 0 18px;margin-top:3px}.quote-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;padding:30px}.quote-form label{display:grid;grid-gap:7px;gap:7px;color:var(--green-dark);font-weight:800}.form-error,.form-success,.quote-form .full,.quote-form button,.turnstile-field{grid-column:1/-1}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;opacity:0}.turnstile-field{display:grid;grid-gap:10px;gap:10px;color:var(--green-dark);font-weight:800}.form-error,.form-success{margin:0;font-weight:800}.form-success{color:var(--green)}.form-error{color:#b42318}input,textarea{width:100%;border:1px solid var(--line);border-radius:0;padding:12px 13px;color:var(--ink);font:inherit}textarea{resize:vertical}.site-footer{background:var(--green-dark);color:var(--white)}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr 1fr;grid-gap:44px;gap:44px;max-width:1180px;margin:0 auto;padding:58px 24px 38px}.site-footer img{width:250px;height:auto;padding:8px;border-radius:4px;background:var(--white)}.site-footer h2{margin-bottom:14px;color:var(--white);font-size:18px}.site-footer a,.site-footer p{color:hsla(0,0%,100%,.76)}.site-footer a{margin-top:10px}.footer-address svg,.site-footer a svg{width:16px;min-width:16px;height:16px;flex:0 0 16px;margin-top:4px}.site-footer nav{display:grid;grid-gap:10px;gap:10px}.copyright{max-width:1180px;margin:0 auto;padding:18px 24px;border-top:1px solid hsla(0,0%,100%,.14);color:hsla(0,0%,100%,.68);font-size:14px}@media (max-width:900px){.topbar-shell{display:none}.nav-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:var(--green-dark)}.primary-nav{position:absolute;top:74px;right:16px;left:16px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:var(--shadow)}.primary-nav a{padding:13px}.nav-toggle:checked~.primary-nav{display:flex}.brand img{width:190px}.hero{min-height:500px}.hero h1{font-size:42px}.hero p{font-size:17px}.footer-grid,.quote-band,.quote-layout,.spec-panel,.split{grid-template-columns:1fr}.product-grid,.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.section{padding:62px 18px}.nav-wrap{padding:12px 18px}.hero-inner{padding:82px 18px}.hero h1{font-size:34px}h2{font-size:30px}.row-heading{display:block}.product-grid,.quote-form,.stats-grid{grid-template-columns:1fr}}