/* ============================================
   LaunchReady.ai — /barnabas (parked, showcase)
   Book-cover system. Scoped to body.book-page.barnabas-page.
   Tier 3: lightweight, credibility-only.
   ============================================ */

body.book-page.barnabas-page .bp-bn-hero {
  padding-top: clamp(140px, 18vw, 220px);
  padding-bottom: clamp(48px, 7vw, 96px);
}
body.book-page.barnabas-page .bp-bn-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(3rem, 9vw, 7.5rem);
  line-height: 0.9;
  letter-spacing: -0.01em;
  color: var(--bc-navy);
  margin: 0;
}
body.book-page.barnabas-page .bp-bn-hero h1 .accent { color: var(--bc-orange); display: block; }
body.book-page.barnabas-page .bp-bn-hero-sub {
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.5;
  color: var(--bc-navy);
  opacity: 0.85;
  margin: clamp(28px, 4vw, 48px) 0 0;
  max-width: 46ch;
  padding-left: clamp(0px, 6vw, 110px);
}

body.book-page.barnabas-page .bp-bn-section {
  padding: clamp(48px, 7vw, 96px) 0;
  border-top: 1px solid var(--bc-rule);
}
body.book-page.barnabas-page .bp-bn-section h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  line-height: 1;
  letter-spacing: -0.005em;
  color: var(--bc-navy);
  margin: 0 0 clamp(24px, 3vw, 36px);
  max-width: 22ch;
}
body.book-page.barnabas-page .bp-bn-section p {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.7;
  color: var(--bc-navy);
  opacity: 0.9;
  margin: 0 0 20px;
  max-width: 62ch;
}
body.book-page.barnabas-page .bp-bn-section p a {
  color: var(--bc-navy);
  border-bottom: 1px solid var(--bc-navy);
  text-decoration: none;
}
body.book-page.barnabas-page .bp-bn-section p a:hover {
  color: var(--bc-orange);
  border-color: var(--bc-orange);
}

/* Architecture diagram */
body.book-page.barnabas-page .bp-bn-arch {
  padding: 0 clamp(20px, 4vw, 48px);
  margin: clamp(32px, 5vw, 56px) auto 0;
  max-width: 1000px;
}
body.book-page.barnabas-page .bp-bn-arch img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--bc-rule);
}
body.book-page.barnabas-page .bp-bn-arch figcaption {
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-size: clamp(0.92rem, 1.3vw, 1.02rem);
  line-height: 1.5;
  color: var(--bc-navy);
  opacity: 0.7;
  margin-top: 14px;
  text-align: center;
}

/* Products hairline list */
body.book-page.barnabas-page .bp-bn-products {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--bc-rule);
}
body.book-page.barnabas-page .bp-bn-products li {
  border-bottom: 1px solid var(--bc-rule);
}
body.book-page.barnabas-page .bp-bn-products a,
body.book-page.barnabas-page .bp-bn-products .internal-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: clamp(22px, 3vw, 32px) 0;
  color: var(--bc-navy);
  text-decoration: none;
  border: 0;
}
@media (min-width: 720px) {
  body.book-page.barnabas-page .bp-bn-products a,
  body.book-page.barnabas-page .bp-bn-products .internal-row {
    grid-template-columns: 260px 1fr 160px;
    gap: clamp(20px, 3vw, 40px);
    align-items: baseline;
  }
}
body.book-page.barnabas-page .bp-bn-products a:hover .bp-bn-prod-name { color: var(--bc-orange); }
body.book-page.barnabas-page .bp-bn-prod-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.15;
  color: var(--bc-navy);
  display: block;
}
body.book-page.barnabas-page .bp-bn-prod-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--bc-orange);
  margin-top: 4px;
  display: block;
}
body.book-page.barnabas-page .bp-bn-prod-desc {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(0.98rem, 1.4vw, 1.05rem);
  line-height: 1.6;
  color: var(--bc-navy);
  opacity: 0.88;
  margin: 0;
}
body.book-page.barnabas-page .bp-bn-prod-url {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: 0.85rem;
  color: var(--bc-navy);
  opacity: 0.6;
  text-align: left;
}
@media (min-width: 720px) {
  body.book-page.barnabas-page .bp-bn-prod-url { text-align: right; }
}

/* Origin (editorial note) */
body.book-page.barnabas-page .bp-bn-origin {
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.55;
  color: var(--bc-navy);
  opacity: 0.85;
  border-left: 2px solid var(--bc-orange);
  padding: 8px 0 8px 22px;
  margin: clamp(32px, 4vw, 48px) 0 0;
  max-width: 62ch;
}

/* FAQ */
body.book-page.barnabas-page .bp-bn-faq {
  border-top: 1px solid var(--bc-rule);
  margin-top: clamp(24px, 3vw, 40px);
}
body.book-page.barnabas-page .bp-bn-faq-item {
  padding: clamp(20px, 3vw, 28px) 0;
  border-bottom: 1px solid var(--bc-rule);
}
body.book-page.barnabas-page .bp-bn-faq-item h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  color: var(--bc-navy);
  margin: 0 0 10px;
}
body.book-page.barnabas-page .bp-bn-faq-item p {
  margin: 0;
  max-width: 62ch;
}

/* Final CTA */
body.book-page.barnabas-page .bp-bn-cta {
  background: var(--bc-cream-2);
  padding: clamp(72px, 10vw, 140px) 0;
}
body.book-page.barnabas-page .bp-bn-cta h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--bc-navy);
  margin: 0;
  max-width: 22ch;
}
body.book-page.barnabas-page .bp-bn-cta h2 .accent { color: var(--bc-orange); }
body.book-page.barnabas-page .bp-bn-cta p {
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.5;
  color: var(--bc-navy);
  opacity: 0.85;
  margin: clamp(24px, 3vw, 32px) 0 clamp(32px, 4vw, 44px);
  max-width: 50ch;
}
body.book-page.barnabas-page .bp-bn-cta-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
}

@media (max-width: 480px) {
  body.book-page.barnabas-page .bp-bn-hero-sub,
  body.book-page.barnabas-page .bp-bn-cta p,
  body.book-page.barnabas-page .bp-bn-cta-actions {
    padding-left: 0;
  }
  body.book-page.barnabas-page .bp-bn-cta-actions .bc-btn {
    width: 100%;
    justify-content: center;
  }
}
