// Logistics & Distribution page — 6 numbered steps + the redesigned Port Lanes section. (function () { const { Reveal, Eyebrow, PortLanes } = window.GR; const STEPS = [ { num: '01', tag: 'International Sourcing', title: 'Global Supplier Network', body: 'We identify, vet, and maintain active supplier relationships with certified manufacturers across North America, South America, Europe, and Asia — sourcing both chemical commodities at globally competitive prices and specialty industrial chemicals that meet client technical specifications. Quality certification, supply reliability, and commercial terms drive every supplier we onboard.', coverage: '3 Continents · 4 Regions · Vetted Supplier Network' }, { num: '02', tag: 'Port Logistics', title: 'Port Logistics Management', body: 'GR Unity Trading manages port operations directly — coordinating freight, cargo documentation, container management, and port handling at both origin and destination ports for bulk chemical commodities and packaged industrial chemicals alike. Our hands-on port experience translates to faster delivery and fewer logistical surprises.', coverage: '7 Active LATAM Ports · US Port Operations · Full Cargo Documentation' }, { num: '03', tag: 'Trade Compliance', title: 'Import & Export Coordination', body: 'Full management of import and export processes — including customs documentation, regulatory compliance for chemical substances, tariff classification, and government agency coordination across multiple countries. Chemical commodities and industrial chemicals each carry distinct regulatory requirements; we manage both.', coverage: 'Multi-Country Compliance · Chemical Regulatory Management' }, { num: '04', tag: 'LATAM Network', title: 'LATAM Distribution', body: 'Active distribution network across Latin America serving industrial manufacturers, chemical distributors, and large-scale commercial operators. We manage regional delivery logistics for both commodity volume shipments and specialty industrial chemical supply — coordinated against client demand cycles.', coverage: 'Colombia · Argentina · Brazil · Peru · Mexico · Panama' }, { num: '05', tag: 'Supplier Coordination', title: 'Supplier Management', body: 'Long-term supplier partnerships built on performance, reliability, and mutual commercial value — across both commodity chemical producers and specialty industrial chemical manufacturers. We manage compliance documentation, quality control, pricing negotiations, and ongoing relationship management for the full supplier base.', coverage: 'Americas · Europe · Asia · Certified Partners Only' }, { num: '06', tag: 'Supply Planning', title: 'Supply Chain Management', body: 'Proactive supply chain planning to ensure product availability ahead of client demand — whether managing commodity price cycles or maintaining consistent industrial chemical supply for manufacturing clients. We eliminate supply disruptions through forward planning and diversified sourcing.', coverage: 'Continuous Supply Planning · Demand Coordination' }, ]; function LogisticsPage() { return (
How We Operate

End-to-End
Logistics Management.

From supplier origin to final client delivery — we manage every link in the supply chain for both industrial chemicals and commodities. Sourcing, port operations, customs, regional distribution, and supplier coordination, all under one team.

{STEPS.map((s) => (
{s.num}.
// {s.tag}

{s.title}

{s.body}

Coverage / {s.coverage}
))}
); } window.GR = Object.assign(window.GR || {}, { LogisticsPage }); })();