@font-face{font-family:Manrope;src:url('/assets/manrope-latin.woff2') format('woff2');font-style:normal;font-weight:200 800;font-display:swap}
:root{--blue:#123ccc;--ink:#142033;--paper:#f7f7f3;--muted:#5d626b;--rule:#d8d9d5;--space:clamp(24px,5vw,80px);--h1:clamp(2.55rem,5vw,4.5rem);--h2:clamp(2.1rem,3.65vw,3.35rem);--h3:1.3rem;--header:88px;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 24px)}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%;height:auto}h1,h2,h3,p,figure{margin:0}h1,h2,h3{line-height:1.12;font-weight:500;letter-spacing:-.045em;text-wrap:balance}h1{font-size:var(--h1)}h2{font-size:var(--h2)}h3{font-size:var(--h3);letter-spacing:-.03em;line-height:1.35}p{color:var(--muted)}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #6b8cff;outline-offset:6px}a,button{touch-action:manipulation}.wrap{width:min(100% - var(--space)*2,1320px);margin-inline:auto}.section{padding-block:108px}.eyebrow{font-size:12px;line-height:1.5;letter-spacing:.11em;font-weight:650;margin-bottom:24px;color:inherit}.blue{color:var(--blue)}.index{font-size:12px;font-weight:500;color:var(--blue);letter-spacing:0}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:30px;padding:17px 23px;min-height:54px;background:var(--blue);color:white;font-size:14px;font-weight:550;letter-spacing:0;border:1px solid var(--blue);transition:background .2s,color .2s;line-height:1.5}.button span{font-size:20px;line-height:1}.button:hover{background:#08289d}.button-small{padding:11px 18px;min-height:44px;gap:24px}.button-outline{border-color:#8299f2;background:transparent}.button-outline:hover{background:white;color:var(--blue)}.text-link{display:inline-block;font-size:14px;font-weight:550;border-bottom:1px solid currentColor;padding-bottom:4px;line-height:1.7}.text-link span{margin-left:12px}.skip-link{position:fixed;top:-80px;left:20px;background:white;padding:16px;z-index:100}.skip-link:focus{top:10px}
.site-header{height:var(--header);padding:0 var(--space);display:flex;justify-content:space-between;align-items:center;gap:24px;position:sticky;top:0;z-index:20;background:#f7f7f3f7;border-bottom:1px solid var(--rule)}.brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0}.brand img{width:42px;height:42px;object-fit:contain}.brand>span{font-size:24px;letter-spacing:-.06em;font-weight:750;line-height:1}.brand small{display:block;font-size:8px;letter-spacing:.12em;font-weight:550;margin-top:7px}.site-header nav{display:flex;align-items:center;gap:37px;font-size:14px;font-weight:550}.site-header nav>a:not(.button){padding-block:14px;position:relative}.site-header nav>a:not(.button):after{content:'';position:absolute;bottom:9px;left:0;height:1px;width:100%;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .25s}.site-header nav>a:hover:after{transform:scaleX(1)}.menu-toggle{display:none}
.hero{position:relative;min-height:650px;color:white;background:#0b1620;isolation:isolate;display:flex;align-items:center}.hero-image{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;object-position:65% 50%}.hero:after{content:'';position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(8,17,27,.57),rgba(8,17,27,.14) 44%,transparent 72%)}.hero-content{padding-block:80px 135px}.hero .eyebrow{font-size:11px;color:#e2e6e9;margin-bottom:25px}.hero h1{max-width:630px;line-height:1.1}.hero-description{color:#e0e5e9;font-size:17px;line-height:1.7;margin-block:24px 30px;max-width:470px}.hero .button{min-width:232px}.hero-bottom{position:absolute;bottom:27px;left:0;right:0;border-top:1px solid #ffffff3a;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:.09em;color:#d4d9de}.hero-bottom a{font-size:12px;letter-spacing:0}.hero-bottom a span{margin-left:22px}
.section-intro{display:grid;grid-template-columns:1.35fr 1fr;align-items:end;gap:100px;margin-bottom:48px}.section-intro>p{max-width:400px;padding-bottom:4px;line-height:1.8}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.product-photo{display:block;position:relative;background:#e7e7e2;aspect-ratio:1.22;overflow:hidden}.product-photo>img{height:100%;width:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.65,.3,1)}.product-photo:hover img{transform:scale(1.04)}.image-action{position:absolute;bottom:14px;right:14px;background:var(--paper);width:38px;height:38px;display:grid;place-items:center;font-size:23px;color:var(--blue)}.product-title{display:flex;gap:16px;align-items:baseline;padding-top:24px;margin-bottom:15px}.product-title h3{font-size:20px}.product>p{font-size:14px;line-height:1.8;min-height:76px;margin-bottom:25px}.product details{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);font-size:13px}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}.product summary{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 0;font-weight:600}.product summary>span{font-size:22px;line-height:1;color:var(--blue)}.product details[open] summary>span{transform:rotate(45deg)}.detail-copy{padding:0 0 20px;color:var(--muted);line-height:1.85}.section-footnote{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:34px}.section-footnote>span{font-size:11px;color:#696e76}
.custom-section{background:var(--blue);color:white;padding-block:96px}.custom-layout{display:grid;grid-template-columns:1.22fr 1fr;gap:80px;align-items:center}.custom-photo{min-width:0}.custom-photo>img{width:100%;aspect-ratio:1.19;object-fit:cover;object-position:center}.custom-photo figcaption{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #8199f166;padding-top:16px;margin-top:18px;font-size:9px;letter-spacing:.06em;color:#dbe3ff}.custom-copy .eyebrow{font-size:11px;color:#d9e2ff}.custom-copy>p:not(.eyebrow){font-size:15px;line-height:1.85;color:#e1e8ff;margin-top:24px;max-width:440px}.rule-list{list-style:none;padding:0;margin:28px 0 32px;font-size:13px}.rule-list li{border-top:1px solid #8098f1;padding:13px 0}.rule-list li:last-child{border-bottom:1px solid #8098f1}.custom-copy .button{font-size:13px;padding-inline:20px}
.capability-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:start}.machine-image-frame{aspect-ratio:1.38;background:#e2e4df;display:grid;align-items:center;overflow:hidden;padding:clamp(12px,2vw,28px)}.machine-image-frame>img{width:100%;height:100%;max-height:430px;object-fit:contain;filter:drop-shadow(0 8px 6px #14221c22)}.machine-figure figcaption{display:flex;justify-content:space-between;gap:16px;font-size:10px;color:var(--muted);letter-spacing:.065em;margin-top:18px}.capability{border-top:1px solid var(--rule)}.capability:last-child{border-bottom:1px solid var(--rule)}.capability summary{display:flex;align-items:center;gap:20px;padding:22px 0}.capability h3{font-size:23px;flex:1}.capability .plus{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;line-height:1;font-size:25px;font-weight:400;color:var(--blue)}.capability[open] .plus{font-size:0}.capability[open] .plus:after{content:"−";font-size:25px}.capability p{padding:0 24px 24px 35px;font-size:14px;line-height:1.85}.capability-note{font-size:13px;margin-top:36px}.capability-note a{margin-left:10px}.machine-image-frame.is-changing>img{animation:sheet-feed .38s ease-out}@keyframes sheet-feed{from{transform:translateX(14px)}to{transform:translateX(0)}}
.about-section{border-top:1px solid var(--rule);padding-block:96px 110px;background:#eeeee8}.about-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:100px}.about-section h2{font-size:clamp(2.1rem,3.8vw,3.7rem)}.established{display:inline-block;font-size:10px;letter-spacing:.06em;margin-top:38px;color:var(--muted)}.about-copy{padding-top:5px;max-width:425px}.about-lead{font-size:25px;line-height:1.4;font-weight:500;letter-spacing:-.04em;color:var(--ink);margin-bottom:22px}.about-copy>p:not(.about-lead){font-size:15px;line-height:1.9;margin-bottom:15px}.address-block{margin-top:32px;padding-top:25px;border-top:1px solid #cdd0c9}.address-block .eyebrow{display:block;margin-bottom:12px;font-size:10px}address{font-style:normal;font-size:15px;line-height:1.8;margin-bottom:18px}
.contact-section{background:#101d32;color:white;padding-block:96px}.contact-layout{display:grid;grid-template-columns:1.25fr 1fr;gap:100px}.contact-section .eyebrow{color:#a7b6cc;font-size:11px}.contact-section h2{font-size:clamp(2.8rem,4.8vw,4.5rem)}.contact-section h2+p{color:#c1ccda;font-size:16px;line-height:1.8;margin-top:25px}.contact-section .button{margin-top:30px;min-width:236px}.email-address{display:block;width:fit-content;margin-top:20px;font-size:14px;color:#d2dbea;overflow-wrap:anywhere}.email-address:hover{text-decoration:underline}.selected-product{color:#c0d0ff;margin-top:18px;font-size:13px}.inquiry-guide{padding-top:12px}.inquiry-guide ol{list-style:none;margin:24px 0 0;padding:0}.inquiry-guide li{display:flex;gap:22px;border-top:1px solid #41516a;padding:23px 0}.inquiry-guide li>span{font-size:11px;color:#95a5bb;padding-top:4px}.inquiry-guide h3{font-size:19px;letter-spacing:-.02em;margin-bottom:10px}.inquiry-guide li p{font-size:14px;color:#aebcd0;line-height:1.8;max-width:330px}
footer{background:#0b1728;color:white;padding-block:40px 22px}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:40px}.footer-brand>span{font-size:22px}.footer-brand img{width:38px;height:38px}.footer-main p{font-size:12px;color:#acb9cc;line-height:1.8}.footer-main>a:last-child{font-size:12px}.footer-main>a:last-child span{margin-left:18px}.footer-bottom{border-top:1px solid #314159;display:flex;justify-content:space-between;gap:20px;padding-top:22px;margin-top:40px;font-size:10px;color:#95a6be}.preview-note{font-size:10px;line-height:1.8;color:#95a6be;margin-top:19px;max-width:1320px}
@media(min-width:1650px){.hero{min-height:740px}.hero-content{padding-top:100px}.hero-image{object-position:center}}
@media(max-width:1000px){:root{--space:36px;--header:80px}.site-header nav{gap:24px}.section{padding-block:80px}.section-intro{gap:50px}.custom-layout,.capability-layout{gap:40px}.about-layout,.contact-layout{gap:65px}.product-title{gap:10px}.product-title h3{font-size:18px}.product-grid{gap:18px}.custom-section{padding-block:72px}.capability h3{font-size:20px}.hero{min-height:600px}.hero-image{object-position:58% center}.custom-copy .eyebrow{font-size:10px}.custom-photo figcaption span:last-child{display:none}}
@media(max-width:760px){:root{--space:24px;--header:74px;--h1:clamp(2.55rem,5vw,4.5rem);--h2:clamp(2.1rem,3.65vw,3.35rem)}.site-header{flex-wrap:wrap;height:auto;min-height:var(--header);padding-block:16px;gap:0}.brand>span{font-size:22px}.brand img{width:35px;height:35px}.brand small{font-size:7px;margin-top:5px}.site-header nav{width:100%;flex-wrap:wrap;gap:12px 24px;margin-top:20px}.js .menu-toggle{display:flex;align-items:center;gap:15px;background:none;border:0;padding:5px 0 5px 14px;min-height:42px;color:var(--ink);font-size:13px}.menu-toggle span{font-size:23px;line-height:1}.js .site-header nav{display:none;flex-direction:column;align-items:stretch;gap:0;max-height:calc(100dvh - 110px);overflow-y:auto;margin:16px 0 0;padding-top:12px;border-top:1px solid var(--rule)}.js .site-header nav.is-open{display:flex}.site-header nav a{min-height:46px}.site-header nav .button{margin:12px 0 5px}.menu-toggle[aria-expanded=true] span{transform:rotate(45deg)}.hero{min-height:650px;align-items:flex-end}.hero-image{object-position:68% center}.hero:after{background:linear-gradient(0deg,rgba(5,14,24,.98),rgba(5,14,24,.75) 32%,rgba(5,14,24,.13) 70%,transparent)}.hero-content{padding-block:185px 110px}.hero .eyebrow{max-width:260px;font-size:10px;line-height:1.8;margin-bottom:18px}.hero-description{font-size:15px;line-height:1.8;margin-block:22px 25px}.hero h1{line-height:1.1}.hero-bottom{font-size:9px;bottom:22px;padding-top:15px}.hero-bottom>a{font-size:11px}.hero-bottom>span:last-child{display:none}.hero-bottom a span{margin-left:10px}.section{padding-block:65px}.section-intro{grid-template-columns:1fr;gap:24px;margin-bottom:32px}.eyebrow{margin-bottom:19px;font-size:11px}.section-intro>p{font-size:15px;max-width:450px}.product-grid{grid-template-columns:1fr;gap:40px}.product-photo{aspect-ratio:1.45}.product-title{padding-top:19px;gap:14px;margin-bottom:10px}.product-title h3{font-size:23px}.product>p{min-height:0;margin-bottom:20px;font-size:15px}.product summary{font-size:13px}.section-footnote{align-items:start;flex-direction:column;gap:18px;margin-top:28px}.custom-section{padding-block:60px}.custom-layout{grid-template-columns:1fr;gap:35px}.custom-copy{grid-row:1}.custom-copy h2{font-size:var(--h2)}.custom-copy>p:not(.eyebrow){font-size:15px}.custom-photo>img{aspect-ratio:1.35}.custom-photo figcaption{font-size:9px}.custom-photo figcaption span:last-child{display:block}.rule-list{margin-bottom:25px}.capability-layout{display:flex;flex-direction:column;gap:25px}.machine-figure,.capability-list{width:100%;min-width:0}.machine-image-frame{aspect-ratio:1.55}.machine-figure figcaption{font-size:9px}.capability h3{font-size:22px}.capability summary{padding-block:19px;gap:16px}.capability p{font-size:14px}.capability-note{line-height:1.9;margin-top:25px}.capability-note a{margin:8px 0 0}.about-section{padding-block:60px}.about-layout{grid-template-columns:1fr;gap:35px}.about-section h2{font-size:var(--h2)}.about-section h2 br:last-child{display:none}.established{margin-top:25px}.about-copy{max-width:none}.about-lead{font-size:24px}.contact-section{padding-block:60px}.contact-layout{grid-template-columns:1fr;gap:50px}.contact-section h2{font-size:clamp(2.8rem,4.8vw,4.5rem)}.contact-section h2+p{font-size:15px}.inquiry-guide{padding-top:0}.inquiry-guide li{padding-block:21px}.inquiry-guide h3{font-size:20px}.footer-main{align-items:start;flex-wrap:wrap;gap:25px}.footer-main p{display:none}.footer-main>a:last-child{margin-top:11px}.footer-bottom{margin-top:30px;font-size:10px}.preview-note{font-size:10px}}
@media(max-width:360px){:root{--space:20px;--h1:2.55rem;--h2:2.1rem}.hero-content{padding-top:175px}.hero-bottom>span{display:none}.hero-bottom{justify-content:flex-start}.hero-description br{display:none}.button{gap:16px;padding-inline:18px;font-size:13px;max-width:100%}.hero .button,.contact-section .button{min-width:0;width:100%}.product-title h3{font-size:21px}.custom-copy .button{font-size:12px}.custom-photo figcaption span:last-child{display:none}.capability h3{font-size:19px}.capability summary{gap:12px}.capability p{padding-left:0}.machine-figure figcaption{font-size:8px}.footer-main{flex-direction:column}.footer-bottom{flex-direction:column;gap:8px}.inquiry-guide li{gap:15px}.contact-section h2+p br{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.product-photo:hover img{transform:none}}
