:root{--ink:#102822;--green:#087f73;--mint:#eaf5f2;--gold:#d6a83b;--paper:#f7faf8;--line:#d7e2de}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}a{color:inherit;text-decoration:none}header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(6vw,24px);background:#fff;position:sticky;top:0;z-index:5;border-bottom:1px solid var(--line)}.brand{font-weight:800;display:flex;align-items:center;gap:10px}.brand span{background:var(--green);color:#fff;border-radius:9px;padding:7px}nav{display:flex;gap:28px;font-weight:650}nav a:hover{color:var(--green)}.menu{display:none}.hero{min-height:720px;display:grid;align-items:center;padding:90px max(8vw,28px);color:#fff;background:linear-gradient(90deg,rgba(5,34,28,.96) 0%,rgba(5,34,28,.83) 50%,rgba(5,34,28,.28)),url('fabrication.jpg') center/cover}.hero>div{max-width:820px}.eyebrow{font-size:.77rem;letter-spacing:.16em;font-weight:800;color:var(--gold)}h1{font-size:clamp(3rem,6vw,5.8rem);line-height:.98;margin:.25em 0}h2{font-size:clamp(2rem,4vw,3.6rem);line-height:1.08;margin:.2em 0 .45em}h3{font-size:1.35rem;line-height:1.25}.lead{font-size:1.25rem;max-width:760px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.primary,.secondary{display:inline-block;padding:14px 20px;border-radius:8px;font-weight:800}.primary{background:var(--green);color:#fff}.secondary{border:1px solid currentColor}.proof{display:flex;gap:12px;flex-wrap:wrap;padding:0;list-style:none}.proof li{border:1px solid #ffffff55;background:#ffffff12;border-radius:8px;padding:10px 14px}.intro,.process{padding:100px max(8vw,28px)}.intro{max-width:900px}.intro>p:last-child{font-size:1.15rem}.grid{display:grid}.products{grid-template-columns:repeat(3,1fr);gap:24px;padding:0 max(8vw,28px) 100px}.products article{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 18px 50px #15352c10}.products article:not(.featured){padding-bottom:24px}.products article:not(.featured) h3,.products article:not(.featured) p{margin-left:22px;margin-right:22px}.products img{width:100%;height:260px;object-fit:cover}.products .featured{grid-column:1/-1;display:grid;grid-template-columns:1.25fr 1fr}.products .featured img{height:100%;min-height:450px}.featured>div{padding:48px}.featured small{color:var(--green);font-weight:800}.featured a{color:var(--green);font-weight:800}.dark{padding:100px max(8vw,28px);background:#092e27;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:60px}.dark>img{grid-column:1/-1;width:100%;max-height:540px;object-fit:cover;border-radius:12px}.stats{display:grid;gap:12px}.stats div{background:#ffffff0d;border:1px solid #ffffff22;border-radius:10px;padding:20px}.stats strong{font-size:2rem;display:block;color:#5ed2c1}.stats span{color:#d4e3df}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.steps article{background:#fff;border:1px solid var(--line);padding:24px;border-radius:10px}.steps b{color:var(--green);font-size:1.5rem}.about{display:grid;grid-template-columns:minmax(300px,.8fr) 1.2fr;gap:70px;align-items:center;padding:100px max(8vw,28px);background:var(--mint)}.about img{width:100%;max-height:680px;object-fit:cover;object-position:center 22%;border-radius:14px}.badges{display:flex;flex-wrap:wrap;gap:10px}.badges span{background:#fff;border:1px solid var(--line);border-radius:50px;padding:8px 13px;font-weight:650}.contact{display:grid;grid-template-columns:1.35fr .65fr;gap:60px;padding:100px max(8vw,28px);background:#fff}.contact aside{background:var(--ink);color:#fff;padding:30px;border-radius:12px}.contact li{margin:9px 0}footer{padding:50px max(8vw,28px);background:#061d19;color:#cedbd8;display:grid;grid-template-columns:1fr 1fr;gap:24px}footer div:nth-child(2){display:flex;flex-direction:column}footer small{grid-column:1/-1;border-top:1px solid #ffffff22;padding-top:18px}@media(max-width:850px){header nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:22px;flex-direction:column}.menu{display:block;background:none;border:0;font-size:1.5rem}.hero{min-height:650px}.products{grid-template-columns:1fr}.products .featured{display:block}.products .featured img{min-height:300px}.steps{grid-template-columns:1fr 1fr}.dark,.about,.contact{grid-template-columns:1fr}.about img{max-height:520px}.dark{gap:30px}}@media(max-width:520px){h1{font-size:3rem}.steps{grid-template-columns:1fr}.featured>div{padding:28px}.products img{height:220px}.hero,.intro,.products,.dark,.process,.about,.contact{padding-left:20px;padding-right:20px}footer{grid-template-columns:1fr}}
