  /* ══════════════════════════════════════════════════════════════════════
     16 · SCHOLARSHIP — EEP Impact Opportunity Scholarship tab
     Tokens only (css/01-tokens.css). No hard-coded hex, no new fonts.
     Responsive rules for this file live at the END of css/15-responsive.css.
     ══════════════════════════════════════════════════════════════════════ */

  /* Local derived values, declared once so nothing downstream repeats a colour.
     Each is written twice on purpose: the literal rgba() first, then the same
     value expressed as color-mix() against the real token. Browsers that
     understand color-mix take the second declaration and stay wired to
     css/01-tokens.css, so changing --accent or --alert there moves everything
     here with it. Browsers that do not (Safari < 16.2, Chrome < 111) simply
     drop the invalid declaration and keep the literal, which is why the
     fallback is not optional. */
  .view[data-view="scholarship"] {
    --sch-shadow-sm: 0 20px 40px -28px rgba(8, 22, 41, 0.35);
    --sch-shadow-sm: 0 20px 40px -28px color-mix(in srgb, var(--navy-deep) 35%, transparent);

    /* Matches .field:focus in css/11-modal.css — the same class, the same ring. */
    --sch-focus: 0 0 0 3px rgba(14, 35, 64, 0.10);
    --sch-focus: 0 0 0 3px color-mix(in srgb, var(--navy) 10%, transparent);

    --sch-alert-soft: rgba(200, 52, 44, 0.07);
    --sch-alert-soft: color-mix(in srgb, var(--alert) 7%, transparent);

    --sch-alert-line: rgba(200, 52, 44, 0.32);
    --sch-alert-line: color-mix(in srgb, var(--alert) 32%, transparent);

    --sch-gold-soft: rgba(201, 169, 97, 0.10);
    --sch-gold-soft: color-mix(in srgb, var(--accent) 10%, transparent);

    --sch-gold-line: rgba(201, 169, 97, 0.45);
    --sch-gold-line: color-mix(in srgb, var(--accent) 45%, transparent);

    --sch-on-dark-rule: rgba(169, 183, 206, 0.18);
    --sch-on-dark-rule: color-mix(in srgb, var(--steel) 18%, transparent);
  }

  /* Screen-reader-only helper (scoped so it cannot leak into other views) */
  .view[data-view="scholarship"] .sr-only {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }

  /* ─────────── Section head ─────────── */
  .sch-hero { padding: 72px 0 56px; }
  .sch-head { max-width: 980px; margin: 0 auto; text-align: center; }
  .sch-head .eyebrow { justify-content: center; }
  .sch-head h2 {
    font-family: var(--display); font-weight: 600;
    font-size: clamp(44px, 5vw, 78px);
    line-height: 0.96;
    letter-spacing: -0.018em;
    text-transform: uppercase;
    color: var(--navy-deep);
    margin: 22px 0 0;
  }
  .sch-head h2 .gold-script {
    color: var(--accent);
    font-family: "Barlow"; font-style: italic; font-weight: 500;
    text-transform: lowercase; letter-spacing: -0.02em;
    font-size: 1.02em;
  }
  .sch-head .lede {
    font-size: 17.5px; line-height: 1.65;
    color: var(--navy-500);
    max-width: 62ch;
    margin: 26px auto 0;
  }

  .sch-meta {
    margin: 44px auto 0;
    max-width: 920px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--rule-strong);
    border-bottom: 1px solid var(--rule-strong);
  }
  .sch-meta > div {
    padding: 22px 18px;
    border-right: 1px solid var(--rule);
    text-align: center;
  }
  .sch-meta > div:last-child { border-right: 0; }
  .sch-meta .l {
    font-family: var(--mono); font-size: 9.5px;
    letter-spacing: 0.24em; text-transform: uppercase;
    color: var(--steel-deep);
  }
  .sch-meta .v {
    font-family: var(--display); font-weight: 500;
    font-size: 17px; line-height: 1.2;
    margin-top: 10px; color: var(--navy-deep);
    text-transform: uppercase; letter-spacing: -0.003em;
  }

  /* Reserved for the TBD deadline / award / eligibility block (see index.html) */
  .sch-terms {
    margin: 24px auto 0;
    max-width: 920px;
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1px; background: var(--rule);
    border: 1px solid var(--rule);
  }
  .sch-terms > div { background: var(--cream); padding: 16px 18px; text-align: center; }
  .sch-terms .l {
    font-family: var(--mono); font-size: 9px;
    letter-spacing: 0.22em; text-transform: uppercase; color: var(--steel-deep);
  }
  .sch-terms .v {
    font-family: var(--display); font-weight: 600; font-size: 20px;
    color: var(--navy-deep); margin-top: 6px; text-transform: uppercase;
  }

  /* ─────────── Panel + intro row ─────────── */
  .sch-panel { padding: 24px 0 128px; border-bottom: 0; }
  .sch-intro {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 28px;
    align-items: stretch;
    margin-bottom: 72px;
  }

  .sch-plate .sch-need {
    list-style: none;
    margin: 26px 0 0;
    padding: 0;
    display: grid; gap: 2px;
  }
  .sch-plate .sch-need li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 12px;
    align-items: start;
    padding: 13px 0;
    border-top: 1px solid var(--sch-on-dark-rule);
  }
  /* No bottom rule on the last item — .row already draws one below it. */
  .sch-plate .sch-need .ck {
    font-family: var(--display); font-weight: 700;
    font-size: 14px; line-height: 1.4;
    color: var(--accent);
    text-align: center;
  }
  .sch-plate .sch-need .tx {
    display: block;
    font-size: 13.5px; line-height: 1.55;
    color: var(--steel-soft);
  }
  .sch-plate .sch-need .tx strong {
    display: block;
    font-family: var(--cond); font-weight: 600;
    font-size: 15.5px; letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--ivory);
    margin-bottom: 2px;
  }
  /* .rq / .op, not em: <em> means stress emphasis and several screen readers
     announce it, but these are visual badges. The markup uses <span>; keep
     these selectors in step with it. */
  .sch-plate .sch-need .tx .rq,
  .sch-plate .sch-need .tx .op {
    font-style: normal;
    display: inline-block;
    margin-left: 8px;
    font-family: var(--mono); font-size: 8.5px;
    letter-spacing: 0.2em; text-transform: uppercase;
    padding: 2px 7px;
    vertical-align: 1px;
  }
  .sch-plate .sch-need .tx .rq { color: var(--accent); border: 1px solid var(--sch-gold-line); }
  .sch-plate .sch-need .tx .op { color: var(--steel); border: 1px solid var(--sch-on-dark-rule); }

  .sch-steps .sch-step-list {
    list-style: none;
    margin: 4px 0 24px;
    padding: 0;
  }
  .sch-steps .sch-step-list li {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px 0;
    border-bottom: 1px solid var(--rule);
  }
  .sch-steps .sch-step-list li:last-child { border-bottom: 0; }
  .sch-steps .sch-step-list .n {
    font-family: var(--display); font-weight: 700;
    font-size: 26px; line-height: 1;
    color: var(--accent-deep);
  }
  .sch-steps .sch-step-list .tx {
    display: block;
    font-size: 14.5px; line-height: 1.6;
    color: var(--navy-500);
  }
  .sch-steps .sch-step-list .tx strong {
    display: block;
    font-family: var(--cond); font-weight: 700;
    font-size: 14px; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--navy-deep);
    margin-bottom: 4px;
  }
  .sch-steps .emph { margin-top: 8px; margin-bottom: 0; }
  .sch-steps-foot {
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid var(--rule);
    display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 12px;
    font-family: var(--mono); font-size: 10px;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--navy-500);
  }
  .sch-steps-foot a {
    font-family: var(--cond); font-weight: 700;
    font-size: 12.5px; letter-spacing: 0.18em;
    color: var(--navy-deep);
    text-decoration: none;
    border-bottom: 1px solid var(--sch-gold-line);
    padding-bottom: 2px;
    transition: color .2s, border-color .2s;
  }
  .sch-steps-foot a:hover { color: var(--accent-deep); border-color: var(--accent); }

  /* ─────────── The form card ─────────── */
  .sch-form {
    background: var(--paper);
    border: 1px solid var(--rule);
    border-top: 3px solid var(--accent);
    border-radius: 2px;
    padding: 44px 40px 40px;
    box-shadow: var(--sch-shadow-sm);
    max-width: 940px;
    margin: 0 auto;
    min-width: 0;
  }
  .sch-form[hidden] { display: none; }

  .sch-form-head { margin-bottom: 8px; }
  .sch-form-head h3 {
    font-family: var(--display); font-weight: 600;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.05;
    text-transform: uppercase;
    color: var(--navy-deep);
    margin: 16px 0 14px;
  }
  .sch-form-head h3 .gold-script {
    color: var(--accent);
    font-family: "Barlow"; font-style: italic; font-weight: 500;
    text-transform: lowercase; letter-spacing: -0.02em;
    font-size: 1.02em;
  }
  .sch-form-head p {
    font-size: 14.5px; line-height: 1.65;
    color: var(--navy-500);
    max-width: 62ch;
    margin: 0;
  }

  /* Honeypot — off-screen, out of the tab order, never announced */
  .sch-hp {
    position: absolute;
    left: -9999px;
    width: 1px; height: 1px;
    overflow: hidden;
  }

  /* ─────────── Numbered sections ─────────── */
  /* min-width:0 is load-bearing: a <fieldset> defaults to min-inline-size:min-content,
     so one long attachment filename inside it blew the whole page out horizontally
     below 520px. Same reason for the minmax(0,1fr) tracks and min-width:0 further down. */
  .sch-sec {
    border: 0;
    border-top: 1px solid var(--rule);
    margin: 34px 0 0;
    padding: 0;
    min-width: 0;
  }
  .sch-sec legend {
    display: flex; align-items: center; gap: 12px;
    padding: 0 14px 0 0;
    margin-left: 0;
    font-family: var(--cond); font-weight: 700;
    font-size: 13px; letter-spacing: 0.24em; text-transform: uppercase;
    /* No `color` here: every legend is <span class="n">/<span class="t">, both
       of which set their own. A declaration on the legend itself never paints
       and reads as a contrast problem that does not exist. */
  }
  .sch-sec legend .n {
    font-family: var(--mono); font-weight: 700;
    font-size: 11.5px; letter-spacing: 0.1em;
    color: var(--navy-deep);
    border-left: 2px solid var(--accent);
    padding-left: 10px;
  }
  .sch-sec legend .t { color: var(--navy-deep); }
  .sch-sec-note {
    overflow-wrap: anywhere;
    margin: 6px 0 22px;
    font-size: 13.5px; line-height: 1.6;
    color: var(--navy-500);
    max-width: 66ch;
  }
  .sch-sec legend + .sch-field,
  .sch-sec legend + .sch-split,
  .sch-sec legend + .sch-certify,
  .sch-sec legend + .sch-uploads { margin-top: 22px; }

  /* ─────────── Fields ─────────── */
  .sch-field { margin-bottom: 20px; }
  .sch-field > label {
    display: block;
    font-family: var(--cond); font-weight: 600;
    font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--navy-deep);
    margin-bottom: 8px;
  }
  /* --alert, not --accent: gold on --paper only reaches 3.48:1, and the required
     marker is the one glyph on this form that must never be missed. Red asterisks
     are the universal convention, and --alert is already the site's error colour.
     (The marker is also aria-hidden; aria-required carries it to screen readers.) */
  .sch-field .req, .sch-up-title .req { color: var(--alert); font-weight: 700; margin-left: 2px; }
  /* --navy-500, not --steel-deep: this is instructional copy, and steel-deep
     only reaches 3.70:1 on --paper. navy-500 measures 10.53:1. */
  .sch-help {
    margin: 0 0 8px;
    font-size: 13px; line-height: 1.55;
    color: var(--navy-500);
    max-width: 70ch;
  }

  .sch-form .field {
    border: 1px solid var(--rule-strong);
    border-radius: 2px;
    background: var(--paper);
    padding: 13px 14px;
    font-family: var(--sans); font-size: 15px; line-height: 1.5;
    color: var(--navy-deep);
    width: 100%;
    outline: 0;
    transition: border-color .15s, box-shadow .15s;
  }
  /* --navy-500, not --steel-deep: a placeholder is the only text in an empty
     field, and --steel-deep on --paper measures 3.70:1. */
  .sch-form .field::placeholder { color: var(--navy-500); }
  .sch-form .field:hover { border-color: var(--navy-500); }
  /* Pointer focus matches css/11-modal.css's .field:focus exactly — same class,
     same ring. Gold is the site's "act now" colour and its keyboard focus
     colour; spending it on ordinary pointer focus diluted both. */
  .sch-form .field:focus {
    border-color: var(--navy-deep);
    box-shadow: var(--sch-focus);
    outline: 0;
  }
  /* …keyboard focus keeps the site's global 2px gold outline from
     css/02-base.css, so this form behaves like every other control. */
  .sch-form .field:focus-visible {
    border-color: var(--accent);
    box-shadow: none;
    outline: 2px solid var(--accent);
    outline-offset: 3px;
  }
  .sch-form .field[aria-invalid="true"] {
    border-color: var(--alert);
    background: var(--sch-alert-soft);
  }
  .sch-form .field:read-only.sch-date {
    background: var(--cream);
    color: var(--navy-500);
    cursor: default;
  }
  .sch-textarea { resize: vertical; min-height: 128px; }
  .sch-textarea-sm { min-height: 84px; }
  .sch-sign { font-family: var(--display); font-size: 19px; letter-spacing: 0.01em; }

  .sch-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 22px; }
  .sch-split > * { min-width: 0; }

  /* ─────────── Errors + counters ─────────── */
  .sch-err {
    margin: 6px 0 0;
    min-height: 0;
    font-family: var(--sans); font-size: 12.5px; line-height: 1.45;
    color: var(--alert);
    font-weight: 500;
  }
  .sch-err:empty { display: none; }
  .sch-err, .sch-summary-err, .sch-help { overflow-wrap: anywhere; }
  .sch-err::before { content: "! "; font-family: var(--mono); font-weight: 700; }

  .sch-count-row {
    display: flex; align-items: flex-start; justify-content: space-between;
    gap: 16px; margin-top: 6px;
  }
  .sch-count-row .sch-err { margin-top: 0; }
  .sch-count {
    margin-left: auto;
    flex: none;
    font-family: var(--mono); font-size: 11.5px;
    letter-spacing: 0.08em;
    color: var(--navy-500);
    padding-top: 1px;
  }
  .sch-count.warn { color: var(--alert); font-weight: 700; }
  .sch-count.ok { color: var(--navy-deep); font-weight: 700; }

  /* ─────────── Uploads ─────────── */
  .sch-uploads { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .sch-upload {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "copy pick" "chip chip" "err err";
    min-width: 0;
    gap: 10px 20px;
    align-items: center;
    padding: 18px 20px;
    border: 1px dashed var(--rule-strong);
    border-radius: 2px;
    background: var(--ivory);
    transition: border-color .15s, background .15s;
  }
  .sch-upload:hover { border-color: var(--accent); }
  .sch-upload.filled {
    border-style: solid;
    border-color: var(--sch-gold-line);
    background: var(--sch-gold-soft);
  }
  .sch-upload.invalid {
    border-style: solid;
    border-color: var(--sch-alert-line);
    background: var(--sch-alert-soft);
  }
  .sch-up-copy { grid-area: copy; min-width: 0; }
  .sch-up-title {
    display: block;
    overflow-wrap: anywhere;
    font-family: var(--cond); font-weight: 600;
    font-size: 15px; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--navy-deep);
  }
  .sch-up-copy .sch-help { margin: 5px 0 0; }
  /* Prefixed: ".chip" is the most generic component name in the vocabulary, and
     these rules would have claimed it globally. --sch-gold-line is only defined
     on the scholarship view root, so any other component picking up .chip-req
     would have rendered with no border at all. */
  .sch-tag {
    display: inline-block;
    margin-left: 10px;
    font-family: var(--mono); font-size: 8.5px;
    letter-spacing: 0.2em; text-transform: uppercase;
    padding: 3px 8px;
    vertical-align: 2px;
  }
  .sch-tag-req { color: var(--navy-deep); border: 1px solid var(--sch-gold-line); background: var(--sch-gold-soft); }
  .sch-tag-opt { color: var(--navy-500); border: 1px solid var(--rule-strong); background: var(--paper); }

  .sch-up-pick { grid-area: pick; position: relative; min-width: 0; }
  .sch-file {
    position: absolute;
    width: 1px; height: 1px;
    opacity: 0;
    left: 12px; bottom: 0;
    pointer-events: none;
  }
  .sch-up-btn {
    display: inline-flex; align-items: center; gap: 8px;
    cursor: pointer;
    /* 12px, not 11px: 12.5px text at the inherited 1.55 line-height plus 22px
       of padding computed 43.4px, half a pixel under the 44px target. */
    padding: 12px 20px;
    border: 1px solid var(--navy-deep);
    border-radius: 2px;
    background: transparent;
    font-family: var(--cond); font-weight: 700;
    font-size: 12.5px; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--navy-deep);
    white-space: nowrap;
    transition: background .15s, color .15s, border-color .15s;
  }
  .sch-up-btn:hover { background: var(--navy-deep); color: var(--ivory); }
  /* Removing a file chip moves focus here (the real input is 1px and
     opacity:0, so focusing it leaves nothing visible to look at). */
  .sch-up-btn:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
  }
  /* Pickers are locked while a submission is in flight — the payload is
     snapshotted at send time and must not drift from what the page shows. */
  .sch-file:disabled + .sch-up-btn {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }
  .sch-file:focus-visible + .sch-up-btn {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
  }

  .sch-chip {
    grid-area: chip;
    display: flex; align-items: center; gap: 10px;
    padding: 9px 10px 9px 13px;
    background: var(--paper);
    border: 1px solid var(--rule-strong);
    border-left: 2px solid var(--accent);
    border-radius: 2px;
    min-width: 0;
  }
  .sch-chip[hidden] { display: none; }
  .sch-chip .fn {
    font-family: var(--sans); font-size: 13.5px; font-weight: 500;
    color: var(--navy-deep);
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    min-width: 0;
  }
  .sch-chip .fs {
    font-family: var(--mono); font-size: 10.5px;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--navy-500);
    flex: none;
  }
  .sch-chip-x {
    margin-left: auto;
    flex: none;
    background: transparent;
    /* --rule-strong composites to 1.68:1 on the chip, and this is the visible
       boundary of an interactive control (WCAG 1.4.11 needs 3:1). */
    border: 1px solid var(--navy-500);
    border-radius: 2px;
    cursor: pointer;
    width: 32px; height: 32px;
    line-height: 1;
    font-size: 13px;
    /* --steel-deep is 3.70:1 on --paper. The glyph is the only label this
       control has, so it needs 4.5:1. */
    color: var(--navy-500);
    transition: color .15s, border-color .15s, background .15s;
  }
  .sch-chip-x:hover { color: var(--alert); border-color: var(--alert); background: var(--sch-alert-soft); }
  .sch-chip-x:disabled { opacity: 0.45; cursor: not-allowed; }
  .sch-upload .sch-err { grid-area: err; margin: 0; }

  .sch-budget {
    margin-top: 16px;
    padding: 13px 16px;
    border: 1px dashed var(--rule-strong);
    background: var(--cream);
    display: flex; justify-content: space-between; align-items: baseline;
    font-family: var(--mono); font-size: 10.5px;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--navy-500);
  }
  .sch-budget.over { color: var(--alert); border-color: var(--sch-alert-line); background: var(--sch-alert-soft); }
  .sch-budget .v { font-weight: 700; color: var(--navy-deep); }
  .sch-budget.over .v { color: var(--alert); }

  /* ─────────── Certification ─────────── */
  .sch-certify {
    background: var(--cream);
    border: 1px solid var(--rule);
    border-left: 2px solid var(--accent);
    border-radius: 2px;
    padding: 26px 26px 22px;
  }
  .sch-check {
    display: flex; align-items: flex-start; gap: 12px;
    cursor: pointer;
    /* One line of 15px/1.5 is a 22.5px tap strip. The padding/negative-margin
       pair lifts it to 44px with zero layout shift. */
    padding: 11px 0; margin: -11px 0;
    font-family: var(--sans); font-size: 15px; line-height: 1.5;
    color: var(--navy-deep);
    font-weight: 500;
  }
  .sch-check input[type="checkbox"] {
    width: 19px; height: 19px;
    margin: 1px 0 0;
    flex: none;
    accent-color: var(--navy-deep);
    cursor: pointer;
  }
  .sch-check input[type="checkbox"]:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
  }
  .sch-certify > .sch-err { margin-top: 10px; }
  /* --alert measures 5.05:1 on --paper but only 4.32:1 on --cream, and this is
     the only panel on the form with a cream ground. Both declarations are
     token-derived — no literal colour — so a browser without color-mix keeps
     exactly today's rendering and a modern one clears AA at 5.66:1. */
  .sch-certify .sch-err,
  .sch-certify .req {
    color: var(--alert);
    color: color-mix(in srgb, var(--alert) 82%, var(--navy-deep));
  }
  .sch-cert-row { margin-top: 22px; }
  .sch-cert-row .sch-field:last-child { margin-bottom: 0; }

  /* ─────────── Submit + banners ─────────── */
  .sch-banner {
    margin-top: 22px;
    padding: 15px 18px;
    border: 1px solid var(--sch-alert-line);
    border-left: 3px solid var(--alert);
    background: var(--sch-alert-soft);
    border-radius: 2px;
    display: grid; gap: 5px;
  }
  .sch-banner[hidden] { display: none; }
  .sch-banner > * { min-width: 0; overflow-wrap: anywhere; }
  .sch-banner-t {
    font-family: var(--cond); font-weight: 700;
    font-size: 13.5px; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--alert);
  }
  .sch-banner-m { font-family: var(--sans); font-size: 13.5px; line-height: 1.55; color: var(--navy-deep); }
  .sch-banner-m a { color: var(--navy-deep); font-weight: 600; }

  .sch-summary-err {
    margin: 20px 0 0;
    padding: 13px 16px;
    border-left: 3px solid var(--alert);
    background: var(--sch-alert-soft);
    font-family: var(--sans); font-size: 13.5px; line-height: 1.55;
    color: var(--alert);
    font-weight: 500;
  }
  .sch-summary-err[hidden] { display: none; }

  /* Gold primary, per plan section 2 — the site's "act now" colour, and the
     strongest possible affordance at the end of a long form. */
  .sch-submit {
    margin-top: 24px;
    padding: 19px;
    letter-spacing: 0.24em;
    background: var(--accent);
    color: var(--navy-deep);
  }
  .sch-submit:hover { background: var(--accent-bright); color: var(--navy-deep); }
  .sch-submit[disabled] { background: var(--accent); color: var(--navy-deep); opacity: 0.55; }
  .sch-submit:focus-visible { outline: 2px solid var(--navy-deep); outline-offset: 3px; }
  .sch-submit .arrow { transition: transform .2s; }
  .sch-submit:hover .arrow { transform: translateX(4px); }
  .sch-submit[disabled] .arrow { transform: none; }
  .sch-submit .lbl { display: inline-flex; align-items: center; gap: 8px; }
  .sch-submit .spin {
    width: 13px; height: 13px;
    border: 2px solid var(--navy-500);
    border-top-color: var(--navy-deep);
    border-radius: 50%;
    display: inline-block;
    animation: schSpin .7s linear infinite;
  }
  @keyframes schSpin { to { transform: rotate(360deg); } }
  /* .m-disc ships --steel-deep (3.70:1). This line is real copy, so darken it. */
  .sch-disc { margin-top: 14px; color: var(--navy-500); }

  .sch-progress {
    margin-top: 10px;
    text-align: center;
    font-family: var(--mono); font-size: 10px;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--navy-500);
  }
  .sch-progress:empty { display: none; }

  /* The check mark's SVG uses stroke="currentColor" so the gold comes from the
     token rather than a hex literal in index.html. */
  .sch-success .success-mark { color: var(--accent); }

  /* ─────────── Success state ─────────── */
  .sch-success {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    background: var(--paper);
    border: 1px solid var(--rule);
    border-top: 3px solid var(--accent);
    border-radius: 2px;
    padding: 52px 40px 44px;
    box-shadow: var(--sch-shadow-sm);
  }
  .sch-success[hidden] { display: none; }
  .sch-success .success-sub { font-size: 15px; max-width: 48ch; }
  .sch-success-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 26px 0 0;
    text-align: left;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    padding: 16px 0;
  }
  .sch-success-meta > div {
    display: flex; flex-direction: column; gap: 5px;
    padding: 0 14px;
    border-right: 1px solid var(--rule);
    min-width: 0;
  }
  .sch-success-meta > div:last-child { border-right: 0; }
  .sch-success-meta .l {
    font-family: var(--mono); font-size: 9px;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--steel-deep);
  }
  .sch-success-meta .v {
    font-family: var(--sans); font-size: 13px; font-weight: 600;
    color: var(--navy-deep);
    overflow-wrap: anywhere;
  }
  .sch-success-meta .v a { color: var(--navy-deep); }

  /* ══════════════════════════════════════════════════════════════════════
     SITE-WIDE · Skip link (WCAG 2.4.1 Bypass Blocks, Level A)
     Lives here rather than in css/02-base.css because 02 is protected this
     round. The header puts an announce link, the brand link, four tabs and a
     donate button ahead of <main> on every tab change, and nav.tabs carries
     role="tablist" — which removes the navigation landmark — so before this
     there was no bypass mechanism of any kind. Documented in
     _SCHOLARSHIP_HANDOFF.md; fold into 02-base.css when 02 is next open.
     ══════════════════════════════════════════════════════════════════════ */
  .skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 200;
    padding: 12px 20px;
    background: var(--navy-deep);
    color: var(--ivory);
    font-family: var(--cond); font-weight: 700;
    font-size: 12.5px; letter-spacing: 0.2em; text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid var(--accent);
  }
  .skip-link:focus {
    left: 0;
  }
  main:focus { outline: 0; }
