:root {
  --paper: #faf6ee; --paper-dark: #f0ead8;
  --ink: #1e1b16; --ink-mid: #4a4438; --ink-light: #8a7f6e;
  --red: #c0392b; --red-pale: #fdecea;
  --gold: #c8922a; --gold-pale: #fdf3e0;
  --teal: #2a7f6f; --teal-pale: #e0f3ef;
  --border: #ddd5c0; --white: #ffffff;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Libre Baskerville', Georgia, serif; background: var(--paper); color: var(--ink); font-size: 17px; line-height: 1.8; }
.masthead { background: var(--ink); padding: 0; border-bottom: 4px solid var(--gold); }
.masthead-inner { max-width: 1100px; margin: 0 auto; padding: 28px 5%; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.site-eyebrow { font-family: 'Karla', sans-serif; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 4px; }
.site-title { font-family: 'Libre Baskerville', serif; font-size: clamp(2rem, 5vw, 3.8rem); font-weight: 700; color: var(--white); line-height: 1; letter-spacing: -1px; }
.site-title a { color: inherit; text-decoration: none; }
.site-title span { color: var(--gold); }
.site-tagline { font-family: 'Karla', sans-serif; font-size: 0.88rem; color: #8a8070; margin-top: 6px; font-style: italic; }
.masthead-nav { display: flex; gap: 0; align-items: flex-end; }
.masthead-nav a { font-family: 'Karla', sans-serif; font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; color: #8a8070; text-decoration: none; padding: 8px 14px; border-bottom: 2px solid transparent; transition: color 0.2s, border-color 0.2s; }
.masthead-nav a:hover { color: var(--gold); border-bottom-color: var(--gold); }
.hero-strip { background: var(--gold); padding: 10px 5%; text-align: center; }
.hero-strip p { font-family: 'Karla', sans-serif; font-size: 0.85rem; color: var(--ink); font-style: italic; }
.hero-strip strong { font-style: normal; font-weight: 600; }
.two-col { display: grid; grid-template-columns: 1fr 340px; gap: 48px; padding: 48px 5%; max-width: 1100px; margin: 0 auto; align-items: start; }
.featured-post { background: var(--white); border: 1.5px solid var(--border); border-radius: 4px; overflow: hidden; margin-bottom: 36px; }
.featured-post-art { background: var(--ink); height: 280px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.featured-post-art .fp-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 25%; opacity: 0.88; }
.review-hero-banner { width: 100%; height: 400px; overflow: hidden; background: var(--ink); }
.review-hero-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; display: block; opacity: 0.92; }
.fp-art-text { font-family: 'Libre Baskerville', serif; font-size: 6rem; color: rgba(255,255,255,0.06); font-weight: 700; user-select: none; position: absolute; right: -10px; bottom: -20px; }
.fp-rating-badge { position: absolute; top: 16px; left: 16px; background: var(--gold); color: var(--ink); font-family: 'Karla', sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: 2px; }
.fp-label { position: absolute; bottom: 16px; right: 16px; font-family: 'Karla', sans-serif; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.featured-post-body { padding: 28px 32px 32px; }
.featured-post-body h2 { font-size: 1.7rem; font-weight: 700; line-height: 1.25; margin-bottom: 14px; color: var(--ink); }
.featured-post-body h2:hover { color: var(--gold); }
.featured-post-body .lede { font-family: 'Karla', sans-serif; font-size: 1rem; color: var(--ink-mid); line-height: 1.7; margin-bottom: 20px; }
.read-btn { display: inline-block; font-family: 'Karla', sans-serif; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); text-decoration: none; border-bottom: 2px solid var(--gold); padding-bottom: 2px; transition: color 0.2s; }
.read-btn:hover { color: var(--gold); }
.post-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 4px; padding: 22px 24px; margin-bottom: 22px; transition: border-color 0.2s; }
.post-card:hover { border-color: var(--gold); }
.post-card h3 { font-size: 1.1rem; font-weight: 700; line-height: 1.3; margin-bottom: 8px; }
.post-card h3:hover { color: var(--gold); }
.post-card .excerpt { font-family: 'Karla', sans-serif; font-size: 0.9rem; color: var(--ink-mid); margin-bottom: 12px; line-height: 1.65; }
.sidebar-widget { background: var(--white); border: 1.5px solid var(--border); border-radius: 4px; padding: 22px; margin-bottom: 24px; }
.widget-title { font-family: 'Karla', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-light); border-bottom: 1.5px solid var(--border); padding-bottom: 10px; margin-bottom: 16px; }
.about-widget-text { font-family: 'Karla', sans-serif; font-size: 0.9rem; color: var(--ink-mid); line-height: 1.7; }
.about-widget-text p { margin-bottom: 10px; }
.about-avatar { width: 64px; height: 64px; border-radius: 50%; background: var(--ink); display: flex; align-items: center; justify-content: center; font-size: 2rem; margin-bottom: 14px; }
.sidebar-list { list-style: none; }
.sidebar-list li { border-bottom: 1px solid var(--paper-dark); padding: 10px 0; font-family: 'Karla', sans-serif; font-size: 0.88rem; }
.sidebar-list li:last-child { border-bottom: none; }
.sidebar-list a { color: var(--ink-mid); text-decoration: none; display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.sidebar-list a:hover { color: var(--gold); }
.age-badge { font-size: 0.68rem; background: var(--paper-dark); padding: 2px 7px; border-radius: 10px; color: var(--ink-light); white-space: nowrap; flex-shrink: 0; }
.rating-scale { display: flex; flex-direction: column; gap: 8px; }
.rating-row { display: flex; align-items: center; gap: 10px; font-family: 'Karla', sans-serif; font-size: 0.82rem; color: var(--ink-mid); }
.rating-row .bar { flex: 1; height: 6px; background: var(--paper-dark); border-radius: 3px; overflow: hidden; }
.rating-row .bar-fill { height: 100%; background: var(--gold); border-radius: 3px; }
.rating-row .score { font-size: 0.78rem; color: var(--ink-light); min-width: 28px; text-align: right; }
.newsletter-widget input { width: 100%; padding: 10px 12px; border: 1.5px solid var(--border); border-radius: 3px; font-family: 'Karla', sans-serif; font-size: 0.88rem; background: var(--paper); margin-bottom: 10px; }
.newsletter-widget button { width: 100%; background: var(--ink); color: var(--white); border: none; padding: 10px; border-radius: 3px; font-family: 'Karla', sans-serif; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; }
.post-full { max-width: 760px; margin: 0 auto; padding: 48px 5%; }
.post-full-header { margin-bottom: 36px; border-bottom: 1.5px solid var(--border); padding-bottom: 28px; }
.post-full-header h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 700; line-height: 1.2; margin-bottom: 16px; }
.post-meta { font-family: 'Karla', sans-serif; font-size: 0.78rem; color: var(--ink-light); letter-spacing: 0.04em; margin-bottom: 10px; display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.post-meta .tag { background: var(--teal-pale); color: var(--teal); padding: 2px 9px; border-radius: 2px; font-weight: 600; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; }
.post-meta .tag.red { background: var(--red-pale); color: var(--red); }
.post-meta .tag.gold { background: var(--gold-pale); color: var(--gold); }
.stars { color: var(--gold); font-size: 1.1rem; letter-spacing: 2px; }
.stars .empty { color: var(--border); }
.book-details-box { display: flex; gap: 20px; align-items: flex-start; background: var(--paper-dark); border-left: 4px solid var(--gold); padding: 16px 20px; margin: 24px 0; font-family: 'Karla', sans-serif; font-size: 0.88rem; color: var(--ink-mid); border-radius: 0 4px 4px 0; }
.book-cover-img { flex: 0 0 110px; }
.book-cover-img img { width: 100%; display: block; border-radius: 2px; box-shadow: 0 3px 10px rgba(0,0,0,0.25); }
.book-details-rows { flex: 1; }
.book-details-rows div { margin-bottom: 5px; }
.book-details-box strong { color: var(--ink); display: inline-block; min-width: 110px; }
.post-body { font-size: 1.03rem; line-height: 1.9; }
.post-body p { margin-bottom: 1.4rem; }
.post-body h2 { font-size: 1.25rem; margin: 2.2rem 0 0.8rem; font-weight: 700; }
.post-body blockquote { border-left: 3px solid var(--gold); padding: 4px 0 4px 20px; margin: 1.6rem 0; font-style: italic; color: var(--ink-mid); }
.post-body .pullquote { font-size: 1.2rem; font-style: italic; color: var(--gold); border-top: 2px solid var(--gold); border-bottom: 2px solid var(--gold); padding: 16px 0; margin: 2rem 0; line-height: 1.5; }
.verdict-box { background: var(--ink); color: var(--white); border-radius: 4px; padding: 24px 28px; margin: 2.5rem 0; }
.verdict-box .verdict-label { font-family: 'Karla', sans-serif; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.verdict-box .verdict-title { font-size: 1.15rem; font-weight: 700; margin-bottom: 10px; color: var(--white); }
.verdict-box p { font-family: 'Karla', sans-serif; font-size: 0.9rem; color: #a09880; line-height: 1.65; margin-bottom: 16px; }
.verdict-stars { font-size: 1.3rem; color: var(--gold); letter-spacing: 3px; margin-bottom: 14px; }
.verdict-criteria { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.vc-item { font-family: 'Karla', sans-serif; font-size: 0.82rem; }
.vc-item > .vc-label { color: #7a7060; margin-bottom: 3px; }
.vc-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 3px; }
.vc-header .vc-label { color: #7a7060; }
.vc-rating { font-size: 0.7rem; color: var(--gold); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }
.vc-item .vc-bar { height: 5px; background: #3a3528; border-radius: 3px; overflow: hidden; }
.vc-item .vc-fill { height: 100%; background: var(--gold); border-radius: 3px; }
.vc-bottom-line { border-top: 1px solid #3a3528; margin-top: 16px; padding-top: 14px; margin-bottom: 0; }
.back-link { display: inline-flex; align-items: center; gap: 6px; font-family: 'Karla', sans-serif; font-size: 0.82rem; color: var(--ink-light); text-decoration: none; margin-bottom: 28px; letter-spacing: 0.04em; }
.back-link:hover { color: var(--gold); }
.ad-unit { background: var(--paper-dark); border: 1.5px dashed var(--border); border-radius: 4px; text-align: center; padding: 18px; color: var(--ink-light); font-family: 'Karla', sans-serif; font-size: 0.75rem; margin: 24px 0; }
.ad-unit em { display: block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 4px; color: #bbb; font-style: normal; }
.section-rule { border: none; border-top: 1px solid var(--border); margin: 0; }
footer { background: var(--ink); color: #6a6050; padding: 48px 5% 28px; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.footer-brand-name { font-family: 'Libre Baskerville', serif; font-size: 1.4rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.footer-brand-name span { color: var(--gold); }
.footer-brand p { font-family: 'Karla', sans-serif; font-size: 0.85rem; line-height: 1.7; color: #5a5040; margin-top: 10px; }
footer h5 { font-family: 'Karla', sans-serif; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.14em; color: #5a5040; margin-bottom: 14px; }
footer ul { list-style: none; }
footer ul li { margin-bottom: 8px; }
footer ul a { font-family: 'Karla', sans-serif; font-size: 0.85rem; color: #4a4030; text-decoration: none; transition: color 0.2s; }
footer ul a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid #2a2820; padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-family: 'Karla', sans-serif; font-size: 0.78rem; color: #3a3528; }
.footer-bottom a { color: #3a3528; text-decoration: none; }
.footer-bottom a:hover { color: var(--gold); }
.footer-socials { display: flex; gap: 18px; margin-top: 18px; }
.footer-social { color: #6a6050; display: inline-flex; align-items: center; justify-content: center; transition: color 0.2s; line-height: 0; text-decoration: none; }
.footer-social:hover { color: var(--gold); }
.footer-social[data-placeholder="true"] { opacity: 0.35; cursor: default; }
.footer-social[data-placeholder="true"]:hover { color: #6a6050; }
.footer-social svg { width: 20px; height: 20px; display: block; fill: currentColor; }
.sidebar-widget .footer-socials { gap: 16px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--paper-dark); justify-content: flex-start; }
.sidebar-widget .footer-social { color: var(--ink-mid); }
.sidebar-widget .footer-social:hover { color: var(--gold); }
.page-shell { max-width: 1100px; margin: 0 auto; padding: 48px 5%; }
.page-shell-header { border-bottom: 1.5px solid var(--border); padding-bottom: 24px; margin-bottom: 36px; }
.page-shell-header h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 700; line-height: 1.15; margin-bottom: 10px; }
.page-shell-header .lede { font-family: 'Karla', sans-serif; font-size: 1rem; color: var(--ink-mid); line-height: 1.65; max-width: 720px; }
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.reviews-grid .post-card { margin-bottom: 0; }
.dads-pick-badge { display: inline-flex; align-items: center; gap: 4px; background: var(--gold); color: var(--ink); font-family: 'Karla', sans-serif; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px 3px 7px; border-radius: 2px; }
.dads-pick-badge::before { content: '★'; font-size: 0.8rem; line-height: 1; }
.sidebar-list .pick-mark { color: var(--gold); margin-right: 4px; font-size: 0.85rem; }
.see-all-cta { display: block; text-align: center; margin: 16px 0 0; padding: 18px; border: 1.5px solid var(--border); border-radius: 4px; background: var(--white); font-family: 'Karla', sans-serif; font-size: 0.92rem; font-weight: 600; letter-spacing: 0.04em; color: var(--ink); text-decoration: none; transition: border-color 0.2s, color 0.2s; }
.see-all-cta:hover { border-color: var(--gold); color: var(--gold); }
.empty-state { text-align: center; padding: 56px 24px; background: var(--white); border: 1.5px dashed var(--border); border-radius: 4px; }
.empty-state h2 { font-family: 'Libre Baskerville', serif; font-size: 1.4rem; margin-bottom: 10px; }
.empty-state p { font-family: 'Karla', sans-serif; color: var(--ink-mid); line-height: 1.7; }
@media (max-width: 768px) {
  .reviews-grid { grid-template-columns: 1fr; }
}
.recs-section { max-width: 760px; margin: 48px auto 0; padding: 36px 5% 0; border-top: 1.5px solid var(--border); }
.recs-heading { font-family: 'Libre Baskerville', serif; font-size: 1.5rem; font-weight: 700; text-align: center; margin-bottom: 28px; color: var(--ink); }
.recs-block { margin-bottom: 32px; }
.recs-block:last-child { margin-bottom: 0; }
.recs-block-title { font-family: 'Karla', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-light); border-bottom: 1.5px solid var(--border); padding-bottom: 10px; margin-bottom: 18px; }
.recs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.rec-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 4px; padding: 16px 18px; display: flex; flex-direction: column; gap: 10px; text-decoration: none; color: inherit; transition: border-color 0.2s; }
.rec-card:hover { border-color: var(--gold); }
.rec-card .rec-meta { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; font-family: 'Karla', sans-serif; font-size: 0.72rem; color: var(--ink-light); }
.rec-card .rec-meta .tag { font-size: 0.66rem; padding: 2px 7px; }
.rec-card h4 { font-family: 'Libre Baskerville', serif; font-size: 1.02rem; font-weight: 700; line-height: 1.3; color: var(--ink); }
.rec-card:hover h4 { color: var(--gold); }
.rec-card .rec-author { font-family: 'Karla', sans-serif; font-size: 0.78rem; color: var(--ink-mid); margin-top: -4px; }
.rec-card .rec-stars { color: var(--gold); font-size: 0.95rem; letter-spacing: 2px; margin-top: auto; }
.rec-card .rec-stars .empty { color: var(--border); }
@media (max-width: 600px) { .recs-grid { grid-template-columns: 1fr; } }
@media (max-width: 768px) {
  .two-col { grid-template-columns: 1fr; padding: 28px 5%; gap: 28px; }
  .sidebar { display: none; }
  .verdict-criteria { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .masthead-nav a { padding: 8px 8px; font-size: 0.75rem; }
}
.filter-bar { padding: 0 0 24px; border-bottom: 1.5px solid var(--border); margin-bottom: 28px; display: flex; flex-direction: column; gap: 12px; }
.filter-group { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.filter-label { font-family: 'Karla', sans-serif; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-light); min-width: 66px; flex-shrink: 0; }
.filter-pills { display: flex; gap: 6px; flex-wrap: wrap; }
.filter-pill { font-family: 'Karla', sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em; padding: 4px 12px; border: 1.5px solid var(--border); border-radius: 20px; background: var(--white); color: var(--ink-mid); cursor: pointer; transition: border-color 0.15s, color 0.15s, background 0.15s; }
.filter-pill:hover { border-color: var(--gold); color: var(--gold); }
.filter-pill.active { background: var(--ink); border-color: var(--ink); color: var(--white); }
.filter-sort { font-family: 'Karla', sans-serif; font-size: 0.75rem; color: var(--ink-mid); border: 1.5px solid var(--border); border-radius: 3px; background: var(--white); padding: 4px 10px; cursor: pointer; }
.filter-dads-pick-label { font-family: 'Karla', sans-serif; font-size: 0.75rem; color: var(--ink-mid); display: flex; align-items: center; gap: 5px; cursor: pointer; user-select: none; }
.filter-meta { font-family: 'Karla', sans-serif; font-size: 0.8rem; color: var(--ink-light); margin-bottom: 4px; }
.masthead-search-icon { display: inline-flex; align-items: center; padding: 8px 10px; color: #8a8070; text-decoration: none; border-bottom: 2px solid transparent; transition: color 0.2s, border-color 0.2s; line-height: 0; }
.masthead-search-icon:hover { color: var(--gold); border-bottom-color: var(--gold); }
.masthead-search-icon svg { width: 18px; height: 18px; display: block; }
.bf-filter-bar { gap: 14px; }
.bf-search-wrap { position: relative; }
.bf-search-input { width: 100%; padding: 11px 16px 11px 46px; font-family: 'Karla', sans-serif; font-size: 1rem; border: 2px solid var(--border); border-radius: 4px; background: var(--white); color: var(--ink); transition: border-color 0.2s; }
.bf-search-input:focus { outline: none; border-color: var(--gold); }
.bf-search-lead { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--ink-light); pointer-events: none; width: 20px; height: 20px; }
.bf-toggles-row { gap: 12px; flex-wrap: wrap; }
.bf-count-row { font-family: 'Karla', sans-serif; font-size: 0.82rem; color: var(--ink-light); margin-bottom: 16px; display: flex; justify-content: space-between; align-items: center; }
.bf-clear-all { background: none; border: none; color: var(--red); font-family: 'Karla', sans-serif; font-size: 0.78rem; cursor: pointer; padding: 0; }
.bf-clear-all:hover { text-decoration: underline; }
.bf-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.bf-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 4px; overflow: hidden; transition: border-color 0.2s; }
.bf-card:hover { border-color: var(--gold); }
.bf-card-inner { display: flex; align-items: stretch; min-height: 130px; }
.bf-cover { flex: 0 0 90px; background: var(--paper-dark); overflow: hidden; display: flex; align-items: flex-start; }
.bf-cover-img { width: 90px; height: 130px; object-fit: cover; display: block; }
.bf-cover-placeholder { width: 90px; height: 130px; display: flex; align-items: center; justify-content: center; font-family: 'Libre Baskerville', serif; font-size: 2rem; font-weight: 700; color: var(--ink-light); background: var(--paper-dark); }
.bf-info { flex: 1; padding: 12px 14px; display: flex; flex-direction: column; gap: 5px; min-width: 0; overflow: hidden; }
.bf-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 6px; }
.bf-title { font-family: 'Libre Baskerville', serif; font-size: 0.95rem; font-weight: 700; line-height: 1.3; color: var(--ink); }
.bf-reviewed-badge { flex-shrink: 0; background: var(--gold); color: var(--ink); font-family: 'Karla', sans-serif; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 3px 7px; border-radius: 2px; text-decoration: none; white-space: nowrap; align-self: flex-start; }
.bf-author { font-family: 'Karla', sans-serif; font-size: 0.8rem; color: var(--ink-mid); }
.bf-rating-row { display: flex; align-items: center; gap: 6px; font-family: 'Karla', sans-serif; font-size: 0.75rem; color: var(--ink-light); line-height: 1; }
.bf-stars { color: var(--gold); font-size: 0.82rem; letter-spacing: 1px; }
.bf-stars .empty { color: var(--border); }
.bf-meta-pills { display: flex; gap: 4px; flex-wrap: wrap; }
.bf-pill { font-family: 'Karla', sans-serif; font-size: 0.65rem; font-weight: 600; padding: 2px 7px; border-radius: 10px; background: var(--paper-dark); color: var(--ink-light); white-space: nowrap; }
.bf-desc { font-family: 'Karla', sans-serif; font-size: 0.8rem; color: var(--ink-mid); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bf-tags { display: flex; gap: 4px; flex-wrap: wrap; margin-top: 2px; }
.bf-tag { font-family: 'Karla', sans-serif; font-size: 0.62rem; padding: 2px 7px; border-radius: 10px; background: var(--teal-pale); color: var(--teal); cursor: pointer; border: none; transition: background 0.15s, color 0.15s; }
.bf-tag:hover { background: var(--teal); color: var(--white); }
.bf-action { font-family: 'Karla', sans-serif; font-size: 0.75rem; color: var(--teal); text-decoration: none; font-weight: 600; margin-top: auto; }
.bf-action:hover { text-decoration: underline; }
.bf-load-more-btn { display: block; width: 100%; margin: 24px 0; padding: 14px; border: 1.5px solid var(--border); border-radius: 4px; background: var(--white); font-family: 'Karla', sans-serif; font-size: 0.88rem; font-weight: 600; color: var(--ink); cursor: pointer; transition: border-color 0.2s, color 0.2s; }
.bf-load-more-btn:hover { border-color: var(--gold); color: var(--gold); }
.bf-empty { text-align: center; padding: 56px 24px; background: var(--white); border: 1.5px dashed var(--border); border-radius: 4px; }
.bf-empty h3 { font-family: 'Libre Baskerville', serif; font-size: 1.2rem; margin-bottom: 10px; }
.bf-empty p { font-family: 'Karla', sans-serif; color: var(--ink-mid); }
.bf-loading { text-align: center; padding: 40px; font-family: 'Karla', sans-serif; color: var(--ink-light); }
.active-topics-row { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 12px; min-height: 0; }
.topic-chip { display: inline-flex; align-items: center; gap: 4px; background: var(--teal-pale); color: var(--teal); font-family: 'Karla', sans-serif; font-size: 0.72rem; padding: 3px 8px 3px 10px; border-radius: 10px; }
.topic-remove { background: none; border: none; color: var(--teal); cursor: pointer; padding: 0; font-size: 1rem; line-height: 1; }
@media (max-width: 768px) { .bf-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .bf-cover { flex: 0 0 72px; } .bf-cover-img, .bf-cover-placeholder { width: 72px; height: 108px; } }

/* ── Book Finder Chat ──────────────────────────────────────────────────────── */
.bf-chat-section { background: var(--white); border: 2px solid var(--ink); border-radius: 8px; padding: 32px 36px 28px; margin-bottom: 0; }
.bf-chat-heading { font-family: 'Libre Baskerville', serif; font-size: 1.7rem; margin: 0 0 8px; }
.bf-chat-subhead { font-family: 'Karla', sans-serif; color: var(--ink-mid); margin: 0 0 20px; font-size: 1rem; line-height: 1.6; }
.bf-chat-input-row { display: flex; gap: 10px; margin-bottom: 8px; }
.bf-chat-input { flex: 1; padding: 12px 16px; border: 2px solid var(--border); border-radius: 6px; font-family: 'Karla', sans-serif; font-size: 1rem; background: var(--paper); color: var(--ink); transition: border-color 0.2s; }
.bf-chat-input:focus { outline: none; border-color: var(--gold); }
.bf-chat-input:disabled { opacity: 0.55; cursor: not-allowed; }
.bf-chat-send-btn { padding: 12px 22px; background: var(--ink); color: var(--white); border: none; border-radius: 6px; font-family: 'Karla', sans-serif; font-size: 1rem; font-weight: 700; cursor: pointer; white-space: nowrap; transition: background 0.2s; }
.bf-chat-send-btn:hover:not(:disabled) { background: var(--gold); }
.bf-chat-send-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.bf-chat-meta-row { display: flex; align-items: center; gap: 12px; min-height: 20px; }
.bf-chat-hint { font-family: 'Karla', sans-serif; font-size: 0.78rem; color: var(--ink-light); }
.bf-turn-info { font-family: 'Karla', sans-serif; font-size: 0.78rem; color: var(--ink-light); margin-left: auto; }
.bf-turn-info.limit-reached { color: var(--red); }
.bf-chat-conversation { margin-top: 28px; }
.bf-chat-messages { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.bf-chat-bubble { max-width: 82%; padding: 12px 16px; border-radius: 12px; line-height: 1.55; font-family: 'Karla', sans-serif; font-size: 0.95rem; }
.bf-chat-bubble-user { align-self: flex-end; background: var(--ink); color: var(--white); border-bottom-right-radius: 3px; }
.bf-chat-bubble-bot { align-self: flex-start; background: var(--paper); color: var(--ink); border: 1px solid var(--border); border-bottom-left-radius: 3px; }
.bf-chat-typing { display: inline-flex; gap: 5px; align-items: center; padding: 14px 18px; }
.bf-chat-typing span { width: 7px; height: 7px; background: var(--ink-light); border-radius: 50%; animation: bfDot 1.2s infinite; }
.bf-chat-typing span:nth-child(2) { animation-delay: 0.2s; }
.bf-chat-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes bfDot { 0%,60%,100%{opacity:.25;transform:translateY(0)} 30%{opacity:1;transform:translateY(-4px)} }
.bf-chat-results-grid { margin: 4px 0 20px; }
.bf-followup-area { margin-bottom: 16px; }
.bf-followup-chip { background: none; border: 1.5px solid var(--teal); color: var(--teal); border-radius: 20px; padding: 7px 18px; font-family: 'Karla', sans-serif; font-size: 0.88rem; cursor: pointer; transition: background 0.2s, color 0.2s; }
.bf-followup-chip:hover { background: var(--teal); color: var(--white); }
.bf-chat-reset-btn { background: none; border: 1.5px solid var(--border); color: var(--ink-mid); border-radius: 6px; padding: 8px 18px; font-family: 'Karla', sans-serif; font-size: 0.88rem; cursor: pointer; margin-top: 4px; transition: border-color 0.2s, color 0.2s; }
.bf-chat-reset-btn:hover { border-color: var(--ink); color: var(--ink); }
.bf-browse-divider { text-align: center; margin: 44px 0 32px; position: relative; }
.bf-browse-divider::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: var(--border); }
.bf-browse-divider span { position: relative; background: var(--paper); padding: 0 18px; font-family: 'Karla', sans-serif; font-size: 0.88rem; color: var(--ink-light); }
@media (max-width: 600px) {
  .bf-chat-section { padding: 20px 18px 18px; }
  .bf-chat-input-row { flex-direction: column; }
  .bf-chat-send-btn { width: 100%; }
  .bf-chat-bubble { max-width: 92%; }
}
