@import url("tokens.css");

/* ============ HERO ============ */
.hero {
  background: var(--color-navy);
  padding-bottom: 40px;
}
.hero__grid {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 689px;
}
.hero__media {
  flex: 0 0 710px;
  width: 710px;
  min-width: 0;
  overflow: hidden;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 25px 25px 0;
}
section.services.container {
    overflow: hidden;
}
.hero__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline-end: 48px;
  padding-inline-start: 60px;
}
.hero__content h1 {
  font-size: var(--fs-h1);
  color: var(--color-accent-tint);
  font-weight: var(--fw-extrabold);
}
.hero__content p {
  margin-top: 24px;
  max-width: 645px;
  font-size: var(--fs-body);
  color: var(--color-accent-tint);
  line-height: 1.65;
}
.hero__actions {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

/* ============ GROWTH / STATS ============ */
.growth {
  padding-block: 90px;
}
.growth__grid {
  display: flex;
  align-items: center;
  gap: 90px;
}

.owl-stage {
    display: flex;
}
.growth__media {
  position: relative;
  flex: 0 0 538px;
}
.growth__media img {
  width: 538px;
  height: 300px;
  object-fit: cover;
  border-radius: 30px;
}
.growth__badge {
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 218px;
  height: 218px;
  background: var(--color-navy);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px;
}
.growth__badge strong {
  font-size: 80px;
  font-weight: var(--fw-extrabold);
  color: var(--color-gold);
  line-height: 1;
}
.growth__badge span {
  font-size: 18px;
  color: var(--color-bg-page);
  margin-top: 8px;
  line-height: 1.35;
}
.growth__badge .squiggle {
  width: 90px;
  height: 12px;
  margin-top: 8px;
}
.growth__body { flex: 1; }
.growth__body h2 {
  font-size: var(--fs-h2);
}
.growth__body p {
  margin-top: 20px;
  font-size: var(--fs-body-lg);
  color: var(--color-text-body);
  line-height: 1.6;
  max-width: 620px;
}

/* ============ WHY / FEATURE CARDS ============ */
.why {
  padding-top: 130px;
  padding-bottom: 60px;
}
.why__title {
  text-align: right;
  margin-bottom: 46px;
}
.why__title .eyebrow {font-size: var(--fs-h2-sub);color: #646464;font-weight: var(--fw-regular);}
.why__title h2 { font-size: var(--fs-h2); }

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.feature-card {
  background: var(--color-navy);
  border-radius: 24px;
  min-height: 160px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 20px;
}
.feature-card--wide { grid-column: 1 / -1; }
.feature-card p {
  font-size: 25px;
  font-weight: var(--fw-semibold);
  color: var(--color-accent-tint);
  line-height: 1.4;
}
.feature-card img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

/* ============ INTEGRATED SERVICES ============ */
.services {
  padding-block: 90px;
}
.services__title {
  text-align: right;
  margin-bottom: 46px;
}
.services__title .eyebrow {font-size: var(--fs-body-lg);color: #646464;}
.services__title h2 { font-size: var(--fs-h2); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.service-card__media {
  width: 100%;
  aspect-ratio: 387/260;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.service-card__media img { width: 100%; height: 100%; object-fit: cover; }
.service-card h3 {
  margin-top: 24px;
  font-size: 25px;
  color: var(--color-text-heading);
  height: 60px;
}
.service-card p {
  margin-top: 12px;
  font-size: 18px;
  color: var(--color-text-body);
  line-height: 1.55;
  min-height: 56px;
}
.service-card .btn {
  margin-top: 20px;
  width: 100%;
}

/* ============ BIG PHOTO BANNER ============ */
.photo-banner {
  padding-bottom: 90px;
}
.photo-banner img {
  width: 100%;
  height: 743px;
  object-fit: cover;
  border-radius: 30px;
}

/* ============ SECTORS WE SERVE ============ */
.sectors { padding-bottom: 90px; }
.sectors__title {margin-bottom: 56px;}
.sectors__title .eyebrow {font-size: var(--fs-body-lg);}
.sectors__title h2 { font-size: var(--fs-h2); }

.sectors__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.sectors__row::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 100px;
  right: 100px;
  border-top: 2px dashed #C7CCD6;
  z-index: 0;
}
.sector {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 220px;
  position: relative;
  z-index: 1;
}
.sector__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--color-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px var(--color-bg-page);
}
.sector__icon img { width: 46px; height: 46px; }
.sector span {
  font-size: 20px;
  font-weight: var(--fw-bold);
  color: var(--color-text-heading);
  text-align: center;
  position: relative;
  z-index: 1;
}
.sector span:first-child:after {
  content:'';
  position:absolute;
  width: 100%;
  top: 0;
  height: 100%;
  right: 0;
  border-radius: 50%;
  z-index: -1;
  transform: scale(1.15);
  border: 1px solid #bebebe;
}
/* ============ WAREHOUSE NETWORK MAP ============ */
.network {
  padding-bottom: 300px;
  position: relative;
}
.network__title {margin-bottom: 20px;}
.network__title .eyebrow {font-size: var(--fs-body-lg);}
.network__title h2 { font-size: var(--fs-h2); }

.network__map {
  position: relative;
  width: 100%;
  height: 1000px;
}
.network__map > img.map-graphic {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.network__pin {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  right: 0;
}
.network__pin~.network__pin {
  right: initial;
  left: 0;
  width: fit-content;
  inset-inline-start: initial !important;
}
.network__pin img { width: 40px; height: 40px; }
.network__pin .pin-icon {
  width: 100px; height: 100px;
}
.network__pin strong { display:block; font-size: 20px; color: var(--color-text-heading); }
.network__pin span { display:block; font-size: 18px; color: var(--color-text-body); }

.map-marker {
  position: absolute;
  width: 36px;
  height: 48px;
  transform: translate(-50%, -100%);
}
.map-connector {
  position: absolute;
  pointer-events: none;
}

.network__banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -200px;
  background: var(--color-navy);
  border-radius: var(--radius-md);
  min-height: 200px;
  display: flex;
  align-items: center;
  padding-inline: 60px;
  flex-direction: row-reverse;
}
.network__banner ul { display: flex; flex-direction: column; gap: 14px; }
.network__banner li {
  display: flex; align-items: center; gap: 12px;
  font-size: 30px; font-weight: var(--fw-semibold);
  color: var(--color-accent-tint);
}
.network__banner li img { width: 30px; height: 30px; }
.network__banner .boxes-photo {
  margin-inline-end: auto;
  height: 314px;
  object-fit: contain;
  align-self: self-start;
  position: absolute;
  right: 14px;
  bottom: 0;
}

/* ============ CERTIFIED LOGOS ============ */
.certified { padding-bottom: 90px; }
.certified__title {margin-bottom: 40px;}
.certified__title .eyebrow {font-size: var(--fs-body-lg);}
.certified__title h2 { font-size: var(--fs-h2); }
.certified__card {
  background: var(--color-bg-white);
  border-radius: var(--radius-md);
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.certified__card img { max-height: 130px; width: auto; object-fit: contain; }

/* ============ CTA / CONTACT FORM ============ */
.cta { padding-bottom: 90px; }
.cta__grid {
  display: flex;
  gap: 90px;
  align-items: flex-start;
}
.cta__form {
  flex: 0 0 729px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cta__form input, .cta__form textarea {
  background: var(--color-bg-white);
  border: none;
  border-radius: 6px;
  height: 56px;
  padding-inline: 24px;
  font-size: 20px;
  color: var(--color-text-body);
}
.cta__form input::placeholder, .cta__form textarea::placeholder { color: var(--color-text-muted); }
.cta__form textarea {
  height: 200px;
  padding-block: 18px;
  resize: none;
  font-family: inherit;
}
.cta__form-actions {
  display: flex;
  gap: 16px;
  margin-top: 10px;
}
.cta__body { flex: 1; padding-top: 4px; }
.cta__body h2 {
  font-size: var(--fs-h2);
  line-height: 1.25;
}
.cta__body p {
  margin-top: 20px;
  font-size: var(--fs-body-lg);
  color: var(--color-text-body);
  line-height: 1.6;
  max-width: 480px;
}
