/* Explained recognition leads; school output gives Family a concrete purpose. */
.home-review { padding-top: 20px; }
.home-review :is(h1, h2, h3) { text-wrap: balance; }
.home-recognition { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 80px; padding-block: 16px 72px; align-items: start; }
.home-review .home-title h1 { font-size: 76px; line-height: 1.02; max-width: 12ch; }
.home-promise { font: 500 34px/1.2 var(--display); margin-top: 24px; max-width: 24ch; }
.home-intro { font-size: 17px; margin-block: 24px; max-width: 43ch; }
.home-free { font-size: 13px; color: var(--muted); margin-top: 18px; max-width: 46ch; }
.home-sample-link { display: flex; align-items: center; min-height: 48px; font-size: 14px; margin-top: 8px; }
.home-review figure { margin: 0; }
.home-review figcaption { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.home-recognition-leaf { border-block: 1px solid var(--ink); padding: 28px 0 24px; }
.home-recognition-leaf h2 { font-size: 54px; line-height: 1.05; }
.home-recognition-leaf h2 > span { display: block; font-size: 34px; }
.home-example-count { font-size: 13px; margin-top: 14px; }
.home-recognition-leaf ol { list-style: none; padding: 0; margin: 26px 0 20px; }
.home-recognition-leaf li { border-top: 1px solid var(--rule); padding-block: 14px; }
.home-recognition-leaf h3 { font-size: 27px; }
.home-recognition-leaf li > p { font-size: 13px; color: var(--muted); margin-top: 6px; }
.home-example-note { font-size: 13px; color: var(--muted); }
.home-reader-choice { border-bottom: 1px solid var(--rule); }
.home-reader-choice summary { cursor: pointer; min-height: 48px; padding-block: 14px; font-size: 14px; }
.home-reader-choice h3 { font-size: 30px; margin-top: 14px; }
.home-reader-choice > p { font-size: 14px; margin-block: 12px 20px; }
.home-family { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 80px; padding-block: 56px 64px; border-top: 1px solid var(--ink); }
.home-review .home-family h2 { font-size: 54px; max-width: 17ch; }
.home-family-purpose > p:first-of-type { font-size: 17px; margin-top: 24px; }
.home-family-price { font-size: 18px; padding-top: 24px; border-top: 1px solid var(--rule); margin-top: 24px; }
.home-small { font-size: 13px; color: var(--muted); margin-top: 14px; }
.home-availability { font-size: 14px; margin-block: 18px 24px; }
.home-family-sheet { border: 1px solid var(--ink); padding: 0 24px 24px; }
.home-family-sheet header { background: var(--ink); color: var(--bg); margin-inline: -24px; padding: 24px; }
.home-family-sheet header h3 { font-size: 34px; }
.home-family-sheet header p { font-size: 13px; margin-top: 8px; }
.home-family-sheet table { width: 100%; border-collapse: collapse; font-size: 13px; margin-block: 18px; font-variant-numeric: tabular-nums; }
.home-family-sheet :is(th, td) { font-weight: 400; text-align: right; border-bottom: 1px solid var(--rule); padding: 12px 4px; }
.home-family-sheet :is(th, td):first-child { text-align: left; padding-left: 0; }
.home-family-sheet h4 { font: 500 26px/1.2 var(--display); margin-block: 24px 16px; }
.home-family-sheet section p { font-size: 15px; }
.home-family-sheet section span { display: block; color: var(--muted); font-size: 12px; }
.home-path { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 32px 80px; padding-block: 56px; border-top: 1px solid var(--ink); }
.home-review .home-path h2 { font-size: 48px; max-width: 15ch; }
.home-path ol { margin: 0; padding-left: 24px; }
.home-path li { padding-left: 14px; }
.home-path li + li { margin-top: 28px; }
.home-path h3 { font-size: 28px; }
.home-path li p { font-size: 15px; margin-top: 12px; }
.home-path > a { grid-column: 2; min-height: 44px; display: flex; align-items: center; font-size: 14px; }
.home-welcome { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: center; gap: 60px; border-top: 1px solid var(--ink); padding-block: 48px 64px; }
.home-welcome img { width: 100%; height: auto; }
.home-review .home-welcome h2 { font-size: 44px; max-width: 22ch; }
.home-welcome p { font-size: 16px; margin-block: 20px; max-width: 48ch; }
.home-welcome nav { display: flex; flex-wrap: wrap; gap: 0 24px; margin-top: 18px; font-size: 14px; }
.home-welcome nav a { min-height: 44px; display: inline-flex; align-items: center; }
@media (max-width: 1000px) { .home-recognition, .home-family, .home-path { gap: 40px; } .home-review .home-title h1 { font-size: 62px; } }
@media (max-width: 700px) {
  .home-review { padding-top: 0; }
  .home-recognition, .home-family, .home-path, .home-welcome { display: flex; flex-direction: column; gap: 32px; padding-block: 24px 40px; }
  .home-review .home-title h1 { font-size: 48px; max-width: 13ch; }
  .home-promise { font-size: 28px; margin-top: 18px; }
  .home-intro { font-size: 16px; margin-block: 20px; }
  .home-review figure { width: 100%; }
  .home-recognition-leaf { padding-block: 20px; }
  .home-recognition-leaf h2 { font-size: 42px; }
  .home-recognition-leaf h2 > span { font-size: 28px; }
  .home-recognition-leaf ol { margin-block: 20px 14px; }
  .home-recognition-leaf li { padding-block: 12px; }
  .home-recognition-leaf h3 { font-size: 24px; }
  .home-review :is(.home-family, .home-path, .home-welcome) h2 { font-size: 38px; }
  .home-family-purpose > p:first-of-type { font-size: 16px; margin-top: 18px; }
  .home-family-sheet { padding-inline: 20px; }
  .home-family-sheet header { margin-inline: -20px; padding: 20px; }
  .home-family-sheet table { font-size: 12px; }
  .home-path { gap: 24px; }
  .home-path li { padding-left: 8px; }
  .home-path li + li { margin-top: 24px; }
  .home-welcome { align-items: stretch; }
  .home-welcome > div:first-child { max-width: 420px; }
}

/* Revision 2: a named record, a visible school workflow, and an early family route. */
.home-recognition { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; }
.home-review .home-title h1 { font-size: 70px; max-width: 13ch; }
.home-intro { font: 500 28px/1.25 var(--display); max-width: 29ch; }
.home-start { display: flex; gap: 24px; align-items: center; margin-top: 28px; }
.home-start img { width: 156px; height: auto; flex-shrink: 0; }
.home-free { max-width: 29ch; margin-top: 14px; }
.home-import { font-size: 13px; margin-top: 20px; max-width: 48ch; }
.home-record-sheet { border: 1px solid var(--ink); padding: 28px 32px; background: var(--surface); }
.home-record-sheet > header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--ink); gap: 18px; }
.home-record-sheet > header > p { font-size: 12px; text-align: right; }
.home-record-sheet > h2 { font-size: 50px; margin-top: 28px; font-style: italic; max-width: 14ch; }
.home-choice-credit { font-size: 12px; margin-top: 12px; }
.home-recognition-leaf { border-block: 0; padding-block: 28px 20px; }
.home-recognition-leaf h3 { font-size: 32px; }
.home-reader-choice { margin-top: 18px; border-block: 1px solid var(--field-rule); }
.home-reader-choice summary { font-size: 13px; }
.home-reader-choice ol { margin-block: 10px 12px; }
.home-reader-choice li { display: grid; gap: 3px; font-size: 18px; padding-block: 10px; }
.home-reader-choice li:first-child { border-top: 0; }
.home-reader-choice span { color: var(--muted); font-size: 12px; }
.home-reader-choice > p { font-size: 12px; margin-bottom: 16px; }
.home-example-note { font-size: 12px; }
.home-path { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 24px 64px; }
.home-review .home-path h2 { font-size: 42px; }
.home-path ol { display: grid; gap: 24px; }
.home-path li { display: list-item; }
.home-path li + li { margin-top: 0; }
.home-path h3 { font-size: 25px; }
.home-path li p { margin-top: 8px; font-size: 14px; }
.home-family { grid-template-columns: 1fr 1fr; gap: 28px 72px; }
.home-family-example { grid-column: 2; grid-row: 1 / span 2; }
.home-course-source { padding-block: 0 28px; }
.home-course-source h3 { font-size: 30px; }
.home-course-source p { font-size: 13px; margin-top: 10px; }
.home-course-source cite { font-size: 19px; }
.home-family-sheet header { background: transparent; color: var(--ink); border-bottom: 1px solid var(--ink); }
.home-family-sheet { background: var(--surface); }
.home-family-price { margin-top: 0; font-size: 19px; }
.home-welcome { grid-template-columns: 1fr 1fr; gap: 72px; }
.home-ownership { border-block: 1px solid var(--field-rule); padding-block: 8px; }
.home-ownership > summary { cursor: pointer; min-height: 48px; padding-block: 12px; }
.home-ownership p { font-size: 14px; margin-block: 12px; }
.home-ownership a { min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; }
@media (max-width: 1000px) {
  .home-recognition, .home-family, .home-welcome { gap: 32px; }
  .home-review .home-title h1 { font-size: 58px; }
  .home-start img { width: 112px; }
}
@media (max-width: 900px) {
  .home-public-page .public-header { position: relative; flex-wrap: wrap; }
  .home-public-page .public-header:has(.public-menu[open]) { background: var(--surface); border-bottom: 1px solid var(--ink); }
  .home-public-page .public-menu[open] { width: 100%; margin-left: 0; border-bottom: 0; padding-bottom: 12px; }
  .home-public-page .public-menu[open] > summary { position: absolute; top: 20px; right: 28px; }
  .home-public-page .public-menu[open] nav { position: static; margin-top: 20px; padding: 10px 0 24px; border-block: 1px solid var(--rule); background: transparent; gap: 0; }
  .home-public-page .public-header .public-menu nav > a:not(.button) { font: 400 18px/1.4 var(--body); padding-block: 12px; }
  .home-public-page .public-menu[open] nav > .button { margin-top: 16px; }
  .home-public-page .public-menu[open] .button { width: 100%; justify-self: stretch; }
}
@media (max-width: 700px) {
  .home-review .home-title h1 { font-size: 48px; }
  .home-intro { font-size: 25px; margin-block: 18px; }
  .home-start { gap: 16px; margin-top: 20px; }
  .home-start img { width: 100px; }
  .home-start .button { padding-inline: 16px; }
  .home-free { font-size: 12px; }
  .home-record-sheet { padding: 24px; }
  .home-record-sheet > h2 { font-size: 42px; }
  .home-record-sheet > header { padding-bottom: 18px; }
  .home-record-sheet .wordmark { font-size: 39px; }
  .home-recognition-leaf { padding-block: 24px 18px; }
  .home-recognition-leaf h3 { font-size: 30px; }
  .home-path ol { gap: 24px; }
  .home-path { padding-top: 32px; }
  .home-family-offer { width: 100%; }
  .home-course-source { padding-bottom: 24px; }
  .home-welcome > div:first-child { max-width: none; }
}

