.bookflu-hero,
.bookflu-band,
.bookflu-newsletter,
.bookflu-section-head,
.bookflu-grid,
.bookflu-category-list,
.bookflu-author-list,
.bookflu-page-prose,
.bookflu-review-single {
	box-sizing: border-box;
}

.bookflu-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
	gap: clamp(28px, 6vw, 72px);
	align-items: center;
	min-height: 620px;
	padding: clamp(56px, 8vw, 108px) clamp(20px, 5vw, 72px);
	background:
		linear-gradient(120deg, rgba(251, 247, 239, .96), rgba(251, 247, 239, .82)),
		linear-gradient(45deg, #355c4a, #6f263d);
	border-bottom: 1px solid rgba(31, 37, 38, .12);
}

.bookflu-hero h1,
.bookflu-section-head h2,
.bookflu-band h2,
.bookflu-newsletter h2,
.bookflu-page-prose h1,
.bookflu-review-single h1,
.bookflu-review-single h2 {
	font-family: Georgia, "Times New Roman", serif;
	color: #172237;
	letter-spacing: 0;
	line-height: 1.03;
}

.bookflu-hero h1 {
	max-width: 780px;
	margin: 0 0 20px;
	font-size: clamp(48px, 8vw, 96px);
}

.bookflu-hero p {
	max-width: 680px;
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.6;
	color: #3d4242;
}

.bookflu-kicker,
.bookflu-meta {
	margin: 0 0 10px;
	color: #8b6d35;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.bookflu-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.bookflu-btn,
.bookflu-btn:visited,
.bookflu-btn.button,
.woocommerce a.button.bookflu-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 20px;
	border: 1px solid #172237;
	border-radius: 6px;
	background: #172237;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.bookflu-btn:hover {
	transform: translateY(-1px);
	background: #6f263d;
	border-color: #6f263d;
	color: #fff;
}

.bookflu-btn--ghost,
.bookflu-btn--ghost:visited {
	background: transparent;
	color: #172237;
	border-color: rgba(23, 34, 55, .35);
}

.bookflu-btn--ghost:hover {
	background: #355c4a;
	border-color: #355c4a;
	color: #fff;
}

.bookflu-btn--small {
	min-height: 38px;
	padding: 9px 14px;
	font-size: 13px;
}

.bookflu-hero__shelf {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(42px, 1fr));
	align-items: end;
	gap: 12px;
	min-height: 420px;
	padding: 24px;
}

.bookflu-hero__shelf::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 16px;
	background: #2c211b;
	border-radius: 5px;
	box-shadow: 0 26px 50px rgba(23, 34, 55, .18);
}

.bookflu-hero__shelf span {
	display: block;
	min-height: 300px;
	border-radius: 5px 5px 2px 2px;
	background: #172237;
	box-shadow: 0 18px 35px rgba(23, 34, 55, .18);
}

.bookflu-hero__shelf span:nth-child(2) {
	min-height: 360px;
	background: #6f263d;
}

.bookflu-hero__shelf span:nth-child(3) {
	min-height: 250px;
	background: #b8904f;
}

.bookflu-hero__shelf span:nth-child(4) {
	min-height: 390px;
	background: #355c4a;
}

.bookflu-hero__shelf span:nth-child(5) {
	min-height: 315px;
	background: #23312d;
}

.bookflu-section-head {
	max-width: 1180px;
	margin: 0 auto;
	padding: clamp(48px, 7vw, 80px) 20px 22px;
}

.bookflu-section-head h2 {
	margin: 0;
	font-size: clamp(32px, 4vw, 54px);
}

.bookflu-section-head p:last-child {
	max-width: 680px;
	margin: 12px 0 0;
	color: #59605f;
	font-size: 17px;
	line-height: 1.7;
}

.bookflu-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px clamp(48px, 7vw, 80px);
}

.bookflu-product-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bookflu-card {
	overflow: hidden;
	border: 1px solid rgba(31, 37, 38, .12);
	border-radius: 8px;
	background: #fffdf8;
	box-shadow: 0 12px 28px rgba(23, 34, 55, .06);
}

.bookflu-card a {
	color: inherit;
	text-decoration: none;
}

.bookflu-card__body {
	padding: 18px;
}

.bookflu-card h3 {
	margin: 0 0 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	line-height: 1.18;
	color: #172237;
}

.bookflu-card p {
	color: #59605f;
	line-height: 1.6;
}

.bookflu-cover,
.bookflu-product-card__image,
.bookflu-blog-card__image {
	display: block;
	background: #eee4d4;
}

.bookflu-cover img,
.bookflu-product-card__image img,
.bookflu-blog-card__image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 3;
	object-fit: cover;
}

.bookflu-blog-card__image img {
	aspect-ratio: 16 / 10;
}

.bookflu-cover-fallback {
	display: grid;
	place-items: center;
	min-height: 360px;
	padding: 18px;
	background: linear-gradient(135deg, #172237, #6f263d);
	color: #fbf7ef;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	text-align: center;
}

.bookflu-rating,
.bookflu-price {
	margin: 8px 0;
	color: #6f263d;
	font-weight: 800;
}

.bookflu-link {
	display: inline-flex;
	margin-top: 8px;
	color: #6f263d;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-color: rgba(111, 38, 61, .35);
	text-underline-offset: 4px;
}

.bookflu-category-list,
.bookflu-author-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px clamp(48px, 7vw, 80px);
}

.bookflu-category-list a,
.bookflu-author {
	display: flex;
	min-height: 86px;
	align-items: center;
	justify-content: center;
	padding: 16px;
	border: 1px solid rgba(184, 144, 79, .34);
	border-radius: 8px;
	background: #fffdf8;
	color: #172237;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.bookflu-author {
	display: grid;
	gap: 6px;
}

