:root{--navy:#082b4b;--navy2:#0d3f68;--blue:#0868a4;--teal:#0aa489;--orange:#f47b20;--ink:#142434;--muted:#667787;--line:#dce4e9;--paper:#f4f7f8;--white:#fff;--shadow:0 18px 50px rgba(5,35,58,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}img{display:block;width:100%}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:fixed;z-index:50;inset:0 0 auto;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(8,43,75,.08)}.nav-wrap{height:78px;width:min(1240px,calc(100% - 40px));margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:12px;align-items:center}.brand-mark{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;color:#fff;font-weight:800;background:linear-gradient(135deg,var(--teal),var(--blue))}.brand b{display:block;color:var(--navy);letter-spacing:.08em;font-size:15px}.brand small{display:block;font-size:9px;letter-spacing:.16em;color:var(--muted)}nav{display:flex;gap:32px}nav a{font-size:14px;font-weight:600;color:#344b5d}nav a:hover{color:var(--orange)}.nav-actions{display:flex;align-items:center;gap:10px}.lang-btn,.menu-btn{border:1px solid var(--line);background:#fff;border-radius:8px;height:38px;min-width:38px;font-weight:700;color:var(--navy);cursor:pointer}.menu-btn{display:none}.button{display:inline-flex;justify-content:center;align-items:center;padding:13px 22px;border:0;border-radius:8px;background:var(--orange);color:#fff;font:700 14px Manrope;cursor:pointer;box-shadow:0 8px 22px rgba(244,123,32,.25)}.button:hover{transform:translateY(-1px)}.button-small{padding:10px 16px}.hero{min-height:760px;position:relative;display:flex;align-items:center;color:#fff}.hero-photo,.hero-shade{position:absolute;inset:0}.hero-photo{background:url('assets/factory/pe-pipe-production-line.jpg') center/cover}.hero-shade{background:linear-gradient(90deg,rgba(4,29,50,.96) 0%,rgba(4,29,50,.82) 45%,rgba(4,29,50,.25) 100%)}.hero-content{position:relative;padding-top:95px}.eyebrow{margin:0 0 18px;color:#77dccb;font-weight:800;font-size:12px;letter-spacing:.18em}.eyebrow.dark{color:var(--blue)}h1,h2,h3,p{margin-top:0}h1{max-width:850px;font-size:clamp(43px,6vw,76px);line-height:1.08;letter-spacing:-.04em;margin-bottom:24px}.hero-copy{max-width:690px;font-size:19px;color:rgba(255,255,255,.78)}.hero-actions{display:flex;gap:12px;margin-top:34px}.button-ghost{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.35);box-shadow:none}.trust-row{display:flex;gap:58px;margin-top:64px;border-top:1px solid rgba(255,255,255,.2);padding-top:26px}.trust-row span{display:flex;flex-direction:column}.trust-row b{font-size:18px}.trust-row small{color:rgba(255,255,255,.6)}.section{padding:100px 0}.muted{background:var(--paper)}.split{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.split h2,.section-head h2,.contact h2{font-size:clamp(32px,4vw,50px);line-height:1.16;letter-spacing:-.035em;margin-bottom:0}.split>div:last-child>p,.section-head>p{color:var(--muted)}.pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}.pill-row span{border:1px solid var(--line);border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700}.section-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:48px}.section-head>div{max-width:700px}.section-head>p{max-width:380px;margin-bottom:5px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.product-card{position:relative;background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}.product-card img{height:320px;object-fit:cover}.product-card>div{padding:24px}.product-card span,.project-grid small{font-size:11px;letter-spacing:.15em;color:var(--orange);font-weight:800}.product-card h3{font-size:22px;margin:7px 0}.product-card p{color:var(--muted);margin-bottom:0}.factory{background:var(--navy);color:#fff}.section-head.light>p{color:rgba(255,255,255,.65)}.factory-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-template-rows:250px 250px;gap:16px}.factory-grid figure{position:relative;margin:0;border-radius:12px;overflow:hidden}.factory-main{grid-row:1/3}.factory-grid img{height:100%;object-fit:cover}.factory-grid figcaption{position:absolute;inset:auto 0 0;padding:35px 22px 18px;background:linear-gradient(transparent,rgba(0,0,0,.78))}.factory-grid figure:nth-child(4){grid-column:2/4}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.project-grid article{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.project-grid img{height:270px;object-fit:cover}.project-grid article>div{padding:21px}.project-grid h3{margin:7px 0 0;font-size:20px}.process ol{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.process li{background:#fff;border:1px solid var(--line);padding:26px;border-radius:12px;display:flex;gap:16px}.process li>b{font-size:13px;color:var(--orange)}.process li span{display:flex;flex-direction:column}.process strong{font-size:15px}.process small{margin-top:8px;color:var(--muted)}.contact{background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.contact h2{margin-bottom:22px}.contact-grid>div>p{color:rgba(255,255,255,.72)}.contact-links{display:flex;flex-direction:column;gap:9px;margin-top:28px;font-weight:600}.contact-links a:hover{color:#77dccb}form{background:#fff;color:var(--ink);padding:30px;border-radius:14px;display:grid;gap:16px}label span{display:block;margin-bottom:6px;font-size:12px;font-weight:700}input,textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:12px;font:14px Manrope;outline:0}input:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(8,104,164,.1)}form small{color:var(--muted);text-align:center}footer{padding:30px 0;border-top:1px solid var(--line)}.footer-row{display:flex;justify-content:space-between;align-items:center}.footer-row p{font-size:12px;color:var(--muted);margin:0}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:40;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.22)}@media(max-width:900px){nav{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;gap:8px;border-bottom:1px solid var(--line)}nav.open{display:flex}nav a{padding:9px 0}.menu-btn{display:block}.nav-actions .button-small{display:none}.hero{min-height:690px}.hero-shade{background:rgba(4,29,50,.8)}.split,.contact-grid{grid-template-columns:1fr;gap:35px}.factory-grid{grid-template-columns:1fr 1fr;grid-template-rows:320px 220px 220px}.factory-main{grid-column:1/3;grid-row:auto}.factory-grid figure:nth-child(4){grid-column:1/3}.project-grid{grid-template-columns:1fr}.project-grid img{height:360px}.process ol{grid-template-columns:1fr 1fr}.section-head{display:block}.section-head>p{margin-top:20px}.section{padding:75px 0}}@media(max-width:600px){.container,.nav-wrap{width:min(100% - 28px,1180px)}.brand b{font-size:12px}.brand small{display:none}.hero{min-height:690px}.hero-content{padding-top:95px}h1{font-size:42px}.hero-copy{font-size:16px}.trust-row{gap:20px;flex-wrap:wrap;margin-top:42px}.trust-row span{width:42%}.section{padding:62px 0}.product-grid{grid-template-columns:1fr}.product-card img{height:240px}.factory-grid{display:block}.factory-grid figure{height:240px;margin-bottom:14px}.project-grid img{height:240px}.process ol{grid-template-columns:1fr}.contact-grid{gap:42px}.footer-row{align-items:flex-start;gap:25px;flex-direction:column}}