/* Revision 3: the books are visible; the specimen earns its recognition. */
.home-evidence-books { list-style: none; padding: 0; margin: 24px 0 0; }
.home-evidence-books li { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 12px; border-top: 1px solid var(--rule); padding-block: 14px; }
.home-evidence-books cite { font: 500 26px/1.15 var(--display); }
.home-evidence-books span { font-size: 12px; color: var(--muted); }
.home-recognition-leaf { border-top: 1px solid var(--ink); padding-top: 24px; }
.home-recognition-leaf h3 { font-size: 36px; }
.home-reader-choice { margin-top: 14px; border-bottom: 0; }
.home-reader-choice > p { margin-block: 8px 0; }
.home-intro { font: 400 17px/1.6 var(--body); max-width: 40ch; }
.home-start { margin-top: 28px; }
.home-free { max-width: 44ch; }
.home-import { max-width: 44ch; }
.home-family { align-items: start; }
.home-family-offer .button { font-size: 14px; }
.home-practice { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; padding-block: 56px 64px; border-top: 1px solid var(--ink); align-items: center; }
.home-practice-art img { width: 100%; height: auto; }
.home-practice h2 { font-size: 46px; max-width: 20ch; }
.home-practice h2 + p { margin-top: 20px; font-size: 15px; }
.home-revisit { border-block: 1px solid var(--field-rule); padding-block: 20px 8px; margin-top: 24px; }
.home-revisit > p { font-size: 12px; color: var(--muted); }
.home-revisit h3 { font-size: 30px; margin-top: 18px; }
.home-practice-reveal > summary { min-height: 48px; padding-block: 14px; cursor: pointer; font-size: 14px; }
.home-practice-reveal blockquote { font: italic 500 27px/1.25 var(--display); margin: 12px 0; }
.home-practice-reveal > p { font-size: 12px; margin-block: 14px; }
@media (max-width: 1000px) { .home-practice { gap: 32px; } .home-evidence-books li { display: block; } .home-evidence-books span { display: block; margin-top: 6px; } }
@media (max-width: 700px) {
  .home-record-sheet > h2 { margin-top: 24px; }
  .home-evidence-books cite { font-size: 24px; }
  .home-practice { display: flex; flex-direction: column; gap: 24px; padding-block: 32px 40px; align-items: stretch; }
  .home-practice h2 { font-size: 38px; }
  .home-review .home-family h2 { font-size: 36px; }
  .home-family { gap: 24px; }
  .home-family-price { padding-top: 0; border-top: 0; font-size: 17px; }
  .home-family-offer .button { width: 100%; padding-inline: 16px; }
}

