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

.process-page main {
  overflow: hidden;
}

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

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

.process-hero {
  position: relative;
  height: 936px;
  border-bottom: 1px solid rgba(17, 17, 17, .16);
}

.process-hero::after {
  position: absolute;
  top: 522px;
  right: 44px;
  left: 44px;
  height: 1px;
  background: rgba(17, 17, 17, .16);
  content: "";
}

.process-hero > h1 {
  position: absolute;
  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;
}

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

.process-intro-title {
  position: absolute;
  top: 572px;
  left: 44px;
  font-family: var(--display);
  font-size: 100px;
  font-weight: 400;
  line-height: .98;
  letter-spacing: -9.8px;
}

.process-intro-title p {
  margin: 0;
}

.process-last-line {
  display: flex;
  width: max-content;
  height: 118px;
  align-items: flex-end;
  gap: 24px;
}

.process-last-line > span {
  line-height: 1.18;
}

.process-intro-title em,
.six-intro em {
  color: var(--lime);
  font-style: normal;
}

.process-intro-copy {
  position: absolute;
  top: 611px;
  left: 50.99%;
  width: 750px;
}

.process-intro-copy > p {
  margin: 0;
  color: #4a4a4a;
  font-size: 24px;
  line-height: 1.29;
}

.process-tags,
.method-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.process-tags {
  margin-top: 28px;
}

.process-tags span,
.method-tags span {
  display: grid;
  min-height: 34px;
  place-items: center;
  padding: 8px 16px;
  border: 1px solid rgba(17, 17, 17, .3);
  border-radius: 999px;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.process-hero-button {
  position: static;
  margin-bottom: 20px;
  font-family: var(--body);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
}

.process-methods {
  position: relative;
  height: auto;
  padding: 100px 44px 0;
}

.process-eyebrow {
  margin: 0;
  color: #4a4a4a;
  font-size: 24px;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.process-methods > h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 64px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -5.8px;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  height: auto;
  align-items: stretch;
  margin-top: 30px;
}

.method-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  padding: 24px;
  border-radius: 20px;
  background: #ebeee2;
}

.method-card header {
  min-height: 116px;
}

.method-card header strong,
.method-card header h3,
.method-card header p,
.method-copy {
  margin: 0;
}

.method-card header strong {
  display: block;
  color: rgba(17, 17, 17, .3);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.method-card header h3 {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -.588px;
}

.method-card header > p {
  margin-top: 10px;
  color: #4a4a4a;
  font-size: 16px;
}

.method-visual {
  width: 100%;
  height: auto;
  aspect-ratio: 547 / 440;
  flex: 0 0 auto;
}

.method-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 547 / 440;
  object-fit: contain;
}

.method-copy {
  margin-top: 12px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.31;
}

.method-tags {
  margin-top: auto;
}

.method-title-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.method-title-row > h3 {
  min-width: 0;
  flex: 1 1 auto;
}

.method-title-row > span {
  flex: 0 0 auto;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--green);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.28;
  text-transform: uppercase;
  white-space: nowrap;
}

.method-card-featured {
  gap: 10px;
  background: var(--green);
}

.method-card-featured header {
  min-height: 117px;
}

.method-card-featured header strong {
  color: rgba(255, 255, 255, .3);
}

.method-card-featured header h3 {
  color: var(--lime);
}

.method-card-featured header > p,
.method-card-featured .method-copy {
  color: rgba(255, 255, 255, .8);
}

.method-card-featured .method-copy b {
  color: #fff;
}

.method-card-featured .method-visual {
  height: auto;
  aspect-ratio: 547 / 440;
  flex-basis: auto;
  border: 0;
}

.method-card-featured .method-visual img {
  height: auto;
  aspect-ratio: 547 / 440;
}

.method-card-featured .method-tags span {
  border-color: rgba(198, 217, 54, .3);
  color: var(--lime);
}

.process-six {
  position: relative;
  height: 759px;
}

