/* ============================================
   LaunchReady.ai — Homepage v2
   Credibility-first publisher (FranklinCovey x Dunford x Lencioni)
   Book-cover aesthetic: cream + navy + one orange accent.
   Editorial type-led. No cards. No shadows. No gradients.
   Scoped to body.book-page.
   ============================================ */

/* ---- Tokens (homepage-only) ---- */
.book-page {
  --bc-cream:   #F2EEE5;
  --bc-cream-2: #ECE7DA;
  --bc-navy:    #0B1A2E;
  --bc-orange:  #F26A21;
  --bc-rule:    rgba(11, 26, 46, 0.18);
  --bc-rule-strong: rgba(11, 26, 46, 0.45);
  --bc-mute:    rgba(11, 26, 46, 0.62);

  background: var(--bc-cream);
  color: var(--bc-navy);
  font-family: 'Readex Pro', system-ui, sans-serif;
}

.book-page.noise-bg::before,
.book-page.noise-bg::after { display: none !important; content: none !important; }

/* ---- Nav override on the cream homepage ---- */
.book-page .nav {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none;
}
.book-page .nav.nav--scrolled {
  background: var(--bc-cream);
  border-bottom: 1px solid var(--bc-rule);
  box-shadow: none;
}
.book-page .nav-tagline,
.book-page .nav-links a { color: var(--bc-navy); opacity: 0.78; }
.book-page .nav-links a:hover { opacity: 1; color: var(--bc-navy); }
.book-page .nav-links a.nav-active { color: var(--bc-orange); opacity: 1; }
.book-page .nav-links a.nav-btn {
  background: var(--bc-navy);
  color: var(--bc-cream);
  border-radius: 2px;
}
.book-page .nav-links a.nav-btn:hover {
  background: var(--bc-orange);
  color: var(--bc-cream);
}
.book-page .nav-hamburger span { background: var(--bc-navy); }
.book-page .nav-mobile {
  background: var(--bc-cream);
  border-top: 1px solid var(--bc-rule);
}
.book-page .nav-mobile a { color: var(--bc-navy); }
.book-page .nav-mobile a.mob-cta {
  background: var(--bc-navy);
  color: var(--bc-cream);
  border-radius: 2px;
}
.book-page .nav-logo img { display: none; }
.book-page .nav-logo::before {
  content: 'LAUNCHREADY';
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: var(--bc-navy);
}

/* ---- Section base ---- */
.book-page main { background: var(--bc-cream); }
.bc-section {
  position: relative;
  padding: clamp(72px, 11vw, 160px) 0;
}
.bc-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 64px);
  position: relative;
}

/* ---- Common eyebrow + buttons ---- */
.bc-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.78rem;
  color: var(--bc-navy);
  opacity: 0.65;
  margin-bottom: 24px;
}
.bc-eyebrow .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--bc-orange);
  margin-right: 12px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.bc-btn {
  display: inline-flex;
  align-items: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.92rem;
  padding: 18px 28px;
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid var(--bc-navy);
  transition: background 0.2s, color 0.2s;
  min-height: 44px;
}
.bc-btn--solid {
  background: var(--bc-navy);
  color: var(--bc-cream);
}
.bc-btn--solid:hover {
  background: var(--bc-orange);
  border-color: var(--bc-orange);
  color: var(--bc-cream);
}
.bc-btn--ghost {
  background: transparent;
  color: var(--bc-navy);
}
.bc-btn--ghost:hover {
  background: var(--bc-navy);
  color: var(--bc-cream);
}
.bc-btn--text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.85rem;
  color: var(--bc-navy);
  text-decoration: none;
  border-bottom: 1px solid var(--bc-navy);
  padding-bottom: 4px;
  transition: color 0.2s, border-color 0.2s;
}
.bc-btn--text:hover {
  color: var(--bc-orange);
  border-color: var(--bc-orange);
}

/* ============================================
   BLOCK 1 — HERO
   ============================================ */
.bc-hero {
  min-height: 88svh;
  display: flex;
  align-items: flex-end;
  padding-top: clamp(120px, 18vw, 220px);
  padding-bottom: clamp(60px, 8vw, 120px);
  overflow: hidden;
}
.bc-hero-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.78rem;
  color: var(--bc-navy);
  opacity: 0.65;
  margin-bottom: clamp(28px, 4vw, 48px);
}
.bc-hero-h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(4rem, 13vw, 12rem);
  line-height: 0.86;
  letter-spacing: -0.01em;
  color: var(--bc-navy);
  margin: 0;
}
.bc-hero-h1 .accent {
  color: var(--bc-orange);
  display: block;
}
.bc-hero-sub {
  font-family: 'Crimson Pro', 'Crimson Text', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  line-height: 1.45;
  color: var(--bc-navy);
  opacity: 0.82;
  margin: clamp(36px, 5vw, 56px) 0 0;
  max-width: 36ch;
  padding-left: clamp(0px, 6vw, 110px);
}
.bc-hero-actions {
  margin-top: clamp(40px, 5vw, 64px);
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  padding-left: clamp(0px, 6vw, 110px);
}
.bc-hero-microcopy {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--bc-navy);
  opacity: 0.65;
  margin: 14px 0 0;
  padding-left: clamp(0px, 6vw, 110px);
  letter-spacing: 0.01em;
}