/* Revision 4: outcome first, evidence beside it, and warmth in the opening. */
.home-recognition { grid-template-rows: auto 1fr; gap: 28px 64px; padding-bottom: 48px; }
.home-title { grid-column: 1; grid-row: 1; }
.home-recognition-example { grid-column: 2; grid-row: 1 / span 2; }
.home-intro { font: 500 29px/1.2 var(--display); margin-block: 20px 24px; max-width: 24ch; }
.home-free { font-size: 14px; color: var(--ink); max-width: 43ch; }
.home-start { grid-column: 1; grid-row: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 0; align-items: center; }
.home-start img { width: 100%; height: auto; }
.home-import { font-size: 14px; margin-top: 0; color: var(--ink); }
.home-record-sheet { padding: 24px 28px; }
.home-record-sheet > header { padding-bottom: 16px; }
.home-record-sheet > header > p { font-size: 13px; }
.home-record-sheet > header > p:first-child { text-align: left; font-size: 17px; }
.home-record-sheet > header > p + p { margin-top: 0; }
.home-recognition-leaf { border-top: 0; padding-block: 22px 8px; }
.home-recognition-leaf h2 { font-size: 46px; line-height: 1; }
.home-example-count { font-size: 14px; margin-top: 12px; }
.home-evidence-books { margin-top: 20px; }
.home-evidence-books li { padding-block: 12px; }
.home-evidence-books cite { font-size: 24px; }
.home-evidence-books span { font-size: 13px; }
.home-reader-choice summary { font-size: 14px; }
.home-reader-choice > p { font-size: 14px; padding: 14px; background: var(--bg); }
.home-chosen-name { border-top: 1px solid var(--ink); padding-top: 20px; margin-top: 8px; }
.home-chosen-name h3 { font-size: 32px; font-style: italic; }
.home-choice-credit { font-size: 13px; margin-top: 8px; }
.home-example-note { font-size: 14px; margin-top: 14px; }
.home-path { border-top: 0; padding-block: 36px 48px; }
.home-path li p { font-size: 15px; }
.home-path .home-import-example { border-top: 1px solid var(--rule); padding-top: 12px; font-size: 14px; }
.home-family { background: var(--surface); padding: 36px; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 24px 44px; }
.home-review .home-family h2 { font-size: 44px; }
.home-family-purpose > p:first-of-type { font-size: 16px; margin-top: 18px; }
.home-family-sheet { background: var(--bg); }
.home-family-price { padding-top: 16px; font-size: 18px; }
.home-small { font-size: 14px; color: var(--ink); }
.home-availability { margin-block: 16px 20px; }
.home-family-offer .home-sample-link { margin-top: 8px; }
.home-practice { padding-block: 48px; border-top: 0; align-items: start; gap: 64px; }
.home-practice h2 { font-size: 42px; }
.home-practice h2 + p { font-size: 16px; }
.home-revisit { margin-top: 0; padding: 24px; border: 1px solid var(--ink); }
.home-revisit > p { font-size: 14px; }
.home-practice-reveal blockquote { font-size: 32px; margin-block: 24px; }
.home-welcome { padding-block: 24px 40px; gap: 64px; align-items: start; }
.home-welcome p { margin-top: 0; }
@media (max-width: 1000px) {
  .home-recognition { gap: 24px 32px; }
  .home-start { grid-template-columns: 1fr; gap: 18px; }
  .home-start img { max-width: 320px; }
  .home-family { gap: 24px; padding: 28px; }
}
@media (max-width: 700px) {
  .home-title { order: 1; }
  .home-recognition-example { order: 2; }
  .home-start { order: 3; display: grid; width: 100%; gap: 20px; }
  .home-start img { max-width: none; }
  .home-intro { font-size: 27px; }
  .home-free { font-size: 14px; }
  .home-record-sheet { padding: 20px; }
  .home-recognition-leaf h2 { font-size: 42px; }
  .home-evidence-books li { display: block; padding-block: 10px; }
  .home-evidence-books span { margin-top: 4px; }
  .home-chosen-name h3 { font-size: 30px; }
  .home-path { padding-block: 8px 32px; }
  .home-family { margin-inline: -12px; width: calc(100% + 24px); padding: 24px 12px; gap: 20px; }
  .home-review .home-family h2 { font-size: 34px; }
  .home-family-sheet { padding-inline: 16px; }
  .home-family-sheet header { padding: 16px; margin-inline: -16px; }
  .home-family-sheet h4 { font-size: 24px; margin-block: 16px 10px; }
  .home-family-sheet :is(th, td) { padding-block: 10px; }
  .home-family-price { padding-top: 0; border-top: 0; font-size: 17px; }
  .home-practice { gap: 24px; padding-block: 32px; }
  .home-practice h2 { font-size: 36px; }
  .home-revisit { padding: 20px; }
  .home-welcome { gap: 24px; }
}
