:root {
  --navy: #08245c;
  --blue: #0757d8;
  --cyan: #19a9e5;
  --ink: #142033;
  --muted: #64748b;
  --line: #d9e3ef;
  --mist: #f4f8fc;
  --white: #ffffff;
  --green: #2f7d68;
  --shadow: 0 20px 60px rgba(8, 36, 92, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 96px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 227, 239, 0.9);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 116px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.94rem;
  font-weight: 700;
  color: #29415f;
}

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

.main-nav a:hover,
.main-nav a.active {
  color: var(--blue);
}

.header-cta,
.button,
.quote-form button,
.form-mail-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.header-cta,
.button.primary,
.quote-form button,
.form-mail-link {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 14px 34px rgba(7, 87, 216, 0.28);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.12);
}

.hero {
  position: relative;
  min-height: min(600px, calc(100svh - 150px));
  max-height: 700px;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: clamp(36px, 6vw, 72px) clamp(18px, 4vw, 56px);
  isolation: isolate;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 19, 49, 0.92) 0%, rgba(4, 19, 49, 0.74) 38%, rgba(4, 19, 49, 0.26) 74%, rgba(4, 19, 49, 0.18) 100%),
    linear-gradient(0deg, rgba(4, 19, 49, 0.26), rgba(4, 19, 49, 0));
}

.hero-content {
  width: min(680px, 100%);
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 17ch;
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 4.45rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.02rem, 2vw, 1.25rem);
  line-height: 1.7;
}

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

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--navy);
  color: var(--white);
}

.trust-strip div {
  min-height: 112px;
  padding: 26px clamp(18px, 3vw, 42px);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  font-size: 1.08rem;
}

.trust-strip span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.section {
  padding: clamp(70px, 9vw, 118px) clamp(18px, 4vw, 56px);
}

.page-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 430px;
  padding: clamp(70px, 9vw, 118px) clamp(18px, 4vw, 56px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 19, 49, 0.94), rgba(4, 19, 49, 0.72), rgba(4, 19, 49, 0.32)),
    url("assets/logistics-hero.png") center / cover;
  color: var(--white);
}

.page-hero > div {
  width: min(820px, 100%);
}

.page-hero h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 5.25rem);
  line-height: 1;
  letter-spacing: 0;
}

.page-hero p:last-child {
  max-width: 680px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.02rem, 2vw, 1.2rem);
}

.split,
.section-heading,
.vision-mission {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: start;
}

h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.12rem;
}

p {
  margin: 0;
  line-height: 1.72;
}

.prose p + p {
  margin-top: 18px;
}

.prose,
.section-heading p,
.statement p,
.mission-list,
.why-grid p,
.service-card p,
.contact-panel p {
  color: var(--muted);
  font-size: 1rem;
}

.services-section,
.industries-section {
  background: var(--mist);
}

.home-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.home-links a {
  min-height: 108px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  font-size: 1.1rem;
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(8, 36, 92, 0.07);
}

.brand-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(64px, 8vw, 104px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(135deg, rgba(8, 36, 92, 0.96), rgba(7, 87, 216, 0.82)),
    var(--navy);
  color: var(--white);
}

.showcase-copy h2 {
  color: var(--white);
}

.showcase-copy p {
  max-width: 520px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.04rem;
}

.showcase-copy .button {
  margin-top: 28px;
  background: var(--white);
  color: var(--blue);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

.showcase-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.showcase-gallery img {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.showcase-gallery .wide {
  grid-column: span 1;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.service-card {
  min-height: 260px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(8, 36, 92, 0.07);
}

.service-number {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--green);
  font-weight: 900;
}

.service-card p {
  margin-top: 14px;
}

.vision-mission {
  background:
    linear-gradient(135deg, rgba(8, 36, 92, 0.05), rgba(25, 169, 229, 0.08)),
    var(--white);
}

.statement,
.mission-list {
  padding: clamp(28px, 4vw, 42px);
  border-left: 5px solid var(--blue);
  background: var(--white);
  box-shadow: var(--shadow);
}

.statement p {
  margin-top: 22px;
}

.mission-list ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding-left: 22px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  background: var(--line);
  border: 1px solid var(--line);
}

.why-grid div {
  min-height: 214px;
  padding: 26px;
  background: var(--white);
}

.why-grid p {
  margin-top: 14px;
}

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

.industry-list span {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: #29415f;
  font-weight: 700;
}

.industry-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.industry-card {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(8, 36, 92, 0.07);
}

.industry-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  border-radius: 8px;
  background: rgba(7, 87, 216, 0.1);
  color: var(--blue);
}

.industry-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.industry-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-section {
  padding: clamp(70px, 9vw, 118px) clamp(18px, 4vw, 56px);
  background: var(--navy);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
  width: min(1180px, 100%);
  margin: 0 auto;
  color: var(--white);
}

.contact-panel h2 {
  color: var(--white);
}

.contact-panel p {
  max-width: 650px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.contact-details a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.38);
  text-underline-offset: 4px;
}

.contact-card-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-card-list article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-card-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card-list p,
.contact-card-list a {
  color: var(--white);
  font-weight: 700;
  line-height: 1.55;
}

.contact-card-list a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.38);
  text-underline-offset: 4px;
}

.quote-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: #29415f;
  font-size: 0.88rem;
  font-weight: 800;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  resize: vertical;
}

.quote-form input:focus,
.quote-form textarea:focus {
  outline: 3px solid rgba(25, 169, 229, 0.22);
  border-color: var(--cyan);
}

.quote-form button {
  margin-top: 4px;
}

.form-mail-link {
  margin-top: 4px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 150px;
}

.site-footer p {
  color: var(--muted);
}

.site-footer a {
  color: var(--blue);
  font-weight: 800;
}

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

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

  .industry-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .brand-showcase {
    grid-template-columns: 1fr;
  }

  .showcase-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .brand img {
    width: 112px;
  }

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

  .header-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: 620px;
    align-items: end;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(4, 19, 49, 0.94) 0%, rgba(4, 19, 49, 0.82) 52%, rgba(4, 19, 49, 0.28) 100%);
  }

  .hero h1 {
    max-width: 12ch;
    font-size: clamp(2.65rem, 13vw, 4.35rem);
  }

  .page-hero {
    min-height: 360px;
  }

  .page-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.55rem, 12vw, 4.2rem);
  }

  .split,
  .section-heading,
  .vision-mission,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .why-grid,
  .home-links,
  .industry-card-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .brand-showcase {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .showcase-gallery {
    grid-template-columns: 1fr;
  }

  .showcase-gallery .wide {
    grid-column: span 1;
  }

  .service-card,
  .industry-card,
  .why-grid div {
    min-height: auto;
  }

  .contact-panel {
    min-width: 0;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 470px) {
  .main-nav {
    font-size: 0.84rem;
  }

  .hero-actions,
  .button,
  .form-mail-link {
    width: 100%;
  }

  .quote-form {
    padding: 18px;
  }

  .industry-list span {
    width: 100%;
    border-radius: 6px;
  }
}