/* ============================================
   BLOCK 2 — TRUST STRIP
   ============================================ */
.bc-trust {
  padding: clamp(40px, 5vw, 64px) 0;
  border-top: 1px solid var(--bc-rule);
  border-bottom: 1px solid var(--bc-rule);
}
.bc-trust-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2.5vw, 32px);
}
.bc-trust-label {
  font-family: 'Crimson Pro', 'Crimson Text', Georgia, serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--bc-navy);
  opacity: 0.7;
}
.bc-trust-marks {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 3vw, 48px);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.88rem;
  color: var(--bc-navy);
  opacity: 0.78;
}
.bc-trust-marks span { white-space: nowrap; }
.bc-trust-stat {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed var(--bc-rule);
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.85rem;
  color: var(--bc-navy);
  opacity: 0.78;
}
.bc-trust-stat strong {
  font-weight: 900;
  font-size: 1.1rem;
  color: var(--bc-orange);
  letter-spacing: 0.04em;
}
@media (min-width: 900px) {
  .bc-trust-inner {
    grid-template-columns: auto 1fr;
    align-items: center;
  }
  .bc-trust-stat {
    grid-column: 1 / -1;
    margin-top: 0;
  }
}

/* ============================================
   BLOCK 3 — OUR APPROACH (7 LEVELS LADDER)
   ============================================ */
.bc-approach {
  padding-top: clamp(100px, 14vw, 180px);
}
.bc-approach-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: clamp(48px, 7vw, 88px);
}
@media (min-width: 900px) {
  .bc-approach-head {
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: end;
  }
}
.bc-approach h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 0.92;
  letter-spacing: -0.01em;
  color: var(--bc-navy);
  margin: 0;
}
.bc-approach h2 .accent { color: var(--bc-orange); }
.bc-approach-sub {
  font-family: 'Crimson Pro', 'Crimson Text', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 1.55;
  color: var(--bc-navy);
  opacity: 0.78;
  margin: 0;
  max-width: 42ch;
}

/* The typographic ladder */
.bc-ladder {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--bc-rule);
}
.bc-rung {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: clamp(16px, 3vw, 40px);
  align-items: center;
  padding: clamp(16px, 2.5vw, 24px) 0;
  border-bottom: 1px solid var(--bc-rule);
  transition: padding-left 0.3s ease;
}
.bc-rung:hover {
  padding-left: 8px;
}
.bc-rung-coin {
  width: clamp(48px, 6vw, 60px);
  height: clamp(48px, 6vw, 60px);
  object-fit: contain;
  transition: transform 0.2s ease;
}
.bc-rung:hover .bc-rung-coin {
  transform: scale(1.08);
}
.home .bc-rung-coin {
  filter: sepia(1) saturate(0.6) brightness(0.95);
}
.home .bc-rung:hover .bc-rung-coin {
  filter: sepia(1) saturate(0.6) brightness(0.95) drop-shadow(0 2px 8px rgba(11, 26, 46, 0.18));
}
.bc-rung-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--bc-orange);
  line-height: 1;
}
.bc-rung-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  color: var(--bc-navy);
  line-height: 1.1;
}
.bc-rung-name .role {
  display: block;
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  color: var(--bc-navy);
  opacity: 0.7;
  margin-top: 4px;
}
.bc-rung-tier {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: var(--bc-navy);
  opacity: 0.55;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .bc-rung {
    grid-template-columns: 44px 1fr;
  }
  .bc-rung-tier { display: none; }
}
.bc-approach-cta {
  margin-top: clamp(40px, 6vw, 64px);
}

/* ============================================
   BLOCK 4 — WHAT WE PUBLISH
   Asymmetric: book takes 2x, assessment + insights stack right
   ============================================ */
.bc-publish {
  padding-top: clamp(100px, 14vw, 180px);
  background: var(--bc-cream-2);
}
.bc-publish-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: clamp(48px, 7vw, 88px);
}
@media (min-width: 900px) {
  .bc-publish-head {
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: end;
  }
}
.bc-publish h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 0.92;
  letter-spacing: -0.01em;
  color: var(--bc-navy);
  margin: 0;
}
.bc-publish h2 .accent { color: var(--bc-orange); }
.bc-publish-sub {
  font-family: 'Crimson Pro', 'Crimson Text', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 1.55;
  color: var(--bc-navy);
  opacity: 0.78;
  margin: 0;
  max-width: 42ch;
}

