@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--navy:#101d28;--lime:#d5ff63;--white:#fff;--muted:#7a868d}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:#fff;color:var(--navy);font-family:'DM Sans',sans-serif;font-size:16px}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible{outline:3px solid #629b00;outline-offset:6px}header{height:108px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:13px;font-size:23px;font-weight:800;letter-spacing:2px;line-height:1.05}.brand-sub{display:block;font-size:11px;letter-spacing:5px;margin-top:6px}.mark{font-family:Arial,sans-serif;font-size:51px;letter-spacing:-19px;width:51px;transform:skew(-7deg);font-weight:800}.mark span{color:#80934d}nav{display:flex;gap:35px;font-size:14px;font-weight:500}nav a:hover{color:#648700}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;font-size:14px;font-weight:650;padding:19px 25px;border:1px solid var(--navy);border-radius:3px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px)}.button span{font-size:22px;line-height:1}.small{padding:14px 20px}.hero{background:var(--navy);color:#fff;display:grid;grid-template-columns:1.04fr 1fr;min-height:660px}.hero-copy{padding:65px 7% 30px 9.6%;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font-size:12px;font-weight:650;letter-spacing:1.7px;display:flex;align-items:center;gap:13px}.line{width:25px;height:1px;background:var(--lime)}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,sans-serif}h1{font-size:clamp(52px,5.6vw,88px);font-weight:500;letter-spacing:-4px;line-height:1.08;margin-top:33px}em{font-style:normal;color:var(--lime)}.hero p{font-size:18px;line-height:1.7;color:#bec6cd;max-width:360px;margin:25px 0 34px}.lime{background:var(--lime);color:var(--navy);border-color:var(--lime)}.hero-bottom{display:flex;justify-content:space-between;gap:25px;width:100%;margin-top:auto;padding-top:70px;font-size:11px;letter-spacing:1px;color:#aebbc4}.hero-bottom a{font-size:12px;letter-spacing:0}.hero-bottom a span{margin-left:18px}.hero-art{min-height:580px;background:linear-gradient(160deg,#273d4c,#142934);position:relative;background-size:cover;background-position:center}.hero-art:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,18,27,.7),transparent 60%)}.image-label{position:absolute;top:32px;left:32px;z-index:1;border-left:1px solid var(--lime);padding-left:15px;display:grid;gap:7px;font-size:12px;letter-spacing:1.4px}.image-index{position:absolute;bottom:33px;right:30px;font-size:11px;letter-spacing:1.5px;z-index:1}.ticker{background:var(--lime);padding:24px 5%;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;font-weight:700;letter-spacing:1.4px}.ticker b{font-size:24px}.section{padding:100px 5%}.about{display:grid;grid-template-columns:1fr 2.1fr;gap:45px}.about .eyebrow{align-self:start;margin-top:10px}h2{font-size:clamp(34px,3.4vw,54px);font-weight:500;letter-spacing:-2px;line-height:1.15}.muted{color:#8d959a}.about-text{display:grid;grid-template-columns:1fr 1fr;gap:42px;margin-top:35px;max-width:800px}p{line-height:1.75;color:#65717a}.sourcing{background:#f1f4f4}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:45px}.section-heading .eyebrow{margin-bottom:25px}.section-heading>p{font-size:15px;padding-bottom:5px}.source-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.source-grid article{background:#fff;padding:34px;display:flex;flex-direction:column;min-height:330px;border-top:2px solid #cad2d4;transition:border-color .2s,transform .2s}.source-grid article:hover{border-color:#7fb52d;transform:translateY(-4px)}.card-number{font-size:12px;letter-spacing:1px;color:#7d878d}.source-grid h3{font-size:25px;line-height:1.3;letter-spacing:-.8px;margin:34px 0 17px;font-weight:600}.source-grid p{font-size:15px;max-width:320px}.source-grid a{padding-top:35px;margin-top:auto;display:flex;justify-content:space-between;font-size:14px;font-weight:600}.source-grid a span{font-size:20px}.approach{background:var(--navy);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:80px}.approach .eyebrow{color:#a7b6bf;margin-bottom:35px}.steps>div{display:flex;gap:26px;padding:27px 0;border-bottom:1px solid #35424b}.steps>div:first-child{padding-top:0}.steps>div>span{font-size:13px;color:var(--lime);padding-top:6px}.steps h3{font-size:21px;font-weight:500}.steps p{color:#aab7c0;font-size:15px;margin-top:12px}.contact{background:var(--lime);display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}.contact .eyebrow{margin-bottom:25px}.contact em{color:#5d7626}.contact p{color:#415522;margin-top:25px}.dark{background:var(--navy);color:white}.contact-note{width:100%;font-size:13px;color:#425522;margin-top:-6px}footer{display:flex;align-items:center;justify-content:space-between;padding:40px 5%;gap:24px}footer .brand{font-size:18px}footer .brand-sub{font-size:9px}footer .mark{font-size:42px;width:44px;letter-spacing:-16px}footer p,footer>span,footer>a:last-child{font-size:12px}.skip{position:absolute;top:-100px;left:20px;padding:14px;background:white;z-index:100}.skip:focus{top:10px}@media(min-width:1600px){header,.section,footer{padding-left:max(5%,calc((100vw - 1440px)/2));padding-right:max(5%,calc((100vw - 1440px)/2))}.hero{min-height:760px}}@media(max-width:1000px){nav{gap:18px}.hero-copy{padding-top:45px}h1{letter-spacing:-2.8px}.hero{min-height:610px}.hero-art{min-height:610px}.hero-bottom{font-size:10px}.about{grid-template-columns:1fr}.section{padding:70px 5%}.source-grid article{padding:25px}.source-grid h3{font-size:22px}.approach{gap:40px}footer{flex-wrap:wrap}footer p{display:none}}@media(max-width:700px){header{height:86px;padding:0 6%}.brand{font-size:19px}.brand-sub{font-size:9px}.mark{font-size:43px;width:44px;letter-spacing:-16px}nav{display:none}.small{font-size:12px;padding:12px;gap:14px}.hero{grid-template-columns:1fr}.hero-copy{padding:45px 6% 25px}.hero h1{font-size:58px}.hero p{font-size:17px}.hero-bottom{padding-top:48px}.hero-art{min-height:340px;background-position:center 55%}.image-label{top:24px;left:6%}.image-index{bottom:20px;font-size:10px}.ticker{padding:18px 6%;font-size:10px;gap:12px;flex-wrap:wrap;justify-content:center}.ticker span:last-child,.ticker b:last-of-type{display:none}.ticker b{font-size:18px}.section{padding:60px 6%}.about{gap:28px}.about-text{grid-template-columns:1fr;gap:20px;margin-top:25px}h2{font-size:37px;letter-spacing:-1.5px}.section-heading{display:block}.section-heading>p{margin-top:24px}.source-grid{grid-template-columns:1fr}.source-grid article{min-height:290px;padding:28px}.source-grid h3{margin-top:25px;font-size:26px}.approach{grid-template-columns:1fr;gap:40px}.contact{gap:30px}.contact h2{font-size:35px}.contact-note{line-height:1.6}footer{padding:30px 6%;gap:30px}footer>span{order:3;width:100%;font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.hero-art{background-image:url("chemical-port.jpg");background-position:38% center}.logo{width:100px;height:100px;object-fit:contain;display:block}header{height:116px}footer .logo{width:90px;height:90px}.contact-actions{display:flex;flex-direction:column;gap:22px;align-items:center}.whatsapp{font-size:14px;border-bottom:1px solid #768d40;padding-bottom:5px}.contact-details{width:100%;display:flex;gap:30px;flex-wrap:wrap;border-top:1px solid #adc952;padding-top:28px;margin-top:15px;font-size:15px}.contact-details span{margin-left:auto;font-size:13px;color:#425522}@media(max-width:700px){header{height:94px}.logo{width:83px;height:83px}.hero-art{background-position:40% center}.contact-actions{align-items:flex-start}.contact-details{gap:18px;flex-direction:column}.contact-details span{margin-left:0}footer .logo{width:85px;height:85px}}

