:root{--ink:#17212b;--paper:#f7f4ed;--orange:#f06032;--blue:#116b73;--yellow:#f4bf45;--line:#d8d3c8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 28px;border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center;color:inherit;text-decoration:none;font-size:22px;font-weight:850;letter-spacing:-.8px}.brand>span:last-child span{color:var(--orange)}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px 12px 12px 3px;background:var(--ink);color:white;font-family:Georgia,serif;font-size:24px}.status{display:flex;gap:9px;align-items:center;font-size:13px;font-weight:700}.status i{width:9px;height:9px;border-radius:50%;background:#39a96b;box-shadow:0 0 0 5px #39a96b22}.hero{min-height:630px;max-width:1180px;margin:auto;padding:76px 28px 68px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px}.eyebrow{color:var(--blue);font-size:12px;font-weight:900;letter-spacing:2.2px}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(54px,7vw,94px);line-height:.92;letter-spacing:-4px;margin:20px 0 28px}.hero h1 em{font-weight:400;color:var(--orange)}.lead{font-size:19px;line-height:1.65;max-width:620px;color:#47515b}.button{display:inline-flex;align-items:center;gap:28px;margin-top:24px;padding:15px 20px;border:2px solid var(--ink);color:var(--ink);text-decoration:none;font-weight:800;box-shadow:5px 5px 0 var(--yellow);transition:.2s}.button:hover{transform:translate(2px,2px);box-shadow:3px 3px 0 var(--yellow)}.hero-art{position:relative;height:450px;border-radius:42% 58% 63% 37%/48% 37% 63% 52%;background:#d7e8e4;overflow:hidden}.printer{position:absolute;left:22%;top:18%;width:58%;height:64%;border:14px solid var(--ink);border-top-width:22px}.printer-top{position:absolute;left:-25px;right:-25px;top:-34px;height:16px;background:var(--ink);border-radius:8px}.printer-head{position:absolute;left:35%;top:-2px;width:31%;height:54px;background:var(--orange);border:9px solid var(--ink);z-index:2}.printer-head:after{content:"";position:absolute;left:42%;bottom:-28px;width:12px;height:24px;background:var(--ink)}.printer-bed{position:absolute;left:9%;right:9%;bottom:15%;height:13px;background:var(--ink);box-shadow:0 15px 0 #75818a}.model{position:absolute;bottom:calc(15% + 13px);left:28%;right:28%;height:43%}.model span{display:block;height:25%;background:var(--yellow);border:4px solid var(--ink);border-bottom:0}.model span:nth-child(1){margin:0 26%}.model span:nth-child(2){margin:0 17%}.model span:nth-child(3){margin:0 8%}.paint{position:absolute;border-radius:50%}.paint-a{width:95px;height:95px;background:var(--orange);right:-25px;top:35px}.paint-b{width:40px;height:40px;background:var(--yellow);left:18px;bottom:35px}.paint-c{width:24px;height:24px;background:var(--blue);right:52px;bottom:50px}.brush{position:absolute;width:20px;height:175px;background:var(--ink);right:17%;bottom:-33px;transform:rotate(28deg);border-radius:9px}.brush:before{content:"";position:absolute;top:-58px;left:-11px;width:42px;height:70px;background:var(--orange);border-radius:70% 70% 25% 25%}.features{background:var(--ink);color:white;padding:90px max(28px,calc((100vw - 1124px)/2))}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:48px}.section-heading .eyebrow{color:#72c8c1}.section-heading h2{font-family:Georgia,serif;font-size:clamp(34px,4vw,55px);font-weight:500;max-width:650px;margin:0}.grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #ffffff2c;border-left:1px solid #ffffff2c}.grid article{min-height:240px;padding:30px;border-right:1px solid #ffffff2c;border-bottom:1px solid #ffffff2c}.grid b{font-size:12px;color:var(--yellow);letter-spacing:2px}.grid h3{font-size:21px;margin:38px 0 14px}.grid p{color:#bdc3c7;line-height:1.6;margin:0}.promise{max-width:900px;margin:0 auto;padding:110px 28px;text-align:center}.promise p{font-family:Georgia,serif;font-size:clamp(30px,4vw,48px);line-height:1.25;margin:0 0 28px}.promise span{color:var(--orange);font-weight:850}footer{display:flex;justify-content:space-between;gap:20px;max-width:1180px;margin:auto;padding:30px 28px;border-top:1px solid var(--line);font-size:13px;font-weight:700}footer a{color:var(--ink);text-underline-offset:3px}.legal{max-width:850px;margin:0 auto;padding:70px 28px 110px}.legal h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(46px,7vw,76px);letter-spacing:-2px;margin:20px 0 50px}.legal h2{font-family:Georgia,"Times New Roman",serif;font-size:28px;margin:42px 0 12px}.legal p{font-size:17px;line-height:1.7;margin:8px 0}.legal a{color:var(--blue);font-weight:700}.back-link{display:inline-block;margin-top:54px;color:var(--ink)!important;text-decoration-thickness:2px;text-underline-offset:5px}@media(max-width:800px){.status{font-size:0}.status:after{content:"Aufbau";font-size:12px}.hero{grid-template-columns:1fr;padding-top:55px}.hero-art{height:360px}.hero h1{letter-spacing:-2px}.grid{grid-template-columns:1fr}.section-heading{display:block}.section-heading .eyebrow{margin-bottom:16px}.grid article{min-height:190px}.promise{padding:75px 25px}}@media(max-width:480px){.nav{padding:0 18px}.hero{padding-left:20px;padding-right:20px}.hero-art{height:300px}.printer{left:18%;width:64%}.features{padding-left:20px;padding-right:20px}footer{padding:25px 20px;flex-wrap:wrap}.button{width:100%;justify-content:space-between}}