.bc-publish-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 64px);
}
@media (min-width: 900px) {
  .bc-publish-grid {
    grid-template-columns: 1.4fr 1fr;
    gap: clamp(40px, 5vw, 72px);
  }
}

.bc-pub-book {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 32px);
}
.bc-pub-book-cover {
  display: block;
  width: 100%;
  max-width: 440px;
  transform: rotate(-2deg);
  filter: drop-shadow(0 24px 48px rgba(11, 26, 46, 0.18));
}
.bc-pub-book-meta {
  display: block;
  text-decoration: none;
  color: var(--bc-navy);
  border-top: 1px solid var(--bc-rule);
  padding-top: clamp(16px, 2vw, 24px);
}
.bc-pub-book-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  line-height: 1.05;
  letter-spacing: -0.005em;
  margin: 0 0 10px;
}
.bc-pub-book-title .accent { color: var(--bc-orange); }
.bc-pub-book-formats {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.84rem;
  color: var(--bc-navy);
  opacity: 0.72;
  margin: 0 0 16px;
}
.bc-pub-book-formats .sep { margin: 0 8px; opacity: 0.4; }

.bc-pub-side {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 40px);
}
.bc-pub-card {
  display: block;
  text-decoration: none;
  color: var(--bc-navy);
  padding: clamp(20px, 3vw, 28px) 0;
  border-top: 1px solid var(--bc-rule);
  transition: padding-left 0.25s ease;
}
.bc-pub-card:last-child { border-bottom: 1px solid var(--bc-rule); }
.bc-pub-card:hover { padding-left: 8px; }
.bc-pub-card-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: var(--bc-orange);
  margin: 0 0 12px;
}
.bc-pub-card-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  line-height: 1.1;
  margin: 0 0 12px;
  color: var(--bc-navy);
}
.bc-pub-card-desc {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(0.98rem, 1.4vw, 1.1rem);
  line-height: 1.6;
  color: var(--bc-navy);
  margin: 0;
}

/* ============================================
   BLOCK 5 — PROOF (CASE STUDY: AI LAW TRACKER)
   Editorial typographic block, no screenshot
   ============================================ */
.bc-proof {
  padding-top: clamp(110px, 15vw, 200px);
}
.bc-proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 64px);
}
@media (min-width: 900px) {
  .bc-proof-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: clamp(48px, 6vw, 88px);
    align-items: start;
  }
}
.bc-proof-asset {
  display: block;
  position: relative;
  text-decoration: none;
  border: 1px solid var(--bc-rule);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.bc-proof-asset:hover {
  transform: translateY(-4px);
  border-color: var(--bc-orange);
}
.bc-proof-asset-img {
  display: block;
  width: 100%;
  height: auto;
}
.bc-proof-asset-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--bc-navy);
  color: var(--bc-cream);
  padding: clamp(20px, 3vw, 32px) clamp(20px, 3vw, 32px);
}
.bc-proof-asset-stat {
  font-family: 'Barlow Condensed', sans-serif;
  text-align: left;
}
.bc-proof-asset-stat + .bc-proof-asset-stat {
  border-left: 1px solid rgba(242, 238, 229, 0.15);
  padding-left: clamp(12px, 2vw, 20px);
}
.bc-proof-asset-stat .num {
  display: block;
  font-weight: 900;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  color: var(--bc-orange);
  line-height: 1;
  margin-bottom: 6px;
}
.bc-proof-asset-stat .label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  color: var(--bc-cream);
  opacity: 0.7;
  display: block;
}
@media (max-width: 600px) {
  .bc-proof-asset-stats { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .bc-proof-asset-stat + .bc-proof-asset-stat { border-left: none; padding-left: 0; }
  .bc-proof-asset-stat:nth-child(3),
  .bc-proof-asset-stat:nth-child(4) { padding-top: 16px; border-top: 1px solid rgba(242, 238, 229, 0.15); }
}

.bc-proof-text h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--bc-navy);
  margin: 0 0 28px;
}
.bc-proof-text h2 .accent { color: var(--bc-orange); }
.bc-proof-text p {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.65;
  color: var(--bc-navy);
  opacity: 0.85;
  margin: 0 0 18px;
  max-width: 56ch;
}
.bc-proof-text .pull {
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  line-height: 1.45;
  color: var(--bc-navy);
  border-left: 2px solid var(--bc-orange);
  padding-left: 22px;
  margin: 28px 0 32px;
  max-width: 32ch;
}

/* ============================================
   BLOCK 6 — THE ENGAGEMENT (no price)
   ============================================ */
