:root {
  --ink: #121418;
  --muted: #60656c;
  --soft: #f4f4f3;
  --red: #e31d2d;
  --navy: #061726;
  --dark: #0c0e12;
  --line: #dfe1e4;
  --content: min(1320px, calc(100% - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.content-shell { width: var(--content); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; top: -70px; left: 20px; padding: 10px 14px; background: var(--red); color: #fff; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 20px; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(18,20,24,.08); box-shadow: 0 1px 0 rgba(18,20,24,.03); }
.header-inner { width: min(1480px, calc(100% - 48px)); min-height: 82px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; min-width: 315px; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 88px; height: 45px; object-fit: contain; object-position: left center; }
.brand-name { font-size: clamp(10px, .85vw, 13px); font-weight: 800; line-height: 1; letter-spacing: .045em; text-transform: uppercase; white-space: nowrap; }
.primary-navigation { display: flex; align-items: center; justify-content: flex-end; gap: clamp(15px, 1.65vw, 29px); }
.primary-navigation a { position: relative; padding: 31px 0 29px; text-decoration: none; color: #212326; font-size: 10px; font-weight: 800; line-height: 1; letter-spacing: .02em; text-transform: uppercase; white-space: nowrap; }
.primary-navigation a::after { content: ""; position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: center; transition: transform .22s ease; }
.primary-navigation a:hover::after, .primary-navigation a:focus-visible::after, .primary-navigation a.is-current::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font: inherit; cursor: pointer; }

.hero { position: relative; min-height: min(720px, calc(100svh - 82px)); isolation: isolate; overflow: hidden; color: #fff; display: grid; grid-template-rows: 1fr auto; }
.hero-photo { position: absolute; inset: 0; z-index: -3; background: #07223b url("../images/hero-container-ship.jpg") center 65% / cover no-repeat; transform: scale(1.01); }
.hero-veil { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(3,16,30,.96) 0%, rgba(3,16,30,.80) 31%, rgba(3,16,30,.28) 64%, rgba(3,16,30,.14) 100%), linear-gradient(0deg, rgba(2,10,19,.74) 0%, transparent 54%); }
.hero-geometry { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.hero-geometry i { position: absolute; display: block; transform: skewX(-35deg); background: var(--red); }
.hero-geometry i:nth-child(1) { top: -20%; right: -8%; width: 7px; height: 150%; opacity: .88; }
.hero-geometry i:nth-child(2) { top: -14%; right: -13%; width: 38px; height: 142%; opacity: .95; }
.hero-geometry i:nth-child(3) { right: -7%; bottom: -66%; width: 29%; height: 95%; background: linear-gradient(90deg, transparent, rgba(227,29,45,.92)); }
.hero-content { align-self: center; padding: 70px 0 48px; }
.eyebrow { margin: 0 0 13px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::after { content: ""; display: block; width: 38px; height: 3px; margin-top: 10px; background: currentColor; }
.eyebrow-light { color: var(--red); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(44px, 6.1vw, 94px); line-height: .96; font-weight: 900; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-intro { max-width: 505px; margin: 28px 0 26px; font-size: clamp(16px, 1.25vw, 20px); line-height: 1.45; }
.button { display: inline-flex; align-items: center; gap: 25px; padding: 14px 17px 13px; border: 1px solid currentColor; font-size: 11px; font-weight: 800; letter-spacing: .06em; line-height: 1; text-decoration: none; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button-light { color: #fff; }
.button:hover { background: #fff; color: var(--ink); transform: translateY(-2px); }
.hero-values { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-bottom: 35px; }
.hero-values article { display: flex; align-items: center; gap: 14px; min-height: 61px; padding: 0 22px; border-left: 1px solid rgba(255,255,255,.45); }
.hero-values article:first-child { padding-left: 0; border-left: 0; }
.hero-values strong { display: block; max-width: 118px; font-size: 10px; line-height: 1.16; letter-spacing: .04em; text-transform: uppercase; }
.hero-values small { display: block; margin-top: 7px; color: rgba(255,255,255,.82); font-size: 10px; }
.value-icon { position: relative; flex: 0 0 38px; width: 38px; height: 38px; border: 2px solid var(--red); border-radius: 50%; }
.value-icon-globe::before, .value-icon-globe::after { content: ""; position: absolute; inset: 5px 15px; border-inline: 1px solid var(--red); border-radius: 50%; }
.value-icon-globe::after { inset: 17px 2px auto; height: 1px; border: 0; background: var(--red); box-shadow: 0 -10px 0 var(--red), 0 10px 0 var(--red); }
.value-icon-link { border: 0; border-radius: 0; }
.value-icon-link::before, .value-icon-link::after { content: ""; position: absolute; width: 20px; height: 11px; border: 2px solid var(--red); border-radius: 9px; transform: rotate(43deg); }
.value-icon-link::before { top: 7px; left: 2px; }.value-icon-link::after { right: 2px; bottom: 7px; }
.value-icon-shield { border-radius: 43% 43% 48% 48% / 38% 38% 62% 62%; }.value-icon-shield::after { content: "✓"; position: absolute; inset: 3px; font-size: 23px; font-weight: 700; text-align: center; color: var(--red); }
.value-icon-growth { border: 0; border-radius: 0; }.value-icon-growth::before { content: ""; position: absolute; right: 5px; bottom: 4px; width: 5px; height: 29px; background: var(--red); box-shadow: -10px 10px 0 var(--red), -20px 18px 0 var(--red); }.value-icon-growth::after { content: "↗"; position: absolute; top: -12px; right: -1px; color: var(--red); font-size: 32px; font-weight: 800; }

.section { padding: clamp(75px, 8vw, 134px) 0; }
.split-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(60px, 10vw, 160px); }
.copy-column { max-width: 700px; }
h2 { margin: 0 0 25px; color: var(--ink); font-size: clamp(31px, 4vw, 57px); font-weight: 900; letter-spacing: -.045em; line-height: .98; }
.copy-column > p:not(.eyebrow), .network-copy > p:not(.eyebrow) { margin: 0 0 17px; font-size: 15px; line-height: 1.65; }
.text-link { display: inline-flex; gap: 20px; margin-top: 8px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.text-link:hover { color: var(--red); border-color: var(--red); }
.purpose-panel { padding-left: clamp(32px, 5vw, 72px); border-left: 1px solid var(--line); }
.purpose-panel h2 { font-size: clamp(28px, 3.2vw, 46px); }
.purpose-rule { width: 55px; height: 3px; margin: 34px 0 24px; background: var(--red); }
.purpose-quote { color: #22262b; font-size: 18px !important; font-weight: 700; line-height: 1.4 !important; }

.section-dark { background: radial-gradient(circle at 11% 0%, #1c2d3d, transparent 43%), #101318; color: #fff; }
.section-heading { max-width: 690px; }.section-heading h2 { color: #fff; }.section-heading > p:last-child { color: #c5cbd1; font-size: 16px; }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 52px; border-top: 1px solid rgba(255,255,255,.25); }
.approach-grid article { min-height: 215px; padding: 27px clamp(20px, 3.3vw, 52px) 18px 0; border-right: 1px solid rgba(255,255,255,.25); }
.approach-grid article:not(:first-child) { padding-left: clamp(20px, 3.3vw, 52px); }.approach-grid article:last-child { border-right: 0; }
.approach-grid span { display: block; color: var(--red); font-size: 13px; font-weight: 800; }.approach-grid h3 { margin: 18px 0 14px; font-size: 23px; line-height: 1.05; }.approach-grid p { max-width: 270px; margin: 0; color: #c5cbd1; font-size: 14px; line-height: 1.55; }

.network { overflow: hidden; background: #fafafa; }.network-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 30px; }.network-copy { max-width: 515px; }.network-stats { display: flex; gap: 32px; margin: 37px 0 0; }.network-stats div { min-width: 74px; }.network-stats dt { color: var(--red); font-size: 32px; font-weight: 900; letter-spacing: -.05em; line-height: 1; }.network-stats dd { margin: 7px 0 0; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.globe-wrap { min-width: 0; padding: 0 0 0 5%; }.network-globe { width: min(100%, 620px); height: auto; filter: drop-shadow(22px 30px 20px rgba(10,16,24,.12)); }.routes { stroke-width: 2.5; }.route-points circle { stroke: #fff; stroke-width: 2; }

.trading { position: relative; overflow: hidden; padding-top: clamp(72px, 8vw, 120px); background: #0b0d11; color: #fff; }.trading-heading { padding-bottom: 42px; text-align: center; }.trading-heading .eyebrow::after { margin-right: auto; margin-left: auto; }.trading-heading h2 { color: #fff; }.trading-heading > p:last-child { margin: 0; color: #c3c9ce; font-size: 16px; }
.trading-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; width: min(1600px, 100%); margin: 0 auto; }.trading-card { position: relative; min-height: clamp(410px, 38vw, 600px); overflow: hidden; isolation: isolate; color: #fff; background-color: #1d2329; background-position: center; background-size: cover; outline-offset: -7px; cursor: default; transition: filter .35s ease; }.trading-card::before { content: ""; position: absolute; z-index: -2; inset: 0; background: inherit; transition: transform .55s cubic-bezier(.2,.8,.2,1); }.trading-card:hover::before, .trading-card:focus::before { transform: scale(1.09); }.trading-card:hover, .trading-card:focus { z-index: 2; filter: saturate(1.08); }.agriculture { background-image: url("../images/trading-agriculture.jpg"); }.metals { background-image: url("../images/trading-metals.jpg"); }.energy { background-image: url("../images/trading-energy.jpg"); }.industrial { background-image: url("../images/trading-industrial.jpg"); }
.card-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(5,9,12,.14) 7%, rgba(5,9,12,.10) 31%, rgba(5,9,12,.94) 100%); transition: background .3s; }.trading-card:hover .card-shade, .trading-card:focus .card-shade { background: linear-gradient(180deg, rgba(5,9,12,.12) 7%, rgba(5,9,12,.16) 28%, rgba(5,9,12,.92) 100%); }.card-index { position: absolute; top: 25px; left: 28px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .1em; }.card-index::after { content: ""; display: block; width: 29px; height: 3px; margin-top: 9px; background: var(--red); }.card-content { position: absolute; right: 28px; bottom: 28px; left: 28px; }.card-content > p { margin: 0 0 9px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.card-content h3 { max-width: 290px; margin: 0; font-size: clamp(25px, 2.25vw, 38px); font-weight: 800; letter-spacing: -.04em; line-height: .95; }.card-copy { display: grid; grid-template-columns: 35px 1fr; gap: 12px; max-height: 0; overflow: hidden; opacity: 0; transform: translateY(9px); transition: max-height .35s ease, opacity .3s, transform .35s; }.card-copy span { width: 28px; height: 2px; margin-top: 14px; background: var(--red); }.card-copy p { margin: 11px 0 0; color: rgba(255,255,255,.9); font-size: 13px; line-height: 1.42; }.trading-card:hover .card-copy, .trading-card:focus .card-copy { max-height: 100px; opacity: 1; transform: translateY(0); }

.site-footer { position: relative; overflow: hidden; color: #fff; background: #111319; }.footer-map { position: absolute; z-index: 0; right: -4%; bottom: 0; width: min(48%, 720px); height: 100%; opacity: .22; background-image: radial-gradient(circle, rgba(255,255,255,.65) 1px, transparent 1.2px); background-size: 7px 7px; -webkit-mask-image: radial-gradient(ellipse at 60% 64%, #000 0 45%, transparent 70%); mask-image: radial-gradient(ellipse at 60% 64%, #000 0 45%, transparent 70%); }.footer-main { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr 1.1fr .9fr 1fr; gap: 34px; padding: 49px 0 39px; }.footer-brand img { width: 133px; height: 62px; object-fit: contain; object-position: left center; }.footer-brand p { margin: 11px 0 0; color: #c5c8cc; font-size: 12px; line-height: 1.55; }.footer-contact { margin: 0; font-style: normal; }.footer-label { display: block; margin-bottom: 12px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }.footer-contact p { margin: 0; color: #d1d4d7; font-size: 13px; line-height: 1.55; }.footer-contact a { color: #fff; text-decoration: none; }.footer-contact a:hover { color: var(--red); }.footer-follow { max-width: 180px; }.footer-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; width: var(--content); padding: 14px 0; margin-inline: auto; border-top: 1px solid rgba(255,255,255,.24); color: #bfc3c7; font-size: 11px; }.footer-bottom p { margin: 0; }.footer-bottom a { color: #fff; text-decoration: none; }.footer-bottom a:hover { color: var(--red); }

@media (max-width: 1100px) { .header-inner { gap: 18px; }.brand { min-width: 260px; }.brand img { width: 74px; }.primary-navigation { gap: 15px; }.primary-navigation a { font-size: 9px; }.hero-values article { padding-right: 14px; padding-left: 14px; }.value-icon { flex-basis: 33px; width: 33px; height: 33px; }.hero-values strong { font-size: 9px; }.hero-values small { font-size: 9px; }.trading-grid { grid-template-columns: repeat(2, 1fr); }.trading-card { min-height: 510px; }.card-content h3 { font-size: 40px; }.footer-main { grid-template-columns: 1.2fr 1fr 1fr; }.footer-contact:last-child { display: none; } }
@media (max-width: 860px) { :root { --content: min(100% - 44px, 650px); }.header-inner { min-height: 70px; width: min(100% - 36px, 760px); }.brand { min-width: 0; gap: 10px; }.brand img { width: 74px; height: 40px; }.brand-name { max-width: 190px; font-size: 9px; }.menu-toggle { display: flex; align-items: center; gap: 10px; padding: 12px 0; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.menu-toggle-icon { display: grid; gap: 4px; width: 21px; }.menu-toggle-icon i { display: block; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:first-child { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:last-child { transform: translateY(-6px) rotate(-45deg); }.primary-navigation { position: absolute; top: 70px; right: 0; left: 0; display: grid; gap: 0; padding: 12px 22px 18px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 14px 22px rgba(0,0,0,.1); transform: translateY(-120%); visibility: hidden; transition: transform .25s ease, visibility .25s; }.primary-navigation.is-open { transform: translateY(0); visibility: visible; }.primary-navigation a { padding: 14px 0; font-size: 11px; }.primary-navigation a::after { right: auto; bottom: 8px; width: 27px; }.hero { min-height: 690px; }.hero-content { padding-top: 65px; }.hero-values { grid-template-columns: repeat(2, 1fr); gap: 19px 0; padding-bottom: 28px; }.hero-values article { min-height: 48px; padding-left: 14px; }.hero-values article:nth-child(3) { padding-left: 0; border-left: 0; }.split-layout { grid-template-columns: 1fr; gap: 57px; }.purpose-panel { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; padding-top: 47px; }.network-layout { grid-template-columns: 1fr; }.globe-wrap { max-width: 620px; padding-left: 0; margin: -20px auto -45px; }.approach-grid { grid-template-columns: 1fr; }.approach-grid article, .approach-grid article:not(:first-child) { min-height: auto; padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }.approach-grid article:last-child { border-bottom: 0; }.footer-main { grid-template-columns: repeat(2, 1fr); }.footer-contact:last-child { display: block; } }
@media (max-width: 600px) { :root { --content: calc(100% - 36px); }.header-inner { width: calc(100% - 28px); }.brand img { width: 57px; height: 34px; }.brand-name { max-width: 177px; font-size: 8px; }.menu-toggle-label { display: none; }.hero { min-height: 740px; }.hero-photo { background-position: 60% 65%; }.hero-veil { background: linear-gradient(90deg, rgba(3,16,30,.93) 0%, rgba(3,16,30,.68) 88%), linear-gradient(0deg, rgba(2,10,19,.82), transparent 55%); }.hero-geometry i:nth-child(1) { right: -14%; }.hero-geometry i:nth-child(2) { right: -19%; }.hero-content { padding-top: 58px; align-self: start; }.hero h1 { font-size: clamp(39px, 12vw, 56px); }.hero-intro { margin: 22px 0 24px; font-size: 16px; }.hero-values { align-self: end; gap: 15px 0; }.hero-values article { gap: 9px; min-height: 43px; padding-right: 8px; padding-left: 10px; }.hero-values article:nth-child(3) { padding-left: 0; }.value-icon { flex-basis: 29px; width: 29px; height: 29px; border-width: 1.5px; }.value-icon-globe::after { inset: 13px 2px auto; box-shadow: 0 -7px 0 var(--red), 0 7px 0 var(--red); }.value-icon-link::before, .value-icon-link::after { width: 16px; height: 9px; border-width: 1.5px; }.value-icon-shield::after { inset: 2px; font-size: 18px; }.value-icon-growth::before { right: 3px; bottom: 3px; width: 4px; height: 22px; box-shadow: -8px 8px 0 var(--red), -16px 14px 0 var(--red); }.value-icon-growth::after { top: -10px; font-size: 25px; }.hero-values strong { max-width: 102px; font-size: 8px; }.hero-values small { margin-top: 3px; font-size: 8px; }.section { padding: 70px 0; } h2 { font-size: 36px; }.copy-column > p:not(.eyebrow), .network-copy > p:not(.eyebrow) { font-size: 14px; }.network-stats { gap: 13px; }.network-stats dt { font-size: 27px; }.network-stats dd { font-size: 8px; }.trading { padding-top: 72px; }.trading-grid { grid-template-columns: 1fr; gap: 3px; }.trading-card { min-height: 395px; }.trading-card::before { transform: scale(1.02); }.card-content { right: 23px; bottom: 24px; left: 23px; }.card-content h3 { font-size: 34px; }.card-copy { max-height: 100px; opacity: 1; transform: none; }.card-copy p { font-size: 12px; }.card-index { top: 20px; left: 23px; }.footer-main { grid-template-columns: 1fr; gap: 30px; padding: 40px 0 32px; }.footer-brand img { width: 123px; }.footer-contact p { font-size: 12px; }.footer-bottom { display: block; padding: 14px 0 18px; font-size: 10px; }.footer-bottom a { display: inline-block; margin-top: 9px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