.six-intro {
  position: absolute;
  top: 100px;
  left: 44px;
  width: 674px;
}

.six-intro h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 100px;
  font-weight: 400;
  line-height: .98;
  letter-spacing: -9.8px;
}

.six-title-line {
  display: inline-block;
  white-space: nowrap;
}

.six-copy {
  width: 595px;
  margin: 60px 0 0;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.six-intro .pill-button {
  margin-top: 40px;
}

.six-list {
  position: absolute;
  top: 100px;
  right: 44px;
  width: 1041px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.six-list li {
  display: grid;
  grid-template-columns: 60px 341px 1fr;
  gap: 24px;
  min-height: 94px;
  padding: 24px 0;
  border-top: 1px dashed var(--ink);
}

.six-list li:first-child {
  min-height: 117px;
}

.six-list li:last-child {
  border-bottom: 1px dashed var(--ink);
}

.six-list span,
.six-list h3,
.six-list p {
  margin: 0;
}

.six-list span {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.six-list h3 {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -.588px;
}

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

.process-results {
  position: relative;
  height: 695px;
  overflow: hidden;
  color: #fff;
}

.results-bg,
.results-tint {
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  height: 667px;
}

.results-bg {
  object-fit: cover;
  object-position: center 14%;
  transform: scale(1.04);
}

.results-tint {
  background: rgba(39, 76, 66, .4);
}

.results-pixels {
  position: absolute;
  top: 28px;
  right: 0;
  width: 807px;
  height: 784px;
  object-fit: cover;
}

.process-results > h2 {
  position: absolute;
  z-index: 2;
  top: 269px;
  left: 44px;
  width: 940px;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

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

.result-grid {
  position: absolute;
  z-index: 3;
  top: 450px;
  left: 44px;
  display: grid;
  grid-template-columns: repeat(4, 377px);
  gap: 24px;
}

.result-grid article {
  height: 207px;
  padding: 28px;
  border-radius: 20px;
  background: var(--lime);
  color: var(--green);
}

.result-grid article:nth-child(2) {
  background: #e6ebd4;
  color: var(--ink);
}

.result-grid article:nth-child(3) {
  background: var(--green);
  color: #fafcf3;
}

.result-grid article:nth-child(4) {
  background: #e1efeb;
  color: var(--ink);
}

.result-grid strong,
.result-grid h3,
.result-grid p {
  display: block;
  margin: 0;
}

.result-grid strong {
  height: 50px;
  font-size: 60px;
  font-weight: 600;
  line-height: .72;
}

.result-grid article:first-child strong,
.result-grid article:last-child strong {
  font-size: 72px;
}

.result-grid article:nth-child(3) strong {
  color: var(--lime);
}

.result-grid h3 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: .72;
}

.result-grid p {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

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

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

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

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

@media (max-width: 1450px) {
  .process-hero > h1 {
    font-size: 270px;
  }

  .process-intro-title,
  .six-intro h2 {
    font-size: 78px;
    letter-spacing: -7px;
  }

  .process-intro-copy {
    width: 47%;
  }

  .method-card {
    padding: 20px;
  }

  .method-visual,
  .method-card-featured .method-visual {
    width: 100%;
  }

  .method-card header h3,
  .six-list h3 {
    font-size: 23px;
  }

  .method-copy {
    font-size: 14px;
  }

  .method-tags {
    gap: 6px;
  }

  .method-tags span {
    padding-inline: 10px;
    font-size: 11px;
  }

  .six-intro {
    width: 38%;
  }

  .six-copy {
    width: 90%;
  }

  .six-list {
    width: 57%;
  }

  .six-list li {
    grid-template-columns: 45px 31% 1fr;
    gap: 16px;
  }

  .six-list p {
    font-size: 15px;
  }

  .result-grid {
    right: 44px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1050px) {
  .process-hero,
  .process-methods,
  .process-six,
  .process-results {
    height: auto;
  }

  .process-hero {
    padding: 150px 20px 80px;
  }

  .process-hero::after {
    top: 410px;
    right: 20px;
    left: 20px;
  }

  .process-hero > h1,
  .process-intro-title,
  .process-intro-copy,
  .process-hero-button,
  .six-intro,
  .six-list,
  .process-results > h2,
  .result-grid {
    position: relative;
    inset: auto;
  }

  .process-hero > h1 {
    font-size: clamp(160px, 25.7vw, 270px);
  }

  .process-intro-title {
    margin-top: 110px;
    font-size: clamp(60px, 9vw, 90px);
  }

  .process-intro-copy {
    width: 74%;
    margin: 55px 0 0 auto;
  }

  .process-hero-button {
    display: flex;
    margin: 35px 0 0;
  }

  .process-last-line {
    display: block;
    height: auto;
  }

  .process-last-line > span {
    line-height: inherit;
  }

  .process-results > h2 span {
    display: inline;
    white-space: normal;
  }

  .process-methods {
    padding: 80px 20px;
  }

  .method-grid {
    height: auto;
    grid-template-columns: 1fr;
  }

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

  .method-visual,
  .method-card-featured .method-visual {
    height: auto;
    flex-basis: auto;
  }

  .method-visual img {
    height: auto;
  }

  .process-six {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 32px;
    padding: 100px 20px;
  }

  .six-intro,
  .six-list {
    width: auto;
  }

  .six-intro h2 {
    font-size: clamp(56px, 8vw, 78px);
  }

  .six-list li {
    grid-template-columns: 42px 1fr;
  }

  .six-list li h3 {
    grid-column: 2;
  }

  .six-list li p {
    grid-column: 2;
  }

  .process-results {
    min-height: 1050px;
    padding: 220px 20px 80px;
  }

  .results-bg,
  .results-tint {
    top: 0;
    height: 100%;
  }

  .results-pixels {
    top: 0;
    width: 58%;
    height: 100%;
  }

  .process-results > h2 {
    z-index: 2;
    width: 80%;
  }

  .result-grid {
    z-index: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 70px;
  }

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

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

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

@media (max-width: 760px) {
  .process-hero {
    padding: 130px 16px 70px;
  }

  .process-hero::after {
    top: 280px;
    right: 16px;
    left: 16px;
  }

  .process-hero > h1 {
    font-size: clamp(68px, 22vw, 100px);
    letter-spacing: -1px;
  }

  .process-intro-title {
    margin-top: 80px;
    font-size: clamp(45px, 13vw, 72px);
    letter-spacing: -4px;
  }

  .process-intro-copy {
    width: 100%;
    margin-top: 45px;
  }

  .process-intro-copy > p {
    font-size: 19px;
  }

  .process-tags span,
  .method-tags span {
    font-size: 11px;
  }

  .process-methods {
    padding: 80px 16px 24px;
  }

  .process-eyebrow {
    font-size: 17px;
  }

  .process-methods > h2 {
    font-size: 44px;
    letter-spacing: -3px;
  }

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

  .method-visual,
  .method-card-featured .method-visual {
    height: auto;
    flex-basis: auto;
  }

  .method-visual img {
    height: auto;
    aspect-ratio: 547 / 440;
  }

  .method-card-featured .method-visual img {
    aspect-ratio: 547 / 440;
  }

  .process-six {
    display: block;
    padding: 48px 16px 80px;
  }

  .six-intro h2 {
    font-size: clamp(36px, 11.5vw, 58px);
    letter-spacing: -3.5px;
  }

  .six-copy {
    width: 100%;
  }

  .six-list {
    margin-top: 80px;
  }

  .six-list li {
    grid-template-columns: 38px 1fr;
  }

  .process-results {
    min-height: 1260px;
    padding: 130px 16px 60px;
  }

  .process-results > h2 {
    width: 100%;
    font-size: 28px;
  }

  .result-grid {
    grid-template-columns: 1fr;
  }

  .result-grid article {
    height: 207px;
  }

  .results-pixels {
    width: 100%;
    opacity: .35;
  }

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

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