:root{--ink:#111512;--paper:#f4f1e8;--card:#fffdf7;--acid:#c9ff52;--mint:#75e6b0;--line:#d9d5c9;--muted:#656b66;--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Alexandria,system-ui,sans-serif}.skip{position:fixed;inset-block-start:-80px;inset-inline-start:1rem;background:var(--acid);padding:.8rem 1rem;z-index:20}.skip:focus{inset-block-start:1rem}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 24px;border-bottom:1px solid var(--line)}.wordmark{direction:ltr;text-decoration:none;color:var(--ink);font-size:1.42rem;font-weight:800;letter-spacing:-1px}.wordmark b{color:#4d8d68}.site-header nav{display:flex;gap:28px}.site-header nav a{color:var(--ink);text-decoration:none;font-size:.88rem}.language{border:1px solid var(--ink);background:transparent;border-radius:999px;padding:.55rem .8rem;font-weight:700;cursor:pointer}main{max-width:1180px;margin:auto;padding:0 24px}.hero{min-height:630px;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);align-items:center;gap:56px;padding:70px 0}.kicker{font-size:.76rem;font-weight:700;letter-spacing:.08em;color:#41745a}.hero h1{font-size:clamp(3rem,7vw,6.7rem);line-height:1.02;letter-spacing:-.06em;max-width:900px;margin:18px 0 25px}.intro{font-size:1.05rem;line-height:1.9;max-width:660px;color:var(--muted)}.search{margin-top:36px;max-width:700px}.search>label{display:block;margin-bottom:10px;font-weight:700}.search>div:first-of-type{display:flex;border:2px solid var(--ink);border-radius:18px;overflow:hidden;background:var(--card);box-shadow:7px 7px 0 var(--ink)}.search input{flex:1;min-width:0;border:0;background:transparent;padding:18px;font:inherit;outline:none}.search button{border:0;background:var(--acid);padding:0 26px;font:700 1rem Alexandria;cursor:pointer}.suggestions{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}.suggestions button{border:1px solid var(--line);background:var(--card);border-radius:999px;padding:7px 12px;cursor:pointer}.inventory-card{background:var(--ink);color:white;border-radius:var(--radius);padding:38px;min-height:360px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.inventory-card:before{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:var(--mint);inset:-85px -65px auto auto;filter:blur(2px)}.pulse{position:absolute;inset:30px 30px auto auto;width:12px;height:12px;background:var(--acid);border-radius:50%;box-shadow:0 0 0 8px #c9ff5224}.inventory-card p,.inventory-card small{color:#cdd3cf}.inventory-card strong{font-size:7rem;line-height:1;margin:12px 0}.inventory-card a{color:var(--acid);margin-top:35px;font-weight:700}.how{border-block:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);padding:24px 0;margin-bottom:90px}.how p{display:flex;align-items:center;gap:14px;padding:0 25px;border-inline-end:1px solid var(--line)}.how p:last-child{border:0}.how b{font-size:.76rem;color:#41745a}.inventory{padding-bottom:100px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}.section-head h2{font-size:clamp(2rem,5vw,4rem);margin:8px 0 0;letter-spacing:-.04em}.section-head>span{border:1px solid var(--line);border-radius:999px;padding:10px 16px}.state{min-height:300px;border:1px dashed #9b9f98;border-radius:var(--radius);display:grid;place-content:center;text-align:center;color:var(--muted)}.loader{width:34px;height:34px;border:3px solid var(--line);border-top-color:var(--ink);border-radius:50%;margin:auto;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product{border:1px solid var(--line);border-radius:22px;background:var(--card);overflow:hidden;cursor:pointer;transition:.2s;min-width:0}.product:hover{transform:translateY(-5px);box-shadow:0 16px 40px #11151212}.product img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#e7e4da}.product-body{padding:20px}.product h3{margin:0 0 8px;font-size:1.05rem}.product p{color:var(--muted);margin:0;font-size:.82rem}.reference{display:inline-block;margin-top:15px!important;border-radius:8px;background:#edf0e9;padding:5px 8px;color:var(--ink)!important;font-family:ui-monospace,monospace}dialog{width:min(760px,calc(100% - 24px));border:0;border-radius:26px;padding:0;background:var(--card);color:var(--ink);box-shadow:0 40px 100px #0005}dialog::backdrop{background:#111512bf;backdrop-filter:blur(5px)}.dialog-close{position:absolute;inset:14px 14px auto auto;width:42px;height:42px;border:0;border-radius:50%;background:var(--ink);color:white;font-size:1.5rem;cursor:pointer}.detail-image{width:100%;max-height:390px;object-fit:cover;background:#e7e4da}.detail-copy{padding:28px}.contact-actions{display:flex;gap:10px;margin-top:25px}.contact-actions a{flex:1;text-align:center;padding:14px;border-radius:12px;background:var(--ink);color:white;text-decoration:none}.contact-actions a:first-child{background:#1d9b58}footer{background:var(--ink);color:white;padding:55px max(24px,calc((100vw - 1132px)/2));display:flex;align-items:center;gap:28px}footer .wordmark{color:white}footer p{flex:1;color:#b8c0ba}footer small{color:#9ba29d}:focus-visible{outline:3px solid #4d8d68;outline-offset:3px}@media(max-width:820px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding:52px 0;gap:28px}.hero h1{font-size:clamp(3rem,15vw,5rem)}.inventory-card{min-height:260px}.inventory-card strong{font-size:5rem}.how{grid-template-columns:1fr}.how p{border-inline-end:0;border-bottom:1px solid var(--line)}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.site-header,main{padding-inline:16px}.site-header{height:68px}.hero{padding-top:36px}.hero h1{font-size:3.2rem}.search>div:first-of-type{display:grid;box-shadow:4px 4px 0 var(--ink)}.search button{padding:13px}.product-grid{grid-template-columns:1fr}.section-head{align-items:start}.section-head>span{margin-top:8px}.inventory-card{padding:28px}.contact-actions,footer{flex-direction:column}footer{align-items:flex-start}}
