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

.why-page main {
  overflow: hidden;
}

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

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

.why-hero {
  position: relative;
  height: 610px;
}

.why-hero-title {
  position: absolute;
  top: 191px;
  left: 38px;
  margin: 0;
  font-family: var(--condensed);
  font-size: clamp(180px, 12.5vw, 240px);
  font-weight: 600;
  font-variation-settings: "wght" 600, "CNTR" 0, "ital" 0;
  line-height: .75;
  letter-spacing: clamp(-4px, -.208vw, -3px);
  text-transform: uppercase;
  perspective: 900px;
}

.why-title-line {
  display: block;
  height: .75em;
  overflow: visible;
  clip-path: inset(-.15em 0 -.15em 0);
}

.why-title-line > span {
  display: block;
  transform-origin: 50% 100%;
}

.why-hero-summary {
  position: absolute;
  top: 208px;
  right: 44px;
  left: 50.99%;
}

.why-hero-summary > p {
  width: 590px;
  margin: 0;
  color: #4a4a4a;
  font-size: 28px;
  line-height: 1.29;
}

.why-hero-summary .pill-button {
  position: absolute;
  top: 67px;
  right: 0;
}

.why-quick-stats {
  position: absolute;
  right: 44px;
  bottom: 93px;
  left: 50.99%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.why-quick-stats article {
  min-height: 158px;
  padding: 28px;
  border-radius: 20px;
  background: #e1efeb;
}

.why-quick-stats strong,
.why-quick-stats p {
  display: block;
  margin: 0;
}

.why-quick-stats strong {
  font-size: 60px;
  font-weight: 600;
  line-height: .72;
}

.why-quick-stats article:nth-child(2) strong {
  color: var(--green);
}

.why-quick-stats p {
  margin-top: 28px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

.why-partner {
  position: relative;
  height: 699px;
  border-top: 1px solid rgba(17, 17, 17, .18);
}

.why-partner-title {
  position: absolute;
  top: 91px;
  left: 44px;
  margin: 0;
  font-family: var(--display);
  font-size: 100px;
  font-weight: 400;
  line-height: .98;
  letter-spacing: -9.8px;
  perspective: 900px;
}

.why-partner-title span {
  display: block;
  transform-origin: 50% 0;
}

.why-partner-title em {
  color: var(--lime);
  font-style: normal;
}

.why-partner-copy {
  position: absolute;
  top: 445px;
  left: 44px;
  width: 898px;
  margin: 0;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 1.45;
}

.why-partner-button {
  position: absolute;
  top: 537px;
  left: 44px;
}

.why-partner-art {
  position: absolute;
  top: 99px;
  right: 44px;
  width: 642px;
  height: 514px;
}

.why-partner-art span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 320px;
  height: 180px;
  border-radius: 20px;
  background: var(--lime);
}

.why-partner-art img {
  position: absolute;
  top: 0;
  right: 0;
  width: 522px;
  height: 464px;
  border-radius: 20px;
  object-fit: cover;
}

.why-values {
  height: 574px;
}

.why-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 235px;
  gap: 24px;
}

.why-value-card {
  padding: 24px;
  border: 1px dashed rgba(17, 17, 17, .12);
  border-radius: 10px;
}

.why-value-card span,
.why-value-card h3,
.why-value-card p {
  margin: 0;
}

.why-value-card span {
  display: block;
  color: rgba(17, 17, 17, .18);
  font-family: var(--display);
  font-size: 48px;
  line-height: .9;
}

.why-value-card h3 {
  margin-top: 12px;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -.5px;
}

.why-value-card p {
  margin-top: 20px;
  color: #555;
  font-size: 18px;
  line-height: 1.28;
}

.why-commitments {
  position: relative;
  height: 879px;
  overflow: hidden;
  background: var(--green);
}

