:root {
  --navy: #111111;
  --navy-2: #1a1a1a;
  --green: #c4a056;
  --green-dark: #9a7a38;
  --gold: #c4a056;
  --gold-soft: #d4bc82;
  --ink: #161411;
  --muted: #6a645b;
  --line: #e6e0d4;
  --cream: #f6f3ec;
  --white: #fff;
  --shadow: 0 24px 60px rgba(17, 17, 17, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: #fff; font-family: Outfit, "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-180%); background: #fff; color: var(--navy); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.topbar { background: var(--navy); color: #d8c9a3; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.topbar-wrap { min-height: 38px; display: flex; align-items: center; justify-content: flex-end; gap: 28px; }
.topbar-wrap span:first-child { margin-right: auto; color: var(--gold-soft); }
.topbar a:hover { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 100; padding: 10px 0; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); transition: .3s ease; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(17,17,17,.08); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 215px; }
.brand img { width: 62px; height: 48px; object-fit: contain; background: #fff; border-radius: 10px; padding: 3px; border: 1px solid var(--line); }
.brand span { display: flex; flex-direction: column; line-height: 1.12; }
.brand strong { color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.22rem; letter-spacing: .04em; }
.brand small { color: #7a7368; font-size: .68rem; margin-top: 3px; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: .9rem; font-weight: 700; color: var(--navy); }
.main-nav > a { position: relative; padding: 13px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 5px; width: 0; height: 2px; background: var(--gold); transition: width .25s; }
.main-nav > a:hover::after, .main-nav > a.active::after { width: 100%; }
.main-nav .nav-cta { padding: 13px 20px; border-radius: 100px; color: white; background: var(--navy); }
.main-nav .nav-cta:hover { background: var(--green-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 10px; background: var(--navy); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .25s; }

.hero { position: relative; min-height: 820px; padding-top: 28px; overflow: hidden; background: linear-gradient(130deg, #fbf8f1 0%, #f3eee4 50%, #ebe4d4 100%); }
.hero::before { content: ""; position: absolute; width: 44%; height: 100%; right: -8%; top: 0; background: linear-gradient(150deg, rgba(196,160,86,.22), transparent 60%); transform: skewX(-10deg); }
.hero-grid { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.hero-grid > * { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 2px; background: var(--gold); }
.eyebrow.light { color: var(--gold-soft); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--navy); font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; letter-spacing: -.045em; line-height: .99; }
h1 { max-width: 100%; margin: 23px 0 24px; font-size: clamp(3.7rem, 6vw, 6rem); }
h2 { margin: 20px 0 24px; font-size: clamp(2.6rem, 4.7vw, 4.6rem); }
h1 em, h2 em { color: var(--green-dark); font-weight: inherit; font-style: italic; }
.hero h1 > span, .hero h1 > em { display: block; }
.hero h1 > em { margin-top: .08em; font-size: .72em; line-height: 1.03; letter-spacing: -.055em; white-space: nowrap; }
.hero-lead { max-width: 620px; color: #5c564c; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 12px 22px; border: 1px solid transparent; border-radius: 100px; font-weight: 800; font-size: .88rem; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--navy); box-shadow: 0 14px 28px rgba(17,17,17,.2); }
.button-primary:hover { background: var(--green-dark); }
.button-ghost { color: var(--navy); border-color: #d7cbb6; background: rgba(255,255,255,.42); }
.button-light { color: var(--navy); background: #fff; }
.play { display: grid; place-items: center; width: 28px; height: 28px; color: #fff; background: var(--gold); border-radius: 50%; }
.trust-row { display: flex; gap: 42px; margin-top: 55px; padding-top: 25px; border-top: 1px solid #d9d0bf; }
.trust-row div { display: flex; flex-direction: column; }
.trust-row strong { color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.75rem; line-height: 1; }
sup { color: var(--gold); font-size: .55em; }
.trust-row span { margin-top: 8px; color: #7a7368; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.hero-visual { position: relative; min-height: 590px; }
.hero-image { position: absolute; inset: 0 0 30px 0; border-radius: 42% 18px 42% 18px; background-color: #ddd4c4; background-image: url("image/hero-port.jpg"); background-size: cover; background-position: center; box-shadow: var(--shadow); overflow: hidden; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(17,17,17,.35)); }
.hero-badge { position: absolute; left: 24px; bottom: 5px; display: flex; align-items: center; gap: 15px; width: 270px; padding: 19px; border: 5px solid rgba(255,255,255,.8); border-radius: 18px; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.hero-badge p { margin: 0; font-size: .9rem; line-height: 1.4; }
.hero-badge strong { color: var(--gold-soft); }
.badge-icon { display: grid; place-items: center; flex: 0 0 46px; height: 46px; border-radius: 50%; color: var(--navy); background: var(--gold); font-weight: 900; }
.hero-line { position: absolute; right: -15px; top: -8px; width: 130px; height: 6px; background: var(--gold); transform: rotate(50deg); border-radius: 10px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 150px; height: 150px; left: -70px; top: 200px; border: 1px solid rgba(196,160,86,.35); }
.hero-orb-two { width: 30px; height: 30px; left: 45%; top: 140px; background: rgba(196,160,86,.28); }
.hero-strip { position: relative; z-index: 3; color: #fff; background: var(--navy); overflow: hidden; }
.ticker-track { display: flex; align-items: center; gap: 28px; min-height: 66px; width: max-content; padding-inline: 24px; animation: ticker 28s linear infinite; }
.hero-strip:hover .ticker-track { animation-play-state: paused; }
.hero-strip span { font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero-strip i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--gold); }

.intro { background: #fff; }
.intro-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 100px; align-items: start; margin-bottom: 62px; }
.section-heading h2 { max-width: 800px; }
.intro-copy { padding-top: 42px; color: var(--muted); }
.intro-copy .lead { color: var(--ink); font-size: 1.35rem; line-height: 1.55; }
.text-link { display: inline-flex; gap: 14px; margin-top: 15px; color: var(--navy); font-weight: 800; border-bottom: 1px solid var(--navy); padding-bottom: 5px; }
.text-link span { color: var(--gold); }
.legacy-card { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 570px; padding: 0; overflow: hidden; border: 1px solid rgba(17,17,17,.08); border-radius: 30px; background: var(--navy); box-shadow: 0 30px 80px rgba(17,17,17,.16); }
.legacy-photo { position: relative; min-width: 0; min-height: 570px; overflow: hidden; background-color: #ddd4c4; background-image: url("image/containers.jpg"); background-size: cover; background-position: center; }
.legacy-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(10,10,10,.72) 100%); }
.legacy-photo-badge { position: absolute; z-index: 2; left: 32px; bottom: 30px; display: flex; align-items: center; gap: 14px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 16px; color: #fff; background: rgba(10,10,10,.78); box-shadow: 0 14px 35px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.legacy-photo-badge strong { color: var(--gold-soft); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.8rem; line-height: 1; }
.legacy-photo-badge span { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.25); color: #d9e2ed; font-size: .7rem; font-weight: 700; line-height: 1.4; text-transform: uppercase; letter-spacing: .05em; }
.legacy-content { position: relative; min-width: 0; padding: clamp(44px,5vw,72px); color: #d8d2c6; background: radial-gradient(circle at 100% 0%, rgba(196,160,86,.22), transparent 35%), linear-gradient(135deg, #111, #1c1c1c); }
.legacy-content::after { content: ""; position: absolute; right: -95px; bottom: -115px; width: 270px; height: 270px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.018), 0 0 0 90px rgba(255,255,255,.018); }
.legacy-content > * { position: relative; z-index: 2; }
.legacy-content h3 { max-width: 680px; margin: 20px 0; color: #fff; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.35rem,3.6vw,3.65rem); line-height: 1.04; letter-spacing: -.035em; overflow-wrap: break-word; }
.legacy-content h3 em { color: var(--gold-soft); font-weight: inherit; }
.legacy-content > p:not(.eyebrow) { max-width: 650px; color: #c8c0b3; font-size: 1rem; line-height: 1.7; }
.legacy-parent { display: flex; align-items: center; gap: 13px; width: fit-content; max-width: 100%; margin-top: 25px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.055); }
.legacy-parent > span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 50%; color: #111; background: var(--gold); font-weight: 900; }
.legacy-parent div { display: flex; min-width: 0; flex-direction: column; }
.legacy-parent small { color: #9a9286; font-size: .6rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.legacy-parent strong { overflow-wrap: anywhere; color: #fff; font-size: .78rem; line-height: 1.35; }
.legacy-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 32px; padding-top: 0; border: 0; }
.legacy-stats div { position: relative; display: flex; min-width: 0; min-height: 112px; flex-direction: column; justify-content: flex-end; padding: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(0,0,0,.34); }
.legacy-stats div small { position: absolute; top: 10px; right: 12px; color: rgba(255,255,255,.2); font-family: "Cormorant Garamond", Georgia, serif; font-size: .8rem; }
.legacy-stats strong { max-width: 100%; color: #fff; font-size: clamp(1.1rem,1.7vw,1.5rem); line-height: 1.12; overflow-wrap: anywhere; }
.legacy-stats span { margin-top: 6px; color: #b0a89c; font-size: .68rem; line-height: 1.35; }

.purpose { padding-top: 0; background: #fff; }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.purpose-card { padding: 42px 40px; border: 1px solid var(--line); border-radius: 22px; background: var(--cream); }
.purpose-card h3 { margin: 12px 0 16px; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.7rem, 2.5vw, 2.3rem); line-height: 1.15; }
.purpose-card p:last-child { margin: 0; color: var(--muted); }

.services { background: var(--cream); }
.section-heading.centered { display: flex; flex-direction: column; align-items: center; text-align: center; }
.section-heading.centered > p:last-child { max-width: 620px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 55px; }
.service-card { display: grid; grid-template-columns: 1fr; grid-template-rows: 200px 1fr; min-width: 0; min-height: 0; overflow: hidden; border: 1px solid #e4dccb; border-radius: 20px; background: #fff; transition: transform .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-image { position: relative; min-height: 200px; overflow: hidden; background-color: #ddd4c4; background-size: cover; background-position: center; background-repeat: no-repeat; }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(17,17,17,.22)); }
.service-image span { position: absolute; z-index: 2; top: 18px; left: 18px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--navy); font-size: .8rem; font-weight: 800; }
.image-air { background-image: url("image/air-freight.jpg"); }
.image-ocean { background-image: url("image/ocean-freight.jpg"); }
.image-customs { background-image: url("image/containers.jpg"); }
.image-transport { background-image: url("image/transport.jpg"); }
.image-warehouse { background-image: url("image/warehouse.jpg"); }
.image-supply { background-image: url("image/port.jpg"); }
.service-body { position: relative; z-index: 2; padding: 28px 27px 30px; background: #fff; }
.service-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; color: #fff; background: var(--green-dark); font-size: 1.2rem; }
.service-body h3 { margin: 18px 0 11px; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.45rem; line-height: 1.15; overflow-wrap: break-word; }
.service-body p { color: var(--muted); font-size: .88rem; }
.service-body ul { margin: 16px 0 0; padding: 15px 0 0; border-top: 1px solid #ece6d9; list-style: none; }
.service-body li { position: relative; padding: 3px 0 3px 17px; color: #3f3a33; font-size: .78rem; }
.service-body li::before { content: "•"; position: absolute; left: 0; color: var(--gold); }
.service-feature { grid-column: 1 / -1; grid-template-columns: 1.1fr .9fr; grid-template-rows: auto; min-height: 385px; align-items: center; padding: 60px 70px; color: #d8d2c6; background: linear-gradient(120deg, var(--navy), #222); }
.service-feature:hover { transform: none; }
.service-feature h3 { margin: 17px 0; color: #fff; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.2rem,4vw,4rem); line-height: 1; }
.service-feature p { max-width: 590px; }
.feature-wheel { position: relative; justify-self: end; width: 300px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; animation: slowspin 40s linear infinite; }
.feature-wheel::before, .feature-wheel::after { content: ""; position: absolute; inset: 35px; border: 1px dashed rgba(255,255,255,.22); border-radius: 50%; }
.feature-wheel::after { inset: 70px; background: rgba(196,160,86,.18); }
.feature-wheel span { position: absolute; z-index: 3; padding: 4px 8px; color: var(--gold-soft); background: var(--navy-2); border-radius: 20px; font-size: .7rem; font-weight: 800; }
.feature-wheel span:nth-child(1) { left: 50%; top: -10px; transform: translateX(-50%); }
.feature-wheel span:nth-child(2) { right: -12px; top: 28%; }
.feature-wheel span:nth-child(4) { left: 10px; bottom: 17%; }
.feature-wheel span:nth-child(5) { right: 14px; bottom: 13%; }
.feature-wheel strong { position: absolute; z-index: 4; inset: 0; display: grid; place-items: center; color: #fff; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; line-height: .8; text-align: center; animation: slowspinreverse 40s linear infinite; }
@keyframes slowspin { to { transform: rotate(360deg); } }
@keyframes slowspinreverse { to { transform: rotate(-360deg); } }

.process { position: relative; overflow: hidden; color: #d0c8ba; background: linear-gradient(135deg, #111 0%, #1d1d1d 100%); }
.process::before { content: ""; position: absolute; width: 520px; height: 520px; right: -250px; top: -320px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.018); }
.process::after { content: ""; position: absolute; width: 420px; height: 420px; left: -230px; bottom: -290px; border-radius: 50%; background: rgba(196,160,86,.12); filter: blur(2px); }
.process .container { position: relative; z-index: 2; }
.process-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.process-heading h2 { margin-bottom: 0; color: #fff; }
.process-heading h2 em { color: var(--gold-soft); }
.process-heading > p { max-width: 500px; margin: 0 0 10px; color: #b7aea0; }
.process-flow { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-top: 58px; }
.process-flow::before { content: ""; position: absolute; z-index: -1; left: 5%; right: 5%; top: 25px; height: 1px; background: linear-gradient(90deg, rgba(196,160,86,.8), rgba(196,160,86,.18)); }
.process-step { position: relative; min-width: 0; min-height: 455px; padding: 25px 24px 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(0,0,0,.52); box-shadow: 0 22px 45px rgba(0,0,0,.12); backdrop-filter: blur(8px); transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.process-step:hover { transform: translateY(-7px); border-color: rgba(196,160,86,.58); background: rgba(28,28,28,.86); }
.process-step::after { content: ""; position: absolute; width: 150px; height: 150px; right: -90px; bottom: -100px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; transition: .3s; }
.process-step:hover::after { border-color: rgba(196,160,86,.25); transform: scale(1.25); }
.step-marker { position: relative; z-index: 3; display: flex; align-items: center; height: 52px; }
.step-marker span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(196,160,86,.52); border-radius: 50%; color: var(--gold-soft); background: #111; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.05rem; }
.step-marker i { flex: 1; height: 1px; margin-left: 12px; background: rgba(255,255,255,.11); }
.process-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-top: 32px; border-radius: 15px; color: var(--gold-soft); background: rgba(196,160,86,.13); }
.process-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.step-label { margin: 26px 0 7px; color: #9a9286; font-size: .64rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.process-step h3 { margin: 0 0 13px; color: #fff; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.55rem; }
.process-step > p:not(.step-label) { min-height: 88px; margin-bottom: 20px; color: #c8c0b3; font-size: .82rem; line-height: 1.65; }
.process-step ul { margin: 0; padding: 17px 0 0; border-top: 1px solid rgba(255,255,255,.1); list-style: none; }
.process-step li { position: relative; padding: 4px 0 4px 16px; color: #eee8dc; font-size: .72rem; }
.process-step li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.process-outcome { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin-top: 18px; padding: 24px 26px; overflow: hidden; border: 1px solid rgba(196,160,86,.35); border-radius: 18px; background: linear-gradient(100deg, rgba(154,122,56,.7), rgba(111,86,36,.45)); }
.outcome-seal { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: #111; background: var(--gold-soft); font-weight: 900; }
.process-outcome > div:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }
.process-outcome small { color: #f0e4c4; font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.process-outcome strong { margin-top: 3px; overflow-wrap: break-word; color: #fff; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.08rem; }
.process-outcome .button { white-space: nowrap; }

.industries { position: relative; overflow: hidden; color: #d0c8ba; background: #111; }
.industries::before { content: ""; position: absolute; width: 620px; height: 620px; left: -330px; top: -360px; border-radius: 50%; background: rgba(196,160,86,.13); filter: blur(2px); }
.industries::after { content: ""; position: absolute; width: 420px; height: 420px; right: -230px; bottom: -250px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.018); }
.industries .container { position: relative; z-index: 2; }
.industries h2 { margin-bottom: 0; color: #fff; }
.industries h2 em { color: var(--gold-soft); }
.industries-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.industries-heading > p { max-width: 510px; margin: 0 0 10px; color: #b7aea0; }
.industries-explorer { display: grid; grid-template-columns: 1.18fr .82fr; min-height: 680px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: #1a1a1a; box-shadow: 0 32px 80px rgba(0,0,0,.25); }
.industry-panel { position: relative; display: flex; min-width: 0; overflow: hidden; scroll-margin-top: 90px; background-color: #1a1a1a; background-image: url("image/air-freight.jpg"); background-position: center; background-size: cover; isolation: isolate; transition: background-image .3s ease; }
.industry-panel[data-image="ocean"] { background-image: url("image/ocean-freight.jpg"); }
.industry-panel[data-image="customs"] { background-image: url("image/containers.jpg"); }
.industry-panel[data-image="transport"] { background-image: url("image/transport.jpg"); }
.industry-panel[data-image="project"] { background-image: url("image/project-cargo.jpg"); }
.industry-panel[data-image="breakbulk"] { background-image: url("image/port.jpg"); }
.industry-panel[data-image="warehouse"] { background-image: url("image/warehouse.jpg"); }
.industry-panel[data-image="supply"] { background-image: url("image/hero-port.jpg"); }
.industry-panel[data-image="air"] { background-image: url("image/air-freight.jpg"); }
.industry-panel::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,10,10,.06) 10%, rgba(10,10,10,.94) 93%); }
.industry-panel-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10,10,10,.96) 0%, rgba(10,10,10,.58) 52%, rgba(10,10,10,.06) 100%); }
.industry-panel-content { align-self: flex-end; width: 100%; padding: 54px 56px; transition: opacity .18s ease, transform .18s ease; }
.industry-panel.updating .industry-panel-content { opacity: .15; transform: translateY(8px); }
.panel-topline { display: flex; align-items: center; gap: 13px; margin-bottom: 20px; }
.panel-number { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; font-size: .76rem; font-weight: 900; }
.panel-label { color: var(--gold-soft); font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.industry-panel h3 { max-width: 600px; margin: 0 0 16px; color: #fff; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.25rem,3.6vw,4rem); line-height: 1.02; letter-spacing: -.035em; }
.industry-panel-content > p { max-width: 650px; margin-bottom: 30px; color: #e6dfd2; }
.sector-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 680px; margin-bottom: 30px; }
.sector-details > div { padding: 17px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(10,10,10,.55); backdrop-filter: blur(10px); }
.sector-details span { display: block; margin-bottom: 7px; color: #9a9286; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sector-details p { margin: 0; color: #fff; font-size: .79rem; line-height: 1.55; }
.sector-cta { min-height: 48px; }
.industry-selector { display: grid; grid-template-columns: 1fr 1fr; background: rgba(255,255,255,.12); gap: 1px; }
.industry-tab { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; min-height: 170px; padding: 28px 25px; overflow: hidden; border: 0; color: #fff; text-align: left; background: #161616; transition: background .22s ease, box-shadow .22s ease; }
.industry-tab:hover { background: #222; }
.industry-tab.active { z-index: 2; background: linear-gradient(145deg, #8f6b2c, #c4a056); box-shadow: inset 0 0 0 1px rgba(232,214,166,.5); }
.industry-tab:focus-visible { z-index: 3; outline: 3px solid var(--gold-soft); outline-offset: -4px; }
.industry-tab-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: var(--gold-soft); background: rgba(255,255,255,.06); font-size: 1.05rem; }
.industry-tab.active .industry-tab-icon { color: #111; background: #f3e7c8; border-color: transparent; }
.industry-tab > span:nth-child(2) { display: flex; flex-direction: column; min-width: 0; }
.industry-tab strong { color: #fff; font-size: .93rem; line-height: 1.25; }
.industry-tab small { margin-top: 5px; overflow: hidden; color: #a39a8d; font-size: .68rem; white-space: nowrap; text-overflow: ellipsis; }
.industry-tab.active small { color: #f7edd4; }
.industry-tab i { position: absolute; right: 18px; top: 15px; color: rgba(255,255,255,.2); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.45rem; font-style: normal; }
.industry-tab b { position: absolute; right: 20px; bottom: 19px; color: var(--gold); font-size: 1rem; opacity: 0; transform: translateX(-8px); transition: .2s; }
.industry-tab:hover b, .industry-tab.active b { opacity: 1; transform: none; }
.industry-tab.active b { color: #fff; }
.industry-hint { display: flex; justify-content: flex-end; align-items: center; gap: 9px; margin: 17px 3px 0 0; color: #8a8276; font-size: .72rem; }
.industry-hint span { color: var(--gold); }

.why-us { background: #fff; }
.advantage-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 55px; }
.advantage-grid article { position: relative; min-height: 300px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: .3s; }
.advantage-grid article:hover { transform: translateY(-4px); border-color: #d4bc82; box-shadow: 0 18px 45px rgba(17,17,17,.08); }
.advantage-grid article > span { position: absolute; right: 24px; top: 22px; color: #b0a89c; font-size: .78rem; font-weight: 800; }
.adv-icon { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; color: #fff; background: var(--navy); font-size: 1.5rem; box-shadow: inset 0 0 0 4px rgba(196,160,86,.5); }
.advantage-grid h3 { margin: 38px 0 12px; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.4rem; }
.advantage-grid p { color: var(--muted); font-size: .87rem; }
.values-band { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 30px; padding: 30px 38px; border-radius: 15px; color: #fff; background: var(--navy); }
.values-band p { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.55rem; }
.values-band p strong { color: var(--gold-soft); }
.values-band div { display: flex; gap: 25px; color: #c8c0b3; font-size: .75rem; }

.contact { position: relative; overflow: hidden; color: #d0c8ba; background: linear-gradient(120deg, #111, #1c1c1c); }
.contact::after { content: ""; position: absolute; width: 450px; height: 450px; left: -200px; bottom: -250px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.02),0 0 0 140px rgba(255,255,255,.02); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.contact h2 { color: #fff; }
.contact h2 em { color: var(--gold-soft); }
.contact-copy > p:not(.eyebrow) { max-width: 520px; }
.contact-details { display: grid; gap: 18px; margin-top: 45px; }
.contact-details a, .contact-details div { display: flex; flex-direction: column; padding-left: 20px; border-left: 2px solid var(--gold); }
.contact-details span { color: #9a9286; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-details strong { margin-top: 3px; color: #fff; font-size: .92rem; }
.contact-form { display: grid; gap: 18px; padding: 40px; border-radius: 22px; color: var(--ink); background: #fff; box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.form-title { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid #ece6d9; }
.form-title span { color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.45rem; font-weight: 700; }
.form-title small { color: #7d8793; font-size: .68rem; }
.contact-form label { color: #4a453e; font-size: .74rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #e0d8c8; border-radius: 9px; outline: none; color: var(--ink); background: #fbfaf7; font-weight: 400; transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(196,160,86,.18); }
.contact-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.submit-button { border: 0; }
.form-status { min-height: 0; margin: -5px 0 0; color: var(--green-dark); font-size: .8rem; }

.site-footer { padding: 65px 0 22px; color: #b0a89c; background: #0a0a0a; }
.footer-main { display: grid; grid-template-columns: 1.5fr .7fr .9fr 1fr; gap: 60px; }
.light-brand strong { color: #fff; }
.light-brand small { color: #c4b48a; }
.footer-brand p { max-width: 310px; margin-top: 22px; font-size: .84rem; }
.footer-main h3 { margin: 7px 0 20px; color: #fff; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-main > div:not(.footer-brand) a { font-size: .8rem; }
.footer-main a:hover { color: var(--gold-soft); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .68rem; }
.footer-credit { color: var(--gold-soft); }
.footer-credit:hover { color: #fff; }
.floating-call, .floating-wa { position: fixed; z-index: 80; right: 18px; display: flex; align-items: center; gap: 9px; padding: 9px 14px 9px 9px; border-radius: 100px; color: #fff; box-shadow: 0 12px 30px rgba(17,17,17,.25); }
.floating-call { bottom: 18px; background: var(--navy); }
.floating-wa { bottom: 74px; background: #128c7e; }
.floating-call span, .floating-wa span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; font-size: .72rem; font-weight: 800; }
.floating-call span { color: var(--navy); background: var(--gold); }
.floating-wa span { color: #128c7e; background: #fff; }
.floating-call small, .floating-wa small { font-weight: 800; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.visible { opacity: 1; transform: none; }

.hero-copy { animation: fadeUp .85s cubic-bezier(.22,1,.36,1) both; }
.hero-visual { animation: fadeUp .95s .12s cubic-bezier(.22,1,.36,1) both; }
.hero-actions .button { animation: fadeUp .7s .25s cubic-bezier(.22,1,.36,1) both; }
.hero-orb-two { animation: orbPulse 3.6s ease-in-out infinite alternate; }
.hero-badge { animation: floaty 4.5s ease-in-out infinite; }
.hero-image { animation: kenburns 22s ease-in-out infinite alternate; }
.hero-line { animation: lineGlow 2.8s ease-in-out infinite; }
.badge-icon { animation: popPulse 2.2s ease-in-out infinite; }
.eyebrow > span { animation: lineGrow .9s ease forwards; }
.button { position: relative; overflow: hidden; }
.button-primary::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.18) 48%, transparent 62%); transform: translateX(-120%); }
.button-primary:hover::after { animation: shine .7s ease; }
.service-image { transition: transform .7s ease; }
.service-card:hover .service-image { transform: scale(1.08); }
.purpose-card, .advantage-grid article { transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.purpose-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #d4bc82; }
.legacy-photo { background-size: 108% auto; transition: background-size .8s ease; }
.legacy-card:hover .legacy-photo { background-size: 116% auto; }
.floating-call, .floating-wa { transition: transform .2s ease; animation: fabIn .8s ease both; }
.floating-wa { animation-delay: .15s; }
.floating-call:hover, .floating-wa:hover { transform: translateY(-3px) scale(1.04); }
.floating-wa { box-shadow: 0 12px 30px rgba(18,140,126,.35); }
.floating-wa span { animation: popPulse 2.4s ease-in-out infinite; }
.nav-cta { transition: transform .2s, background .2s; }
.nav-cta:hover { transform: translateY(-1px); }
.contact-form { animation: none; }
body.is-loaded .hero-copy { }
.topbar { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
.floating-call { bottom: calc(18px + env(safe-area-inset-bottom)); right: calc(18px + env(safe-area-inset-right)); }
.floating-wa { bottom: calc(74px + env(safe-area-inset-bottom)); right: calc(18px + env(safe-area-inset-right)); }

@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.08); } }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes orbPulse { 0%, 100% { opacity: .45; transform: scale(1); } 50% { opacity: 1; transform: scale(1.08); } }
@keyframes lineGlow { 0%, 100% { opacity: .7; } 50% { opacity: 1; } }
@keyframes popPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.08); } }
@keyframes lineGrow { from { width: 0; } to { width: 27px; } }
@keyframes shine { to { transform: translateX(120%); } }
@keyframes fabIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

@media (max-width: 1020px) {
  .main-nav { gap: 18px; font-size: .84rem; }
  .hero { min-height: auto; }
  .hero-grid { gap: 28px; grid-template-columns: 1fr 1fr; }
  h1 { font-size: clamp(2.8rem,6.2vw,4.6rem); }
  .hero-visual { min-height: 520px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { grid-template-columns: 1fr; }
  .contact-grid { gap: 45px; }
  .industries-explorer { grid-template-columns: 1fr; min-height: 0; }
  .industry-panel { min-height: 520px; }
  .industry-panel-content { padding: 44px 38px; }
  .industry-selector { border-radius: 0 0 28px 28px; }
  .process-flow { grid-template-columns: 1fr 1fr; }
  .process-flow::before { display: none; }
  .process-step { min-height: 430px; }
  .advantage-grid { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2; }
  .purpose-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 96px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 460px; }
  .brand { min-width: 0; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, 640px); }
  .section { padding: 78px 0; }
  .topbar-hide { display: none; }
  .brand img { width: 52px; height: 40px; }
  .brand small { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 110px 14px auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: .25s; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav > a { padding: 13px 10px; }
  .main-nav .nav-cta { margin-top: 10px; text-align: center; }
  .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); }
  .hero { min-height: auto; padding-top: 20px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 40px; }
  .hero-copy { text-align: left; }
  h1 { font-size: clamp(3.2rem,14vw,5rem); }
  h2 { font-size: clamp(2.55rem,11vw,4rem); }
  .hero-visual { min-height: 490px; margin-top: 10px; }
  .hero-image { inset: 0 0 35px; background-size: cover; background-position: center; }
  .hero-badge { left: 10px; width: 245px; }
  .trust-row { gap: 20px; overflow-x: auto; }
  .trust-row div { min-width: 105px; }
  .intro-grid, .legacy-card, .service-grid, .service-feature, .contact-grid { grid-template-columns: 1fr; }
  .intro-grid { gap: 20px; }
  .intro-copy { padding-top: 0; }
  .legacy-photo { min-height: 390px; background-size: cover; background-position: center; }
  .legacy-content { padding: 42px 30px; }
  .legacy-stats { gap: 10px; }
  .legacy-stats strong { font-size: 1.15rem; }
  .service-grid { gap: 16px; }
  .service-card { grid-template-columns: 1fr; min-height: 0; }
  .service-feature { padding: 42px 25px; }
  .feature-wheel { justify-self: center; width: min(300px, 88vw); margin-top: 30px; }
  .process-heading { grid-template-columns: 1fr; gap: 15px; }
  .process-heading > p { max-width: 620px; }
  .process-outcome { grid-template-columns: auto 1fr; }
  .process-outcome .button { grid-column: 1 / -1; width: 100%; }
  .industries-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 34px; }
  .industries-heading > p { max-width: 620px; }
  .industries-explorer { grid-template-columns: 1fr; min-height: 0; overflow: visible; border: 0; background: transparent; box-shadow: none; }
  .industry-panel { min-height: 620px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background-position: 58% center; box-shadow: 0 25px 60px rgba(0,0,0,.23); }
  .industry-panel-content { padding: 38px 30px; }
  .industry-selector { margin-top: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; }
  .industry-tab { min-height: 150px; }
  .industry-hint { justify-content: flex-start; }
  .values-band { align-items: flex-start; flex-direction: column; }
  .values-band div { flex-wrap: wrap; }
  .contact-form { padding: 28px 22px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-main > div:last-child { grid-column: auto; }
}

@media (max-width: 520px) {
  .hero { padding-top: 12px; }
  .hero-grid { padding-top: 28px; }
  h1 { max-width: 100%; font-size: clamp(2.8rem, 11.5vw, 3.55rem); letter-spacing: -.055em; }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 400px; }
  .hero-image { background-size: cover; background-position: center; }
  .hero-line { display: none; }
  .trust-row { margin-top: 38px; }
  .section-heading.centered { align-items: flex-start; text-align: left; }
  .section-heading.centered .eyebrow span:last-child { display: none; }
  .legacy-stats { grid-template-columns: 1fr; }
  .legacy-photo { min-height: 340px; }
  .legacy-photo-badge { left: 18px; bottom: 18px; padding: 12px 14px; }
  .legacy-photo-badge strong { font-size: 1.5rem; }
  .legacy-content { padding: 36px 22px; }
  .legacy-content h3 { font-size: 2.35rem; }
  .legacy-parent { align-items: flex-start; }
  .legacy-stats div { min-height: 98px; }
  .purpose-card { padding: 28px 22px; }
  .service-card { grid-template-columns: 1fr; grid-template-rows: 200px 1fr; min-height: 0; }
  .service-image { min-height: 200px; }
  .process-flow { grid-template-columns: 1fr; }
  .process-step { min-height: 0; }
  .process-step > p:not(.step-label) { min-height: 0; }
  .process-outcome { grid-template-columns: 1fr; text-align: left; }
  .outcome-seal { width: 42px; height: 42px; }
  .industry-panel { min-height: 650px; }
  .industry-panel-content { padding: 32px 22px; }
  .industry-panel h3 { font-size: 2.45rem; }
  .sector-details { grid-template-columns: 1fr; }
  .industry-selector { grid-template-columns: 1fr 1fr; }
  .industry-tab { min-height: 142px; padding: 20px 16px; }
  .industry-tab-icon { width: 34px; height: 34px; margin-bottom: 13px; }
  .industry-tab small { display: none; }
  .industry-tab b { right: 14px; bottom: 14px; }
  .industry-hint { display: none; }
  .advantage-grid { grid-template-columns: 1fr; }
  .advantage-grid article { min-height: 260px; }
  .values-band { padding: 28px 24px; }
  .values-band div { flex-direction: column; gap: 10px; }
  .form-row { grid-template-columns: 1fr; }
  .form-title { align-items: flex-start; flex-direction: column; gap: 5px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .floating-call small, .floating-wa small { display: none; }
  .floating-call, .floating-wa { padding-right: 9px; }
}

@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; }
  .ticker-track, .hero-image, .hero-badge, .hero-orb, .badge-icon, .hero-copy, .hero-visual, .hero-actions .button { animation: none !important; }
}