.bc-engagement {
  padding-top: clamp(110px, 15vw, 200px);
  background: var(--bc-cream-2);
}
.bc-engagement-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: clamp(48px, 7vw, 88px);
}
@media (min-width: 900px) {
  .bc-engagement-head {
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: end;
  }
}
.bc-engagement h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 0.92;
  letter-spacing: -0.01em;
  color: var(--bc-navy);
  margin: 0;
}
.bc-engagement h2 .accent { color: var(--bc-orange); }
.bc-engagement-sub {
  font-family: 'Crimson Pro', 'Crimson Text', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  line-height: 1.55;
  color: var(--bc-navy);
  opacity: 0.82;
  margin: 0;
  max-width: 42ch;
}
.bc-included {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.bc-included-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: clamp(20px, 3vw, 40px);
  padding: clamp(28px, 4vw, 44px) 0;
  border-top: 1px solid var(--bc-rule);
  align-items: baseline;
}
.bc-included-item:last-child { border-bottom: 1px solid var(--bc-rule); }
.bc-included-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--bc-orange);
  line-height: 1;
}
.bc-included-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  color: var(--bc-navy);
  line-height: 1.15;
  margin: 0 0 10px;
}
.bc-included-desc {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  line-height: 1.6;
  color: var(--bc-navy);
  opacity: 0.78;
  margin: 0;
  max-width: 56ch;
}
.bc-engagement-cta {
  margin-top: clamp(40px, 6vw, 80px);
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ============================================
   BLOCK 7 — ABOUT HARRISON (founder block)
   ============================================ */
.bc-founder {
  padding-top: clamp(110px, 15vw, 200px);
}
.bc-founder-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 64px);
}
@media (min-width: 900px) {
  .bc-founder-grid {
    grid-template-columns: 1fr 1.3fr;
    gap: clamp(48px, 6vw, 88px);
    align-items: start;
  }
}
.bc-founder-photo {
  width: 100%;
  max-width: 440px;
  display: block;
}
.bc-founder-text h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--bc-navy);
  margin: 0 0 24px;
}
.bc-founder-text h2 .accent { color: var(--bc-orange); }
.bc-founder-text p {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.65;
  color: var(--bc-navy);
  opacity: 0.85;
  margin: 0 0 28px;
  max-width: 56ch;
}
.bc-creds {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0 0 36px;
}
.bc-cred-line {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--bc-rule);
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  color: var(--bc-navy);
  align-items: baseline;
}
.bc-cred-line:last-child { border-bottom: 1px solid var(--bc-rule); }
.bc-cred-line::before {
  content: '';
  display: block;
  width: 14px;
  height: 1px;
  background: var(--bc-orange);
  align-self: center;
}
.bc-founder-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ============================================
   BLOCK 8 — FINAL CTA
   ============================================ */
.bc-cta {
  padding: clamp(120px, 16vw, 200px) 0;
  background: var(--bc-cream-2);
}
.bc-cta-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(4.5rem, 14vw, 12rem);
  line-height: 0.86;
  letter-spacing: -0.02em;
  color: var(--bc-navy);
  margin: 0;
}
.bc-cta-h .accent { color: var(--bc-orange); display: block; }
.bc-cta-sub {
  font-family: 'Crimson Pro', 'Crimson Text', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.2rem, 1.9vw, 1.55rem);
  line-height: 1.5;
  color: var(--bc-navy);
  opacity: 0.85;
  margin: 36px 0 48px;
  max-width: 36ch;
  padding-left: clamp(0px, 6vw, 110px);
}
.bc-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  padding-left: clamp(0px, 6vw, 110px);
}
.bc-cta-microcopy {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--bc-navy);
  opacity: 0.65;
  margin: 18px 0 0;
  padding-left: clamp(0px, 6vw, 110px);
  letter-spacing: 0.01em;
}

/* ============================================
   BLOCK 5b — ENDORSEMENTS (dual pull quotes)
   ============================================ */
.bc-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bc-endorse {
  padding-top: clamp(80px, 12vw, 140px);
  padding-bottom: clamp(80px, 12vw, 140px);
  background: var(--bc-cream-2);
}
.bc-endorse-eyebrow {
  margin-bottom: clamp(40px, 6vw, 64px);
}
.bc-endorse-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(48px, 6vw, 80px);
  align-items: start;
}
@media (min-width: 900px) {
  .bc-endorse-grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(56px, 7vw, 96px);
  }
}
.bc-endorse-card {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid var(--bc-rule);
  padding-top: clamp(24px, 3vw, 36px);
}
.bc-endorse-photo {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 20%;
  margin-bottom: 4px;
  filter: grayscale(0.2);
}
.bc-endorse-quote {
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.35;
  color: var(--bc-navy);
  margin: 0;
  letter-spacing: -0.005em;
}
.bc-endorse-quote::before {
  content: "\201C";
  color: var(--bc-orange);
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  margin-right: 4px;
}
.bc-endorse-quote::after {
  content: "\201D";
  color: var(--bc-orange);
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  margin-left: 2px;
}
.bc-endorse-cite {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.bc-endorse-name {
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--bc-navy);
}
.bc-endorse-role {
  font-weight: 600;
  font-size: 0.78rem;
  color: var(--bc-navy);
  opacity: 0.7;
  letter-spacing: 0.12em;
}
.bc-endorse-role em {
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.9;
}

