:root {
  --product-shell: 1120px;
  --product-instrument: 1000px;
  --product-ink: #0B0D11;
  --product-navy: #071A2A;
  --product-secondary: #5F6770;
  --product-rule: #E4E8EB;
  --product-output: #EFF5F8;
}

body {
  background: #FFFFFF;
  color: var(--product-ink);
}

.site-nav {
  height: 72px;
  padding: 0 max(20px, calc((100vw - var(--product-shell)) / 2));
  border-bottom-color: transparent;
  transition: none;
}

.site-nav-links a {
  transition: none;
}

.site-nav-links a.active::after {
  background: var(--product-navy);
}

.product-shell {
  width: min(calc(100% - 40px), var(--product-shell));
  margin: 0 auto;
}

.product-hero {
  padding-top: 148px;
}

.product-hero .product-shell {
  padding-bottom: 78px;
}

.product-eyebrow,
.section-index,
.metadata-rail,
.instrument-header,
.evidence-list,
.economics-list dt,
.output-list dt,
.state-rail {
  font-family: var(--font-mono);
  color: var(--product-navy);
}

.product-eyebrow,
.section-index {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
}

.product-eyebrow {
  margin-bottom: 16px;
}

.product-hero h1 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 61.953125px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
  color: var(--product-ink);
}

.product-hero-support {
  margin-top: 24px;
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--product-secondary);
  white-space: nowrap;
}

.product-section {
  padding: 80px 0 87px;
}

.control-divider {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
  align-items: center;
  width: min(calc(100% - 40px), var(--product-shell));
  height: 2px;
  margin: 0 auto;
}

.control-divider span {
  height: 1px;
  background: rgba(7, 26, 42, 0.07);
}

.control-divider span:nth-child(2) {
  height: 2px;
  background: rgba(7, 26, 42, 0.22);
}

.control-divider + .product-section {
  padding-top: 87px;
}

.hero-divider + .product-section {
  padding-top: 80px;
}

.route-section {
  padding-bottom: 96px;
}

.section-introduction {
  width: 100%;
}

.section-index {
  margin-bottom: 16px;
  letter-spacing: 0.10em;
}

.section-introduction h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--product-ink);
}

.section-subtitle {
  margin-top: 16px;
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--product-secondary);
  white-space: nowrap;
}

.build-figure {
  width: min(100%, var(--product-instrument));
  margin: 48px 0 0;
}

.claim-instrument .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.claim-reconstruction-figure {
  --claim-dark: #070C1C;
  --claim-dark-text: #F7F9FC;
  --claim-rule: #526478;
  --claim-alternate: #F1F5F8;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.claim-instrument {
  --claim-header-height: 52px;
  --claim-row-height: 48px;
  --claim-output-panel-height: 168px;
  --claim-state-height: 52px;
  --claim-value-size: 52px;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--claim-rule);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: var(--claim-dark);
  font-family: var(--font-sans);
}

.claim-instrument[data-density="web"] {
  --claim-header-height: 44px;
  --claim-row-height: 44px;
  --claim-output-panel-height: 154px;
  --claim-value-size: 47px;
}

.claim-reconstruction-figure.claim-density-web {
  margin-top: 35px;
}

.claim-instrument-headings,
.claim-instrument-body,
.claim-state-rail {
  display: grid;
  grid-template-columns: 32% 40% 28%;
}

.claim-instrument-headings {
  height: var(--claim-header-height);
  border-bottom: 1px solid var(--claim-rule);
  background: var(--claim-dark);
}

