:root {
  --navy: #052b4f;
  --navy-deep: #031f3b;
  --ink: #06264a;
  --blue-pale: #e8f6ff;
  --blue-mist: #f2f9fd;
  --sky: #b6dcf5;
  --gold: #e6ab2f;
  --gold-dark: #c7890b;
  --white: #fff;
  --muted: #53677c;
  --line: #d9e5ec;
  --shadow: 0 18px 50px rgba(3, 31, 59, .12);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; background: var(--gold); color: var(--navy); padding: 12px 18px; font-weight: 800; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(5,43,79,.08); backdrop-filter: blur(16px); }
.nav-shell, .footer-shell { width: var(--shell); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.nav-shell { width: min(79.3%, 1140px); min-height: clamp(58px, 5.18vw, 75px); }
.site-header { background: white; border-bottom: 0; }
.site-header .brand { min-width: 0; }
.site-logo { display: block; width: clamp(148px, 12.5vw, 180px); height: auto; }
.brand { display: inline-flex; flex-direction: column; line-height: 1; min-width: 170px; }
.brand-name { font-size: 2rem; font-weight: 800; letter-spacing: .12em; }
.brand-sub { margin-top: 5px; font-size: .58rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 2.9vw, 42px); font-size: .875rem; font-weight: 600; }
.site-nav > a:not(.nav-cta), .site-footer nav a { position: relative; }
.site-nav > a:not(.nav-cta)::after, .site-footer nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gold); transition: right .25s ease;
}
.site-nav > a:hover::after, .site-nav > a:focus-visible::after, .site-footer nav a:hover::after { right: 0; }
.nav-cta { padding: 11px 28px; background: var(--navy); color: var(--white); border-radius: 4px; box-shadow: 0 2px 4px rgba(5,43,79,.12); transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { background: #093b69; transform: translateY(-2px); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 10px; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: var(--navy); margin: 6px; transition: transform .2s ease; }

.hero { position: relative; overflow: hidden; background: linear-gradient(115deg, #e4f4ff, #e9f6ff 56%, #e3f3fd); }
.hero-grid { width: min(100%, 1440px); min-height: clamp(260px, 32.35vw, 466px); margin: auto; position: relative; }
.hero-copy { position: relative; z-index: 2; width: 46%; margin-left: 8.9%; padding: clamp(60px, 6.6vw, 95px) 0 60px; }
.eyebrow, .section-kicker { margin: 0 0 16px; color: var(--gold-dark); font-size: .72rem; line-height: 1.4; letter-spacing: .2em; text-transform: uppercase; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 20px; font-size: clamp(2.8rem, 5vw, 4.65rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 { margin-bottom: 12px; font-family: Arial, sans-serif; font-size: clamp(1.875rem, 3.85vw, 3.465rem); font-weight: 800; line-height: 1.035; letter-spacing: -.052em; white-space: nowrap; }
.hero-lede { margin-bottom: 0; color: var(--ink); font-size: clamp(.875rem, 1.59vw, 1.375rem); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 20px; }
.hero .button { padding: 12px 24px; font-size: .875rem; border-radius: 4px; box-shadow: none; }
.hero .text-link { font-weight: 500; font-size: .875rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 16px 24px; border-radius: 5px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--navy); color: white; box-shadow: 0 13px 30px rgba(5,43,79,.18); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(5,43,79,.26); }
.text-link { font-size: .9rem; font-weight: 800; border-bottom: 2px solid var(--gold); padding-bottom: 5px; }
.map-wrap { position: absolute; top: 0; right: 0; width: 54%; height: 100%; pointer-events: none; }
.world-map { display: block; width: 100%; height: auto; overflow: hidden; mask-image: linear-gradient(to right, transparent, #000 5%, #000 97%, transparent), linear-gradient(to bottom, #000 92%, transparent); mask-composite: intersect; }
.map-caption { position: absolute; right: 7%; bottom: 8%; color: #264966; font-size: .52rem; text-transform: uppercase; letter-spacing: .34em; }
.map-caption::after { content: ""; display: inline-block; width: 28px; height: 2px; margin-left: 15px; vertical-align: middle; background: var(--gold); }
.hero-note { position: absolute; left: max(3.5%, calc((100% - 1340px) / 2)); bottom: 12px; color: #254e70; font-size: .5rem; letter-spacing: .31em; line-height: 1.7; text-transform: uppercase; }
.hero-note p { margin: 0; }
.hero-note span { display: block; width: 28px; height: 2px; background: var(--gold); margin-bottom: 10px; }
.hero-note b { color: var(--navy); font-weight: 700; }

.logistics-banner { position: relative; min-height: clamp(380px, 38vw, 540px); overflow: hidden; isolation: isolate; background: var(--navy-deep); }
.logistics-banner::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(2,22,42,.92) 0%, rgba(3,31,59,.74) 38%, rgba(3,31,59,.14) 72%), linear-gradient(0deg, rgba(2,20,38,.5), transparent 55%); }
.logistics-banner > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.logistics-inner { width: var(--shell); min-height: inherit; margin: auto; display: flex; align-items: center; }
.logistics-copy { max-width: 590px; padding: 58px 0; color: white; }
.logistics-copy h2 { max-width: 570px; margin: 0 0 18px; font-size: clamp(2.5rem, 4.8vw, 4.6rem); line-height: 1.02; letter-spacing: -.052em; }
.logistics-copy > p:not(.section-kicker) { max-width: 530px; margin-bottom: 30px; color: #d4e2ed; font-size: 1.02rem; line-height: 1.75; }
.logistics-link { display: inline-flex; align-items: center; gap: 30px; padding-bottom: 7px; border-bottom: 2px solid var(--gold); color: white; font-size: .92rem; font-weight: 800; }
.logistics-link span { color: var(--gold); font-size: 1.35rem; transition: transform .2s ease; }
.logistics-link:hover span { transform: translateX(5px); }

.section { padding: 82px 0; }
.section-shell { width: var(--shell); margin: auto; }
.section h2, .contact h2 { margin-bottom: 18px; font-size: clamp(2rem,3.6vw,3.3rem); line-height: 1.08; letter-spacing: -.04em; }
.process { background: white; text-align: center; }
.process .section-kicker { margin-bottom: 9px; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 50px; }
.process-item { display: grid; grid-template-columns: 68px 1fr; gap: 22px; align-items: center; text-align: left; padding: 14px 46px; }
.process-item + .process-item { border-left: 1px solid var(--line); }
.process-icon svg { width: 58px; height: 58px; fill: none; stroke: var(--navy); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.process-item:first-child .process-icon svg { stroke: var(--navy); }
.process-item h3 { margin-bottom: 7px; font-size: 1.1rem; }
.process-item p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }

.products { background: linear-gradient(180deg,#f6fbfe 0%,#edf7fc 100%); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 32px; }
.section-heading h2 { max-width: 760px; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.product-card { position: relative; min-height: 260px; overflow: hidden; border-radius: 5px; box-shadow: 0 12px 30px rgba(5,43,79,.12); isolation: isolate; }
.product-card::after { content: ""; position: absolute; inset: 42% 0 0; z-index: 1; background: linear-gradient(transparent,rgba(3,24,46,.86)); }
.product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.25,1); }
.product-card:hover img { transform: scale(1.06); }
.card-label, .card-arrow { position: absolute; z-index: 2; bottom: 24px; color: white; font-weight: 800; }
.card-label { left: 24px; font-size: 1.15rem; }
.card-arrow { right: 24px; color: var(--gold); font-size: 1.8rem; transition: transform .2s ease; }
.product-card:hover .card-arrow { transform: translateX(5px); }

.contact { position: relative; overflow: hidden; padding: 74px max(24px,calc((100% - 1180px)/2)); color: white; background: linear-gradient(105deg,#07365f,#05294c 65%,#031f3b); }
.contact-inner { position: relative; z-index: 2; max-width: 720px; }
.section-kicker-light { color: #f0bf56; }
.contact h2 { margin-bottom: 14px; }
.contact p:not(.section-kicker) { color: #c7d6e3; max-width: 610px; line-height: 1.7; }
.button-gold { margin-top: 20px; background: var(--gold); color: var(--navy-deep); }
.contact-orbit { position: absolute; border: 1px solid rgba(230,171,47,.75); border-radius: 50%; right: -130px; top: 60px; width: 630px; height: 230px; transform: rotate(-11deg); }
.orbit-two { right: -170px; top: 120px; width: 720px; transform: rotate(12deg); opacity: .5; }
.contact-mark { position: absolute; right: max(32px,calc((100% - 1180px)/2)); bottom: 31px; z-index: 2; color: #d3dfeb; font-size: .58rem; line-height: 1.8; letter-spacing: .32em; text-transform: uppercase; }
.contact-mark b { color: white; }

.site-footer { padding: 32px 0; background: #1d2327; color: white; }
.footer-logo { display: block; width: clamp(240px, 23vw, 310px); height: auto; }
.brand-light .brand-name { color: white; }
.brand-light .brand-sub { color: #c8d6e2; }
.footer-shell { gap: 40px; }
.site-footer nav { display: flex; gap: 34px; font-size: .85rem; }
.site-footer p { margin: 0; max-width: 250px; color: #b9c9d8; font-size: .62rem; line-height: 1.6; letter-spacing: .25em; text-align: right; text-transform: uppercase; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 720px); }
  .nav-shell { width: calc(100% - 40px); }
  .site-nav { gap: 24px; }
  .nav-cta { padding: 11px 18px; }
  .hero-copy { margin-left: 6%; width: 49%; }
  .process-grid { grid-template-columns: 1fr; gap: 8px; }
  .process-item { padding: 24px 0; }
  .process-item + .process-item { border-left: 0; border-top: 1px solid var(--line); }
  .product-card { min-height: 210px; }
  .contact-mark { display: none; }
  .footer-shell { align-items: flex-start; flex-wrap: wrap; }
  .site-footer p { width: 100%; text-align: left; }
}

@media (max-width: 660px) {
  :root { --shell: calc(100% - 28px); }
  .brand { min-width: 140px; }
  .brand-name { font-size: 1.65rem; }
  .nav-shell { min-height: 64px; width: calc(100% - 36px); }
  .site-logo { width: 150px; }
  .footer-logo { width: min(290px, 82vw); }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; inset: 64px 0 auto; display: none; gap: 0; background: white; padding: 12px 18px 24px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 15px 10px; }
  .nav-cta { margin-top: 10px; text-align: center; }
  .hero-grid { min-height: auto; padding-bottom: 35px; }
  .hero-copy { margin: 0; width: 100%; padding: 38px 22px 0; }
  .hero h1 { font-size: clamp(1.5rem, 7.3vw, 2.6rem); letter-spacing: -.045em; line-height: 1.1; }
  .hero-lede { max-width: 400px; font-size: 1rem; }
  .hero-actions { align-items: center; flex-direction: row; gap: 22px; flex-wrap: wrap; margin-top: 22px; }
  .hero .button { padding: 12px 18px; }
  .map-wrap { position: relative; width: 100%; height: auto; margin: 24px 0 0; }
  .map-caption { right: 6%; bottom: -12px; letter-spacing: .18em; font-size: .5rem; }
  .hero-note { display: none; }
  .logistics-banner { min-height: 520px; }
  .logistics-banner::after { background: linear-gradient(90deg, rgba(2,22,42,.94), rgba(3,31,59,.72)), linear-gradient(0deg, rgba(2,20,38,.62), transparent 60%); }
  .logistics-banner > img { object-position: 62% center; }
  .logistics-inner { align-items: flex-end; }
  .logistics-copy { padding: 74px 0 54px; }
  .logistics-copy h2 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
  .logistics-copy > p:not(.section-kicker) { font-size: 1rem; }
  .section { padding: 60px 0; }
  .process { text-align: left; }
  .process-grid { margin-top: 28px; }
  .process-item { grid-template-columns: 54px 1fr; gap: 14px; }
  .process-icon svg { width: 46px; height: 46px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 240px; }
  .contact { padding-top: 60px; padding-bottom: 62px; }
  .contact-orbit { opacity: .35; right: -420px; }
  .footer-shell { display: grid; }
  .site-footer nav { flex-wrap: wrap; gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
