@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:#14232b;--deep:#10212a;--blue:#233b49;--line:#d9e0e3;--paper:#f5f7f6;--white:#fff;--orange:#d6834b;--muted:#5e6c72;--max:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:400 1rem/1.65 'DM Sans',Arial,sans-serif}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.15;letter-spacing:-.04em}h1{font-size:clamp(2.7rem,6vw,5.5rem);font-weight:800}h2{font-size:clamp(2rem,4vw,3.5rem);font-weight:800}h3{font-size:1.35rem;font-weight:700}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 3rem),var(--max));margin-inline:auto}.eyebrow{display:inline-flex;align-items:center;gap:.7rem;color:var(--orange);font:700 .78rem/1.2 Manrope,Arial,sans-serif;letter-spacing:.16em;text-transform:uppercase}.eyebrow:before{content:'';width:1.7rem;height:1px;background:currentColor}.muted{color:var(--muted)}.lead{font-size:clamp(1.08rem,1.8vw,1.35rem);line-height:1.55}.small{font-size:.87rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:1.1rem;min-height:3.25rem;padding:.8rem 1.25rem;border:1px solid var(--orange);background:var(--orange);color:#14232b;font:800 .9rem Manrope,Arial,sans-serif;transition:.2s}.btn:hover{background:#e6a175;border-color:#e6a175}.btn.outline{background:transparent;color:var(--white);border-color:#a6b5bd}.btn.outline:hover{background:#fff;color:var(--ink)}.btn.dark{background:var(--deep);border-color:var(--deep);color:#fff}.btn.dark:hover{background:var(--blue)}.link-arrow{display:inline-flex;gap:.8rem;align-items:center;font:800 .9rem Manrope,Arial,sans-serif;color:var(--ink);border-bottom:1px solid var(--orange);padding-bottom:.3rem}.site-header{position:sticky;top:0;z-index:100;background:rgba(16,33,42,.98);color:#fff;box-shadow:0 4px 20px #07131a22}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:5.2rem;gap:1rem}.brand{display:flex;align-items:center;gap:.7rem;white-space:nowrap}.brand-mark{width:2.35rem;height:2.35rem;border:2px solid var(--orange);display:grid;place-items:center;font:800 1.35rem/1 Manrope,Arial,sans-serif;color:var(--orange);transform:skew(-7deg)}.brand-text{font:800 1rem/1.08 Manrope,Arial,sans-serif;letter-spacing:-.03em}.brand-text small{display:block;font:600 .58rem/1.3 Manrope,Arial,sans-serif;letter-spacing:.18em;text-transform:uppercase;color:#b3c3ca;margin-top:.25rem}.nav{display:flex;align-items:center;gap:clamp(.65rem,1.15vw,1.5rem)}.nav a{font:700 .77rem Manrope,Arial,sans-serif;color:#d4dfe3;white-space:nowrap}.nav a:hover,.nav a.active{color:var(--orange)}.nav .nav-cta{border:1px solid var(--orange);padding:.7rem .9rem;color:var(--orange)}.menu-toggle{display:none;background:none;border:1px solid #69808c;color:#fff;padding:.45rem .65rem}.hero{position:relative;min-height:43rem;background:var(--deep);color:#fff;overflow:hidden;display:flex;align-items:center}.hero:before{content:'';position:absolute;inset:0;background:url('steel-workshop.png') center/cover no-repeat;opacity:.66}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0b1d26ee 0%,#0b1d26bf 47%,#0b1d2630 100%),linear-gradient(0deg,#07182099,transparent 45%)}.hero-content{position:relative;z-index:1;padding-block:6rem;max-width:var(--max)}.hero h1{max-width:760px;margin:1.3rem 0}.hero .lead{max-width:620px;color:#d9e2e4}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.hero-note{position:absolute;z-index:1;bottom:1.5rem;right:max(1.5rem,calc((100vw - var(--max))/2));font-size:.75rem;color:#d7e1e5;background:#10212a99;padding:.3rem .6rem}.hero-index{display:flex;gap:2rem;margin-top:5rem;max-width:600px;border-top:1px solid #ffffff61;padding-top:1.2rem;color:#e6ecee;font:600 .76rem Manrope,Arial,sans-serif;text-transform:uppercase;letter-spacing:.1em}.page-hero{background:var(--deep);color:#fff;padding:5.5rem 0 5rem;position:relative;overflow:hidden}.page-hero:after{content:'';position:absolute;width:35vw;height:35vw;right:-8vw;top:-17vw;border:1px solid #ffffff16;transform:rotate(32deg);box-shadow:0 0 0 4rem #ffffff09,0 0 0 8rem #ffffff05}.page-hero h1{max-width:850px;margin:1.2rem 0}.page-hero p{max-width:760px;color:#c5d3d8}.section{padding:5.5rem 0}.section.tight{padding:4rem 0}.section.dark{background:var(--deep);color:#fff}.section.soft{background:#eaf0f0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem}.section-head h2{max-width:720px;margin:.8rem 0 0}.section-head p{max-width:380px;margin:0}.grid{display:grid;gap:1.25rem}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.product-card{background:#fff;border:1px solid var(--line);padding:2rem;min-height:18rem;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #10212a16}.product-card .num{font:800 .8rem Manrope,Arial,sans-serif;color:var(--orange);letter-spacing:.14em}.product-card h3{margin:2rem 0 .7rem}.product-card p{color:var(--muted)}.product-card .link-arrow{margin-top:auto;align-self:start}.feature-split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,6vw,6rem)}.feature-split img{width:100%;height:34rem;object-fit:cover}.feature-split .caption{font-size:.75rem;color:var(--muted);margin-top:.5rem}.feature-split ul,.check-list{list-style:none;padding:0;margin:1.8rem 0}.feature-split li,.check-list li{padding:.8rem 0;border-top:1px solid var(--line);font-weight:600}.feature-split li:before,.check-list li:before{content:'↗';color:var(--orange);margin-right:.8rem}.cap-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#455c66;border:1px solid #455c66}.cap-strip div{background:var(--deep);padding:2rem}.cap-strip strong{display:block;color:var(--orange);font:800 .82rem Manrope,Arial,sans-serif;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem}.cap-strip p{margin:0;color:#ced9dd}.industry-card{border:1px solid var(--line);background:#fff;padding:2rem;min-height:13rem}.industry-card .icon{font:800 1.2rem Manrope,Arial,sans-serif;color:var(--orange);margin-bottom:1.8rem}.industry-card p{margin-bottom:0;color:var(--muted)}.quote-band{background:var(--orange);color:var(--deep);padding:3.5rem 0}.quote-band .inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.quote-band h2{max-width:650px;margin:0}.quote-band p{margin:.5rem 0 0}.notice{border-left:3px solid var(--orange);background:#fff7f1;padding:1rem 1.25rem;color:#5f4a3e}.panel{background:#fff;border:1px solid var(--line);padding:2rem}.panel h3{margin-bottom:.6rem}.panel p:last-child{margin-bottom:0}.gallery{display:grid;grid-template-columns:1.4fr 1fr;gap:1rem}.gallery figure{margin:0;background:#fff;border:1px solid var(--line)}.gallery img{height:22rem;width:100%;object-fit:cover}.gallery figcaption{padding:1rem 1.2rem;color:var(--muted);font-size:.85rem}.gallery figure:first-child{grid-row:span 2}.gallery figure:first-child img{height:calc(44rem + 1rem)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.field{display:flex;flex-direction:column;gap:.4rem}.field.full{grid-column:1/-1}.field label{font:700 .88rem Manrope,Arial,sans-serif}.field input,.field select,.field textarea{border:1px solid #bbc8cd;border-radius:0;background:#fff;padding:.85rem 1rem;min-height:3rem;color:var(--ink)}.field textarea{min-height:8rem;resize:vertical}.field :focus-visible{outline:2px solid var(--orange);outline-offset:2px}.form-note{font-size:.85rem;color:var(--muted)}.contact-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem}.footer{background:#0a1921;color:#d4dfe3;padding:4rem 0 1.5rem}.footer-main{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:2rem}.footer h4{font:800 .78rem Manrope,Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--orange)}.footer a{display:block;margin:.5rem 0;color:#d4dfe3;font-size:.9rem}.footer a:hover{color:var(--orange)}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid #3b515c;margin-top:3rem;padding-top:1.5rem;font-size:.78rem;color:#9cafb7}.spacer-top{margin-top:2rem}a:focus-visible,button:focus-visible{outline:2px solid var(--orange);outline-offset:3px}
@media(max-width:1050px){.nav{gap:.6rem}.nav a{font-size:.69rem}.footer-main{grid-template-columns:1.5fr 1fr 1fr}.footer-main>div:last-child{grid-column:2/4}}
@media(max-width:800px){.menu-toggle{display:block}.nav{display:none;position:absolute;top:5.2rem;left:0;right:0;background:var(--deep);padding:1.5rem;flex-direction:column;align-items:stretch;box-shadow:0 20px 20px #10212a40}.nav.open{display:flex}.nav a{font-size:1rem;padding:.5rem}.nav .nav-cta{text-align:center}.hero{min-height:40rem}.hero:after{background:linear-gradient(90deg,#0b1d26ed,#0b1d2677),linear-gradient(0deg,#071820a0,transparent 60%)}.grid.three{grid-template-columns:repeat(2,1fr)}.feature-split,.contact-grid{grid-template-columns:1fr}.feature-split img{height:24rem}.gallery{grid-template-columns:1fr 1fr}.gallery figure:first-child{grid-row:auto;grid-column:1/-1}.gallery figure:first-child img{height:26rem}.quote-band .inner{align-items:start;flex-direction:column}.cap-strip{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr}.footer-main>div:last-child{grid-column:auto}}
@media(max-width:560px){.container{width:min(calc(100% - 2rem),var(--max))}.header-inner{min-height:4.6rem}.nav{top:4.6rem}.brand-text{font-size:.88rem}.hero{min-height:37rem}.hero-content{padding-block:4rem}.hero-index{gap:1rem;margin-top:3rem;flex-direction:column}.hero-note{left:1rem;right:auto}.page-hero{padding:4rem 0}.section{padding:4rem 0}.section-head{display:block}.section-head p{margin-top:1rem}.grid.three,.grid.two,.form-grid,.gallery{grid-template-columns:1fr}.field.full{grid-column:auto}.gallery figure:first-child{grid-column:auto}.gallery figure:first-child img,.gallery img{height:16rem}.product-card{min-height:auto}.footer-main{grid-template-columns:1fr 1fr}.footer-main>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column}.feature-split img{height:18rem}}

.brand-logo{width:3rem;height:3rem;object-fit:contain;background:#000}.skip-link{position:absolute;left:-9999px}.skip-link:focus{position:fixed;left:1rem;top:1rem;z-index:200;background:#fff;padding:1rem;color:#14232b}
