.relocation-page-header {
  position: relative;
  background: var(--paper);
}

.relocation-page nav a[aria-current="page"]::after {
  right: 0;
}

.relocation-page-hero {
  min-height: calc(100svh - 104px);
}

.relocation-page-hero .relocation-copy {
  min-height: 760px;
}

.relocation-page-hero h1 {
  margin: 25px 0 34px;
  color: #fff;
  font-size: clamp(62px, 7.2vw, 112px);
}

.relocation-page-hero h1 em {
  color: var(--yellow);
}

.relocation-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-top: 36px;
}

.relocation-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid currentColor;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.relocation-text-link:hover {
  color: var(--yellow);
}

.relocation-intro {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(520px, 1.22fr);
  gap: clamp(55px, 8vw, 130px);
  background: var(--paper);
}

.relocation-intro-copy {
  align-self: start;
  position: sticky;
  top: 40px;
}

.relocation-intro h2,
.relocation-choice h2,
.relocation-local h2,
.relocation-contact h2 {
  margin: 24px 0 30px;
  letter-spacing: -.07em;
  font-size: clamp(56px, 7vw, 105px);
  font-weight: 900;
  line-height: .84;
}

.relocation-intro h2 em,
.relocation-local h2 em,
.relocation-contact h2 em {
  color: var(--pink);
  font-family: Georgia, serif;
  font-weight: 500;
}

.relocation-intro-copy > p {
  max-width: 580px;
  color: #625e55;
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 600;
  line-height: 1.55;
}

.relocation-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.relocation-step-grid article {
  min-height: 300px;
  padding: clamp(26px, 3.2vw, 42px);
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: #fff;
  box-shadow: 7px 8px 0 var(--ink);
}

.relocation-step-grid article:nth-child(2),
.relocation-step-grid article:nth-child(3) {
  background: var(--yellow);
}

.relocation-step-grid article > span {
  color: var(--pink);
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 900;
}

.relocation-step-grid h3 {
  margin: 55px 0 16px;
  letter-spacing: -.055em;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 900;
  line-height: .95;
}

.relocation-step-grid p {
  margin: 0;
  color: #5f5b53;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.relocation-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.relocation-choice {
  min-height: 720px;
  padding: clamp(90px, 10vw, 150px) clamp(28px, 7vw, 112px);
}

.relocation-choice > p {
  max-width: 590px;
  margin: 0 0 38px;
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 650;
  line-height: 1.55;
}

.relocation-choice-buy {
  background: var(--pink);
  color: #fff;
}

.relocation-choice-rent {
  background: var(--yellow);
  color: var(--ink);
}

.relocation-choice-rent .button-dark {
  min-width: 190px;
}

.relocation-local {
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
  background: var(--paper);
}

.relocation-local-copy > p {
  max-width: 620px;
  margin: 0 0 38px;
  color: #625e55;
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 600;
  line-height: 1.55;
}

.parish-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  gap: 13px;
  min-height: 580px;
  padding: clamp(30px, 5vw, 70px);
  border: 2px solid var(--ink);
  border-radius: 42% 58% 64% 36% / 48% 38% 62% 52%;
  background: linear-gradient(145deg, var(--yellow), #fff4a8);
  box-shadow: 16px 18px 0 var(--pink);
  transform: rotate(-2deg);
}

.parish-cloud span {
  padding: 12px 16px;
  border: 1px solid #16161633;
  border-radius: 999px;
  background: #fff;
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 900;
  transform: rotate(2deg);
}

.relocation-contact {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 50px;
  padding: clamp(90px, 10vw, 150px) clamp(28px, 7vw, 112px);
  background: var(--ink);
  color: #fff;
}

.relocation-contact h2 {
  max-width: 1000px;
  margin-bottom: 0;
}

.relocation-contact h2 em {
  color: var(--yellow);
}

.relocation-contact-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 8px;
}

.relocation-page .relocation-copy::before,
.relocation-page .relocation-visual::before,
.relocation-page .relocation-route,
.relocation-page .relocation-outline {
  pointer-events: none;
}

@media (max-width: 1050px) {
  .relocation-page-hero {
    min-height: auto;
  }

  .relocation-page-hero .relocation-copy {
    min-height: 650px;
  }

  .relocation-intro,
  .relocation-local,
  .relocation-contact {
    grid-template-columns: 1fr;
  }

  .relocation-intro-copy {
    position: static;
  }

  .relocation-choices {
    grid-template-columns: 1fr;
  }

  .relocation-choice {
    min-height: 600px;
  }

  .parish-cloud {
    min-height: 500px;
  }
}

@media (max-width: 760px) {
  .relocation-page-header {
    position: relative;
  }

  .relocation-page-hero .relocation-copy {
    min-height: 620px;
  }

  .relocation-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .relocation-step-grid {
    grid-template-columns: 1fr;
  }

  .relocation-step-grid article {
    min-height: 260px;
  }

  .relocation-choice {
    min-height: 560px;
  }

  .parish-cloud {
    min-height: 440px;
    border-radius: 26px;
    box-shadow: 9px 10px 0 var(--pink);
  }

  .relocation-contact-actions .button {
    width: 100%;
  }
}
