/* Local layout and link treatment for the procurement and application-context pages. */
.industries-page .context-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.industries-page .context-grid article {
  min-height: 218px;
}

.industries-page .page-hero {
  background: var(--white);
  box-shadow: 0 0 0 100vmax var(--white);
  clip-path: inset(0 -100vmax);
}

.industries-page .page-hero h1 em,
.industries-page .page-heading h2 em {
  display: inline-block;
  font-size: .76em;
  line-height: 1.04;
}

.industries-page .industries-portfolio {
  background: var(--white);
}

.industries-page .page-hero::before {
  position: absolute;
  left: 0;
  right: 418px;
  bottom: 0;
  z-index: 1;
  height: 3px;
  background: var(--teal);
  content: "";
}

.industries-page .portfolio-list {
  border-top: 1px solid #c9dfdc;
}

.industries-page .portfolio-row {
  display: grid;
  grid-template-columns: 82px minmax(230px, .82fr) minmax(0, 1.35fr);
  gap: 34px;
  padding: 31px 0 34px;
  border-bottom: 1px solid #c9dfdc;
}

.industries-page .portfolio-row > b {
  display: block;
  padding-top: 6px;
  color: #299da6;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
}

.industries-page .portfolio-row h3 {
  margin: 0;
  color: #185b5e;
  font-size: clamp(26px, 2.25vw, 36px);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: 1.02;
}

.industries-page .portfolio-details > p {
  max-width: 620px;
  margin: 0;
  color: #617d7e;
  font-size: 14px;
  line-height: 1.65;
}

.industries-page .portfolio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 10px;
  margin-top: 19px;
}

.industries-page .portfolio-tags span {
  padding: 7px 10px;
  border: 1px solid #bfd8d5;
  color: #237477;
  font-size: 11px;
  line-height: 1.25;
}

.module-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: 26px;
}

.module-links .button {
  margin-top: 0;
}

.module-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  border-bottom: 1px solid currentColor;
  color: #d8f1ef;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
}

.module-link:hover {
  color: #fff;
}

.module-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
  gap: 42px;
  align-items: end;
  margin-top: 46px;
  padding: 36px 40px;
  background: #104f50;
  color: #fff;
}

.module-cta .section-index {
  margin-top: 0;
  color: #8de0e1;
}

.module-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3.4vw, 48px);
}

.module-cta .button {
  background: #58cbd1;
  color: #104f50;
}

.module-cta .module-link {
  color: #d8f1ef;
}

.sourcing-page .operation-stats b {
  font-size: 24px;
}

.sourcing-page .rich-page-hero .page-hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(112deg, #dedbd3 0%, #8bb5c1 48%, #458eaf 100%);
}

.sourcing-page .rich-page-hero .page-hero-media img {
  object-fit: contain;
  filter: none;
}

.sourcing-page .page-hero.rich-page-hero {
  background: #fff;
}

.sourcing-page {
  --sourcing-deep-teal: #104f50;
}

.sourcing-page .subpage-section.dark,
.sourcing-page .sourcing-cta .logo-onboarding,
.sourcing-page .page-footer {
  background: var(--sourcing-deep-teal);
}

.sourcing-page .subpage-section.dark:has(.flow-grid) {
  background: var(--sourcing-deep-teal) !important;
  color: #fff;
}

.sourcing-page .subpage-section.dark:has(.flow-grid) .page-heading h2,
.sourcing-page .subpage-section.dark:has(.flow-grid) .flow-grid h3 {
  color: #fff;
}

.sourcing-page .subpage-section.dark:has(.flow-grid) .page-heading p,
.sourcing-page .subpage-section.dark:has(.flow-grid) .flow-grid p {
  color: #d8f1ef;
}

.sourcing-page .subpage-section.dark:has(.flow-grid) .flow-grid,
.sourcing-page .subpage-section.dark:has(.flow-grid) .flow-grid > div {
  border-color: #5f8b89;
}

.sourcing-page .subpage-section.dark:has(.flow-grid) .flow-grid b {
  color: #8de0e1;
}

.sourcing-page .page-hero h1 em,
.sourcing-page .operation-copy h2 em {
  display: inline-block;
  font-size: .76em;
  line-height: 1.04;
}

.sourcing-page .operation-stats span {
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.5;
}

.sourcing-page .sourcing-assessment-context .page-heading h2,
.sourcing-page .content-extension .page-heading h2 {
  font-size: clamp(48px, 5vw, 74px);
  line-height: .98;
}

.sourcing-page .sourcing-assessment-context .page-heading h2 em,
.sourcing-page .content-extension .page-heading h2 em {
  display: inline-block;
  font-size: .76em;
  line-height: 1.04;
}

.sourcing-page .sourcing-cta .module-links {
  margin-top: 24px;
}

@media (min-width: 801px) {
  .sourcing-page .flow-grid h3 {
    text-align: center;
  }
}

@media (min-width: 961px) {
  .sourcing-page .sourcing-operation {
    padding-right: 0;
    padding-left: 0;
  }

  .sourcing-page .sourcing-operation .operation-grid {
    grid-template-columns: 48% 52%;
    gap: 0;
  }

  .sourcing-page .sourcing-operation .operation-image,
  .sourcing-page .sourcing-operation .operation-image img {
    min-height: 590px;
  }

  .sourcing-page .sourcing-operation .operation-copy {
    padding: 56px 6.2vw;
  }
}

@media (max-width: 700px) {
  .sourcing-page .sourcing-assessment-context .page-heading h2,
  .sourcing-page .content-extension .page-heading h2 {
    font-size: 46px;
  }
}

@media (max-width: 800px) {
  .industries-page .page-hero::before {
    right: 4vw;
    bottom: 0;
    height: 3px;
  }

  .industries-page .portfolio-row {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px 16px;
    padding: 24px 0;
  }

  .industries-page .portfolio-row > b {
    padding-top: 5px;
  }

  .industries-page .portfolio-row h3 {
    font-size: 26px;
  }

  .industries-page .portfolio-details {
    grid-column: 2;
  }

  .industries-page .portfolio-details > p {
    font-size: 13px;
  }

  .industries-page .portfolio-tags {
    gap: 8px;
    margin-top: 16px;
  }

  .industries-page .portfolio-tags span {
    padding: 6px 8px;
    font-size: 10px;
  }

  .industries-page .context-grid {
    grid-template-columns: 1fr;
  }

  .industries-page .context-grid article {
    min-height: 0;
  }

  .module-cta {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
    padding: 30px 24px;
  }

  .module-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
