
:root{--orange:#f15a24;--orange-dark:#c83f0b;--black:#101010;--charcoal:#1b1b1b;--grey:#f4f4f4;--text:#272727;--muted:#6a6a6a;--white:#fff;--radius:12px;--shadow:0 16px 40px rgba(0,0,0,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(14,14,14,.97);border-bottom:1px solid rgba(255,255,255,.08)}.nav-wrap{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:170px;height:auto;filter:drop-shadow(0 4px 10px rgba(0,0,0,.18))}.main-nav{display:flex;align-items:center;gap:28px;color:#fff;font-size:14px;font-weight:700}.main-nav a{opacity:.82}.main-nav a:hover,.main-nav a.active{opacity:1;color:var(--orange)}.nav-cta{background:var(--orange);padding:13px 18px;border-radius:4px;opacity:1!important;color:#fff!important}.menu-toggle{display:none;background:none;border:1px solid #555;color:#fff;padding:9px 12px}
.hero{min-height:680px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(5,5,5,.98) 0%,rgba(5,5,5,.86) 42%,rgba(5,5,5,.2) 75%),url('../images/hero-industrial.svg') center/cover no-repeat;color:#fff}.hero-content{padding:80px 0}.hero-content>*{max-width:690px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--orange);font-weight:800;font-size:13px;margin-bottom:16px}.eyebrow.dark{color:var(--orange)}h1,h2,h3{line-height:1.15;margin-top:0}h1{font-size:clamp(44px,6vw,76px);margin-bottom:24px;letter-spacing:-.03em}.hero h1 span{color:var(--orange)}.hero p{font-size:20px;color:#dedede;max-width:640px}.button-row{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:4px;font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:.04em;border:1px solid transparent}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover{background:var(--orange-dark)}.btn-secondary{border-color:#aaa;color:#fff;background:rgba(0,0,0,.2)}.btn-light{background:#fff;color:#111}.section{padding:92px 0}.section-dark{background:#151515;color:#fff}.section-heading{text-align:center;max-width:760px;margin:0 auto 48px}.section-heading span{color:var(--orange);font-weight:800;text-transform:uppercase;letter-spacing:.18em;font-size:13px}.section-heading h2,.split h2,.prose h2{font-size:clamp(32px,4vw,48px);margin:10px 0 16px}.section-heading p{color:var(--muted);font-size:18px}.section-heading.light p{color:#bbb}.cards{display:grid;gap:24px}.cards.four{grid-template-columns:repeat(4,1fr)}.cards.three{grid-template-columns:repeat(3,1fr)}.card{background:#fff;padding:30px;border:1px solid #e9e9e9;border-radius:var(--radius);box-shadow:0 8px 24px rgba(0,0,0,.05)}.card .icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#fff0e9;color:var(--orange);font-weight:900;margin-bottom:20px}.card h3{font-size:21px;margin-bottom:12px}.card p{color:var(--muted);margin:0}.industry-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.industry-card{background:#222;border:1px solid #333;border-radius:10px;overflow:hidden;transition:.25s}.industry-card:hover{transform:translateY(-5px);border-color:var(--orange)}.industry-card img{aspect-ratio:1.5/1;object-fit:cover}.industry-card div{padding:20px}.industry-card h3{margin-bottom:7px}.industry-card p{color:#aaa;font-size:14px;margin:0}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.split>div>p{font-size:18px;color:var(--muted)}.text-link{color:var(--orange);font-weight:800}.feature-panel{background:#181818;color:#fff;padding:42px;border-radius:16px;box-shadow:var(--shadow);border-top:5px solid var(--orange)}.feature-panel p,.feature-panel li{color:#c8c8c8}.feature-panel ul{padding-left:20px;margin-bottom:28px}.feature-badge{display:inline-block;color:var(--orange);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:12px;margin-bottom:14px}.cta{background:var(--orange);color:#fff;padding:58px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}.cta h2{font-size:clamp(30px,4vw,46px);margin:5px 0}.cta span{text-transform:uppercase;font-weight:800;letter-spacing:.12em;font-size:13px}.page-hero{padding:100px 0 80px;background:linear-gradient(135deg,#111,#251108);color:#fff}.page-hero h1{font-size:clamp(46px,6vw,70px);margin-bottom:18px}.page-hero p{max-width:760px;font-size:20px;color:#ccc}.prose{max-width:1000px}.prose>p{font-size:18px;color:#555}.solution-list{display:grid;gap:16px;padding:0;list-style:none}.solution-list li{background:#f7f7f7;padding:22px;border-left:4px solid var(--orange)}.product-block{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}.product-block ul{padding-left:20px}.product-visual{min-height:360px;border-radius:18px;background:linear-gradient(145deg,#191919,#3a1a0e);color:#fff;display:grid;place-items:center;text-align:center;font-size:100px;font-weight:900;border:1px solid #444}.product-visual small{display:block;font-size:15px;color:var(--orange);letter-spacing:.08em}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form label{font-weight:700;font-size:14px}.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:7px;padding:14px;border:1px solid #ccc;border-radius:5px;font:inherit}.contact-form label:nth-last-of-type(1){grid-column:1/-1}.contact-form button{width:max-content}.honeypot{position:absolute!important;left:-9999px!important}.site-footer{background:#101010;color:#ddd;padding-top:60px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}.footer-logo{width:170px;margin-bottom:18px}.footer-grid h3{color:#fff}.footer-grid a{display:block;color:#bbb;margin:7px 0}.footer-grid a:hover{color:var(--orange)}.footer-bottom{text-align:center;border-top:1px solid #2d2d2d;margin-top:45px;padding:20px;color:#777;font-size:13px}.message-page{min-height:100vh;display:grid;place-items:center;background:#151515}.message-box{background:#fff;padding:50px;border-radius:12px;text-align:center;max-width:520px}
@media(max-width:980px){.main-nav{position:absolute;top:82px;left:0;right:0;background:#111;display:none;flex-direction:column;align-items:stretch;padding:24px 30px}.main-nav.open{display:flex}.menu-toggle{display:block}.cards.four{grid-template-columns:repeat(2,1fr)}.industry-grid{grid-template-columns:repeat(2,1fr)}.split,.product-block,.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.brand img{width:145px}.hero{min-height:610px;background-position:65% center}.hero-content{padding:55px 0}.hero p{font-size:17px}.section{padding:66px 0}.cards.four,.cards.three,.industry-grid,.footer-grid,.contact-form{grid-template-columns:1fr}.cta-inner{align-items:flex-start;flex-direction:column}.page-hero{padding:72px 0 58px}}

/* Reference-led homepage refresh */
body{font-family:"Segoe UI",Arial,Helvetica,sans-serif}.container{width:min(1240px,calc(100% - 48px))}.site-header{background:#0d0e0f;border-bottom:1px solid #454545}.nav-wrap{min-height:94px}.brand{display:flex;align-items:center;gap:10px;flex:none}.brand img{width:88px;height:58px;object-fit:contain;filter:none}.brand-name{display:flex;flex-direction:column;text-transform:uppercase;line-height:.88}.brand-name strong{font-size:23px;letter-spacing:.02em;color:#f5f5f5}.brand-name em{font-size:18px;font-style:normal;font-weight:800;letter-spacing:.03em;color:#f04418}.main-nav{gap:24px;font-size:12px;text-transform:uppercase}.main-nav a{opacity:1;white-space:nowrap}.main-nav a:not(.nav-cta){padding:36px 0 30px;border-bottom:3px solid transparent}.main-nav a:hover,.main-nav a.active{border-bottom-color:#f04418}.nav-cta{padding:14px 17px;border-radius:2px;background:#ef3d0b}
.home-hero{position:relative;min-height:610px;background:linear-gradient(90deg,rgba(5,6,7,.97) 0%,rgba(5,6,7,.77) 36%,rgba(5,6,7,.12) 65%),url('../images/hero-mining-network.webp') center/cover no-repeat;overflow:hidden}.hero-layout{position:relative;min-height:610px;display:flex;align-items:center}.hero-copy{width:min(620px,54%);padding:70px 0;position:relative;z-index:2}.home-hero .eyebrow{font-size:12px;letter-spacing:.04em;margin-bottom:24px}.home-hero h1{font-size:clamp(46px,5.2vw,68px);line-height:1.04;margin-bottom:22px}.home-hero p{font-size:18px;line-height:1.65;max-width:565px}.home-hero .btn{min-height:52px}.hero-signals{position:absolute;inset:0;pointer-events:none}.signal{position:absolute;color:#fff;text-transform:uppercase;font-size:11px;font-weight:800;padding-left:17px;text-shadow:0 2px 8px #000}.signal:before{content:"";position:absolute;left:0;top:4px;width:8px;height:8px;border:2px solid #f04418;border-radius:50%;box-shadow:0 0 12px #f04418}.signal-one{right:15%;top:19%}.signal-two{right:44%;bottom:22%}.signal-three{right:19%;bottom:13%}.signal-four{right:2%;bottom:25%}
.home-section{padding:54px 0}.reference-heading{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:34px;text-align:center}.reference-heading:before,.reference-heading:after{content:"";width:38px;height:2px;background:#f04418}.reference-heading h2{margin:0;text-transform:uppercase;font-size:24px;letter-spacing:.01em}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}.service-item{text-align:center;padding:0 12px}.service-icon{width:82px;height:82px;margin:0 auto 19px;border-radius:50%;display:grid;place-items:center;background:#f3f3f3}.service-icon img{width:58px;height:58px;object-fit:contain}.service-item h3{text-transform:uppercase;font-size:16px;margin-bottom:10px}.service-item p{font-size:14px;line-height:1.55;color:#444;margin:0 auto 15px;max-width:250px}.service-item a,.featured-product-home a{color:#f04418;font-size:12px;text-transform:uppercase;font-weight:800}
.industries-section{background:#f2f2f2;padding-top:34px}.photo-industry-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:4px}.photo-industry{position:relative;min-height:245px;overflow:hidden;color:#fff;background:#111}.photo-industry:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 24%,rgba(0,0,0,.9) 100%)}.photo-industry img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s}.photo-industry:nth-child(4) img{object-position:78% center}.photo-industry:nth-child(5) img{object-position:75% center}.photo-industry:hover img{transform:scale(1.05)}.photo-industry div{position:absolute;z-index:1;left:17px;right:17px;bottom:15px;text-align:center}.photo-industry h3{text-transform:uppercase;font-size:16px;margin:0 0 5px}.photo-industry p{font-size:13px;line-height:1.35;margin:0;color:#eee}
.overview-section{padding:54px 0}.overview-grid{display:grid;grid-template-columns:.85fr .78fr 1.7fr;gap:36px}.overview-grid>article{position:relative;padding-right:32px;border-right:1px solid #c9c9c9}.overview-grid>article:last-child{padding-right:0;border-right:0}.mini-heading{text-transform:uppercase;font-size:18px;font-weight:900;padding-bottom:13px;margin-bottom:17px;position:relative}.mini-heading:after{content:"";position:absolute;left:0;bottom:0;width:42px;height:2px;background:#f04418}.overview-copy p,.featured-product-home p{font-size:14px;line-height:1.55;color:#555}.outline-link{display:inline-block;margin-top:8px;border:1px solid #f04418;color:#f04418;padding:10px 14px;text-transform:uppercase;font-size:11px;font-weight:800}.why-us ul{list-style:none;padding:0;margin:0}.why-us li{position:relative;padding:5px 0 5px 25px;font-size:14px}.why-us li:before{content:"✓";position:absolute;left:0;color:#f04418;font-weight:900}.featured-product-home{min-height:285px;overflow:hidden}.featured-product-home .product-copy{position:relative;z-index:2;width:46%}.featured-product-home h3{text-transform:uppercase;font-size:19px;margin-bottom:10px}.featured-product-home>img{position:absolute;right:-5%;bottom:0;width:67%;height:92%;object-fit:cover;object-position:right center;z-index:1}.reference-cta{padding:25px 0;background:linear-gradient(90deg,#ef3d0b,#f15a24)}.reference-cta .cta-inner{justify-content:center}.reference-cta .cta-mark{font-size:52px}.reference-cta h2{font-size:25px;margin:0 0 3px}.reference-cta p{margin:0}.reference-cta .btn{margin-left:auto}.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:16px}.footer-brand .footer-logo{width:76px;margin:0}.footer-brand .brand-name strong{font-size:20px}.footer-brand .brand-name em{font-size:15px}
@media(max-width:1120px){.brand-name{display:none}.main-nav{gap:16px;font-size:11px}.hero-signals{display:none}.overview-grid{grid-template-columns:1fr 1fr}.featured-product-home{grid-column:1/-1}.overview-grid>article:nth-child(2){border-right:0}.featured-product-home .product-copy{width:48%}}
@media(max-width:980px){.nav-wrap{min-height:82px}.brand-name{display:flex}.main-nav a:not(.nav-cta){padding:10px 0;border:0}.home-hero,.hero-layout{min-height:590px}.hero-copy{width:min(650px,80%)}.service-grid{grid-template-columns:repeat(2,1fr)}.photo-industry-grid{grid-template-columns:repeat(2,1fr)}.photo-industry:last-child{grid-column:1/-1}.overview-grid{grid-template-columns:1fr}.overview-grid>article{border-right:0;border-bottom:1px solid #ddd;padding:0 0 30px}.featured-product-home{grid-column:auto;min-height:320px;border-bottom:0!important}.reference-cta .cta-inner{align-items:flex-start}.reference-cta .btn{margin-left:0}}
@media(max-width:640px){.container{width:min(100% - 28px,1240px)}.brand img{width:74px}.brand-name strong{font-size:19px}.brand-name em{font-size:15px}.home-hero{background-position:68% center}.hero-copy{width:100%;padding:60px 0}.home-hero h1{font-size:43px}.service-grid,.photo-industry-grid{grid-template-columns:1fr}.photo-industry:last-child{grid-column:auto}.featured-product-home{padding-bottom:240px}.featured-product-home .product-copy{width:100%}.featured-product-home>img{width:110%;height:250px;right:-15%;object-position:right center}.reference-cta .cta-mark{display:none}}

/* Connected-machine hero overlay */
.home-hero,.hero-layout{min-height:650px}.home-hero{background-image:linear-gradient(90deg,rgba(5,6,7,.98) 0%,rgba(5,6,7,.84) 37%,rgba(5,6,7,.2) 66%,rgba(5,6,7,.35) 100%),url('../images/hero-mining-network.webp')}.hero-tech{position:absolute;z-index:1;right:-2%;top:4%;width:59%;height:92%;pointer-events:none}.tech-brand-panel{position:absolute;left:35%;top:33%;width:230px;height:230px;border:3px solid #ff4a12;border-radius:18px;background:linear-gradient(145deg,rgba(25,25,27,.94),rgba(45,17,8,.93));box-shadow:0 0 0 8px rgba(240,68,24,.11),0 0 34px rgba(255,65,12,.85),inset 0 0 30px rgba(240,68,24,.24);display:flex;flex-direction:column;align-items:center;justify-content:center}.tech-brand-panel:before,.tech-brand-panel:after{content:"";position:absolute;top:50%;width:82px;height:2px;background:linear-gradient(90deg,transparent,#ff4a12)}.tech-brand-panel:before{right:100%;transform:rotate(20deg);transform-origin:right}.tech-brand-panel:after{left:100%;transform:rotate(-20deg);transform-origin:left;background:linear-gradient(90deg,#ff4a12,transparent)}.tech-brand-panel img{width:165px;height:105px;object-fit:contain;filter:drop-shadow(0 0 12px rgba(255,55,0,.35))}.tech-brand-panel span{display:flex;flex-direction:column;text-transform:uppercase;text-align:center;line-height:.95;margin-top:-5px}.tech-brand-panel strong{font-size:25px;color:#fff;letter-spacing:.035em}.tech-brand-panel em{font-size:22px;color:#ff4a12;font-weight:800;font-style:normal;letter-spacing:.04em}.tech-node{position:absolute;min-width:112px;display:flex;flex-direction:column;align-items:center;color:#fff;text-align:center;text-transform:uppercase;text-shadow:0 2px 7px #000}.tech-node i{width:54px;height:54px;border:2px solid #f04418;border-radius:12px;display:grid;place-items:center;color:#ff4a12;font-size:31px;font-style:normal;box-shadow:0 0 16px rgba(240,68,24,.25);background:rgba(10,10,10,.28)}.tech-node b{font-size:12px;line-height:1.2;margin-top:8px;letter-spacing:.025em}.tech-node:after{content:"";position:absolute;height:2px;width:75px;background:linear-gradient(90deg,#ff4a12,rgba(255,74,18,.12));top:27px;left:calc(100% - 2px);transform-origin:left}.tech-sensors{left:49%;top:0}.tech-sensors:after{transform:rotate(70deg);width:92px}.tech-networks{right:0;top:20%}.tech-networks:after{right:100%;left:auto;transform:rotate(180deg);width:88px}.tech-machine{left:0;top:45%}.tech-machine:after{width:145px;transform:rotate(5deg)}.tech-interface{left:13%;bottom:1%}.tech-interface:after{width:118px;transform:rotate(-35deg)}.tech-control{left:45%;bottom:0}.tech-control:after{display:none}.tech-data{right:1%;bottom:5%}.tech-data:after{right:100%;left:auto;transform:rotate(190deg);width:120px}
@media(max-width:1120px){.hero-tech{right:-7%;width:56%;transform:scale(.88);transform-origin:right center}.tech-machine,.tech-interface{display:none}}
@media(max-width:980px){.home-hero,.hero-layout{min-height:590px}.hero-tech{display:none}.home-hero{background-image:linear-gradient(90deg,rgba(5,6,7,.96),rgba(5,6,7,.7)),url('../images/hero-mining-network.webp')}}

/* Unified connected-mining hero artwork */
.home-hero{background-image:linear-gradient(90deg,rgba(5,6,7,.98) 0%,rgba(5,6,7,.91) 28%,rgba(5,6,7,.48) 46%,rgba(5,6,7,.06) 66%),url('../images/hero-connected-networx.webp');background-position:center;background-size:cover}.hero-copy{max-width:560px}.home-hero h1{font-size:clamp(44px,4.7vw,64px)}
@media(max-width:980px){.home-hero{background-image:linear-gradient(90deg,rgba(5,6,7,.97),rgba(5,6,7,.72)),url('../images/hero-connected-networx.webp');background-position:58% center}}

/* Show more of the complete hero artwork on wide screens */
@media(min-width:981px){.home-hero{background-color:#050607;background-size:100% 100%,auto 100%;background-position:center,right center;background-repeat:no-repeat}}
@media(max-width:980px){.home-hero{background-size:cover;background-position:58% center}}

.contact-address{font-style:normal;line-height:1.6}.contact-grid .contact-address{margin-top:24px}.site-footer .contact-address{color:#bbb;font-size:14px}