/* Expanded company and product information */
.eyebrow,.card-number{font-size:14px}.hero p{max-width:450px}.about-text p,.steps p,.section-heading>p{font-size:16px}.company-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:36px;border-top:1px solid #dce2e4;padding-top:25px}.company-principles span{display:block;font-size:12px;letter-spacing:1px;color:#64717b;margin-bottom:12px}.company-principles strong{font-weight:500;line-height:1.55;display:block}.catalogue-note{max-width:840px;margin:-15px 0 35px;font-size:14px;line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product-card{padding:34px;background:#fff;border:1px solid #dfe5e5;display:flex;flex-direction:column}.product-top{display:flex;justify-content:space-between;font-size:12px;letter-spacing:1px;color:#64727a}.product-top>span:first-child{color:#54692b}.product-card h3{font-size:28px;font-weight:550;letter-spacing:-1px;margin:28px 0 13px}.product-card ul{padding:0;list-style:none;margin:22px 0 25px;border-top:1px solid #e3e8e8}.product-card li{border-bottom:1px solid #e3e8e8;padding:13px 0;display:flex;align-items:center;gap:12px}.product-card li:before{content:'';width:5px;height:5px;background:#647d31;flex-shrink:0}.product-card>a{display:flex;justify-content:space-between;gap:10px;font-size:14px;font-weight:600;margin-top:auto}.product-card>a:hover,.catalogue-footer a:hover{text-decoration:underline}.catalogue-footer{margin-top:30px;display:flex;justify-content:space-between;align-items:center;gap:30px}.catalogue-footer p{max-width:650px;font-size:14px}.catalogue-footer a{font-size:14px;white-space:nowrap;font-weight:600}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.industry-grid article{border-top:1px solid #bdc8cc;padding-top:23px}.industry-grid span{font-size:14px;color:#617539}.industry-grid h3{font-size:21px;line-height:1.4;font-weight:550;margin:23px 0 15px}.industry-grid p{font-size:16px}.buyer-info{background:#f7f9f8}.buyer-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px}.buyer-grid h3{font-size:23px;font-weight:550;margin-bottom:15px}.faq{margin-top:45px;border-top:1px solid #ccd6d8}.faq details{border-bottom:1px solid #ccd6d8}.faq summary{font-size:18px;font-weight:500;cursor:pointer;padding:22px 35px 22px 0}.faq p{max-width:850px;padding:0 30px 22px 0}.faq summary:focus-visible{outline:2px solid #648700;outline-offset:3px}.hero-bottom,.hero-bottom a,.image-index,.image-label,footer p,footer>span,footer>a:last-child{font-size:14px}p{color:#52616b}.muted{color:#697780}.steps p{color:#bcc7ce}
@media(max-width:1000px){.industry-grid{grid-template-columns:1fr 1fr}.company-principles{gap:20px}nav{gap:16px}.hero-bottom{flex-wrap:wrap}}
@media(max-width:700px){.product-grid,.buyer-grid,.company-principles{grid-template-columns:1fr}.product-card{padding:26px}.company-principles{gap:22px}.industry-grid{grid-template-columns:1fr}.catalogue-footer{align-items:flex-start;flex-direction:column;gap:15px}.industry-grid h3{margin:15px 0 10px}.product-top{font-size:12px}.hero h1{font-size:clamp(43px,10vw,58px)}.contact-details a{overflow-wrap:anywhere}.eyebrow{font-size:12px}.hero-bottom{font-size:12px}footer>span{font-size:14px}.buyer-grid{gap:30px}}