.bookflu-author small {
	color: #6f263d;
	font-size: 12px;
}

.bookflu-band,
.bookflu-newsletter,
.bookflu-page-prose {
	max-width: 1180px;
	margin: 0 auto clamp(48px, 7vw, 80px);
	padding: clamp(28px, 5vw, 48px);
	border-radius: 8px;
	background: #f4ead9;
}

.bookflu-band {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 36px;
}

.bookflu-band h2,
.bookflu-newsletter h2 {
	margin: 0;
	font-size: clamp(30px, 4vw, 48px);
}

.bookflu-band p,
.bookflu-newsletter p,
.bookflu-page-prose p,
.bookflu-page-prose li {
	color: #3d4242;
	font-size: 17px;
	line-height: 1.75;
}

.bookflu-newsletter {
	display: grid;
	grid-template-columns: 1fr minmax(260px, 420px);
	gap: 28px;
	background: #172237;
}

.bookflu-newsletter h2,
.bookflu-newsletter p {
	color: #fbf7ef;
}

.bookflu-newsletter .bookflu-kicker {
	color: #d8b46a;
}

.bookflu-newsletter form {
	display: grid;
	gap: 12px;
	align-self: center;
}

.bookflu-newsletter input {
	width: 100%;
	min-height: 48px;
	box-sizing: border-box;
	border: 1px solid rgba(251, 247, 239, .35);
	border-radius: 6px;
	background: #fff;
	padding: 0 14px;
	font: inherit;
}

.bookflu-form-note {
	margin: 0;
	color: #f0c987 !important;
}

.bookflu-page-prose {
	background: #fffdf8;
}

.bookflu-page-prose h1 {
	margin-top: 0;
	font-size: clamp(38px, 6vw, 68px);
}

.bookflu-single-review-wrap {
	background: #fbf7ef;
}

.bookflu-review-single {
	max-width: 1180px;
	margin: 0 auto;
	padding: clamp(32px, 6vw, 72px) 20px;
}

.bookflu-review-hero {
	display: grid;
	grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
	gap: clamp(28px, 5vw, 56px);
	align-items: start;
}

.bookflu-cover--large img {
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(23, 34, 55, .18);
}

.bookflu-review-hero h1 {
	margin: 0 0 18px;
	font-size: clamp(42px, 7vw, 78px);
}

.bookflu-review-facts,
.bookflu-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0;
}

.bookflu-review-facts span,
.bookflu-product-meta span {
	display: grid;
	gap: 2px;
	min-width: 118px;
	padding: 10px 12px;
	border: 1px solid rgba(31, 37, 38, .12);
	border-radius: 8px;
	background: #fffdf8;
	color: #172237;
}

.bookflu-review-facts strong,
.bookflu-product-meta strong {
	color: #8b6d35;
	font-size: 11px;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.bookflu-review-summary {
	max-width: 760px;
	color: #3d4242;
	font-size: 20px;
	line-height: 1.7;
}

.bookflu-review-body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 34px;
	margin-top: clamp(34px, 6vw, 70px);
}

.bookflu-review-main,
.bookflu-note {
	border: 1px solid rgba(31, 37, 38, .12);
	border-radius: 8px;
	background: #fffdf8;
	padding: clamp(22px, 4vw, 34px);
}

.bookflu-review-main p,
.bookflu-note p,
.bookflu-note li {
	color: #3d4242;
	font-size: 17px;
	line-height: 1.8;
}

.bookflu-note {
	margin-bottom: 16px;
	padding: 20px;
}

.bookflu-note h3 {
	margin: 0 0 10px;
	font-family: Georgia, "Times New Roman", serif;
	color: #172237;
}

.bookflu-note ul {
	margin: 0;
	padding-left: 20px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	padding: 12px;
	border: 1px solid rgba(31, 37, 38, .12);
	border-radius: 8px;
	background: #fffdf8;
	box-shadow: 0 10px 24px rgba(23, 34, 55, .05);
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 2 / 3;
	object-fit: cover;
	border-radius: 5px;
	background: #eee4d4;
}

.woocommerce div.product div.images img {
	border-radius: 8px;
	background: #eee4d4;
	box-shadow: 0 18px 40px rgba(23, 34, 55, .12);
}

.woocommerce div.product .product_title {
	font-family: Georgia, "Times New Roman", serif;
	color: #172237;
	font-size: clamp(36px, 5vw, 64px);
	line-height: 1.05;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #6f263d;
	font-weight: 800;
}

.woocommerce button.button.alt,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 6px;
	background: #172237;
	color: #fff;
	font-weight: 800;
}

.woocommerce button.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: #6f263d;
	color: #fff;
}

@media (max-width: 980px) {
	.bookflu-hero,
	.bookflu-band,
	.bookflu-newsletter,
	.bookflu-review-hero,
	.bookflu-review-body {
		grid-template-columns: 1fr;
	}

	.bookflu-grid,
	.bookflu-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bookflu-category-list,
	.bookflu-author-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.bookflu-hero {
		min-height: auto;
		padding-top: 44px;
	}

	.bookflu-hero__shelf {
		min-height: 260px;
		padding: 10px;
	}

	.bookflu-hero__shelf span {
		min-height: 190px;
	}

	.bookflu-grid,
	.bookflu-product-grid,
	.bookflu-category-list,
	.bookflu-author-list {
		grid-template-columns: 1fr;
	}

	.bookflu-card__body {
		padding: 16px;
	}
}
