/* Book club page additions. The shared layout lives in karaoke-kviz.css. */
.kk-page.book-club-page {
  --accent: #f15b78;
  --accent-dark: #d84565;
  --ink: #2f3037;
  --blue: #e5f7fb;
  --yellow: #fff3c9;
}

.book-club-page,
.book-club-page *,
.book-club-page p,
.book-club-page li,
.book-club-page a,
.book-club-page span,
.book-club-page small,
.book-club-page label,
.book-club-page input,
.book-club-page textarea,
.book-club-page select {
  font-family: 'WeblySleekUI Semilight', Arial, sans-serif !important;
  letter-spacing: 0;
}

.book-club-page h1,
.book-club-page h2,
.book-club-page h3,
.book-club-page h4,
.book-club-page h5,
.book-club-page h6,
.book-club-page .btn,
.book-club-page button,
.book-club-page input[type="submit"],
.book-club-page input[type="button"],
.book-club-page .schedule-head h2,
.book-club-page .story-copy h2,
.book-club-page .host-copy h2,
.book-club-page .comfort-section h2,
.book-club-page .reviews-section h2,
.book-club-page .faq-section h2,
.book-club-page .signup-section h2,
.book-club-page .other-section h2 {
  font-family: 'Eurofurence Bold', sans-serif !important;
  letter-spacing: 0;
}

.book-club-page .section-blue::after,
.book-club-page .section-yellow::after,
.book-club-page .signup-section::after {
  content: none;
  display: none;
}

.book-club-page .hero {
  min-height: 540px;
  padding: 42px 0 30px;
}

.book-club-page .hero-stage {
  position: relative;
  display: block;
  min-height: 560px;
}

.book-club-page .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  column-gap: 0;
  align-items: start;
}

.book-club-page .hero h1 {
  grid-column: 1 / -1;
  max-width: 1080px;
  margin: 0 auto 56px;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.04;
  text-align: center;
}

.book-club-page .hero-lead {
  grid-column: 1;
  max-width: 610px;
}

.book-club-page .hero-note {
  grid-column: 1;
  max-width: 610px;
}

.book-club-page .hero-event-link {
  grid-column: 1;
  width: 100%;
}

.book-club-page .hero-inline-signup {
  position: relative;
  z-index: 3;
  grid-column: 2;
  grid-row: 5;
  max-width: none;
  width: 100%;
  grid-template-columns: minmax(180px, 0.9fr) minmax(260px, 1.1fr);
  margin-top: 0;
  padding-left: 20px;
  gap: 12px;
}

.book-club-page .hero-inline-signup input {
  min-width: 0;
  min-height: 58px;
  padding: 12px 22px;
  font-size: 26px;
}

.book-club-page .hero-inline-signup .btn {
  width: 100%;
  min-width: 0;
  min-height: 58px;
  padding: 12px 22px;
  font-size: 19px;
  line-height: 1.15;
}

.book-club-page .hero-visual img,
.book-club-page .section-illustration img,
.book-club-page .story-visual img,
.book-club-page .host-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.book-club-page .hero-visual {
  position: absolute;
  top: 112px;
  right: 24px;
  bottom: auto;
  z-index: 1;
  width: min(590px, 44%);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0;
  background: transparent;
  pointer-events: none;
}

.book-club-page .hero-visual img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 1592 / 988;
  margin-left: auto;
  object-position: center;
  filter: drop-shadow(0 18px 34px rgba(49, 117, 147, 0.08));
}

.book-club-page .hero-event-note {
  display: block;
  margin-top: 6px;
  color: #65708c;
  font-weight: 700;
}

.book-club-page .hero-actions .btn-secondary {
  color: #fff;
  background: #317593;
  box-shadow: 0 10px 20px rgba(49, 117, 147, 0.2);
}

.book-club-page .hero-actions {
  position: relative;
  z-index: 3;
  grid-column: 2;
  grid-row: 5;
  align-self: start;
  width: 100%;
  margin-top: 92px;
  padding-left: 20px;
}