/* ============================================
   BC-CONVERSATION
   In conversation on the AI Ready Podcast
   Video social proof strip with click-to-load facade.
   Navy spotlight zone — matches manifesto book voice pattern.
   ============================================ */
.bc-conversation {
  padding-top: clamp(80px, 12vw, 140px);
  padding-bottom: clamp(80px, 12vw, 140px);
  background: var(--bc-navy);
  color: var(--bc-cream);
}
.bc-conversation .bc-conversation-eyebrow {
  margin-bottom: clamp(40px, 6vw, 64px);
  color: var(--bc-orange);
  opacity: 1;
}
.bc-conversation-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(48px, 6vw, 80px);
  align-items: start;
}
@media (min-width: 900px) {
  .bc-conversation-grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(48px, 6vw, 72px);
  }
}
.bc-conversation-card {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.bc-conversation-video {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  background: var(--bc-navy);
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  border: 0;
  padding: 0;
}
.bc-conversation-video:focus-visible {
  outline: 3px solid var(--bc-orange);
  outline-offset: 3px;
}
.bc-conversation-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.3s ease;
}
.bc-conversation-video:hover .bc-conversation-thumb {
  transform: scale(1.02);
  filter: brightness(0.9);
}
.bc-conversation-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border: 0;
  background: var(--bc-orange);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  box-shadow: 0 8px 24px rgba(14, 26, 43, 0.35);
  pointer-events: none;
}
.bc-conversation-video:hover .bc-conversation-play {
  transform: translate(-50%, -50%) scale(1.08);
}
.bc-conversation-play svg {
  width: 28px;
  height: 28px;
  fill: #fff;
  margin-left: 4px;
}
.bc-conversation-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bc-conversation-caption {
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.4;
  color: var(--bc-cream);
  margin: 0;
  letter-spacing: -0.005em;
}
.bc-conversation-cite {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.bc-conversation-name {
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--bc-cream);
}
.bc-conversation-role {
  font-weight: 600;
  font-size: 0.78rem;
  color: var(--bc-cream);
  opacity: 0.7;
  letter-spacing: 0.12em;
}
.bc-conversation-role em {
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.9;
}
.bc-conversation-foot {
  margin-top: clamp(40px, 5vw, 56px);
  text-align: center;
}
.bc-conversation-foot .bc-btn--text {
  color: var(--bc-cream);
  border-bottom-color: var(--bc-cream);
}
.bc-conversation-foot .bc-btn--text:hover {
  color: var(--bc-orange);
  border-bottom-color: var(--bc-orange);
}

/* ============================================
   TIER HEADERS IN 7 LEVELS LADDER
   ============================================ */
.bc-tier-group {
  display: contents;
}
.bc-tier-header {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  color: var(--bc-orange);
  padding: clamp(24px, 3vw, 32px) 0 clamp(12px, 1.5vw, 16px);
  border-bottom: 1px solid var(--bc-rule);
}
.bc-tier-header:first-child {
  padding-top: 0;
}
/* Rung as link (keep all existing styling) */
a.bc-rung {
  text-decoration: none;
  color: inherit;
}
a.bc-rung:hover .bc-rung-name { color: var(--bc-orange); }
/* When rungs are links, drop the 3rd tier column since we have headers now */
.bc-ladder.bc-ladder--grouped a.bc-rung {
  grid-template-columns: 60px 1fr auto;
}
.bc-ladder.bc-ladder--grouped a.bc-rung::after {
  content: "\2192";
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  color: var(--bc-navy);
  opacity: 0.35;
  font-size: 1.1rem;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.bc-ladder.bc-ladder--grouped a.bc-rung:hover::after {
  opacity: 1;
  color: var(--bc-orange);
  transform: translateX(4px);
}

/* ============================================
   BOOK CARD — PRE-ORDER STATE
   ============================================ */
.bc-pub-book-date {
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-size: 0.98rem;
  color: var(--bc-navy);
  opacity: 0.78;
  margin: 0 0 20px;
}
.bc-pub-book-countdown {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.82rem;
  color: var(--bc-orange);
}
.bc-pub-book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}
.bc-pub-book-actions .bc-btn {
  padding: 12px 20px;
  font-size: 0.82rem;
  min-height: 0;
}
.bc-pub-book-detail {
  display: inline-block;
}

/* ============================================
   ENGAGEMENT — FIT LINE
   ============================================ */
.bc-engagement-fit {
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: var(--bc-navy);
  opacity: 0.78;
  margin: 0 0 clamp(40px, 5vw, 56px);
  padding-bottom: clamp(20px, 3vw, 28px);
  border-bottom: 1px solid var(--bc-rule);
}

