.industry-page {
  background: #fff;
}

.industry-page .nav-item--current > a::after,
.industry-page .mega-links .is-current::after {
  transform: scaleX(1);
}

.industry-page .mega-links .is-current {
  border-color: transparent;
}

.industry-visual > img {
  object-position: center 49%;
}

.industry-visual__shade {
  background:
    linear-gradient(90deg, rgba(5, 20, 31, .72) 0%, rgba(5, 20, 31, .34) 36%, rgba(5, 20, 31, .12) 64%, rgba(5, 20, 31, .50) 100%),
    linear-gradient(180deg, rgba(5, 20, 31, .22) 0%, rgba(5, 20, 31, .05) 54%, rgba(5, 20, 31, .22) 100%);
}

.industry-intro {
  padding: 124px 0 132px;
  background: #fff;
}

.industry-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: clamp(64px, 8vw, 132px);
}

.industry-section-heading > p,
.industry-eyebrow,
.industry-categories__heading > p {
  margin: 0 0 18px;
  color: #a78348;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .19em;
}

.industry-section-heading h2,
.industry-split__content h2,
.industry-categories__heading h2 {
  margin: 0;
  color: #102a46;
  font-size: clamp(34px, 3vw, 50px);
  font-weight: 750;
  line-height: 1.28;
  letter-spacing: -.047em;
  word-break: keep-all;
}

.industry-intro__copy {
  padding-top: 30px;
}

.industry-intro__copy p {
  max-width: 680px;
  margin: 0 0 20px;
  color: #435761;
  font-size: 17px;
  line-height: 1.88;
  letter-spacing: -.018em;
  word-break: keep-all;
}

.industry-intro__copy p:last-child {
  margin-bottom: 0;
}

.industry-technology {
  padding: 0 0 136px;
  background: #fff;
}

.industry-split {
  display: grid;
  grid-template-columns: minmax(0, 49%) minmax(0, 51%);
  min-height: 620px;
  overflow: hidden;
  border: 1px solid #e2e8eb;
}

.industry-split__media {
  min-width: 0;
  overflow: hidden;
  background: #e8edf0;
}

.industry-split__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
}

.industry-split__content {
  display: flex;
  padding: clamp(62px, 6vw, 96px);
  flex-direction: column;
  justify-content: center;
  background: #eef3f6;
}

.industry-split__content > p:not(.industry-eyebrow) {
  max-width: 610px;
  margin: 30px 0 0;
  color: #4f626c;
  font-size: 16px;
  line-height: 1.82;
  word-break: keep-all;
}

.industry-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(16, 42, 70, .16);
}

.industry-points li {
  position: relative;
  min-height: 56px;
  padding: 18px 0 16px 18px;
  color: #18394f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
  border-bottom: 1px solid rgba(16, 42, 70, .12);
}

.industry-points li::before {
  position: absolute;
  top: 25px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: #a78348;
}

.industry-categories {
  padding: 128px 0 142px;
  background: #f5f7f8;
}

.industry-categories__heading {
  max-width: 720px;
  margin-bottom: 58px;
}

.industry-categories__heading > span {
  display: block;
  margin-top: 22px;
  color: #61737c;
  font-size: 16px;
  line-height: 1.7;
}

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

.industry-card {
  display: flex;
  min-width: 0;
  min-height: 452px;
  margin: 0;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dfe6e9;
  transition: border-color .35s ease;
}

.industry-card:hover {
  border-color: #b9c6cc;
}

.industry-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #edf1f3;
}

.industry-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}

.industry-card:hover .industry-card__media img {
  transform: scale(1.035);
}

.industry-card__body {
  display: flex;
  min-height: 184px;
  padding: 28px 26px 30px;
  flex: 1;
  flex-direction: column;
  border-top: 1px solid #e7ecee;
}

.industry-card__body > span {
  color: #a78348;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .16em;
}

.industry-card__body h3 {
  margin: 15px 0 0;
  color: #102a46;
  font-size: 21px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: -.035em;
  word-break: keep-all;
}

.industry-card__body p {
  margin: 13px 0 0;
  color: #667982;
  font-size: 14px;
  line-height: 1.68;
  word-break: keep-all;
}

@media (max-width: 1100px) {
  .industry-intro {
    padding: 104px 0 112px;
  }

  .industry-intro__inner {
    gap: 64px;
  }

  .industry-split {
    grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    min-height: 560px;
  }

  .industry-split__media img {
    min-height: 560px;
  }

  .industry-split__content {
    padding: 56px 48px;
  }

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

@media (max-width: 800px) {
  .industry-visual > img {
    object-position: 58% center;
  }

  .industry-intro {
    padding: 74px 0 82px;
  }

  .industry-intro__inner {
    display: block;
  }

  .industry-section-heading h2,
  .industry-split__content h2,
  .industry-categories__heading h2 {
    font-size: clamp(31px, 8vw, 40px);
  }

  .industry-intro__copy {
    margin-top: 38px;
    padding: 0;
  }

  .industry-intro__copy p {
    font-size: 16px;
    line-height: 1.82;
  }

  .industry-technology {
    padding-bottom: 84px;
  }

  .industry-split {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .industry-split__media {
    aspect-ratio: 4 / 3;
  }

  .industry-split__media img {
    height: 100%;
    min-height: 0;
  }

  .industry-split__content {
    padding: 52px 34px 58px;
  }

  .industry-categories {
    padding: 82px 0 92px;
  }

  .industry-categories__heading {
    margin-bottom: 40px;
  }
}

@media (max-width: 560px) {
  .industry-points,
  .industry-card-grid {
    grid-template-columns: 1fr;
  }

  .industry-split__content {
    padding: 44px 24px 50px;
  }

  .industry-card {
    min-height: 0;
  }

  .industry-card__body {
    min-height: 164px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .industry-card,
  .industry-card__media img {
    transition: none;
  }
}
