.home-v2-action-copy--compact {
  display: none;
}

.home-v2-job-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--line);
  list-style: none;
}

.home-stage-choice {
  display: flex;
  min-width: 0;
  grid-column: span 2;
  background: var(--paper);
}

.home-stage-choice:nth-child(n + 4) {
  grid-column: span 3;
}

.home-v2-job-card {
  display: flex;
  width: 100%;
  min-height: 265px;
  flex-direction: column;
  padding: 25px;
  border: 0;
}

.home-v2-job-card .persuasion-stage-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px 12px;
  margin-bottom: 24px;
  padding-left: 10px;
}

.home-v2-job-card .persuasion-stage-label__state {
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0;
  text-transform: none;
}

.home-stage-primary {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding: 11px 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.home-v2-job-card:hover .persuasion-stage-label__state,
.home-v2-job-card:focus-within .persuasion-stage-label__state {
  color: #d9ebe5;
}

.home-stage-module {
  border-top: 1px solid var(--line);
}

.home-stage-module--tint {
  background: var(--sand-light);
}

.home-stage-module--dark {
  color: var(--paper-bright);
  background: var(--ink);
}

.home-stage-module__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.75fr);
  align-items: center;
  gap: clamp(42px, 8vw, 118px);
}

.home-stage-module__copy h2,
.home-story h2,
.home-reviews h2,
.home-method h2,
.home-editorial-heading h2 {
  max-width: 18ch;
  margin-block: 0.35rem 1rem;
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.home-stage-module__copy > p:not(.kicker),
.home-story p:not(.kicker),
.home-reviews p,
.home-method > p,
.home-editorial-heading > p,
.home-editorial-heading--split > p {
  max-width: 62ch;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.68;
}

.home-stage-module--dark .kicker,
.home-stage-module--dark .home-stage-supporting > p {
  color: var(--sand);
}

.home-stage-module--dark .home-stage-module__copy > p:not(.kicker) {
  color: #d9e8e2;
}

.home-stage-supporting {
  border-top: 3px solid var(--coral);
}

.home-stage-supporting > p,
.home-stage-utility > p {
  margin: 0;
  padding-block: 14px 10px;
  color: var(--green-dark);
  font-family: var(--font-data);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-stage-supporting ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.home-stage-supporting a {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 4px;
  border-top: 1px solid var(--line);
  color: inherit;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
  overflow-wrap: anywhere;
}

.home-stage-module--dark .home-stage-supporting a {
  border-color: var(--line-dark);
  color: var(--paper-bright);
}

.home-stage-utility {
  margin-top: 24px;
  padding: 18px 20px 20px;
  border-left: 4px solid var(--green);
  background: var(--paper-bright);
  color: var(--ink);
}

.home-stage-utility > p {
  padding-top: 0;
}

.home-stage-utility h3 {
  margin-block: 0 8px;
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
}

.home-stage-utility > span {
  display: block;
  color: var(--muted);
  line-height: 1.55;
}

.home-stage-utility a,
.home-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 0.75rem;
  color: var(--green-dark);
  font-weight: 800;
  text-underline-offset: 0.3rem;
}

.home-editorial-heading {
  margin-bottom: clamp(28px, 5vw, 54px);
}

.home-editorial-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  align-items: end;
  gap: clamp(24px, 6vw, 80px);
}

.home-editorial-heading--split h2 {
  margin-bottom: 0;
}

.home-library {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid var(--ink);
}

.home-library a {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 750;
  text-decoration: none;
}

.home-library a:nth-child(even) {
  border-right: 0;
}

.home-library a:hover,
.home-library a:focus-visible {
  color: var(--paper-bright);
  background: var(--green-dark);
}

.home-story {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 700px);
  justify-content: center;
  align-items: center;
  gap: clamp(28px, 6vw, 76px);
  border-top: 1px solid var(--line);
}

.home-story__photo {
  position: relative;
}

.home-story__photo::before {
  position: absolute;
  inset: 14px -12px -14px 12px;
  z-index: -1;
  border: 1px solid var(--green);
  content: "";
}

.home-story__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 20%;
}

.home-reviews {
  color: var(--paper-bright);
  background: linear-gradient(120deg, var(--green-dark), var(--night));
}

.home-reviews__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
  align-items: center;
  gap: clamp(36px, 7vw, 100px);
}

.home-reviews .kicker,
.home-public-proof .kicker {
  color: var(--sand);
}

