@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#252624;--muted:#62635f;--orange:#e76400;--line:#ddded7;--cream:#f4f4ee;--font:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);font-family:var(--font);background:#fff}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,select{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--orange);outline-offset:5px}img{max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif}h2{font-size:clamp(32px,3.5vw,50px);line-height:1.17;letter-spacing:-2px;font-weight:600}.topbar{background:var(--ink);color:white;padding:10px 5%;display:flex;justify-content:space-between;font-size:11px;letter-spacing:1px}.topbar a{letter-spacing:0}header{height:98px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid var(--line);background:white;position:sticky;top:0;z-index:10}.brand{width:210px;display:block}.brand img{display:block;height:auto}nav{display:flex;align-items:center;gap:30px;font-size:13px;font-weight:600}nav>a:not(.button):hover{color:var(--orange)}.button{background:var(--orange);color:#fff;display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:18px 24px;border:0;font-size:13px;font-weight:600;transition:background .2s}.button:hover{background:#be5000}.button.small{padding:14px 19px}.menu-toggle{display:none}.eyebrow{font-size:10px;letter-spacing:1.8px;line-height:1.7;font-weight:700}.eyebrow i{display:inline-block;width:7px;height:7px;background:var(--orange);border-radius:50%;margin-right:8px}.hero{display:grid;grid-template-columns:1.1fr 1fr;min-height:650px}.hero-copy{padding:62px 7% 32px 9%}.hero h1{font-size:clamp(42px,4.8vw,70px);line-height:1.08;font-weight:600;letter-spacing:-3.5px;margin:24px 0}.hero h1 em{font-style:normal;color:var(--orange)}.hero-copy>p{max-width:445px;color:var(--muted);font-size:15px;line-height:1.8}.actions{display:flex;align-items:center;gap:24px;margin-top:30px}.text-link{font-size:12px;font-weight:600}.hero-bottom{display:flex;gap:50px;border-top:1px solid var(--line);margin-top:42px;padding-top:22px;font-size:10px;line-height:1.8;letter-spacing:.7px}.hero-bottom span:last-child{color:var(--muted);letter-spacing:0}.hero-art{position:relative;overflow:hidden;background:#e9e9e1;display:flex;align-items:center;justify-content:center;min-height:520px}.art-grid{position:absolute;inset:0;background-image:linear-gradient(#cccfc530 1px,transparent 1px),linear-gradient(90deg,#cccfc530 1px,transparent 1px);background-size:55px 55px}.orb{position:absolute;width:78%;aspect-ratio:1;background:#d5d7cb;border-radius:50%;top:16%;right:-17%}.hero-product{position:relative;width:90%;object-fit:contain;filter:drop-shadow(0 28px 20px #30352b33);transform:rotate(-7deg);max-height:420px}.art-kicker{position:absolute;top:35px;left:35px;font-size:9px;letter-spacing:2px;z-index:1}.material-tag{position:absolute;top:58px;left:35px;font-size:9px;color:var(--muted)}.art-caption{position:absolute;bottom:35px;left:35px;right:35px;display:flex;justify-content:space-between;align-items:end;border-top:1px solid #b8bcad;padding-top:20px}.art-caption strong{font-size:21px;line-height:1.4;font-weight:500;letter-spacing:-.6px}.art-caption span{font-size:11px}.lines{display:grid;grid-template-columns:.65fr 1.2fr 1.2fr;padding:33px 5%;border-bottom:1px solid var(--line);gap:30px;align-items:center}.lines>a{display:flex;gap:30px;align-items:center;padding-left:35px;border-left:1px solid var(--line)}.lines strong{font-size:33px;letter-spacing:-1px}.lines strong span{font-size:12px;vertical-align:top}.lines strong.rototype{font-size:21px;letter-spacing:-.7px}.lines a>div{font-size:12px;line-height:1.8}.lines small{color:var(--orange);font-size:10px}.section{padding:90px 5%}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:38px}.section-heading .eyebrow{color:var(--orange);margin-bottom:18px}.section-heading>p{color:var(--muted);font-size:14px;line-height:1.8;max-width:345px}.filters{display:flex;gap:8px;margin:25px 0}.filters button,.region-tabs button{border:1px solid var(--line);padding:12px 18px;background:#fff;font-size:12px}.filters button.active,.region-tabs button.active{background:var(--ink);color:white;border-color:var(--ink)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{border:1px solid var(--line)}.product[hidden]{display:none}.product-art{height:210px;background:var(--cream);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-art>span{position:absolute;top:16px;left:16px;font-size:10px;color:var(--muted)}.product-art img{width:88%;height:80%;object-fit:contain;transition:transform .3s}.product:hover img{transform:scale(1.05)}.product-body{padding:22px}.product-body small{color:var(--orange);font-size:9px;letter-spacing:1.5px}.product h3{font-size:20px;letter-spacing:-.5px;margin:10px 0 13px}.product p{font-size:12px;line-height:1.8;color:var(--muted);min-height:88px}.product-body>a{font-size:10px;display:block;text-decoration:underline;text-underline-offset:4px;margin:18px 0}.quote{display:block;background:none;border:0;border-top:1px solid var(--line);padding:15px 0 0;text-align:left;font-size:11px;width:100%;font-weight:600}.quote:hover{color:var(--orange)}.more-products{display:flex;justify-content:space-between;gap:20px;font-size:11px;padding-top:28px}.more-products>span{color:var(--muted)}.benefits{background:var(--ink);color:white}.benefits .section-heading>p{color:#b8bbb2}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:55px}.benefit-grid article{padding:0 30px;border-left:1px solid #50524d}.benefit-grid article:first-child{padding-left:0;border:0}.symbol{font-size:32px;color:#ef8a3b;display:block;margin-bottom:23px}.benefit-grid h3{font-size:17px;margin-bottom:12px}.benefit-grid p{color:#b8bbb2;line-height:1.8;font-size:12px}.source-note{border-top:1px solid #50524d;padding-top:25px;margin-top:40px;font-size:10px;color:#b8bbb2;line-height:1.8}.source-note a{color:#fff;text-decoration:underline}.works-preview{display:grid;grid-template-columns:1.3fr 1fr;background:var(--cream);min-height:310px;overflow:hidden}.architectural{position:relative;min-height:310px;background:linear-gradient(145deg,#e4e5dc,#f0f0e7);overflow:hidden}.building{position:absolute;border:1px solid #9da08e;bottom:64px;background:repeating-linear-gradient(0deg,transparent,transparent 35px,#bcbfaf 36px),repeating-linear-gradient(90deg,#e7e9e0,#e7e9e0 70px,#bcbfaf 71px);transform:skewY(-9deg)}.b1{left:12%;width:36%;height:160px}.b2{left:48%;width:33%;height:215px;transform:skewY(14deg);background-color:#c9cdbc}.b3{left:30%;width:27%;height:90px;background:#d4d8c9}.baseline{position:absolute;bottom:48px;left:5%;width:90%;height:1px;background:#acb19c}.works-copy{padding:40px}.status{font-size:9px;letter-spacing:1.3px;border:1px solid #c6c9bc;display:inline-block;padding:8px 10px}.works-copy h3{font-size:32px;letter-spacing:-1px;margin:22px 0 16px}.works-copy p{max-width:340px;font-size:13px;line-height:1.8;color:var(--muted)}.works-copy .caption{font-size:10px;margin-top:20px}.rotorock{margin:0 5%;background:#eeeae3;padding:45px;display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:25px;align-items:center;overflow:hidden}.rotorock h2{font-size:43px;font-weight:800;letter-spacing:-2px;margin:13px 0 10px}.rotorock h2 span{display:none}.rotorock p{font-size:14px}.rotorock .status{margin-top:24px}.disc{width:180px;aspect-ratio:1;border-radius:50%;background:repeating-conic-gradient(#333431 0deg 1deg,#3c3d39 1deg 3deg);border:8px solid #42433d;display:grid;place-items:center;transform:rotate(-20deg);box-shadow:16px 15px 0 #d6d4cc}.disc>div{width:45%;aspect-ratio:1;background:#e76400;border:9px solid #74766e;border-radius:50%;display:grid;place-items:center}.disc>div:after{content:'';background:#eeeae3;border:6px solid #aaa99f;width:20px;height:20px;border-radius:50%}.rotorock-copy>p{font-size:28px;line-height:1.3;margin-bottom:22px;letter-spacing:-1px}.contact-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:80px}.region-tabs{display:flex;gap:8px;margin-bottom:25px}.contact-card{padding:20px 0;border-bottom:1px solid var(--line)}.contact-card h3{font-size:22px;margin-bottom:12px}.contact-card p{font-size:12px;color:var(--muted);line-height:1.8}.contact-card .contact-links{display:flex;flex-wrap:wrap;gap:15px;margin:15px 0 5px;font-size:12px;font-weight:600}.contact-card>a{font-size:12px;display:inline-block;margin-top:6px}.verification{font-size:10px;text-decoration:underline;display:block;margin-top:20px;line-height:1.6}form{background:var(--cream);padding:32px}form h3{font-size:23px;margin-bottom:23px;letter-spacing:-.6px}label{display:block;font-size:11px;font-weight:600;margin-bottom:8px}label span{font-weight:400;color:var(--muted)}select,textarea{width:100%;border:1px solid #d4d6cb;background:#fff;border-radius:0;padding:12px;color:var(--ink);font-size:12px;margin-bottom:20px}textarea{resize:vertical}form .button{width:100%;justify-content:center}.form-note{font-size:10px;color:var(--muted);line-height:1.6;margin-top:12px}.resources{padding:35px 5%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:25px}.resources h3{font-size:20px;margin-top:8px}.resources>a{font-size:11px;border-bottom:1px solid var(--ink);padding-bottom:8px}footer{padding:45px 5% 25px;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px}footer img{height:auto}footer p{font-size:11px;color:var(--muted);line-height:1.8;margin-top:10px}footer strong{font-size:10px;letter-spacing:1px}footer>div>a{display:block;font-size:11px;margin-top:13px}.footer-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:9px;color:var(--muted)}.skip{position:absolute;left:10px;top:-100px;z-index:100;background:#fff;padding:15px}.skip:focus{top:10px}
@media(min-width:1600px){body{max-width:1600px;margin:auto}}
@media(max-width:1100px){nav{gap:18px}.hero-copy{padding:45px 7%}.actions{flex-wrap:wrap;gap:18px}.lines{grid-template-columns:.5fr 1fr 1fr;gap:15px}.lines>a{padding-left:20px;gap:18px}.lines strong{font-size:27px}.lines strong.rototype{font-size:18px}.products{grid-template-columns:repeat(2,1fr)}.product p{min-height:45px}.hero-bottom{gap:20px}.contact-layout{gap:40px}.rotorock{padding:32px}.disc{width:150px}}
@media(max-width:760px){html{scroll-padding-top:80px}.topbar{font-size:8px;letter-spacing:.5px;padding:10px 5%}.topbar a{font-size:9px}header{height:77px}.brand{width:165px}.menu-toggle{display:flex;gap:15px;border:0;background:none;font-size:12px;padding:12px}nav{display:none;position:absolute;top:77px;left:0;right:0;background:white;padding:25px 5%;border-bottom:1px solid var(--line)}nav.open{display:flex;flex-direction:column;align-items:stretch;gap:22px}.hero{grid-template-columns:1fr}.hero-copy{padding:40px 6%}.hero h1{font-size:53px;letter-spacing:-2.8px}.hero-copy>p{font-size:14px}.hero-art{min-height:390px}.hero-product{max-height:270px;max-width:400px}.art-kicker{top:22px;left:24px}.material-tag{top:40px;left:24px}.art-caption{bottom:22px;left:24px;right:24px}.art-caption strong{font-size:18px}.hero-bottom{margin-top:30px}.lines{grid-template-columns:1fr;padding:28px 6%;gap:22px}.lines>.eyebrow br{display:none}.lines>a{padding:18px 0 0;border-left:0;border-top:1px solid var(--line);justify-content:space-between}.lines strong{font-size:32px}.lines strong.rototype{font-size:22px}.section{padding:58px 6%}.section-heading{display:block;margin-bottom:25px}.section-heading>p{margin-top:22px;max-width:none}.section-heading .eyebrow{margin-bottom:13px}.filters{flex-wrap:wrap;gap:6px}.filters button{padding:10px 12px;font-size:10px}.products{gap:12px}.product-art{height:150px}.product-body{padding:15px}.product h3{font-size:18px}.product p{font-size:11px;min-height:98px}.product-body>a{font-size:9px;line-height:1.6}.quote{font-size:10px;line-height:1.5}.more-products{flex-wrap:wrap;line-height:1.6}.more-products>span{width:100%}.benefit-grid{grid-template-columns:1fr 1fr;gap:30px 24px;margin-top:35px}.benefit-grid article{padding:0;border:0}.benefit-grid h3{font-size:16px}.symbol{margin-bottom:12px}.works-preview{grid-template-columns:1fr}.architectural{min-height:245px}.building{bottom:45px}.b1{height:125px}.b2{height:165px}.b3{height:75px}.baseline{bottom:25px}.works-copy{padding:26px}.rotorock{margin:0 6%;padding:28px;grid-template-columns:1fr;gap:25px;position:relative}.rotorock h2{font-size:38px}.disc{position:absolute;width:115px;right:-40px;top:32px;opacity:.4}.rotorock-copy>p{font-size:24px}.contact-layout{grid-template-columns:1fr;gap:30px}form{padding:24px}.resources{align-items:start;flex-direction:column;padding:30px 6%}footer{padding:35px 6% 22px;grid-template-columns:1fr 1fr;gap:28px}footer>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;line-height:1.7}.art-caption span{font-size:10px}}
@media(max-width:370px){.products{grid-template-columns:1fr}.hero h1{font-size:46px}.topbar a{font-size:8px}.product p{min-height:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.erp{background:#f4f4ee;display:grid;grid-template-columns:1fr 1.2fr;gap:50px}.erp .eyebrow{color:var(--orange);margin-bottom:15px}.erp p{font-size:13px;line-height:1.8;color:var(--muted);max-width:350px;margin-top:20px}.erp-links{display:grid;grid-template-columns:1fr 1fr;gap:15px;align-items:center}.erp-links>a{padding:30px 23px;background:white;border:1px solid var(--line);display:flex;flex-direction:column;gap:27px}.erp-links>a:hover{border-color:var(--orange)}.erp-links span{font-size:9px;letter-spacing:1.3px;color:var(--muted)}.erp-links strong{font-size:18px}.erp-links small{font-size:11px;color:var(--orange)}@media(max-width:760px){.erp{grid-template-columns:1fr;gap:25px}.erp-links{grid-template-columns:1fr}.erp-links>a{gap:18px;padding:23px}}
.hero-product,.product-art img{mix-blend-mode:multiply}.hero-product{filter:none}

.hebel-logo-frame{display:block;width:135px;height:65px;overflow:hidden;flex-shrink:0;background:#ff6000;position:relative}.hebel-logo{position:absolute;width:135px;max-width:none;height:135px;top:-35px;left:0}.rotorock-logo-small{width:155px;height:auto;object-fit:contain}.rotorock-logo{width:300px;height:auto;display:block}.lines>a{gap:20px}@media(max-width:1100px) and (min-width:761px){.lines>a{flex-wrap:wrap}.hebel-logo-frame{width:120px}.rotorock-logo-small{width:140px}}
