.res-main { padding: 0; max-width: none; margin: 0; }
.res {
  --navy: #1c2230;
  --cream: #f2ecdd;
  --teal: #11705e;
  --teal-ink: #0c4d3f;
  --mint: #7fd8c0;
  --line: rgba(28, 34, 48, .18);
  background: var(--cream);
  color: var(--navy);
  font-family: 'Space Mono', ui-monospace, monospace;
  padding: 64px 24px;
  box-sizing: border-box;
}
.res-wrap { max-width: 980px; margin: 0 auto; }
.res-eyebrow { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--teal); font-weight: 700; margin: 0 0 16px; display: flex; align-items: center; gap: 12px; }
.res-eyebrow::before { content: ""; width: 40px; height: 3px; background: var(--teal); }
.res-h1 { font-family: 'Anton', sans-serif; font-weight: 400; line-height: .96; font-size: clamp(34px, 5.5vw, 64px); text-transform: uppercase; margin: 0 0 18px; letter-spacing: -.01em; }
.res-h1 .fill { color: var(--teal); }
.res-lede { font-size: 16px; line-height: 1.7; max-width: 64ch; margin: 0; color: var(--navy); }
.res-lede b { font-weight: 700; color: var(--teal-ink); }
.res-back { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; color: var(--teal); text-decoration: none; margin: 0 0 26px; }
.res-back:hover { color: var(--teal-ink); }
.res-rule { border: 0; border-top: 1px solid var(--line); margin: 48px 0; }
.res-label { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; color: var(--navy); margin: 0 0 22px; }
.res-time { position: relative; margin: 4px 0 0; }
.res-time::before { content: ""; position: absolute; top: 8px; left: 16%; right: 16%; height: 2px; background: rgba(28, 34, 48, .2); }
.res-time-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: relative; }
.res-tstep { text-align: center; }
.res-tstep .node { display: block; margin: 0 auto; width: 14px; height: 14px; border-radius: 50%; background: #fff; border: 2px solid var(--navy); box-sizing: border-box; }
.res-tstep.on .node { width: 18px; height: 18px; background: var(--teal); border-color: var(--teal); margin-top: -2px; }
.res-tstep .date { font-family: 'Anton', sans-serif; font-size: 20px; color: var(--navy); display: block; margin-top: 12px; line-height: 1; }
.res-tstep.on .date { color: var(--teal); }
.res-tstep p { font-size: 12.5px; line-height: 1.5; margin: 8px 0 0; color: var(--navy); }
.res-reviewed { margin: 22px 0 0; padding-left: 14px; border-left: 3px solid var(--teal); font-size: 12.5px; line-height: 1.55; color: var(--navy); }
.res-table-scroll { overflow-x: auto; outline: none; }
.res-table-scroll:focus-visible { outline: 3px solid rgba(17, 112, 94, .22); outline-offset: 4px; }
.res-pathway-table { width: 100%; min-width: 820px; border-collapse: collapse; background: rgba(255,255,255,.38); font-size: 12px; line-height: 1.55; }
.res-pathway-table th, .res-pathway-table td { border: 1px solid var(--navy); padding: 14px; text-align: left; vertical-align: top; }
.res-pathway-table thead th { background: var(--navy); color: var(--cream); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; }
.res-pathway-table tbody th { width: 20%; background: rgba(17,112,94,.1); color: var(--teal-ink); }
.res-body { font-size: 16px; line-height: 1.75; max-width: 64ch; color: var(--navy); margin: 0 0 28px; }
.res-body b { color: var(--teal-ink); font-weight: 700; }
.res-forms { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.res-form { background: var(--navy); color: var(--cream); padding: 28px 24px; border-top: 5px solid var(--teal); }
.res-form h3 { font-family: 'Anton', sans-serif; font-weight: 400; font-size: 22px; text-transform: uppercase; margin: 0 0 6px; letter-spacing: .01em; color: var(--cream); }
.res-form .tag { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--mint); font-weight: 700; margin: 0 0 16px; }
.res-form ul { list-style: none; padding: 0; margin: 0; }
.res-form li { font-size: 13.5px; line-height: 1.5; padding: 8px 0 8px 22px; position: relative; border-bottom: 1px solid rgba(242, 236, 221, .12); }
.res-form li:last-child { border-bottom: 0; }
.res-form li::before { content: "→"; position: absolute; left: 0; color: var(--teal); font-weight: 700; }
.res-note { margin: 0; padding: 30px 28px; background: var(--navy); color: var(--cream); border-top: 5px solid var(--teal); }
.res-note h3 { font-family: 'Anton', sans-serif; font-weight: 400; font-size: 22px; text-transform: uppercase; margin: 0 0 14px; color: var(--cream); }
.res-note p { font-size: 14px; line-height: 1.65; margin: 0 0 14px; color: #e4ddc9; }
.res-note p:last-child { margin-bottom: 0; }
.res-note b { color: var(--mint); font-weight: 700; }
.res-note a { color: var(--mint); font-weight: 700; text-underline-offset: 3px; }
.res-document-note { margin-top: 24px; }
.res-sources { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 22px 0 0; }
.res-sources a { color: var(--teal-ink); font-size: 12px; font-weight: 700; text-underline-offset: 3px; }
.res-cta { margin: 48px 0 0; padding: 40px 32px; background: var(--cream); border: 2px solid var(--navy); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.res-cta h2 { font-family: 'Anton', sans-serif; font-weight: 400; font-size: clamp(22px, 3.2vw, 32px); text-transform: uppercase; margin: 0; line-height: 1.05; max-width: 22ch; color: var(--navy); }
.res-cta h2 .fill { color: var(--teal); }
.res-btn { display: inline-block; background: var(--teal); color: var(--cream); font-family: 'Space Mono', monospace; font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; padding: 16px 28px; border: 2px solid var(--teal); transition: background .15s, color .15s; white-space: nowrap; }
.res-btn:hover { background: transparent; color: var(--teal); }
.res-footer-wrap { max-width: 1040px; margin: 0 auto; padding: 40px 24px 0; }

@media (max-width: 640px) {
  .res-time::before { display: none; }
  .res-time-row { grid-template-columns: 1fr; gap: 0; }
  .res-tstep { text-align: left; border-left: 2px solid var(--teal); padding: 14px 0 14px 16px; }
  .res-tstep .node { display: none; }
  .res-tstep .date { margin-top: 0; }
}