.credentials{display:grid;grid-template-columns:repeat(4,1fr);padding:32px 5%;border-bottom:1px solid #dce3e5;gap:25px}.credentials>div{border-right:1px solid #dce3e5;padding-right:20px}.credentials>div:last-child{border:0}.credentials strong{display:block;font:500 23px Manrope,sans-serif;letter-spacing:-.5px}.credentials span{display:block;font-size:14px;color:#52616b;margin-top:7px}.catalogue-source{font-size:14px;margin-top:26px}.catalogue-source a{text-decoration:underline;text-underline-offset:3px}.registration-note{margin-top:32px;border-left:3px solid #83a746;padding:5px 0 5px 24px}.registration-note strong{font-size:18px;font-weight:500}.registration-note p{margin-top:8px;max-width:850px}@media(max-width:700px){.credentials{grid-template-columns:1fr 1fr;padding:27px 6%;gap:25px 15px}.credentials>div:nth-child(2){border:0}.credentials strong{font-size:19px}.credentials span{font-size:13px}}

/* Frame the supplied square logo without changing its artwork. */
header .brand,footer .brand{width:200px;height:108px;overflow:hidden;justify-content:center;flex-shrink:0}
header .logo,footer .logo{width:250px;height:250px;max-width:none;flex-shrink:0}
@media(max-width:700px){header .brand,footer .brand{width:168px;height:94px}header .logo,footer .logo{width:230px;height:230px}header{gap:14px}}
