:root {
  --ink: #102033;
  --muted: #5f6f82;
  --line: #d9e2ea;
  --paper: #f7fafc;
  --white: #ffffff;
  --navy: #12324a;
  --deep: #081c2b;
  --teal: #0f766e;
  --gold: #b7791f;
  --soft-gold: #f4c979;
  --green: #2f855a;
  --shadow: 0 20px 50px rgba(16, 32, 51, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f8fbfd, #eef5f7 44%, #f8fbfd);
  line-height: 1.7;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 78px;
  padding: 12px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 226, 234, 0.86);
  backdrop-filter: blur(14px);
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 28px rgba(16, 32, 51, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 235px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: white;
  background:
    linear-gradient(135deg, rgba(244, 201, 121, 0.28), transparent 48%),
    linear-gradient(135deg, var(--navy), var(--teal));
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
}

.main-nav {
  display: flex;
  gap: 22px;
  color: #405266;
  font-size: 14px;
}

.main-nav a {
  padding: 8px 0;
}

.main-nav a:hover {
  color: var(--teal);
}

.nav-cta,
.primary-btn,
.secondary-btn,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 6px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-cta {
  padding: 0 18px;
  color: white;
  background: linear-gradient(135deg, var(--teal), #0b5c62);
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.22);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: end;
  gap: 28px;
  min-height: 660px;
  padding: 86px clamp(18px, 5vw, 72px) 54px;
  overflow: hidden;
  color: white;
  background: var(--deep);
}

.hero-media {
  position: absolute;
  inset: 0;
  opacity: 0.95;
}

.port-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8, 28, 43, 0.24), rgba(8, 28, 43, 0.88)),
    linear-gradient(90deg, rgba(8, 28, 43, 0.94), rgba(8, 28, 43, 0.38)),
    url("https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=1800&q=82") center / cover no-repeat,
    radial-gradient(circle at 72% 25%, rgba(244, 201, 121, 0.2), transparent 22%),
    radial-gradient(circle at 22% 70%, rgba(25, 160, 140, 0.26), transparent 31%),
    linear-gradient(135deg, #143a54, #081c2b 58%, #0b2d2b);
}

.skyline {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 178px;
  height: 150px;
  background:
    linear-gradient(to top, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)) 8% 100% / 48px 110px no-repeat,
    linear-gradient(to top, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)) 16% 100% / 64px 82px no-repeat,
    linear-gradient(to top, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) 30% 100% / 78px 128px no-repeat,
    linear-gradient(to top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) 46% 100% / 58px 92px no-repeat,
    linear-gradient(to top, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.13)) 66% 100% / 86px 140px no-repeat,
    linear-gradient(to top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) 82% 100% / 54px 90px no-repeat;
}

.ship {
  position: absolute;
  left: -20px;
  bottom: 96px;
  width: min(420px, 46vw);
  height: 105px;
  border-radius: 0 0 38px 38px;
  background: linear-gradient(180deg, #f4f8fb 0 32%, #d9e5ed 32% 68%, #163e58 68%);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.26);
  opacity: 0.42;
}

.ship::before {
  content: "";
  position: absolute;
  right: 48px;
  top: -72px;
  width: 280px;
  height: 80px;
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.42) 1px, transparent 1px) 0 0 / 34px 100%,
    #e7eef4;
}

.ship span {
  position: absolute;
  bottom: 38px;
  width: 64px;
  height: 42px;
  border-radius: 4px;
  background: var(--gold);
}

