.section--methodology { background: var(--paper-2); padding-top: clamp(56px, 10vh, 120px); padding-bottom: clamp(56px, 10vh, 120px); }
.methodology-inner h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.8rem, 4vw, 3rem); color: var(--brand-navy); margin: 12px 0 28px; letter-spacing: -0.025em; }
.methodology-grid { display: grid; gap: 32px; max-width: 920px; }
.methodology-block { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 24px 26px; }
.methodology-block h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: var(--ink); margin: 0 0 12px; }
.methodology-block p { font-family: var(--font-body); font-size: 0.95rem; line-height: 1.6; color: var(--ink); margin: 0 0 12px; }
.methodology-weights { list-style: none; padding: 0; margin: 12px 0; display: grid; gap: 6px; }
.methodology-weights li { display: flex; justify-content: space-between; padding: 8px 0; border-top: 1px solid var(--line); font-family: var(--font-body); font-size: 0.92rem; }
.methodology-weights li:first-child { border-top: none; }
.mw-pct { font-family: var(--font-mono); font-weight: 600; color: var(--brand-navy); }
.methodology-sources { margin: 0; }
.methodology-sources dt { font-family: var(--font-display); font-weight: 600; font-size: 0.92rem; color: var(--brand-navy); margin-top: 14px; }
.methodology-sources dt:first-child { margin-top: 0; }
.methodology-sources dd { margin: 4px 0 0; font-family: var(--font-body); font-size: 0.9rem; line-height: 1.55; color: var(--ink); }
.methodology-caveats { padding-left: 20px; margin: 0; }
.methodology-caveats li { font-family: var(--font-body); font-size: 0.92rem; line-height: 1.55; color: var(--ink); margin-bottom: 8px; }
.methodology-block--credit { background: transparent; border: 1px dashed var(--line); padding: 18px 22px; }
.methodology-block--credit p { font-family: var(--font-body); font-size: 0.92rem; color: var(--muted); margin: 0; line-height: 1.55; }
.methodology-block--credit .credit-link { color: var(--brand-sky); text-decoration: none; font-weight: 600; }
.methodology-block--credit .credit-link:hover { text-decoration: underline; }

/* Reserve breathing room between the methodology cards, the league table and
   the closing CTA. Without these the table sits flush against the credit
   block and the CTA hugs the table. */
.section--methodology .table-card { margin-top: clamp(40px, 6vh, 72px); }
.section--methodology .methodology-cta {
  display: inline-flex;
  margin-top: clamp(32px, 5vh, 56px);
  align-self: flex-start;
}
.section--methodology .methodology-inner { display: flex; flex-direction: column; }
