/* Expanded services, process and complete-backyard story */
.service-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--blue);
  font-size: .84rem;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

.steps { row-gap: 0; }

.steps article:nth-child(n+5) {
  border-top: 1px solid var(--line);
  padding-top: 36px;
  margin-top: 28px;
}

.steps article:nth-child(5) {
  border-left: 0;
  padding-left: 0;
}

.transformation {
  background: var(--mist);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 10vw;
  align-items: start;
}

.transformation .eyebrow { color: var(--green); }

.transformation h2 {
  font: 700 clamp(2.8rem, 4.7vw, 5.2rem)/.98 var(--serif);
  letter-spacing: -.05em;
  color: var(--navy);
  margin: 0;
}

.transformation-copy > p:not(.lead) {
  color: #526873;
  font-size: 1.03rem;
  line-height: 1.75;
}

.transformation-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.transformation-list span {
  padding: 9px 14px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy);
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

@media (max-width: 900px) {
  .transformation { grid-template-columns: 1fr; gap: 42px; }
  .steps article:nth-child(5) { border-left: 1px solid var(--line); padding-left: 26px; }
  .steps article:nth-child(odd) { border-left: 0; padding-left: 0; }
}

@media (max-width: 560px) {
  .steps article:nth-child(n+5) { margin-top: 0; }
  .steps article:nth-child(5) { border-left: 0; padding-left: 0; }
  .transformation h2 { font-size: 2.6rem; }
}

.thank-you-main {
  min-height: calc(100vh - 210px);
  padding: 110px 24px;
  display: grid;
  place-items: center;
  background: var(--mist);
}

.thank-you-card {
  width: min(720px, 100%);
  padding: clamp(42px, 7vw, 82px);
  background: #fff;
  text-align: center;
  box-shadow: 0 20px 60px rgba(6, 36, 70, .09);
}

.thank-you-card .eyebrow { color: var(--green); }
.thank-you-card h1 { font: 700 clamp(3.3rem, 7vw, 6rem)/1 var(--serif); letter-spacing: -.055em; color: var(--navy); margin: 0 0 24px; }
.thank-you-card > p:not(.eyebrow) { color: #526873; font-size: 1.12rem; line-height: 1.75; margin: 0 auto 32px; max-width: 540px; }
