:root {
  color-scheme: light;
  --ink: #14202d;
  --muted: #586470;
  --navy: #101c2a;
  --lime: #d6f77a;
  --line: #dfe4e8;
  --nav-height: 83px;
  --sans: "Inter", "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-height) + 27px); }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #4266ff; outline-offset: 5px; border-radius: 2px; }
::selection { color: var(--navy); background: var(--lime); }
.container { max-width: 1344px; width: calc(100% - 112px); margin: 0 auto; }
.eyebrow { font: 500 .875rem/1.5 var(--mono); letter-spacing: .075em; }
.hero { background: var(--navy); color: #fff; }
.masthead { min-height: 94px; display: flex; gap: 24px; align-items: center; justify-content: space-between; border-bottom: 1px solid #3a4551; }
.publisher { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; font-size: .875rem; font-weight: 700; letter-spacing: .065em; }
.publisher-ampersand { color: var(--lime); }
.masthead-topic { font: .8125rem/1.5 var(--mono); letter-spacing: .06em; color: #b5c0ca; text-align: right; }
.hero-grid { display: grid; grid-template-columns: 1.18fr 1fr; align-items: center; gap: clamp(40px, 6vw, 100px); padding: 63px 0 61px; }
.hero-eyebrow { color: var(--lime); display: flex; align-items: center; gap: 12px; margin: 0 0 29px; }
.label-line { width: 27px; height: 2px; background: currentColor; }
h1 { font-size: clamp(3rem, 5.6vw, 5.3rem); font-weight: 650; line-height: 1.035; letter-spacing: -.066em; margin: 0; }
h1 span { color: var(--lime); }
.hero-caption { color: #b9c5d0; font-size: 1.0625rem; line-height: 1.55; margin: 28px 0 0; }
.prompt-wrap { padding-top: 18px; }
.prompt-heading { display: flex; justify-content: space-between; align-items: center; padding: 0 1px 15px; color: var(--lime); }
.prompt-symbol { font-size: 1.5rem; }
.prompt-card { border: 1px solid #4e5a67; border-top: 3px solid var(--lime); background: #182634; padding: 31px 33px 27px; box-shadow: 12px 12px 0 #0b1521; }
.prompt-byline { font-size: .9375rem; line-height: 1.6; margin: 0 0 22px; color: #bdc9d5; }
.prompt-byline strong { color: #fff; font-weight: 550; }
blockquote { margin: 0; font-size: clamp(1.125rem, 1.62vw, 1.5rem); line-height: 1.52; letter-spacing: -.016em; font-weight: 450; }
.prompt-note { font: .8125rem/1.6 var(--mono); color: #b0becc; margin: 26px 0 0; }
.prompt-bottom { display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: space-between; font-size: .875rem; line-height: 1.6; margin: 29px 0 0; color: #b9c5d0; }
.prompt-bottom a { color: var(--lime); text-decoration: none; }
.prompt-bottom a:hover { text-decoration: underline; text-underline-offset: 4px; }
.prompt-bottom a span { margin-left: 7px; }
.hero-meta { display: flex; gap: 37px; flex-wrap: wrap; padding: 23px 0 26px; border-top: 1px solid #3a4551; color: #bac6d1; font: .875rem/1.5 var(--mono); }
.hero-meta strong { color: #fff; font-weight: 500; margin-right: 7px; }
.category-nav { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 3px 14px #10203005; }
.nav-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.jump-link { text-decoration: none; min-height: 83px; padding: 15px 17px 15px 0; display: flex; align-items: center; gap: 11px; position: relative; font-size: .875rem; line-height: 1.45; font-weight: 550; }
.jump-link + .jump-link { padding-left: 20px; border-left: 1px solid var(--line); }
.jump-link::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: var(--accent); opacity: 0; transition: opacity .15s; }
.jump-link:hover::after, .jump-link[aria-current="location"]::after { opacity: 1; }
.jump-link:hover, .jump-link[aria-current="location"] { background: var(--tint); }
.nav-number { font: .8125rem/1 var(--mono); color: var(--accent); padding: 7px 5px; }
.nav-arrow { font-size: 1.1rem; margin-left: auto; color: var(--accent); }
.green { --accent: #087651; --tint: #f1f9f5; --number: #c7e6d9; }
.blue { --accent: #3356c5; --tint: #f4f6ff; --number: #d4def6; }
.amber { --accent: #976006; --tint: #fff9ed; --number: #f3dfb5; }
.coral { --accent: #bb4536; --tint: #fff5f2; --number: #f4d5ce; }
#assessment { scroll-margin-top: 12px; }
.response-heading { padding: 68px 0 45px; display: flex; justify-content: space-between; align-items: end; gap: 30px; border-bottom: 1px solid var(--line); }
.response-label { color: var(--muted); margin: 0 0 13px; }
.response-title { font-size: clamp(1.7rem, 3vw, 2.6rem); font-weight: 550; line-height: 1.1; letter-spacing: -.045em; margin: 0; }
.response-direction { display: flex; gap: 20px; font-size: .875rem; line-height: 1.5; color: var(--muted); margin: 0; }
.response-direction span { font-size: 1.75rem; line-height: 1.6; }
.category { display: grid; grid-template-columns: minmax(190px, .8fr) minmax(0,2.3fr); column-gap: clamp(35px, 5vw, 76px); padding: 51px 0 64px; border-bottom: 1px solid var(--line); scroll-margin-top: 20px; }
.category:last-child { border-bottom: 0; }
.section-intro { position: sticky; align-self: start; top: calc(var(--nav-height) + 40px); padding: 4px 0 25px; }
.section-number { font-size: 6.9rem; font-weight: 600; letter-spacing: -.08em; line-height: .88; color: var(--number); margin-left: -5px; }
.section-count { color: var(--accent); margin: 28px 0 13px; text-transform: uppercase; }
.section-intro h2 { font-size: clamp(1.625rem, 2.15vw, 2rem); line-height: 1.16; letter-spacing: -.035em; margin: 0; font-weight: 600; overflow-wrap: break-word; }
.category-rule { margin-top: 26px; width: 48px; height: 3px; background: var(--accent); }
table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 1rem; }
.name-col { width: 38%; }
thead { background: var(--tint); }
thead th { text-align: left; font: .8125rem/1.5 var(--mono); color: var(--accent); padding: 16px 17px; border-top: 2px solid var(--accent); border-bottom: 1px solid var(--line); }
tbody th { font-size: 1rem; line-height: 1.45; font-weight: 600; text-align: left; padding: 21px 20px 21px 17px; vertical-align: top; border-bottom: 1px solid var(--line); overflow-wrap: break-word; }
tbody td { color: #4c5864; line-height: 1.6; padding: 20px 17px; vertical-align: top; border-bottom: 1px solid var(--line); overflow-wrap: break-word; }
tbody tr { transition: background-color .12s; }
tbody tr:hover { background: var(--tint); }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.footer { background: var(--navy); color: #fff; margin-top: 10px; padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: .8fr 2.3fr; gap: clamp(35px, 5vw, 76px); }
.footer-label { color: var(--lime); margin: 0 0 22px; }
.footer h2 { font-size: 2rem; line-height: 1.18; letter-spacing: -.04em; font-weight: 500; margin: 0; }
.assessment-notes p { color: #c2cdd7; font-size: 1rem; line-height: 1.7; margin: 0 0 18px; max-width: 760px; }
.assessment-notes .source-intro { font-size: .9375rem; color: #aab9c8; margin-top: 25px; }
.source-links { display: flex; flex-wrap: wrap; gap: 14px 27px; }
.source-links a { color: var(--lime); font-size: .875rem; line-height: 1.5; text-decoration: none; border-bottom: 1px solid #657944; padding-bottom: 5px; }
.source-links a:hover { border-bottom-color: var(--lime); }
.source-links a span { margin-left: 8px; }
.colophon { margin-top: 55px; border-top: 1px solid #3a4551; padding: 24px 0; display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; font-size: .8125rem; line-height: 1.5; color: #bbc8d3; }
.colophon strong { font-weight: 500; color: #fff; }
.colophon a { color: #fff; text-decoration: none; }
.colophon a:hover { text-decoration: underline; text-underline-offset: 4px; }
.colophon a span { margin-left: 9px; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 50; background: var(--lime); color: var(--navy); padding: 15px 20px; }
.skip-link:focus { top: 16px; }
.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; }
@media(min-width:1600px) { .hero-grid { padding-top: 78px; padding-bottom: 78px; } }
@media(max-width:1080px) {
  .container { width: calc(100% - 64px); }
  .hero-grid { gap: 38px; grid-template-columns: 1.1fr 1fr; }
  .prompt-card { padding: 26px 24px; }
  .prompt-bottom { font-size: .8125rem; }
  .jump-link { gap: 7px; padding-right: 11px; }
  .jump-link + .jump-link { padding-left: 9px; }
  .nav-arrow { display: none; }
  .category { grid-template-columns: 200px minmax(0,1fr); gap: 30px; }
  .footer-grid { grid-template-columns: 200px minmax(0,1fr); gap: 30px; }
  tbody th, tbody td { padding-left: 13px; padding-right: 13px; }
}
@media(max-width:780px) {
  :root { --nav-height: 108px; }
  .container { width: calc(100% - 40px); }
  .masthead { min-height: 76px; gap: 15px; }
  .masthead-topic { font-size: .75rem; }
  .hero-grid { grid-template-columns: 1fr; padding: 40px 0 35px; gap: 32px; }
  .hero-eyebrow { margin-bottom: 22px; font-size: .8125rem; }
  h1 { font-size: clamp(2.6rem, 8.2vw, 4.5rem); line-height: 1.045; }
  .hero-caption { font-size: 1rem; margin-top: 23px; }
  .prompt-wrap { padding-top: 0; }
  .prompt-card { padding: 23px 24px; box-shadow: 7px 7px 0 #0b1521; }
  blockquote { font-size: 1.125rem; line-height: 1.6; }
  .prompt-byline { margin-bottom: 15px; }
  .prompt-note { margin-top: 19px; }
  .prompt-bottom { margin-top: 21px; font-size: .875rem; }
  .hero-meta { gap: 12px 23px; font-size: .8125rem; padding: 20px 0 24px; }
  .hero-meta span:first-child { flex-basis: 100%; }
  .nav-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .jump-link { min-height: 54px; gap: 7px; padding: 10px 7px; font-size: .875rem; }
  .jump-link + .jump-link { padding-left: 7px; }
  .jump-link:nth-child(3) { border-left: 0; }
  .jump-link:nth-child(n+3) { border-top: 1px solid var(--line); }
  .nav-number { font-size: .75rem; padding-left: 0; }
  .response-heading { padding: 39px 0 28px; align-items: start; gap: 18px; }
  .response-title { font-size: 1.875rem; line-height: 1.15; }
  .response-label { font-size: .8125rem; }
  .response-direction { display: none; }
  .category { grid-template-columns: 1fr; padding: 31px 0 36px; gap: 25px; }
  .section-intro { position: static; padding: 0; display: grid; grid-template-columns: 67px minmax(0,1fr); column-gap: 19px; }
  .section-number { grid-column: 1; grid-row: 1 / 3; font-size: 4.3rem; line-height: 1; margin-left: -2px; align-self: center; }
  .section-count { grid-column: 2; margin: 0 0 6px; font-size: .8125rem; }
  .section-intro h2 { grid-column: 2; font-size: 1.625rem; line-height: 1.17; }
  .category-rule { display: none; }
  table { table-layout: auto; }
  colgroup, thead { display: none; }
  table, tbody, tr, tbody th, tbody td { display: block; width: 100%; }
  tbody tr { border-bottom: 1px solid var(--line); border-left: 2px solid transparent; padding: 19px 13px 20px; }
  tbody tr:first-child { border-top: 2px solid var(--accent); }
  tbody tr:nth-child(odd) { background: var(--tint); }
  tbody tr:last-child { border-bottom: 0; }
  tbody th, tbody td { border: 0; padding: 0; }
  tbody th { font-size: 1.0625rem; line-height: 1.4; margin-bottom: 8px; }
  tbody td { font-size: 1rem; line-height: 1.62; }
  .footer { padding-top: 37px; }
  .footer-grid { grid-template-columns: 1fr; gap: 27px; }
  .footer-label { font-size: .8125rem; margin-bottom: 14px; }
  .footer h2 { font-size: 1.875rem; }
  .colophon { margin-top: 33px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
@media print {
  html { scroll-padding-top: 0; }
  .container { width: 100%; }
  body, .hero, .footer { background: white; color: black; }
  .hero *, .footer * { color: black !important; }
  .category-nav, .prompt-bottom, .skip-link, .colophon > a { display: none; }
  .hero-grid { padding: 20px 0; gap: 30px; }
  h1 { font-size: 2.8rem; }
  .prompt-card { box-shadow: none; background: white; border: 1px solid #aaa; }
  blockquote { font-size: 1rem; }
  .hero-meta { border-color: #aaa; }
  .category { display: block; padding: 25px 0; }
  .section-intro { position: static; padding-bottom: 20px; break-after: avoid; }
  .section-number, .category-rule { display: none; }
  .section-count { margin: 0 0 7px; }
  table { table-layout: fixed; display: table; }
  tbody { display: table-row-group; }
  thead { display: table-header-group; }
  colgroup { display: table-column-group; }
  tr, tbody tr { display: table-row; break-inside: avoid; }
  tbody th, tbody td { display: table-cell; padding: 10px 12px; width: auto; border-bottom: 1px solid #ddd; }
  .footer { padding-top: 25px; }
}