.book-club-page .hero-actions .btn {
  width: 100%;
  min-height: 52px;
  padding: 10px 22px;
  font-size: 17px;
}

.book-club-page .hero-actions .btn-secondary:hover,
.book-club-page .hero-actions .btn-secondary:focus-visible {
  background: #245f79;
}

@media (min-width: 768px) {
  .book-club-page .hero-benefits {
    grid-column: 1;
    grid-row: 6;
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
    gap: 8px;
    margin-top: 10px;
  }

  .book-club-page .hero-benefits li {
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 13px;
  }
}

.book-club-page .book-club-flow__image img {
  height: auto;
  object-fit: contain;
  object-position: center 42%;
  border-radius: 28px;
  filter: saturate(0.9) brightness(1.03);
}

.book-club-page #how {
  background: linear-gradient(to top, #feffdc, #fff);
}

.book-club-page #how .book-club-flow__image {
  width: min(100%, 1060px);
  max-width: 1060px;
  overflow: hidden;
  border-radius: 28px;
  background: transparent;
  box-shadow: none;
}

.book-club-page .host-visual img {
  object-position: center;
}

.book-club-page .soft-cards.five {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.book-club-page .soft-cards.five .soft-card h3 {
  font-size: 20px;
  line-height: 1.2;
}

.book-club-page .host-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.book-club-page .host-list li {
  position: relative;
  padding-left: 22px;
}

.book-club-page .host-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.book-club-page .book-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.book-club-page .book-tags li {
  padding: 10px 16px;
  border: 1px solid rgba(49, 117, 147, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #315f79;
  font-weight: 700;
}

.book-club-page .seo-text {
  max-width: 920px;
  color: #65708c;
  font-size: 18px;
  line-height: 1.75;
}

.book-club-page .seo-text p {
  margin: 0 0 16px;
}

.book-club-page .book-club-micro {
  margin-top: 12px;
  font-weight: 700;
}

.book-club-page .kk-event-book-details {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(49, 117, 147, 0.16);
  color: #65708c;
  font-size: 15px;
  line-height: 1.45;
}

.book-club-page .kk-event-book-details p {
  margin: 0;
}

.book-club-page .kk-event-book-details strong {
  color: var(--ink);
}

.book-club-page .kk-event-book-note {
  color: #315f79;
}

.book-club-page .kk-event-book-more {
  color: #315f79;
}

.book-club-page .kk-event-book-more summary {
  display: inline-block;
  cursor: pointer;
  color: #317593;
  font-weight: 700;
}

.book-club-page .kk-event-book-more summary::-webkit-details-marker {
  display: none;
}

.book-club-page .kk-event-book-more p {
  margin-top: 8px;
}

.book-club-page .book-review-card {
  max-width: 900px;
  margin: 32px auto 0;
}

.book-club-page .reviews-actions {
  justify-content: center;
}

@media (max-width: 767px) {
  .book-club-page .hero {
    min-height: 0;
    padding: 34px 0;
  }

  .book-club-page .hero-stage {
    min-height: 0;
  }

  .book-club-page .hero-content {
    display: block;
    max-width: 100%;
  }

  .book-club-page .hero-inline-signup {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-top: 18px;
    padding-left: 0;
  }

  .book-club-page .hero-actions {
    margin-top: 12px;
    padding-left: 0;
  }

  .book-club-page .hero h1 {
    font-size: clamp(40px, 13vw, 58px);
    margin: 0 0 24px;
    text-align: left;
  }

  .book-club-page .hero-visual {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    align-self: center;
    aspect-ratio: 4 / 3;
    margin: 18px 0 0;
    pointer-events: auto;
  }

  .book-club-page .hero-visual img {
    width: 100%;
    max-width: 100%;
  }

  .book-club-page .hero-inline-signup .btn {
    min-width: 0;
  }

  .book-club-page .soft-cards.five {
    grid-template-columns: 1fr;
  }

  .book-club-page .book-tags {
    justify-content: flex-start;
  }
}