.claim-instrument-headings span {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 24px;
  color: var(--claim-dark-text);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.claim-instrument-headings span + span {
  border-left: 1px solid var(--claim-rule);
}

.claim-instrument-region {
  min-width: 0;
  background: transparent;
}

.claim-instrument-region + .claim-instrument-region {
  border-left: 1px solid var(--claim-rule);
}

.claim-evidence-list,
.claim-economics-list,
.claim-output-list,
.claim-state-rail {
  margin: 0;
  padding: 0;
  list-style: none;
}

.claim-evidence-list,
.claim-economics-list {
  display: grid;
  grid-template-rows: repeat(7, var(--claim-row-height));
  background: transparent;
}

.claim-evidence-list li,
.claim-data-row {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 24px;
  background: transparent;
}

.claim-evidence-list li,
.claim-data-row dt,
.claim-data-row dd {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.claim-data-row {
  justify-content: space-between;
  gap: 20px;
}

.claim-data-row dt,
.claim-data-row dd {
  margin: 0;
}

.claim-data-row dd {
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 700;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.claim-evidence-list li:nth-child(even),
.claim-data-row:nth-child(even) {
  background: var(--claim-alternate);
}

.claim-evidence-list li + li,
.claim-data-row + .claim-data-row {
  border-top: 1px solid var(--claim-rule);
}

.claim-output-list {
  display: grid;
  grid-template-rows: repeat(2, var(--claim-output-panel-height));
  background: transparent;
}

.claim-output-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 28px;
  background: transparent;
}

.claim-output-row:nth-child(even) {
  background: var(--claim-alternate);
}

.claim-output-row + .claim-output-row {
  border-top: 1px solid var(--claim-rule);
}

.claim-output-row dt,
.claim-output-row dd {
  margin: 0;
  font-family: var(--font-sans);
}

.claim-output-row dt {
  order: 2;
  margin-top: 18px;
  color: #34475D;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.claim-output-row dd {
  order: 1;
  color: var(--claim-dark);
  font-size: var(--claim-value-size);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.claim-state-rail {
  min-height: var(--claim-state-height);
  border-top: 1px solid var(--claim-rule);
  background: transparent;
}

.claim-state-rail li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 16px;
  background: transparent;
  color: var(--claim-dark);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.claim-state-rail li + li {
  border-left: 1px solid var(--claim-rule);
}

.claim-instrument[data-density="web"] .claim-state-rail {
  display: none;
}

.product-secondary-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.product-secondary-instrument {
  --secondary-dark: #070C1C;
  --secondary-dark-text: #F7F9FC;
  --secondary-rule: #526478;
  --secondary-alternate: #F1F5F8;
  --secondary-label: #34475D;
  --secondary-header-height: 52px;
  --secondary-row-height: 48px;
  --secondary-state-height: 52px;
  --secondary-value-size: 52px;
  --secondary-control-summary-height: 144px;
  --secondary-control-states-height: 192px;
  --secondary-route-summary-height: 192px;
  --secondary-route-states-height: 144px;
  --secondary-selected-lane-height: 144px;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--secondary-rule);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: var(--secondary-dark);
  font-family: var(--font-sans);
}

.product-secondary-instrument[data-density="web"] {
  --secondary-header-height: 44px;
  --secondary-row-height: 44px;
  --secondary-value-size: 47px;
  --secondary-control-summary-height: 132px;
  --secondary-control-states-height: 176px;
  --secondary-route-summary-height: 176px;
  --secondary-route-states-height: 132px;
  --secondary-selected-lane-height: 132px;
}

.product-secondary-figure.product-density-web {
  margin-top: 35px;
}

.product-secondary-headings,
.product-secondary-body,
.product-secondary-status-rail {
  display: grid;
  grid-template-columns: 32% 40% 28%;
}

.product-secondary-headings {
  height: var(--secondary-header-height);
  border-bottom: 1px solid var(--secondary-rule);
  background: var(--secondary-dark);
}

.product-secondary-headings span {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 24px;
  color: var(--secondary-dark-text);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.product-secondary-headings span + span,
.product-secondary-region + .product-secondary-region {
  border-left: 1px solid var(--secondary-rule);
}

.product-secondary-region {
  min-width: 0;
  background: transparent;
}

.control-web-evidence-list,
.control-web-matrix-list,
.control-web-claim-states,
.route-web-claim-states,
.route-web-match-list,
.route-web-lanes-list,
.product-secondary-status-rail {
  margin: 0;
  padding: 0;
  list-style: none;
}

.control-web-evidence-list,
.control-web-matrix-list,
.route-web-match-list {
  display: grid;
  grid-template-rows: repeat(7, var(--secondary-row-height));
}

.control-web-evidence-list li,
.control-web-matrix-row,
.route-web-match-row,
.product-secondary-data-row,
.route-web-lane-row {
  min-width: 0;
  background: transparent;
}

.control-web-evidence-list li {
  display: flex;
  align-items: center;
  padding: 0 24px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.control-web-matrix-row,
.route-web-match-row,
.product-secondary-data-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 0 24px;
}

.control-web-matrix-row dt,
.control-web-matrix-row dd,
.route-web-match-row dt,
.route-web-match-row dd,
.product-secondary-data-row dt,
.product-secondary-data-row dd {
  margin: 0;
  font-family: var(--font-sans);
  line-height: 1.25;
}

.control-web-matrix-row dt,
.route-web-match-row dt,
.product-secondary-data-row dt {
  font-size: 15px;
  font-weight: 600;
}

.control-web-matrix-row dd,
.route-web-match-row dd,
.product-secondary-data-row dd {
  font-size: 17px;
  font-weight: 700;
  text-align: right;
}

.control-web-evidence-list li:nth-child(even),
.control-web-matrix-row:nth-child(even),
.route-web-match-row:nth-child(even),
.control-web-claim-states .product-secondary-data-row:nth-child(odd),
.route-web-claim-states .product-secondary-data-row:nth-child(even),
.route-web-lane-row:nth-child(2) {
  background: var(--secondary-alternate);
}

.control-web-evidence-list li + li,
.control-web-matrix-row + .control-web-matrix-row,
.route-web-match-row + .route-web-match-row,
.product-secondary-data-row + .product-secondary-data-row,
.route-web-lane-row + .route-web-lane-row {
  border-top: 1px solid var(--secondary-rule);
}

.control-web-claim-summary,
.route-web-claim-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 28px;
  background: transparent;
}

.control-web-claim-summary {
  height: var(--secondary-control-summary-height);
}

.route-web-claim-summary {
  height: var(--secondary-route-summary-height);
}

.product-secondary-value,
.product-secondary-value-label {
  margin: 0;
  font-family: var(--font-sans);
}

.product-secondary-value {
  color: var(--secondary-dark);
  font-size: var(--secondary-value-size);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.product-secondary-value-label {
  margin-top: 14px;
  color: var(--secondary-label);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.control-web-claim-states,
.route-web-claim-states {
  display: grid;
  grid-template-rows: repeat(4, var(--secondary-row-height));
  height: var(--secondary-control-states-height);
  border-top: 1px solid var(--secondary-rule);
}

.route-web-claim-states {
  grid-template-rows: repeat(3, var(--secondary-row-height));
  height: var(--secondary-route-states-height);
}

.route-web-lanes-list {
  display: grid;
  grid-template-rows:
    var(--secondary-row-height)
    var(--secondary-row-height)
    var(--secondary-row-height)
    var(--secondary-selected-lane-height)
    var(--secondary-row-height);
}

.route-web-lane-row {
  display: flex;
  align-items: center;
  padding: 0 24px;
}

.route-web-lane-row span,
.route-web-lane-row b,
.route-web-lane-row strong {
  font-family: var(--font-sans);
}

.route-web-lane-row span {
  font-size: 15px;
  font-weight: 600;
}

.route-web-selected-lane {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: var(--secondary-dark);
  color: var(--secondary-dark-text);
}

.route-web-selected-lane span,
.route-web-selected-lane b,
.route-web-selected-lane strong {
  color: var(--secondary-dark-text);
}

.route-web-selected-lane strong,
.route-web-selected-lane b {
  margin: 0;
}

.route-web-selected-lane strong {
  margin-top: 8px;
  font-size: var(--secondary-value-size);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.route-web-selected-lane b {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.product-secondary-status-rail {
  min-height: var(--secondary-state-height);
  border-top: 1px solid var(--secondary-rule);
  background: transparent;
}

.product-secondary-status-rail li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 16px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.product-secondary-status-rail li + li {
  border-left: 1px solid var(--secondary-rule);
}

.product-secondary-execution-rail {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-secondary-execution-rail li {
  gap: 8px;
}

.product-secondary-instrument[data-density="web"] .product-secondary-status-rail {
  display: none;
}

.metadata-rail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  padding: 0 16px;
  border: 1px solid var(--product-rule);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.10em;
}

.instrument-body {
  display: grid;
  grid-template-columns: 24% 46% 30%;
  height: 216px;
  border-right: 1px solid var(--product-rule);
  border-left: 1px solid var(--product-rule);
}

.route-body {
  grid-template-columns: 30% 30% 40%;
}

.instrument-region {
  min-width: 0;
}

.instrument-region + .instrument-region {
  border-left: 1px solid var(--product-rule);
}

.instrument-header {
  display: flex;
  align-items: center;
  height: 32px;
  margin: 0;
  padding: 0 16px;
  border-bottom: 1px solid var(--product-rule);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}

.evidence-list,
.economics-list,
.output-list,
.state-rail {
  margin: 0;
  padding: 0;
  list-style: none;
}

.evidence-list {
  display: grid;
  grid-template-rows: repeat(7, minmax(0, 1fr));
  height: 184px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}

.evidence-list li {
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.evidence-list li + li {
  border-top: 1px solid var(--product-rule);
}

.economics-list {
  display: grid;
  grid-template-rows: repeat(5, minmax(0, 1fr));
  height: 184px;
}

.economics-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
}

.economics-row + .economics-row {
  border-top: 1px solid var(--product-rule);
}

.economics-list dt,
.output-list dt {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.055em;
}

.economics-list dd {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--product-ink);
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.output-list {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: 184px;
}

.output-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
  background: var(--product-output);
}

.output-row + .output-row {
  border-top: 1px solid var(--product-rule);
}

.output-list dt {
  order: 2;
  margin-top: 8px;
}

.output-list dd {
  order: 1;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--product-navy);
  font-variant-numeric: tabular-nums;
}

.state-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 36px;
  border: 1px solid var(--product-rule);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}

.state-rail li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  text-align: center;
}

.state-rail li + li {
  border-left: 1px solid var(--product-rule);
}

.site-footer {
  padding: 48px max(20px, calc((100vw - var(--product-shell)) / 2));
}

.site-footer-inner {
  width: 100%;
  max-width: var(--product-shell);
}

.control-evidence-list,
.control-matrix-list,
.current-claim-states {
  margin: 0;
  padding: 0;
}

.control-evidence-list {
  display: grid;
  grid-template-rows: repeat(6, minmax(0, 1fr));
  height: 184px;
  list-style: none;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.055em;
  color: var(--product-navy);
}

.control-evidence-list li {
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.control-evidence-list li + li,
.control-matrix-row + .control-matrix-row,
.current-claim-row + .current-claim-row {
  border-top: 1px solid var(--product-rule);
}

.control-matrix-list {
  display: grid;
  grid-template-rows: repeat(7, minmax(0, 1fr));
  height: 184px;
}

.control-matrix-row,
.current-claim-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
}

.control-matrix-list dt,
.current-claim-states dt,
.current-claim-label {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.055em;
  color: var(--product-navy);
}

.control-matrix-list dd,
.current-claim-states dd {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: var(--product-ink);
  text-align: right;
}

.current-claim-body {
  height: 184px;
  background: var(--product-output);
}

.current-claim-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 72px;
  padding: 0 16px;
}

.current-claim-value {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--product-navy);
  font-variant-numeric: tabular-nums;
}

