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

body.book-page.workforce-page .bp-wf-hero {
  padding-top: clamp(140px, 18vw, 220px);
  padding-bottom: clamp(48px, 7vw, 96px);
}
body.book-page.workforce-page .bp-wf-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.workforce-page .bp-wf-hero h1 .accent { color: var(--bc-orange); display: block; }
body.book-page.workforce-page .bp-wf-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.workforce-page .bp-wf-section {
  padding: clamp(48px, 7vw, 96px) 0;
  border-top: 1px solid var(--bc-rule);
}
body.book-page.workforce-page .bp-wf-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.workforce-page .bp-wf-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.workforce-page .bp-wf-section p a {
  color: var(--bc-navy);
  border-bottom: 1px solid var(--bc-navy);
  text-decoration: none;
}
body.book-page.workforce-page .bp-wf-section p a:hover {
  color: var(--bc-orange);
  border-color: var(--bc-orange);
}

/* Audience list */
body.book-page.workforce-page .bp-wf-audience {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--bc-rule);
}
body.book-page.workforce-page .bp-wf-audience li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: clamp(22px, 3vw, 32px) 0;
  border-bottom: 1px solid var(--bc-rule);
}
@media (min-width: 720px) {
  body.book-page.workforce-page .bp-wf-audience li {
    grid-template-columns: 240px 1fr;
    gap: clamp(20px, 3vw, 40px);
    align-items: baseline;
  }
}
body.book-page.workforce-page .bp-wf-audience .aud-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  line-height: 1.15;
  color: var(--bc-navy);
}
body.book-page.workforce-page .bp-wf-audience .aud-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.workforce-page .bp-wf-audience .aud-desc {
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.08rem);
  line-height: 1.65;
  color: var(--bc-navy);
  opacity: 0.9;
  margin: 0;
}

/* Numbered steps */
body.book-page.workforce-page .bp-wf-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--bc-rule);
}
body.book-page.workforce-page .bp-wf-steps li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: clamp(16px, 3vw, 32px);
  padding: clamp(24px, 4vw, 36px) 0;
  border-bottom: 1px solid var(--bc-rule);
}
body.book-page.workforce-page .bp-wf-steps .num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1;
  color: var(--bc-orange);
}
body.book-page.workforce-page .bp-wf-steps h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.15;
  color: var(--bc-navy);
  margin: 0 0 10px;
}
body.book-page.workforce-page .bp-wf-steps p {
  margin: 0;
  font-size: clamp(0.98rem, 1.4vw, 1.05rem);
  line-height: 1.65;
}

/* Context note */
body.book-page.workforce-page .bp-wf-note {
  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.85;
  border-left: 2px solid var(--bc-orange);
  padding: 8px 0 8px 22px;
  margin: clamp(32px, 4vw, 48px) 0 0;
  max-width: 62ch;
}

/* Final CTA */
body.book-page.workforce-page .bp-wf-cta {
  background: var(--bc-cream-2);
  padding: clamp(72px, 10vw, 140px) 0;
}
body.book-page.workforce-page .bp-wf-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.workforce-page .bp-wf-cta h2 .accent { color: var(--bc-orange); }
body.book-page.workforce-page .bp-wf-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.workforce-page .bp-wf-cta-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
}

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