.ship span:nth-child(1) { right: 32px; }
.ship span:nth-child(2) { right: 108px; background: var(--teal); }
.ship span:nth-child(3) { right: 184px; background: #c2410c; }
.ship span:nth-child(4) { right: 260px; background: #2f855a; }

.route {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.route-one {
  left: 8%;
  top: 14%;
  width: 420px;
  height: 420px;
}

.route-two {
  left: 22%;
  top: 26%;
  width: 260px;
  height: 260px;
}

.route-three {
  right: 16%;
  top: 12%;
  width: 210px;
  height: 210px;
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 850px;
  justify-self: end;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: #f6c26b;
  font-size: 13px;
  font-weight: 800;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.12;
}

.hero-copy {
  max-width: 710px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.primary-btn,
.secondary-btn {
  min-width: 150px;
  padding: 0 24px;
}

.primary-btn {
  color: #0d2538;
  background: #f6c26b;
}

.secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: white;
}

.hero-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(8, 28, 43, 0.68);
  backdrop-filter: blur(10px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
}

.hero-panel div {
  padding: 14px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-panel b,
.hero-panel span {
  display: block;
}

.hero-panel b {
  font-size: 29px;
}

.hero-panel span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip span {
  padding: 22px 20px;
  text-align: center;
  background: white;
  color: #405266;
  font-weight: 700;
}

.section {
  padding: 78px clamp(18px, 5vw, 72px);
}

.intro-grid,
.section-heading,
.contact {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: start;
}

.section h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.22;
}

.section p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.services,
.industries {
  background: white;
}

.logistics-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 0;
  background: #f8fbfd;
}

.logistics-gallery figure {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(16, 32, 51, 0.14);
}

.logistics-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.logistics-gallery figure:hover img {
  transform: scale(1.04);
}

.logistics-gallery figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 12px 14px;
  border-radius: 6px;
  color: white;
  background: rgba(8, 28, 43, 0.72);
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.service-card {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(248, 251, 253, 0.96), #fff);
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 118, 110, 0.35);
  box-shadow: 0 22px 46px rgba(16, 32, 51, 0.12);
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 34px;
  border-radius: 6px;
  color: white;
  background: linear-gradient(135deg, var(--navy), var(--teal));
  font-weight: 800;
}

.service-card h3,
.step h3 {
  margin: 18px 0 8px;
  font-size: 21px;
}

.service-card p,
.step p {
  font-size: 15px;
}

.process {
  background: #eef4f6;
}

.warehouse {
  color: white;
  background:
    linear-gradient(135deg, rgba(8, 28, 43, 0.96), rgba(14, 57, 69, 0.96)),
    radial-gradient(circle at 18% 18%, rgba(244, 201, 121, 0.18), transparent 26%);
}

.warehouse-content {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
}

.warehouse h2 {
  max-width: 620px;
}

.warehouse p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.warehouse-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.warehouse-list div {
  min-height: 138px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.warehouse-list b {
  display: block;
  margin-bottom: 14px;
  color: var(--soft-gold);
  font-size: 24px;
}

.warehouse-list span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.step {
  position: relative;
  padding: 24px;
  border-radius: 8px;
  background: white;
  border-top: 4px solid var(--teal);
}

.step b {
  color: var(--teal);
  font-size: 26px;
}

.industry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.industry-list span {
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background:
    linear-gradient(180deg, #fff, #f8fbfd);
  color: #405266;
  font-weight: 700;
}

.insight {
  background:
    linear-gradient(135deg, var(--navy), var(--deep));
}

.insight-card {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 42px;
  padding: 42px;
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.insight-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.insight-card li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: #405266;
  font-weight: 700;
}

.contact {
  background: white;
}

.contact-copy p {
  margin-top: 16px;
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  color: #405266;
  font-weight: 700;
}

.contact-lines a {
  color: var(--teal);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff, #f8fbfd);
  box-shadow: 0 16px 38px rgba(16, 32, 51, 0.08);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #405266;
  font-size: 14px;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cdd9e3;
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--ink);
  background: white;
  font: inherit;
}

.contact-form textarea {
  min-height: 118px;
  resize: vertical;
}

.contact-form button {
  border: 0;
  color: white;
  background: linear-gradient(135deg, var(--teal), #0b5c62);
  cursor: pointer;
  font: inherit;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.76);
  background: var(--deep);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: white;
  font-weight: 700;
}

@media (max-width: 1120px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    overflow-x: auto;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 760px;
  }

  .hero-panel {
    max-width: 420px;
  }

  .intro-grid,
  .section-heading,
  .contact,
  .insight-card,
  .warehouse-content {
    grid-template-columns: 1fr;
  }

  .trust-strip,
  .service-grid,
  .timeline,
  .logistics-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .brand {
    min-width: 0;
  }

  .nav-cta {
    width: 100%;
  }

  .hero {
    min-height: 720px;
    padding-top: 54px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .trust-strip,
  .service-grid,
  .timeline,
  .logistics-gallery,
  .warehouse-list {
    grid-template-columns: 1fr;
  }

  .ship {
    left: -28%;
    width: 96vw;
    opacity: 0.22;
  }

  .section {
    padding-block: 54px;
  }

  .site-footer {
    flex-direction: column;
  }
}