/* ============================================
   BOOK-COVER FOOTER (.bp-footer)
   Navy background as hard page boundary.
   4-column publisher pattern (FranklinCovey / Cravath).
   Used site-wide on body.book-page.
   ============================================ */
body.book-page footer,
body.book-page .bp-footer {
  background: var(--bc-navy);
  color: var(--bc-cream);
  border-top: 2px solid var(--bc-navy);
  padding: 72px 0 36px;
  font-family: 'Readex Pro', sans-serif;
  position: relative;
}
body.book-page .bp-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 56px);
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 3fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}
body.book-page .bp-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.book-page .bp-footer-wordmark {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.55rem;
  line-height: 1;
  color: var(--bc-cream);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  display: inline-block;
}
body.book-page .bp-footer-wordmark .dot {
  color: var(--bc-orange);
}
body.book-page .bp-footer-tag {
  font-family: 'Crimson Pro', 'Times New Roman', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--bc-cream);
  opacity: 0.75;
  letter-spacing: 0.01em;
  margin: 0;
}
body.book-page .bp-footer-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 4vw, 56px);
}
body.book-page .bp-footer-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body.book-page .bp-footer-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--bc-orange);
  margin-bottom: 2px;
}
body.book-page .bp-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.book-page .bp-footer-col a {
  font-family: 'Readex Pro', sans-serif;
  font-weight: 400;
  font-size: 0.92rem;
  color: var(--bc-cream);
  text-decoration: none;
  line-height: 1.4;
  opacity: 0.88;
  transition: opacity 0.18s ease, color 0.18s ease;
}
body.book-page .bp-footer-col a:hover {
  opacity: 1;
  color: var(--bc-orange);
}
body.book-page .bp-footer-base {
  max-width: 1200px;
  margin: 56px auto 0;
  padding: 24px clamp(24px, 5vw, 56px) 0;
  border-top: 1px solid rgba(242, 238, 229, 0.14);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--bc-cream);
  opacity: 0.72;
}
body.book-page .bp-footer-legal {
  display: flex;
  gap: 28px;
}
body.book-page .bp-footer-legal a {
  color: var(--bc-cream);
  text-decoration: none;
  transition: color 0.18s ease;
}
body.book-page .bp-footer-legal a:hover {
  color: var(--bc-orange);
}

/* ---- Tablet (≤1024px): drop to 2-column cols ---- */
@media (max-width: 1024px) {
  body.book-page .bp-footer-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  body.book-page .bp-footer-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

/* ---- Mobile (≤560px): single column stack ---- */
@media (max-width: 560px) {
  body.book-page footer,
  body.book-page .bp-footer {
    padding: 56px 0 28px;
  }
  body.book-page .bp-footer-cols {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  body.book-page .bp-footer-base {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

/* ---- Reduce motion ---- */
@media (prefers-reduced-motion: reduce) {
  .book-page * { transition: none !important; animation: none !important; }
  .bc-pub-book-cover { transform: none; }
}

/* ---- Tablet specific tuning (768px–1024px) ---- */
@media (min-width: 768px) and (max-width: 1023px) {
  .bc-hero-h1 { font-size: clamp(4rem, 11vw, 8rem); }
  .bc-trust-marks { font-size: 0.82rem; gap: 24px; }
  .bc-rung { padding: 24px 0; }
}

/* ---- Mobile tuning (≤480px) ---- */
@media (max-width: 480px) {
  .bc-hero { min-height: 80svh; padding-top: 110px; }
  .bc-hero-sub, .bc-hero-actions, .bc-cta-sub, .bc-cta-actions, .bc-hero-microcopy, .bc-cta-microcopy { padding-left: 0; }
  .bc-btn { padding: 16px 22px; font-size: 0.85rem; width: 100%; justify-content: center; }
  .bc-btn--text { width: auto; }
  .bc-pub-book-actions .bc-btn { width: auto; }
  .bc-proof-asset-stats { grid-template-columns: 1fr 1fr; }
  .bc-proof-asset { padding: 36px 24px; }
}

/* ============================================
   MANIFESTO FEATURE BLOCK
   Foundational-thesis treatment used on homepage
   + /book + /harrison + /7-levels + /7-levels-engagement.
   Navy bg + orange left rule = visual cousin to the
   inline VOICES quote-pages on /white-collar-factory.
   ============================================ */
.bc-manifesto-feature {
  background: var(--bc-navy);
  color: var(--bc-cream);
  padding: clamp(80px, 10vw, 140px) 0;
  border-left: 6px solid var(--bc-orange);
}
.bc-manifesto-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
@media (min-width: 900px) {
  .bc-manifesto-grid {
    grid-template-columns: 1fr 1.4fr;
    gap: clamp(56px, 7vw, 112px);
  }
}
.bc-manifesto-cover {
  width: 100%;
  max-width: 360px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.45));
}
.bc-manifesto-feature .bc-eyebrow {
  color: var(--bc-orange);
  opacity: 1;
  margin-bottom: 20px;
}
.bc-manifesto-feature h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 5.6vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--bc-cream);
  margin: 0 0 clamp(24px, 3vw, 32px);
}
.bc-manifesto-feature h2 .accent { color: var(--bc-orange); display: block; }
.bc-manifesto-sub {
  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-cream);
  opacity: 0.92;
  margin: 0 0 clamp(20px, 3vw, 28px);
  max-width: 56ch;
}
.bc-manifesto-epi {
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.45;
  color: var(--bc-orange);
  margin: 0 0 clamp(18px, 3vw, 24px);
  border-left: 3px solid var(--bc-orange);
  padding-left: 16px;
  max-width: 38ch;
}
.bc-manifesto-foot {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.65;
  color: var(--bc-cream);
  opacity: 0.78;
  margin: 0 0 clamp(28px, 4vw, 40px);
  max-width: 56ch;
}
.bc-btn--manifesto {
  background: var(--bc-orange);
  color: var(--bc-cream);
  border-color: var(--bc-orange);
}
.bc-btn--manifesto:hover {
  background: var(--bc-cream);
  color: var(--bc-navy);
  border-color: var(--bc-cream);
}
@media (max-width: 480px) {
  .bc-manifesto-feature .bc-btn--manifesto { width: 100%; justify-content: center; }
}

