/* ============================================================
   PROVEN — Parents subpage ("The Family Guide to Recruiting")
   A calm, editorial long-form guide. Deliberately distinct from
   athletes.html (dark, two-column, sticky rail, orange-energetic)
   and coaches.html (tabbed tiles): single centered reading column,
   light/calm palette, light-blue as the lead accent.
   Shell (nav/subnav/footer/cta-band/buttons) inherited from
   homepage.css. All selectors namespaced .pg-*.
   ============================================================ */

.pg-page { background: var(--bg); color: var(--fg1); }

.pg-wrap { max-width: 820px; margin: 0 auto; padding: 0 28px; }

/* ---------- HERO (calm, light) ---------- */
.pg-hero {
  background: linear-gradient(180deg, #EAF4FA 0%, #F5F8FB 60%, var(--bg) 100%);
  border-bottom: 1px solid var(--border);
  padding: clamp(40px, 7vw, 88px) 0 clamp(44px, 7vw, 84px);
}
.pg-crumb {
  display: inline-flex; align-items: center; min-height: 44px;
  touch-action: manipulation; margin-bottom: 18px;
  font-family: var(--font-body); font-size: 14px; color: var(--link);
  text-decoration: none;
}
.pg-crumb:hover { text-decoration: underline; }
.pg-eyebrow {
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  letter-spacing: var(--tracking-label); text-transform: uppercase;
  color: #2C7FA3; margin-bottom: 16px;
}
.pg-title {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(34px, 6vw, 60px); line-height: 1.04;
  letter-spacing: var(--tracking-display); text-transform: uppercase;
  color: var(--brand-dark-blue); margin: 0 0 18px;
}
.pg-title .accent, .pg-h2 .accent, .pg-quote .accent { color: var(--brand-orange); }
.pg-subtitle {
  font-family: var(--font-body); font-size: clamp(17px, 2.2vw, 21px);
  line-height: 1.55; color: var(--fg2); margin: 0 0 30px; max-width: 60ch;
}
.pg-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- SECTIONS ---------- */
.pg-main { display: block; }
.pg-section { padding: clamp(48px, 8vw, 88px) 0; border-bottom: 1px solid var(--border); }
.pg-section--tint { background: #F2F7FA; border-bottom-color: #E2EBF1; }
.pg-section--dark {
  background: var(--brand-dark-blue);
  border-bottom: 0;
}

.pg-kicker {
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  letter-spacing: var(--tracking-label); text-transform: uppercase;
  color: #2C7FA3; margin-bottom: 14px;
}
.pg-kicker--light { color: var(--brand-light-blue); }
.pg-h2 {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(26px, 4.2vw, 42px); line-height: 1.08;
  letter-spacing: var(--tracking-display); text-transform: uppercase;
  color: var(--fg1); margin: 0 0 18px;
}
.pg-h2--light { color: #fff; }
.pg-lede {
  font-family: var(--font-body); font-size: 18px; line-height: 1.6;
  color: var(--fg2); margin: 0 0 36px; max-width: 64ch;
}
.pg-lede--light { color: rgba(255,255,255,0.82); }

/* ---------- Your role ---------- */
.pg-roles { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pg-role {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px 26px;
}
.pg-role h3 {
  font-family: var(--font-body); font-weight: 800; font-size: 18px;
  color: var(--fg1); margin: 0 0 8px;
}
.pg-role p { font-family: var(--font-body); font-size: 15px; line-height: 1.6; color: var(--fg2); margin: 0; }

/* ---------- Reality list + note ---------- */
.pg-reality { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 0; }
.pg-reality li {
  font-family: var(--font-body); font-size: 17px; line-height: 1.6;
  color: var(--fg2); padding: 18px 0 18px 28px; position: relative;
  border-top: 1px solid var(--border);
}
.pg-reality li:first-child { border-top: 0; }
.pg-reality li::before {
  content: ""; position: absolute; left: 2px; top: 26px;
  width: 9px; height: 9px; border-radius: var(--radius-pill);
  background: var(--brand-light-blue);
}
.pg-reality b { color: var(--fg1); }
.pg-note {
  font-family: var(--font-body); font-size: 16px; line-height: 1.6;
  color: var(--fg1); margin: 0;
  border-left: 3px solid var(--brand-orange);
  padding: 6px 0 6px 20px;
}

/* ---------- Red flags ---------- */
.pg-flags {
  background: var(--bg); border: 1px solid var(--border);
  border-left: 4px solid var(--brand-orange);
  border-radius: var(--radius-md); padding: 28px 30px; margin-bottom: 24px;
}
.pg-flags-head {
  font-family: var(--font-display); font-weight: 800; font-size: 13px;
  letter-spacing: var(--tracking-label); text-transform: uppercase;
  color: var(--brand-dark-blue); margin-bottom: 16px;
}
.pg-flags ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.pg-flags li {
  font-family: var(--font-body); font-size: 16px; line-height: 1.5;
  color: var(--fg2); padding-left: 28px; position: relative;
}
.pg-flags li::before {
  content: "!"; position: absolute; left: 0; top: 0;
  width: 18px; height: 18px; border-radius: var(--radius-pill);
  background: var(--brand-orange); color: #fff;
  font-family: var(--font-display); font-weight: 900; font-size: 11px;
  display: grid; place-items: center;
}

/* ---------- How Proven keeps families safe (dark) ---------- */
.pg-safe-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pg-safe {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius-lg); padding: 24px 26px;
}
.pg-safe h3 {
  font-family: var(--font-body); font-weight: 800; font-size: 18px;
  color: #fff; margin: 0 0 8px;
}
.pg-safe p { font-family: var(--font-body); font-size: 15px; line-height: 1.6; color: rgba(255,255,255,0.78); margin: 0; }

/* ---------- Testimonial ---------- */
.pg-quote-section { padding: clamp(56px, 9vw, 96px) 0; background: #F2F7FA; border-bottom: 1px solid var(--border); }
.pg-quote {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(22px, 3.4vw, 34px); line-height: 1.3;
  color: var(--brand-dark-blue); text-align: center;
  margin: 0 auto; max-width: 48ch;
}
.pg-quote-by {
  text-align: center; margin-top: 18px;
  font-family: var(--font-body); font-size: 15px; color: var(--fg3);
}

/* ---------- Family next steps ---------- */
.pg-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.pg-steps li {
  display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: start;
  padding: 20px 0; border-top: 1px solid var(--border);
}
.pg-steps li:first-child { border-top: 0; }
.pg-step-n {
  display: grid; place-items: center; width: 44px; height: 44px;
  border-radius: var(--radius-pill);
  background: var(--brand-light-blue); color: var(--brand-dark-blue);
  font-family: var(--font-display); font-weight: 900; font-size: 18px;
}
.pg-steps h3 { font-family: var(--font-body); font-weight: 800; font-size: 18px; color: var(--fg1); margin: 0 0 4px; }
.pg-steps p { font-family: var(--font-body); font-size: 15px; line-height: 1.55; color: var(--fg2); margin: 0; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 760px) {
  .pg-wrap { padding: 0 20px; }
  .pg-roles { grid-template-columns: 1fr; }
  .pg-safe-grid { grid-template-columns: 1fr; }
  .pg-steps li { grid-template-columns: 44px 1fr; gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* ============================================================
   TYPOGRAPHY POLISH — no widows/orphans
   balance: headlines/short text · pretty: longer body copy.
   Degrades to normal wrapping on unsupporting browsers.
   ============================================================ */
.pg-title, .pg-h2, .pg-quote, .pg-eyebrow, .pg-kicker,
.pg-role h3, .pg-safe h3, .pg-steps h3, .pg-flags-head,
.pg-page .cta-band h2 {
  text-wrap: balance;
}
.pg-subtitle, .pg-lede, .pg-role p, .pg-reality li, .pg-note,
.pg-flags li, .pg-safe p, .pg-steps p, .pg-quote-by,
.pg-page .cta-band p {
  text-wrap: pretty;
}
