:root {
  --bg: #090b0b;
  --panel: #101313;
  --panel-2: #151919;
  --ink: #f4f5f2;
  --muted: #9ca3a0;
  --faint: #6f7774;
  --line: rgba(255, 255, 255, .12);
  --line-strong: rgba(255, 255, 255, .22);
  --teal: #65c8bd;
  --green: #96c879;
  --gold: #d4b968;
  --coral: #dd8272;
  --display: "Instrument Serif", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --header: 68px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 15px; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button, select { cursor: pointer; }
button { color: inherit; }
sup { position: relative; top: -.42em; font-size: .58em; line-height: 0; }
.site-header { position: sticky; top: 0; z-index: 30; height: var(--header); display: grid; grid-template-columns: 240px 1fr 240px; align-items: center; gap: 24px; padding: 0 34px; border-bottom: 1px solid var(--line); background: rgba(9, 11, 11, .94); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border: 1px solid var(--line-strong); border-radius: 6px; color: var(--teal); font-family: var(--display); font-size: 20px; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--mono); font-size: 10px; font-weight: 500; text-transform: uppercase; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.site-header nav { display: flex; justify-content: center; gap: 26px; }
.site-header nav a { color: var(--muted); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.site-header nav a:hover { color: var(--ink); }
.button svg, footer svg, .status-note svg { width: 14px; height: 14px; }
main { overflow: hidden; }
.hero, .section, .metric-band, footer { padding-right: max(34px, calc((100vw - 1320px) / 2)); padding-left: max(34px, calc((100vw - 1320px) / 2)); }
.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(340px, .8fr); align-items: center; gap: 80px; padding-top: 96px; padding-bottom: 84px; border-bottom: 1px solid var(--line); }
.kicker { margin: 0 0 16px; color: var(--teal); font-family: var(--mono); font-size: 9px; font-weight: 500; text-transform: uppercase; }
.hero h1 { max-width: 880px; margin: 0; font-family: var(--display); font-size: clamp(62px, 7vw, 108px); font-weight: 400; line-height: .94; }
.hero-dek { max-width: 720px; margin: 30px 0 0; color: #d9ddda; font-size: 19px; line-height: 1.55; }
.hero-actions { display: flex; gap: 10px; margin-top: 36px; }
.button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--line-strong); border-radius: 4px; padding: 0 16px; background: transparent; font-family: var(--mono); font-size: 9px; font-weight: 500; text-transform: uppercase; }
.button.primary { border-color: var(--teal); background: var(--teal); color: #07100f; }
.button.secondary:hover { border-color: var(--teal); color: var(--teal); }
.hero-read { align-self: end; margin-bottom: 36px; border-top: 1px solid var(--teal); padding-top: 26px; }
.hero-read h2 { margin: 0; font-family: var(--display); font-size: 38px; font-weight: 400; line-height: 1.05; }
.hero-read > p:not(.kicker) { margin: 20px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.hero-read-meta { display: grid; grid-template-columns: 1fr 1fr; margin-top: 28px; border-top: 1px solid var(--line); }
.hero-read-meta span { padding-top: 18px; color: var(--muted); font-size: 9px; line-height: 1.45; text-transform: uppercase; }
.hero-read-meta span + span { border-left: 1px solid var(--line); padding-left: 20px; }
.hero-read-meta strong { display: block; margin-bottom: 5px; color: var(--ink); font-family: var(--display); font-size: 26px; font-weight: 400; }
.metric-band { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.metric-band div { min-height: 120px; padding: 28px 24px 24px 0; }
.metric-band div + div { border-left: 1px solid var(--line); padding-left: 24px; }
.metric-band strong { display: block; color: var(--teal); font-family: var(--display); font-size: 38px; font-weight: 400; }
.metric-band span { display: block; margin-top: 10px; color: var(--muted); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.section { padding-top: 82px; padding-bottom: 94px; border-bottom: 1px solid var(--line); scroll-margin-top: var(--header); }
.section:nth-of-type(even) { background: var(--panel); }
.section-head { display: grid; grid-template-columns: minmax(0, 2.2fr) minmax(280px, .8fr); gap: 70px; align-items: end; margin-bottom: 48px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.section-head.compact { grid-template-columns: minmax(0, 1fr) 320px; }
.section-head h2 { max-width: 930px; margin: 0; font-family: var(--display); font-size: clamp(46px, 5vw, 70px); font-weight: 400; line-height: .98; }
.section-head > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.score-layout { display: grid; grid-template-columns: minmax(0, 2.3fr) minmax(300px, .7fr); border: 1px solid var(--line); }
.scatter-wrap { min-width: 0; padding: 28px 28px 18px; }
.chart-head, .ranking-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.chart-head span, .ranking-title span { display: block; color: var(--muted); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.chart-head strong, .ranking-title strong { display: block; margin-top: 7px; font-family: var(--display); font-size: 25px; font-weight: 400; }
.score-legend { display: flex; align-items: center; gap: 7px; color: var(--muted); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.score-legend span { width: 9px; height: 9px; }
.score-legend i { width: 24px; height: 1px; background: var(--line-strong); }
.score-legend .low { background: var(--coral); }
.score-legend .high { background: var(--teal); }
#score-scatter { display: block; width: 100%; height: auto; min-height: 430px; margin-top: 10px; }
.scatter-axis, .scatter-grid { stroke: var(--line-strong); stroke-width: 1; }
.scatter-grid { stroke: var(--line); stroke-dasharray: 3 8; }
.scatter-label { fill: var(--muted); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.scatter-name { fill: var(--ink); font-family: var(--sans); font-size: 11px; }
.scatter-dot { stroke: #090b0b; stroke-width: 3; cursor: pointer; }
.scatter-dot:hover { stroke: var(--ink); }
.score-ranking { border-left: 1px solid var(--line); padding: 28px 24px; }
.score-row { width: 100%; display: grid; grid-template-columns: 28px minmax(0, 1fr) 48px; gap: 10px; align-items: center; min-height: 53px; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.score-row:hover strong { color: var(--teal); }
.score-row > span:first-child { color: var(--faint); font-family: var(--mono); font-size: 8px; }
.score-row strong, .score-row small { display: block; }
.score-row strong { font-size: 11px; font-weight: 500; }
.score-row small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.score-row > span:last-child { font-family: var(--display); font-size: 23px; text-align: right; }
.status-note { display: flex; align-items: flex-start; gap: 9px; margin: 20px 0 0; color: var(--muted); font-size: 9px; line-height: 1.55; }
.status-note svg { flex: 0 0 auto; color: var(--gold); }
.finding-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.finding { min-height: 190px; padding: 28px 28px 28px 0; }
.finding + .finding { border-left: 1px solid var(--line); padding-left: 28px; }
.finding span { color: var(--teal); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.finding h3 { margin: 14px 0 10px; font-family: var(--display); font-size: 27px; font-weight: 400; }
.finding p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.dimension-leaders { display: grid; grid-template-columns: repeat(7, 1fr); margin-top: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dimension-leaders article { min-width: 0; min-height: 112px; padding: 18px 14px 15px 0; }
.dimension-leaders article + article { border-left: 1px solid var(--line); padding-left: 14px; }
.dimension-leaders span, .dimension-leaders strong, .dimension-leaders small { display: block; }
.dimension-leaders span { color: var(--faint); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.dimension-leaders strong { margin-top: 12px; font-family: var(--display); font-size: 16px; font-weight: 400; line-height: 1.15; }
.dimension-leaders small { margin-top: 6px; color: var(--teal); font-family: var(--mono); font-size: 8px; }
.roster-summary, .question-summary { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.roster-summary div, .question-summary div { min-height: 108px; padding: 24px 20px 20px 0; }
.roster-summary div + div, .question-summary div + div { border-left: 1px solid var(--line); padding-left: 20px; }
.roster-summary strong, .question-summary strong { display: block; font-family: var(--display); font-size: 32px; font-weight: 400; }
.roster-summary span, .question-summary span { display: block; margin-top: 8px; color: var(--muted); font-family: var(--mono); font-size: 8px; line-height: 1.4; text-transform: uppercase; }
.table-tools { display: flex; align-items: end; gap: 16px; margin: 30px 0 16px; }
.segmented { display: inline-flex; border: 1px solid var(--line); }
.segmented button { min-height: 38px; border: 0; border-right: 1px solid var(--line); padding: 0 13px; background: transparent; color: var(--muted); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.segmented button:last-child { border-right: 0; }
.segmented button.active { background: var(--ink); color: #090b0b; }
label, fieldset { min-width: 0; }
label > span, legend { display: block; margin-bottom: 7px; color: var(--muted); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
select, input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 4px; outline: 0; background: var(--panel-2); color: var(--ink); }
select, input { height: 40px; padding: 0 11px; }
textarea { resize: vertical; padding: 11px; line-height: 1.5; }
select:focus, input:focus, textarea:focus { border-color: var(--teal); }
.table-tools label:not(.search) { width: 230px; }
.table-tools .search { position: relative; width: min(320px, 35vw); margin-left: auto; }
.search svg { position: absolute; bottom: 12px; left: 12px; width: 14px; height: 14px; color: var(--muted); }
.search input { padding-left: 36px; }
.roster-table { border-top: 1px solid var(--line); }
.roster-header, .roster-row { display: grid; grid-template-columns: 72px minmax(220px, 1.25fr) minmax(180px, .8fr) 92px 92px 92px 28px; gap: 16px; align-items: center; }
.roster-header { min-height: 42px; color: var(--faint); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.roster-row { width: 100%; min-height: 74px; border: 0; border-top: 1px solid var(--line); background: transparent; text-align: left; }
.roster-row:hover { background: rgba(255, 255, 255, .025); }
.roster-order { color: var(--faint); font-family: var(--mono); font-size: 9px; }
.roster-name strong, .roster-name small { display: block; }
.roster-name strong { font-family: var(--display); font-size: 22px; font-weight: 400; }
.roster-name small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.roster-industry { color: var(--muted); font-size: 9px; line-height: 1.45; }
.roster-metric, .roster-score { font-family: var(--display); font-size: 21px; }
.roster-score { font-size: 24px; }
.band-cluster { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.band-cluster span { height: 6px; background: var(--line-strong); }
.band-cluster span.strong { background: var(--teal); }
.band-cluster span.moderate { background: var(--green); }
.band-cluster span.limited { background: var(--gold); }
.band-cluster small { grid-column: 1 / -1; margin-top: 2px; color: var(--faint); font-family: var(--mono); font-size: 6px; text-transform: uppercase; }
.status-pill { display: inline-flex; width: fit-content; border: 1px solid var(--line-strong); border-radius: 3px; padding: 5px 7px; color: var(--muted); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.status-pill.audited { border-color: var(--teal); color: var(--teal); }
.status-pill.measured { border-color: var(--green); color: var(--green); }
.roster-arrow { color: var(--muted); }
.roster-more { margin-top: 22px; }
.profile-select { align-self: end; }
.profile-content { min-height: 500px; }
.profile-hero { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(420px, .7fr); gap: 50px; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.profile-identity h3 { margin: 0; font-family: var(--display); font-size: 52px; font-weight: 400; }
.profile-identity > p { max-width: 760px; margin: 14px 0 0; color: var(--muted); line-height: 1.65; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 19px; }
.profile-tags span { border: 1px solid var(--line); border-radius: 3px; padding: 6px 8px; color: var(--muted); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.profile-scores { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.profile-score { min-width: 0; min-height: 136px; padding: 20px; }
.profile-score + .profile-score { border-left: 1px solid var(--line); }
.profile-score span, .profile-score small { display: block; color: var(--muted); font-family: var(--mono); font-size: 7px; line-height: 1.45; text-transform: uppercase; }
.profile-score strong { display: block; margin: 12px 0 7px; font-family: var(--display); font-size: 40px; font-weight: 400; }
.profile-pending { display: flex; min-height: 136px; align-items: center; grid-column: 1 / -1; padding: 24px; color: var(--muted); line-height: 1.6; }
.profile-body { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 54px; padding-top: 42px; }
.construct-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.signal-score-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; }
.signal-score-card { min-height: 94px; padding: 16px 0; border-top: 1px solid var(--line); }
.signal-score-card header { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 11px; }
.signal-score-card header span { color: var(--ink); font-family: var(--display); font-size: 20px; }
.signal-score-card header strong { font-family: var(--display); font-size: 23px; font-weight: 400; }
.signal-score-card p { margin: 9px 0 0; color: var(--faint); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.construct-group h4 { margin: 0 0 12px; color: var(--teal); font-family: var(--mono); font-size: 8px; font-weight: 500; text-transform: uppercase; }
.subhead { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.subhead h3 { margin: 0; font-family: var(--display); font-size: 30px; font-weight: 400; }
.subhead span { align-self: end; color: var(--muted); font-size: 8px; }
.lever-row { display: grid; grid-template-columns: 110px 1fr 42px; gap: 13px; align-items: center; min-height: 47px; border-top: 1px solid var(--line); }
.lever-row > span { color: var(--muted); font-size: 9px; }
.lever-track { height: 7px; background: rgba(255, 255, 255, .08); }
.lever-track i { display: block; height: 100%; background: var(--teal); }
.lever-row strong { font-family: var(--display); font-size: 19px; font-weight: 400; text-align: right; }
.evidence-stack article { padding: 19px 0; border-top: 1px solid var(--line); }
.evidence-stack article:first-child { border-top: 0; padding-top: 0; }
.evidence-stack h4 { margin: 0 0 8px; font-family: var(--display); font-size: 21px; font-weight: 400; }
.evidence-stack p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.evidence-stack a { display: inline-flex; min-height: 28px; align-items: center; margin-top: 6px; color: var(--teal); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.question-summary { margin-bottom: 30px; }
.question-tools { align-items: center; }
.question-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; border-top: 1px solid var(--line); }
.question-row { min-height: 158px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.question-row summary { list-style: none; cursor: pointer; }
.question-row summary::-webkit-details-marker { display: none; }
.question-meta { display: flex; justify-content: space-between; gap: 12px; }
.question-meta span { color: var(--teal); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.question-row h3 { margin: 14px 0 8px; font-size: 12px; font-weight: 500; line-height: 1.55; }
.question-row p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.question-open { margin-left: 8px; color: var(--teal); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.question-prompt { margin-top: 17px; padding: 15px; border-left: 2px solid var(--teal); background: rgba(255, 255, 255, .025); }
.question-prompt > span { color: var(--teal); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.question-prompt p { margin-top: 9px; line-height: 1.65; }
.deep-controls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 30px; }
.waterfall { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.waterfall-step { position: relative; min-height: 130px; padding: 23px 22px 20px 0; }
.waterfall-step + .waterfall-step { border-left: 1px solid var(--line); padding-left: 22px; }
.waterfall-step span { color: var(--faint); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.waterfall-step strong { display: block; margin-top: 13px; font-family: var(--display); font-size: 24px; font-weight: 400; line-height: 1.08; }
.waterfall-step small { display: block; margin-top: 8px; color: var(--muted); font-size: 8px; line-height: 1.4; }
.answer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 34px; }
.answer-grid.single { grid-template-columns: 1fr; }
.answer-card { border-top: 2px solid var(--line-strong); padding-top: 20px; }
.answer-card header { display: flex; justify-content: space-between; gap: 16px; }
.answer-card header span { color: var(--teal); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.answer-card header strong { font-family: var(--display); font-size: 23px; font-weight: 400; }
.answer-card h3 { margin: 19px 0 10px; font-size: 11px; font-weight: 600; }
.answer-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.68; }
.answer-card .counter { margin-top: 15px; padding-top: 14px; border-top: 1px solid var(--line); }
.source-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 17px; }
.source-links a { display: inline-flex; min-height: 28px; align-items: center; color: var(--teal); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.method-flow { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-flow article { position: relative; min-height: 240px; padding: 27px 28px 28px 0; }
.method-flow article + article { border-left: 1px solid var(--line); padding-left: 28px; }
.method-flow article > span { position: absolute; right: 22px; color: var(--faint); font-family: var(--mono); font-size: 8px; }
.method-flow svg { width: 22px; height: 22px; color: var(--teal); }
.method-flow h3 { margin: 36px 0 12px; font-family: var(--display); font-size: 28px; font-weight: 400; }
.method-flow p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.method-status { display: grid; grid-template-columns: repeat(4, 1fr); }
.method-status div { min-height: 90px; padding: 21px 20px 18px 0; }
.method-status div + div { border-left: 1px solid var(--line); padding-left: 20px; }
.method-status strong, .method-status span { display: block; }
.method-status strong { color: var(--teal); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.method-status span { margin-top: 9px; color: var(--muted); font-size: 9px; }
.method-note { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
footer { min-height: 130px; display: grid; grid-template-columns: 240px 1fr auto; align-items: center; gap: 30px; }
footer p { margin: 0; color: var(--muted); font-size: 9px; text-align: center; }
footer > a { display: inline-flex; align-items: center; gap: 7px; color: var(--teal); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.drawer { position: fixed; z-index: 50; top: 0; right: 0; width: min(620px, 92vw); height: 100vh; overflow-y: auto; transform: translateX(102%); border-left: 1px solid var(--line-strong); background: #0c0f0f; padding: 70px 46px 48px; transition: transform .22s ease; }
.drawer.open { transform: translateX(0); }
.drawer-close { position: absolute; top: 22px; right: 24px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 4px; background: transparent; }
.drawer-close svg { width: 15px; }
.drawer-scrim { position: fixed; z-index: 45; inset: 0; background: rgba(0, 0, 0, .62); }
.drawer h2 { margin: 0; font-family: var(--display); font-size: 48px; font-weight: 400; }
.drawer-company { margin: 7px 0 0; color: var(--muted); }
.drawer-section { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.drawer-section h3 { margin: 0 0 12px; font-family: var(--display); font-size: 25px; font-weight: 400; }
.drawer-section p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.drawer-sources a { display: block; overflow: hidden; margin-top: 9px; color: var(--teal); font-family: var(--mono); font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.empty { min-height: 220px; display: grid; place-items: center; color: var(--muted); text-align: center; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 190px 1fr 190px; padding: 0 22px; }
  .site-header nav { gap: 15px; }
  .hero, .section, .metric-band, footer { padding-right: 24px; padding-left: 24px; }
  .hero { grid-template-columns: 1fr .7fr; gap: 44px; }
  .score-layout, .profile-body { grid-template-columns: 1fr; }
  .score-ranking { border-top: 1px solid var(--line); border-left: 0; }
  .score-ranking #score-ranking { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .profile-hero { grid-template-columns: 1fr; }
  .roster-header, .roster-row { grid-template-columns: 64px minmax(210px, 1fr) 160px 82px 82px 82px 20px; gap: 12px; }
}

@media (max-width: 760px) {
  :root { --header: 58px; }
  .site-header { grid-template-columns: 1fr auto; padding: 0 16px; }
  .site-header nav { display: none; }
  .brand small { display: none; }
  .hero, .section, .metric-band, footer { padding-right: 18px; padding-left: 18px; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 58px; padding-top: 68px; padding-bottom: 48px; }
  .hero h1 { font-size: 58px; }
  .hero-dek { font-size: 16px; }
  .hero-read { margin-bottom: 0; }
  .metric-band { grid-template-columns: 1fr 1fr; }
  .metric-band div:nth-child(3) { border-left: 0; }
  .metric-band div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .section { padding-top: 58px; padding-bottom: 64px; }
  .section-head, .section-head.compact { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
  .section-head h2 { font-size: 44px; }
  .chart-head { display: block; }
  .score-legend { margin-top: 14px; }
  .scatter-wrap { padding: 18px 12px 8px; }
  #score-scatter { min-height: 340px; }
  .scatter-name { display: none; }
  .scatter-label { font-size: 24px; }
  .scatter-dot { r: 13px; stroke-width: 5; }
  .score-ranking #score-ranking { grid-template-columns: 1fr; }
  .finding-strip, .roster-summary, .question-summary, .profile-scores, .method-flow, .method-status, .dimension-leaders { grid-template-columns: 1fr 1fr; }
  .finding:nth-child(3), .roster-summary div:nth-child(3), .question-summary div:nth-child(3), .profile-score:nth-child(3), .method-flow article:nth-child(3), .method-status div:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; padding-left: 0; }
  .table-tools { align-items: stretch; flex-wrap: wrap; }
  .table-tools .search, .table-tools label:not(.search) { width: 100%; margin-left: 0; }
  .segmented { width: 100%; }
  .segmented button { flex: 1; }
  .roster-table { overflow-x: auto; }
  .roster-header, .roster-row { min-width: 920px; }
  .profile-hero { gap: 28px; }
  .profile-identity h3 { font-size: 42px; }
  .construct-columns, .signal-score-grid { grid-template-columns: 1fr; }
  .question-list { grid-template-columns: 1fr; }
  .deep-controls, .answer-grid { grid-template-columns: 1fr; }
  .waterfall { grid-template-columns: 1fr; }
  .waterfall-step + .waterfall-step { border-top: 1px solid var(--line); border-left: 0; padding-left: 0; }
  footer { grid-template-columns: 1fr; justify-items: start; padding-top: 28px; padding-bottom: 28px; }
  footer p { text-align: left; }
}