.commitments-background,
.commitments-pixels {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.commitments-background {
  opacity: .1;
}

.commitments-pixels {
  right: auto;
  width: 47.14%;
  object-fit: cover;
}

.commitments-heading {
  position: absolute;
  top: 248px;
  left: 162px;
  z-index: 2;
}

.commitments-heading p,
.commitments-heading strong,
.commitments-heading h2 {
  margin: 0;
}

.commitments-heading p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.commitments-heading h2 {
  margin-top: -2px;
  color: #fff;
  font-family: var(--display);
  font-size: 64px;
  font-weight: 400;
  line-height: .985;
  letter-spacing: -5.8px;
}

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

.commitment-item {
  position: absolute;
  z-index: 2;
}

.commitment-item > span {
  display: block;
  padding-left: 28px;
  color: #fff;
  font-family: "Anton", Impact, sans-serif;
  font-size: 95px;
  line-height: .64;
}

.commitment-item article {
  position: relative;
  margin-top: 0;
  padding: 28px;
  border-radius: 10px;
  background: #e6ebd4;
}

.commitment-item h3,
.commitment-item p {
  margin: 0;
}

.commitment-item h3 {
  font-size: 24px;
  font-weight: 600;
}

.commitment-item p {
  margin-top: 28px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.28;
}

.commitment-one { top: 88px; left: 36.615%; width: 534px; }
.commitment-two { top: 324px; left: 36.615%; width: 426px; }
.commitment-three { top: 586px; left: 36.615%; width: 605px; }
.commitment-four { top: 324px; left: 65.938%; width: 502px; }
.commitment-five { top: 560px; left: 72.552%; width: 375px; }

.why-proof {
  position: relative;
  height: 1067px;
  overflow: hidden;
}

.why-proof > h2 {
  position: absolute;
  top: 114px;
  left: 50%;
  z-index: 2;
  width: max-content;
  margin: 0;
  transform: translateX(-50%);
  font-family: var(--condensed);
  font-size: clamp(150px, 10.417vw, 200px);
  font-weight: 600;
  font-variation-settings: "wght" 600, "CNTR" 0, "ital" 0;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.proof-decoration {
  position: absolute;
  z-index: 0;
  top: 130px;
  right: -430px;
  width: 900px;
  height: 870px;
}

.proof-flower {
  position: absolute;
  inset: 0;
}

.proof-flower img {
  position: absolute;
  width: 344px;
  height: 350px;
}

.proof-flower img:nth-child(1) { top: 430px; left: 430px; transform: rotate(16deg); }
.proof-flower img:nth-child(2) { top: 100px; left: 530px; transform: rotate(16deg); }
.proof-flower img:nth-child(3) { top: 0; left: 200px; transform: rotate(16deg); }
.proof-flower img:nth-child(4) { top: 330px; left: 100px; transform: rotate(16deg); }

.proof-flower-lime {
  top: 84px;
  left: 28px;
  transform: scale(.92);
  transform-origin: center;
}

.proof-flower-lime img {
  width: 309px;
  height: 314px;
}

.why-metrics-grid {
  position: absolute;
  top: 412px;
  left: 105px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 450px);
  grid-auto-rows: 215px;
  gap: 30px;
}

.why-metric-card {
  padding: 32px 28px;
  border-radius: 20px;
  background: #e1efeb;
}

.why-metric-card.metric-tint {
  background: #e6ebd4;
}

.why-metric-card strong,
.why-metric-card h3,
.why-metric-card p {
  display: block;
  margin: 0;
}

.why-metric-card strong {
  font-size: 60px;
  font-weight: 600;
  line-height: .72;
}

.why-metric-card h3 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.why-metric-card p {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

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

.lean-rings {
  position: absolute;
  top: -264px;
  left: -116px;
  width: 625px;
  height: 574px;
  transform: rotate(69deg);
  opacity: .38;
}

.lean-label {
  position: absolute;
  top: 80px;
  left: 44px;
  margin: 0;
  color: rgba(255, 255, 255, .5);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.why-lean > h2 {
  position: absolute;
  top: 106px;
  left: 40px;
  margin: 0;
  font-family: var(--display);
  font-size: 64px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -5.8px;
}

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

.lean-button {
  position: absolute;
  top: 128px;
  right: 44px;
  color: var(--ink);
}

.lean-button > span:first-child,
.lean-button .button-icon {
  border-color: #fff;
  background: #fff;
}

.lean-button:hover > span:first-child,
.lean-button:hover .button-icon,
.lean-button:focus-visible > span:first-child,
.lean-button:focus-visible .button-icon {
  border-color: var(--lime);
  background: var(--lime);
}

.lean-button .arrow-default {
  display: block;
  opacity: 1;
}

.why-steps {
  position: absolute;
  top: 262px;
  right: 44px;
  left: 44px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.why-step {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 202px;
  padding: 0 24px;
  border-left: 1px solid rgba(255, 255, 255, .3);
}

.why-step:first-child {
  padding-left: 0;
  border-left: 0;
}

.why-step > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  color: var(--lime);
  font-size: 24px;
  font-weight: 600;
}

.why-step h3,
.why-step p {
  margin: 0;
}

.why-step h3 {
  margin-top: 24px;
  color: #f9ffcf;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -.462px;
  white-space: nowrap;
}

.why-step p {
  margin-top: 8px;
  color: #c5e0d9;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.28;
}

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

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

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

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

@media (max-width: 1450px) {
  .why-hero-summary > p {
    width: 54vw;
    max-width: 540px;
    font-size: 23px;
  }

  .why-quick-stats article {
    padding: 22px;
  }

  .why-quick-stats strong {
    font-size: 48px;
  }

  .why-quick-stats p {
    font-size: 15px;
  }

  .why-partner-title {
    font-size: 78px;
    letter-spacing: -7px;
  }

  .why-partner-copy {
    width: 48%;
  }

  .why-partner-art {
    width: 48%;
  }

  .commitments-heading {
    left: 70px;
  }

  .commitments-heading h2 {
    font-size: 52px;
  }

  .commitment-item h3 {
    font-size: 20px;
  }

  .commitment-item p {
    font-size: 15px;
  }

  .commitment-one,
  .commitment-two,
  .commitment-three { left: 35%; }
  .commitment-four { left: 66%; width: 30%; }
  .commitment-five { left: 72%; width: 24%; }

  .why-metrics-grid {
    right: 5.5%;
    left: 5.5%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .why-metric-card h3 {
    font-size: 20px;
  }

  .why-metric-card p {
    font-size: 15px;
  }

  .why-step {
    padding-inline: 20px;
  }

  .why-step h3 {
    font-size: 16px;
  }

  .why-step p {
    font-size: 14px;
  }
}

@media (max-width: 1050px) {
  .why-hero {
    height: 820px;
  }

  .why-hero-title {
    top: 145px;
    left: 20px;
    font-size: clamp(130px, 17.143vw, 180px);
    letter-spacing: -3px;
  }

  .why-title-line {
    height: .76em;
  }

  .why-hero-summary {
    top: 440px;
    right: 20px;
    left: 20px;
  }

  .why-hero-summary > p {
    width: min(620px, 70vw);
  }

  .why-quick-stats {
    right: 20px;
    bottom: 45px;
    left: 20px;
  }

  .why-partner {
    height: 900px;
  }

  .why-partner-title {
    top: 70px;
    left: 20px;
    font-size: clamp(52px, 8vw, 76px);
    letter-spacing: -5px;
  }

  .why-partner-copy {
    top: 340px;
    left: 20px;
    width: 58%;
  }

  .why-partner-button {
    top: 480px;
    left: 20px;
  }

  .why-partner-art {
    top: 350px;
    right: 20px;
    width: 43%;
  }

  .why-partner-art img {
    width: 88%;
  }

  .why-values {
    height: auto;
    padding-bottom: 80px;
  }

  .why-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }

  .why-value-card {
    min-height: 235px;
  }

  .why-commitments {
    display: grid;
    height: auto;
    min-height: 1100px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 24px;
    padding: 80px 30px;
  }

  .commitments-heading,
  .commitment-item {
    position: relative;
    inset: auto;
    width: auto;
  }

  .commitments-heading {
    grid-row: span 2;
    align-self: center;
  }

  .commitment-item > span {
    padding-left: 20px;
  }

  .commitments-pixels {
    width: 100%;
    opacity: .2;
  }

  .why-proof {
    height: auto;
    min-height: 1150px;
    padding: 120px 30px 100px;
  }

  .why-proof > h2 {
    position: relative;
    inset: auto;
    transform: none;
    font-size: clamp(110px, 14.286vw, 150px);
  }

  .why-metrics-grid {
    position: relative;
    inset: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 215px;
    margin-top: 110px;
  }

  .proof-decoration {
    right: -600px;
  }

  .why-lean {
    height: auto;
    min-height: 920px;
    padding: 80px 30px;
  }

  .lean-label,
  .why-lean > h2,
  .lean-button,
  .why-steps {
    position: relative;
    inset: auto;
  }

  .why-lean > h2 {
    margin-top: 8px;
    font-size: 54px;
  }

  .lean-button {
    margin-top: 25px;
  }

  .why-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    margin-top: 70px;
  }

  .why-step:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .why-step h3 {
    white-space: normal;
  }

  .why-footer {
    display: grid;
    height: auto;
    min-height: 500px;
    grid-template-columns: 55% 45%;
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .why-footer .footer-meta,
  .why-footer .footer-cta,
  .why-footer .footer-cta .pill-button {
    position: static;
  }

  .why-footer .footer-cta .pill-button {
    margin-top: 25px;
  }
}

@media (max-width: 760px) {
  .why-hero {
    height: 890px;
  }

  .why-hero-title {
    top: 130px;
    left: 16px;
    font-size: clamp(78px, 17.105vw, 130px);
    letter-spacing: -2px;
  }

  .why-hero-summary {
    top: 340px;
    right: 16px;
    left: 16px;
  }

  .why-hero-summary > p {
    width: 100%;
    font-size: 20px;
  }

  .why-hero-summary .pill-button {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 25px;
  }

  .why-quick-stats {
    right: 16px;
    bottom: 35px;
    left: 16px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .why-quick-stats article {
    min-height: 110px;
  }

  .why-quick-stats strong {
    font-size: 42px;
  }

  .why-quick-stats p {
    margin-top: 16px;
  }

  .why-partner {
    height: 1050px;
  }

  .why-partner-title {
    left: 16px;
    font-size: clamp(42px, 13vw, 64px);
    letter-spacing: -3px;
  }

  .why-partner-copy {
    top: 320px;
    left: 16px;
    width: calc(100% - 32px);
  }

  .why-partner-button {
    top: 490px;
    left: 16px;
  }

  .why-partner-art {
    top: 590px;
    right: 16px;
    left: 16px;
    width: auto;
    height: 400px;
  }

  .why-partner-art span {
    width: 55%;
    height: 145px;
  }

  .why-partner-art img {
    width: 86%;
    height: 350px;
  }

  .why-values-grid,
  .why-commitments,
  .why-metrics-grid,
  .why-steps {
    grid-template-columns: 1fr;
  }

  .why-commitments {
    min-height: 1850px;
    padding-inline: 16px;
  }

  .commitments-heading {
    grid-row: auto;
  }

  .commitments-heading h2 {
    font-size: 47px;
    letter-spacing: -4px;
  }

  .why-proof {
    padding-inline: 16px;
  }

  .why-proof > h2 {
    font-size: clamp(52px, 14.474vw, 110px);
  }

  .why-metrics-grid {
    grid-auto-rows: auto;
    gap: 16px;
    margin-top: 70px;
  }

  .why-metric-card {
    min-height: 215px;
  }

  .proof-decoration {
    display: none;
  }

  .why-lean {
    padding-inline: 16px;
  }

  .why-lean > h2 {
    font-size: 45px;
    letter-spacing: -4px;
  }

  .why-steps {
    gap: 28px;
  }

  .why-step:nth-child(n) {
    min-height: auto;
    padding: 0 0 28px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
  }

  .why-footer {
    display: flex;
    min-height: auto;
    padding-top: 85px;
    padding-bottom: 45px;
  }
}
