:root {
  --orange:#f7931e;
  --orange-dark:#df7600;
  --ink:#202020;
  --muted:#666;
  --light:#f7f7f7;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
a{color:inherit;text-decoration:none}
.container{width:min(var(--max),92%);margin:auto}
.topbar{height:7px;background:var(--orange)}
header{height:82px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 4%;position:sticky;top:0;z-index:20;box-shadow:0 2px 12px #00000015}
.logo{height:66px;width:auto;object-fit:contain}
nav{display:flex;gap:30px;align-items:center;font-size:12px;font-weight:700;text-transform:uppercase}
nav a:hover{color:var(--orange)}
.cta{background:var(--orange);padding:13px 22px;color:#fff;border-radius:2px}
.hero{min-height:560px;display:flex;align-items:center;background:
linear-gradient(90deg,#000b 0%,#0005 70%,#0000 75%),
url('../images/airport_unslash.jpg') center/cover}
.hero-content{color:#fff;max-width:580px;padding:80px 0}
.kicker{color:#ffb14c;font-size:13px;font-weight:800;letter-spacing:2px;text-transform:uppercase}
h1{font-size:clamp(44px,6vw,78px);line-height:.95;margin:12px 0 18px;text-transform:uppercase}
.hero p{font-size:18px;line-height:1.65;max-width:520px}
.hero-buttons{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}
.btn{display:inline-block;padding:14px 24px;border:1px solid #fff;color:#fff;font-weight:700;font-size:12px;text-transform:uppercase}
.btn.orange{background:var(--orange);border-color:var(--orange)}
.section{padding:72px 0}
.section-title{text-align:center;margin-bottom:38px}
.section-title .eyebrow{font-size:12px;color:var(--orange);font-weight:800;text-transform:uppercase;letter-spacing:2px}
.section-title h2{font-size:32px;margin:9px 0 12px}
.section-title p{max-width:720px;margin:auto;color:var(--muted);line-height:1.6}
.about{background:#fafafa}
.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}
.about img{width:100%;height:420px;object-fit:cover}
.about-copy h3{font-size:28px;margin-top:0}
.about-copy p{color:#666;line-height:1.75}
.stats{background:var(--orange);color:#fff;padding:25px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;gap:20px}
.stat strong{display:block;font-size:30px}
.stat span{font-size:11px;text-transform:uppercase;letter-spacing:1px}
.trust{padding:70px 0 30px}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.feature{border:1px solid #eee;padding:28px;background:#fff;box-shadow:0 5px 18px #0000000b}
.icon{width:48px;height:48px;background:var(--orange);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:21px;font-weight:800;margin-bottom:18px}
.feature h3{font-size:17px;margin:0 0 10px}
.feature p{font-size:13px;line-height:1.65;color:#666;margin:0}
.product-row{display:grid;grid-template-columns:1fr 1fr;min-height:420px;margin-bottom: 30px;}
.product-row:nth-child(even) .product-image{order:2}
.product-image{min-height:420px;background-position:center;background-size:cover}
.product-copy{padding:55px 7%;display:flex;flex-direction:column;justify-content:center}
.product-copy .tag{color:var(--orange);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px}
.product-copy h3{font-size:30px;margin:8px 0 16px}
.product-copy p{color:#666;line-height:1.7}
.product-copy ul{padding-left:18px;color:#555;line-height:1.8;font-size:13px}
.products-wrap{border-top:7px solid var(--orange)}
.product-image.steel{background-image:url('../images/tmtrods.jpeg')}
.product-image.structure{background-image:url('../images/bindingwires.jpeg')}
.product-image.wire{background-image:url('../images/mspipes.jpeg')}
.product-image.roof{background-image:url('../images/structuralsteel.jpeg')}
.map-section{padding:70px 0;background:#fafafa}
.maps{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.map-card{height:300px;background:#e8e8e8;position:relative;overflow:hidden;border:1px solid #ddd}
.map-card::before{content:"";position:absolute;inset:0;}
.map-label{position:absolute;left:18px;top:18px;background:#fff;padding:9px 13px;font-size:11px;font-weight:800;box-shadow:0 2px 8px #0002}
.contact{padding:75px 0}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start}
.contact-logo{max-width:310px;width:100%;background:#fff}
.contact-info h3{font-size:26px;margin-top:0}
.contact-info p{line-height:1.8;color:#666}
.contact-list{list-style:none;padding:0;margin:20px 0}
.contact-list li{margin:12px 0;color:#555}
footer{background:#191919;color:#aaa;padding:28px 0;text-align:center;font-size:12px}
@media(max-width:800px){
 header{height:auto;min-height:72px;padding:8px 4%;gap:12px}
 .logo{height:54px}
 nav{gap:10px;font-size:9px}
 nav a:not(.cta){display:none}
 .hero{min-height:600px}
 .hero-content{padding:70px 0}
 .about-grid,.contact-grid,.maps{grid-template-columns:1fr}
 .stats-grid{grid-template-columns:repeat(2,1fr)}
 .features{grid-template-columns:1fr}
 .product-row{grid-template-columns:1fr}
 .product-row:nth-child(even) .product-image{order:0}
 .product-image{min-height:280px}
 .product-copy{padding:40px 7%}
}
