.ye-cw-handoff-hero .cedarwick-parent-wordmark {
  width: min(390px, 74vw);
  height: auto;
  margin: 0 auto 0.6rem;
}

.ye-cw-handoff-hero .imprint-line {
  margin: 0 auto 1.5rem;
  text-align: center;
}

.ye-cw-parent-books,
.ye-home-cw-shelf {
  overflow: hidden;
}

.ye-cw-book-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.ye-cw-book {
  min-width: 0;
  border-top: 1px solid rgba(13, 34, 48, 0.18);
  padding-top: 1.25rem;
}

.ye-cw-book > a:first-child {
  display: block;
  min-width: 0;
  text-decoration: none;
}

.ye-cw-book img {
  display: block;
  width: 100%;
  max-height: 390px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 22px rgba(13, 34, 48, 0.12));
}

.ye-cw-book > div {
  padding-top: 1.15rem;
}

.ye-cw-book h3 {
  margin: 0.45rem 0 0.35rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  line-height: 1.12;
}

.ye-cw-book p {
  margin: 0.35rem 0;
}

.ye-cw-book .card-label {
  min-height: 2.2em;
  color: rgba(13, 34, 48, 0.64);
  letter-spacing: 0.06em;
}

.ye-home-cw-shelf .ye-cw-book-grid {
  margin-top: 0.5rem;
}

.ye-home-cw-shelf .center-link {
  margin-top: 2.2rem;
}

.ye-cw-parent-books + .section .cedarwick-imprint-card {
  border-radius: 0;
  box-shadow: none;
}

.ye-cw-parent-books + .section .cedarwick-imprint-card img {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto 1rem;
}

@media (max-width: 760px) {
  .ye-cw-book-grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .ye-cw-book {
    display: grid;
    grid-template-columns: minmax(125px, 0.65fr) minmax(0, 1fr);
    gap: 1.4rem;
    align-items: center;
  }

  .ye-cw-book img {
    max-height: 300px;
  }

  .ye-cw-book > div {
    padding-top: 0;
  }
}

@media (max-width: 520px) {
  .ye-cw-book {
    grid-template-columns: 1fr;
  }

  .ye-cw-book img {
    max-height: 350px;
  }
}
