
    :root { --ink:#112233; --muted:#536474; --paper:#fbfaf6; --line:#d9e1db; --green:#245544; --lime:#eaff73; --soft:#eef5f0; --card:#ffffff; }
    *{box-sizing:border-box} body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6}
    .top{height:9px;background:var(--lime)} .nav{max-width:1180px;margin:auto;padding:19px 28px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.brand{font:700 25px Georgia,serif;letter-spacing:-1px}.brand span{color:var(--green)}.tag{font-size:12px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);font-weight:700}.preview{background:#173b32;color:#fff;text-align:center;font-size:13px;padding:8px 16px}.wrap{max-width:1030px;margin:auto;padding:54px 28px 90px}.back{color:var(--green);font-size:14px;font-weight:700;text-decoration:none}.eyebrow{margin:38px 0 12px;color:var(--green);font-size:13px;letter-spacing:.14em;text-transform:uppercase;font-weight:800}.title{max-width:860px;font:400 clamp(42px,6vw,73px)/1.03 Georgia,serif;letter-spacing:-.055em;margin:0}.dek{max-width:720px;margin:26px 0 0;font-size:20px;line-height:1.55;color:#425363}.meta{display:flex;gap:13px;flex-wrap:wrap;margin:25px 0 38px;color:var(--muted);font-size:14px}.meta b{color:var(--ink)}
    .hero{background:linear-gradient(120deg,#e5f1e8,#f7faf5);border-radius:24px;padding:25px 26px 19px;margin:0 0 55px;border:1px solid #dce8de}.hero svg{display:block;width:100%;height:auto}.caption{font-size:13px;color:var(--muted);margin:11px 0 0}.body{max-width:760px;margin:auto}.intro{font:400 25px/1.48 Georgia,serif;margin-bottom:37px}.body h2{font:400 37px/1.12 Georgia,serif;letter-spacing:-.035em;margin:58px 0 16px}.body h3{font-size:20px;margin:32px 0 9px}.body p{font-size:17px;margin:0 0 19px}.result{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin:27px 0 34px}.result>div{background:var(--card);border:1px solid var(--line);border-radius:15px;padding:18px}.result strong{font-size:16px;display:block;color:var(--green);margin-bottom:4px}.result span{font-size:14px;line-height:1.45;display:block;color:var(--muted)}
    .stop{border-left:5px solid #d7ed50;background:#f2f7e8;padding:19px 22px;border-radius:0 13px 13px 0;margin:25px 0 35px}.stop strong{display:block;margin-bottom:6px}.stop ul{margin:8px 0 0;padding-left:19px;font-size:15px}.gridtable{border:1px solid var(--line);border-radius:15px;overflow:hidden;margin:21px 0 34px}.row{display:grid;grid-template-columns:1.2fr 1.15fr 1.15fr}.row>*{padding:14px 16px;border-bottom:1px solid var(--line);font-size:14px}.row:last-child>*{border-bottom:0}.head>*{font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:800;color:var(--muted);background:#eef5f0}.case{background:#1d4036;color:#f8fbf5;border-radius:18px;padding:23px 26px;margin:23px 0}.case h3{color:var(--lime);margin:0 0 8px}.case p{font-size:15px;margin:0;color:#e3eee5}.check{list-style:none;padding:0;margin:23px 0}.check li{position:relative;padding:13px 0 13px 37px;border-bottom:1px solid var(--line);font-size:16px}.check li:before{content:"✓";position:absolute;left:0;top:12px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--lime);color:var(--green);font-weight:900}.verdict{background:var(--soft);border-radius:18px;padding:29px;margin-top:29px}.verdict h2{margin:0 0 12px}.verdict p{margin:0}.footer{margin-top:70px;padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.badge{display:inline-block;padding:5px 10px;background:var(--lime);color:#173b32;border-radius:999px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:800}@media(max-width:700px){.wrap{padding:35px 18px 60px}.nav{padding:15px 18px}.result{grid-template-columns:1fr}.row{grid-template-columns:1fr}.head{display:none}.row>*{border-bottom:0;padding:8px 15px}.row{padding:11px 0;border-bottom:1px solid var(--line)}.title{font-size:45px}.hero{padding:15px}.footer{display:block}.footer>*{display:block;margin:6px 0}}
    .quick{margin:30px 0 37px;padding:23px;background:#173d32;border-radius:18px;color:#fff}.quick h2{font:400 29px/1.1 Georgia,serif;margin:0 0 7px}.quick p{color:#d9e6dc;font-size:15px;margin:0 0 17px}.quick-actions{display:flex;gap:9px;flex-wrap:wrap}.quick button{border:1px solid #77988a;border-radius:99px;background:transparent;color:#fff;padding:9px 13px;font:700 13px/1.1 Inter,Arial,sans-serif;cursor:pointer}.quick button:hover,.quick button:focus{background:var(--lime);border-color:var(--lime);color:#18352b}.quick output{display:block;margin-top:16px;padding-top:14px;border-top:1px solid #527264;color:var(--lime);font-weight:700;font-size:14px}.failure-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin:20px 0 35px}.failure{border:1px solid var(--line);border-radius:14px;padding:16px;background:#fff}.failure b{display:block;font-size:14px;margin-bottom:4px;color:#245544}.failure span{display:block;font-size:13px;line-height:1.45;color:var(--muted)}.product-heading{margin-top:54px}.product-heading p{color:var(--muted);font-size:15px}.product-list{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}.product{border:1px solid #c9d7cd;border-radius:18px;background:var(--card);overflow:hidden;scroll-margin-top:20px}.product-art{background:#f1f5f1;display:grid;place-items:center;padding:14px;min-height:205px}.product-art img{width:100%;height:175px;object-fit:contain;display:block;mix-blend-mode:multiply}.product-copy{padding:20px 21px}.product-copy h3{margin:6px 0 7px;font:400 24px/1.1 Georgia,serif}.product-copy p{font-size:14px;margin:0 0 16px;color:var(--muted)}.product-copy a{display:inline-block;background:var(--lime);color:#163327;padding:11px 16px;text-decoration:none;font-weight:800;font-size:14px}.fit-note{border-top:1px solid var(--line);padding-top:11px!important;margin-top:14px!important;font-size:13px!important}.no-clamp{margin-top:17px;border:1px dashed #9fb9a7;border-radius:16px;padding:20px 22px;background:#f2f7f1;scroll-margin-top:20px}.no-clamp h3{margin:0 0 5px!important;font-size:20px!important}.no-clamp p{font-size:14px!important;margin:0!important}.fine{font-size:12px!important;margin:12px 0 0!important;color:#6d7b75!important}@media(max-width:700px){.product-list,.failure-grid{grid-template-columns:1fr}.product-art{min-height:180px}.product-art img{height:165px}}
  
 html{scroll-behavior:smooth;scroll-padding-top:90px}.site-nav{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px max(20px,calc((100% - 1120px)/2));background:#fbfaf6f5;border-bottom:1px solid #d9e1db}.site-nav a{text-decoration:none;color:#173d32}.site-nav>div{display:flex;gap:23px;font-size:14px;font-weight:700}.disclosure-bar{padding:8px 20px;text-align:center;background:#eef5f0;color:#41554b;font-size:12px}.site-footer{max-width:1030px;margin:auto;padding:30px 28px 70px;display:flex;justify-content:space-between;gap:25px;border-top:1px solid #d9e1db}.site-footer nav{display:flex;gap:20px;font-size:13px}.site-footer a{color:#245544;text-decoration:none}.to-top{position:fixed;bottom:18px;right:18px;background:#245544;color:#fff;border:0;border-radius:30px;padding:10px 15px;cursor:pointer}.brand{text-decoration:none;color:#173d32}.article-hero{margin:30px 0 40px}.article-hero img{width:100%;height:clamp(220px,37vw,400px);object-fit:cover;border-radius:20px}.article-hero figcaption{font-size:12px;color:#536474;margin-top:8px}.body{max-width:780px}.quick a{color:#eaff73}.quick button[aria-pressed=true]{background:#eaff73;color:#173d32}.quick .next-link{display:inline-block;margin-top:12px;font-weight:700}.quick h2{margin:0!important}.jump{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.jump a{font-size:13px;padding:8px 12px;border:1px solid #c9d7cd;border-radius:20px;color:#245544;text-decoration:none}.table-wrap{overflow-x:auto;margin:24px 0}table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}th,td{text-align:left;vertical-align:top;padding:14px;border-bottom:1px solid #d9e1db}th{background:#eaf1e9}tbody tr:last-child td{border-bottom:0}.product-copy{display:flex;flex-direction:column}.product-copy a{margin-top:auto}.product-list .product{display:flex;flex-direction:column}.product-list .product-copy{flex:1}.product-art{background:#fff}.product-art img{mix-blend-mode:normal}.sources{margin-top:40px;border-top:1px solid #d9e1db;padding-top:18px}.sources h2{font-size:25px!important;margin:0 0 12px!important}.sources a,.related a{color:#245544}.sources p,.sources li{font-size:14px}.related{padding:22px;background:#eaf1e9;border-radius:14px;margin-top:30px}.related h2{margin:0 0 14px!important;font-size:25px!important}.related a{display:block;margin:10px 0}.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.library-card{background:#fff;border:1px solid #d9e1db;border-radius:17px;overflow:hidden;display:flex;flex-direction:column}.library-card img{width:100%;height:175px;object-fit:cover}.library-copy{padding:22px;display:flex;flex-direction:column;flex:1}.library-copy small{color:#245544;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.library-copy h2{font:400 25px/1.15 Georgia,serif;margin:12px 0}.library-copy p{font-size:14px;color:#536474;margin:0 0 17px}.library-copy a{color:#245544;font-weight:700;margin-top:auto}.filters{display:flex;flex-wrap:wrap;gap:8px;margin:30px 0}.filters button{padding:9px 14px;background:#fff;border:1px solid #c9d7cd;border-radius:30px;cursor:pointer}.filters button[aria-pressed=true]{background:#245544;color:#fff}.library-card[hidden]{display:none}.diagram{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}.diagram div{padding:18px;background:#eef5f0;border-radius:12px}.diagram b{display:block;color:#245544;font-size:13px}.diagram span{display:block;margin-top:8px;font-size:14px}.source-note{font-size:13px!important;color:#536474}.wrap{padding-top:36px}.title{font-size:clamp(39px,6vw,66px)}:focus-visible{outline:3px solid #567d26;outline-offset:4px}
 @media(max-width:760px){.library-grid{grid-template-columns:1fr}.diagram{grid-template-columns:1fr}.site-footer{flex-direction:column}.site-footer nav{justify-content:flex-end}.site-nav>div{gap:13px}.site-nav .brand{font-size:23px}.product-list{grid-template-columns:1fr}.badge{white-space:normal}.row{border-bottom:1px solid #d9e1db}.row>*:nth-child(1){font-weight:700}.head{display:grid!important;grid-template-columns:1fr}.head>*:not(:first-child){display:none}.head>*:first-child{font-size:0}.head>*:first-child:after{content:'Decision / option / check';font-size:12px}}
 @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.product-list:has(>.product:only-child){grid-template-columns:1fr}.product-list>.product:only-child{display:grid;grid-template-columns:minmax(180px,.7fr) 1fr}.product-list>.product:only-child .product-art{min-height:260px}.product-list>.product:only-child img{height:230px}.case h2{color:#eaff73;margin:0 0 14px!important;font-size:28px!important}.case .scenario-label{color:#c5d8cc;font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.case p{line-height:1.7}@media(max-width:650px){.product-list>.product:only-child{grid-template-columns:1fr}}
 html{scroll-behavior:smooth;scroll-padding-top:90px}.site-nav{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px max(20px,calc((100% - 1120px)/2));background:#fbfaf6f5;border-bottom:1px solid #d9e1db}.site-nav a{text-decoration:none;color:#173d32}.site-nav>div{display:flex;gap:23px;font-size:14px;font-weight:700}.disclosure-bar{padding:8px 20px;text-align:center;background:#eef5f0;color:#41554b;font-size:12px}.site-footer{max-width:1030px;margin:auto;padding:30px 28px 70px;display:flex;justify-content:space-between;gap:25px;border-top:1px solid #d9e1db}.site-footer nav{display:flex;gap:20px;font-size:13px}.site-footer a{color:#245544;text-decoration:none}.to-top{position:fixed;bottom:18px;right:18px;background:#245544;color:#fff;border:0;border-radius:30px;padding:10px 15px;cursor:pointer}.brand{text-decoration:none;color:#173d32}.article-hero{margin:30px 0 40px}.article-hero img{width:100%;height:clamp(220px,37vw,400px);object-fit:cover;border-radius:20px}.article-hero figcaption{font-size:12px;color:#536474;margin-top:8px}.body{max-width:780px}.quick a{color:#eaff73}.quick button[aria-pressed=true]{background:#eaff73;color:#173d32}.quick .next-link{display:inline-block;margin-top:12px;font-weight:700}.quick h2{margin:0!important}.jump{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.jump a{font-size:13px;padding:8px 12px;border:1px solid #c9d7cd;border-radius:20px;color:#245544;text-decoration:none}.table-wrap{overflow-x:auto;margin:24px 0}table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}th,td{text-align:left;vertical-align:top;padding:14px;border-bottom:1px solid #d9e1db}th{background:#eaf1e9}tbody tr:last-child td{border-bottom:0}.product-copy{display:flex;flex-direction:column}.product-copy a{margin-top:auto}.product-list .product{display:flex;flex-direction:column}.product-list .product-copy{flex:1}.product-art{background:#fff}.product-art img{mix-blend-mode:normal}.sources{margin-top:40px;border-top:1px solid #d9e1db;padding-top:18px}.sources h2{font-size:25px!important;margin:0 0 12px!important}.sources a,.related a{color:#245544}.sources p,.sources li{font-size:14px}.related{padding:22px;background:#eaf1e9;border-radius:14px;margin-top:30px}.related h2{margin:0 0 14px!important;font-size:25px!important}.related a{display:block;margin:10px 0}.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.library-card{background:#fff;border:1px solid #d9e1db;border-radius:17px;overflow:hidden;display:flex;flex-direction:column}.library-card img{width:100%;height:175px;object-fit:cover}.library-copy{padding:22px;display:flex;flex-direction:column;flex:1}.library-copy small{color:#245544;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.library-copy h2{font:400 25px/1.15 Georgia,serif;margin:12px 0}.library-copy p{font-size:14px;color:#536474;margin:0 0 17px}.library-copy a{color:#245544;font-weight:700;margin-top:auto}.filters{display:flex;flex-wrap:wrap;gap:8px;margin:30px 0}.filters button{padding:9px 14px;background:#fff;border:1px solid #c9d7cd;border-radius:30px;cursor:pointer}.filters button[aria-pressed=true]{background:#245544;color:#fff}.library-card[hidden]{display:none}.diagram{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}.diagram div{padding:18px;background:#eef5f0;border-radius:12px}.diagram b{display:block;color:#245544;font-size:13px}.diagram span{display:block;margin-top:8px;font-size:14px}.source-note{font-size:13px!important;color:#536474}.wrap{padding-top:36px}.title{font-size:clamp(39px,6vw,66px)}:focus-visible{outline:3px solid #567d26;outline-offset:4px}
 @media(max-width:760px){.library-grid{grid-template-columns:1fr}.diagram{grid-template-columns:1fr}.site-footer{flex-direction:column}.site-footer nav{justify-content:flex-end}.site-nav>div{gap:13px}.site-nav .brand{font-size:23px}.product-list{grid-template-columns:1fr}.badge{white-space:normal}.row{border-bottom:1px solid #d9e1db}.row>*:nth-child(1){font-weight:700}.head{display:grid!important;grid-template-columns:1fr}.head>*:not(:first-child){display:none}.head>*:first-child{font-size:0}.head>*:first-child:after{content:'Decision / option / check';font-size:12px}}
 @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.product-list:has(>.product:only-child){grid-template-columns:1fr}.product-list>.product:only-child{display:grid;grid-template-columns:minmax(180px,.7fr) 1fr}.product-list>.product:only-child .product-art{min-height:260px}.product-list>.product:only-child img{height:230px}.case h2{color:#eaff73;margin:0 0 14px!important;font-size:28px!important}.case .scenario-label{color:#c5d8cc;font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.case p{line-height:1.7}@media(max-width:650px){.product-list>.product:only-child{grid-template-columns:1fr}}
 html{scroll-behavior:smooth;scroll-padding-top:90px}.site-nav{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px max(20px,calc((100% - 1120px)/2));background:#fbfaf6f5;border-bottom:1px solid #d9e1db}.site-nav a{text-decoration:none;color:#173d32}.site-nav>div{display:flex;gap:23px;font-size:14px;font-weight:700}.disclosure-bar{padding:8px 20px;text-align:center;background:#eef5f0;color:#41554b;font-size:12px}.site-footer{max-width:1030px;margin:auto;padding:30px 28px 70px;display:flex;justify-content:space-between;gap:25px;border-top:1px solid #d9e1db}.site-footer nav{display:flex;gap:20px;font-size:13px}.site-footer a{color:#245544;text-decoration:none}.to-top{position:fixed;bottom:18px;right:18px;background:#245544;color:#fff;border:0;border-radius:30px;padding:10px 15px;cursor:pointer}.brand{text-decoration:none;color:#173d32}.article-hero{margin:30px 0 40px}.article-hero img{width:100%;height:clamp(220px,37vw,400px);object-fit:cover;border-radius:20px}.article-hero figcaption{font-size:12px;color:#536474;margin-top:8px}.body{max-width:780px}.quick a{color:#eaff73}.quick button[aria-pressed=true]{background:#eaff73;color:#173d32}.quick .next-link{display:inline-block;margin-top:12px;font-weight:700}.quick h2{margin:0!important}.jump{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.jump a{font-size:13px;padding:8px 12px;border:1px solid #c9d7cd;border-radius:20px;color:#245544;text-decoration:none}.table-wrap{overflow-x:auto;margin:24px 0}table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}th,td{text-align:left;vertical-align:top;padding:14px;border-bottom:1px solid #d9e1db}th{background:#eaf1e9}tbody tr:last-child td{border-bottom:0}.product-copy{display:flex;flex-direction:column}.product-copy a{margin-top:auto}.product-list .product{display:flex;flex-direction:column}.product-list .product-copy{flex:1}.product-art{background:#fff}.product-art img{mix-blend-mode:normal}.sources{margin-top:40px;border-top:1px solid #d9e1db;padding-top:18px}.sources h2{font-size:25px!important;margin:0 0 12px!important}.sources a,.related a{color:#245544}.sources p,.sources li{font-size:14px}.related{padding:22px;background:#eaf1e9;border-radius:14px;margin-top:30px}.related h2{margin:0 0 14px!important;font-size:25px!important}.related a{display:block;margin:10px 0}.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.library-card{background:#fff;border:1px solid #d9e1db;border-radius:17px;overflow:hidden;display:flex;flex-direction:column}.library-card img{width:100%;height:175px;object-fit:cover}.library-copy{padding:22px;display:flex;flex-direction:column;flex:1}.library-copy small{color:#245544;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.library-copy h2{font:400 25px/1.15 Georgia,serif;margin:12px 0}.library-copy p{font-size:14px;color:#536474;margin:0 0 17px}.library-copy a{color:#245544;font-weight:700;margin-top:auto}.filters{display:flex;flex-wrap:wrap;gap:8px;margin:30px 0}.filters button{padding:9px 14px;background:#fff;border:1px solid #c9d7cd;border-radius:30px;cursor:pointer}.filters button[aria-pressed=true]{background:#245544;color:#fff}.library-card[hidden]{display:none}.diagram{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}.diagram div{padding:18px;background:#eef5f0;border-radius:12px}.diagram b{display:block;color:#245544;font-size:13px}.diagram span{display:block;margin-top:8px;font-size:14px}.source-note{font-size:13px!important;color:#536474}.wrap{padding-top:36px}.title{font-size:clamp(39px,6vw,66px)}:focus-visible{outline:3px solid #567d26;outline-offset:4px}
 @media(max-width:760px){.library-grid{grid-template-columns:1fr}.diagram{grid-template-columns:1fr}.site-footer{flex-direction:column}.site-footer nav{justify-content:flex-end}.site-nav>div{gap:13px}.site-nav .brand{font-size:23px}.product-list{grid-template-columns:1fr}.badge{white-space:normal}.row{border-bottom:1px solid #d9e1db}.row>*:nth-child(1){font-weight:700}.head{display:grid!important;grid-template-columns:1fr}.head>*:not(:first-child){display:none}.head>*:first-child{font-size:0}.head>*:first-child:after{content:'Decision / option / check';font-size:12px}}
 @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.product-list:has(>.product:only-child){grid-template-columns:1fr}.product-list>.product:only-child{display:grid;grid-template-columns:minmax(180px,.7fr) 1fr}.product-list>.product:only-child .product-art{min-height:260px}.product-list>.product:only-child img{height:230px}.product-art.image-unavailable{display:grid;place-items:center;min-height:210px;padding:20px;text-align:center;background:#eef5f0;color:#245544}.product-art.image-unavailable:before{content:'View the current product image ↗';font-weight:700}.case h2{color:#eaff73;margin:0 0 14px!important;font-size:28px!important}.case .scenario-label{color:#c5d8cc;font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.case p{line-height:1.7}@media(max-width:650px){.product-list>.product:only-child{grid-template-columns:1fr}}
 html{scroll-behavior:smooth;scroll-padding-top:90px}.site-nav{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px max(20px,calc((100% - 1120px)/2));background:#fbfaf6f5;border-bottom:1px solid #d9e1db}.site-nav a{text-decoration:none;color:#173d32}.site-nav>div{display:flex;gap:23px;font-size:14px;font-weight:700}.disclosure-bar{padding:8px 20px;text-align:center;background:#eef5f0;color:#41554b;font-size:12px}.site-footer{max-width:1030px;margin:auto;padding:30px 28px 70px;display:flex;justify-content:space-between;gap:25px;border-top:1px solid #d9e1db}.site-footer nav{display:flex;gap:20px;font-size:13px}.site-footer a{color:#245544;text-decoration:none}.to-top{position:fixed;bottom:18px;right:18px;background:#245544;color:#fff;border:0;border-radius:30px;padding:10px 15px;cursor:pointer}.brand{text-decoration:none;color:#173d32}.article-hero{margin:30px 0 40px}.article-hero img{width:100%;height:clamp(220px,37vw,400px);object-fit:cover;border-radius:20px}.article-hero figcaption{font-size:12px;color:#536474;margin-top:8px}.body{max-width:780px}.quick a{color:#eaff73}.quick button[aria-pressed=true]{background:#eaff73;color:#173d32}.quick .next-link{display:inline-block;margin-top:12px;font-weight:700}.quick h2{margin:0!important}.jump{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.jump a{font-size:13px;padding:8px 12px;border:1px solid #c9d7cd;border-radius:20px;color:#245544;text-decoration:none}.table-wrap{overflow-x:auto;margin:24px 0}table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}th,td{text-align:left;vertical-align:top;padding:14px;border-bottom:1px solid #d9e1db}th{background:#eaf1e9}tbody tr:last-child td{border-bottom:0}.product-copy{display:flex;flex-direction:column}.product-copy a{margin-top:auto}.product-list .product{display:flex;flex-direction:column}.product-list .product-copy{flex:1}.product-art{background:#fff}.product-art img{mix-blend-mode:normal}.sources{margin-top:40px;border-top:1px solid #d9e1db;padding-top:18px}.sources h2{font-size:25px!important;margin:0 0 12px!important}.sources a,.related a{color:#245544}.sources p,.sources li{font-size:14px}.related{padding:22px;background:#eaf1e9;border-radius:14px;margin-top:30px}.related h2{margin:0 0 14px!important;font-size:25px!important}.related a{display:block;margin:10px 0}.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.library-card{background:#fff;border:1px solid #d9e1db;border-radius:17px;overflow:hidden;display:flex;flex-direction:column}.library-card img{width:100%;height:175px;object-fit:cover}.library-copy{padding:22px;display:flex;flex-direction:column;flex:1}.library-copy small{color:#245544;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.library-copy h2{font:400 25px/1.15 Georgia,serif;margin:12px 0}.library-copy p{font-size:14px;color:#536474;margin:0 0 17px}.library-copy a{color:#245544;font-weight:700;margin-top:auto}.filters{display:flex;flex-wrap:wrap;gap:8px;margin:30px 0}.filters button{padding:9px 14px;background:#fff;border:1px solid #c9d7cd;border-radius:30px;cursor:pointer}.filters button[aria-pressed=true]{background:#245544;color:#fff}.library-card[hidden]{display:none}.diagram{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}.diagram div{padding:18px;background:#eef5f0;border-radius:12px}.diagram b{display:block;color:#245544;font-size:13px}.diagram span{display:block;margin-top:8px;font-size:14px}.source-note{font-size:13px!important;color:#536474}.wrap{padding-top:36px}.title{font-size:clamp(39px,6vw,66px)}:focus-visible{outline:3px solid #567d26;outline-offset:4px}
 @media(max-width:760px){.library-grid{grid-template-columns:1fr}.diagram{grid-template-columns:1fr}.site-footer{flex-direction:column}.site-footer nav{justify-content:flex-end}.site-nav>div{gap:13px}.site-nav .brand{font-size:23px}.product-list{grid-template-columns:1fr}.badge{white-space:normal}.row{border-bottom:1px solid #d9e1db}.row>*:nth-child(1){font-weight:700}.head{display:grid!important;grid-template-columns:1fr}.head>*:not(:first-child){display:none}.head>*:first-child{font-size:0}.head>*:first-child:after{content:'Decision / option / check';font-size:12px}}
 @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.product-list:has(>.product:only-child){grid-template-columns:1fr}.product-list>.product:only-child{display:grid;grid-template-columns:minmax(180px,.7fr) 1fr}.product-list>.product:only-child .product-art{min-height:260px}.product-list>.product:only-child img{height:230px}.product-art.image-unavailable{display:grid;place-items:center;min-height:210px;padding:20px;text-align:center;background:#eef5f0;color:#245544}.product-art.image-unavailable:before{content:'View the current product image ↗';font-weight:700}.case h2{color:#eaff73;margin:0 0 14px!important;font-size:28px!important}.case .scenario-label{color:#c5d8cc;font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.case p{line-height:1.7}@media(max-width:650px){.product-list>.product:only-child{grid-template-columns:1fr}}
 html{scroll-behavior:smooth;scroll-padding-top:90px}.site-nav{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px max(20px,calc((100% - 1120px)/2));background:#fbfaf6f5;border-bottom:1px solid #d9e1db}.site-nav a{text-decoration:none;color:#173d32}.site-nav>div{display:flex;gap:23px;font-size:14px;font-weight:700}.disclosure-bar{padding:8px 20px;text-align:center;background:#eef5f0;color:#41554b;font-size:12px}.site-footer{max-width:1030px;margin:auto;padding:30px 28px 70px;display:flex;justify-content:space-between;gap:25px;border-top:1px solid #d9e1db}.site-footer nav{display:flex;gap:20px;font-size:13px}.site-footer a{color:#245544;text-decoration:none}.to-top{position:fixed;bottom:18px;right:18px;background:#245544;color:#fff;border:0;border-radius:30px;padding:10px 15px;cursor:pointer}.brand{text-decoration:none;color:#173d32}.article-hero{margin:30px 0 40px}.article-hero img{width:100%;height:clamp(220px,37vw,400px);object-fit:cover;border-radius:20px}.article-hero figcaption{font-size:12px;color:#536474;margin-top:8px}.body{max-width:780px}.quick a{color:#eaff73}.quick button[aria-pressed=true]{background:#eaff73;color:#173d32}.quick .next-link{display:inline-block;margin-top:12px;font-weight:700}.quick h2{margin:0!important}.jump{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.jump a{font-size:13px;padding:8px 12px;border:1px solid #c9d7cd;border-radius:20px;color:#245544;text-decoration:none}.table-wrap{overflow-x:auto;margin:24px 0}table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}th,td{text-align:left;vertical-align:top;padding:14px;border-bottom:1px solid #d9e1db}th{background:#eaf1e9}tbody tr:last-child td{border-bottom:0}.product-copy{display:flex;flex-direction:column}.product-copy a{margin-top:auto}.product-list .product{display:flex;flex-direction:column}.product-list .product-copy{flex:1}.product-art{background:#fff}.product-art img{mix-blend-mode:normal}.sources{margin-top:40px;border-top:1px solid #d9e1db;padding-top:18px}.sources h2{font-size:25px!important;margin:0 0 12px!important}.sources a,.related a{color:#245544}.sources p,.sources li{font-size:14px}.related{padding:22px;background:#eaf1e9;border-radius:14px;margin-top:30px}.related h2{margin:0 0 14px!important;font-size:25px!important}.related a{display:block;margin:10px 0}.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.library-card{background:#fff;border:1px solid #d9e1db;border-radius:17px;overflow:hidden;display:flex;flex-direction:column}.library-card img{width:100%;height:175px;object-fit:cover}.library-copy{padding:22px;display:flex;flex-direction:column;flex:1}.library-copy small{color:#245544;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.library-copy h2{font:400 25px/1.15 Georgia,serif;margin:12px 0}.library-copy p{font-size:14px;color:#536474;margin:0 0 17px}.library-copy a{color:#245544;font-weight:700;margin-top:auto}.filters{display:flex;flex-wrap:wrap;gap:8px;margin:30px 0}.filters button{padding:9px 14px;background:#fff;border:1px solid #c9d7cd;border-radius:30px;cursor:pointer}.filters button[aria-pressed=true]{background:#245544;color:#fff}.library-card[hidden]{display:none}.diagram{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}.diagram div{padding:18px;background:#eef5f0;border-radius:12px}.diagram b{display:block;color:#245544;font-size:13px}.diagram span{display:block;margin-top:8px;font-size:14px}.source-note{font-size:13px!important;color:#536474}.wrap{padding-top:36px}.title{font-size:clamp(39px,6vw,66px)}:focus-visible{outline:3px solid #567d26;outline-offset:4px}
 @media(max-width:760px){.library-grid{grid-template-columns:1fr}.diagram{grid-template-columns:1fr}.site-footer{flex-direction:column}.site-footer nav{justify-content:flex-end}.site-nav>div{gap:13px}.site-nav .brand{font-size:23px}.product-list{grid-template-columns:1fr}.badge{white-space:normal}.row{border-bottom:1px solid #d9e1db}.row>*:nth-child(1){font-weight:700}.head{display:grid!important;grid-template-columns:1fr}.head>*:not(:first-child){display:none}.head>*:first-child{font-size:0}.head>*:first-child:after{content:'Decision / option / check';font-size:12px}}
 @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.product-list:has(>.product:only-child){grid-template-columns:1fr}.product-list>.product:only-child{display:grid;grid-template-columns:minmax(180px,.7fr) 1fr}.product-list>.product:only-child .product-art{min-height:260px}.product-list>.product:only-child img{height:230px}.product-art.image-unavailable{display:grid;place-items:center;min-height:210px;padding:20px;text-align:center;background:#eef5f0;color:#245544}.product-art.image-unavailable:before{content:'View the current product image ↗';font-weight:700}.case h2{color:#eaff73;margin:0 0 14px!important;font-size:28px!important}.case .scenario-label{color:#c5d8cc;font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.case p{line-height:1.7}@media(max-width:650px){.product-list>.product:only-child{grid-template-columns:1fr}}
 html{scroll-behavior:smooth;scroll-padding-top:90px}.site-nav{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px max(20px,calc((100% - 1120px)/2));background:#fbfaf6f5;border-bottom:1px solid #d9e1db}.site-nav a{text-decoration:none;color:#173d32}.site-nav>div{display:flex;gap:23px;font-size:14px;font-weight:700}.disclosure-bar{padding:8px 20px;text-align:center;background:#eef5f0;color:#41554b;font-size:12px}.site-footer{max-width:1030px;margin:auto;padding:30px 28px 70px;display:flex;justify-content:space-between;gap:25px;border-top:1px solid #d9e1db}.site-footer nav{display:flex;gap:20px;font-size:13px}.site-footer a{color:#245544;text-decoration:none}.to-top{position:fixed;bottom:18px;right:18px;background:#245544;color:#fff;border:0;border-radius:30px;padding:10px 15px;cursor:pointer}.brand{text-decoration:none;color:#173d32}.article-hero{margin:30px 0 40px}.article-hero img{width:100%;height:clamp(220px,37vw,400px);object-fit:cover;border-radius:20px}.article-hero figcaption{font-size:12px;color:#536474;margin-top:8px}.body{max-width:780px}.quick a{color:#eaff73}.quick button[aria-pressed=true]{background:#eaff73;color:#173d32}.quick .next-link{display:inline-block;margin-top:12px;font-weight:700}.quick h2{margin:0!important}.jump{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.jump a{font-size:13px;padding:8px 12px;border:1px solid #c9d7cd;border-radius:20px;color:#245544;text-decoration:none}.table-wrap{overflow-x:auto;margin:24px 0}table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}th,td{text-align:left;vertical-align:top;padding:14px;border-bottom:1px solid #d9e1db}th{background:#eaf1e9}tbody tr:last-child td{border-bottom:0}.product-copy{display:flex;flex-direction:column}.product-copy a{margin-top:auto}.product-list .product{display:flex;flex-direction:column}.product-list .product-copy{flex:1}.product-art{background:#fff}.product-art img{mix-blend-mode:normal}.sources{margin-top:40px;border-top:1px solid #d9e1db;padding-top:18px}.sources h2{font-size:25px!important;margin:0 0 12px!important}.sources a,.related a{color:#245544}.sources p,.sources li{font-size:14px}.related{padding:22px;background:#eaf1e9;border-radius:14px;margin-top:30px}.related h2{margin:0 0 14px!important;font-size:25px!important}.related a{display:block;margin:10px 0}.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.library-card{background:#fff;border:1px solid #d9e1db;border-radius:17px;overflow:hidden;display:flex;flex-direction:column}.library-card img{width:100%;height:175px;object-fit:cover}.library-copy{padding:22px;display:flex;flex-direction:column;flex:1}.library-copy small{color:#245544;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.library-copy h2{font:400 25px/1.15 Georgia,serif;margin:12px 0}.library-copy p{font-size:14px;color:#536474;margin:0 0 17px}.library-copy a{color:#245544;font-weight:700;margin-top:auto}.filters{display:flex;flex-wrap:wrap;gap:8px;margin:30px 0}.filters button{padding:9px 14px;background:#fff;border:1px solid #c9d7cd;border-radius:30px;cursor:pointer}.filters button[aria-pressed=true]{background:#245544;color:#fff}.library-card[hidden]{display:none}.diagram{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}.diagram div{padding:18px;background:#eef5f0;border-radius:12px}.diagram b{display:block;color:#245544;font-size:13px}.diagram span{display:block;margin-top:8px;font-size:14px}.source-note{font-size:13px!important;color:#536474}.wrap{padding-top:36px}.title{font-size:clamp(39px,6vw,66px)}:focus-visible{outline:3px solid #567d26;outline-offset:4px}
 @media(max-width:760px){.library-grid{grid-template-columns:1fr}.diagram{grid-template-columns:1fr}.site-footer{flex-direction:column}.site-footer nav{justify-content:flex-end}.site-nav>div{gap:13px}.site-nav .brand{font-size:23px}.product-list{grid-template-columns:1fr}.badge{white-space:normal}.row{border-bottom:1px solid #d9e1db}.row>*:nth-child(1){font-weight:700}.head{display:grid!important;grid-template-columns:1fr}.head>*:not(:first-child){display:none}.head>*:first-child{font-size:0}.head>*:first-child:after{content:'Decision / option / check';font-size:12px}}
 @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.product-list:has(>.product:only-child){grid-template-columns:1fr}.product-list>.product:only-child{display:grid;grid-template-columns:minmax(180px,.7fr) 1fr}.product-list>.product:only-child .product-art{min-height:260px}.product-list>.product:only-child img{height:230px}.product-art.image-unavailable{display:grid;place-items:center;min-height:210px;padding:20px;text-align:center;background:#eef5f0;color:#245544}.product-art.image-unavailable:before{content:'View the current product image ↗';font-weight:700}.case h2{color:#eaff73;margin:0 0 14px!important;font-size:28px!important}.case .scenario-label{color:#c5d8cc;font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.case p{line-height:1.7}@media(max-width:650px){.product-list>.product:only-child{grid-template-columns:1fr}}
 html{scroll-behavior:smooth;scroll-padding-top:90px}.site-nav{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px max(20px,calc((100% - 1120px)/2));background:#fbfaf6f5;border-bottom:1px solid #d9e1db}.site-nav a{text-decoration:none;color:#173d32}.site-nav>div{display:flex;gap:23px;font-size:14px;font-weight:700}.disclosure-bar{padding:8px 20px;text-align:center;background:#eef5f0;color:#41554b;font-size:12px}.site-footer{max-width:1030px;margin:auto;padding:30px 28px 70px;display:flex;justify-content:space-between;gap:25px;border-top:1px solid #d9e1db}.site-footer nav{display:flex;gap:20px;font-size:13px}.site-footer a{color:#245544;text-decoration:none}.to-top{position:fixed;bottom:18px;right:18px;background:#245544;color:#fff;border:0;border-radius:30px;padding:10px 15px;cursor:pointer}.brand{text-decoration:none;color:#173d32}.article-hero{margin:30px 0 40px}.article-hero img{width:100%;height:clamp(220px,37vw,400px);object-fit:cover;border-radius:20px}.article-hero figcaption{font-size:12px;color:#536474;margin-top:8px}.body{max-width:780px}.quick a{color:#eaff73}.quick button[aria-pressed=true]{background:#eaff73;color:#173d32}.quick .next-link{display:inline-block;margin-top:12px;font-weight:700}.quick h2{margin:0!important}.jump{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.jump a{font-size:13px;padding:8px 12px;border:1px solid #c9d7cd;border-radius:20px;color:#245544;text-decoration:none}.table-wrap{overflow-x:auto;margin:24px 0}table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}th,td{text-align:left;vertical-align:top;padding:14px;border-bottom:1px solid #d9e1db}th{background:#eaf1e9}tbody tr:last-child td{border-bottom:0}.product-copy{display:flex;flex-direction:column}.product-copy a{margin-top:auto}.product-list .product{display:flex;flex-direction:column}.product-list .product-copy{flex:1}.product-art{background:#fff}.product-art img{mix-blend-mode:normal}.sources{margin-top:40px;border-top:1px solid #d9e1db;padding-top:18px}.sources h2{font-size:25px!important;margin:0 0 12px!important}.sources a,.related a{color:#245544}.sources p,.sources li{font-size:14px}.related{padding:22px;background:#eaf1e9;border-radius:14px;margin-top:30px}.related h2{margin:0 0 14px!important;font-size:25px!important}.related a{display:block;margin:10px 0}.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.library-card{background:#fff;border:1px solid #d9e1db;border-radius:17px;overflow:hidden;display:flex;flex-direction:column}.library-card img{width:100%;height:175px;object-fit:cover}.library-copy{padding:22px;display:flex;flex-direction:column;flex:1}.library-copy small{color:#245544;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.library-copy h2{font:400 25px/1.15 Georgia,serif;margin:12px 0}.library-copy p{font-size:14px;color:#536474;margin:0 0 17px}.library-copy a{color:#245544;font-weight:700;margin-top:auto}.filters{display:flex;flex-wrap:wrap;gap:8px;margin:30px 0}.filters button{padding:9px 14px;background:#fff;border:1px solid #c9d7cd;border-radius:30px;cursor:pointer}.filters button[aria-pressed=true]{background:#245544;color:#fff}.library-card[hidden]{display:none}.diagram{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}.diagram div{padding:18px;background:#eef5f0;border-radius:12px}.diagram b{display:block;color:#245544;font-size:13px}.diagram span{display:block;margin-top:8px;font-size:14px}.source-note{font-size:13px!important;color:#536474}.wrap{padding-top:36px}.title{font-size:clamp(39px,6vw,66px)}:focus-visible{outline:3px solid #567d26;outline-offset:4px}
 @media(max-width:760px){.library-grid{grid-template-columns:1fr}.diagram{grid-template-columns:1fr}.site-footer{flex-direction:column}.site-footer nav{justify-content:flex-end}.site-nav>div{gap:13px}.site-nav .brand{font-size:23px}.product-list{grid-template-columns:1fr}.badge{white-space:normal}.row{border-bottom:1px solid #d9e1db}.row>*:nth-child(1){font-weight:700}.head{display:grid!important;grid-template-columns:1fr}.head>*:not(:first-child){display:none}.head>*:first-child{font-size:0}.head>*:first-child:after{content:'Decision / option / check';font-size:12px}}
 @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.product-list:has(>.product:only-child){grid-template-columns:1fr}.product-list>.product:only-child{display:grid;grid-template-columns:minmax(180px,.7fr) 1fr}.product-list>.product:only-child .product-art{min-height:260px}.product-list>.product:only-child img{height:230px}.product-art.image-unavailable{display:grid;place-items:center;min-height:210px;padding:20px;text-align:center;background:#eef5f0;color:#245544}.product-art.image-unavailable:before{content:'View the current product image ↗';font-weight:700}.case h2{color:#eaff73;margin:0 0 14px!important;font-size:28px!important}.case .scenario-label{color:#c5d8cc;font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.case p{line-height:1.7}@media(max-width:650px){.product-list>.product:only-child{grid-template-columns:1fr}}
 html{scroll-behavior:smooth;scroll-padding-top:90px}.site-nav{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px max(20px,calc((100% - 1120px)/2));background:#fbfaf6f5;border-bottom:1px solid #d9e1db}.site-nav a{text-decoration:none;color:#173d32}.site-nav>div{display:flex;gap:23px;font-size:14px;font-weight:700}.disclosure-bar{padding:8px 20px;text-align:center;background:#eef5f0;color:#41554b;font-size:12px}.site-footer{max-width:1030px;margin:auto;padding:30px 28px 70px;display:flex;justify-content:space-between;gap:25px;border-top:1px solid #d9e1db}.site-footer nav{display:flex;gap:20px;font-size:13px}.site-footer a{color:#245544;text-decoration:none}.to-top{position:fixed;bottom:18px;right:18px;background:#245544;color:#fff;border:0;border-radius:30px;padding:10px 15px;cursor:pointer}.brand{text-decoration:none;color:#173d32}.article-hero{margin:30px 0 40px}.article-hero img{width:100%;height:clamp(220px,37vw,400px);object-fit:cover;border-radius:20px}.article-hero figcaption{font-size:12px;color:#536474;margin-top:8px}.body{max-width:780px}.quick a{color:#eaff73}.quick button[aria-pressed=true]{background:#eaff73;color:#173d32}.quick .next-link{display:inline-block;margin-top:12px;font-weight:700}.quick h2{margin:0!important}.jump{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.jump a{font-size:13px;padding:8px 12px;border:1px solid #c9d7cd;border-radius:20px;color:#245544;text-decoration:none}.table-wrap{overflow-x:auto;margin:24px 0}table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}th,td{text-align:left;vertical-align:top;padding:14px;border-bottom:1px solid #d9e1db}th{background:#eaf1e9}tbody tr:last-child td{border-bottom:0}.product-copy{display:flex;flex-direction:column}.product-copy a{margin-top:auto}.product-list .product{display:flex;flex-direction:column}.product-list .product-copy{flex:1}.product-art{background:#fff}.product-art img{mix-blend-mode:normal}.sources{margin-top:40px;border-top:1px solid #d9e1db;padding-top:18px}.sources h2{font-size:25px!important;margin:0 0 12px!important}.sources a,.related a{color:#245544}.sources p,.sources li{font-size:14px}.related{padding:22px;background:#eaf1e9;border-radius:14px;margin-top:30px}.related h2{margin:0 0 14px!important;font-size:25px!important}.related a{display:block;margin:10px 0}.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.library-card{background:#fff;border:1px solid #d9e1db;border-radius:17px;overflow:hidden;display:flex;flex-direction:column}.library-card img{width:100%;height:175px;object-fit:cover}.library-copy{padding:22px;display:flex;flex-direction:column;flex:1}.library-copy small{color:#245544;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.library-copy h2{font:400 25px/1.15 Georgia,serif;margin:12px 0}.library-copy p{font-size:14px;color:#536474;margin:0 0 17px}.library-copy a{color:#245544;font-weight:700;margin-top:auto}.filters{display:flex;flex-wrap:wrap;gap:8px;margin:30px 0}.filters button{padding:9px 14px;background:#fff;border:1px solid #c9d7cd;border-radius:30px;cursor:pointer}.filters button[aria-pressed=true]{background:#245544;color:#fff}.library-card[hidden]{display:none}.diagram{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}.diagram div{padding:18px;background:#eef5f0;border-radius:12px}.diagram b{display:block;color:#245544;font-size:13px}.diagram span{display:block;margin-top:8px;font-size:14px}.source-note{font-size:13px!important;color:#536474}.wrap{padding-top:36px}.title{font-size:clamp(39px,6vw,66px)}:focus-visible{outline:3px solid #567d26;outline-offset:4px}
 @media(max-width:760px){.library-grid{grid-template-columns:1fr}.diagram{grid-template-columns:1fr}.site-footer{flex-direction:column}.site-footer nav{justify-content:flex-end}.site-nav>div{gap:13px}.site-nav .brand{font-size:23px}.product-list{grid-template-columns:1fr}.badge{white-space:normal}.row{border-bottom:1px solid #d9e1db}.row>*:nth-child(1){font-weight:700}.head{display:grid!important;grid-template-columns:1fr}.head>*:not(:first-child){display:none}.head>*:first-child{font-size:0}.head>*:first-child:after{content:'Decision / option / check';font-size:12px}}
 @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.product-list:has(>.product:only-child){grid-template-columns:1fr}.product-list>.product:only-child{display:grid;grid-template-columns:minmax(180px,.7fr) 1fr}.product-list>.product:only-child .product-art{min-height:260px}.product-list>.product:only-child img{height:230px}.product-art.image-unavailable{display:grid;place-items:center;min-height:210px;padding:20px;text-align:center;background:#eef5f0;color:#245544}.product-art.image-unavailable:before{content:'View the current product image ↗';font-weight:700}.case h2{color:#eaff73;margin:0 0 14px!important;font-size:28px!important}.case .scenario-label{color:#c5d8cc;font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.case p{line-height:1.7}@media(max-width:650px){.product-list>.product:only-child{grid-template-columns:1fr}}