@font-face{font-family:DM;src:url('/fonts/DMSans-400.ttf')}@font-face{font-family:DM;src:url('/fonts/DMSans-700.ttf');font-weight:700}@font-face{font-family:Manrope;src:url('/fonts/Manrope-800.ttf');font-weight:800}
:root{--ink:#18352b;--paper:#f8f8f0;--lime:#d6f76a;--orange:#ff976e;--muted:#5b6e64}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:DM,Arial,sans-serif}.shell{max-width:1360px;margin:auto;padding:0 52px}a{color:inherit}header{height:110px;display:flex;align-items:center;justify-content:space-between}.wordmark{text-decoration:none;font-family:Manrope,Arial,sans-serif;font-size:46px;letter-spacing:-3px}.wordmark span{font-family:DM;color:#598325;margin-left:3px}nav{display:flex;align-items:center;gap:30px;font-size:14px}nav a{text-underline-offset:5px}.pill{border:1px solid #c9d2bd;border-radius:30px;font-size:10px;font-weight:700;letter-spacing:1.1px;padding:10px 15px;white-space:nowrap}.pill i{display:inline-block;border-radius:50%;background:#689639;width:7px;height:7px;margin-right:6px}.hero{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:36px;padding:68px 0 74px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:2px;margin:0 0 24px}h1{font:800 clamp(44px,4.9vw,70px)/1.08 Manrope,Arial,sans-serif;letter-spacing:-3.4px;margin:0 0 25px}h1 em{font-style:normal;color:#56813b}.lede{max-width:430px;font-size:18px;line-height:1.65;color:var(--muted)}.actions{display:flex;gap:22px;align-items:center;margin-top:32px}.button{display:flex;gap:20px;justify-content:space-between;align-items:center;text-decoration:none;background:var(--ink);color:white;border-radius:14px;padding:18px 21px;font-size:14px;font-weight:700;box-shadow:0 5px 0 #cdd5b8;transition:transform .2s}.button:hover{transform:translateY(-3px)}.quiet{font-size:12px;white-space:nowrap;text-underline-offset:5px}.caption{font-size:11px;color:var(--muted);margin-top:21px;max-width:380px;line-height:1.6}.bike-scene{height:427px;background:var(--lime);border-radius:125px 125px 30px 30px;position:relative;overflow:hidden;transform:rotate(2deg);animation:arrive .8s ease-out}.scene-tag{position:absolute;top:36px;left:0;right:0;text-align:center;font-size:10px;letter-spacing:2px}.bike-scene svg{position:absolute;top:60px;left:-2%;width:105%;overflow:visible}.trail{fill:none;stroke:#c3e65c;stroke-width:30}.sun{fill:#f6ffc9}.wheel{fill:none;stroke:var(--ink);stroke-width:9}.wheel path{stroke-width:1.3;stroke:#658445;transform-origin:0 0;animation:spin 20s linear infinite}.frame{fill:none;stroke:var(--ink);stroke-width:9;stroke-linecap:round;stroke-linejoin:round}.care-sticker{position:absolute;left:25px;bottom:34px;display:flex;align-items:center;gap:12px;padding:14px 18px;background:white;border-radius:14px;transform:rotate(-7deg);box-shadow:0 6px 0 #0000000a;font-size:12px;line-height:1.4}.care-sticker>span{display:grid;place-items:center;background:var(--orange);width:29px;height:29px;border-radius:50%;font-size:18px}.scene-number{position:absolute;bottom:24px;right:22px;font-size:8px;letter-spacing:1.2px}.strip{display:flex;justify-content:space-between;border-top:1px solid #ccd5be;border-bottom:1px solid #ccd5be;padding:13px 0;font-size:14px;font-weight:700}.strip span{font-size:10px;color:#7e936b;margin-right:13px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;padding:65px 0 80px}.icon{display:grid;place-items:center;background:var(--lime);width:45px;height:45px;border-radius:13px;font-size:25px}.orange{background:#ffd5bc}.lavender{background:#e3d8fa}h2{font:800 24px/1.3 Manrope,Arial,sans-serif;letter-spacing:-.7px;margin:22px 0 13px}.features p,.start p,.start li span,.pilot-note p{font-size:14px;line-height:1.75;color:var(--muted)}.start{background:#eef1e4;border-radius:26px;padding:43px 47px;display:grid;grid-template-columns:1fr 1.1fr;gap:65px}.start h2{font-size:36px;line-height:1.2;margin:0}.start .eyebrow{margin-bottom:17px}.start p{max-width:330px}.start ol{list-style:none;counter-reset:steps;padding:0;margin:3px 0}.start li{counter-increment:steps;position:relative;padding:0 0 22px 45px}.start li:before{content:counter(steps);position:absolute;left:0;top:0;background:var(--ink);color:white;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;font-size:12px}.start li strong{font-size:15px;display:block;margin:2px 0 5px}.start li span{display:block;font-size:13px}.pilot-note{max-width:875px;text-align:center;margin:55px auto 60px}.pilot-note strong{font-size:15px}.pilot-note p{font-size:12px}footer{border-top:1px solid #ccd5be;padding:28px 0 40px;display:flex;flex-wrap:wrap;gap:20px;align-items:center}.small{font-size:30px;letter-spacing:-2px}footer p,footer>span{font-size:11px;color:var(--muted)}footer nav{margin-left:auto;font-size:12px;gap:20px}footer>span{flex-basis:100%;margin-top:0}.document{max-width:820px;padding:40px 0 70px}.document h1{font-size:50px}.document p,.document li{font-size:16px;line-height:1.8;color:var(--muted)}.document h2{margin-top:35px}a:focus-visible{outline:3px solid #d9673a;outline-offset:5px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes arrive{from{opacity:0;transform:translateY(20px) rotate(5deg)}to{opacity:1;transform:translateY(0) rotate(2deg)}}@media(max-width:1000px){.shell{padding:0 30px}.actions{align-items:flex-start;flex-direction:column;gap:18px}.hero{gap:28px}.bike-scene{height:390px}.features{gap:30px}.scene-number{display:none}}@media(max-width:700px){.shell{padding:0 23px}header{height:86px}.wordmark{font-size:38px}header nav{gap:15px}header nav>a{display:none}.hero{grid-template-columns:1fr;padding:35px 0 42px;gap:42px}h1{font-size:51px;letter-spacing:-2.7px}.lede{font-size:17px}.actions{align-items:stretch;gap:23px}.quiet{text-align:center}.caption{text-align:center;max-width:none}.bike-scene{max-width:470px;width:100%;height:360px;margin:auto}.bike-scene svg{top:32px}.scene-tag{top:25px}.care-sticker{bottom:25px}.strip{gap:15px;font-size:11px;align-items:center}.strip p{flex:1}.strip span{display:block;margin-bottom:7px}.features{grid-template-columns:1fr;padding:38px 0;gap:29px}.features article{position:relative;padding-left:65px}.features .icon{position:absolute;left:0;top:0}.features h2{margin-top:0;font-size:21px}.features p{margin-bottom:0}.start{grid-template-columns:1fr;gap:24px;padding:30px 24px}.start h2{font-size:30px}.start ol{margin-top:0}.start li:last-child{padding-bottom:0}.pilot-note{margin:36px auto}.small{font-size:30px}footer{gap:13px}footer nav{flex-basis:100%;margin:6px 0}.document h1{font-size:40px}.document p{font-size:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
