.book-excerpt {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 104px) clamp(22px, 7vw, 110px);
}

.book-excerpt::before {
  content: "“";
  position: absolute;
  top: -0.18em;
  right: 0.02em;
  font-family: var(--serif);
  font-size: clamp(190px, 31vw, 500px);
  line-height: 1;
  opacity: 0.1;
  pointer-events: none;
}

.book-excerpt-label {
  position: relative;
  z-index: 1;
  margin: 0 0 clamp(24px, 4vw, 52px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.book-excerpt blockquote {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 4.1vw, 66px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.book-excerpt blockquote p {
  margin: 0;
}

.book-excerpt blockquote p + p {
  margin-top: 0.3em;
}

.book-excerpt-name {
  grid-column: 1 / -1;
  margin-top: clamp(28px, 5vw, 72px);
  background: var(--ink);
  color: #fff;
}

.book-excerpt-name::after {
  content: "01";
  position: absolute;
  right: 24px;
  bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--red, #ff4d38);
}

.book-excerpt-place {
  background: var(--blue);
  color: #fff;
}

.book-excerpt-place blockquote {
  max-width: 1040px;
  font-size: clamp(25px, 3.2vw, 48px);
  line-height: 1.16;
}

.book-excerpt-place::after {
  content: "03";
  position: absolute;
  right: 24px;
  bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--acid, #dfff42);
}

.story-pullquote {
  align-self: end;
  max-width: 31rem;
  margin: clamp(20px, 4vw, 52px) 0 0 auto;
  padding: 22px 24px 24px;
  border-left: 3px solid var(--acid, #dfff42);
  background: color-mix(in srgb, var(--blue) 88%, white);
  color: #fff;
}

.story-pullquote > p {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.story-pullquote blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 29px);
  font-style: italic;
  line-height: 1.24;
}

@media (max-width: 780px) {
  .story-pullquote {
    max-width: none;
    margin: 28px 18px 0;
    padding: 19px 18px 21px;
  }

  .story-pullquote blockquote {
    font-size: 21px;
  }

  .book-excerpt {
    padding: 58px 18px 66px;
  }

  .book-excerpt::before {
    top: -0.06em;
    right: -0.04em;
    font-size: 220px;
  }

  .book-excerpt-label {
    max-width: 78%;
    margin-bottom: 28px;
    font-size: 11px;
    line-height: 1.45;
  }

  .book-excerpt blockquote,
  .book-excerpt-place blockquote {
    font-size: clamp(25px, 7.4vw, 34px);
    letter-spacing: -0.025em;
    line-height: 1.16;
  }

  .book-excerpt-place blockquote p + p {
    margin-top: 0.48em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .book-excerpt {
    scroll-behavior: auto;
  }
}
