@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750&display=swap');
:root{--ink:#183b3b;--muted:#627370;--paper:#fafbf8;--line:#dce2da;--lime:#e0efa8;--green:#204b43}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 'DM Sans',sans-serif}button,input,select{font:inherit}button,a,input,summary,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #648d2b;outline-offset:5px}button{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.15;font-weight:500;letter-spacing:-.04em}.shell{max-width:1280px;margin:auto;padding:0 48px}.notice{background:#183b3b;color:white;text-align:center;padding:9px 16px;font-size:12px;letter-spacing:.1em}.notice span{letter-spacing:0;margin-left:20px;color:#dbe6de;font-size:13px}header{position:sticky;top:0;z-index:5;background:#fafbf8f5;backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.navigation{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-size:29px;font-weight:600;letter-spacing:-1.5px;line-height:1}.brandmark{display:grid;place-items:center;background:var(--ink);color:var(--lime);width:42px;height:46px;border-radius:13px 0;font-size:32px;font-family:Georgia,serif;font-style:italic}.labs{display:block;font-size:10px;letter-spacing:4px;font-weight:600;margin-top:8px}nav{display:flex;gap:30px;font-size:14px}nav a:hover{color:#668229}.bag{background:transparent;border:1px solid #bdc9bd;border-radius:4px;padding:10px 14px;font-size:14px}.bag span{background:var(--ink);color:white;display:inline-grid;place-items:center;min-width:24px;height:24px;margin-left:12px;border-radius:50%;font-size:12px}.hero{padding-top:72px;padding-bottom:58px;display:grid;grid-template-columns:1.45fr 1fr;gap:64px}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:600;margin-bottom:24px}h1{font-size:clamp(42px,5.5vw,70px);line-height:1.08;margin-bottom:25px}h2{font-size:36px;margin-bottom:22px}.intro{color:var(--muted);font-size:18px;line-height:1.7;margin-bottom:30px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;border:0;padding:14px 22px;border-radius:4px;font-weight:500;font-size:14px}.dark{background:var(--ink);color:white}.dark:hover{background:#2c5650}.hero-note{padding:32px 36px;background:var(--lime);border-radius:3px;position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:350px}.hero-note .index-label{font-size:11px;letter-spacing:.14em}.hero-note h2{font-size:36px;margin:32px 0 18px}.hero-note p{font-size:14px;color:#455b3e}.hero-note a{font-size:14px;border-top:1px solid #b8cb8b;padding-top:17px;display:flex;justify-content:space-between}.principles{display:grid;grid-template-columns:repeat(3,1fr);padding-top:22px;padding-bottom:22px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px;color:#728268;gap:24px}.principles b{font-size:14px;color:var(--ink);font-weight:500;margin-left:16px}.catalog{padding-top:72px;padding-bottom:80px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px}.section-heading .eyebrow{margin-bottom:14px}.section-heading p:not(.eyebrow){font-size:14px;color:var(--muted);margin-bottom:26px}.preview-note{display:flex;gap:16px;border:1px solid var(--line);padding:13px 17px;font-size:13px;margin:8px 0 28px;line-height:1.5;background:#f0f3e9}.preview-note strong{white-space:nowrap;font-weight:600}.preview-note span{color:#596953}.tools{display:flex;gap:24px;justify-content:space-between}.search{display:flex;align-items:center;gap:13px;max-width:450px;flex:1;border:1px solid var(--line);background:white;padding:0 16px;border-radius:4px}.search span{font-size:26px}.search input{padding:12px 0;width:100%;border:0;outline-offset:0;background:transparent;font-size:14px;color:var(--ink)}.sort{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--muted)}select{border:1px solid var(--line);padding:12px;background:var(--paper);color:var(--ink);border-radius:4px;font-size:14px}.filter-row{display:flex;align-items:center;justify-content:space-between;margin:24px 0}.filters{display:flex;gap:8px}.filters button{border:1px solid var(--line);border-radius:30px;background:transparent;padding:7px 16px;font-size:14px}.filters button[aria-pressed=true]{background:var(--ink);color:white;border-color:var(--ink)}#results{font-size:13px;color:var(--muted)}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product{border:1px solid var(--line);border-radius:5px;background:white;overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s,transform .2s}.product:hover{border-color:#92a58e;transform:translateY(-3px)}.product-top{padding:25px 24px;background:#eef2e9;min-height:130px;display:flex;justify-content:space-between;align-items:start;gap:15px;border-bottom:1px solid var(--line)}.product:nth-child(3n+2) .product-top{background:#eaf0ef}.product:nth-child(3n) .product-top{background:#f0efe7}.catalog-number{font-size:11px;letter-spacing:.1em;color:var(--muted)}.material-code{font-family:Manrope,sans-serif;font-size:30px;letter-spacing:-1.5px;margin-top:15px;line-height:1.1}.pack{font-size:12px;border:1px solid #c4d0bf;border-radius:3px;padding:3px 8px;white-space:nowrap}.product-body{padding:22px;display:flex;flex-direction:column;flex:1}.product h3{font-size:20px;margin:0 0 10px;letter-spacing:-.02em}.product-desc{font-size:14px;color:var(--muted);line-height:1.55;margin-bottom:22px;flex:1}.product-meta{display:flex;justify-content:space-between;align-items:end;gap:8px;margin-bottom:20px}.price{font-size:23px;line-height:1.3}.price small{display:block;font-size:11px;letter-spacing:0;color:var(--muted)}.pending{font-size:11px;color:#687760}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.product-actions button{border:1px solid var(--line);padding:10px 6px;background:white;border-radius:3px;font-size:14px}.product-actions .add{background:var(--ink);color:white;border-color:var(--ink)}.no-results{text-align:center;padding:40px}.standards{background:var(--ink);color:#f5f7ed;padding:64px 0}.standards .eyebrow{color:var(--lime)}.standards .section-heading p{color:#bbcfc5}.standard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;margin-top:30px}.standard-grid article{border-top:1px solid #59716a;padding-top:22px}.standard-grid span{font-size:11px;letter-spacing:.13em;color:var(--lime)}.standard-grid h3{font-size:23px;letter-spacing:-.02em;margin:20px 0 14px}.standard-grid p{color:#bbcfc5;font-size:15px;margin:0}.faq{display:grid;grid-template-columns:1fr 1.6fr;gap:80px;padding-top:80px;padding-bottom:85px}.text-button{border:0;border-bottom:1px solid var(--ink);background:none;padding:0 0 5px;font-size:14px;margin-top:10px}.text-button span{margin-left:20px}details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;font-weight:500;padding:20px 30px 20px 0;position:relative}summary:after{content:'+';position:absolute;right:0;font-size:22px;top:15px}details[open] summary:after{content:'−'}details p{font-size:15px;color:var(--muted);padding-right:20px}footer{border-top:1px solid var(--line);background:#f0f3eb;padding-top:44px}.footer-top{display:flex;justify-content:space-between;gap:30px;padding-bottom:45px}.footer-top p{font-size:20px;line-height:1.5;letter-spacing:-.03em}.footer-top>div{display:grid;grid-template-columns:1fr 1fr;gap:12px 30px;font-size:14px}.footer-top button{border:0;padding:0;text-align:left;background:transparent}.footer-bottom{display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted);padding:20px 0;border-top:1px solid var(--line)}dialog{color:var(--ink);border:1px solid var(--line);border-radius:8px;padding:38px;max-width:620px;width:calc(100% - 32px);max-height:90dvh;overflow:auto;background:var(--paper)}dialog::backdrop{background:#0c2727a6;backdrop-filter:blur(4px)}body:has(dialog[open]){overflow:hidden}.close{position:absolute;right:18px;top:17px;width:36px;height:36px;font-size:28px;background:none;border:0;line-height:1}.detail-label{margin-bottom:18px;font-size:12px;letter-spacing:.12em}.detail-table{margin:25px 0}.detail-table div{display:flex;justify-content:space-between;gap:22px;padding:12px 0;border-bottom:1px solid var(--line);font-size:14px}.detail-table dt{color:var(--muted)}.detail-table dd{margin:0;text-align:right}.detail-disclaimer{font-size:14px;color:var(--muted);background:#eef2e6;padding:16px}.drawer{height:100dvh;max-height:100dvh;width:470px;max-width:100%;margin:0 0 0 auto;border-radius:0;padding:30px}.drawer-heading h2{font-size:30px;margin-bottom:14px}.drawer-heading .eyebrow{margin-bottom:10px}.list-note{font-size:13px;color:var(--muted);padding-bottom:20px;border-bottom:1px solid var(--line)}.list-item{border-bottom:1px solid var(--line);padding:22px 0}.item-head{display:flex;justify-content:space-between;gap:15px}.item-head h3{font-size:18px;letter-spacing:-.02em;margin-bottom:7px}.item-head p{font-size:13px;color:var(--muted);margin-bottom:14px}.item-controls{display:flex;justify-content:space-between;align-items:center}.stepper{display:flex;align-items:center;border:1px solid var(--line);border-radius:3px}.stepper button{width:36px;height:36px;border:0;background:#edf1e7}.stepper span{min-width:35px;text-align:center;font-size:14px}.remove{border:0;background:transparent;text-decoration:underline;font-size:13px}.total{display:flex;justify-content:space-between;font-weight:600;margin:22px 0 4px}.fine-print{font-size:13px;color:var(--muted)}#bag-summary .button{width:100%;justify-content:center;margin-top:12px}.paused{background:#edf1e7;border:1px solid var(--line);padding:16px;margin-top:25px}.paused h3{font-size:18px;letter-spacing:0;margin-bottom:10px}.paused p{font-size:14px;margin:0;color:var(--muted)}#info-content p{color:var(--muted)}#toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:var(--ink);color:white;border:1px solid #718d6d;border-radius:5px;padding:12px 22px;z-index:20;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;font-size:14px;max-width:90%;width:max-content}#toast.show{opacity:1;transform:translate(-50%,0)}.skip{position:fixed;left:15px;top:-80px;background:white;padding:12px;z-index:30}.skip:focus{top:10px}[hidden]{display:none!important}
@media(min-width:1450px){.shell{max-width:1390px}.hero{gap:100px}.hero-note{padding:36px 44px}.product-top{min-height:145px}}
@media(max-width:1000px){.shell{padding-left:28px;padding-right:28px}.navigation{gap:16px}nav{gap:18px}.hero{gap:30px}.hero-note{padding:28px}.hero-note h2{font-size:30px}.principles b{margin-left:8px;font-size:12px}.products{gap:15px}.product-body{padding:17px}.product-top{padding:20px 17px}.material-code{font-size:25px}.faq{gap:40px}.section-heading h2{font-size:31px}}
@media(max-width:760px){.shell{padding-left:20px;padding-right:20px}.notice{font-size:10px;padding:9px}.notice span{display:block;font-size:11px;margin:2px 0 0}.navigation{min-height:78px;flex-wrap:wrap;padding-top:15px;padding-bottom:12px}.brand{font-size:25px}.brandmark{width:34px;height:39px;font-size:27px}.bag{font-size:12px;padding:8px 10px}.bag span{margin-left:6px}nav{order:3;width:100%;justify-content:space-between;font-size:13px;padding-top:7px}.hero{grid-template-columns:1fr;padding-top:40px;padding-bottom:32px;gap:30px}.hero h1{font-size:46px}.eyebrow{font-size:11px;margin-bottom:18px}.intro{font-size:16px}.hero-note{min-height:0;padding:23px}.hero-note h2{font-size:28px;margin:20px 0 12px}.hero-note h2 br{display:none}.hero-note p{margin-bottom:20px}.principles{grid-template-columns:1fr;gap:8px;padding-top:18px;padding-bottom:18px}.principles b{font-size:14px;margin-left:15px}.catalog{padding-top:42px;padding-bottom:45px}.section-heading{display:block}.section-heading h2{font-size:30px}.section-heading p:not(.eyebrow){margin-bottom:20px}.preview-note{display:block;font-size:12px}.preview-note strong{display:block;margin-bottom:4px}.tools{display:block}.search{max-width:none}.sort{margin-top:13px;justify-content:space-between}.sort select{flex:1;max-width:230px}.filter-row{display:block}.filters{gap:6px;margin-bottom:12px;flex-wrap:wrap}.filters button{font-size:13px;padding:7px 13px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-top{min-height:114px;display:block;padding:16px}.pack{display:inline-block;margin-top:12px;font-size:11px}.material-code{font-size:23px;overflow-wrap:anywhere;margin-top:10px}.product-body{padding:15px}.product h3{font-size:18px}.product-desc{font-size:13px}.product-meta{display:block}.pending{display:block;margin-top:8px}.product-actions{grid-template-columns:1fr}.standard-grid{grid-template-columns:1fr;gap:24px}.standards{padding:40px 0}.standard-grid h3{margin-top:12px}.faq{grid-template-columns:1fr;gap:20px;padding-top:45px;padding-bottom:45px}.faq h2 br{display:none}.faq h2{font-size:30px}.footer-top{flex-wrap:wrap}.footer-top>div{width:100%}.footer-top p{font-size:17px}.footer-bottom{flex-direction:column;gap:8px}dialog{padding:30px 23px}.drawer{padding:27px 22px}}
@media(max-width:370px){.products{grid-template-columns:1fr}.hero h1{font-size:38px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
