:root{--ink:#202822;--muted:#72796f;--green:#173f32;--lime:#d9ef77;--paper:#f6f7f2;--line:#e4e7de;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);font:16px/1.6 Arial,Helvetica,sans-serif;background:var(--paper)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #7c962d;outline-offset:4px}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.14;letter-spacing:-.04em}h2{font-size:34px}h3{font-size:21px}p{margin-top:14px;color:#5e675e}.wrap{max-width:1240px;margin:auto;padding:0 28px}.header{background:var(--white);border-bottom:1px solid var(--line)}.header-inner{height:90px;display:flex;align-items:center;gap:60px}.logo{display:inline-flex;align-items:center;gap:10px;font-size:33px;font-weight:800;letter-spacing:-2px;line-height:1}.logo-mark{display:inline-flex;align-items:center;justify-content:center;width:43px;height:43px;border-radius:9px;background:var(--green);color:var(--lime);font-size:31px;letter-spacing:-2px}.logo-dot{color:#7c962d}.header nav{display:flex;gap:30px;font-size:14px;font-weight:600;flex:1}.header nav a:hover,.text-link:hover{color:#497347}.compare-nav{font-size:14px;white-space:nowrap}.compare-nav span{display:inline-block;border-radius:50%;background:var(--paper);min-width:26px;text-align:center;margin-left:7px}.search-band{background:var(--white)}.search-inner{display:flex;align-items:center;gap:38px;padding-top:19px;padding-bottom:19px}.search{display:flex;flex:1;align-items:center;gap:16px;background:var(--paper);border:1px solid var(--line);border-radius:6px;padding:6px 6px 6px 18px}.search>span{font-size:28px;line-height:1;color:var(--green)}.search input{width:100%;min-width:0;border:0;background:none;outline:none;font-size:14px}.search button{border:0;border-radius:4px;padding:11px 23px;background:var(--green);color:white;font-size:13px;white-space:nowrap}.search button span{margin-left:15px}.search-note{font-size:13px;color:var(--muted);white-space:nowrap}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:50px;padding-top:58px;padding-bottom:54px}.eyebrow{font-size:10px;letter-spacing:1.35px;font-weight:700;color:#68715f}.live-dot{display:inline-block;width:7px;height:7px;background:#729345;border-radius:50%;margin-right:7px}.hero-copy{padding:17px 0}.hero h1{font-size:76px;line-height:1.02;margin-top:25px;letter-spacing:-5px}.hero h1 span{color:#6c806d}.hero-copy>p{max-width:400px;font-size:16px;margin:25px 0 27px}.button{display:inline-flex;align-items:center;justify-content:center;gap:40px;border:0;background:var(--green);color:white;padding:15px 23px;border-radius:5px;font-size:13px;font-weight:600;line-height:1.4}.button:hover{background:#2f5a40}.hero-copy>.text-link{display:block;margin-top:16px;font-size:12px}.text-link{font-weight:600;font-size:13px;text-decoration:underline;text-underline-offset:5px;text-decoration-color:#b4bdad}.hero-feature{border:1px solid #dbe1cc;background:#e8ecdf;border-radius:12px;padding:29px 30px 24px;position:relative;overflow:hidden;min-height:390px;display:flex;flex-direction:column}.feature-top{display:flex;justify-content:space-between;gap:15px;color:#79816e;font-size:10px}.hero-feature h2{font-size:29px;margin-top:24px;letter-spacing:-1px}.hero-feature p{font-size:13px;line-height:1.6}.hero-feature img{width:88%;max-height:150px;object-fit:contain;margin:13px auto;mix-blend-mode:multiply}.hero-feature>a{font-size:12px;font-weight:bold;padding-top:14px;margin-top:auto;display:flex;justify-content:space-between;border-top:1px solid #cfd7bf}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.trust-strip>div{display:grid;grid-template-columns:35px 1fr}.trust-strip>div>span{grid-row:span 2;font-size:12px;color:#839071;padding-top:2px}.trust-strip strong{font-size:13px}.trust-strip p{font-size:11px;margin:4px 0 0}.section{margin-top:56px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:23px}.section-head h2{margin-top:10px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.category-tile{border:1px solid var(--line);border-radius:7px;padding:23px 20px;background:var(--white);transition:border-color .15s}.category-tile:hover{border-color:#83976b}.category-code{display:inline-block;font-size:13px;line-height:1;background:#eff2e6;border:1px solid #e0e6d2;padding:14px 10px;border-radius:4px;letter-spacing:1px;color:#627245;font-weight:bold;margin-bottom:24px}.category-tile h3{font-size:16px;letter-spacing:-.4px;display:flex;justify-content:space-between;gap:8px}.category-tile h3 span{color:#839175}.category-tile p{font-size:11px;margin-top:7px}.category-tile small{display:block;font-size:10px;color:#85907d;margin-top:16px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{background:var(--white);border:1px solid var(--line);border-radius:7px;overflow:hidden}.product-picture{position:relative;display:flex;align-items:center;justify-content:center;height:206px;background:#fff;border-bottom:1px solid var(--line);padding:20px}.product-picture img{width:90%;height:160px;object-fit:contain}.picture-label{position:absolute;left:16px;top:15px;font-size:9px;color:#868d80;letter-spacing:1px;text-transform:uppercase}.model-type{font-size:62px;color:#c7cfc0;font-weight:bold;letter-spacing:-4px}.card-content{padding:20px}.card-content .eyebrow{font-size:8px;letter-spacing:1px}.card-content h3{font-size:17px;margin-top:11px;letter-spacing:-.4px;min-height:39px}.card-specs{font-size:10px;min-height:32px;margin-top:9px;line-height:1.6;color:#7b8375}.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);margin-top:20px;padding-top:15px}.card-bottom small{display:block;font-size:9px;color:#8c9485;margin-top:4px}.reference-price{font-size:11px;color:#485d3f;font-weight:600}.compare-button{height:34px;width:34px;border:1px solid var(--line);background:var(--paper);border-radius:5px;color:#68775b;font-size:22px;line-height:1}.compare-button[aria-pressed=true]{background:var(--lime);border-color:#b5cc63}.price{font-size:20px}.catalog-note{font-size:11px;color:#808978;max-width:840px;margin-top:19px;line-height:1.8}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.guide-card{position:relative;border-top:2px solid #34492d;background:#edf0e5;padding:25px 23px;display:flex;flex-direction:column;min-height:310px}.guide-number{font-size:35px;letter-spacing:-2px;color:#c4ccba;margin-bottom:23px}.guide-card h3,.guide-card h2{font-size:23px;margin-top:13px;letter-spacing:-.65px}.guide-card p{font-size:12px;margin-top:15px}.guide-arrow{font-size:11px;font-weight:bold;margin-top:auto;padding-top:27px}.method-callout{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin:60px 0;padding:40px;background:var(--green);border-radius:8px;color:#f4f7ed}.method-callout .eyebrow{color:#acc39f}.method-callout h2{margin-top:14px}.method-callout p{color:#c8d5c2;font-size:13px;margin:3px 0 24px;line-height:1.9}.method-callout .text-link{color:var(--lime)}footer{background:#eef0e8;border-top:1px solid var(--line);padding:42px 0 20px}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr 1.25fr;gap:35px}.footer-grid .logo{font-size:27px}.footer-grid .logo-mark{width:34px;height:34px;font-size:25px}.footer-grid p{font-size:11px;line-height:1.8}.footer-grid strong{font-size:12px;display:block;margin-bottom:15px}.footer-grid>div>a:not(.logo){display:block;font-size:11px;color:#68735f;margin-top:8px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #dfe4d6;margin-top:35px;padding-top:19px;font-size:9px;color:#8e9785}.page-space{padding-top:32px;padding-bottom:70px;min-height:65vh}.crumbs{display:flex;flex-wrap:wrap;gap:10px;font-size:10px;color:#859078;margin-bottom:36px}.page-title{margin-bottom:36px}.page-title h1{font-size:46px;letter-spacing:-2px;margin-top:12px}.page-title p{font-size:14px;max-width:760px}.catalog-layout{display:grid;grid-template-columns:205px minmax(0,1fr);gap:28px}.filters{background:#eef0e7;padding:21px;border-radius:7px;align-self:start}.filters h2{font-size:13px;letter-spacing:0;margin-bottom:12px}.category-link{font-size:11px;display:block;padding:7px 0;color:#737e68}.category-link.active{color:#244a32;font-weight:bold}.filter-form{margin-top:22px;padding-top:5px;border-top:1px solid #dce1d3}.filter-form label{display:block;font-size:11px;font-weight:600;margin:18px 0 8px}.filter-form select,.filter-form input{width:100%;background:#fff;border:1px solid #dfe3d9;padding:9px 7px;font-size:11px;border-radius:4px;color:#46533d}.filter-form small{display:block;font-size:9px;line-height:1.7;color:#818d74;margin-top:9px}.price-fields{display:flex;gap:6px}.filter-form .button{width:100%;margin-top:22px;font-size:11px;padding:12px}.filter-form .text-link{display:block;text-align:center;font-size:10px;margin-top:15px}.results-head{display:flex;justify-content:space-between;gap:12px;font-size:11px;color:#859078;margin-bottom:14px}.catalog-results .product-grid{gap:14px}.catalog-results .product-picture{height:175px}.catalog-results .product-picture img{height:135px}.catalog-results .card-content{padding:15px}.catalog-results .card-content h3{font-size:15px}.empty-state{text-align:center;background:white;border:1px solid var(--line);border-radius:8px;padding:65px 30px}.empty-state h2{font-size:26px}.empty-state p{font-size:13px;max-width:530px;margin:18px auto 25px}.pagination{display:flex;justify-content:center;gap:25px;margin-top:30px;font-size:13px}.category-help{display:grid;grid-template-columns:1fr 1fr;gap:45px;background:#e9edde;padding:34px;border-radius:7px;margin-top:48px}.category-help h2{font-size:29px;margin-top:12px}.category-help p{font-size:13px}.category-help ul{font-size:13px;color:#647255;padding-left:20px;margin-top:5px}.category-help li{margin-bottom:10px}.category-help .text-link{margin-top:13px;display:inline-block}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:50px}.product-large-image{border:1px solid var(--line);border-radius:9px;background:#fff;padding:38px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:390px}.product-large-image img{width:95%;max-height:340px;height:auto;object-fit:contain}.product-large-image>span:last-child{font-size:10px;color:#8a947f;margin-top:27px}.product-intro h1{font-size:37px;margin:14px 0;letter-spacing:-1.4px}.product-intro>p{font-size:14px}.quick-specs{display:flex;flex-wrap:wrap;gap:25px;margin-top:24px}.quick-specs dt{font-size:10px;color:#89947e}.quick-specs dd{font-size:13px;margin:5px 0 0;font-weight:600}.product-price-box{margin-top:25px;padding:23px;background:#e9edde;border-radius:6px}.product-price-box>strong{display:block;font-size:20px}.product-price-box>p{font-size:12px;margin-top:8px}.product-price-box>span,.product-price-box>a{display:block;font-size:11px;margin:5px 0}.product-intro>.button{margin-top:18px}.secondary{background:#fff;border:1px solid #b7c0aa;color:#50663f}.secondary:hover{background:#e9edde}.secondary[aria-pressed=true]{background:var(--lime)}.product-body{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:40px;margin-top:50px}.decision-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.decision-grid article{background:white;border:1px solid var(--line);padding:25px;border-radius:5px}.decision-grid h2{font-size:23px;margin-top:14px}.decision-grid p{font-size:13px}.product-body .section h2{font-size:29px;margin-bottom:22px}.spec-table>div{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:14px 17px;border-bottom:1px solid var(--line);font-size:13px}.spec-table>div:nth-child(odd){background:#edf0e6}.spec-table dt{color:#77836b}.spec-table dd{margin:0}.source-note{font-size:11px;line-height:1.9}.source-note a,.article p a,.article-sources a{text-decoration:underline;text-underline-offset:4px}.product-aside{background:#e9edde;padding:25px;border-radius:6px;align-self:start}.product-aside h3{margin-top:18px;font-size:23px}.product-aside p{font-size:12px;margin-bottom:22px}.product-aside>a:last-child{font-size:11px}.product-aside hr{border:0;border-top:1px solid #d0d8c3;margin:25px 0}.empty-offers{border:1px dashed #c6cfb9;background:#eef1e7;border-radius:6px;padding:26px}.empty-offers h3{font-size:20px}.empty-offers p{font-size:12px;margin-bottom:18px}.offer-list{border:1px solid var(--line);border-radius:6px;background:white}.offer{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;padding:22px;border-bottom:1px solid var(--line)}.offer h3{font-size:18px}.offer small{font-size:9px;color:#8a937f}.offer p{font-size:10px;margin:5px 0 0}.offer strong{font-size:18px}.offer .button{font-size:11px;padding:12px}.table-scroll{overflow:auto;background:white;border:1px solid var(--line);border-radius:6px}table{border-collapse:collapse;width:100%;font-size:13px}th,td{text-align:left;padding:16px;border-bottom:1px solid var(--line);vertical-align:top}th{font-weight:600}thead th{background:#e8edde}tbody th{color:#77846b}.compare-table{min-width:600px}.compare-table th,.compare-table td{min-width:170px;max-width:300px}.compare-table .text-button{display:block;border:0;background:none;color:#839371;font-size:11px;padding:0;margin-top:9px}.article{max-width:760px;margin:0 auto}.article h1{font-size:48px;margin-top:15px;letter-spacing:-2px}.article-lead{font-size:19px;line-height:1.7;margin:22px 0}.article-meta{font-size:11px;color:#8b9680;margin-bottom:35px}.article h2{font-size:27px;margin:38px 0 17px}.article>section>p,.article>p{line-height:1.9}.article-toc{background:#e9edde;padding:25px;border-radius:6px;margin:30px 0}.article-toc strong{display:block;font-size:13px;margin-bottom:12px}.article-toc a{display:block;font-size:12px;margin-top:9px}.article-sources{font-size:13px;margin-bottom:32px}.article-sources li{margin-bottom:10px}.article-sources p{font-size:12px}.faq details{border-bottom:1px solid var(--line);padding:18px 0}.faq summary{cursor:pointer;font-size:14px;font-weight:600}.faq p{font-size:13px}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.shop-card{border:1px solid var(--line);border-radius:7px;background:white;padding:27px}.status-pill{font-size:9px;color:#697c53;background:#edf1e5;border:1px solid #dce4ce;border-radius:20px;padding:5px 9px}.shop-card h2{font-size:27px;margin-top:24px}.shop-card p{font-size:13px}.shop-card small{display:block;margin-top:21px;font-size:11px;color:#8e9980}.contact-email{font-size:22px;font-weight:bold}.error-code{font-size:60px;color:#becab0;font-weight:bold}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);padding:16px 23px;border-radius:6px;background:var(--green);color:white;font-size:12px;box-shadow:0 5px 25px #0002;max-width:90vw;z-index:10}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:absolute;left:10px;top:-90px;background:var(--lime);padding:10px;z-index:100}.skip:focus{top:10px}
@media(min-width:1500px){.wrap{max-width:1330px}.hero{gap:70px}.hero h1{font-size:84px}}
@media(max-width:1000px){.header-inner{gap:30px}.header nav{gap:17px}.search-note{display:none}.hero{gap:27px}.hero h1{font-size:64px}.hero-feature{padding:25px;min-height:360px}.hero-feature h2{font-size:26px}.category-grid{gap:10px}.category-tile{padding:20px 14px}.category-tile h3{font-size:14px}.catalog-layout{grid-template-columns:180px minmax(0,1fr);gap:20px}.catalog-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-body{grid-template-columns:minmax(0,1fr) 220px;gap:25px}.product-hero{gap:30px}.footer-grid{gap:23px}.guide-card h3,.guide-card h2{font-size:20px}}
@media(max-width:720px){.wrap{padding:0 18px}.header-inner{height:auto;min-height:78px;flex-wrap:wrap;gap:18px;padding-top:18px;padding-bottom:13px}.header .logo{font-size:27px}.header .logo-mark{width:35px;height:35px;font-size:27px}.header nav{order:3;flex-basis:100%;justify-content:space-between;gap:15px;border-top:1px solid var(--line);padding-top:13px;font-size:12px}.compare-nav{margin-left:auto;font-size:12px}.search-inner{padding-top:14px;padding-bottom:14px}.search{gap:10px;padding-left:12px}.search input{font-size:11px}.search button{padding:10px 14px;font-size:11px}.search button span{display:none}.hero{grid-template-columns:1fr;padding-top:31px;padding-bottom:30px;gap:27px}.hero h1{font-size:60px;letter-spacing:-3.3px;margin-top:20px}.hero-copy{padding:0}.hero-copy>p{font-size:14px;max-width:355px;margin-top:21px}.hero-feature{min-height:330px;padding:25px}.hero-feature h2{font-size:29px}.hero-feature img{height:120px;max-height:120px}.eyebrow{font-size:9px;letter-spacing:1.05px}.trust-strip{grid-template-columns:1fr;gap:19px;padding:22px 0}.trust-strip strong{font-size:12px}.trust-strip p{font-size:10px}.trust-strip>div{grid-template-columns:32px 1fr}.section{margin-top:38px}h2{font-size:27px}.section-head{align-items:start}.section-head>.text-link{font-size:10px;white-space:nowrap;margin-top:34px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-tile{padding:19px 15px}.category-tile h3{font-size:14px;min-height:32px}.category-code{margin-bottom:17px;font-size:12px;padding:12px 9px}.category-tile p{font-size:10px}.category-tile small{font-size:9px;margin-top:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-picture{height:160px;padding:12px}.product-picture img{height:125px}.picture-label{font-size:8px;left:12px;top:12px}.card-content{padding:13px}.card-content h3{font-size:14px;letter-spacing:-.3px;min-height:45px;line-height:1.2}.card-content .eyebrow{font-size:7px;letter-spacing:.7px}.card-specs{font-size:9px;min-height:40px}.card-bottom{gap:7px;padding-top:13px;margin-top:10px}.reference-price{font-size:10px;line-height:1.4;display:block}.card-bottom small{font-size:8px;line-height:1.5}.compare-button{width:30px;height:30px;flex-shrink:0;font-size:20px}.price{font-size:16px}.catalog-note{font-size:10px}.guide-grid{grid-template-columns:1fr;gap:15px}.guide-card{min-height:0;padding:23px;display:grid;grid-template-columns:38px 1fr;column-gap:13px}.guide-number{grid-row:span 4;font-size:28px;margin:0}.guide-card h3,.guide-card h2{font-size:23px;margin-top:10px}.guide-card p{font-size:12px;margin-top:12px}.guide-arrow{margin-top:0;padding-top:20px}.method-callout{grid-template-columns:1fr;gap:25px;margin:38px 0;padding:27px}.method-callout h2{font-size:30px}.method-callout p{font-size:12px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:30px}.footer-grid p{font-size:10px}.footer-bottom{flex-direction:column;gap:6px;font-size:9px;padding-top:18px}.page-space{padding-top:24px;padding-bottom:45px}.crumbs{margin-bottom:25px;font-size:9px}.page-title h1{font-size:36px;letter-spacing:-1.5px}.page-title p{font-size:13px}.catalog-layout{grid-template-columns:1fr;gap:20px}.filters{padding:18px}.filters h2{font-size:12px}.category-link{display:inline-block;margin-right:13px;padding:6px 0;font-size:10px}.filter-form{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;padding-top:14px;margin-top:14px}.filter-form label{margin:0;grid-column:1/-1;font-size:10px}.filter-form select{grid-column:1/-1}.filter-form small{grid-column:1/-1;margin-top:0}.price-fields{grid-column:1/-1}.filter-form .button{margin-top:5px;grid-column:1}.filter-form .text-link{grid-column:2;margin-top:17px}.results-head{font-size:10px}.category-help{grid-template-columns:1fr;padding:25px;gap:22px;margin-top:30px}.category-help h2{font-size:26px}.product-hero{grid-template-columns:1fr;gap:27px}.product-large-image{padding:25px;min-height:270px}.product-large-image img{max-height:230px;width:90%}.product-intro h1{font-size:33px}.quick-specs{gap:23px}.product-body{grid-template-columns:1fr;gap:30px;margin-top:30px}.decision-grid{grid-template-columns:1fr}.decision-grid article{padding:23px}.decision-grid h2{font-size:24px}.product-aside{order:2}.spec-table>div{font-size:11px;padding:13px 10px;gap:12px}.product-body .section h2{font-size:26px}.offer{grid-template-columns:1fr auto;padding:18px}.offer>div{grid-column:1/-1}.offer .button{font-size:11px;padding:12px}.article h1{font-size:38px;letter-spacing:-1.4px}.article-lead{font-size:17px}.article h2{font-size:25px}.article>section>p,.article>p{font-size:14px}.article-toc{padding:20px}.shop-grid{grid-template-columns:1fr}.empty-state{padding:45px 20px}.empty-state h2{font-size:24px}.empty-state p{font-size:12px}.toast{width:90vw;text-align:center}.contact-email{font-size:19px;overflow-wrap:anywhere}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