.home-reviews p {
  color: #d9e8e2;
}

.home-public-proof {
  padding: clamp(24px, 4vw, 40px);
  border-top: 3px solid var(--coral);
  background: rgb(255 255 255 / 8%);
}

.home-public-proof h3 {
  margin-block: 0.6rem 0.8rem;
  font-family: var(--font-editorial);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.home-public-proof a {
  color: var(--paper-bright);
  font-weight: 800;
}

.home-public-proof .verified-review-proof__grid {
  margin-block: 1.25rem;
}

.home-public-proof .verified-review-card {
  padding: 1rem;
  border: 1px solid rgb(255 255 255 / 24%);
  color: var(--paper-bright);
  background: rgb(255 255 255 / 7%);
}

.home-public-proof .verified-review-card__stars {
  margin-block: 0 0.5rem;
  color: var(--sand);
}

.home-public-proof .verified-review-card__byline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin: 0.75rem 0 0;
}

.home-method {
  max-width: 880px;
}

@media (min-width: 721px) and (max-width: 1120px) {
  .home-v2-job-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-stage-choice,
  .home-stage-choice:nth-child(n + 4) {
    grid-column: auto;
  }

  .home-stage-choice:last-child {
    grid-column: 1 / -1;
  }

  .home-stage-module__grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    gap: 46px;
  }
}

@media (max-width: 720px) {
  .home-v2-hero-grid {
    padding-block: 28px 34px;
  }

  .home-v2-hero-copy h1 {
    margin-bottom: 20px;
  }

  .home-v2-dek {
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .home-v2-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
    padding-top: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
    line-height: 1.35;
  }

  .home-v2-hero .hero-actions .button {
    min-width: 0;
    min-height: 44px;
    flex: 1 1 100%;
    padding-inline: 10px;
  }

  .home-v2-action-copy--full {
    display: none;
  }

  .home-v2-action-copy--compact {
    display: inline;
  }

  .home-v2-jobs.section-space {
    padding-block: 34px 38px;
  }

  .home-v2-heading {
    gap: 12px;
    margin-bottom: 24px;
  }

  .home-v2-heading > p {
    max-width: 40ch;
    margin-bottom: 0;
    font-size: 0.8125rem;
    line-height: 1.45;
  }

  .home-v2-heading h2 {
    max-width: 13ch;
    font-size: clamp(2.25rem, 10vw, 3rem);
  }

  .home-v2-job-grid {
    grid-template-columns: 1fr;
  }

  .home-stage-choice,
  .home-stage-choice:nth-child(n + 4) {
    grid-column: auto;
  }

  .home-v2-job-card {
    min-height: 0;
    padding: 20px 18px;
  }

  .home-v2-job-card .persuasion-stage-label {
    margin-bottom: 12px;
  }

  .home-v2-job-card h3 {
    margin-block: 6px 8px;
    font-size: clamp(1.55rem, 7.3vw, 2rem);
  }

  .home-v2-job-card > p:last-of-type {
    font-size: 0.8125rem;
    line-height: 1.48;
  }

  .home-stage-primary {
    margin-top: 14px;
    white-space: normal;
  }

  .home-stage-module__grid,
  .home-editorial-heading--split,
  .home-reviews__grid {
    grid-template-columns: 1fr;
  }

  .home-stage-module__copy h2,
  .home-story h2,
  .home-reviews h2,
  .home-method h2,
  .home-editorial-heading h2 {
    font-size: clamp(2.2rem, 10vw, 3.3rem);
  }

  .home-stage-module__next {
    margin-top: 4px;
  }

  .home-library {
    grid-template-columns: 1fr;
  }

  .home-library a,
  .home-library a:nth-child(even) {
    border-right: 0;
  }

  .home-story {
    grid-template-columns: 100px minmax(0, 1fr);
    align-items: start;
    gap: 22px;
  }

  .home-story__photo::before {
    inset: 8px -7px -8px 7px;
  }

  .home-v2-media-credits {
    margin-bottom: 34px;
  }

  body:has(.home-v2-hero) .site-footer {
    padding-top: 42px;
  }

  body:has(.home-v2-hero) .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
    padding-bottom: 38px;
  }

  body:has(.home-v2-hero) .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 430px) {
  .home-story {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px;
  }

  .home-story h2 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .home-story p:not(.kicker) {
    grid-column: 1 / -1;
  }
}
