/* Editorial tuition and guide pages use the established brand tokens. */
.breadcrumbs { padding-block: 18px 0; font-size: 12px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 5px 9px; list-style: none; margin: 0; padding: 0; }
.breadcrumbs li { display: inline; overflow-wrap: anywhere; }
.breadcrumbs li+li::before { content: '/'; color: var(--text); margin-right: 9px; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.breadcrumbs [aria-current] { color: var(--text); }
.breadcrumbs+.page-hero { padding-top: 34px; }
.focused-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 28px; margin-top: 24px; }
.focused-links a { display: flex; gap: 14px; align-items: center; justify-content: space-between; min-height: 90px; padding-block: 18px; border-top: 1px solid var(--line); }
.focused-links a:hover strong { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.focused-links strong { display: block; font-size: 18px; color: var(--ink); font-weight: 600; line-height: 1.4; }
.focused-links small { display: block; font-size: 13px; margin-top: 5px; color: var(--text); }
.focused-links svg { flex: 0 0 20px; color: var(--accent); }
.focused-links-compact a { min-height: 64px; }
.tuition-choice { border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 26px; padding-top: 24px; }
.tuition-choice h3 { font-size: 22px; }
.tuition-choice p { font-size: 14px; margin: 8px 0 0; max-width: 65ch; }
.tuition-choice .text-link { flex-shrink: 0; }
.service-needs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; }
.service-needs h2 { font-size: clamp(23px,2.2vw,29px); line-height: 1.3; }
.service-needs p { margin-top: 14px; font-size: 15px; line-height: 1.7; }
.topic-list > div+div { border-top: 1px solid var(--line); margin-top: 22px; padding-top: 22px; }
.topic-list h3 { font-size: 23px; }
.topic-list p { margin-top: 10px; font-size: 15px; line-height: 1.75; }
.learning-example { display: grid; grid-template-columns: 1.25fr 1fr; gap: 56px; }
.learning-example h2 { font-size: 32px; }
.learning-example h3 { font-size: 23px; }
.learning-example p { margin-top: 18px; font-size: 16px; line-height: 1.75; }
.learning-example .quiet { font-size: 12px; }
.learning-example aside { border-left: 1px solid var(--line); padding-left: 36px; }
.learning-example aside p { font-size: 13px; }
.related-learning { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.related-learning h2 { font-size: 30px; }
.related-learning .text-link { display: flex; width: fit-content; margin-top: 15px; }
.guide-index { max-width: 1000px; }
.guide-index article { display: grid; grid-template-columns: 50px minmax(0,1fr); gap: 24px; padding-block: 30px; border-top: 1px solid var(--line); }
.guide-number { font-size: 24px; color: var(--accent); font-variant-numeric: tabular-nums; }
.guide-index h2 { font-size: clamp(25px,3vw,34px); }
.guide-index h2 a:hover { text-decoration: underline; text-underline-offset: 5px; }
.guide-index p:not(.eyebrow) { font-size: 16px; margin-top: 14px; max-width: 70ch; }
.guide-index .text-link { margin-top: 14px; }
.learning-article .page-hero h1 { max-width: 24ch; font-size: clamp(32px,4.3vw,54px); text-wrap: balance; }
.learning-article .page-hero .lead { max-width: 65ch; }
.guide-byline { font-size: 12px; margin-top: 22px; }
.guide-byline a { text-decoration: underline; text-underline-offset: 3px; }
.article-layout { display: grid; grid-template-columns: 235px minmax(0,750px); gap: 60px; align-items: start; padding-bottom: 70px; }
.article-contents { position: sticky; top: 118px; }
.article-contents ol { list-style: none; padding: 0; margin: 0; }
.article-contents a { display: block; padding-block: 11px; min-height: 44px; border-bottom: 1px solid var(--line); font-size: 13px; line-height: 1.6; }
.article-contents a:hover { text-decoration: underline; text-underline-offset: 3px; }
.article-body { min-width: 0; }
.article-body section { margin-top: 40px; scroll-margin-top: 125px; }
.article-body h2 { font-size: clamp(26px,2.5vw,32px); line-height: 1.3; }
.article-body p,.article-body li,.article-body dd { font-size: 16px; line-height: 1.85; }
.article-body p { margin-top: 18px; }
.article-body ul,.article-body ol { padding-left: 23px; margin-block: 18px 0; }
.article-body li+li { margin-top: 12px; }
.article-body a:not(.button,.text-link) { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.guide-summary { background: var(--mist); padding: 25px 28px; border-radius: 4px; }
.guide-summary h2 { font-size: 22px; }
.guide-summary li { font-size: 15px; }
.comparison-scroll { overflow-x: auto; margin-top: 20px; }
.learning-table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.7; }
.learning-table caption { text-align: left; font-weight: 600; margin-bottom: 12px; color: var(--ink); }
.comparison-hint { display: none; }
.learning-table th,.learning-table td { text-align: left; vertical-align: top; padding: 14px 12px; border-bottom: 1px solid var(--line); }
.learning-table thead { background: var(--mist); }
.learning-table th { color: var(--ink); font-weight: 600; }
.learning-table th:first-child { width: 24%; }
.guide-definitions { margin-top: 20px; }
.guide-definitions > div { border-left: 2px solid var(--accent); padding-left: 20px; margin-top: 22px; }
.guide-definitions dt { color: var(--ink); font-size: 18px; font-weight: 600; }
.guide-definitions dd { margin: 8px 0 0; }
.worksheet,.worked-example { background: var(--mist); padding: 8px 24px 24px; margin-top: 22px; border-left: 3px solid var(--accent); }
.worked-example p { font-variant-numeric: tabular-nums; }
.answer-disclosure { margin-top: 20px; border-block: 1px solid var(--line); }
.answer-disclosure summary { cursor: pointer; min-height: 48px; padding: 16px 0; font-weight: 600; }
.answer-disclosure p { margin: 0 0 18px; }
.guide-sources p { font-size: 13px; }
.guide-next { margin-top: 40px; padding-block: 28px; border-block: 1px solid var(--line); }
.guide-next .button { margin-top: 22px; }
.guide-related { margin-top: 32px; }
.guide-related h2 { font-size: 24px; }
.guide-related .text-link { display: flex; width: fit-content; margin-top: 14px; }
.cookie-notice .cookie-copy a { color: #143352; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.home-reading { display: flex; flex-wrap: wrap; gap: 18px 36px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
@media (max-width: 930px) {
  .focused-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .article-layout { grid-template-columns: minmax(0,1fr); gap: 30px; max-width: 800px; }
  .article-contents { position: static; }
  .article-contents ol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 24px; }
  .service-needs { gap: 22px; }
  .tuition-choice { align-items: flex-start; flex-direction: column; gap: 12px; }
}
@media (max-width: 700px) {
  .breadcrumbs { font-size: 11px; padding-top: 16px; }
  .breadcrumbs+.page-hero { padding-top: 24px; }
  .focused-links { gap: 0 18px; }
  .focused-links strong { font-size: 15px; }
  .focused-links small { font-size: 12px; }
  .focused-links a { gap: 8px; }
  .service-needs,.learning-example,.related-learning { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .service-needs article+article { padding-top: 22px; border-top: 1px solid var(--line); }
  .learning-example aside { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 0; }
  .guide-index article { grid-template-columns: 26px minmax(0,1fr); gap: 14px; }
  .guide-number { font-size: 19px; }
  .guide-index h2 { font-size: 25px; }
  .guide-index p:not(.eyebrow) { font-size: 15px; }
  .article-contents ol { grid-template-columns: minmax(0,1fr); }
  .article-body p,.article-body li,.article-body dd { font-size: 15px; }
  .guide-summary { padding: 22px; }
  .article-body section { margin-top: 32px; }
  .learning-table { font-size: 13px; min-width: 540px; }
  .comparison-hint { display: block; font-size: 12px; font-weight: 400; margin-top: 6px; }
  .guide-next .button { width: 100%; justify-content: space-between; white-space: normal; }
  .home-reading { display: block; }
  .home-reading .text-link { display: flex; margin-top: 12px; }
}
@media print {
  .site-header,.announcement,.site-footer,.breadcrumbs,.article-contents,.guide-next,.guide-related { display: none!important; }
  .article-layout { display: block; }
  .comparison-scroll { overflow: visible; }
  .learning-table { min-width: 0; }
  .article-body section,.worksheet,.worked-example { break-inside: avoid; }
}
