


.bk-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}


.bk-page-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b8922a;
  margin-bottom: 0.5rem;
}
.bk-page-title {
  font-family: 'Windlass', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3rem);
  color: #f5ead6;
  line-height: 1.1;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(184, 146, 42, 0.25);
}


.bk-entry {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.5rem;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(184, 146, 42, 0.15);
}
.bk-entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}


.bk-cover-wrap {
  flex-shrink: 0;
}
.bk-cover {
  display: block;
  width: clamp(120px, 18vw, 180px);
  height: auto;
  border: 2px solid rgba(184, 146, 42, 0.4);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}


.bk-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.bk-label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b8922a;
  margin-bottom: 0.4rem;
}
.bk-title {
  font-family: 'Windlass', Georgia, serif;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  color: #f5ead6;
  line-height: 1.15;
  margin-bottom: 0.3rem;
}
.bk-author {
  font-size: 0.88rem;
  color: #8a7a5a;
  font-style: italic;
  margin-bottom: 1.25rem;
}
.bk-copy {
  font-size: clamp(0.88rem, 2vw, 0.97rem);
  line-height: 1.8;
  color: #d8cdb8;
  margin-bottom: 1.5rem;
}
.bk-copy p {
  margin-bottom: 0.75rem;
}
.bk-copy p:last-child {
  margin-bottom: 0;
}


.bk-cta {
  font-size: clamp(0.85rem, 2vw, 0.95rem);
  padding: 0.6rem 1.4rem;
  align-self: flex-start;
}


.bk-gift-badge {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b8922a;
  border: 1px solid rgba(184, 146, 42, 0.4);
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.75rem;
  align-self: flex-start;
}


.ss-book-hidden {
  display: none;
}


@media (max-width: 520px) {
  .bk-entry {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .bk-cover {
    width: clamp(100px, 35vw, 140px);
  }
}
