@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Tajawal:wght@400;500;600;700;800&display=swap');
:root{--ink:#103b3d;--lime:#c5f36b;--muted:#587070;--line:#d8e1dd}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;font-family:'Inter',sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}header{padding:25px 5%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;font-family:Inter,sans-serif;font-size:25px;letter-spacing:-1px;font-weight:800;line-height:1.1}.brand small{display:block;font:9px 'Inter',sans-serif;letter-spacing:3.2px;margin-top:7px}.thin{font-weight:400}.mark{background:var(--ink);color:var(--lime);padding:9px 12px;font-size:30px;margin-right:10px;border-radius:2px}nav{display:flex;gap:32px;font-size:14px}nav a:hover{color:#638b34}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;padding:18px 24px;background:var(--ink);color:white;font-size:14px;font-weight:600;border-radius:3px}.button span{font-size:21px}.small{padding:12px 20px}.lime{background:var(--lime);color:var(--ink)}.hero{display:grid;grid-template-columns:1.05fr 1fr;margin:0 22px;min-height:620px;background:var(--ink);color:white}.hero-copy{padding:56px 7% 24px 7%}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;margin:0 0 28px}.eyebrow>span{display:inline-block;width:7px;height:7px;background:var(--lime);margin-right:8px}.hero .eyebrow{color:#d4e4d8}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Inter,sans-serif;font-weight:500;letter-spacing:-2.7px;line-height:1.13}h1{font-size:clamp(42px,4.5vw,74px);margin-bottom:26px}h1 em{font-style:normal;color:var(--lime)}.intro{font-size:16px;line-height:1.8;max-width:435px;color:#d0dedd;margin-bottom:30px}.hero-bottom{border-top:1px solid #416265;display:flex;gap:30px;font-size:10px;letter-spacing:1.6px;margin-top:48px;padding-top:24px}.hero-image{position:relative;background-color:#547877;background-size:cover;background-position:center;min-height:550px}.hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,#082f39bb)}.image-label{position:absolute;bottom:60px;left:40px;z-index:1}.image-label>span{font-size:11px;letter-spacing:3px}.image-label p{font:500 32px/1.25 Inter,sans-serif;margin:15px 0}.image-index{position:absolute;top:28px;right:28px;font-size:10px;letter-spacing:2px;z-index:1}.ribbon{display:flex;justify-content:space-between;align-items:center;padding:30px 6%;border-bottom:1px solid var(--line);gap:15px;font-size:11px;letter-spacing:1.7px}.ribbon b{font-size:21px;font-weight:400;color:#8ca397}.section{padding:96px 6%}.about{display:grid;grid-template-columns:.55fr 1.25fr .7fr;gap:45px}h2{font-size:clamp(32px,3.5vw,51px);margin-bottom:27px}p{font-size:16px;line-height:1.75}.about p:not(.eyebrow){color:var(--muted);max-width:520px}.about-note{border-left:1px solid var(--line);padding:12px 0 12px 45px;align-self:center}.about-note>span{font-size:38px;display:block;color:#749c47;margin-bottom:22px}.about-note strong{font-size:23px;line-height:1.5;font-weight:500}.about-note small{display:block;font-size:10px;letter-spacing:1.5px;margin-top:30px}.portfolio{background:#f1f5f2}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:24px}.section-heading p:not(.eyebrow){color:var(--muted);font-size:14px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.products article{background:white;border:1px solid #e1e8e2;padding:28px;position:relative}.number{position:absolute;right:25px;top:25px;font-size:12px;color:#6b807b}.symbol{width:65px;height:65px;border:1px solid #afc6b4;padding:14px;font-size:28px;letter-spacing:-1px;margin:12px 0 38px}.products h3{font-size:23px;font-weight:500;letter-spacing:-.5px}.products p{font-size:15px;color:var(--muted);min-height:54px}.products a{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:24px;margin-top:35px;font-size:13px}.products a:hover{color:#60852f}.approach{display:grid;grid-template-columns:1fr 1fr;gap:80px}.approach>div>p:last-child{color:var(--muted)}ol{list-style:none;margin:0;padding:0}li{display:flex;gap:25px;padding:24px 0;border-bottom:1px solid var(--line)}li:first-child{padding-top:0}li>span{font-size:12px;color:#728a73;padding-top:6px}li h3{font-size:20px;font-weight:500;margin-bottom:8px}li p{font-size:14px;color:var(--muted);margin:0}.contact{background:var(--lime);display:flex;justify-content:space-between;align-items:center;gap:40px}.contact h2{font-size:44px}.contact p{font-size:15px;margin-bottom:0}.contact-details{border-left:1px solid #95b855;padding-left:40px;max-width:300px}.contact-details>span{font-size:11px;letter-spacing:2px}.contact-details h3{font-size:25px;font-weight:500;margin:12px 0}footer{padding:34px 6%;display:flex;align-items:center;justify-content:space-between;gap:20px}footer .brand{font-size:23px}footer p,footer small,footer>a:last-child{font-size:12px;margin:0}a:focus-visible{outline:3px solid #799c43;outline-offset:6px}@media(max-width:900px){nav{gap:16px}.hero{min-height:0}.hero-copy{padding:40px 8% 25px}h1{font-size:43px}.hero-image{min-height:550px}.about{grid-template-columns:1fr 2fr}.about-note{display:none}.section{padding:65px 6%}.approach{gap:35px}.products article{padding:22px}.products h3{font-size:20px}}@media(max-width:640px){header{padding:20px 5%;flex-wrap:wrap}.brand{font-size:22px}.mark{font-size:24px}nav{order:3;width:100%;justify-content:space-between;padding-top:12px;font-size:13px}.small{padding:10px 12px;gap:12px;font-size:12px}.hero{margin:0 12px;grid-template-columns:1fr}.hero-copy{padding:38px 7% 24px}h1{font-size:46px}.hero-bottom{margin-top:34px;font-size:9px;gap:22px}.hero-image{min-height:310px}.image-label{left:25px;bottom:22px}.image-label p{font-size:27px}.ribbon{display:grid;grid-template-columns:1fr 1fr;font-size:9px;gap:18px;padding:25px 7%}.ribbon b{display:none}.section{padding:56px 7%}.about,.approach{grid-template-columns:1fr;gap:12px}.about>.eyebrow{margin-bottom:12px}.section-heading{display:block}.section-heading h2{margin-bottom:20px}.section-heading p br{display:none}.products{grid-template-columns:1fr}.symbol{margin-bottom:25px}.products p{min-height:0}.products a{margin-top:22px}.contact{display:block}.contact h2{font-size:35px}.contact-details{border-left:0;border-top:1px solid #95b855;margin-top:30px;padding:25px 0 0}.contact p br{display:none}footer{flex-wrap:wrap}footer p{display:none}footer small{width:45%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.hero-image{background-image:url("industry.jpg")}
/* Gate Chem brand: royal blue, navy, steel grey and chemical orange. */
:root{--ink:#0f2747;--lime:#f97316;--muted:#6b7280;--line:#e0e5ed}
body{background:#fff;font-family:Inter,sans-serif}header{background:#fff;padding-block:20px;gap:22px}.brand{direction:ltr;flex-shrink:0;font-weight:800;letter-spacing:-1px}.brand .thin{color:#606875;font-weight:800}.brand small{font-size:8px;letter-spacing:.7px;color:#0f2747;font-weight:500}.mark{position:relative;display:block;overflow:hidden;width:66px;height:72px;background:#fff;padding:0;margin:0 10px 0 0;border-radius:0}.mark img{position:absolute;max-width:none;width:724px;height:543px;left:-586px;top:-222px}.language-toggle{font:600 14px Inter,sans-serif;border:1px solid #cdd6e3;padding:11px 13px;background:white;color:#0f2747;border-radius:3px;cursor:pointer}.language-toggle:hover{background:#e9edf2}nav{margin-inline-start:auto;gap:25px}nav a:hover{color:#0b4ea2}.button{background:#0b4ea2;color:#fff}.button:hover{background:#093f83}.lime{background:#f97316;color:#0f2747}.lime:hover{background:#ff8e3b}.hero{background:#0f2747;margin-inline:22px;grid-template-columns:1.1fr 1fr}.hero-copy{background:linear-gradient(120deg,#0f2747,#123e70);padding-top:52px}.hero .eyebrow{color:#e9edf2}h1{font-weight:600;font-size:clamp(42px,4.2vw,65px)}h1 em{color:#fff}.hero .eyebrow>span{background:#f97316}.hero-copy h1:after{content:'';display:block;width:46px;height:4px;background:#f97316;margin-top:25px}.intro{color:#e0e5ed}.hero-bottom{border-color:#496080;color:#e9edf2}.hero-image:after{background:linear-gradient(180deg,#0b4ea21a 20%,#0f2747d9)}.image-label{left:auto;inset-inline-start:35px}.image-label>span{direction:ltr;display:block;letter-spacing:3px}.ribbon{background:#e9edf2;border-bottom:0}.ribbon b{color:#f97316}.about-note{border-left:0;border-inline-start:1px solid var(--line);padding:12px 0;padding-inline-start:38px}.about-note>span{color:#0b4ea2}.portfolio{background:#f4f6f9}.products article{border-color:#dce3ed;border-top:3px solid #0b4ea2}.symbol{border-color:#a8bdd8;color:#0b4ea2;background:#edf3fb}.number{right:auto;inset-inline-end:25px;color:#6b7280}.products a:hover{color:#0b4ea2}.contact{background:#0f2747;color:#fff;position:relative;border-top:5px solid #f97316}.contact .eyebrow{color:#ff9549}.contact p{color:#e9edf2}.contact-details{border-left:0;border-inline-start:1px solid #4c6380;padding:0;padding-inline-start:40px;min-width:260px}.contact-details a{display:inline-block;padding-block:5px}.contact-details a:hover{text-decoration:underline}.contact-details>span{color:#c2d3e9}footer .brand{color:#0f2747}a:focus-visible,button:focus-visible{outline:3px solid #f97316;outline-offset:5px}
html[lang=ar] body,html[lang=ar] h1,html[lang=ar] h2,html[lang=ar] h3,html[lang=ar] .image-label p{font-family:Tajawal,Arial,sans-serif}html[lang=ar] h1,html[lang=ar] h2{letter-spacing:0;line-height:1.4}html[lang=ar] h1{font-size:clamp(43px,4.5vw,68px)}html[lang=ar] .eyebrow,html[lang=ar] .hero-bottom,html[lang=ar] .ribbon,html[lang=ar] .contact-details>span,html[lang=ar] .about-note small{letter-spacing:0;font-size:14px}html[lang=ar] .brand{font-family:Inter,sans-serif}html[lang=ar] .brand small{font-family:Tajawal,sans-serif;font-size:12px;letter-spacing:0;direction:rtl;text-align:left}html[lang=ar] .image-label p{line-height:1.5}html[lang=ar] .intro{font-size:18px}html[lang=ar] .eyebrow>span{margin-right:0;margin-left:8px}html[lang=ar] .products p,html[lang=ar] li p,html[lang=ar] .contact p{font-size:16px}html[lang=ar] .button{font-size:16px}html[lang=ar] .hero-bottom{gap:30px}html[lang=ar] .hero-image{background-position:65% center}
@media(max-width:1000px){header{flex-wrap:wrap}.brand{font-size:23px}nav{order:4;width:100%;justify-content:center;padding-top:8px}.language-toggle{margin-inline-start:auto}.hero{grid-template-columns:1fr 1fr}.hero-copy{padding-inline:7%}h1{font-size:44px}.hero-bottom{flex-wrap:wrap;gap:12px}.contact-details{min-width:220px}}
@media(max-width:640px){header{gap:12px;padding:14px 5%}.brand{font-size:20px}.brand small{font-size:6px}.mark{width:51px;height:57px;margin-right:7px}.mark img{width:579.2px;height:434.4px;left:-469px;top:-177.6px}header .small{display:none}.language-toggle{font-size:13px;padding:10px}nav{padding-top:10px;gap:20px;margin:0;justify-content:space-between;font-size:14px}.hero{grid-template-columns:1fr;margin-inline:12px}.hero-copy{padding-top:35px}.hero-copy h1{font-size:42px}html[lang=ar] .hero-copy h1{font-size:43px}.hero-copy h1:after{margin-top:20px}.hero-bottom{margin-top:28px}.hero-image{min-height:300px}.ribbon{font-size:10px}.contact-details{border-inline-start:0;padding-inline-start:0;border-top:1px solid #4c6380;padding-top:24px}.contact h2{font-size:34px}html[lang=ar] .contact h2{font-size:33px}.image-label{inset-inline-start:25px}.products a{font-size:14px}html[lang=ar] .brand small{font-size:11px}footer{gap:18px}footer small{width:auto}}



.category-thumbnail{display:block;width:112px;height:88px;object-fit:cover;border:1px solid #dce3ed;border-radius:4px;margin:12px 0 32px}.products article:first-child .category-thumbnail{object-position:70% 70%}@media(max-width:640px){.category-thumbnail{margin-bottom:24px}}
