:root {
  --navy: #082c5b;
  --navy-2: #0d3973;
  --blue: #246bb2;
  --sky: #65a9dd;
  --ink: #142033;
  --muted: #5f6c7c;
  --line: #dbe3ec;
  --soft: #f3f7fb;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; z-index: 99; background: white; padding: 10px 14px; }

.topbar { background: var(--navy); color: #dbeafe; font-size: .86rem; }
.topbar .wrap { display: flex; justify-content: space-between; gap: 24px; padding: 8px 0; }
.topbar a { color: white; text-decoration: none; }

.site-header { background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.header-row { min-height: 86px; display: flex; align-items: center; gap: 32px; }
.brand { width: 310px; max-width: 36vw; }
.brand img { width: 100%; height: auto; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.nav a { text-decoration: none; font-weight: 650; color: #253247; font-size: .95rem; }
.nav a:hover, .nav a:focus-visible { color: var(--blue); }
.button, .nav .button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 20px; border-radius: 4px; border: 1px solid var(--navy);
  background: var(--navy); color: white; text-decoration: none; font-weight: 750;
}
.button:hover, .button:focus-visible { background: var(--blue); border-color: var(--blue); }
.button.secondary { background: white; color: var(--navy); }
.button.secondary:hover { background: var(--soft); }
.menu-button { display: none; border: 1px solid var(--line); background: white; border-radius: 4px; padding: 10px 12px; font-weight: 700; }

.hero { position: relative; overflow: hidden; background: linear-gradient(115deg, #061e3d 0%, #0b3c77 64%, #185a99 100%); color: white; }
.hero::after { content: ""; position: absolute; inset: 0 0 0 56%; background: repeating-linear-gradient(135deg, transparent 0 26px, rgba(255,255,255,.035) 26px 52px); transform: skewX(-10deg); }
.hero-grid { position: relative; z-index: 1; min-height: 610px; padding: 82px 0; display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.85fr); gap: 64px; align-items: center; }
.hero-copy-block { padding: 24px 0; }
.eyebrow { margin: 0 0 16px; color: #91c8f1; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: .82rem; }
h1, h2, h3 { line-height: 1.12; margin-top: 0; }
h1 { font-size: clamp(2.7rem, 5.1vw, 4.75rem); letter-spacing: -.045em; margin-bottom: 24px; max-width: 850px; }
.hero-copy { font-size: 1.15rem; color: #d9e8f7; max-width: 690px; margin-bottom: 34px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero .button.secondary { border-color: rgba(255,255,255,.7); background: transparent; color: white; }
.hero .button.secondary:hover { background: rgba(255,255,255,.1); }
.hero-panel { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.075); backdrop-filter: blur(8px); padding: 28px; }
.hero-panel h2 { font-size: 1.25rem; margin-bottom: 18px; }
.hero-photo { margin: 0; position: relative; border: 1px solid rgba(255,255,255,.24); box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.hero-photo::before { content: ""; position: absolute; inset: -14px 14px 14px -14px; border: 1px solid rgba(145,200,241,.34); z-index: -1; }
.hero-photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: 50% 44%; }
.home-hero .hero-grid { min-height: 540px; }
.home-hero .hero-photo { width: 100%; max-width: 520px; justify-self: end; }
.home-hero .hero-photo::before { inset: -10px; }
.home-hero .hero-photo img { height: 340px; aspect-ratio: auto; object-fit: cover; object-position: 50% 43%; }
.hero-photo figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 14px 16px; background: #fff; color: var(--ink); font-size: .86rem; }
.hero-photo figcaption b { color: var(--navy); }
.hero-photo figcaption span { color: var(--muted); text-align: right; }
.route-list { display: grid; gap: 10px; }
.route { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.14); }
.route:first-child { border-top: 0; }
.route b { display: block; }
.route span { color: #c7d8ec; font-size: .9rem; }
.route-icon { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(145,200,241,.15); color: #b9def8; font-weight: 800; }

.trust-strip { border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 23px 22px; border-left: 1px solid var(--line); }
.trust-item:first-child { border-left: 0; }
.trust-item b { display: block; color: var(--navy); }
.trust-item span { color: var(--muted); font-size: .88rem; }

.section { padding: 88px 0; }
.section.soft { background: var(--soft); }
.section.dark { background: #071f40; color: white; }
.section-head { display: grid; grid-template-columns: .72fr 1.1fr; gap: 70px; margin-bottom: 44px; align-items: end; }
.section-head h2 { font-size: clamp(2.1rem, 4vw, 3.4rem); letter-spacing: -.035em; margin-bottom: 0; }
.section-head p { color: var(--muted); margin: 0; font-size: 1.05rem; }
.dark .section-head p { color: #c4d5e7; }

.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 250px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--blue); background: #edf6fd; border: 1px solid #d8e9f7; border-radius: 50%; }
.service-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 1.35rem; margin: 24px 0 12px; }
.service-card p { color: var(--muted); margin: 0; }
.text-link { display: inline-flex; margin-top: 20px; color: var(--navy); font-weight: 800; text-decoration: none; }

.split, .company-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 510px; }
.split-copy { background: var(--navy); color: white; padding: 70px max(48px, calc((100vw - var(--max))/2)); padding-right: 70px; }
.company-story .split-copy { padding: 70px clamp(48px, 6vw, 90px); }
.split-copy h2 { font-size: clamp(2.1rem,4vw,3.5rem); }
.split-copy p { color: #d4e3f2; }
.split-visual { background: linear-gradient(145deg, #dceaf6, #f8fbfe); padding: 70px; display: grid; align-content: center; }
.capability { background: white; border-left: 4px solid var(--blue); padding: 20px 22px; margin: 10px 0; box-shadow: 0 12px 32px rgba(8,44,91,.08); }
.capability b { color: var(--navy); display: block; }
.capability span { color: var(--muted); font-size: .92rem; }
.company-photo { min-height: 560px; overflow: hidden; background: #dceaf6; }
.company-photo img { width: 100%; height: 100%; object-fit: cover; }
.audience-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.audience-list span { border: 1px solid rgba(255,255,255,.25); padding: 7px 11px; color: #e2eef9; font-size: .84rem; }

.portal-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.portal-grid.single { grid-template-columns: minmax(0, 760px); justify-content: center; }
.portal-card { border: 1px solid rgba(255,255,255,.18); padding: 30px; background: rgba(255,255,255,.055); }
.portal-card h3 { font-size: 1.35rem; }
.portal-card p { color: #c8d8e8; }
.portal-card > p:not(.eyebrow):not(.pending) { min-height: 78px; }
.portal-card .button { width: 100%; background: white; border-color: white; color: var(--navy); }
.portal-card .pending { font-size: .78rem; color: #9eb8d2; margin-top: 12px; text-transform: uppercase; letter-spacing: .08em; }

.cta { display: grid; grid-template-columns: 1.2fr auto; gap: 40px; align-items: center; padding: 55px 0; }
.cta h2 { font-size: clamp(2rem,4vw,3.1rem); margin-bottom: 10px; }
.cta p { margin: 0; color: var(--muted); }

.page-hero { background: linear-gradient(120deg, #071f40, #0d427e); color: white; padding: 92px 0 78px; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.6rem,5vw,4.6rem); }
.page-hero p { color: #d3e3f2; max-width: 760px; font-size: 1.12rem; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.detail-card { border: 1px solid var(--line); padding: 34px; }
.detail-card h2 { font-size: 1.55rem; color: var(--navy); }
.detail-card ul { padding-left: 20px; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.contact-grid.quote-mode { grid-template-columns: 1fr; }
.contact-grid.quote-mode .form-shell { order: -1; }
.contact-grid.quote-mode > :first-child { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 60px; align-items: start; }
.contact-grid.quote-mode > :first-child > .eyebrow,
.contact-grid.quote-mode > :first-child > h2 { grid-column: 1 / -1; }
.contact-list { display: grid; gap: 20px; }
.contact-item { border-top: 1px solid var(--line); padding-top: 18px; }
.contact-item b { display: block; color: var(--navy); }
.notice { background: #eef6fd; border-left: 4px solid var(--blue); padding: 20px; color: #30465d; }

.resource-hero { padding-bottom: 58px; }
.resource-jumps { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.resource-jumps a { border: 1px solid rgba(255,255,255,.45); padding: 10px 15px; color: white; text-decoration: none; font-weight: 750; }
.resource-jumps a:hover, .resource-jumps a:focus-visible { background: rgba(255,255,255,.1); }
.container-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 30px; }
.container-card { border: 1px solid var(--line); background: white; }
.container-card.featured { border-top: 4px solid var(--blue); }
.container-mark { display: flex; justify-content: space-between; align-items: baseline; padding: 22px 24px; background: var(--navy); color: white; }
.container-mark b { font-size: 2rem; line-height: 1; }
.container-mark span { color: #bcd8ee; font-weight: 700; }
.container-card dl { margin: 0; padding: 8px 24px 22px; }
.container-card dl div { border-top: 1px solid var(--line); padding: 13px 0; }
.container-card dt { color: var(--muted); font-size: .8rem; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.container-card dd { margin: 3px 0 0; color: var(--ink); font-weight: 700; }
.container-card dd small { display: block; margin-top: 3px; color: var(--muted); font-size: .82rem; font-weight: 650; }
.table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--line); background: white; }
.resource-table { width: 100%; min-width: 880px; border-collapse: collapse; font-size: .92rem; }
.resource-table th, .resource-table td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.resource-table thead th { background: var(--navy); color: white; font-size: .8rem; text-transform: uppercase; letter-spacing: .045em; }
.resource-table tbody tr:last-child th, .resource-table tbody tr:last-child td { border-bottom: 0; }
.resource-table tbody tr:nth-child(even) { background: #f7fafc; }
.resource-table tbody th { color: var(--navy); white-space: nowrap; }
.incoterms-table tbody th b { display: block; font-size: 1.1rem; }
.incoterms-table tbody th span { display: block; color: var(--muted); font-size: .78rem; font-weight: 600; white-space: normal; }
.table-title { margin: 0 0 15px; color: var(--navy); font-size: 1.4rem; }
.maritime-title { margin-top: 42px; }
.resource-note { margin-top: 20px; padding: 18px 20px; border-left: 4px solid var(--blue); background: #eef6fd; color: #30465d; }
.insight-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 32px; }
.insight-grid article { padding: 24px; background: white; border-top: 3px solid var(--blue); }
.insight-grid h3 { margin-bottom: 10px; color: var(--navy); font-size: 1.1rem; }
.insight-grid p { margin: 0; color: var(--muted); }
.resource-disclaimer { margin-top: 30px; padding: 22px; border: 1px solid var(--line); background: #fff; color: var(--muted); font-size: .9rem; }
.resource-disclaimer p { margin: 0 0 10px; }
.resource-disclaimer p:last-child { margin-bottom: 0; }
.resource-disclaimer a { color: var(--navy); font-weight: 700; }

.tracking-tool { max-width: 900px; margin-top: 34px; padding: 26px; background: white; color: var(--ink); box-shadow: 0 18px 48px rgba(0,0,0,.18); }
.tracking-tool label { display: block; margin-bottom: 8px; color: var(--navy); font-weight: 800; }
.tracking-form { display: grid; grid-template-columns: 190px minmax(220px,1fr) auto; gap: 10px; }
.tracking-form select, .tracking-form input { width: 100%; min-height: 50px; border: 1px solid #aebdcd; border-radius: 3px; padding: 0 14px; background: white; color: var(--ink); font: inherit; }
.tracking-form input:focus, .tracking-form select:focus { outline: 3px solid rgba(101,169,221,.35); border-color: var(--blue); }
.tracking-help { margin: 12px 0 0; color: var(--muted); font-size: .88rem; }
.carrier-section + .carrier-section { margin-top: 55px; }
.carrier-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.carrier-card { display: flex; flex-direction: column; min-height: 210px; padding: 24px; border: 1px solid var(--line); background: white; }
.carrier-card h3 { color: var(--navy); margin-bottom: 10px; }
.carrier-card p { color: var(--muted); margin: 0 0 20px; }
.carrier-card .text-link { margin-top: auto; }
.privacy-note { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; margin-top: 32px; padding: 22px; background: #eef6fd; border-left: 4px solid var(--blue); }
.privacy-note b { color: var(--navy); }
.tracking-mode-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.tracking-mode { display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: white; box-shadow: 0 14px 35px rgba(8,44,91,.06); }
.tracking-mode-head { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.tracking-mode-icon { display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 46px; border-radius: 50%; background: #edf6fd; border: 1px solid #d8e9f7; color: var(--blue); }
.tracking-mode-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.tracking-mode-head h2 { margin: 0; color: var(--navy); font-size: 1.6rem; }
.tracking-mode-head .eyebrow { margin-bottom: 4px; color: var(--blue); }
.carrier-search { display: grid; gap: 8px; height: 100%; }
.carrier-search label { margin-top: 5px; color: var(--navy); font-weight: 750; }
.carrier-search select, .carrier-search input { width: 100%; min-height: 50px; padding: 0 13px; border: 1px solid #aebdcd; border-radius: 3px; background: white; color: var(--ink); font: inherit; }
.carrier-search .button { margin-top: 12px; width: 100%; }
.carrier-search .tracking-help { min-height: 44px; margin: 4px 0 0; }
.form-shell { border: 1px solid var(--line); background: white; padding: 34px; box-shadow: 0 18px 45px rgba(8,44,91,.07); }
.form-shell h2 { color: var(--navy); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid[hidden] { display: none !important; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label, .field legend { color: var(--navy); font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #aebdcd; border-radius: 3px; background: white; color: var(--ink); font: inherit; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(101,169,221,.32); border-color: var(--blue); }
.required-note { margin: -4px 0 18px; color: #526375; font-size: .9rem; }
.required-marker { color: #a3311f; font-weight: 850; }
.form-alert { grid-column: 1 / -1; margin: 0 0 18px; padding: 12px 14px; border-left: 4px solid #a3311f; background: #fff0ed; color: #7f2518; font-weight: 750; }
.form-alert[hidden] { display: none; }
.field input.field-invalid, .field select.field-invalid, .field textarea.field-invalid { border-color: #a3311f; background: #fff8f6; }
.field input.field-invalid:focus, .field select.field-invalid:focus, .field textarea.field-invalid:focus { outline-color: rgba(163,49,31,.25); border-color: #a3311f; }
.form-note { color: var(--muted); font-size: .88rem; }
.form-status { min-height: 24px; margin-top: 14px; font-weight: 700; }
.form-status.is-success, .form-status.is-error { padding: 16px 18px; border-left: 5px solid; border-radius: 3px; line-height: 1.5; }
.form-status.is-success { border-color: #278252; background: #edf9f2; color: #145c38; }
.form-status.is-error { border-color: #a3311f; background: #fff0ed; color: #7f2518; }
.submission-success { padding: 28px; border: 1px solid #9bcfb3; border-left: 6px solid #278252; background: #edf9f2; color: #174e33; }
.submission-success[hidden] { display: none; }
.submission-success:focus { outline: 3px solid rgba(39,130,82,.22); outline-offset: 3px; }
.submission-success-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 16px; border-radius: 50%; background: #278252; color: #fff; font-size: 1.7rem; font-weight: 850; }
.submission-success h3 { margin: 0 0 10px; color: #174e33; font-size: 1.35rem; }
.submission-success p { margin: 0 0 20px; line-height: 1.65; }
.website-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.turnstile-container { min-height: 68px; margin: 12px 0 16px; }
.form-grid button:disabled { cursor: wait; opacity: .65; }
.service-selector { grid-column: 1 / -1; padding: 22px; border: 2px solid var(--blue); background: #eef6fd; }
.service-selector label { font-size: 1.08rem; }
.service-selector select { min-height: 54px; border-color: #7fa9ce; font-weight: 700; }
.form-grid.quote-awaiting > .quote-section,
.form-grid.quote-awaiting > .air-quote,
.form-grid.quote-awaiting > .field:not(.service-selector) { display: none; }
.air-quote { display: grid; grid-column: 1 / -1; gap: 22px; }
.air-quote[hidden] { display: none; }
.quote-section { padding: 24px; border: 1px solid var(--line); background: #fbfdff; }
.quote-customer-section { grid-column: 1 / -1; }
.quote-section-head { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.quote-section-head > span { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; background: var(--navy); color: white; font-weight: 850; }
.quote-section-head h3 { margin: 0 0 4px; color: var(--navy); font-size: 1.25rem; }
.quote-section-head p { margin: 0; color: var(--muted); font-size: .9rem; }
.quote-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-fields .full { grid-column: 1 / -1; }
.currency-input { display: grid; grid-template-columns: auto 1fr; }
.currency-input span { display: grid; place-items: center; min-width: 58px; padding: 0 12px; border: 1px solid #aebdcd; border-right: 0; border-radius: 3px 0 0 3px; background: #eef6fd; color: var(--navy); font-weight: 800; }
.currency-input input { border-radius: 0 3px 3px 0; }
.cargo-rows { display: grid; gap: 14px; }
.cargo-row { padding: 18px; border: 1px solid var(--line); background: white; }
.cargo-row-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 13px; color: var(--navy); }
.cargo-remove { border: 0; background: transparent; color: #8a2e21; text-decoration: underline; cursor: pointer; font: inherit; font-weight: 700; }
.cargo-fields { display: grid; grid-template-columns: .6fr 1.15fr .85fr .7fr repeat(3,.75fr) .7fr; gap: 10px; }
.cargo-fields label { color: var(--navy); font-size: .78rem; font-weight: 750; }
.cargo-fields input, .cargo-fields select { width: 100%; min-height: 43px; margin-top: 5px; padding: 8px; border: 1px solid #aebdcd; border-radius: 3px; background: white; color: var(--ink); font: inherit; }
.cargo-result { display: flex; justify-content: flex-end; gap: 24px; margin-top: 12px; color: var(--muted); font-size: .86rem; }
.cargo-result b { color: var(--navy); }
.button.compact { min-height: 42px; margin-top: 14px; padding: 0 15px; }
.quote-summary { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 22px; border: 1px solid var(--line); }
.quote-summary > div { padding: 14px; border-left: 1px solid var(--line); }
.quote-summary > div:first-child { border-left: 0; }
.quote-summary span, .quote-summary b { display: block; }
.quote-summary span { color: var(--muted); font-size: .76rem; font-weight: 700; }
.quote-summary b { margin-top: 4px; color: var(--navy); }
.quote-summary .chargeable { background: #eef6fd; }
.check-field { margin: 0; padding: 0; border: 0; }
.check-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 10px; }
.check-grid label { display: flex; min-height: 46px; gap: 10px; align-items: center; padding: 10px 12px; border: 1px solid var(--line); border-radius: 3px; background: white; color: var(--ink); font-weight: 600; line-height: 1.25; cursor: pointer; }
.check-grid label:has(input:checked) { border-color: var(--blue); background: #eef6fd; color: var(--navy); }
.check-grid input { width: 18px; height: 18px; min-height: auto; flex: 0 0 18px; margin: 0; accent-color: var(--navy); }
.compact-notice { margin-top: 18px; font-size: .9rem; }
.address-grid { display: grid; gap: 18px; }
.address-card { border-top: 3px solid var(--blue); background: var(--soft); padding: 22px; }
.address-card h3 { margin-bottom: 8px; color: var(--navy); }
.portal-actions { display: grid; gap: 10px; margin-top: auto; }
.portal-card { display: flex; flex-direction: column; }
.portal-card .button.secondary { border-color: rgba(255,255,255,.55); background: transparent; color: white; }
.portal-card .button.secondary:hover { background: rgba(255,255,255,.1); }

footer { background: #05172e; color: #c8d4e2; padding: 58px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr .7fr; gap: 60px; padding-bottom: 40px; }
.footer-logo { width: 300px; background: white; padding: 10px; margin-bottom: 18px; }

a[href*="wa.me"]::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .38em;
  vertical-align: -.14em;
  background: url("whatsapp.svg") center / contain no-repeat;
}
footer h3 { color: white; font-size: 1rem; }
footer a { color: #dce7f2; text-decoration: none; display: block; margin: 8px 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: .86rem; }

@media (max-width: 930px) {
  .menu-button { display: inline-flex; margin-left: auto; }
  .nav { display: none; position: absolute; top: 86px; left: 0; right: 0; background: white; padding: 20px; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .brand { max-width: 270px; width: 54vw; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; padding-top: 75px; }
  .hero-panel { max-width: 620px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .section-head, .split, .company-story, .contact-grid { grid-template-columns: 1fr; }
  .contact-grid.quote-mode > :first-child { grid-template-columns: 1fr; }
  .contact-grid.quote-mode > :first-child > .eyebrow, .contact-grid.quote-mode > :first-child > h2 { grid-column: auto; }
  .service-grid, .portal-grid { grid-template-columns: 1fr 1fr; }
  .container-cards, .insight-grid { grid-template-columns: 1fr; }
  .carrier-grid, .tracking-mode-grid { grid-template-columns: 1fr 1fr; }
  .split-copy { padding: 65px 40px; }
}

@media (max-width: 640px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .topbar .wrap { flex-direction: column; gap: 0; }
  .header-row { min-height: 74px; }
  .nav { top: 74px; }
  .hero-grid { min-height: auto; padding: 62px 0; }
  h1 { font-size: 2.65rem; }
  .hero-panel { padding: 20px; }
  .trust-grid, .service-grid, .portal-grid, .detail-grid, .footer-grid, .cta { grid-template-columns: 1fr; }
  .tracking-form, .carrier-grid, .tracking-mode-grid, .form-grid { grid-template-columns: 1fr; }
  .quote-fields, .check-grid, .quote-summary { grid-template-columns: 1fr; }
  .quote-fields .full { grid-column: auto; }
  .quote-summary > div { border-left: 0; border-top: 1px solid var(--line); }
  .quote-summary > div:first-child { border-top: 0; }
  .cargo-fields { grid-template-columns: 1fr 1fr; }
  .cargo-result { justify-content: flex-start; flex-wrap: wrap; }
  .home-hero .hero-photo { max-width: none; }
  .home-hero .hero-photo img { height: auto; aspect-ratio: 16 / 9; }
  .field.full { grid-column: auto; }
  .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .trust-item:first-child { border-top: 0; }
  .section { padding: 65px 0; }
  .section-head { gap: 20px; }
  .split-visual { padding: 40px 22px; }
  .company-photo { min-height: 340px; }
  .hero-photo figcaption { display: block; }
  .hero-photo figcaption span { display: block; text-align: left; margin-top: 2px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
