.what-page {
  background: var(--paper);
}

.what-page main {
  overflow: hidden;
}

.what-page .main-nav a[aria-current="page"] {
  color: var(--green);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.what-page .main-nav a[aria-current="page"] span {
  background: var(--lime);
  transform: scale(1.5);
}

.what-hero {
  position: relative;
  height: 1245px;
}

.what-hero > h1 {
  position: absolute;
  z-index: 4;
  top: 191px;
  left: 38px;
  margin: 0;
  font-family: var(--condensed);
  font-size: clamp(270px, 18.75vw, 360px);
  font-weight: 600;
  font-variation-settings: "wght" 600, "CNTR" 0, "ital" 0;
  line-height: .92;
  letter-spacing: -3px;
  text-transform: uppercase;
  white-space: nowrap;
  perspective: 1000px;
}

.what-hero > h1 span {
  display: block;
  clip-path: inset(-.12em -.03em);
}

.what-hero-stage {
  position: absolute;
  top: 522px;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(17, 17, 17, .2);
}

.what-hero-lime {
  position: absolute;
  z-index: 2;
  top: -109px;
  left: 13.646%;
  width: 34.583%;
  height: 569px;
  border-radius: 20px;
  background: var(--lime);
}

.what-hero-lime::after {
  position: absolute;
  z-index: 1;
  top: 109px;
  right: 0;
  left: 0;
  border-top: 2px dashed rgba(255, 255, 255, .72);
  content: "";
}

.what-grid-lines {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 38.646%;
  width: 56.25%;
  height: 603px;
  max-width: none;
  object-fit: fill;
}

.what-hero-image {
  position: absolute;
  z-index: 1;
  top: 146px;
  left: 2.292%;
  width: 30.104%;
  height: 457px;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
}

.what-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.what-hero-statement {
  position: absolute;
  z-index: 3;
  top: 113px;
  left: 16.146%;
  margin: 0;
  font-family: var(--display);
  font-size: 100px;
  font-weight: 400;
  line-height: .98;
  letter-spacing: -9.8px;
}

.what-hero-statement span {
  display: block;
  white-space: nowrap;
}

.what-hero-statement em {
  color: #fff;
  font-style: normal;
}

.what-hero-copy {
  position: absolute;
  z-index: 3;
  top: 146px;
  left: 51.094%;
  width: 39.063%;
}

.what-hero-copy > p {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.29;
}

.what-tags {
  display: flex;
  gap: 12px;
  margin-top: 27px;
}

.what-tags span {
  display: grid;
  height: 34px;
  place-items: center;
  padding: 0 14px;
  border: 1px solid rgba(17, 17, 17, .3);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .2px;
  text-transform: uppercase;
}

.what-hero-copy .pill-button {
  margin-top: 40px;
}

.outsourcing {
  position: relative;
  height: 691px;
  overflow: hidden;
  background: #ebeee2;
}

.outsourcing > h2 {
  position: absolute;
  z-index: 2;
  top: 60px;
  right: 44px;
  width: 1086px;
  margin: 0;
  font-family: var(--display);
  font-size: 100px;
  font-weight: 400;
  line-height: .98;
  letter-spacing: -9.8px;
  text-align: right;
}

.outsourcing > h2 span {
  display: block;
  white-space: nowrap;
}

.outsourcing > h2 em {
  color: var(--lime);
  font-style: normal;
}

.outsourcing-intro {
  position: absolute;
  z-index: 2;
  top: 198px;
  left: 39%;
  width: 750px;
  margin: 0;
  color: #444;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  text-align: right;
}

.outsourcing-leaf {
  position: absolute;
  z-index: 1;
  max-width: none;
}

.outsourcing-leaf-one {
  top: 64px;
  left: 17.344%;
  width: 290px;
  height: 209px;
}

.outsourcing-leaf-two {
  top: 129px;
  right: 18.2%;
  width: 166px;
  height: 172px;
}

.problem-flow {
  position: absolute;
  right: 44px;
  bottom: 80px;
  left: 44px;
  display: grid;
  height: 245px;
  grid-template-columns: 272px 120px 272px 120px 272px 120px 272px;
  column-gap: 64px;
  align-items: start;
}

.problem-item {
  min-width: 0;
}

.problem-number {
  display: block;
  color: rgba(17, 17, 17, .2);
  font-size: 45px;
  font-weight: 700;
  line-height: 1.31;
}

.problem-item h3 {
  min-height: 70px;
  margin: 2px 0 10px;
  font-family: var(--display);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.63px;
}

.problem-item p {
  margin: 0;
  color: #555;
  font-size: 18px;
  line-height: 1.28;
}

.problem-arrow {
  width: 120px;
  height: 64px;
  margin-top: 0;
}

.vision {
  position: relative;
  height: 432px;
  overflow: hidden;
  background: var(--green);
  color: #fff;
}

.vision-rings {
  position: absolute;
  top: -62px;
  left: -26px;
  width: 545px;
  height: 545px;
  max-width: none;
  opacity: .55;
  object-fit: contain;
}

.vision-heading {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 40px;
}

.vision-label {
  display: block;
  margin-left: 4px;
  color: rgba(255, 255, 255, .5);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.vision-heading h2 {
  margin: 4px 0 0;
  font-family: var(--display);
  font-size: 64px;
  font-weight: 400;
  line-height: .98;
  letter-spacing: -5.8px;
}

.vision-heading h2 span {
  display: block;
  white-space: nowrap;
}

.vision-heading h2 em {
  color: var(--lime);
  font-style: normal;
}

.vision-button {
  display: inline-flex;
  height: 42px;
  align-items: stretch;
  margin-top: 43px;
  font-size: 18px;
  font-weight: 500;
}

.vision-button > span {
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
}

.vision-button > span:first-child {
  padding: 7px 24px 9px;
}

.vision-button-icon {
  width: 42px;
  margin-left: -2px;
  transition: background-color .2s ease;
}

.vision-button-icon img {
  width: 24px;
  height: 24px;
  transform: rotate(-30deg);
}

.vision-button:hover .vision-button-icon {
  background: rgba(255, 255, 255, .15);
}

.vision-detail {
  position: absolute;
  z-index: 2;
  top: 93px;
  left: 50%;
  width: 45.833%;
}

.vision-detail > p {
  margin: 0;
  color: #f9ffcf;
  font-size: 24px;
  line-height: 1.29;
}

.vision-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 29px;
}

.vision-metrics article {
  display: flex;
  flex-direction: column;
}

.metric-line {
  width: 100%;
  height: 15px;
  background: var(--lime);
}

.vision-metrics strong {
  margin-top: 21px;
  font-family: var(--display);
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -2.8px;
}

.vision-metrics small {
  margin-top: 14px;
  color: #f9ffcf;
  font-size: 16px;
  line-height: 1.25;
}

.commitments {
  position: relative;
  height: 1018px;
}

.commitment-statement {
  position: absolute;
  top: 100px;
  left: 32.865%;
  width: 1225px;
  margin: 0;
  font-family: var(--display);
  font-size: 62px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -4px;
}

.commitment-statement span {
  display: block;
  white-space: nowrap;
}

.commitment-statement em {
  color: rgba(17, 17, 17, .3);
  font-style: normal;
}

.commitment-heading {
  position: absolute;
  top: 462px;
  left: 44px;
}

.commitment-heading > span {
  display: block;
  font-family: var(--display);
  font-size: 31px;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.commitment-heading > strong {
  display: block;
  height: 148px;
  margin-top: 27px;
  color: var(--lime);
  font-family: "Anton", Impact, sans-serif;
  font-size: 172px;
  font-weight: 400;
  line-height: .86;
  letter-spacing: -4px;
}

.commitment-heading h2 {
  margin: 20px 0 0;
  font-family: var(--display);
  font-size: 64px;
  font-weight: 400;
  line-height: .98;
  letter-spacing: -5.8px;
}

.commitment-heading h2 span {
  display: block;
  white-space: nowrap;
}

.commitment-heading h2 em {
  color: var(--lime);
  font-style: normal;
}

.commitment-list {
  position: absolute;
  top: 462px;
  right: 44px;
  width: 1235px;
}

.commitment-list article {
  display: grid;
  min-height: 94px;
  grid-template-columns: 100px 495px 1fr;
  column-gap: 24px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px dashed rgba(17, 17, 17, .28);
}

.commitment-list article:last-child {
  border-bottom: 1px dashed rgba(17, 17, 17, .28);
}

.commitment-list article > span {
  color: rgba(17, 17, 17, .55);
  font-size: 20px;
  font-weight: 300;
}

.commitment-list h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.63px;
}

.commitment-list p {
  margin: 0;
  color: #555;
  font-size: 18px;
  line-height: 1.28;
}

.what-marquee {
  height: 152px;
  padding: 38px 0 40px;
}

.what-marquee .marquee-track {
  gap: 44px;
}

.what-marquee-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 44px;
}

