/* ============================================================
   PBI Website — supplemental styles (real-content sections)
   Loaded after kit.css. Reuses kit tokens & primitives.
   ============================================================ */

/* ---------- HERO alignment tweak ---------- */
.hero[data-align="center"] .hero__grid { margin-left: auto; margin-right: auto; text-align: center; }
.hero[data-align="center"] .hero__lead { margin-left: auto; margin-right: auto; }
.hero[data-align="center"] .hero__cta { justify-content: center; }

/* stat figures can be wider strings (50+, 60+ yrs, $800M+) */
.stat__n { white-space: nowrap; }

/* ---------- PROSE BLOCKS ---------- */
.prose2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 56px; max-width: 940px; margin-bottom: 48px; }
.prose2--wide { max-width: 960px; }
.prose2 p { font-size: 18px; line-height: 1.65; color: var(--charcoal); margin: 0; }

/* ---------- STARK NEGATIVES ("No teaming infrastructure.") ---------- */
.negs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 0 0 40px; }
.neg { padding-top: 18px; border-top: 3px solid var(--olive);
  font-family: var(--font-display); font-weight: 700; font-size: clamp(18px, 2vw, 22px);
  color: var(--navy); letter-spacing: -0.01em; line-height: 1.2; }

/* ---------- EMPHASIS LINE ("That ends here.") ---------- */
.emph { font-family: var(--font-display); font-weight: 800;
  font-size: clamp(28px, 4vw, 42px); color: var(--forest);
  letter-spacing: -0.02em; margin: 0; line-height: 1.1; }
.emph--light { max-width: 820px; margin-top: 44px; }

/* ---------- SPLIT (text + image) ---------- */
.split { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 56px; align-items: center; }
.split__text { min-width: 0; }
.split__text .eyebrow { margin-bottom: 16px; }
.split__text h2 { margin: 0 0 22px; }
.split__text p { font-size: 17px; line-height: 1.65; color: var(--charcoal); margin: 0 0 18px; }
.on-navy .split__text p { color: var(--off-white); }
.split__note { color: var(--forest) !important; font-weight: 600 !important; }
.split__cta { margin-top: 8px; }
.split__img { display: block; width: 100%; height: 100%; min-height: 420px;
  background: var(--light-gray); border: 1px solid var(--hairline); border-radius: 8px; }
.bg-navy .split__img { background: var(--navy-press); border-color: var(--hairline-navy); }

/* "Not a..." negations */
.nots { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0 0 22px; }
.not { font-family: var(--font-body); font-weight: 500; font-size: 15px;
  color: var(--gray); text-decoration: line-through; text-decoration-color: var(--olive);
  text-decoration-thickness: 2px; }

/* ---------- PILLARS (3-up cards) ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar { background: #fff; border: 1px solid var(--hairline); border-radius: 8px;
  padding: 34px 32px; box-shadow: var(--shadow-sm);
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
  display: flex; flex-direction: column; }
.pillar:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.pillar__top { width: 40px; height: 3px; background: var(--forest); border-radius: 2px; margin-bottom: 22px; }
.pillar__num { font-family: var(--font-display); font-weight: 700; font-size: 13px;
  letter-spacing: 0.1em; color: var(--forest); text-transform: uppercase; }
.pillar h3 { margin: 8px 0 12px; font-size: 22px; }
.pillar p { font-size: 15.5px; line-height: 1.6; color: var(--charcoal); margin: 0; }

/* ---------- MISSION / VISION ---------- */
.mv { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.mv__item { background: #fff; border: 1px solid var(--hairline); border-radius: 8px; padding: 36px 34px; box-shadow: var(--shadow-sm); }
.mv__bar { width: 34px; height: 3px; background: var(--olive); border-radius: 2px; margin-bottom: 18px; }
.mv__item h3 { margin: 0 0 12px; font-size: 22px; }
.mv__item p { font-size: 17px; line-height: 1.6; color: var(--charcoal); margin: 0; }

/* ---------- ABOUT intro heading ---------- */
.about__h1 { color: #fff; font-size: clamp(32px, 4.4vw, 48px); margin: 0 0 22px; line-height: 1.05; }

/* ---------- CLOSING / MEMBERSHIP ---------- */
.close__head { max-width: 820px; margin-bottom: 48px; }
.close__head h2 { color: #fff; font-size: clamp(30px, 4vw, 44px); margin: 0 0 20px; }
.close__lead { color: var(--off-white); font-size: 18px; line-height: 1.6; margin: 0; }
.close__grid { display: grid; grid-template-columns: 1.5fr 0.9fr; gap: 48px; align-items: start; }
.benefits__label { font-family: var(--font-display); font-weight: 700; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase; color: #6FB18C; margin: 0 0 20px; }
.benefits { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 36px; }
.benefits li { display: flex; gap: 11px; align-items: flex-start; font-size: 15.5px;
  line-height: 1.5; color: var(--off-white); }
.benefits li svg { width: 18px; height: 18px; color: var(--forest); flex: none; margin-top: 2px; }
.close__cta { background: var(--navy-press); border: 1px solid var(--hairline-navy);
  border-radius: 8px; padding: 32px 30px; position: sticky; top: 96px; }
.close__cta-line { color: #fff; font-size: 17px; font-weight: 600; line-height: 1.5; margin: 0 0 22px; }

/* ---------- DENSITY tweak ---------- */
[data-density="compact"] .section { padding: 64px 0; }
[data-density="compact"] .section--tight { padding: 44px 0; }
[data-density="compact"] .hero__grid { padding: 72px 0 76px; }

/* ---------- MOBILE ---------- */
@media (max-width: 880px) {
  .prose2, .negs, .pillars, .mv, .close__grid, .benefits, .split { grid-template-columns: 1fr; }
  .split { gap: 36px; }
  .split__img { min-height: 280px; order: 2; }
  .close__cta { position: static; }
}
