.dossier-scene {
  --scan-accent: var(--racingvin-verification);
  margin: 0;
  min-width: 0;
  color: var(--rv-ink);
  position: relative;
  isolation: isolate;
}
.dossier-scene-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--rv-line);
  padding-bottom: 12px;
}
.dossier-wordmark {
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -1px;
}
.dossier-wordmark > span {
  font-weight: 850;
}
.dossier-scene-heading > :last-child {
  color: var(--rv-muted);
  font: 9px var(--rv-font-metadata);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dossier-strip-label {
  font: 9px var(--rv-font-metadata);
  letter-spacing: 1.4px;
  color: var(--rv-muted);
  margin: 18px 0 8px;
}
.dossier-strip {
  display: flex;
  gap: 4px;
}
.dossier-strip > span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 28px;
  flex: 0 0 24px;
  background: #e4e8e2;
  border: 1px solid #b3bcb5;
  color: #36463c;
  font: 13px var(--rv-font-metadata);
}
.dossier-vehicle {
  position: relative;
  margin: 4px 0 0;
  aspect-ratio: 1983 / 793;
}
.dossier-detail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.dossier-car-annotations {
  position: absolute;
  inset: 2% 8% auto;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
}
.dossier-car-annotations span {
  position: relative;
  font: 8px var(--rv-font-metadata);
  color: var(--racingvin-verification-ink);
  background: #f3f3eddd;
  padding: 3px;
}
.dossier-car-annotations span::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 22px;
  background: var(--racingvin-verification);
}
.dossier-scene[data-stage='identify'] .dossier-car-annotations,
.dossier-scene[data-stage='configuration'] .dossier-car-annotations {
  opacity: 1;
}
.dossier-concepts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
  margin-top: 2px;
}
.dossier-concepts button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #d2d7c8;
  padding: 13px 2px 11px;
  min-height: 44px;
  color: #5b6455;
  font: 10px var(--rv-font-metadata);
  cursor: pointer;
}
.dossier-concepts button[aria-pressed='true'] {
  color: var(--rv-ink);
  border-color: #38473e;
  font-weight: 700;
}
.dossier-concepts button:hover {
  background: #e0e4de;
}
.dossier-report {
  background: var(--rv-registry, #141916);
  color: #edf1e6;
  border-radius: 0 0 2px 2px;
  overflow: hidden;
}
.dossier-story-panel {
  padding: 20px 22px 12px;
  height: 310px;
  display: grid;
  grid-template-rows: 62px 1fr 32px;
  gap: 4px;
}
.dossier-story-panel[hidden] {
  display: none;
}
.dossier-story-panel header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.product .dossier-story-panel h3 {
  color: #edf1e6;
  font-size: 20px;
  font-weight: 550;
  line-height: 1.3;
  letter-spacing: -0.4px;
  margin: 9px 0 0;
}
.dossier-concept-stamp,
.dossier-sample-stamp {
  flex-shrink: 0;
  color: #c3cdc7;
  font: 8px/1.4 var(--rv-font-metadata);
  border: 1px solid #66766e;
  padding: 4px 5px;
}
.dossier-concept-stamp {
  color: #d7c8a2;
  border-color: #706346;
}
.dossier-stage-content {
  min-width: 0;
  align-self: center;
}
.dossier-stage-note {
  font: 9px/1.5 var(--rv-font-metadata);
  color: #bfc9c3;
  margin: 0;
  border-top: 1px solid #3b4740;
  padding-top: 8px;
}
.dossier-progress-track {
  height: 2px;
  background: #3b4740;
}
.dossier-progress {
  height: 100%;
  background: #aeb9b2;
  transform-origin: left;
  transform: scaleX(0);
}
.dossier-story-controls {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  padding: 0 16px;
}
.dossier-concepts[hidden],
.dossier-story-controls[hidden] {
  display: flex;
  visibility: hidden;
}
.dossier-sequence-position {
  font: 10px var(--rv-font-metadata);
  width: 49px;
  color: #e0e5e1;
}
.dossier-playback-description {
  flex: 1;
  font: 9px var(--rv-font-metadata);
  color: #bfc9c3;
}
.dossier-story-controls button {
  min-width: 36px;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: #edf1ed;
  font: 11px var(--rv-font-metadata);
  cursor: pointer;
}
.dossier-story-controls [data-story-action='toggle'] {
  width: 56px;
}
.dossier-story-controls button:hover {
  color: var(--scan-accent);
}
.dossier-story-controls button:disabled {
  cursor: default;
  color: #bfc9c3;
}
.dossier-concepts button:focus-visible {
  outline: 2px solid var(--racingvin-focus);
  outline-offset: -3px;
}
.dossier-story-controls button:focus-visible {
  outline: 2px solid var(--racingvin-verification);
  outline-offset: -3px;
}
.dossier-scene-note {
  font: 10px/1.6 var(--rv-font-metadata);
  color: var(--rv-muted);
  margin: 12px 0 0;
}
.dossier-scene-note strong {
  color: #3e4938;
  font-weight: 600;
}
.dossier-stamp {
  display: inline-block;
  color: #c7d1ca;
  border: 1px solid #65776c;
  padding: 5px 6px;
  font: 9px/1.4 var(--rv-font-metadata);
}
.dossier-stamp-source {
  color: #b8d3e7;
  border-color: #4c6375;
}
.dossier-stamp-disputed {
  color: #efbbab;
  border-color: #915843;
}
.dossier-data-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #3b4740;
}
.dossier-data-row strong {
  font-size: 12px;
  font-weight: 550;
}
.dossier-data-row div > span {
  display: block;
  color: #bfc9c3;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 5px;
}
.dossier-data-row > .dossier-stamp {
  flex-shrink: 0;
  text-align: center;
}
.dossier-identity-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dossier-identity-title > span {
  font: 10px var(--rv-font-metadata);
  color: #c3cdc7;
  letter-spacing: 1.2px;
}
.dossier-identity-title > strong {
  font-size: 29px;
  letter-spacing: -1px;
  color: #edf1e6;
  font-weight: 500;
}
.dossier-identity-title small {
  font: 10px var(--rv-font-metadata);
  color: #c3cdc7;
}
.dossier-identifier-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}
.dossier-identifier-grid span {
  font: 10px var(--rv-font-metadata);
  padding-left: 10px;
  border-left: 1px solid #84968a;
}
.dossier-stage-content svg {
  display: block;
  width: 100%;
  max-height: 165px;
  overflow: visible;
}
.dossier-stage-content svg text {
  fill: #c7d1ca;
  font: 13px var(--rv-font-metadata);
}
.dossier-stage-content svg .dossier-svg-id {
  fill: #edf1e6;
  font-size: 14px;
}
.dossier-stage-content svg path {
  fill: none;
  stroke: #8b9c92;
  stroke-width: 1;
}
.dossier-stage-content svg rect {
  fill: #25312b;
  stroke: #718479;
}
.dossier-stage-content svg circle {
  fill: var(--racingvin-verification);
}
.dossier-convergence svg {
  height: 125px;
}
.dossier-mini-metrics,
.dossier-major-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.dossier-mini-metrics {
  margin-top: 14px;
}
.dossier-mini-metrics > div,
.dossier-major-metrics > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.dossier-mini-metrics strong {
  font-size: 17px;
  font-weight: 500;
}
.dossier-mini-metrics span,
.dossier-major-metrics span {
  font-size: 10px;
  line-height: 1.3;
  color: #c4cec7;
}
.dossier-major-metrics strong {
  font-size: 32px;
  font-weight: 450;
  letter-spacing: -1px;
}
.dossier-custody-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.dossier-custody-track > div {
  display: flex;
  flex-direction: column;
}
.dossier-custody-track small {
  font: 11px var(--rv-font-metadata);
  color: #bdc9c1;
}
.dossier-custody-track i {
  position: relative;
  height: 1px;
  background: #8b9c92;
  margin: 17px 0;
}
.dossier-custody-track i::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: -2px;
  background: #c4cfca;
}
.dossier-custody-track strong {
  font-size: 11px;
  font-weight: 500;
}
.dossier-custody-track span {
  font: 10px var(--rv-font-metadata);
  color: #bdc9c1;
  margin-top: 7px;
}
.dossier-found-chapter {
  display: grid;
  border: 1px dashed #83948b;
  padding: 13px 10px;
  margin-top: 24px;
  font: 10px/1.4 var(--rv-font-metadata);
}
.dossier-found-chapter > span {
  grid-area: 1 / 1;
}
.dossier-gap-before {
  opacity: 0;
}
.dossier-gap-after {
  color: #b8d3e7;
}
.dossier-race-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
  border-top: 1px solid #6a7b70;
}
.dossier-race-results > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 10px;
}
.dossier-race-results small,
.dossier-race-results span {
  font: 10px/1.3 var(--rv-font-metadata);
  color: #bdc9c1;
}
.dossier-race-results strong {
  font-size: 19px;
  font-weight: 500;
}
.dossier-market-ledger > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #3b4740;
}
.dossier-market-ledger > div > span:first-child {
  font: 11px var(--rv-font-metadata);
  color: #bdc9c1;
}
.dossier-market-ledger .dossier-stamp {
  justify-self: start;
}
.dossier-market-ledger strong {
  justify-self: end;
  font: 18px var(--rv-font-metadata);
}
.dossier-market-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 17px;
}
.dossier-market-foot span {
  font-size: 10px;
  color: #bdc9c1;
}
.dossier-market-foot strong {
  font: 17px var(--rv-font-metadata);
  color: #c7d1ca;
}
.dossier-cohort {
  display: flex;
  gap: 7px;
  margin-bottom: 8px;
}
.dossier-cohort span {
  font: 9px var(--rv-font-metadata);
  color: #c7d1ca;
  border-bottom: 1px solid #8b9c92;
  padding-bottom: 5px;
}
.dossier-stage-content svg .dossier-comparable {
  fill: #9eaca4;
}
.dossier-stage-content svg .dossier-target-line {
  stroke: #edf1e6;
  stroke-width: 2;
}
.dossier-price-ranges > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px;
  margin-bottom: 15px;
}
.dossier-price-ranges span {
  font-size: 11px;
  color: #bdc9c1;
}
.dossier-price-ranges strong {
  font: 12px var(--rv-font-metadata);
}
.dossier-price-ranges i {
  grid-column: 1 / -1;
  height: 4px;
  margin-left: var(--range-start);
  width: var(--range-width);
  background: #aebbb4;
}
.dossier-price-ranges > div:first-child i {
  background: #6b7c71;
}
.dossier-benchmark {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #3b4740;
  padding-top: 16px;
  margin-top: 20px;
}
.dossier-benchmark small {
  display: block;
  font: 8px var(--rv-font-metadata);
  color: #bdc9c1;
  margin-bottom: 6px;
}
.dossier-benchmark strong {
  font: 20px var(--rv-font-metadata);
}
.dossier-benchmark strong span {
  font-size: 10px;
  color: #c7d1ca;
}
.dossier-comparison-head {
  display: flex;
  justify-content: space-between;
  font: 9px var(--rv-font-metadata);
  color: #bdc9c1;
  margin-bottom: 10px;
}
.dossier-conflict-pair {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.dossier-conflict-pair small {
  display: block;
  font: 9px var(--rv-font-metadata);
  color: #bdc9c1;
}
.dossier-conflict-pair strong {
  display: block;
  font-size: 34px;
  font-weight: 450;
  margin-top: 10px;
}
.dossier-conflict-pair > span {
  font-size: 24px;
  color: #cf9c88;
}
.dossier-conflict-note {
  border-top: 1px solid #796250;
  margin-top: 18px;
  padding-top: 14px;
}
.dossier-conflict-note p {
  font-size: 11px;
  margin-block: 10px;
  color: #c6cabc;
}
.dossier-conflict-note > strong {
  font-size: 11px;
  font-weight: 500;
}
.dossier-network svg {
  height: 177px;
}
.dossier-living-title {
  display: flex;
  align-items: center;
  gap: 18px;
}
.dossier-living-title > strong {
  color: #edf1e6;
  font-size: 53px;
  line-height: 1;
  font-weight: 450;
  letter-spacing: -2px;
}
.dossier-living-title span {
  font: 10px var(--rv-font-metadata);
  letter-spacing: 1px;
}
.dossier-living-title small {
  display: block;
  font-size: 11px;
  color: #bdc9c1;
  margin-top: 8px;
}
.dossier-living-title + .dossier-major-metrics {
  margin-top: 22px;
}
.dossier-living-title + .dossier-major-metrics strong {
  font-size: 24px;
}
.dossier-living-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  font: 9px var(--rv-font-metadata);
}
.dossier-art-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  color: var(--rv-muted);
  font: 11px var(--rv-font-metadata);
}
@media (max-width: 1100px) {
  .dossier-story-panel {
    padding-inline: 16px;
  }
  .dossier-story-panel header {
    display: block;
    position: relative;
  }
  .dossier-concept-stamp,
  .dossier-sample-stamp {
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 7px;
  }
  .product .dossier-story-panel h3 {
    font-size: 18px;
  }
  .dossier-data-row {
    gap: 8px;
  }
  .dossier-data-row div > span {
    font-size: 9px;
  }
  .dossier-data-row > .dossier-stamp {
    font-size: 8px;
    max-width: 100px;
  }
}
@media (max-width: 800px) {
  .dossier-scene {
    width: 100%;
  }
  .dossier-vehicle {
    max-height: 250px;
  }
  .dossier-detail {
    max-height: 250px;
  }
  .dossier-story-panel {
    padding-inline: 20px;
  }
  .dossier-concept-stamp,
  .dossier-sample-stamp {
    font-size: 8px;
  }
  .dossier-stage-content svg {
    max-width: 500px;
    margin-inline: auto;
  }
}
@media (max-width: 480px) {
  .dossier-strip {
    gap: 3px;
  }
  .dossier-strip > span {
    flex-basis: 20px;
    width: 20px;
    height: 27px;
  }
  .dossier-concepts button {
    font-size: 9px;
  }
  .dossier-story-panel {
    height: 334px;
    grid-template-rows: 68px 1fr 40px;
    padding: 18px 14px 12px;
  }
  .dossier-data-row strong {
    font-size: 11px;
  }
  .dossier-data-row div > span {
    max-width: 185px;
  }
  .dossier-stage-note {
    font-size: 9px;
  }
  .dossier-concept-stamp,
  .dossier-sample-stamp {
    font-size: 7px;
  }
  .dossier-stage-content svg text {
    font-size: 15px;
  }
  .dossier-stage-content svg .dossier-svg-id {
    font-size: 15px;
  }
  .dossier-story-controls {
    padding-inline: 10px;
    gap: 3px;
  }
  .dossier-story-controls button {
    min-width: 40px;
  }
  .dossier-playback-description {
    font-size: 8px;
  }
  .dossier-identifier-grid span {
    font-size: 9px;
  }
  .dossier-mini-metrics {
    gap: 7px;
  }
  .dossier-mini-metrics strong {
    font-size: 16px;
  }
  .dossier-benchmark strong {
    font-size: 18px;
  }
  .dossier-custody-track strong {
    font-size: 9px;
  }
  .dossier-car-annotations span {
    font-size: 7px;
  }
  .dossier-car-annotations span::after {
    height: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dossier-scene * {
    animation: none !important;
    transition: none !important;
  }
  .dossier-story-panel {
    transform: none !important;
    opacity: 1 !important;
  }
}

/* The earlier dossier sequence lives below the hero in a separate instrument. */
.dossier-section {
  padding: 58px 0 50px;
  margin: 32px 0 48px;
  border-block: 1px solid var(--rv-steel-line);
  scroll-margin-top: 24px;
}
.dossier-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 28px;
}
.product .dossier-section h2 {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
  letter-spacing: -1.3px;
  margin: 12px 0 16px;
}
.dossier-intro {
  max-width: 690px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--rv-muted);
  margin: 0;
}
.dossier-index {
  padding-top: 4px;
  white-space: nowrap;
  color: var(--rv-technical-ink);
  font: 9px var(--rv-font-metadata);
  letter-spacing: 1px;
}
.dossier-scene {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: center;
}
.dossier-machine {
  min-width: 0;
  margin: 0;
  position: relative;
  isolation: isolate;
}
.dossier-machine::before {
  content: '';
  position: absolute;
  inset: -24px -16px;
  z-index: -1;
  background-image: var(--rv-grid-field);
  background-size: var(--rv-grid-scale);
  mask-image: radial-gradient(ellipse at 50% 40%, #000, transparent 72%);
  pointer-events: none;
}
.dossier-machine-caption,
.dossier-machine-datum {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--rv-technical-ink);
  font: 8px/1.6 var(--rv-font-metadata);
  letter-spacing: 1px;
}
.dossier-machine-caption {
  margin-bottom: 12px;
}
.dossier-vehicle {
  margin-top: 24px;
}
.dossier-machine-datum {
  padding-top: 12px;
  border-top: 1px solid var(--rv-steel-line);
}
.dossier-machine-note {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.75;
  color: var(--rv-muted);
}
.dossier-instrument {
  min-width: 0;
}
.dossier-report {
  background: #111814;
}
.dossier-concepts {
  margin-top: 0;
}
.dossier-concepts button {
  color: var(--rv-technical-ink);
  border-color: var(--rv-steel-line);
}
.dossier-concepts button[aria-pressed='true'] {
  border-color: var(--rv-ink);
}
.dossier-story-panel {
  height: 420px;
  grid-template-rows: 70px 1fr 42px;
}
.dossier-story-panel header {
  position: relative;
  display: block;
  padding-top: 0;
}
.dossier-stage-kicker {
  font: 9px/1.4 var(--rv-font-metadata);
  letter-spacing: 0.6px;
  color: #bcc8c1;
}
.dossier-sample-stamp,
.dossier-concept-stamp {
  position: absolute;
  right: 0;
  top: 0;
}
.product .dossier-story-panel h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-top: 12px;
}
.dossier-stage-note {
  font-size: 10px;
  line-height: 1.55;
}
.dossier-data-row div > span {
  font-size: 11px;
}
.dossier-explore {
  display: inline-block;
  margin-top: 24px;
}
@media (max-width: 1000px) {
  .dossier-scene {
    gap: 28px;
  }
  .dossier-story-panel {
    padding-inline: 16px;
    height: 420px;
    grid-template-rows: 78px 1fr 52px;
  }
  .dossier-sample-stamp,
  .dossier-concept-stamp {
    font-size: 7px;
  }
  .product .dossier-story-panel h3 {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .dossier-section {
    padding-block: 36px;
  }
  .dossier-section-heading {
    display: block;
  }
  .dossier-index {
    display: none;
  }
  .dossier-scene {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .dossier-machine {
    max-width: 640px;
    width: 100%;
    margin-inline: auto;
  }
  .dossier-story-panel {
    height: 420px;
    grid-template-rows: 74px 1fr 48px;
    padding-inline: 20px;
  }
  .dossier-machine-note {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .dossier-section-heading {
    margin-bottom: 26px;
  }
  .dossier-intro {
    font-size: 14px;
  }
  .dossier-machine-caption {
    font-size: 7px;
    letter-spacing: 0.5px;
  }
  .dossier-story-panel {
    height: 420px;
    padding: 18px 14px 12px;
    grid-template-rows: 82px 1fr 52px;
  }
  .dossier-story-panel header {
    padding-top: 21px;
  }
  .dossier-stage-kicker {
    display: block;
    font-size: 8px;
  }
  .dossier-sample-stamp,
  .dossier-concept-stamp {
    top: -4px;
  }
  .product .dossier-story-panel h3 {
    font-size: 19px;
    margin-top: 8px;
  }
  .dossier-data-row div > span {
    font-size: 10px;
  }
  .dossier-scene-note {
    font-size: 10px;
  }
}
.dossier-range-asking {
  --range-start: 12%;
  --range-width: 80%;
}
.dossier-range-sales {
  --range-start: 6%;
  --range-width: 65%;
}

/* Published auction evidence is separate from the illustrative dossier. */
.dossier-art-disclosure {
  display: block;
  margin-top: 9px;
  font-size: 10px;
  color: var(--rv-muted);
}
.dossier-sale-identity {
  display: grid;
  gap: 7px;
}
.dossier-sale-identity strong {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 550;
}
.dossier-sale-identity span,
.dossier-sale-amount > span,
.dossier-sale-reference > span {
  font: 9px/1.6 var(--rv-font-metadata);
  color: #bdc9c1;
  letter-spacing: 0.5px;
}
.dossier-sale-amount {
  display: grid;
  gap: 8px;
  padding: 22px 0 17px;
}
.dossier-sale-amount > strong {
  font: 500 clamp(32px, 3.2vw, 43px) / 1.1 var(--rv-font-metadata);
  letter-spacing: -1.5px;
  color: #edf1e6;
}
.dossier-sale-event {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 18px;
  padding-top: 12px;
  border-top: 1px solid #3b4740;
  font: 10px/1.6 var(--rv-font-metadata);
  color: #c7d1ca;
}
.dossier-report .dossier-source-link {
  display: inline-block;
  margin-top: 15px;
  font: 10px/1.7 var(--rv-font-metadata);
  color: #b8d3e7;
  text-underline-offset: 4px;
}
.dossier-source-link:focus-visible {
  outline: 2px solid #b8d3e7;
  outline-offset: 4px;
}
.dossier-sale-metrics {
  margin-block: 22px 15px;
}
.dossier-sale-context {
  font-size: 12px;
  line-height: 1.7;
  color: #c7d1ca;
  margin: 0;
}
.dossier-sale-reference {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}
.dossier-sale-reference strong {
  font: 25px/1.25 var(--rv-font-metadata);
  color: #edf1e6;
}
.dossier-sale-reference small {
  font-size: 11px;
  color: #bdc9c1;
}
.dossier-story-panel[data-stage='benchmark'] .dossier-data-row {
  padding-block: 8px;
}
@media (max-width: 480px) {
  .dossier-sale-amount {
    padding-block: 17px 14px;
  }
  .dossier-sale-amount > strong {
    font-size: 32px;
  }
  .dossier-sale-identity strong {
    font-size: 12px;
  }
  .dossier-sale-event {
    font-size: 9px;
  }
  .dossier-sale-metrics {
    margin-block: 18px 12px;
  }
  .dossier-sale-context {
    font-size: 11px;
  }
  .dossier-sale-reference strong {
    font-size: 23px;
  }
}
