/* ============================================================
   PROVEN — Athletic Directors (deep page)
   Distinct executive "command center / dashboard" layout.
   Shell inherited from homepage.css. Namespaced .ad-*.
   ============================================================ */

.ad-page { background: var(--bg); color: var(--fg1); }
.ad-wrap { max-width: 1080px; margin: 0 auto; padding: 0 32px; }
.ad-section { scroll-margin-top: 132px; }

.ad-hero {
  position: relative;
  background: linear-gradient(105deg, rgba(25,34,77,0.95) 0%, rgba(25,34,77,0.82) 45%, rgba(246,138,50,0.74) 100%),
              url("../assets/hero-bg-coaches.jpg") center/cover no-repeat;
  color: #fff;
}
.ad-hero-inner { position: relative; max-width: 1080px; margin: 0 auto; padding: clamp(48px,8vw,96px) 32px clamp(48px,8vw,88px); }
.ad-crumb { display: inline-flex; align-items: center; min-height: 44px; touch-action: manipulation; color: var(--brand-light-blue); text-decoration: none; font-family: var(--font-body); font-size: 14px; margin-bottom: 14px; }
.ad-crumb:hover { text-decoration: underline; }
.ad-eyebrow { font-family: var(--font-display); font-weight: 700; font-size: 12px; letter-spacing: var(--tracking-label); text-transform: uppercase; color: var(--brand-light-blue); margin-bottom: 14px; }
.ad-title { font-family: var(--font-display); font-weight: 900; font-size: clamp(34px,6vw,62px); line-height: 1.03; letter-spacing: var(--tracking-display); text-transform: uppercase; margin: 0 0 16px; max-width: 17ch; }
.ad-title .accent, .ad-h2 .accent, .ad-pullquote .accent { color: var(--brand-orange); }
.ad-subtitle { font-family: var(--font-body); font-size: clamp(17px,2.2vw,21px); color: rgba(255,255,255,0.86); margin: 0 0 28px; max-width: 54ch; }
.ad-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.ad-trust { margin-top: 16px; font-size: 13px; color: rgba(255,255,255,0.7); }

.ad-section { padding: clamp(48px,8vw,88px) 0; border-bottom: 1px solid var(--border); }
.ad-section--dark { background: var(--brand-dark-blue); color: #fff; border-bottom: 0; }
.ad-section--tint { background: #F2F7FA; border-bottom-color: #E2EBF1; }
.ad-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; }
.ad-kicker--light { color: var(--brand-light-blue); }
.ad-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 16px; max-width: 20ch; }
.ad-h2--light { color: #fff; }

.ad-reality { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 0; }
.ad-reality li { font-family: var(--font-body); font-size: 17px; line-height: 1.55; color: var(--fg2); padding: 18px 0 18px 26px; position: relative; border-top: 1px solid var(--border); }
.ad-reality li:first-child { border-top: 0; }
.ad-reality li::before { content: ""; position: absolute; left: 2px; top: 26px; width: 9px; height: 9px; border-radius: var(--radius-pill); background: var(--brand-orange); }
.ad-reality b { color: var(--fg1); }
.ad-pullquote { font-family: var(--font-display); font-weight: 800; font-size: clamp(20px,3vw,30px); line-height: 1.25; color: var(--fg1); text-align: center; max-width: 48ch; margin: 36px auto 0; }
.ad-section--dark .ad-pullquote { color: #fff; }

/* Command-center panels */
.ad-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ad-panel { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10); border-top: 3px solid var(--brand-orange); border-radius: var(--radius-lg); padding: 26px 28px; min-width: 0; }
.ad-panel h3 { font-family: var(--font-body); font-weight: 800; font-size: 19px; color: #fff; margin: 0 0 8px; }
.ad-panel > p { font-family: var(--font-body); font-size: 15px; line-height: 1.55; color: rgba(255,255,255,0.78); margin: 0 0 14px; }
.ad-panel ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.ad-panel li { font-family: var(--font-body); font-size: 14px; color: rgba(255,255,255,0.85); padding-left: 20px; position: relative; }
.ad-panel li::before { content: "✓"; position: absolute; left: 0; color: var(--brand-light-blue); font-weight: 700; }

/* Commitments ledger */
.ad-commitments { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.ad-commitments li { display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: start; padding: 20px 0; border-top: 1px solid var(--border); }
.ad-commitments li:first-child { border-top: 0; }
.ad-cn { display: grid; place-items: center; width: 44px; height: 44px; border-radius: var(--radius-pill); background: var(--brand-dark-blue); color: #fff; font-family: var(--font-display); font-weight: 900; font-size: 18px; }
.ad-commitments h4 { font-family: var(--font-body); font-weight: 800; font-size: 18px; color: var(--fg1); margin: 0 0 4px; }
.ad-commitments p { font-family: var(--font-body); font-size: 15px; line-height: 1.55; color: var(--fg2); margin: 0; }

/* Outcomes ledger */
.ad-outcomes { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.ad-outcome { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 22px 24px; min-width: 0; }
.ad-outcome h4 { font-family: var(--font-body); font-weight: 800; font-size: 17px; color: var(--fg1); margin: 0 0 6px; }
.ad-outcome p { font-family: var(--font-body); font-size: 14px; line-height: 1.55; color: var(--fg2); margin: 0; }

@media (max-width: 1000px) { .ad-outcomes { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 760px) {
  .ad-wrap, .ad-hero-inner { padding-left: 20px; padding-right: 20px; }
  .ad-grid { grid-template-columns: 1fr; }
  .ad-outcomes { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Typography polish — no widows/orphans */
.ad-title, .ad-h2, .ad-pullquote, .ad-eyebrow, .ad-kicker,
.ad-panel h3, .ad-commitments h4, .ad-outcome h4,
.ad-page .cta-band h2 { text-wrap: balance; }
.ad-subtitle, .ad-reality li, .ad-panel > p, .ad-panel li,
.ad-commitments p, .ad-outcome p, .ad-page .cta-band p { text-wrap: pretty; }
