:root{--yellow:#FEB904;--dark:#131313;--graph:#202428;--paper:#f3f2ee;--white:#fff;--muted:#676c71;--line:#d8d7d1}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#d8d8d6;font-family:Arial,Helvetica,sans-serif;color:var(--dark)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page{width:min(1460px,calc(100% - 28px));margin:14px auto;background:var(--paper);box-shadow:0 16px 48px #0003;overflow:hidden}.wrap{width:min(1240px,92vw);margin:auto}.statusbar{background:#0f1113;color:#fff;padding:10px 24px;text-align:center;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.topbar{position:sticky;top:0;z-index:20;background:var(--graph);border-bottom:1px solid #34383c}.nav{height:88px;display:flex;align-items:center;gap:28px;padding:0 42px}.brand img{width:220px}.navlinks{margin-left:auto;display:flex;gap:24px;align-items:center;font-size:13px}.navlinks a{color:#fff}.navlinks a:hover{color:var(--yellow)}.cta,.btn.primary{background:var(--yellow)!important;color:var(--dark)!important;border-color:var(--yellow)!important}.hero{height:690px;position:relative;background:#111 url('assets/hero.jpg') center/cover no-repeat;color:#fff;display:flex;align-items:center}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,10,12,.84) 0%,rgba(8,10,12,.58) 46%,rgba(8,10,12,.12) 78%)}.hero-copy{position:relative;z-index:2;width:min(650px,82vw);margin-left:76px}.eyebrow{font-size:12px;letter-spacing:.17em;text-transform:uppercase;color:var(--yellow);font-weight:800}.hero h1{font-size:clamp(54px,6vw,86px);line-height:.98;letter-spacing:-.045em;margin:18px 0}.hero p{font-size:19px;line-height:1.55;color:#eceeee}.actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.btn{display:inline-flex;padding:14px 18px;border:1px solid #fff;text-transform:uppercase;font-size:12px;letter-spacing:.08em;font-weight:800}.proof{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid var(--line);padding:24px 36px}.proof-item{padding:10px 22px;border-right:1px solid var(--line)}.proof-item:last-child{border-right:0}.proof-item strong{display:block;font-size:24px}.proof-item span{font-size:13px;color:var(--muted)}.section{padding:78px 0}.section.white{background:#fff}.section.dark{background:var(--graph);color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:34px}.section h2{font-size:clamp(38px,4vw,58px);line-height:1;margin:8px 0 0;letter-spacing:-.04em}.section-lead{max-width:690px;color:var(--muted);font-size:17px;line-height:1.55}.dark .section-lead{color:#c7cbd0}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.product-card{background:#fff;border:1px solid var(--line);overflow:hidden;transition:.18s}.product-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px #0002}.product-card img{width:100%;height:210px;object-fit:cover}.label{padding:18px}.label small{color:#a36d00;text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.12em}.label h3{font-size:22px;margin:7px 0 0}.feature{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:stretch}.feature-media{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:10px}.feature-media img{width:100%;height:100%;object-fit:cover}.feature-media img:first-child{grid-row:1/3;min-height:480px}.feature-copy{background:#fff;color:var(--dark);padding:42px;border:1px solid var(--line)}.feature-copy h2{font-size:48px}.bullets{display:grid;gap:14px;margin:26px 0}.bullet{padding-top:14px;border-top:1px solid var(--line)}.bullet b{display:block;margin-bottom:4px}.bullet span{font-size:14px;color:var(--muted)}.project-band{display:grid;grid-template-columns:1.15fr .85fr;background:#fff;border:1px solid var(--line)}.project-band img{width:100%;height:500px;object-fit:cover}.project-copy{padding:52px}.note{padding:12px 14px;background:#fff5c7;border-left:4px solid var(--yellow);font-size:12px;color:#5b5100}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.resource{background:#fff;border:1px solid var(--line);padding:24px;display:flex;flex-direction:column;min-height:260px}.resource .status{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#777}.resource h3{font-size:28px;margin:22px 0 10px}.resource p{font-size:14px;line-height:1.5;color:#666}.resource a{margin-top:auto;padding-top:16px;border-top:1px solid var(--line);font-weight:800;font-size:12px;text-transform:uppercase}.final-cta{background:var(--yellow);padding:56px 0}.final-cta .wrap{display:flex;justify-content:space-between;align-items:center;gap:24px}.final-cta h2{font-size:42px;margin:0}.footer{background:var(--graph);color:#fff;padding:44px 0}.footer-grid{display:flex;justify-content:space-between;align-items:center}.footer img{width:210px}.footer small{color:#bfc3c6}.page-hero{background:var(--graph);color:#fff;padding:80px 0 56px}.page-hero h1{font-size:62px;letter-spacing:-.04em;margin:10px 0}.page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:64px 0}.simple-card{background:#fff;border:1px solid var(--line);overflow:hidden}.simple-card img{height:240px;width:100%;object-fit:cover}.simple-card div{padding:22px}.simple-card h3{font-size:24px;margin:0 0 10px}.simple-card p{color:#666;line-height:1.5}
@media(max-width:980px){.page{width:100%;margin:0}.nav{padding:0 18px}.navlinks a:not(.cta){display:none}.hero{height:650px}.hero-copy{margin-left:24px}.proof{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr 1fr}.feature,.project-band{grid-template-columns:1fr}.resource-grid,.page-grid{grid-template-columns:1fr}.section-head{display:block}.final-cta .wrap,.footer-grid{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.brand img{width:170px}.hero h1{font-size:48px}.hero p{font-size:16px}.proof{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.section{padding:58px 0}.feature-copy,.project-copy{padding:28px}.feature-copy h2{font-size:38px}.project-band img{height:320px}.final-cta h2{font-size:34px}.page-hero h1{font-size:48px}}

.machine-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.machine-card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.machine-card img,.machine-placeholder{width:100%;height:210px;object-fit:cover}.machine-placeholder{display:flex;align-items:center;justify-content:center;background:#202428;color:#FEB904;font-size:30px;font-weight:800;letter-spacing:.05em}.machine-card>div:last-child{padding:20px}.machine-card h3{margin:10px 0 8px;font-size:22px}.machine-card p{margin:0 0 8px}.machine-card small{color:var(--muted);line-height:1.45}.status-chip{display:inline-block;background:#fff1b8;color:#5d4b00;padding:5px 8px;border-radius:3px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}@media(max-width:900px){.machine-grid{grid-template-columns:1fr}.machine-card img,.machine-placeholder{height:230px}}