.what-marquee span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(198, 217, 54, .42);
}

.what-marquee img {
  object-fit: contain;
}

.what-footer {
  position: relative;
  display: block;
  height: 570px;
  min-height: 570px;
  padding-top: 0;
  padding-bottom: 0;
}

.what-footer .footer-meta {
  position: absolute;
  bottom: 119px;
  left: var(--gutter);
}

.what-footer .footer-cta {
  position: absolute;
  top: 140px;
  left: 62.6%;
}

.what-footer .footer-cta .pill-button {
  position: absolute;
  top: 253px;
  left: 218px;
  margin-top: 0;
}

@media (max-width: 1450px) {
  .what-hero > h1 { font-size: 270px; }
  .what-hero-statement { font-size: 76px; letter-spacing: -7px; }
  .what-hero-copy > p { font-size: 20px; }
  .outsourcing > h2 { width: 820px; font-size: 76px; letter-spacing: -7px; }
  .outsourcing-intro { left: 42%; width: 570px; }
  .problem-flow {
    grid-template-columns: 1fr 70px 1fr 70px 1fr 70px 1fr;
    column-gap: 28px;
  }
  .problem-arrow { width: 70px; height: 37px; }
  .problem-item h3 { font-size: 25px; }
  .problem-item p { font-size: 15px; }
  .vision-heading h2 { font-size: 52px; letter-spacing: -4px; }
  .vision-detail > p { font-size: 20px; }
  .commitment-statement { left: 28%; width: 68%; font-size: 48px; letter-spacing: -3px; }
  .commitment-heading h2 { font-size: 52px; letter-spacing: -4px; }
  .commitment-list { width: 65%; }
  .commitment-list article { grid-template-columns: 60px 38% 1fr; }
}