/* ============================================
   JOURNEY MAP (homepage 5-stage)
   How-to-use-this-site reading-order block.
   Editorial pattern: numbered rows with featured stage 03.
   ============================================ */
.bc-journey {
  background: var(--bc-cream-2);
  padding: clamp(80px, 10vw, 140px) 0;
}
.bc-journey-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: clamp(40px, 6vw, 64px);
}
@media (min-width: 900px) {
  .bc-journey-head {
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: end;
  }
}
.bc-journey h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 5.6vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--bc-navy);
  margin: 0;
}
.bc-journey h2 .accent { color: var(--bc-orange); }
.bc-journey-sub {
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.5;
  color: var(--bc-navy);
  opacity: 0.78;
  margin: 0;
  max-width: 42ch;
}
.bc-journey-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--bc-rule);
}
.bc-journey-row {
  display: grid;
  grid-template-columns: 80px 130px 1fr;
  gap: clamp(16px, 3vw, 32px);
  padding: clamp(24px, 4vw, 36px) 0;
  border-bottom: 1px solid var(--bc-rule);
  align-items: baseline;
  transition: padding-left 0.25s ease;
}
@media (max-width: 720px) {
  .bc-journey-row {
    grid-template-columns: 60px 1fr;
    gap: 12px;
  }
}
.bc-journey-row:hover { padding-left: 8px; }
.bc-journey-row.is-featured {
  border-left: 3px solid var(--bc-orange);
  padding-left: 24px;
}
.bc-journey-row.is-featured:hover { padding-left: 32px; }
.bc-journey-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  line-height: 1;
  color: var(--bc-orange);
}
.bc-journey-stage {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.85rem;
  color: var(--bc-navy);
  opacity: 0.65;
  align-self: center;
}
@media (max-width: 720px) {
  .bc-journey-stage { display: none; }
}
.bc-journey-body { display: flex; flex-direction: column; gap: 8px; }
.bc-journey-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: var(--bc-navy);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  display: inline-block;
  width: fit-content;
  transition: color 0.2s, border-color 0.2s;
}
.bc-journey-link:hover {
  color: var(--bc-orange);
  border-color: var(--bc-orange);
}
.bc-journey-desc {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.55;
  color: var(--bc-navy);
  opacity: 0.78;
  margin: 0;
  max-width: 60ch;
}
.bc-journey-foot {
  margin-top: clamp(32px, 4vw, 48px);
  font-family: 'Crimson Pro', Georgia, serif;
  font-style: italic;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.55;
  color: var(--bc-navy);
  opacity: 0.78;
  text-align: center;
}

/* ============================================
   BLOCK 7.5: FAQ (AEO buyer-phrase capture)
   ============================================ */
