/* Production route pages: white industrial hero and material engineering route. */
.route-page-hero {
  min-height: 650px;
  display: grid;
  align-items: stretch;
  overflow: hidden;
  border-bottom: 1px solid #d8e3e7;
  background: #fff;
}

.route-page-hero-layout {
  width: min(calc(100% - 64px), 1460px);
  max-width: none;
  display: grid;
  grid-template-columns: minmax(520px, .82fr) minmax(560px, 1.18fr);
  gap: 54px;
  align-items: center;
}

.route-page-hero-copy {
  position: relative;
  z-index: 2;
  padding-block: 42px;
}

.route-page-hero .breadcrumb {
  margin-bottom: 34px;
  color: #5e6e80;
}

.route-page-hero .breadcrumb a {
  color: #006f73;
}

.route-page-hero .eyebrow {
  color: #007d80;
}

.route-page-hero h1 {
  max-width: 720px;
  margin: 16px 0 18px;
  color: #071426;
  font-size: clamp(48px, 4.2vw, 68px);
  line-height: 1.01;
}

.route-page-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: #34445a;
  font-size: 17px;
  line-height: 1.62;
}

.route-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.route-page-hero-actions .btn {
  min-height: 50px;
  border-radius: 3px;
}

.route-page-hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 30px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #d4e0e4;
  list-style: none;
}

.route-page-hero-proof li {
  min-width: 0;
  padding: 0 12px;
  border-left: 1px solid #d4e0e4;
  color: #0c5560;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.route-page-hero-proof li:first-child {
  padding-left: 0;
  border-left: 0;
}

.route-page-hero-media {
  position: relative;
  height: 650px;
  margin: 0;
  overflow: hidden;
  background: #f2f6f7;
}

.route-page-hero-media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 -55px;
  width: 110px;
  background: linear-gradient(90deg, #fff, rgba(255,255,255,0));
  pointer-events: none;
}

.route-page-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.route-page-hero-media--contain img {
  padding: 34px 20px 56px;
  object-fit: contain;
}

.route-page-hero-media--cover img {
  object-fit: cover;
}

.route-page-hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 24px;
  left: 26px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px 18px;
  border-left: 3px solid #00878a;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 32px rgba(10,35,48,.12);
}

.route-page-hero-media figcaption strong {
  color: #073744;
  font-size: 13px;
  text-transform: uppercase;
}

.route-page-hero-media figcaption span {
  color: #44566a;
  font-size: 13px;
  line-height: 1.4;
}

.route-engineering-band {
  padding: 70px 0 58px;
  border-bottom: 1px solid #cedee2;
  background: #f4f8f9;
}

.route-engineering-head {
  display: grid;
  grid-template-columns: minmax(540px, 1fr) minmax(360px, .68fr);
  gap: 70px;
  align-items: end;
}

.route-engineering-head h2 {
  max-width: 860px;
  margin: 14px 0 0;
  color: #071426;
  font-size: clamp(42px, 3.5vw, 56px);
  line-height: 1.03;
}

.route-engineering-head > p {
  margin: 0 0 4px;
  padding-left: 24px;
  border-left: 2px solid #00878a;
  color: #34465a;
  font-size: 16px;
  line-height: 1.62;
}

.route-engineering-gallery {
  display: grid;
  grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr);
  gap: 12px;
  margin-top: 40px;
}

.route-engineering-gallery figure {
  min-width: 0;
  height: 278px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) 66px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #bfd3d8;
  background: #fff;
}

.route-engineering-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px;
  object-fit: contain;
}

.route-engineering-process img {
  width: 105%;
  max-width: none;
  transform: translateX(-2.5%);
}

.route-engineering-gallery figcaption {
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 10px 15px;
  border-top: 1px solid #d7e4e7;
}

.route-engineering-gallery figcaption strong {
  color: #006f73;
  font-size: 12px;
  text-transform: uppercase;
}

.route-engineering-gallery figcaption span {
  color: #46576b;
  font-size: 12px;
  line-height: 1.35;
}