.current-claim-label {
  margin-top: 8px;
}

.current-claim-states {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  height: 112px;
  border-top: 1px solid var(--product-rule);
}

.route-claim-states,
.match-list,
.capital-lanes-list {
  margin: 0;
  padding: 0;
}

.route-claim-body {
  height: 184px;
}

.route-claim-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  padding: 0 16px;
}

.route-claim-value,
.capital-lane-row strong {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--product-navy);
  font-variant-numeric: tabular-nums;
}

.route-claim-label,
.route-claim-states dt,
.match-list dt,
.capital-lane-row span {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.055em;
  color: var(--product-navy);
}

.route-claim-label {
  margin-top: 8px;
}

.route-claim-states {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  height: 104px;
  border-top: 1px solid var(--product-rule);
}

.route-claim-row,
.match-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 0 16px;
}

.route-claim-row + .route-claim-row,
.match-row + .match-row,
.capital-lane-row + .capital-lane-row {
  border-top: 1px solid var(--product-rule);
}

.route-claim-states dd,
.match-list dd,
.capital-lane-row b {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: var(--product-ink);
  text-align: right;
}

.match-list {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  height: 184px;
}

.capital-lanes-list {
  display: grid;
  grid-template-rows: repeat(5, minmax(0, 1fr));
  height: 184px;
  list-style: none;
}

