/* Benchmark section styles — scoped under .bm- (coaches.html .cp- precedent).
   Shares /styles.css tokens; NEVER add rules that touch unprefixed selectors. */

.bm-main { padding: 120px 0 var(--section-y); background: var(--navy); }
.bm-main .container { max-width: 880px; }

.bm-crumbs { font-size: 13px; color: var(--slate); margin-bottom: 18px; }
.bm-crumbs a { color: var(--slate-light); text-decoration: none; }
.bm-crumbs a:hover { color: var(--accent); }

.bm-main .eyebrow {
  font-family: var(--condensed); font-weight: 700; font-size: 14px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent);
  margin: 0 0 10px;
}

.bm-h1 {
  font-family: var(--display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(34px, 5.2vw, 54px); line-height: 1.02; color: var(--white);
  margin: 0 0 22px; letter-spacing: 0.01em;
}
.bm-h1-sub { display: block; font-size: 0.5em; color: var(--slate-light); margin-top: 6px; }

.bm-main h2 {
  font-family: var(--condensed); font-weight: 800; text-transform: uppercase;
  font-size: 24px; letter-spacing: 0.04em; color: var(--white); margin: 0 0 14px;
}
.bm-main section { margin: 44px 0; }
.bm-main p { color: var(--slate-light); line-height: 1.65; margin: 0 0 14px; max-width: 70ch; }
.bm-main p strong, .bm-main li strong { color: var(--white); }
.bm-main a { color: var(--accent); }

/* Quotable answer box */
.bm-answer {
  background: var(--navy-light); border: 1px solid var(--section-divider);
  border-left: 3px solid var(--accent); border-radius: var(--radius-sm);
  padding: 20px 22px; margin: 0 0 34px;
}
.bm-answer p { margin: 0; font-size: 17px; }

/* Tables */
.bm-tablewrap { overflow-x: auto; border: 1px solid var(--section-divider); border-radius: var(--radius-sm); margin: 0 0 12px; }
.bm-table { width: 100%; min-width: 480px; border-collapse: collapse; font-size: 15px; }
.bm-table caption {
  text-align: left; padding: 12px 14px; color: var(--slate-light); font-size: 13px;
  background: var(--navy-light); border-bottom: 1px solid var(--section-divider);
}
.bm-table th {
  font-family: var(--condensed); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; font-size: 13px; color: var(--slate-light);
  text-align: left; padding: 10px 14px; background: var(--navy-light);
  border-bottom: 1px solid var(--section-divider);
}
.bm-table td {
  padding: 10px 14px; color: var(--light); border-bottom: 1px solid var(--section-divider);
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.bm-table tr:last-child td { border-bottom: none; }
.bm-row-median td { background: rgba(56, 189, 248, 0.08); color: var(--white); font-weight: 600; }
.bm-cm { color: var(--slate); font-size: 13px; }

.bm-source { font-size: 13px; color: var(--slate); max-width: 76ch; }
.bm-reviewed { margin-top: 30px; }

/* Widget */
.bm-widget {
  background: var(--navy-light); border: 1px solid var(--section-divider);
  border-radius: var(--radius); padding: 26px 24px;
}
.bm-privacy { font-size: 13px; color: var(--slate); }
.bm-widget-form { display: flex; flex-wrap: wrap; gap: 18px 26px; align-items: flex-end; margin-top: 14px; }
.bm-field label { display: block; font-size: 13px; color: var(--slate-light); margin-bottom: 7px; font-weight: 600; }
.bm-hint { color: var(--slate); font-weight: 400; }
.bm-inline { display: flex; gap: 8px; }
.bm-widget select, .bm-widget input {
  background: var(--navy); color: var(--white); border: 1px solid var(--navy-medium);
  border-radius: var(--radius-sm); padding: 10px 12px; font-size: 15px; font-family: var(--font);
  width: 92px;
}
.bm-widget select { width: auto; }
.bm-widget input:focus, .bm-widget select:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.bm-seg { display: inline-flex; border: 1px solid var(--navy-medium); border-radius: var(--radius-sm); overflow: hidden; }
.bm-seg-btn {
  background: var(--navy); color: var(--slate-light); border: none; padding: 10px 18px;
  font-size: 15px; font-family: var(--font); cursor: pointer;
}
.bm-seg-btn.is-active { background: var(--cta); color: var(--white); font-weight: 600; }
.bm-unit-toggle {
  background: none; border: none; color: var(--accent); font-size: 13px; cursor: pointer;
  padding: 6px 0 0; font-family: var(--font); text-decoration: underline;
}
.bm-go { margin-left: auto; }

.bm-result {
  margin-top: 20px; padding: 18px 20px; border-radius: var(--radius-sm);
  background: var(--navy); border: 1px solid var(--section-divider);
}
.bm-result-headline { font-size: 19px; color: var(--white); margin: 0 0 8px; font-weight: 600; }
.bm-result p { font-size: 14.5px; margin: 0 0 8px; }
.bm-result p:last-child { margin: 0; }

/* Cards (hub) */
.bm-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.bm-card {
  display: block; background: var(--navy-light); border: 1px solid var(--section-divider);
  border-radius: var(--radius-sm); padding: 18px 18px 16px; text-decoration: none;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.bm-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.bm-card h3 {
  font-family: var(--condensed); font-weight: 700; font-size: 17px; letter-spacing: 0.02em;
  text-transform: uppercase; color: var(--white); margin: 0 0 6px;
}
.bm-card p { font-size: 13.5px; color: var(--slate-light); margin: 0; }
.bm-card-feature { border-color: var(--cta); }

/* Steps & lists */
.bm-steps { counter-reset: bmstep; list-style: none; padding: 0; margin: 0; }
.bm-steps li {
  counter-increment: bmstep; position: relative; padding: 0 0 16px 46px;
  color: var(--slate-light); line-height: 1.6; max-width: 70ch;
}
.bm-steps li::before {
  content: counter(bmstep); position: absolute; left: 0; top: 0;
  width: 30px; height: 30px; border-radius: 50%; background: var(--navy-light);
  border: 1px solid var(--section-divider); color: var(--accent);
  font-family: var(--condensed); font-weight: 800; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
}
.bm-list { padding-left: 20px; color: var(--slate-light); line-height: 1.65; max-width: 70ch; }
.bm-list li { margin-bottom: 8px; }

/* FAQ */
.bm-faq-item {
  border: 1px solid var(--section-divider); border-radius: var(--radius-sm);
  background: var(--navy-light); margin-bottom: 10px; padding: 0 18px;
}
.bm-faq-item summary {
  cursor: pointer; padding: 14px 0; color: var(--white); font-weight: 600; font-size: 15px;
  list-style: none; position: relative; padding-right: 26px;
}
.bm-faq-item summary::after { content: '+'; position: absolute; right: 2px; color: var(--accent); font-size: 18px; }
.bm-faq-item[open] summary::after { content: '–'; }
.bm-faq-item p { padding: 0 0 14px; font-size: 14.5px; }

/* Disclaimer + method */
.bm-disclaimer {
  border: 1px solid var(--section-divider); border-radius: var(--radius-sm);
  background: rgba(148, 163, 184, 0.06); color: var(--slate-light);
  font-size: 13.5px; line-height: 1.6; padding: 16px 18px; margin: 34px 0;
}
.bm-disclaimer strong { color: var(--light); }

/* CTA */
.bm-cta {
  text-align: center; background: var(--navy-light); border: 1px solid var(--section-divider);
  border-radius: var(--radius); padding: 38px 26px;
}
.bm-cta h2 { margin-bottom: 10px; }
.bm-cta p { margin: 0 auto 20px; }
.bm-cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 560px) {
  .bm-widget-form { flex-direction: column; align-items: stretch; }
  .bm-go { margin-left: 0; width: 100%; }
  .bm-main { padding-top: 96px; }
}

/* Byline */
.bm-byline { font-size: 12.5px; color: var(--slate); margin: -8px 0 24px; }

/* Reference-curve charts (small multiples) */
.bm-chart-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 14px; margin: 0 0 12px; }
.bm-chart {
  margin: 0; background: var(--navy-light); border: 1px solid var(--section-divider);
  border-radius: var(--radius-sm); padding: 12px 10px 6px;
}
.bm-chart svg { width: 100%; height: auto; display: block; font-family: var(--font); }

/* Age pill links */
.bm-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 0; }
.bm-pill {
  display: inline-block; padding: 8px 16px; border-radius: 999px;
  background: var(--navy-light); border: 1px solid var(--section-divider);
  color: var(--light); font-size: 14px; font-weight: 600; text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.bm-pill:hover { border-color: var(--accent); color: var(--accent); }
.bm-subhead {
  font-family: var(--condensed); font-weight: 700; text-transform: uppercase;
  font-size: 17px; letter-spacing: 0.05em; color: var(--slate-light); margin: 26px 0 4px;
}

/* Result-adjacent disclaimer line */
.bm-result-note { margin-top: 10px; }