.route-engineering-stages {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 18px 0 0;
  padding: 0;
  border-top: 1px solid #9fc5ca;
  border-bottom: 1px solid #9fc5ca;
  list-style: none;
}

.route-engineering-stages li {
  min-width: 0;
  min-height: 220px;
  padding: 22px 18px 20px;
  border-left: 1px solid #c9dbdf;
}

.route-engineering-stages li:first-child {
  border-left: 0;
}

.route-engineering-stages li > span {
  color: #008184;
  font-size: 25px;
  font-weight: 850;
}

.route-engineering-stages h3 {
  margin: 12px 0 9px;
  color: #102036;
  font-size: 18px;
  line-height: 1.22;
}

.route-engineering-stages p {
  margin: 0;
  color: #46576b;
  font-size: 13px;
  line-height: 1.52;
}

.route-engineering-decision {
  display: grid;
  grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr);
  gap: 34px;
  margin-top: 18px;
  padding: 24px 28px;
  background: #0b3440;
  color: #fff;
}

.route-engineering-decision > div > span {
  color: #82d2d0;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.route-engineering-decision h3 {
  margin: 7px 0 8px;
  font-size: 26px;
  line-height: 1.08;
}

.route-engineering-decision > div > p {
  margin: 0;
  color: #c9dadd;
  font-size: 13px;
  line-height: 1.5;
}

.route-engineering-decision dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.route-engineering-decision dl > div {
  padding: 7px 18px;
  border-left: 1px solid rgba(255,255,255,.17);
}

.route-engineering-decision dt {
  color: #82d2d0;
  font-size: 12px;
  font-weight: 850;
}

.route-engineering-decision dd {
  margin: 5px 0 0;
  color: #edf5f5;
  font-size: 12px;
  line-height: 1.42;
}

.route-engineering-boundary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 18px 0 0;
}

.route-engineering-boundary strong {
  color: #006f73;
  font-size: 12px;
  text-transform: uppercase;
}

.route-engineering-boundary p {
  margin: 0;
  color: #536579;
  font-size: 12px;
  line-height: 1.45;
}

.route-engineering-boundary a {
  color: #9d1119;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 1180px) {
  .route-page-hero-layout,
  .route-engineering-head {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .route-page-hero h1 {
    font-size: 48px;
  }

  .route-engineering-stages {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .route-engineering-stages li:nth-child(4) {
    border-left: 0;
    border-top: 1px solid #c9dbdf;
  }

  .route-engineering-stages li:nth-child(5) {
    border-top: 1px solid #c9dbdf;
  }
}

@media (max-width: 760px) {
  .route-page-hero {
    min-height: 0;
  }

  .route-page-hero-layout,
  .route-engineering-head,
  .route-engineering-gallery,
  .route-engineering-decision,
  .route-engineering-boundary {
    grid-template-columns: 1fr;
  }

  .route-page-hero-layout {
    width: min(calc(100% - 32px), 1460px);
  }

  .route-page-hero-copy {
    padding: 28px 0 18px;
  }

  .route-page-hero .breadcrumb {
    margin-bottom: 22px;
  }

  .route-page-hero h1 {
    font-size: 39px;
  }

  .route-page-hero-copy > p {
    font-size: 15px;
  }

  .route-page-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 12px;
  }

  .route-page-hero-media {
    height: 390px;
  }

  .route-page-hero-media::before {
    display: none;
  }

  .route-page-hero-media figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .route-engineering-band {
    padding-block: 44px 36px;
  }

  .route-engineering-head > p {
    padding-left: 16px;
  }

  .route-engineering-gallery figure {
    height: 250px;
  }

  .route-engineering-process img {
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .route-engineering-stages,
  .route-engineering-decision dl {
    grid-template-columns: 1fr;
  }

  .route-engineering-stages li,
  .route-engineering-stages li:nth-child(n) {
    min-height: 0;
    border-top: 1px solid #c9dbdf;
    border-left: 0;
  }

  .route-engineering-stages li:first-child {
    border-top: 0;
  }

  .route-engineering-decision dl > div {
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,.17);
    border-left: 0;
  }
}