.capital-lane-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 20px;
  padding: 0 16px;
}

.capital-lane-row strong,
.capital-lane-row b {
  display: none;
}

.capital-lane-row.selected-lane {
  background: var(--product-output);
}

.capital-lane-row.selected-lane strong,
.capital-lane-row.selected-lane b {
  display: block;
}

.execution-rail {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.execution-rail li {
  gap: 8px;
}

.execution-rail span,
.execution-rail strong {
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1;
}

.execution-rail span {
  font-weight: 500;
  color: var(--product-secondary);
}

.execution-rail strong {
  font-weight: 600;
  color: var(--product-navy);
}

@media (max-width: 700px) {
  .site-nav {
    height: 72px;
    padding: 0 20px;
  }

  .site-nav-links {
    gap: 16px;
  }

  .product-shell {
    width: calc(100% - 40px);
  }

  .product-hero {
    padding-top: 128px;
  }

  .product-hero .product-shell {
    padding-bottom: 64px;
  }

  .product-hero h1 {
    max-width: none;
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .product-hero-support {
    max-width: 350px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.45;
    white-space: normal;
  }

  .product-section {
    padding: 64px 0 71px;
  }

  .control-divider {
    grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
  }

  .control-divider + .product-section {
    padding-top: 71px;
  }

  .hero-divider + .product-section {
    padding-top: 64px;
  }

  .route-section {
    padding-bottom: 80px;
  }

  .section-introduction h2 {
    font-size: 26px;
  }

  .section-subtitle {
    margin-top: 16px;
    font-size: 16px;
    white-space: normal;
  }

  .build-figure {
    margin-top: 32px;
  }

  .claim-reconstruction-figure.claim-density-web,
  .product-secondary-figure.product-density-web {
    margin-top: 32px;
  }

  .claim-instrument,
  .product-secondary-instrument {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .claim-instrument-headings,
  .claim-instrument-body,
  .product-secondary-headings,
  .product-secondary-body {
    display: contents;
  }

  .claim-instrument-headings span,
  .product-secondary-headings span {
    height: 44px;
    padding-right: 18px;
    padding-left: 18px;
    border-left: 0;
  }

  .claim-instrument-headings span {
    background: var(--claim-dark);
  }

  .product-secondary-headings span {
    background: var(--secondary-dark);
  }

  .claim-instrument-headings span:nth-child(n + 2) {
    border-top: 1px solid var(--claim-rule);
  }

  .product-secondary-headings span:nth-child(n + 2) {
    border-top: 1px solid var(--secondary-rule);
  }

  .claim-instrument-region + .claim-instrument-region,
  .product-secondary-region + .product-secondary-region {
    border-left: 0;
  }

  .claim-instrument-headings span:nth-child(1),
  .product-secondary-headings span:nth-child(1) {
    grid-row: 1;
  }

  .claim-instrument-body .claim-instrument-region:nth-child(1),
  .product-secondary-body .product-secondary-region:nth-child(1) {
    grid-row: 2;
  }

  .claim-instrument-headings span:nth-child(2),
  .product-secondary-headings span:nth-child(2) {
    grid-row: 3;
  }

  .claim-instrument-body .claim-instrument-region:nth-child(2),
  .product-secondary-body .product-secondary-region:nth-child(2) {
    grid-row: 4;
  }

  .claim-instrument-headings span:nth-child(3),
  .product-secondary-headings span:nth-child(3) {
    grid-row: 5;
  }

  .claim-instrument-body .claim-instrument-region:nth-child(3),
  .product-secondary-body .product-secondary-region:nth-child(3) {
    grid-row: 6;
  }

  .metadata-rail {
    height: 36px;
    padding: 0 8px;
    font-size: 10.5px;
    letter-spacing: 0.04em;
  }

  .instrument-body {
    display: block;
    height: auto;
    border-right: 0;
    border-left: 0;
  }

  .instrument-region {
    border-right: 1px solid var(--product-rule);
    border-left: 1px solid var(--product-rule);
  }

  .instrument-region + .instrument-region {
    border-top: 1px solid var(--product-rule);
    border-left: 1px solid var(--product-rule);
  }

  .instrument-header {
    height: 32px;
    padding: 0 16px;
    font-size: 11px;
  }

  .evidence-list {
    height: 168px;
    font-size: 11px;
  }

  .economics-list {
    height: 180px;
  }

  .economics-list dt,
  .output-list dt {
    font-size: 11px;
  }

  .economics-list dd {
    font-size: 13px;
  }

  .output-list {
    height: 140px;
  }

  .output-list dd {
    font-size: 30px;
  }

  .state-rail {
    height: 36px;
    font-size: 10.5px;
    letter-spacing: 0.02em;
  }

  .control-evidence-list {
    height: 156px;
    font-size: 11px;
  }

  .control-matrix-list {
    height: 184px;
  }

  .control-matrix-list dt,
  .current-claim-states dt,
  .current-claim-label {
    font-size: 11px;
  }

  .control-matrix-list dd,
  .current-claim-states dd {
    font-size: 13px;
  }

  .current-claim-body {
    height: 184px;
  }

  .current-claim-value {
    font-size: 30px;
  }

  .route-claim-value,
  .capital-lane-row strong {
    font-size: 30px;
  }

  .route-claim-label,
  .route-claim-states dt,
  .match-list dt,
  .capital-lane-row span {
    font-size: 11px;
  }

  .route-claim-states dd,
  .match-list dd,
  .capital-lane-row b {
    font-size: 13px;
  }

  .route-claim-summary {
    height: 72px;
  }

  .route-claim-states {
    height: 104px;
  }

  .route-claim-body {
    height: 176px;
  }

  .match-list {
    height: 160px;
  }

  .capital-lanes-list {
    height: 180px;
  }

  .execution-rail {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 36px);
    height: 144px;
  }

  .execution-rail li + li {
    border-top: 1px solid var(--product-rule);
    border-left: 0;
  }

  .site-footer {
    padding: 48px 20px;
  }
}

@media (max-width: 900px) {
  .section-subtitle {
    white-space: normal;
  }

  .route-body {
    display: grid;
    height: auto;
    grid-template-columns: minmax(0, 1fr);
    border: 1px solid var(--product-rule);
  }

  .route-body .instrument-region {
    border: 0;
  }

  .route-body .instrument-region + .instrument-region {
    border-top: 1px solid var(--product-rule);
    border-left: 0;
  }

  .route-body .instrument-header {
    height: 40px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .route-claim-body,
  .match-list,
  .capital-lanes-list {
    height: auto;
  }

  .route-claim-summary {
    height: 88px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .route-claim-states {
    height: auto;
    grid-template-rows: repeat(3, minmax(48px, auto));
  }

  .match-list {
    grid-template-rows: repeat(4, minmax(48px, auto));
  }

  .capital-lanes-list {
    grid-template-rows: repeat(5, minmax(48px, auto));
  }

  .route-claim-row,
  .match-row,
  .capital-lane-row {
    min-height: 48px;
    padding-right: 18px;
    padding-left: 18px;
  }
}
