:root {
  --navy: #071b2c;
  --navy-2: #0d2b43;
  --blue: #0276a4;
  --blue-bright: #0a8cc5;
  --green: #61b429;
  --green-bright: #6bc72d;
  --ink: #142231;
  --muted: #5f6f7d;
  --line: #dce4e8;
  --mist: #f3f7f8;
  --white: #fff;
  --shell: min(1160px, calc(100% - 48px));
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--white); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: -60px; padding: 12px 16px; color: #fff; background: var(--navy); border-radius: 4px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(7,27,44,.08); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 148px; height: 62px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .89rem; font-weight: 650; color: #253746; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--blue); }
.site-nav .nav-cta { padding: 12px 18px; background: var(--navy); color: #fff; border-radius: 3px; }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { background: var(--blue); color: #fff; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px; }

.hero { position: relative; min-height: 760px; padding-top: 82px; overflow: hidden; color: #fff; background: var(--navy); }
.hero-image { position: absolute; inset: 82px 0 0; background: url('/assets/hero-logistics.webp') center / cover no-repeat; }
.hero-overlay { position: absolute; inset: 82px 0 0; background: linear-gradient(90deg, rgba(7,27,44,.96) 0%, rgba(7,27,44,.88) 38%, rgba(7,27,44,.35) 67%, rgba(7,27,44,.08) 100%); }
.hero-content { position: relative; z-index: 2; min-height: 590px; display: flex; align-items: center; padding-block: 82px 110px; }
.hero-copy { max-width: 670px; }
.eyebrow, .section-kicker { margin: 0 0 20px; text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; line-height: 1.4; font-weight: 800; color: var(--blue); }
.eyebrow { color: #bce997; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 34px; height: 2px; background: var(--green-bright); }
h1 { margin: 0; max-width: 720px; font-size: clamp(3.6rem, 7.1vw, 6.9rem); line-height: .93; letter-spacing: -.058em; font-weight: 720; }
.hero-lead { max-width: 650px; margin: 30px 0 0; font-size: 1.19rem; line-height: 1.7; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 3px; font-weight: 760; font-size: .91rem; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #fff; }
.button-primary:hover { background: var(--green-bright); }
.button-secondary { border: 1px solid rgba(255,255,255,.42); color: #fff; }
.button-secondary:hover { background: #fff; color: var(--navy); }
.capability-strip { position: relative; z-index: 3; min-height: 88px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; background: #fff; color: var(--navy); box-shadow: 0 18px 55px rgba(0,0,0,.14); }
.capability-strip span { padding: 0 26px; border-right: 1px solid var(--line); font-size: .82rem; font-weight: 800; text-align: center; text-transform: uppercase; letter-spacing: .065em; }
.capability-strip span:last-child { border-right: 0; }

.section { padding: 118px 0; }
.two-column { display: grid; grid-template-columns: .86fr 1.14fr; gap: 110px; }
h2 { margin: 0; font-size: clamp(2.45rem, 4.5vw, 4.3rem); line-height: 1.03; letter-spacing: -.045em; color: var(--navy); font-weight: 700; }
.about-copy { padding-top: 36px; }
.about-copy p { margin: 0 0 22px; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.about-copy .intro { color: var(--ink); font-size: 1.24rem; line-height: 1.62; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.principles strong, .principles span { display: block; }
.principles strong { color: var(--blue); font-size: .92rem; margin-bottom: 8px; }
.principles span { color: var(--muted); font-size: .82rem; line-height: 1.5; }

.services { background: var(--mist); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; margin-bottom: 58px; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 1rem; line-height: 1.72; }
.section-heading.compact { grid-template-columns: 1fr; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #cfdadd; border-left: 1px solid #cfdadd; }
.service-card { min-height: 295px; padding: 34px 36px; border-right: 1px solid #cfdadd; border-bottom: 1px solid #cfdadd; background: rgba(255,255,255,.5); transition: background .2s ease, transform .2s ease; }
.service-card:hover { background: #fff; }
.service-card.featured { background: var(--navy); color: #fff; }
.service-number { display: block; margin-bottom: 42px; color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .1em; }
.featured .service-number { color: #9ed971; }
.service-card h3 { margin: 0 0 16px; font-size: 1.55rem; color: var(--navy); letter-spacing: -.02em; }
.featured h3 { color: #fff; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.featured p { color: rgba(255,255,255,.7); }
.service-card ul { margin: 24px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.service-card li { padding: 7px 10px; font-size: .74rem; color: #d8e9d0; border: 1px solid rgba(255,255,255,.18); }

.connected { background: #fff; }
.connected-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: start; }
.connected-intro > p:last-child { margin: 28px 0 0; color: var(--muted); line-height: 1.75; }
.flow-list { border-top: 1px solid var(--line); }
.flow-list article { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.flow-list article > span { color: var(--blue); font-size: .74rem; font-weight: 850; letter-spacing: .1em; }
.flow-list h3 { margin: -4px 0 8px; color: var(--navy); font-size: 1.2rem; }
.flow-list p { margin: 0; color: var(--muted); line-height: 1.65; font-size: .92rem; }

.network { background: var(--navy); color: #fff; }
.network-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.section-kicker.light { color: #9ed971; }
.network h2, .contact h2 { color: #fff; }
.network-copy > p:not(.section-kicker) { margin: 28px 0; color: rgba(255,255,255,.67); line-height: 1.75; }
.text-link { color: #fff; font-weight: 750; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 6px; }
.text-link span { color: #9ed971; margin-left: 8px; }
.corridor-board { border-top: 1px solid rgba(255,255,255,.18); }
.corridor-labels, .corridor { display: grid; grid-template-columns: 1fr 100px 1fr; align-items: center; }
.corridor-labels { padding: 0 0 16px; color: rgba(255,255,255,.42); font-size: .69rem; text-transform: uppercase; letter-spacing: .13em; }
.corridor-labels span:last-child { grid-column: 3; }
.corridor { min-height: 70px; border-top: 1px solid rgba(255,255,255,.12); }
.corridor strong { font-size: 1rem; }
.corridor span { font-size: .9rem; color: rgba(255,255,255,.66); }
.corridor i { position: relative; display: block; height: 1px; background: rgba(255,255,255,.2); margin-right: 24px; }
.corridor i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-top: 1px solid var(--green-bright); border-right: 1px solid var(--green-bright); transform: rotate(45deg); }

.process-grid { margin: 58px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-grid li { position: relative; padding: 32px 28px 0 0; }
.process-grid li:not(:last-child)::after { content: ""; position: absolute; right: 18px; top: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.process-grid span { color: var(--blue); font-size: .76rem; font-weight: 850; letter-spacing: .1em; }
.process-grid h3 { margin: 26px 0 12px; font-size: 1.16rem; color: var(--navy); }
.process-grid p { margin: 0; color: var(--muted); line-height: 1.65; font-size: .92rem; }

.operating-scope { padding-top: 20px; }
.scope-grid { display: grid; grid-template-columns: 1fr 1fr; }
.scope-panel { padding: 66px; }
.scope-panel-dark { background: var(--navy); color: #fff; }
.scope-panel-dark h2 { color: #fff; font-size: clamp(2.35rem, 4vw, 3.65rem); }
.scope-panel-light { background: var(--mist); }
.scope-panel-light h3 { margin: 0 0 38px; color: var(--navy); font-size: 2rem; letter-spacing: -.03em; }
.check-list { margin: 42px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 21px 0 21px 30px; border-top: 1px solid rgba(255,255,255,.14); }
.check-list li::before { content: ""; position: absolute; left: 0; top: 28px; width: 8px; height: 8px; background: var(--green-bright); }
.check-list strong, .check-list span { display: block; }
.check-list strong { margin-bottom: 7px; }
.check-list span { color: rgba(255,255,255,.64); line-height: 1.6; font-size: .88rem; }
.scope-items { border-top: 1px solid #cfdadd; }
.scope-items div { display: flex; justify-content: space-between; gap: 24px; padding: 20px 0; border-bottom: 1px solid #cfdadd; }
.scope-items span { color: var(--muted); font-size: .82rem; }
.scope-items strong { color: var(--navy); text-align: right; font-size: .9rem; }
.scope-note { margin: 28px 0 0; color: var(--muted); line-height: 1.65; font-size: .86rem; }

.faq { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 26px 52px 26px 0; color: var(--navy); font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--blue); font-size: 1.7rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -4px 0 26px; padding-right: 48px; color: var(--muted); line-height: 1.7; font-size: .92rem; }

.contact { padding-top: 20px; }
.contact-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; padding: 76px; background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; }
.contact-panel > div > p:not(.section-kicker) { max-width: 620px; margin: 24px 0 0; color: rgba(255,255,255,.67); line-height: 1.72; }
.contact-actions { display: flex; flex-direction: column; justify-content: center; }
.contact-actions a { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-actions a:first-child { border-top: 1px solid rgba(255,255,255,.2); }
.contact-actions span, .contact-actions strong { display: block; }
.contact-actions span { margin-bottom: 8px; color: #9ed971; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-actions strong { font-size: 1rem; font-weight: 650; overflow-wrap: anywhere; }
.contact-actions a:hover strong { color: #9ed971; }

.site-footer { padding: 60px 0 26px; }
.footer-main { display: grid; grid-template-columns: 170px 1fr auto; gap: 42px; align-items: center; padding-bottom: 42px; }
.footer-main img { width: 150px; height: 75px; object-fit: contain; object-position: left center; }
.footer-main p { margin: 0; max-width: 470px; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.footer-main > a { font-size: .83rem; font-weight: 750; color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); color: #7b8994; font-size: .75rem; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 34px, 760px); }
  .menu-toggle { display: block; cursor: pointer; }
  .site-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 24px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(7,27,44,.12); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 0; }
  .site-nav .nav-cta { margin-top: 10px; text-align: center; }
  .hero { min-height: 760px; }
  .hero-image { background-position: 61% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7,27,44,.95) 0%, rgba(7,27,44,.8) 65%, rgba(7,27,44,.38)); }
  .hero-content { min-height: 590px; }
  .capability-strip { grid-template-columns: repeat(2, 1fr); }
  .capability-strip span:last-child { grid-column: 1 / -1; }
  .capability-strip span { min-height: 60px; display: grid; place-items: center; border-bottom: 1px solid var(--line); }
  .two-column, .section-heading, .connected-layout, .network-layout, .faq-layout, .contact-panel { grid-template-columns: 1fr; gap: 42px; }
  .scope-grid { grid-template-columns: 1fr; }
  .section { padding: 88px 0; }
  .about-copy { padding-top: 0; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 42px 0; }
  .contact { padding-top: 10px; }
  .contact-panel { padding: 54px 42px; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 28px); }
  .site-header { height: 72px; }
  .brand img { width: 132px; height: 56px; }
  .site-nav { top: 72px; }
  .hero { min-height: 760px; padding-top: 72px; }
  .hero-image { inset: 72px 0 0; background-position: 68% center; }
  .hero-overlay { inset: 72px 0 0; background: linear-gradient(0deg, rgba(7,27,44,.98) 0%, rgba(7,27,44,.82) 68%, rgba(7,27,44,.46)); }
  .hero-content { align-items: flex-end; min-height: 610px; padding-bottom: 90px; }
  h1 { font-size: clamp(3.1rem, 16vw, 4.6rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .capability-strip { grid-template-columns: 1fr 1fr; }
  .capability-strip span { padding: 12px 8px; font-size: .69rem; }
  .section { padding: 72px 0; }
  h2 { font-size: 2.45rem; }
  .two-column { gap: 30px; }
  .principles, .service-grid, .process-grid { grid-template-columns: 1fr; }
  .principles { gap: 18px; }
  .service-card { min-height: auto; }
  .scope-panel { padding: 42px 24px; }
  .scope-items div { flex-direction: column; gap: 7px; }
  .scope-items strong { text-align: left; }
  .process-grid { gap: 36px; }
  .process-grid li { padding-top: 26px; }
  .process-grid li::after { display: none; }
  .corridor-labels, .corridor { grid-template-columns: 1fr 54px 1.1fr; }
  .corridor { min-height: 64px; }
  .corridor strong, .corridor span { font-size: .8rem; }
  .contact-panel { padding: 42px 24px; }
  .footer-main { grid-template-columns: 1fr; gap: 16px; }
  .footer-bottom { flex-direction: column; }
}

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