.bp-faq-home { padding-top: clamp(80px, 10vw, 140px); padding-bottom: clamp(60px, 8vw, 100px); }
.bp-faq-home-head { margin-bottom: clamp(40px, 6vw, 64px); }
.bp-faq-home h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--bc-navy);
  margin: 0;
}
.bp-faq-home h2 .accent { color: var(--bc-orange); }
.bp-faq-home-list {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--bc-rule);
}
.bp-faq-home-item {
  border-bottom: 1px solid var(--bc-rule);
  padding: clamp(24px, 3vw, 32px) 0;
}
.bp-faq-home-item summary {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  color: var(--bc-navy);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  line-height: 1.2;
}
.bp-faq-home-item summary::-webkit-details-marker { display: none; }
.bp-faq-home-item summary::after {
  content: '+';
  color: var(--bc-orange);
  font-weight: 900;
  font-size: 1.6em;
  line-height: 0.8;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.bp-faq-home-item[open] summary::after {
  transform: rotate(45deg);
}
.bp-faq-home-item p {
  margin: 16px 0 0 0;
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  line-height: 1.65;
  color: var(--bc-navy);
  opacity: 0.85;
  max-width: 70ch;
}
.bp-faq-home-item p a {
  color: var(--bc-orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bp-faq-home-item p a:hover { opacity: 0.8; }

/* ============================================
   /indianapolis-ai-consultant page components
   ============================================ */

/* Accessibility helper */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Readable prose block */
.bc-prose {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.7;
  color: var(--bc-navy);
  max-width: 72ch;
  margin-top: clamp(20px, 3vw, 32px);
}
.bc-prose p { margin: 0 0 1.2em 0; }
.bc-prose ul {
  margin: 1em 0 1.5em 0;
  padding-left: 1.2em;
}
.bc-prose ul li {
  margin-bottom: 0.6em;
  padding-left: 0.3em;
}

/* Trust strip (5-up) */
.bc-trust { padding-top: clamp(40px, 5vw, 60px); padding-bottom: clamp(40px, 5vw, 60px); }
.bc-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(20px, 3vw, 36px);
  border-top: 1px solid var(--bc-rule);
  border-bottom: 1px solid var(--bc-rule);
  padding: clamp(24px, 3vw, 36px) 0;
}
.bc-trust-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
.bc-trust-item strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  color: var(--bc-orange);
  line-height: 1.1;
}
.bc-trust-item span {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(0.85rem, 1vw, 0.95rem);
  line-height: 1.4;
  color: var(--bc-navy);
  opacity: 0.78;
}
@media (max-width: 900px) {
  .bc-trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .bc-trust-grid { grid-template-columns: 1fr; }
}

/* Services grid (2-up cards) */
.bc-services { padding-top: clamp(80px, 10vw, 140px); padding-bottom: clamp(60px, 8vw, 100px); }
.bc-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 3vw, 36px);
  margin-top: clamp(40px, 6vw, 64px);
}
.bc-service-card {
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid var(--bc-rule);
  border-radius: 8px;
  padding: clamp(28px, 3.5vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-service-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  line-height: 1.1;
  color: var(--bc-navy);
  margin: 0;
}
.bc-service-card p {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  line-height: 1.65;
  color: var(--bc-navy);
  opacity: 0.85;
  margin: 0;
}
.bc-service-card .bc-btn { align-self: flex-start; margin-top: auto; }
.bc-service-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  color: var(--bc-orange);
  line-height: 1.2;
}
@media (max-width: 768px) {
  .bc-services-grid { grid-template-columns: 1fr; }
}

/* 7 Levels list (page-specific styling) */
.bc-levels-list {
  list-style: none;
  counter-reset: lvl;
  padding: 0;
  margin: clamp(40px, 5vw, 56px) 0 clamp(32px, 4vw, 48px) 0;
  border-top: 1px solid var(--bc-rule);
}
.bc-levels-list li {
  counter-increment: lvl;
  border-bottom: 1px solid var(--bc-rule);
  padding: clamp(18px, 2.4vw, 24px) 0;
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  line-height: 1.55;
  color: var(--bc-navy);
}
.bc-levels-list li strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--bc-navy);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  margin-right: 0.6em;
}

/* ============================================
   .consultant-page overrides
   Fixes base.css dark-theme defaults (white H2,
   light-gray paragraph) bleeding through onto
   the cream book-page surface.
   ============================================ */
.consultant-page .bc-hero {
  min-height: auto;
  padding-top: clamp(110px, 14vw, 180px);
  padding-bottom: clamp(48px, 6vw, 80px);
  align-items: flex-start;
}
.consultant-page .bc-hero-h1 {
  font-size: clamp(2.6rem, 6.5vw, 5rem);
  line-height: 0.95;
}
.consultant-page .bc-hero-sub {
  padding-left: 0;
  max-width: 48ch;
}
.consultant-page .bc-hero-actions,
.consultant-page .bc-hero-microcopy {
  padding-left: 0;
}
.consultant-page .bc-section h2,
.consultant-page .bc-section h3 {
  color: var(--bc-navy);
}
.consultant-page .bc-section h2 {
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.0;
  margin-bottom: clamp(20px, 3vw, 32px);
}
.consultant-page .bc-section h2 .accent {
  color: var(--bc-orange);
  display: block;
}
.consultant-page .bc-section p {
  color: var(--bc-navy);
}
.consultant-page .bc-section li {
  color: var(--bc-navy);
}
.consultant-page .bc-section {
  padding: clamp(60px, 8vw, 110px) 0;
}
