@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,400;0,500;0,600;0,700;0,800;1,600&display=swap');

:root {
  --navy: #052e59;
  --navy-deep: #021d39;
  --blue: #07589f;
  --blue-bright: #0b72c4;
  --green: #9fcf3a;
  --gold: #f2ad2e;
  --ink: #102941;
  --muted: #5b6e80;
  --paper: #f7f8f4;
  --white: #fff;
  --line: rgba(14, 53, 89, .14);
  --shadow: 0 24px 70px rgba(1, 28, 54, .14);
  --font-title: "Be Vietnam Pro", "Noto Sans", "Arial", sans-serif;
  --font-body: "Be Vietnam Pro", "Noto Sans", "Arial", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-kerning: normal; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 200; background: #fff; color: var(--navy); padding: 12px 18px; border-radius: 8px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 88px; display: flex; align-items: center; color: #fff; transition: background .35s, box-shadow .35s, height .35s; }
.site-header.scrolled { height: 72px; background: rgba(3, 36, 70, .94); box-shadow: 0 8px 32px rgba(0,0,0,.14); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.header-brand { cursor: pointer; }
.header-brand:focus-visible { outline: 2px solid var(--green); outline-offset: 6px; border-radius: 3px; }
.brand-mark { position: relative; width: 46px; height: 46px; flex: 0 0 46px; display: block; overflow: visible; border: 2px solid rgba(255,255,255,.82); border-radius: 50%; background: var(--navy); box-shadow: 0 0 0 3px rgba(157,207,58,.18); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; object-position: center 31%; border-radius: 50%; }
.brand-mark::after { content: ""; position: absolute; width: 7px; height: 7px; right: -1px; bottom: 4px; border: 2px solid var(--navy); border-radius: 50%; background: var(--green); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: #fff; font: 800 19px/1 var(--font-title); letter-spacing: -.015em; white-space: nowrap; text-shadow: 0 1px 3px rgba(0,18,36,.28); }
.brand-copy small { margin-top: 6px; color: var(--green); font: 600 7px/1 var(--font-title); letter-spacing: .2em; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 10px 0; color: rgba(255,255,255,.9); transition: color .2s; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--green); transition: right .25s; }
.main-nav > a:hover { color: #fff; }
.main-nav > a:hover::after, .main-nav > a.active::after { right: 0; }
.nav-cta { padding: 12px 19px; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; transition: .25s; }
.nav-cta:hover { background: #fff; color: var(--navy); }
.menu-toggle { display: none; }

.hero { min-height: 850px; overflow: hidden; position: relative; color: #fff; background: radial-gradient(circle at 80% 24%, rgba(20,119,190,.35), transparent 24%), linear-gradient(115deg, #021d39 0%, #063e74 58%, #074a84 100%); padding-top: 88px; }
.hero::before { content: ""; position: absolute; width: 550px; height: 550px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -80px; top: 150px; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.hero::after { content: ""; position: absolute; z-index: 0; inset: 10% 0 0; background: url("assets/logistics-network.jpg") center bottom / min(1450px, 112vw) auto no-repeat; opacity: .14; mix-blend-mode: screen; mask-image: linear-gradient(to top, #000 5%, rgba(0,0,0,.8) 42%, transparent 82%); pointer-events: none; }
.hero-grid { position: absolute; z-index: 1; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, #000, transparent 85%); }
.hero-layout { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 68px; padding-top: 30px; }
.eyebrow, .kicker { margin: 0 0 24px; color: var(--green); text-transform: uppercase; letter-spacing: .18em; font: 700 11px/1.4 var(--font-title); }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 28px; height: 2px; background: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 25px; max-width: 740px; font: 700 clamp(44px, 5vw, 73px)/1.13 var(--font-title); letter-spacing: -.03em; }
h1 em { color: inherit; font-style: normal; }
.hero-lead { max-width: 650px; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.7; }
.hero-lead strong { color: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 23px; border-radius: 7px; font-size: 14px; font-weight: 700; transition: transform .25s, background .25s, color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-3px); }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-primary { color: var(--navy-deep); background: var(--green); box-shadow: 0 12px 30px rgba(122, 179, 31, .23); }
.button-primary:hover { background: #b5e35c; box-shadow: 0 16px 34px rgba(122, 179, 31, .32); }
.button-ghost { border: 1px solid rgba(255,255,255,.26); color: #fff; background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.hero-proof { display: flex; gap: 0; margin-top: 48px; }
.hero-proof div { min-width: 135px; padding-right: 26px; margin-right: 26px; border-right: 1px solid rgba(255,255,255,.14); }
.hero-proof div:last-child { border: 0; margin-right: 0; padding-right: 0; }
.hero-proof strong { display: block; color: #fff; font: 700 24px/1 var(--font-title); }
.hero-proof span { display: block; margin-top: 8px; color: rgba(255,255,255,.72); font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.portrait-area { position: relative; justify-self: end; width: min(100%, 430px); margin-top: 42px; }
.portrait-frame { position: relative; height: 550px; overflow: hidden; background: #083f72; clip-path: polygon(8% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 8%); box-shadow: var(--shadow); }
.portrait-frame::before { content: ""; position: absolute; z-index: 2; inset: 13px; border: 1px solid rgba(255,255,255,.45); clip-path: inherit; pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 37%; filter: saturate(.82) contrast(1.02); }
.portrait-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(2,29,57,.96), transparent 45%); }
.portrait-caption { position: absolute; z-index: 3; left: 34px; bottom: 29px; display: flex; flex-direction: column; }
.portrait-caption small { color: var(--green); font: 700 9px/1 var(--font-title); letter-spacing: .18em; }
.portrait-caption strong { margin-top: 9px; font: 700 31px/1 var(--font-title); }
.portrait-caption span { margin-top: 8px; color: rgba(255,255,255,.82); font-size: 13px; }
.trust-card { position: absolute; z-index: 4; left: -52px; top: 95px; width: 215px; display: flex; align-items: center; gap: 13px; padding: 14px 16px; color: var(--ink); background: rgba(255,255,255,.95); box-shadow: 0 18px 45px rgba(1,20,39,.22); backdrop-filter: blur(10px); }
.trust-card p { margin: 0; font-size: 11px; line-height: 1.45; }
.trust-card strong { font-size: 12px; }
.trust-icon { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: #edf5fa; }
.trust-icon svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.hero-bottom { position: relative; z-index: 2; height: 72px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.66); font: 600 9px/1 var(--font-title); letter-spacing: .2em; }
.hero-bottom i { display: block; height: 1px; flex: 1; margin: 0 23px; background: rgba(255,255,255,.1); }
.route { position: absolute; right: 0; bottom: 120px; width: 38%; height: 150px; opacity: .35; }
.route span { position: absolute; inset: 0; border-top: 1px dashed rgba(255,255,255,.55); border-radius: 50%; transform: rotate(-12deg); }
.route i { position: absolute; width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 6px rgba(157,207,58,.14); }
.route i:nth-of-type(1) { left: 8%; top: 50px; }.route i:nth-of-type(2) { left: 50%; top: 14px; }.route i:nth-of-type(3) { right: 8%; top: 57px; }

.intro { background: #fff; }
.intro-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.section-heading h2, .value-content h2, .capability-title h2, .contact h2 { margin: 0; font: 700 clamp(35px, 4vw, 54px)/1.22 var(--font-title); letter-spacing: -.025em; }
.section-heading h2 span, .value-content h2 span, .process h2 span { color: inherit; }
.kicker { color: var(--blue); margin-bottom: 18px; }
.intro-copy { padding-top: 43px; }
.intro-copy p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.intro-copy .intro-big { color: var(--ink); font-size: 21px; line-height: 1.55; font-weight: 600; }
.signature { margin-top: 35px; padding-top: 25px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 22px; }
.signature span { color: var(--blue); font: 400 28px/1.25 "Segoe Script", "Brush Script MT", cursive; letter-spacing: -.015em; transform: rotate(-2deg); }
.signature small { max-width: 190px; padding-left: 21px; border-left: 1px solid var(--line); color: var(--muted); font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }

.services { position: relative; overflow: hidden; color: #fff; background: var(--navy-deep); }
.services::before { content: ""; position: absolute; inset: 0; opacity: .3; background: radial-gradient(circle at 78% 12%, #0c5a9f 0, transparent 26%), linear-gradient(120deg, transparent 0 70%, rgba(255,255,255,.03) 70%); }
.section-top { position: relative; display: grid; grid-template-columns: 1fr .6fr; gap: 100px; align-items: end; margin-bottom: 55px; }
.section-top > p { margin: 0; color: rgba(255,255,255,.82); line-height: 1.7; }
.kicker-light { color: var(--green); }
.services .section-heading h2 span, .capability-title h2 span, .contact h2 span { color: inherit; }
.service-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.service-card { position: relative; min-height: 330px; display: flex; flex-direction: column; overflow: hidden; isolation: isolate; padding: 34px; background: #052c53; transition: background .3s, transform .3s; }
.service-card::before { content: ""; position: absolute; z-index: -2; inset: 0; background: var(--service-image) center / cover no-repeat; opacity: .2; filter: saturate(.65) contrast(1.08); transform: scale(1.06); transition: opacity .4s ease, transform .55s ease, filter .4s ease; }
.service-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(4,43,79,.62), rgba(2,26,50,.96) 82%); transition: background .4s ease; }
.service-card:nth-child(1) { --service-image: url("assets/service-sea.jpg"); }
.service-card:nth-child(2) { --service-image: url("assets/service-air.jpg"); }
.service-card:nth-child(3) { --service-image: url("assets/service-road.jpg"); }
.service-card:nth-child(4) { --service-image: url("assets/service-customs.jpg"); }
.service-card:nth-child(5) { --service-image: url("assets/service-lcl.jpg"); }
.service-card:nth-child(6) { --service-image: url("assets/service-warehouse.jpg"); }
.service-card:hover { z-index: 2; background: #073c70; transform: translateY(-5px); }
.service-card:hover::before { opacity: .52; filter: saturate(.92) contrast(1.05); transform: scale(1); }
.service-card:hover::after { background: linear-gradient(180deg, rgba(5,57,101,.38), rgba(2,27,52,.9) 86%); }
.service-card.featured { background: #075a9d; }
.service-number { position: absolute; right: 26px; top: 22px; color: rgba(255,255,255,.22); font: 600 11px/1 var(--font-title); }
.service-icon { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 36px; border-radius: 50%; color: var(--green); background: rgba(255,255,255,.07); }
.service-icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; stroke-linecap: round; }
.service-card h3 { margin-bottom: 15px; font: 700 18px/1.3 var(--font-title); }
.service-card p { color: rgba(255,255,255,.79); font-size: 14px; line-height: 1.65; }
.service-link { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 13px 0 0; color: rgba(255,255,255,.94); background: transparent; border: 0; border-top: 1px solid rgba(255,255,255,.22); cursor: pointer; font: 700 11px/1 var(--font-body); text-align: left; text-transform: uppercase; letter-spacing: .08em; transition: color .2s, padding-left .2s; }
.service-link:hover, .service-link:focus-visible { color: #fff; padding-left: 5px; outline: none; }
.service-link b { color: var(--green); font-size: 16px; }

.service-modal { width: min(980px, calc(100% - 36px)); max-height: min(760px, calc(100vh - 36px)); padding: 0; color: var(--ink); background: transparent; border: 0; overflow: visible; }
.service-modal::backdrop { background: rgba(1,18,35,.82); backdrop-filter: blur(8px); }
.service-modal[open] { animation: modal-in .32s ease both; }
.modal-shell { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; min-height: 570px; overflow: hidden; background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.38); }
.modal-close { position: absolute; z-index: 5; right: 18px; top: 18px; width: 40px; height: 40px; display: grid; place-items: center; padding: 0; color: var(--navy); background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 50%; cursor: pointer; font: 300 27px/1 var(--font-body); transition: transform .2s, background .2s; }
.modal-close:hover { background: var(--green); transform: rotate(5deg); }
.modal-media { position: relative; min-height: 570px; overflow: hidden; background: var(--navy); }
.modal-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(2,29,57,.72), transparent 65%); }
.modal-media img { width: 100%; height: 100%; object-fit: cover; }
.modal-media > span { position: absolute; z-index: 2; left: 25px; bottom: 24px; color: #fff; font: 700 55px/1 var(--font-title); opacity: .9; }
.modal-content { display: flex; flex-direction: column; padding: 58px 54px 44px; overflow-y: auto; }
.modal-kicker { margin-bottom: 14px; color: var(--blue); font: 700 10px/1.3 var(--font-title); text-transform: uppercase; letter-spacing: .17em; }
.modal-content h2 { margin: 0 46px 17px 0; color: var(--navy); font: 700 clamp(27px, 3vw, 39px)/1.22 var(--font-title); letter-spacing: -.02em; }
.modal-intro { margin-bottom: 25px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.modal-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.modal-list li { position: relative; padding: 14px 0 14px 25px; color: #425a70; border-bottom: 1px solid var(--line); font-size: 13px; line-height: 1.5; }
.modal-list li::before { content: "✓"; position: absolute; left: 0; top: 14px; color: var(--green); font-weight: 800; }
.modal-actions { display: flex; align-items: center; gap: 20px; margin-top: auto; padding-top: 28px; }
.modal-actions .button { min-height: 48px; font-size: 12px; }
.modal-back { padding: 8px 0; color: var(--muted); background: transparent; border: 0; border-bottom: 1px solid var(--line); cursor: pointer; font: 600 11px/1.2 var(--font-body); }
.modal-back:hover { color: var(--blue); }
@keyframes modal-in { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }

.value { overflow: hidden; background: #f3f4ef; }
.value-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.value-visual { position: relative; height: 530px; background: radial-gradient(circle at 50% 42%, #0a578f 0, #073b6f 33%, #062847 76%); overflow: hidden; box-shadow: var(--shadow); }
.value-visual::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 38px 38px; mask-image: radial-gradient(circle at center, #000, transparent 78%); }
.value-visual::after { content: "VÕ TƯỜNG VI / LOGISTICS"; position: absolute; z-index: 3; left: 23px; top: 22px; color: rgba(255,255,255,.55); font: 600 8px/1 var(--font-title); letter-spacing: .18em; }
.logistics-motion { position: absolute; inset: 16px 10px 70px; }
.network-routes { width: 100%; height: 100%; overflow: visible; }
.network-ring { fill: none; stroke: rgba(255,255,255,.1); stroke-width: 1; stroke-dasharray: 4 9; transform-origin: center; }
.network-route { fill: none; stroke: url(#route-gradient); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 5 12; }
.network-node { fill: var(--green); stroke: rgba(255,255,255,.9); stroke-width: 2; }
.world-globe { position: absolute; z-index: 3; left: 50%; top: 46%; width: 190px; height: 190px; transform: translate(-50%,-50%); filter: drop-shadow(0 20px 30px rgba(0,13,27,.38)); }
.globe-aura { position: absolute; inset: 19px; border-radius: 50%; box-shadow: 0 0 0 12px rgba(255,255,255,.035), 0 0 0 27px rgba(159,207,58,.025), 0 0 50px rgba(39,157,224,.38); }
.globe-shell { width: 100%; height: 100%; overflow: visible; }
.globe-ocean { fill: url(#globe-fill); }
.globe-border { fill: none; stroke: rgba(255,255,255,.72); stroke-width: 1.4; }
.globe-grid { fill: none; stroke: rgba(255,255,255,.2); stroke-width: 1; }
.globe-longitude { transform-box: fill-box; transform-origin: center; }
.globe-land { fill: rgba(159,207,58,.84); stroke: rgba(218,246,165,.35); stroke-width: .7; transform-origin: 120px 120px; }
.globe-location { fill: #fff; stroke: var(--green); stroke-width: 3; }
.globe-orbit { position: absolute; inset: 0; border: 1px dashed rgba(255,255,255,.33); border-radius: 50%; transform: rotate(-18deg) scaleX(1.26) scaleY(.54); }
.orbit-plane { position: absolute; left: 50%; top: -13px; width: 27px; height: 27px; display: grid; place-items: center; color: #fff; background: var(--blue-bright); border: 2px solid rgba(255,255,255,.88); border-radius: 50%; transform: translateX(-50%) rotate(18deg) scaleX(.79) scaleY(1.85); box-shadow: 0 0 18px rgba(73,169,232,.75); }
.orbit-plane svg { width: 15px; fill: currentColor; }
.globe-label { position: absolute; left: 50%; bottom: 21px; display: flex; align-items: baseline; gap: 4px; min-width: max-content; padding: 5px 8px; color: #fff; background: rgba(2,29,57,.84); border: 1px solid rgba(255,255,255,.17); border-radius: 3px; transform: translateX(-50%); backdrop-filter: blur(5px); }
.globe-label span { color: var(--green); font: 700 14px/1 var(--font-title); }
.globe-label small { font: 700 6px/1 var(--font-title); letter-spacing: .1em; }
.transport-chip { position: absolute; z-index: 2; min-width: 118px; display: flex; align-items: center; gap: 9px; padding: 9px 11px; color: #fff; background: rgba(2,29,57,.88); border: 1px solid rgba(255,255,255,.17); box-shadow: 0 10px 25px rgba(0,19,37,.24); }
.transport-chip svg { width: 25px; height: 25px; flex: 0 0 25px; fill: none; stroke: var(--green); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.transport-chip > span { display: flex; flex-direction: column; font-size: 9px; line-height: 1.2; }
.transport-chip small { margin-bottom: 3px; color: var(--green); font: 700 7px/1 var(--font-title); letter-spacing: .13em; }
.chip-sea { left: 19px; top: 90px; }
.chip-air { right: 14px; top: 62px; }
.chip-road { right: 25px; bottom: 44px; }
.value-quote { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; padding: 17px 20px; color: #fff; background: rgba(1,24,45,.72); border-left: 3px solid var(--green); font-size: 13px; line-height: 1.5; backdrop-filter: blur(8px); }
.value-content h2 { margin-bottom: 42px; }
.value-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 21px; padding: 22px 0; border-top: 1px solid var(--line); }
.value-list > div > span { width: 37px; height: 37px; display: grid; place-items: center; color: var(--blue); border: 1px solid var(--line); border-radius: 50%; font: 700 10px/1 var(--font-title); }
.value-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.value-list strong { display: block; margin-bottom: 7px; color: var(--ink); font: 700 16px/1.2 var(--font-title); }

.capability { position: relative; overflow: hidden; color: #fff; background: linear-gradient(120deg, #053663, #07538e); }
.capability::after { content: ""; position: absolute; width: 620px; height: 620px; right: -230px; top: -160px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.025), 0 0 0 150px rgba(255,255,255,.018); }
.capability .container { position: relative; z-index: 2; }
.capability-overview { display: grid; grid-template-columns: 1.08fr .92fr; gap: 75px; align-items: center; }
.capability-title { max-width: 790px; }
.capability-title > p:last-child { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.7; }
.capability-image { position: relative; height: 350px; overflow: hidden; margin: 0; background: #032b51; box-shadow: 0 25px 60px rgba(0,18,36,.28); clip-path: polygon(8% 0, 100% 0, 100% 88%, 92% 100%, 0 100%, 0 12%); }
.capability-image::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top, rgba(1,25,48,.38), transparent 48%); pointer-events: none; }
.capability-track { position: absolute; inset: 0; }
.capability-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: translateX(10%); transition: opacity .7s ease, transform .7s ease, visibility .7s; }
.capability-slide.is-active { opacity: 1; visibility: visible; transform: translateX(0); }
.capability-slide.is-before { opacity: 0; visibility: hidden; transform: translateX(-10%); }
.capability-slide img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.08) contrast(1.06) brightness(1.06); transform: scale(1.025); transition: transform 5s ease; }
.capability-slide:nth-child(2) img { object-position: center 54%; }
.capability-slide:nth-child(3) img { object-position: center 42%; }
.capability-slide.is-active img { transform: scale(1); }
.capability-caption { position: absolute; z-index: 2; left: 20px; right: 118px; bottom: 18px; min-height: 84px; display: flex; flex-direction: column; justify-content: center; padding: 13px 17px; background: rgba(2,29,57,.92); border-left: 3px solid var(--green); box-shadow: 0 10px 30px rgba(0,18,35,.2); }
.capability-caption span { margin-bottom: 7px; color: var(--green); font: 700 9px/1 var(--font-title); letter-spacing: .14em; text-transform: uppercase; }
.capability-caption strong { color: #fff; font: 700 16px/1.3 var(--font-title); text-shadow: 0 1px 2px rgba(0,0,0,.2); }
.capability-caption small { margin-top: 6px; color: rgba(255,255,255,.88); font-size: 10px; line-height: 1.35; letter-spacing: .02em; }
.capability-controls { position: absolute; z-index: 3; right: 18px; bottom: 18px; display: flex; flex-direction: column; align-items: center; gap: 7px; padding: 8px; background: rgba(2,29,57,.9); border-radius: 999px; }
.carousel-arrow { width: 28px; height: 28px; display: grid; place-items: center; padding: 0; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; cursor: pointer; font: 500 12px/1 var(--font-body); transition: color .2s, background .2s; }
.carousel-arrow:hover, .carousel-arrow:focus-visible { color: var(--navy); background: var(--green); border-color: var(--green); outline: none; }
.carousel-dots { display: flex; align-items: center; gap: 5px; }
.carousel-dots button { width: 5px; height: 5px; padding: 0; background: rgba(255,255,255,.38); border: 0; border-radius: 50%; cursor: pointer; transition: width .25s, background .25s, border-radius .25s; }
.carousel-dots button.is-active { width: 16px; background: var(--green); border-radius: 999px; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 54px; padding: 42px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.stats-grid > div { display: flex; align-items: center; justify-content: center; gap: 15px; border-right: 1px solid rgba(255,255,255,.13); }
.stats-grid > div:last-child { border: 0; }
.stats-grid strong { min-width: 110px; font: 700 clamp(27px, 3vw, 42px)/1 var(--font-title); letter-spacing: -.02em; }
.stats-grid b { color: var(--green); font-size: .6em; }
.stats-grid p { margin: 0; color: rgba(255,255,255,.76); font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .05em; }
.capability-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 35px; gap: 14px; }
.capability-strip > div { position: relative; padding: 26px 23px; background: rgba(1,24,48,.27); border: 1px solid rgba(255,255,255,.09); }
.capability-strip span { position: absolute; right: 16px; top: 16px; color: rgba(255,255,255,.2); font: 700 10px/1 var(--font-title); }
.capability-strip strong { display: block; font: 600 14px/1.3 var(--font-title); }
.capability-strip small { display: block; margin-top: 8px; color: rgba(255,255,255,.72); }
.source-note { margin: 14px 0 0; text-align: right; color: rgba(255,255,255,.64); font-size: 10px; }

.process { background: #fff; }
.process-head { display: grid; grid-template-columns: 1fr .5fr; gap: 90px; align-items: end; }
.process-head > p { margin: 0 0 5px; color: var(--muted); line-height: 1.7; }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px; margin-top: 72px; }
.process-line::before { content: ""; position: absolute; left: 0; right: 0; top: 18px; height: 1px; background: var(--line); }
.process-line article { position: relative; padding-top: 62px; }
.process-line article > span { position: absolute; z-index: 2; top: 0; left: 0; width: 37px; height: 37px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 8px #fff; font: 700 10px/1 var(--font-title); }
.process-line h3 { margin-bottom: 13px; font: 700 17px/1.2 var(--font-title); }
.process-line p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.quote { position: relative; overflow: hidden; background: #edf2f4; }
.quote::before { content: ""; position: absolute; width: 480px; height: 480px; left: -250px; bottom: -260px; border: 1px solid rgba(7,88,159,.1); border-radius: 50%; box-shadow: 0 0 0 65px rgba(7,88,159,.025), 0 0 0 130px rgba(7,88,159,.018); }
.quote-grid { position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(5,46,89,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(5,46,89,.035) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to left, #000, transparent 76%); }
.quote-layout { position: relative; display: grid; grid-template-columns: .83fr 1.17fr; gap: 85px; align-items: start; }
.quote-copy { position: sticky; top: 105px; }
.quote-copy h2 { margin: 0; font: 700 clamp(35px, 4vw, 52px)/1.22 var(--font-title); letter-spacing: -.025em; }
.quote-copy h2 span { color: inherit; }
.quote-copy > p:not(.kicker) { margin: 25px 0 34px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.quote-points { border-top: 1px solid var(--line); }
.quote-points > div { display: grid; grid-template-columns: 36px 1fr; gap: 15px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.quote-points > div > span { width: 31px; height: 31px; display: grid; place-items: center; color: var(--blue); border: 1px solid rgba(7,88,159,.22); border-radius: 50%; font: 700 9px/1 var(--font-title); }
.quote-points p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.quote-points strong { display: block; margin-bottom: 4px; color: var(--ink); font: 700 13px/1.25 var(--font-title); }
.quote-contact { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 30px; padding: 17px 19px; color: #fff; background: var(--navy); }
.quote-contact > span { color: rgba(255,255,255,.78); font-size: 11px; }
.quote-contact a { color: var(--green); font-size: 12px; font-weight: 700; }
.quote-contact b { margin-left: 6px; }
.quote-form { padding: 38px; background: #fff; box-shadow: 0 26px 70px rgba(3,40,73,.12); }
.form-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 31px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.form-heading > div { display: flex; flex-direction: column; }
.form-heading span { margin-bottom: 8px; color: var(--blue); font: 700 8px/1 var(--font-title); letter-spacing: .18em; }
.form-heading strong { font: 700 22px/1.2 var(--font-title); }
.form-heading small { color: #81909e; font-size: 9px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 18px; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; }
.form-grid label > span { color: #3d566c; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.field-full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 49px; padding: 0 14px; color: var(--ink); background: #f8faf9; border: 1px solid #d9e1e5; border-radius: 3px; outline: none; font: 13px/1.4 var(--font-body); transition: border-color .2s, box-shadow .2s, background .2s; }
.form-grid textarea { min-height: 95px; padding-top: 13px; resize: vertical; }
.form-grid select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--blue) 50%), linear-gradient(135deg, var(--blue) 50%, transparent 50%); background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { background: #fff; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,88,159,.08); }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #9aa7b1; }
.quote-submit { width: 100%; margin-top: 28px; color: #fff; background: var(--blue); border: 0; cursor: pointer; }
.quote-submit:hover { background: var(--navy); box-shadow: 0 12px 28px rgba(5,46,89,.18); }
.form-note { margin: 13px 0 0; color: #8996a1; font-size: 9px; line-height: 1.5; text-align: center; }
.form-status { min-height: 16px; margin: 9px 0 0; color: var(--blue); font-size: 11px; font-weight: 600; text-align: center; }

.contact { position: relative; overflow: hidden; padding: 110px 0; color: #fff; background: var(--navy-deep); }
.contact::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.contact-layout { position: relative; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 110px; }
.contact-copy > p:not(.kicker) { max-width: 570px; margin: 26px 0 35px; color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.7; }
.button-light { background: #fff; color: var(--navy); }
.button-light:hover { background: var(--green); }
.contact-card { padding: 28px; color: var(--ink); background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.contact-person { display: flex; align-items: center; gap: 17px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.contact-person img { width: 72px; height: 72px; object-fit: cover; object-position: center 32%; border-radius: 50%; }
.contact-person div { display: flex; flex-direction: column; }
.contact-person small { color: var(--blue); font: 700 8px/1 var(--font-title); letter-spacing: .16em; }
.contact-person strong { margin-top: 8px; font: 700 20px/1 var(--font-title); }
.contact-person span { margin-top: 6px; color: var(--muted); font-size: 12px; }
.contact-card > a { position: relative; display: flex; flex-direction: column; padding: 19px 35px 19px 0; border-bottom: 1px solid var(--line); transition: padding-left .2s; }
.contact-card > a:hover { padding-left: 6px; }
.contact-card > a span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.contact-card > a strong { margin-top: 5px; font-size: 14px; overflow-wrap: anywhere; }
.contact-card > a b { position: absolute; right: 4px; top: 50%; color: var(--blue); transform: translateY(-50%); }
.availability { padding-top: 19px; color: var(--muted); font-size: 11px; }
.availability i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(157,207,58,.18); }

.site-footer { padding: 70px 0 0; color: rgba(255,255,255,.74); background: #01172d; }
.footer-wrap { display: grid; grid-template-columns: 1.4fr .5fr .8fr; gap: 80px; padding-bottom: 55px; }
.brand-footer { color: #fff; }
.footer-wrap > div:first-child > p { margin: 24px 0 0; font-size: 13px; line-height: 1.7; }
.footer-links { display: flex; flex-direction: column; gap: 13px; font-size: 12px; }
.footer-links strong { margin-bottom: 5px; color: #fff; font: 700 12px/1 var(--font-title); text-transform: uppercase; letter-spacing: .08em; }
.footer-links a:hover { color: var(--green); }
.footer-bottom { min-height: 65px; border-top: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: space-between; font-size: 10px; }
.footer-bottom a { color: rgba(255,255,255,.8); }

.floating-contact { position: fixed; z-index: 90; right: 24px; bottom: 24px; }
.floating-contact a { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: var(--blue-bright); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 12px 28px rgba(0,48,92,.28); animation: pulse 2.6s infinite; }
.floating-contact svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 2; }
@keyframes pulse { 0%,100% { box-shadow: 0 12px 28px rgba(0,48,92,.28), 0 0 0 0 rgba(11,114,196,.28); } 50% { box-shadow: 0 12px 28px rgba(0,48,92,.28), 0 0 0 12px rgba(11,114,196,0); } }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal-delay { transition-delay: .16s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .main-nav { gap: 19px; }
  .hero-layout { grid-template-columns: 1fr .7fr; gap: 50px; }
  .portrait-area { width: 360px; }
  .portrait-frame { height: 490px; }
  .trust-card { left: -30px; }
  .service-card { padding: 29px; }
  .value-layout, .contact-layout { gap: 60px; }
  .quote-layout { gap: 50px; }
  .capability-overview { gap: 45px; }
  .stats-grid > div { flex-direction: column; align-items: flex-start; padding-left: 24px; }
  .stats-grid strong { min-width: 0; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 34px, 680px); }
  .section { padding: 88px 0; }
  .site-header,
  .site-header.scrolled { height: calc(72px + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); background: rgba(3,36,70,.96); box-shadow: 0 7px 24px rgba(0,20,40,.18); backdrop-filter: blur(14px); }
  .nav-wrap { position: relative; z-index: 203; height: 72px; }
  .site-header .brand { position: relative; z-index: 203; min-width: 0; }
  .site-header .brand-copy { min-width: 0; }
  .menu-toggle { position: relative; z-index: 204; width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-content: center; gap: 5px; margin-right: -10px; padding: 10px; color: #fff; background: transparent; border: 0; border-radius: 50%; cursor: pointer; }
  .menu-toggle:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
  .menu-toggle span { width: 24px; height: 2px; background: currentColor; transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 202; width: 100%; height: 100vh; height: 100dvh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; padding: calc(92px + env(safe-area-inset-top)) max(28px, env(safe-area-inset-right)) calc(32px + env(safe-area-inset-bottom)) max(28px, env(safe-area-inset-left)); overflow-y: auto; overscroll-behavior: contain; background: linear-gradient(145deg, rgba(2,29,57,.995), rgba(5,69,119,.99)); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-12px); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav.open { pointer-events: auto; }
  .main-nav a { width: 100%; padding: 13px 0; font: 600 clamp(22px, 6vw, 28px)/1.25 var(--font-title); }
  .main-nav > a:not(.nav-cta)::after { bottom: 6px; right: 100%; max-width: 52px; }
  .main-nav > a:not(.nav-cta):hover::after,
  .main-nav > a.active::after { right: calc(100% - 52px); }
  .main-nav .nav-cta { width: auto; margin-top: 17px; padding: 13px 20px; font-size: 15px; }
  .hero { min-height: auto; padding-top: 100px; }
  .hero-layout { display: flex; flex-direction: column; gap: 25px; padding-top: 28px; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(40px, 10vw, 60px); }
  .portrait-area { width: min(100%, 440px); align-self: center; margin: 35px 0 25px; }
  .portrait-frame { height: 560px; }
  .trust-card { left: -20px; top: 75px; }
  .hero-bottom { display: none; }
  .intro-layout, .section-top, .value-layout, .contact-layout, .process-head, .capability-overview, .quote-layout { grid-template-columns: 1fr; gap: 42px; }
  .quote-copy { position: static; }
  .intro-copy { padding-top: 0; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .modal-shell { grid-template-columns: .7fr 1fr; }
  .modal-content { padding: 52px 34px 36px; }
  .value-visual { width: min(100%, 540px); justify-self: center; }
  .capability-image { width: min(100%, 620px); }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid > div { padding: 25px; border-bottom: 1px solid rgba(255,255,255,.13); }
  .stats-grid > div:nth-child(2) { border-right: 0; }
  .stats-grid > div:nth-child(3), .stats-grid > div:nth-child(4) { border-bottom: 0; }
  .capability-strip { grid-template-columns: 1fr 1fr; }
  .process-line { grid-template-columns: 1fr 1fr; row-gap: 45px; }
  .process-line::before { display: none; }
  .footer-wrap { grid-template-columns: 1fr 1fr; }
  .footer-wrap > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .container { width: calc(100% - 28px); }
  .section { padding: 72px 0; }
  .site-header,
  .site-header.scrolled { height: calc(66px + env(safe-area-inset-top)); }
  .nav-wrap { height: 66px; }
  .brand { gap: 9px; }
  .brand-copy strong { font-size: 15px; letter-spacing: -.01em; }
  .brand-copy small { margin-top: 5px; font-size: 6px; letter-spacing: .15em; }
  .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
  .menu-toggle { margin-right: -8px; }
  .main-nav { padding-inline: 24px; }
  .hero { padding-top: 74px; }
  .hero::after { opacity: .09; background-size: auto 48%; }
  .eyebrow { font-size: 9px; letter-spacing: .12em; }
  h1 { font-size: 39px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; width: 100%; }
  .hero-proof div { min-width: 0; margin-right: 13px; padding-right: 13px; }
  .hero-proof strong { font-size: 18px; }
  .hero-proof span { font-size: 8px; line-height: 1.4; }
  .portrait-frame { height: 480px; }
  .trust-card { top: 25px; left: -4px; width: 195px; }
  .portrait-caption strong { font-size: 26px; }
  .section-heading h2, .value-content h2, .capability-title h2, .contact h2 { font-size: 34px; }
  .intro-copy .intro-big { font-size: 18px; }
  .signature { align-items: flex-start; flex-direction: column; }
  .signature small { padding: 12px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .section-top { gap: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .service-modal { width: calc(100% - 20px); max-height: calc(100vh - 20px); }
  .modal-shell { display: block; max-height: calc(100vh - 20px); overflow-y: auto; }
  .modal-media { min-height: 185px; height: 185px; }
  .modal-media img { object-position: center; }
  .modal-media > span { left: 20px; bottom: 16px; font-size: 38px; }
  .modal-close { position: fixed; right: 22px; top: 22px; }
  .modal-content { overflow: visible; padding: 30px 22px 28px; }
  .modal-content h2 { margin-right: 0; font-size: 28px; }
  .modal-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .modal-actions .button { width: 100%; }
  .value-visual { height: 440px; }
  .capability-image { height: 285px; }
  .capability-caption { left: 14px; right: 14px; bottom: 52px; min-height: 80px; padding: 11px 14px; }
  .capability-caption strong { font-size: 14px; }
  .capability-caption small { font-size: 9px; }
  .capability-controls { left: 14px; right: auto; bottom: 12px; flex-direction: row; padding: 5px 8px; }
  .logistics-motion { inset: 20px 4px 68px; transform: scale(.92); }
  .world-globe { width: 158px; height: 158px; }
  .globe-label { bottom: 15px; }
  .transport-chip { min-width: 103px; padding: 7px 8px; }
  .chip-sea { left: 4px; top: 75px; }
  .chip-air { right: 0; top: 50px; }
  .chip-road { right: 4px; bottom: 30px; }
  .stats-grid > div { padding: 20px 10px; }
  .stats-grid strong { font-size: 25px; }
  .stats-grid p { font-size: 8px; }
  .capability-strip, .process-line { grid-template-columns: 1fr; }
  .process-line { gap: 36px; margin-top: 48px; }
  .process-line article { padding: 7px 0 0 58px; min-height: 55px; }
  .quote-form { padding: 27px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .quote-contact { align-items: flex-start; flex-direction: column; gap: 8px; }
  .contact { padding: 75px 0; }
  .contact-card { padding: 21px; }
  .contact-person img { width: 60px; height: 60px; }
  .footer-wrap { grid-template-columns: 1fr; gap: 38px; }
  .footer-wrap > div:first-child { grid-column: auto; }
  .footer-bottom { padding: 18px 0; gap: 20px; align-items: flex-start; }
  .floating-contact { right: 15px; bottom: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
