.breadcrumb {
  border-bottom: 1px solid rgba(53, 37, 46, .08);
  background: #fff;
  color: #756a70;
  font-size: 13px;
}

.breadcrumb .shell {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
}

.breadcrumb a {
  color: #5d394e;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.breadcrumb span[aria-current="page"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(125deg, #fbf7f3 0%, #f7ecef 64%, #f1e1e7 100%);
}

.page-orb {
  position: absolute;
  width: 260px;
  height: 260px;
  top: -90px;
  right: 35%;
  border: 55px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
}

.page-hero-grid {
  position: relative;
  display: grid;
  grid-template-areas: "copy form";
  grid-template-columns: minmax(0, 1fr) minmax(380px, .78fr);
  gap: clamp(50px, 7vw, 90px);
  align-items: center;
  min-height: 680px;
  padding: 75px 0;
}

.page-hero-copy {
  grid-area: copy;
}

.page-lead-form {
  grid-area: form;
  align-self: center;
  width: 100%;
  max-width: 560px;
  justify-self: end;
}

.page-lead-form .form-title h3 {
  margin-bottom: 8px;
  font-size: clamp(23px, 2.2vw, 30px);
}

.page-lead-form .form-title p {
  margin: 0 0 25px;
  color: #655e63;
  font-size: 14px;
  line-height: 1.55;
}

.page-hero-copy h1 {
  max-width: 700px;
  margin: 18px 0 25px;
  color: #35252e;
  font-family: 'SansOri', 'SansOriFallback', Arial, sans-serif;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.06;
}

.page-hero-copy > p {
  max-width: 700px;
  color: #655e63;
  font-size: 18px;
}

.page-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 34px;
}

.page-hero-media {
  position: relative;
  height: 540px;
  margin: 0;
  overflow: hidden;
  border-radius: 220px 220px 28px 28px;
  box-shadow: var(--shadow);
}

.page-hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
  border-radius: inherit;
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-highlights {
  padding: 95px 0;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.highlight-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  transition: .2s;
}

.highlight-grid article:hover {
  transform: translateY(-5px);
  border-color: transparent;
  box-shadow: var(--shadow);
}

.highlight-grid img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.highlight-grid article > div {
  padding: 27px;
}

.highlight-grid h2 {
  margin: 0 0 9px;
  font-family: 'SansOri', 'SansOriFallback', Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.highlight-grid p {
  margin: 0;
  color: #766f73;
  font-size: 14px;
}

.page-content {
  padding: 100px 0;
  background: var(--cream);
}

.narrow-content {
  width: min(920px, calc(100% - 40px));
}

.page-content article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 30px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.page-content article:first-child {
  padding-top: 0;
}

.page-content article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.page-content article > span {
  color: var(--plum2);
  font-family: 'SansOri', 'SansOriFallback', Arial, sans-serif;
  font-size: 30px;
}

.page-content h2 {
  margin: 0 0 12px;
  color: #35252e;
  font-family: 'SansOri', 'SansOriFallback', Arial, sans-serif;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
}

.page-content p {
  margin: 0;
  color: #655e63;
  font-size: 16px;
}

.page-faq {
  padding-top: 105px;
}

.page-cta {
  padding: 90px 0;
  overflow: hidden;
  background: #34242e;
  color: #fff;
}

.page-cta-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 80px;
  align-items: center;
}

.page-cta h2 {
  max-width: 700px;
  margin: 12px 0 18px;
  font-family: 'SansOri', 'SansOriFallback', Arial, sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.12;
}

.page-cta p {
  max-width: 640px;
  color: #d9ced4;
  font-size: 17px;
}

.page-cta img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 180px 180px 22px 22px;
}

.source-note {
  padding: 28px 0;
  border-bottom: 1px solid #372d34;
  background: #211920;
  color: #b8abb3;
  font-size: 11px;
}

.source-note .shell {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  align-items: center;
}

.source-note strong {
  color: #fff;
}

.source-note .shell > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-left: auto;
}

.source-note a {
  color: #ead6df;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .page-hero-grid {
    grid-template-areas:
      "form"
      "copy";
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 65px 0 80px;
  }

  .page-lead-form {
    justify-self: stretch;
    max-width: none;
  }

  .page-hero-media {
    width: min(100%, 620px);
    height: 520px;
  }

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

  .highlight-grid article:last-child {
    grid-column: 1 / -1;
  }

  .page-cta-grid {
    grid-template-columns: 1fr 300px;
    gap: 45px;
  }

  .source-note .shell > div {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .page-hero-grid {
    gap: 42px;
    padding-top: 48px;
  }

  .page-hero-copy h1 {
    font-size: 39px;
  }

  .page-hero-copy > p {
    font-size: 16px;
  }

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

  .page-hero-media {
    height: 420px;
    border-radius: 180px 180px 24px 24px;
  }

  .page-highlights,
  .page-content {
    padding: 72px 0;
  }

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

  .highlight-grid article:last-child {
    grid-column: auto;
  }

  .highlight-grid img {
    height: 215px;
  }

  .page-content article {
    grid-template-columns: 45px 1fr;
    gap: 16px;
    padding: 32px 0;
  }

  .page-content article > span {
    font-size: 24px;
  }

  .page-cta {
    padding: 72px 0;
  }

  .page-cta-grid {
    grid-template-columns: 1fr;
  }

  .page-cta img {
    height: 380px;
  }
}
