/*
 * Homepage closing/compression entrypoint.
 *
 * The redesign's original section styles remain available for compatibility,
 * while the compact composition layer is loaded last and owns the current
 * post-hero homepage presentation.
 */
@import url("./home-compression.css?rev=20260904");

/*
 * The legacy storytelling styles loaded before the compression layer assign
 * light display colors directly to these headings. The compact curriculum and
 * Fit + Proof sections use pale surfaces, so own their display ink explicitly
 * here rather than relying on inherited section color.
 */
.td-curriculum-compact__intro h2,
.td-closing-compact__proof-fit .td-closing-compact__intro h2 {
    color: #151a1d;
}