@media (max-width: 1050px) {
  .what-hero,
  .outsourcing,
  .vision,
  .commitments {
    height: auto;
  }

  .what-hero { padding-top: 390px; }
  .what-hero > h1 { top: 150px; left: 20px; font-size: clamp(142px, 25.7vw, 270px); }
  .what-hero-stage {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: 48% 52%;
    min-height: 750px;
    padding: 70px 20px;
  }
  .what-hero-lime { top: 40px; left: 16%; width: 48%; height: 430px; }
  .what-grid-lines { top: 0; right: 0; left: auto; width: 60%; height: 500px; }
  .what-hero-image { top: 180px; left: 20px; width: 42%; height: 380px; }
  .what-hero-statement { top: 100px; left: 25%; font-size: clamp(50px, 7.2vw, 76px); letter-spacing: -5px; }
  .what-hero-copy { position: relative; top: auto; left: auto; width: auto; grid-column: 2; margin: 410px 20px 0; }

  .outsourcing { padding: 80px 20px; }
  .outsourcing > h2,
  .outsourcing-intro,
  .problem-flow { position: relative; inset: auto; }
  .outsourcing > h2 { width: 100%; font-size: clamp(55px, 8vw, 76px); text-align: left; }
  .outsourcing-intro { width: min(750px, 100%); margin-top: 35px; text-align: left; }
  .problem-flow { grid-template-columns: repeat(2, 1fr); gap: 42px 55px; height: auto; margin-top: 80px; }
  .problem-arrow { display: none; }
  .problem-item h3 { min-height: auto; font-size: 30px; }
  .problem-item p { font-size: 18px; }
  .outsourcing-leaf-one { left: auto; right: -20px; opacity: .5; }
  .outsourcing-leaf-two { display: none; }

  .vision { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 85px 40px; }
  .vision-heading,
  .vision-detail { position: relative; inset: auto; width: auto; }
  .vision-rings { top: -35px; left: -120px; }
  .vision-detail > p { font-size: 20px; }
  .vision-metrics { grid-template-columns: 1fr; gap: 28px; }

  .commitments { padding: 90px 40px 110px; }
  .commitment-statement,
  .commitment-heading,
  .commitment-list { position: relative; inset: auto; width: auto; }
  .commitment-statement { font-size: clamp(40px, 5vw, 52px); }
  .commitment-statement span { display: inline; white-space: normal; }
  .commitment-heading { margin-top: 100px; }
  .commitment-list { margin-top: 70px; }
  .commitment-list article { grid-template-columns: 60px 36% 1fr; }

  .what-footer {
    display: grid;
    height: auto;
    min-height: 500px;
    grid-template-columns: 55% 45%;
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .what-footer .footer-meta,
  .what-footer .footer-cta,
  .what-footer .footer-cta .pill-button { position: static; }
  .what-footer .footer-cta .pill-button { margin-top: 25px; }
}

@media (max-width: 760px) {
  .what-hero { padding-top: 300px; }
  .what-hero > h1 { top: 130px; left: 16px; font-size: clamp(76px, 20.6vw, 138px); letter-spacing: -1px; }
  .what-hero-stage { display: block; min-height: 900px; padding: 50px 16px; }
  .what-hero-lime { top: 35px; left: 18%; width: 72%; height: 330px; }
  .what-hero-lime::after { display: none; }
  .what-grid-lines { width: 100%; height: 380px; }
  .what-hero-image { top: 250px; left: 16px; width: 58%; height: 290px; }
  .what-hero-statement {
    top: 82px;
    right: 16px;
    left: calc(18% + 14px);
    font-size: clamp(36px, 11vw, 52px);
    line-height: 1.02;
    letter-spacing: -3px;
  }
  .what-hero-copy { position: absolute; top: 565px; right: 16px; left: 16px; margin: 0; }
  .what-hero-copy > p { font-size: 18px; }
  .what-tags { flex-wrap: wrap; }

  .outsourcing { padding: 70px 16px; }
  .outsourcing > h2 { font-size: clamp(44px, 12vw, 65px); line-height: 1; letter-spacing: -4px; }
  .outsourcing > h2 span { white-space: normal; }
  .problem-flow { grid-template-columns: 1fr; gap: 44px; margin-top: 65px; }
  .outsourcing-leaf-one { top: 120px; right: -90px; transform: scale(.7); }

  .vision { display: block; padding: 72px 16px 80px; }
  .vision-heading h2 { font-size: clamp(42px, 12vw, 58px); }
  .vision-heading h2 span { white-space: normal; }
  .vision-detail { margin-top: 75px; }
  .vision-metrics { grid-template-columns: 1fr 1fr; gap: 16px; }

  .commitments { padding: 75px 16px 90px; }
  .commitment-statement { font-size: clamp(34px, 9vw, 48px); line-height: 1.1; letter-spacing: -2.5px; }
  .commitment-heading { margin-top: 80px; }
  .commitment-heading > strong { font-size: 145px; }
  .commitment-heading h2 { font-size: 48px; }
  .commitment-list article { grid-template-columns: 38px 1fr; gap: 8px 15px; align-items: start; padding: 22px 0; }
  .commitment-list article > p { grid-column: 2; }
  .commitment-list h3 { font-size: 25px; }

  .what-marquee { height: 116px; padding: 31px 0; }
  .what-marquee .marquee-track,
  .what-marquee-group { gap: 28px; }

  .what-footer {
    display: flex;
    min-height: 650px;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 80px 16px 55px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .what-page *,
  .what-page *::before,
  .what-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
