@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--graphite:#20252b;--blue:#009fe3;--deep:#005a9c;--silver:#c9ced2;--ice:#f2f5f7;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--graphite);background:var(--white);font:16px/1.6 Inter,Arial,sans-serif}.preview{padding:8px 6%;background:var(--graphite);color:white;font-size:12px;letter-spacing:.1em}.preview span{letter-spacing:0;margin-left:20px;color:#c9ced2}header,main,footer{max-width:1440px;margin:auto}header{padding:38px 6%;display:flex;align-items:center;justify-content:space-between;gap:30px}img{max-width:100%;height:auto;display:block}.nav-link{font-weight:500;color:var(--graphite);text-decoration:none}.nav-link span{margin-left:24px;color:var(--deep)}.hero{display:grid;grid-template-columns:1.25fr 1fr;gap:9%;padding:65px 6% 88px}.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:600;color:var(--deep);margin:0 0 27px}h1{font-size:clamp(44px,5.5vw,78px);letter-spacing:-.055em;font-weight:500;line-height:1.06;margin:0 0 28px}h1 em{font-style:normal;color:var(--deep)}.lead{font-size:19px;line-height:1.65;max-width:500px;margin-bottom:30px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;padding:18px 23px;background:var(--deep);color:white;text-decoration:none;font:600 16px/1.4 Inter,Arial,sans-serif;border:0;cursor:pointer}.button:hover{background:#004575}.button span{font-size:22px}.small{font-size:13px;color:#5b6570;margin:16px 0 0}.machine-list{border-top:3px solid var(--blue);background:var(--ice);padding:28px 32px;align-self:center}.list-head{display:flex;justify-content:space-between;font-size:12px;letter-spacing:.07em;color:#52606b}.make{font-size:42px;font-weight:600;letter-spacing:-.03em;display:flex;justify-content:space-between;align-items:center;padding:19px 0;border-bottom:1px solid var(--silver)}.make span{font-size:12px;color:#68747e;font-weight:400}.machine-list>p{font-size:14px}.footnote{color:#64717b;font-size:12px;line-height:1.7;max-width:360px}.process{margin:0 6%;padding:40px 0 48px;border-top:1px solid var(--silver);display:grid;grid-template-columns:repeat(3,1fr);gap:55px}.num{font-size:14px;color:var(--deep);display:block;margin-bottom:18px}.process h2{font-size:19px;letter-spacing:-.03em;margin:0 0 8px;font-weight:600}.process p{margin:0;color:#59636c;max-width:300px}.enquiry{background:var(--ice);padding:65px 6%;display:grid;grid-template-columns:1fr 1.2fr;gap:10%}.enquiry h2{font-size:46px;line-height:1.13;letter-spacing:-.045em;font-weight:500;margin:0 0 24px}.enquiry>div>p:not(.eyebrow){max-width:350px;color:#59636c}.note{margin-top:45px;padding-left:20px;border-left:2px solid var(--blue);max-width:340px}.note span{font-size:12px;font-weight:600;letter-spacing:.08em}.note p{font-size:14px;color:#59636c}.two{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:block;font-size:14px;font-weight:500;margin-bottom:20px}input,textarea{display:block;width:100%;margin-top:8px;padding:14px;border:1px solid #aab5bd;border-radius:0;background:white;color:var(--graphite);font:16px/1.5 Inter,Arial,sans-serif}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#737c84}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--blue);outline-offset:4px}#feedback{padding:18px;border-left:3px solid var(--deep);background:white}footer{padding:38px 6%;display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:13px;color:#59636c}footer img{width:160px}@media(max-width:760px){header{padding:26px 6%}header img{width:190px}.nav-link{font-size:14px}.nav-link span{display:none}.hero{grid-template-columns:1fr;gap:40px;padding:35px 6% 45px}h1{font-size:54px}.machine-list{padding:25px}.process{grid-template-columns:1fr;gap:30px}.process p{max-width:none}.num{margin-bottom:6px}.enquiry{grid-template-columns:1fr;gap:28px;padding:45px 6%}.enquiry h2{font-size:40px}.note{margin-top:25px}footer{flex-wrap:wrap}footer span{width:100%}.two{grid-template-columns:1fr;gap:0}.preview span{display:block;margin:0;letter-spacing:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
