.hero h1 em,
h2 em {
  color: #bb8f6f;
}

.hero-kicker {
  color: #b78765;
  font-size: 15px;
  font-style: italic;
  letter-spacing: .02em;
  text-transform: none;
}

.hero-intro {
  color: #a77e62;
  max-width: 650px;
}

.card-burnout {
  background: #f0d9c9;
}

.card-confidence {
  background: #eee4bb;
}

.card-boundaries {
  background: #d9ddc8;
}

.card-depression {
  background: #d5e3e8;
}

.pathway h3 {
  line-height: 1.08;
}

.path-icon {
  color: #4f5549;
  display: block;
  height: 88px;
  margin: auto;
  position: relative;
  width: 88px;
  z-index: 2;
}

.pathway {
  background: #faf4eb;
  border: 1px solid rgba(85, 33, 31, .08);
  overflow: hidden;
  isolation: isolate;
}

.pathway::before,
.pathway::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 190px;
  height: 150px;
  border-radius: 46% 54% 58% 42% / 48% 38% 62% 52%;
  opacity: .72;
}

.pathway::before {
  left: -70px;
  top: -72px;
  transform: rotate(-18deg);
}

.pathway::after {
  bottom: -85px;
  right: -65px;
  transform: rotate(24deg);
}

.card-peach::before,.card-peach::after { background: #c7b9d8; }
.card-green::before,.card-green::after { background: #cdd0bc; }
.card-burnout::before,.card-burnout::after { background: #e5ad8e; }
.card-confidence::before,.card-confidence::after { background: #e6a687; }
.card-boundaries::before,.card-boundaries::after { background: #bdc5ae; }
.card-depression::before,.card-depression::after { background: #c8bfd9; }

.pathway h3 {
  font-size: 32px;
  text-align: center;
}

.pathway p,
.pathway .card-link {
  position: relative;
  z-index: 2;
}

.pathway p {
  text-align: center;
  margin-inline: auto;
}

.pathway .card-link {
  text-align: center;
}

.journey-image-card {
  aspect-ratio: 1 / 1.045;
  background: #f9f3e9;
  border: 0;
  border-radius: 4px;
  min-height: 0;
  padding: 0;
}

.journey-image-card::before,
.journey-image-card::after {
  display: none;
}

.journey-image-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
  width: 100%;
}

.journey-image-card:hover {
  box-shadow: 0 18px 50px rgba(67, 50, 44, .14);
  transform: translateY(-7px);
}

.journey-image-card:hover img {
  filter: brightness(.91);
  transform: scale(1.025);
}

.image-card-cta {
  align-items: center;
  background: rgba(255, 253, 248, .94);
  bottom: 16px;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 18px;
  justify-content: space-between;
  left: 16px;
  opacity: 0;
  padding: 11px 14px;
  position: absolute;
  right: 16px;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
  z-index: 3;
}

.journey-image-card:hover .image-card-cta,
.journey-image-card:focus-visible .image-card-cta {
  opacity: 1;
  transform: none;
}

.hero-art-generated {
  background: #f5eee3;
  border-radius: 48% 48% 12px 12px;
}

.hero-art-generated img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

@media (hover: none) {
  .image-card-cta {
    opacity: 1;
    transform: none;
  }
}

.about {
  align-items: start;
}

.about-lead,
.about-closing {
  color: var(--ink) !important;
  font-family: "Fraunces", serif;
  font-size: 24px;
}

.about-note {
  background: var(--lilac);
  border-left: 3px solid #bb8f6f;
  color: #6b5048;
  font-size: 14px;
  margin: 28px 0;
  padding: 22px 24px;
}

.about-illustration {
  background: #f5eee4;
  padding: 0;
}

.about-illustration::before {
  display: none;
}

.about-illustration img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-illustration span {
  bottom: 28px;
  left: 28px;
  position: absolute;
}

.form-honeypot {
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.form-status {
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0 0;
  min-height: 20px;
}

.guide-signup {
  flex-wrap: wrap;
}

.consent-option {
  align-items: flex-start;
  display: flex;
  flex-basis: 100%;
  font-size: 12px;
  gap: 9px;
  line-height: 1.45;
  margin-top: 12px;
}

.signup-form .consent-option input {
  accent-color: #e4ad8e;
  flex: 0 0 auto;
  margin: 3px 0 0;
  min-width: auto;
  padding: 0;
}

.consent-option a,
.form-note a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.signup-form button:disabled {
  cursor: wait;
  opacity: .8;
}

.guide-signup-paused input:disabled,
.guide-signup-paused button:disabled {
  cursor: not-allowed;
}

.guide-signup-paused input:disabled {
  color: #766861;
  opacity: .78;
}

.guide-signup-paused button:disabled {
  background: #cbb8b2;
  color: #66524f;
  opacity: 1;
}

.guide-signup-paused .consent-option {
  opacity: .55;
}

.guide-pause-note {
  color: #fff;
  font-size: 13px !important;
  opacity: .88 !important;
}

.guide-pause-note strong {
  color: #f1d9c6;
  font-weight: 600;
}

.homepage-book-stage {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 32px;
}

.homepage-book-stage::before {
  border: 1px solid rgba(85, 33, 31, .12);
  border-radius: 50%;
  content: "";
  height: 245px;
  position: absolute;
  width: 245px;
}

.homepage-book {
  box-shadow: -11px 12px 0 #55211f, 0 24px 45px rgba(62, 43, 39, .2);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  height: 275px;
  padding: 25px;
  position: relative;
  text-align: left;
  transform: rotate(-3deg);
  transition: transform .3s ease, box-shadow .3s ease;
  width: 205px;
  z-index: 2;
}

.resource-card:hover .homepage-book {
  box-shadow: -14px 15px 0 #55211f, 0 30px 55px rgba(62, 43, 39, .23);
  transform: rotate(-1deg) translateY(-5px);
}

.homepage-book small {
  font-size: 8px;
  letter-spacing: .14em;
}

.homepage-book strong {
  font: 400 31px/1 "Fraunces", serif;
  letter-spacing: -.025em;
  margin-top: auto;
}

.homepage-book span {
  font: 13px/1.25 "Fraunces", serif;
  letter-spacing: 0;
  margin-top: 18px;
}

.book-worry { background: #c9c2da; }
.book-esteem { background: #e5bd9e; }
.book-boundaries { background: #c7d0bf; }

.gentle-reminder p + p {
  margin-top: 14px;
}

.takeaway blockquote p {
  color: #654e58;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(17px, 1.8vw, 22px);
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 760px;
}

.takeaway blockquote p + p {
  margin-top: 12px;
}

.takeaway blockquote p:last-child {
  color: var(--ink);
  font-family: "Fraunces", serif;
  font-size: clamp(38px, 5vw, 68px);
  letter-spacing: -.04em;
  line-height: 1.15;
  margin-top: 48px;
  max-width: 1050px;
}

.takeaway blockquote p.takeaway-highlight {
  color: var(--ink);
  font-family: "Fraunces", serif;
  font-size: clamp(38px, 5vw, 68px);
  font-style: italic;
  letter-spacing: -.04em;
  line-height: 1.15;
  margin-top: 48px;
  max-width: 1050px;
}

.takeaway blockquote p.takeaway-support {
  color: #654e58;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(17px, 1.8vw, 22px);
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 24px;
  max-width: 760px;
}

.related-grid.related-three {
  grid-template-columns: repeat(3, 1fr);
}

.related-grid.related-three > a > span {
  font-size: 28px;
}

.related-icon {
  display: block;
  height: 58px;
  margin-bottom: 24px;
  object-fit: contain;
  width: 58px;
}

.journey-bottom-nav {
  border-bottom: 1px solid var(--line);
  padding-block: 42px;
}

.journey-bottom-nav a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  transition: opacity .2s ease, transform .2s ease;
}

.journey-bottom-nav a:hover {
  opacity: .65;
  transform: translateX(-4px);
}

.related-grid.related-three strong {
  font-size: 13px;
}

.related-grid.related-three a:nth-child(3) {
  background: #e7eee5;
}

@media (max-width: 850px) {
  .related-grid.related-three {
    grid-template-columns: 1fr;
  }
}

.journey-hero-with-cover {
  align-items: center;
  grid-template-columns: minmax(300px, .8fr) minmax(430px, 1.2fr);
  min-height: 730px;
  padding-block: 70px;
}

.journey-cover {
  background: #eee7ef;
  box-shadow: 0 28px 70px rgba(64, 48, 60, .14);
  justify-self: center;
  max-width: 440px;
  padding: 12px;
  position: relative;
  transform: rotate(-1.5deg);
}

.journey-cover::before {
  border: 1px solid rgba(85, 33, 31, .14);
  content: "";
  inset: -12px 12px 12px -12px;
  position: absolute;
  z-index: -1;
}

.journey-cover img {
  display: block;
  height: auto;
  width: 100%;
}

.journey-hero-message h1 {
  font: 400 clamp(78px, 10vw, 145px)/.82 "Fraunces", serif;
  letter-spacing: -.06em;
  margin: 0;
}

.journey-hero-message blockquote {
  color: #8d7898;
  font: 400 clamp(31px, 3.8vw, 54px)/1.14 "Fraunces", serif;
  letter-spacing: -.035em;
  margin: 52px 0 38px;
  max-width: 720px;
}

.hero-scroll-link {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 30px;
  padding-bottom: 4px;
}

@media (max-width: 850px) {
  .journey-hero-with-cover {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 55px 80px;
  }

  .journey-cover {
    max-width: 390px;
    width: 88%;
  }

  .journey-hero-message h1 {
    font-size: 76px;
  }

  .journey-hero-message blockquote {
    margin-top: 36px;
  }
}
