/* -------- Books hub (v2.4.19) -- /books/ landing page -------- */
.wcp-books-hero {
	background: linear-gradient(135deg, var(--wcp-primary-dark, #3D3B37) 0%, var(--wcp-charcoal) 100%);
	color: var(--wcp-cream);
	padding: 96px 24px 80px;
	text-align: center;
}
.wcp-books-hero__inner {
	max-width: 760px;
	margin: 0 auto;
}
.wcp-books-hero .wcp-section-subtitle {
	color: var(--wcp-gold);
	margin-bottom: 14px;
}
.wcp-books-hero h1 {
	font-family: 'Bodoni Moda', Georgia, serif;
	font-size: 52px;
	line-height: 1.08;
	margin: 0 0 18px;
	color: var(--wcp-cream);
	font-weight: 700;
}
.wcp-books-hero .wcp-lead {
	color: rgba(249, 247, 244, 0.88);
	font-family: 'Crimson Text', Georgia, serif;
	font-size: 19px;
	line-height: 1.7;
	margin: 0 auto 32px;
	max-width: 620px;
}
.wcp-books-hero__cta-row {
	display: inline-flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}

.wcp-shelf-intro {
	max-width: 100%;
	margin: 0 0 64px;
	text-align: left;
	color: var(--wcp-charcoal);
}

/* Featured book card (Coming Up) — full width of section container */
.wcp-book-feature {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 48px;
	align-items: center;
	background: #fff;
	border: 1px solid rgba(43, 39, 37, 0.08);
	border-radius: 4px;
	padding: 40px;
	max-width: 100%;
	width: 100%;
	margin: 0;
	box-shadow: 0 6px 24px rgba(43, 39, 37, 0.06);
	text-align: left;
}
.wcp-book-feature__cover {
	aspect-ratio: 2 / 3;
	background: linear-gradient(135deg, var(--wcp-charcoal-brown-dark, #3D3B37) 0%, var(--wcp-charcoal) 100%);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 32px rgba(43, 39, 37, 0.25);
}
.wcp-book-feature__cover-mark {
	font-family: 'Bodoni Moda', Georgia, serif;
	font-size: 56px;
	color: var(--wcp-gold);
	letter-spacing: 2px;
	font-weight: 700;
}
.wcp-book-feature__body h3 {
	font-family: 'Bodoni Moda', Georgia, serif;
	font-size: 36px;
	line-height: 1.15;
	margin: 6px 0 14px;
	color: var(--wcp-charcoal);
	font-weight: 700;
}
.wcp-book-feature__meta {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--wcp-orange);
	font-weight: 600;
}
.wcp-book-feature__body p {
	color: var(--wcp-charcoal);
	font-family: 'Crimson Text', Georgia, serif;
	font-size: 18px;
	line-height: 1.7;
	margin: 0 0 18px;
}
.wcp-book-feature__bullets {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	border-top: 1px solid rgba(43, 39, 37, 0.1);
}
.wcp-book-feature__bullets li {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: var(--wcp-charcoal);
	padding: 12px 0;
	border-bottom: 1px solid rgba(43, 39, 37, 0.08);
}
.wcp-book-feature__cta-row {
	display: inline-flex;
	gap: 12px;
	flex-wrap: wrap;
}

/* Empty state (Published) — text-only, no card */
.wcp-books-empty {
	text-align: center;
	background: transparent;
	border: 0;
	padding: 64px 24px 72px;
	max-width: 720px;
	margin: 0 auto;
}
/* Ghost CTA on light/cream backgrounds — readable against cream page and white cards */
.wcp-books-empty .wcp-cta.is-ghost,
.wcp-book-feature .wcp-cta.is-ghost {
	color: var(--wcp-charcoal) !important;
	border-color: var(--wcp-charcoal);
	background: transparent;
}
.wcp-books-empty .wcp-cta.is-ghost:hover,
.wcp-book-feature .wcp-cta.is-ghost:hover {
	color: #fff !important;
	background: var(--wcp-charcoal);
	border-color: var(--wcp-charcoal);
}
.wcp-books-empty__mark {
	font-size: 48px;
	margin-bottom: 16px;
	line-height: 1;
}
.wcp-books-empty h3 {
	font-family: 'Bodoni Moda', Georgia, serif;
	font-size: 28px;
	margin: 0 0 12px;
	color: var(--wcp-charcoal);
	font-weight: 700;
}
.wcp-books-empty p {
	font-family: 'Crimson Text', Georgia, serif;
	font-size: 17px;
	line-height: 1.7;
	color: var(--wcp-charcoal);
	margin: 0 auto 24px;
	max-width: 520px;
}
.wcp-books-empty__cta-row {
	display: inline-flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}

/* Shelf grid (On the Shelf — recommended reading by vertical) */
.wcp-books-shelf {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width:100%;
	width:100%;
	margin: 0 auto;
}
.wcp-books-shelf__column {
	background: #fff;
	border: 1px solid rgba(43, 39, 37, 0.08);
	border-radius: 4px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	text-align: left;
}
.wcp-books-shelf__label {
	font-family: 'Bodoni Moda', Georgia, serif;
	font-size: 22px;
	letter-spacing: 0.25px;
	color: var(--wcp-charcoal);
	font-weight: 700;
	margin-bottom: 12px;
	text-align: left;
}
.wcp-books-shelf__note {
	font-family: 'Crimson Text', Georgia, serif;
	font-size: 17px;
	line-height: 1.6;
	color: var(--wcp-charcoal);
	margin: 0 0 18px;
	flex: 1;
	text-align: left;
}
.wcp-books-shelf__link {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: var(--wcp-orange);
	text-decoration: none;
	border-bottom: 1px solid var(--wcp-orange);
	padding-bottom: 4px;
	align-self: flex-start;
}
.wcp-books-shelf__link:hover {
	color: var(--wcp-charcoal);
	border-bottom-color: var(--wcp-charcoal);
}

.wcp-books-suggest__cta-row {
	display: inline-flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 8px;
}
