@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap');:root{--paper:#f5f0e7;--ink:#252921;--muted:#66705f;--line:rgba(37,41,33,.19);--sage:#a9b89a;--earth:#b98c6c;--cream:#e9dfcd}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:13px/1.6 'IBM Plex Mono',monospace}a{color:inherit;text-decoration:none}.shelf-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);border-bottom:1px solid var(--line)}.shelf-mark{font-size:14px;letter-spacing:-.05em}.shelf-mark span{color:var(--muted)}.shelf-header nav{display:flex;gap:18px;font-size:10px}.shelf-hero{padding:clamp(92px,15vw,190px) clamp(20px,8vw,144px);min-height:58vh}.eyebrow,.category{margin:0 0 18px;font-size:9px;letter-spacing:.11em;text-transform:uppercase;color:var(--muted)}h1{font:400 clamp(32px,5vw,62px)/1.1 'IBM Plex Mono',monospace;letter-spacing:-.07em;margin:0;max-width:15ch}.shelf-hero>p:not(.eyebrow){font-size:clamp(18px,2.2vw,27px);line-height:1.4;margin:32px 0}.shelf-hero small{font-size:10px;color:var(--muted)}.shelf-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:0 clamp(20px,5vw,72px) clamp(100px,15vw,180px);gap:clamp(38px,6vw,84px) 22px}.shelf-grid article{min-width:0}.product-image{aspect-ratio:1.1;background:#dcd6c8;margin-bottom:18px}.image-rest{background:linear-gradient(120deg,#d9d3c6,#b8c0b6)}.image-move{background:linear-gradient(125deg,#c6d1b9,#e7d6b9)}.image-body{background:linear-gradient(125deg,#cfb39b,#eadbc7)}.image-home{background:linear-gradient(125deg,#b8bc9f,#e3d6bc)}.image-care{background:linear-gradient(125deg,#e2cdb5,#bd9c7d)}.image-gather{background:linear-gradient(125deg,#c3cfbe,#eee2cf)}h2{font-size:17px;font-weight:400;letter-spacing:-.05em;margin:0 0 7px}.use{color:var(--muted);margin:0}.price{font-size:11px;margin:20px 0 10px}.price span{display:block;color:var(--muted);margin-top:3px;font-size:9px}.shelf-grid article>a{font-size:10px;text-decoration:underline;text-underline-offset:5px}.impact{padding:clamp(90px,13vw,170px) clamp(20px,8vw,144px);background:#ebe4d7}.impact p{max-width:35ch;margin:0;font-size:clamp(22px,3vw,38px);line-height:1.35;letter-spacing:-.06em}footer{display:flex;flex-wrap:wrap;gap:12px 26px;padding:28px clamp(20px,5vw,72px);font-size:9px;color:var(--muted)}footer a{text-decoration:underline;text-underline-offset:4px}@media(max-width:720px){.shelf-header nav{display:none}.shelf-grid{grid-template-columns:1fr 1fr;gap:48px 14px}.shelf-hero{min-height:52vh}}@media(max-width:430px){.shelf-grid{grid-template-columns:1fr}}
