/* Homepage only: never imported by detail or hub pages. */
.home-editorial {
  --he-navy: #102a43;
  --he-paper: #fafaf7;
  --he-blue: #eaf3f8;
  --he-cream: #f8f4ea;
  --he-line: #d3dce0;
  --text: var(--he-navy);
  --primary: var(--he-navy);
  --primary-hover: #244761;
  --muted: #526575;
  color: var(--he-navy);
  background: var(--he-paper);
  -webkit-font-smoothing: antialiased;
}
.home-editorial .he-wrap { width: min(100% - 80px, 1280px); margin-inline: auto; }
.home-editorial :is(h1, h2, h3, p, figure, ol) { margin-top: 0; }
.home-editorial :is(h1, h2, h3) { color: var(--he-navy); word-break: keep-all; letter-spacing: -.045em; }
.home-editorial :is(h2, h3)::before { display: none; }
.home-editorial p { color: var(--muted); word-break: keep-all; }
.home-editorial :is(a, button, summary, input, select, textarea):focus-visible { outline: 3px solid #4c8bf5; outline-offset: 4px; }
.home-editorial [hidden] { display: none !important; }
.home-editorial .he-section { padding-block: 112px; }
.home-editorial .he-cream { background: var(--he-cream); }
.home-editorial .he-blue { background: var(--he-blue); }
.home-editorial .he-heading { margin-bottom: 48px; }
.home-editorial .he-heading h2 { font-size: clamp(2rem, 3.4vw, 3.25rem); line-height: 1.4; font-weight: 650; margin-bottom: 20px; }
.home-editorial .he-heading > p:last-child { margin-bottom: 0; }
.home-editorial .he-label { font-size: .73rem; line-height: 1.5; letter-spacing: .14em; font-weight: 600; color: #49637a; margin-bottom: 20px; }
.home-editorial .he-number { color: #466b88; font-size: 2rem; font-weight: 400; line-height: 1; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.home-editorial .he-button, .home-editorial .he-header-cta { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 13px 24px; border: 1px solid var(--he-navy); border-radius: 5px; background: var(--he-navy); color: #fff; font-weight: 600; text-decoration: none; cursor: pointer; box-shadow: none; }
.home-editorial .he-button:hover, .home-editorial .he-header-cta:hover { background: #244761; }
.home-editorial .he-text-link { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; gap: 22px; width: fit-content; padding: 10px 0; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; color: var(--he-navy); background: transparent; text-decoration: none; font-weight: 600; cursor: pointer; }
.home-editorial .he-text-link:hover { color: #285a89; }
.home-editorial .he-header { background: var(--he-paper); border-bottom: 1px solid #e4e7e5; }
.home-editorial .he-nav { display: flex; align-items: center; gap: 32px; min-height: 92px; }
.home-editorial .he-brand { display: flex; flex-direction: column; flex-shrink: 0; text-decoration: none; line-height: 1.2; margin-right: auto; }
.home-editorial .he-brand strong { font-size: 1.6rem; letter-spacing: -.06em; }
.home-editorial .he-brand small { margin-top: 7px; color: #526575; font-size: .73rem; letter-spacing: .03em; }
.home-editorial .he-desktop-nav { display: flex; gap: 28px; }
.home-editorial .he-desktop-nav a { display: flex; align-items: center; min-height: 44px; text-decoration: none; font-size: .9rem; }
.home-editorial .he-desktop-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.home-editorial .he-header-cta { min-height: 44px; padding: 9px 18px; font-size: .85rem; gap: 14px; }
.home-editorial .he-mobile-menu { display: none; }
.home-editorial .he-hero { padding: 64px 0 0; }
.home-editorial .he-hero-grid { display: grid; grid-template-columns: minmax(0, 42fr) minmax(0, 58fr); align-items: center; gap: 0; }
.home-editorial .he-hero-copy { position: relative; z-index: 1; padding: 12px 24px 32px 0; }
.home-editorial .he-eyebrow { font-size: .92rem; line-height: 1.65; margin-bottom: 28px; color: #46647a; }
.home-editorial .he-hero h1 { font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1.42; margin-bottom: 26px; font-weight: 650; }
.home-editorial .he-lead { font-size: .97rem; line-height: 1.95; margin-bottom: 30px; }
.home-editorial .he-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; }
.home-editorial .he-hero-figure { min-width: 0; margin: 0 0 0 0; padding-top: 28px; }
.home-editorial .he-hero-photo.image-box { position: relative; width: 100%; height: auto; min-height: 0; aspect-ratio: 1.42; margin: 0; border: 0; border-radius: 34px 34px 6px 34px; background: var(--he-blue); overflow: hidden; transform: none; }
.home-editorial .he-hero-photo picture { display: block; width: 100%; height: 100%; }
.home-editorial .he-hero-photo img { display: block; width: 100%; height: 100%; max-width: 100%; object-fit: cover; object-position: 95% 50%; transform: none; }
.home-editorial .he-hero-figure figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding-top: 14px; color: #526575; font-size: .72rem; }
.home-editorial .he-principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; padding: 50px 0 38px; margin-top: 28px; margin-bottom: 0; }
.home-editorial .he-principles li { display: flex; align-items: center; gap: 22px; border-top: 1px solid var(--he-line); padding-top: 22px; margin-right: 40px; }
.home-editorial .he-principles li:last-child { margin-right: 0; }
.home-editorial .he-principles span { font-size: 2.8rem; font-weight: 300; line-height: 1; color: #658198; }
.home-editorial .he-principles p { font-size: 1rem; margin: 0; color: var(--he-navy); }
.home-editorial .he-subject-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 9%; align-items: center; padding: 48px 0 64px; border-top: 1px solid var(--he-line); }
.home-editorial .he-subject-row:last-child { padding-bottom: 0; }
.home-editorial .he-subject-reverse { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); }
.home-editorial .he-subject-reverse .he-subject-copy { grid-column: 2; grid-row: 1; }
.home-editorial .he-subject-reverse .he-subject-photo { grid-column: 1; grid-row: 1; }
.home-editorial .he-subject-copy h3 { font-size: 2.5rem; margin-bottom: 24px; }
.home-editorial .he-subject-copy .he-subject-statement { color: var(--he-navy); font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.6; }
.home-editorial .he-subject-copy > p:not(.he-label) { max-width: 390px; }
.home-editorial .he-subject-copy .he-text-link { margin-top: 16px; }
.home-editorial .he-subject-photo { aspect-ratio: 1.25; border-radius: 4px 32px 4px 4px; overflow: hidden; }
.home-editorial .he-subject-reverse .he-subject-photo { border-radius: 32px 4px 4px 4px; }
.home-editorial .he-subject-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 55% 50%; }
.home-editorial .he-subject-photo .he-photo-right { object-position: 65% 50%; }
.home-editorial .he-two-col { display: grid; grid-template-columns: minmax(0, 42fr) minmax(0, 58fr); gap: 6%; }
.home-editorial .he-heading .he-statement { font-size: clamp(2.4rem, 4.2vw, 4rem); line-height: 1.4; }
.home-editorial .he-learning-flow { list-style: none; padding: 0; margin-bottom: 0; }
.home-editorial .he-learning-flow li { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 20px; border-bottom: 1px solid #c5d5df; padding: 25px 0; }
.home-editorial .he-learning-flow li:first-child { padding-top: 8px; }
.home-editorial .he-learning-flow h3 { margin: 0 0 8px; font-size: 1.22rem; }
.home-editorial .he-learning-flow p { margin: 0; font-size: .93rem; }
.home-editorial .he-modes { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: start; }
.home-editorial .he-mode-video { margin-top: 64px; }
.home-editorial .he-mode-photo { aspect-ratio: 1.5; overflow: hidden; border-radius: 18px 18px 0 0; background: var(--he-blue); }
.home-editorial .he-mode-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.home-editorial .he-mode-video img { object-position: 60% 50%; }
.home-editorial .he-mode-copy { padding: 28px 0 24px; border-bottom: 1px solid var(--he-line); }
.home-editorial .he-mode-copy h3 { font-size: clamp(1.25rem, 2vw, 1.8rem); margin: 14px 0; }
.home-editorial .he-mode-copy h3 small { display: block; font-size: 1rem; margin-top: 14px; letter-spacing: 0; }
.home-editorial .he-mode-copy p { max-width: 440px; font-size: .95rem; margin: 0; }
.home-editorial .he-method-note { padding-top: 26px; margin-bottom: 0; font-size: .85rem; }
.home-editorial .he-finder { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; align-items: start; gap: 20px; padding: 26px; border: 1px solid #d8d8cf; border-radius: 8px; background: #fff; }
.home-editorial .he-finder label { display: flex; flex-direction: column; min-width: 0; gap: 12px; font-size: .82rem; font-weight: 500; }
.home-editorial .he-finder :is(input, select) { width: 100%; min-width: 0; min-height: 50px; border: 0; border-bottom: 1px solid #acb9c1; border-radius: 0; padding: 8px 4px; color: var(--he-navy); background: #fff; font-size: 1rem; }
.home-editorial .he-finder-actions { display: flex; flex-direction: column; align-items: center; gap: 0; padding-top: 30px; }
.home-editorial .he-finder-actions .he-text-link { font-size: .8rem; border: 0; }
.home-editorial [data-finder-status] { margin: 24px 0 16px; }
.home-editorial :is(.internal-link-chips, .hub-link-chips) { gap: 10px; }
.home-editorial :is(.internal-link-chips, .hub-link-chips) a { background: transparent; box-shadow: none; border-radius: 4px; min-height: 44px; font-size: .85rem; }
.home-editorial .he-timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; padding: 0; margin: 0; }
.home-editorial .he-timeline li { position: relative; border-top: 1px solid var(--he-line); padding: 30px 28px 0 0; }
.home-editorial .he-timeline li::before { content: ''; position: absolute; width: 7px; height: 7px; top: -4px; left: 0; border-radius: 50%; background: #4c8bf5; }
.home-editorial .he-timeline .he-number { font-size: 3rem; display: block; margin-bottom: 28px; }
.home-editorial .he-timeline h3 { margin-bottom: 12px; font-size: 1.2rem; }
.home-editorial .he-timeline p { margin: 0; font-size: .93rem; }
.home-editorial .he-faq { border-top: 1px solid var(--he-line); }
.home-editorial .he-faq .faq-list { display: block; }
.home-editorial .he-faq .faq-item { background: transparent; border: 0; border-bottom: 1px solid var(--he-line); border-radius: 0; box-shadow: none; }
.home-editorial .he-faq .faq-item:first-child { border-top: 1px solid var(--he-line); }
.home-editorial .he-faq summary { padding: 24px 32px 24px 0; }
.home-editorial .he-faq summary::after { right: 2px; }
.home-editorial .he-faq summary h3 { font-size: 1rem; font-weight: 550; }
.home-editorial .he-faq .faq-answer { padding: 0 24px 24px 0; }
.home-editorial .consultation-section { padding: 112px 0; background: var(--he-cream); color: var(--he-navy); }
.home-editorial .consultation-shell { width: min(100% - 80px, 1280px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 7%; align-items: start; }
.home-editorial .consultation-heading { margin: 30px 0 0; text-align: left; }
.home-editorial .consultation-heading .cta-kicker { color: #49637a !important; font-size: .82rem; }
.home-editorial .consultation-heading .cta-kicker::before { display: none; }
.home-editorial .consultation-heading h2 { font-size: clamp(1.8rem, 2.6vw, 2.65rem); color: var(--he-navy); line-height: 1.5; }
.home-editorial .consultation-heading > p:last-child { color: var(--muted); font-size: .95rem; }
.home-editorial .consultation-form-card { padding: 30px; border: 1px solid #d8d8cf; border-radius: 8px; box-shadow: none; }
.home-editorial .consultation-form-card :is(input[type="tel"], select, textarea) { border-radius: 4px; }
.home-editorial .consultation-submit { border-radius: 4px; background: var(--he-navy); min-height: 52px; box-shadow: none; }
.home-editorial .consultation-submit::before { display: none; }
.home-editorial .site-footer { background: var(--he-paper); border-top: 1px solid var(--he-line); }
@media (max-width: 1100px) {
  .home-editorial .he-wrap, .home-editorial .consultation-shell { width: calc(100% - 48px); }
  .home-editorial .he-nav { gap: 20px; }
  .home-editorial .he-desktop-nav { gap: 16px; }
  .home-editorial .he-hero h1 { font-size: clamp(1.8rem, 3.6vw, 2.75rem); }
  .home-editorial .he-lead br { display: none; }
  .home-editorial .he-finder { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-editorial .he-finder-actions { grid-column: 1 / -1; flex-direction: row; padding-top: 4px; gap: 24px; }
}
@media (max-width: 900px) {
  .home-editorial .he-desktop-nav { display: none; }
  .home-editorial .he-nav { flex-wrap: wrap; gap: 12px; padding-block: 14px; min-height: 78px; }
  .home-editorial .he-mobile-menu { display: block; }
  .home-editorial .he-mobile-menu summary { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 4px; list-style: none; cursor: pointer; }
  .home-editorial .he-mobile-menu summary::-webkit-details-marker { display: none; }
  .home-editorial .he-mobile-menu[open] { flex-basis: 100%; }
  .home-editorial .he-mobile-menu[open] summary { justify-content: flex-end; }
  .home-editorial .he-mobile-menu nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-top: 12px; border-top: 1px solid var(--he-line); }
  .home-editorial .he-mobile-menu nav a { padding: 12px; text-decoration: none; font-size: .9rem; }
  .home-editorial .he-hero { padding-top: 40px; }
  .home-editorial .he-hero-grid { grid-template-columns: minmax(0, 1fr); }
  .home-editorial .he-hero-copy { padding: 0; }
  .home-editorial .he-hero h1 { font-size: clamp(2rem, 5.5vw, 3rem); }
  .home-editorial .he-lead { max-width: 480px; }
  .home-editorial .he-hero-figure { margin-top: 12px; }
  .home-editorial .he-hero-photo.image-box { aspect-ratio: 1.65; }
  .home-editorial .he-principles li { flex-direction: column; align-items: start; gap: 12px; margin-right: 24px; }
  .home-editorial .he-subject-row { gap: 6%; }
  .home-editorial .he-two-col { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .home-editorial .he-modes { gap: 28px; }
  .home-editorial .he-timeline { grid-template-columns: minmax(0, 1fr); }
  .home-editorial .he-timeline li { border-top: 0; border-left: 1px solid var(--he-line); padding: 0 0 32px 76px; margin-left: 4px; min-height: 115px; }
  .home-editorial .he-timeline li::before { top: 8px; left: -4px; }
  .home-editorial .he-timeline .he-number { position: absolute; left: 18px; top: 0; font-size: 2rem; }
  .home-editorial .he-timeline li:last-child { padding-bottom: 0; }
  .home-editorial .consultation-shell { grid-template-columns: minmax(0, 1fr); gap: 32px; max-width: 700px; }
}
@media (max-width: 600px) {
  .home-editorial .he-wrap, .home-editorial .consultation-shell { width: calc(100% - 40px); }
  .home-editorial .he-section, .home-editorial .consultation-section { padding-block: 72px; }
  .home-editorial .he-heading { margin-bottom: 32px; }
  .home-editorial .he-heading h2 { font-size: clamp(1.65rem, 6.6vw, 2rem); }
  .home-editorial .he-brand strong { font-size: 1.35rem; }
  .home-editorial .he-brand small { font-size: .65rem; }
  .home-editorial .he-header-cta { padding-inline: 12px; gap: 8px; }
  .home-editorial .he-mobile-menu summary { font-size: .83rem; }
  .home-editorial .he-hero h1 { font-size: clamp(1.9rem, 7.6vw, 2.35rem); line-height: 1.45; }
  .home-editorial .he-eyebrow { margin-bottom: 22px; font-size: .85rem; }
  .home-editorial .he-lead { font-size: .93rem; line-height: 1.85; }
  .home-editorial .he-actions { gap: 12px 22px; }
  .home-editorial .he-actions .he-button { width: 100%; justify-content: space-between; }
  .home-editorial .he-hero-photo.image-box { aspect-ratio: 1.22; border-radius: 28px 28px 4px 28px; }
  .home-editorial .he-hero-figure figcaption { font-size: .66rem; }
  .home-editorial .he-principles { padding-top: 30px; margin-top: 16px; }
  .home-editorial .he-principles li { margin-right: 14px; padding-top: 16px; }
  .home-editorial .he-principles span { font-size: 2rem; }
  .home-editorial .he-principles p { font-size: .81rem; max-width: 90px; }
  .home-editorial .he-subject-row, .home-editorial .he-subject-reverse { grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 36px 0 48px; }
  .home-editorial .he-subject-reverse .he-subject-copy, .home-editorial .he-subject-reverse .he-subject-photo { grid-column: auto; grid-row: auto; }
  .home-editorial .he-subject-photo { aspect-ratio: 1.3; }
  .home-editorial .he-subject-copy h3 { font-size: 2.25rem; }
  .home-editorial .he-heading .he-statement { font-size: 2.4rem; }
  .home-editorial .he-learning-flow li { grid-template-columns: 40px minmax(0, 1fr); gap: 16px; }
  .home-editorial .he-modes { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .home-editorial .he-mode-video { margin-top: 0; }
  .home-editorial .he-mode-copy h3 { font-size: 1.45rem; }
  .home-editorial .he-finder { grid-template-columns: minmax(0, 1fr); padding: 22px; gap: 24px; }
  .home-editorial .he-finder-actions { flex-direction: column; gap: 8px; padding-top: 0; }
  .home-editorial .he-finder-actions .he-button { width: 100%; }
  .home-editorial .he-faq summary h3 { font-size: .93rem; }
  .home-editorial .consultation-heading { margin-top: 0; }
  .home-editorial .consultation-heading h2 { font-size: clamp(1.45rem, 5.8vw, 1.8rem); }
  .home-editorial .consultation-form-card { padding: 24px 18px; }
}
/* Match the picture source breakpoint, including phones wider than 600px. */
.home-editorial .he-finder { padding: 32px; border-radius: 4px; }

@media (max-width: 600px) {
  .home-editorial .he-finder { padding: 24px; }
}
@media (max-width: 767px) {
  .home-editorial .he-hero-photo img { object-position: 100% 50%; }
}
.home-editorial .he-coaching-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 9%; align-items: start; }
.home-editorial .he-coaching-intro { margin-bottom: 0; }
.home-editorial .he-coaching-name { color: var(--he-navy); font-size: .94rem; margin-bottom: 18px; }
.home-editorial .he-coaching-intro h2 { font-size: clamp(1.7rem, 2.7vw, 2.6rem); line-height: 1.5; }
.home-editorial .he-coaching-intro > p:not(.he-label):not(.he-coaching-name) { font-size: .96rem; line-height: 1.9; margin-bottom: 20px; }
.home-editorial .he-coaching-concern { padding-top: 22px; border-top: 1px solid var(--he-line); }
.home-editorial .he-coaching-list { list-style: none; padding: 0; margin: 0; }
.home-editorial .he-coaching-list li { padding: 24px 0; border-bottom: 1px solid var(--he-line); }
.home-editorial .he-coaching-list li:first-child { padding-top: 0; }
.home-editorial .he-coaching-index { display: flex; align-items: center; gap: 18px; margin-bottom: 14px; }
.home-editorial .he-coaching-index .he-label { margin: 0; }
.home-editorial .he-coaching-list h3 { font-size: 1.2rem; margin-bottom: 12px; }
.home-editorial .he-coaching-list p { font-size: .93rem; line-height: 1.85; margin: 0; }
.home-editorial .he-coaching-foot { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 9%; margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--he-line); }
.home-editorial .he-coaching-foot p { margin: 0; font-size: .93rem; }
.home-editorial .he-coaching-foot .he-coaching-emphasis { color: var(--he-navy); font-size: clamp(1.15rem, 1.8vw, 1.5rem); }
@media (max-width: 900px) {
  .home-editorial .he-coaching-layout, .home-editorial .he-coaching-foot { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .home-editorial .he-coaching-intro h2 { font-size: clamp(1.65rem, 4.7vw, 2.5rem); }
}
@media (max-width: 600px) {
  .home-editorial .he-coaching-layout { gap: 24px; }
  .home-editorial .he-coaching-intro h2 { font-size: clamp(1.55rem, 6.2vw, 1.85rem); }
  .home-editorial .he-coaching-list h3 { font-size: 1.12rem; }
  .home-editorial .he-coaching-foot { margin-top: 32px; gap: 18px; }
}
.home-editorial .he-grade-lesson { padding: 52px 0; border-top: 1px solid var(--he-line); }
.home-editorial .he-grade-lesson:first-child { padding-top: 12px; border-top: 0; }
.home-editorial .he-grade-lesson:last-child { padding-bottom: 0; }
.home-editorial .he-grade-lesson-heading { max-width: 680px; margin-bottom: 32px; }
.home-editorial .he-grade-lesson-heading .he-label { margin-bottom: 12px; }
.home-editorial .he-grade-lesson-heading h3 { font-size: clamp(1.8rem, 3vw, 2.65rem); margin-bottom: 14px; }
.home-editorial .he-grade-lesson-heading > p:last-child { margin: 0; font-size: 1rem; }
.home-editorial .he-grade-lesson-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.2fr); gap: 6%; align-items: center; }
.home-editorial .he-grade-lesson-photo { margin: 0; aspect-ratio: 3/2; overflow: hidden; border-radius: 22px 4px 4px 4px; }
.home-editorial .he-grade-lesson-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.home-editorial .he-grade-lesson-elementary img { object-position: 55% 45%; }
.home-editorial .he-grade-lesson-reverse .he-grade-lesson-layout { grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr); }
.home-editorial .he-grade-lesson-reverse .he-grade-lesson-photo { grid-column: 2; grid-row: 1; border-radius: 4px 22px 4px 4px; }
.home-editorial .he-grade-lesson-reverse .he-grade-areas { grid-column: 1; grid-row: 1; }
.home-editorial .he-grade-areas { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; list-style: none; margin: 0; padding: 0; }
.home-editorial .he-grade-areas li { border-top: 1px solid #cbd5d9; padding-top: 20px; }
.home-editorial .he-grade-areas .he-number { display: block; margin-bottom: 16px; font-size: 1.55rem; }
.home-editorial .he-grade-areas h4 { font-size: 1.02rem; line-height: 1.6; letter-spacing: -.025em; word-break: keep-all; color: var(--he-navy); margin: 0 0 12px; }
.home-editorial .he-grade-areas p { font-size: .9rem; line-height: 1.85; margin: 0; }
.home-editorial .he-grade-lesson-link { margin-top: 28px; }
@media (max-width: 900px) {
  .home-editorial .he-grade-lesson-layout, .home-editorial .he-grade-lesson-reverse .he-grade-lesson-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .home-editorial .he-grade-lesson-reverse .he-grade-lesson-photo, .home-editorial .he-grade-lesson-reverse .he-grade-areas { grid-column: auto; grid-row: auto; }
}
@media (max-width: 600px) {
  .home-editorial .he-grade-areas { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .home-editorial .he-grade-lesson { padding-block: 44px; }
  .home-editorial .he-grade-lesson-heading h3 { font-size: 1.9rem; }
  .home-editorial .he-grade-lesson-heading { margin-bottom: 24px; }
  .home-editorial .he-grade-lesson-layout { gap: 28px; }
  .home-editorial .he-grade-lesson-link { width: 100%; justify-content: space-between; }
}
/* Keep the alternating split; source order places the photo before details on mobile. */
.home-editorial .he-subject-row { grid-template-areas: "heading photo" "detail photo"; row-gap: 0; align-items: start; }
.home-editorial .he-subject-reverse { grid-template-areas: "photo heading" "photo detail"; }
.home-editorial .he-subject-row .he-subject-heading { grid-area: heading; }
.home-editorial .he-subject-row .he-subject-detail { grid-area: detail; }
.home-editorial .he-subject-row .he-subject-photo { grid-area: photo; align-self: center; }
.home-editorial .he-subject-detail > p { font-size: .94rem; line-height: 1.85; }
.home-editorial .he-subject-lessons { list-style: none; margin: 24px 0; padding: 0; }
.home-editorial .he-subject-lessons li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 12px; border-top: 1px solid var(--he-line); padding: 18px 0; }
.home-editorial .he-subject-number { font-size: .8rem; color: #49637a; padding-top: 3px; font-variant-numeric: tabular-nums; }
.home-editorial .he-subject-lessons h4 { font-size: .98rem; line-height: 1.6; letter-spacing: -.02em; margin: 0 0 8px; word-break: keep-all; }
.home-editorial .he-subject-lessons p { font-size: .88rem; line-height: 1.85; margin: 0; }
.home-editorial .he-subject-stages { border-top: 1px solid var(--he-line); padding-top: 16px; margin: 0; }
.home-editorial .he-subject-stages > div { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 14px; margin-top: 10px; font-size: .82rem; line-height: 1.7; }
.home-editorial .he-subject-stages dt { font-weight: 600; }
.home-editorial .he-subject-stages dd { margin: 0; color: var(--muted); word-break: keep-all; }
@media (max-width: 600px) {
  .home-editorial .he-subject-row, .home-editorial .he-subject-reverse { grid-template-areas: "heading" "photo" "detail"; row-gap: 28px; }
  .home-editorial .he-subject-heading .he-subject-statement { margin-bottom: 0; }
  .home-editorial .he-subject-lessons li { padding-block: 22px; }
  .home-editorial .he-subject-lessons p { font-size: .92rem; }
  .home-editorial .he-subject-stages > div { font-size: .86rem; }
}
.home-editorial .he-finder-dialog { width: min(680px, calc(100% - 32px)); max-height: 85dvh; padding: 28px; border: 1px solid var(--he-line); border-radius: 8px; background: var(--he-paper); color: var(--he-navy); overflow-y: auto; }
.home-editorial .he-finder-dialog::backdrop { background: rgb(16 42 67 / 45%); }
.home-editorial .he-finder-dialog-heading { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.home-editorial .he-finder-dialog-heading h2 { font-size: 1.35rem; margin: 10px 0 20px; }
.home-editorial .he-finder-dialog-heading button { flex-shrink: 0; }
.home-editorial .he-finder-dialog-list { padding: 0; margin: 20px 0; list-style: none; }
.home-editorial .he-finder-dialog-list a { display: block; min-height: 48px; padding: 12px 0; border-bottom: 1px solid var(--he-line); text-decoration: none; word-break: keep-all; }
.home-editorial .he-finder-dialog-list a:hover { text-decoration: underline; }
.home-editorial .he-finder-dialog-pages { display: flex; justify-content: center; gap: 24px; align-items: center; }
.home-editorial .he-finder-dialog-pages button:disabled { opacity: .45; cursor: default; }
@media (max-width: 600px) {
  .home-editorial .he-finder-dialog { padding: 20px; }
  .home-editorial .he-finder-dialog-heading h2 { font-size: 1.15rem; }
}
@media (prefers-reduced-motion: reduce) {
  .home-editorial *, .home-editorial *::before, .home-editorial *::after { animation: none !important; transition: none !important; scroll-behavior: auto; }
}
