/* ============================================================
   Beyond the Pilot — cluster stylesheet (btp.css)
   Extends lp.css. B&W premium, Roboto. Scoped to .btp-* only.
   ============================================================ */

.btp-wrap { max-width: 1080px; margin: 0 auto; padding: 0 2rem; }
.btp-wrap--narrow { max-width: 760px; }

.btp-section { padding: clamp(3.5rem, 7vw, 6rem) 0; border-top: 1px solid #E6E6E6; }
.btp-section--alt { background: #F4F4F4; }
.btp-section--dark { background: #0A0A0A; color: #FAFAFA; border-top: none; }

.btp-eyebrow {
  display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: #767676; margin-bottom: 1rem;
}
.btp-eyebrow--light { color: rgba(255,255,255,.5); }

.btp-h2 {
  font-size: clamp(1.5rem, 3.4vw, 2.3rem); font-weight: 700; letter-spacing: -.02em;
  line-height: 1.18; margin-bottom: 1.25rem; max-width: 22ch;
}
.btp-h2--light { color: #fff; max-width: 26ch; }
.btp-h2--center { max-width: none; text-align: center; }

.btp-lede { font-size: 1.05rem; line-height: 1.7; color: #3A3A3A; max-width: 68ch; margin-bottom: 2.5rem; }
.btp-lede--light { color: rgba(255,255,255,.72); }

.btp-note {
  font-size: .86rem; line-height: 1.65; color: #6A6A6A; max-width: 72ch;
  margin-top: 2.25rem; padding-left: 1rem; border-left: 2px solid #DADADA;
}
.btp-note--light { color: rgba(255,255,255,.5); border-left-color: rgba(255,255,255,.22); }
.btp-note code { font-size: .8rem; background: rgba(255,255,255,.1); padding: .1rem .35rem; border-radius: 3px; }

/* ── Headline stat band ─────────────────────────────────── */
.btp-band { background: #FAFAFA; padding: clamp(3.5rem, 7vw, 5.5rem) 0; }
.btp-statgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: 2.5rem; }
.btp-stat {
  background: #fff; border: 1px solid #E6E6E6; border-radius: 4px;
  padding: 1.75rem 1.5rem 1.5rem; display: flex; flex-direction: column;
}
.btp-stat--dark { background: #0A0A0A; border-color: #0A0A0A; color: #FAFAFA; }
.btp-stat__num {
  font-size: clamp(2.6rem, 5vw, 3.6rem); font-weight: 700; letter-spacing: -.04em;
  line-height: 1; margin-bottom: .9rem;
}
.btp-stat__unit { font-size: .55em; font-weight: 700; letter-spacing: -.02em; }
.btp-stat__label { font-size: .92rem; line-height: 1.55; color: #3A3A3A; flex: 1; }
.btp-stat--dark .btp-stat__label { color: rgba(255,255,255,.82); }
.btp-stat__src {
  display: block; margin-top: 1.1rem; padding-top: .8rem; border-top: 1px solid #EDEDED;
  font-size: .68rem; line-height: 1.45; letter-spacing: .02em; color: #8A8A8A;
}
.btp-stat--dark .btp-stat__src { border-top-color: rgba(255,255,255,.16); color: rgba(255,255,255,.45); }

/* ── Budget-authority ladder ────────────────────────────── */
.btp-ladder { display: flex; flex-direction: column; gap: .7rem; margin: 2.5rem 0 0; }
.btp-rung { display: grid; grid-template-columns: 5.5rem 1fr; gap: 1rem; align-items: center; }
.btp-rung__pct { font-size: 1.05rem; font-weight: 700; letter-spacing: -.02em; text-align: right; }
.btp-rung__bar { position: relative; height: 34px; background: #ECECEC; border-radius: 2px; overflow: hidden; }
.btp-rung__bar span { position: absolute; inset: 0 auto 0 0; background: #C4C4C4; border-radius: 2px; }
.btp-rung--top .btp-rung__bar span { background: #0A0A0A; }
.btp-rung__who { grid-column: 2; font-size: .84rem; color: #5A5A5A; margin-top: -.35rem; }
.btp-rung__who em { color: #8A8A8A; font-style: normal; }
.btp-rung--top .btp-rung__who { color: #1C1C1C; font-weight: 500; }

/* ── Two-card split ─────────────────────────────────────── */
.btp-split { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 1rem; }
.btp-splitcard { background: #fff; border: 1px solid #E6E6E6; border-radius: 4px; padding: 2rem 1.75rem; }
.btp-splitcard--danger { background: #0A0A0A; border-color: #0A0A0A; color: #FAFAFA; }
.btp-splitcard__pct { display: block; font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 700; letter-spacing: -.04em; line-height: 1; margin-bottom: .75rem; }
.btp-splitcard h3 { font-size: 1rem; font-weight: 500; margin-bottom: .9rem; }
.btp-splitcard h3 em { font-style: normal; font-weight: 700; }
.btp-splitcard p { font-size: .92rem; line-height: 1.6; color: #4A4A4A; }
.btp-splitcard--danger p { color: rgba(255,255,255,.75); }

/* ── Two-column advice ──────────────────────────────────── */
.btp-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.btp-col__title { font-size: 1.05rem; font-weight: 700; margin-bottom: 1.25rem; padding-bottom: .75rem; border-bottom: 2px solid #1C1C1C; }
.btp-list { list-style: none; counter-reset: btp; }
.btp-list li {
  counter-increment: btp; position: relative; padding-left: 2.1rem; margin-bottom: 1.1rem;
  font-size: .93rem; line-height: 1.6; color: #3A3A3A;
}
.btp-list li::before {
  content: counter(btp, decimal-leading-zero); position: absolute; left: 0; top: .05rem;
  font-size: .72rem; font-weight: 700; color: #9A9A9A; letter-spacing: .04em;
}
.btp-list li strong { color: #1C1C1C; }

/* ── Zombie stats ───────────────────────────────────────── */
.btp-zombies { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.btp-zombie { border: 1px solid rgba(255,255,255,.16); border-radius: 4px; padding: 1.6rem 1.5rem; }
.btp-zombie__claim { font-size: 1rem; line-height: 1.45; color: #fff; margin-bottom: .4rem; }
.btp-zombie__attrib { font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 1rem; }
.btp-zombie__truth { font-size: .88rem; line-height: 1.6; color: rgba(255,255,255,.72); }
.btp-tag {
  display: inline-block; font-size: .62rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; background: #fff; color: #0A0A0A;
  padding: .18rem .5rem; border-radius: 2px; margin-right: .5rem; vertical-align: 1px;
}

/* ── Source table ───────────────────────────────────────── */
.btp-table { width: 100%; border-collapse: collapse; margin-top: 2rem; font-size: .88rem; }
.btp-table th, .btp-table td { text-align: left; padding: .85rem .9rem; border-bottom: 1px solid #E6E6E6; vertical-align: top; }
.btp-table th { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: #767676; font-weight: 700; }
.btp-table td:first-child { font-weight: 700; white-space: nowrap; }
.btp-table tr:last-child td { border-bottom: none; }
.btp-grade { display: inline-block; font-size: .66rem; font-weight: 700; letter-spacing: .06em; padding: .12rem .42rem; border-radius: 2px; border: 1px solid #CFCFCF; color: #5A5A5A; }
.btp-grade--a { background: #0A0A0A; color: #fff; border-color: #0A0A0A; }

/* ── Cluster nav ────────────────────────────────────────── */
.btp-crumb { font-size: .78rem; color: #8A8A8A; padding: 1.5rem 0 0; }
.btp-crumb a { border-bottom: 1px solid #D5D5D5; }
.btp-crumb a:hover { color: #1C1C1C; border-bottom-color: #1C1C1C; }

.btp-cluster { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.btp-card {
  display: block; background: #fff; border: 1px solid #E6E6E6; border-radius: 4px;
  padding: 1.5rem 1.4rem; transition: border-color .18s, transform .18s;
}
.btp-card:hover { border-color: #1C1C1C; transform: translateY(-2px); }
.btp-card__num { display: block; font-size: 1.7rem; font-weight: 700; letter-spacing: -.03em; line-height: 1; margin-bottom: .6rem; }
.btp-card__t { display: block; font-size: .95rem; font-weight: 500; line-height: 1.4; margin-bottom: .45rem; }
.btp-card__d { display: block; font-size: .83rem; line-height: 1.55; color: #6A6A6A; }
.btp-card__go { display: block; margin-top: .9rem; font-size: .78rem; font-weight: 500; }

/* ── CTA ────────────────────────────────────────────────── */
.btp-cta { background: #F4F4F4; padding: clamp(3.5rem, 7vw, 5.5rem) 0; text-align: center; border-top: 1px solid #E6E6E6; }
.btp-cta__h { font-size: clamp(1.5rem, 3.4vw, 2.2rem); font-weight: 700; letter-spacing: -.02em; line-height: 1.2; margin-bottom: 1.25rem; }
.btp-cta__p { font-size: 1rem; line-height: 1.7; color: #3A3A3A; max-width: 62ch; margin: 0 auto 1rem; }
.btp-cta__foot { margin-top: 2rem; font-size: .85rem; color: #7A7A7A; }
.btp-cta__foot a { border-bottom: 1px solid #CFCFCF; }
.btp-cta__foot a:hover { color: #1C1C1C; border-bottom-color: #1C1C1C; }
.cta-group--center { justify-content: center; }

/* ── Homepage band ──────────────────────────────────────── */
.btp-home { background: #0A0A0A; color: #FAFAFA; padding: clamp(3.5rem, 7vw, 5.5rem) 0; }
.btp-home__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.btp-home__eyebrow { display: inline-block; font-size: .66rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.2); padding: .35rem .8rem; border-radius: 100px; margin-bottom: 1.25rem; }
.btp-home__h { font-size: clamp(1.5rem, 3.2vw, 2.15rem); font-weight: 700; letter-spacing: -.02em; line-height: 1.18; margin-bottom: 1rem; }
.btp-home__p { font-size: .98rem; line-height: 1.7; color: rgba(255,255,255,.72); margin-bottom: 1.75rem; }
.btp-home__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 1rem; }
.btp-home__stat { border-left: 2px solid rgba(255,255,255,.22); padding-left: 1rem; }
.btp-home__stat b { display: block; font-size: 1.9rem; font-weight: 700; letter-spacing: -.03em; line-height: 1.1; }
.btp-home__stat span { display: block; font-size: .8rem; line-height: 1.45; color: rgba(255,255,255,.6); margin-top: .3rem; }
.btp-home .btn-pill { background: #fff; color: #0A0A0A; border-color: #fff; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 940px) {
  .btp-statgrid { grid-template-columns: repeat(2, 1fr); }
  .btp-cluster { grid-template-columns: repeat(2, 1fr); }
  .btp-home__grid { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 720px) {
  .btp-split, .btp-cols, .btp-zombies { grid-template-columns: 1fr; }
  .btp-cols { gap: 2rem; }
}
@media (max-width: 560px) {
  .btp-statgrid { grid-template-columns: 1fr; }
  .btp-cluster { grid-template-columns: 1fr; }
  .btp-home__stats { grid-template-columns: 1fr; }
  .btp-rung { grid-template-columns: 4.2rem 1fr; gap: .7rem; }
  .btp-wrap { padding: 0 1.25rem; }
  .btp-table { font-size: .82rem; }
  .btp-table th, .btp-table td { padding: .7rem .5rem; }
}
