.report-page {
  background: var(--paper);
  color: var(--body);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.sheet {
  max-width: 860px;
  margin: 40px auto 80px;
  padding: 64px 72px 72px;
  background: #fdfbf7;
  border: 1px solid var(--rule);
}

.report-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--rule);
}

.report-brand__lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.report-brand__lockup img {
  width: 28px;
  height: 28px;
}

.report-brand__label {
  color: var(--muted);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.sample-banner {
  margin: 26px 0 0;
  padding: 14px 18px;
  border: 1px solid var(--amber);
  color: var(--amber);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.5;
}

.report-cover {
  padding: 46px 0 38px;
  border-bottom: 1px solid var(--rule);
}

.report-cover h1 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 2.9rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.report-cover .report-subject {
  margin: 0;
  color: var(--body);
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.35;
}

.report-meta {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: start;
  gap: 12px 48px;
  margin: 30px 0 0;
}

.report-meta div dt {
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.report-meta div dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.9375rem;
  font-weight: 500;
}

.report-section {
  padding: 40px 0 8px;
}

.report-section > h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.report-section > h2 .section-number {
  color: var(--amber);
  margin-right: 10px;
}

.report-section h3 {
  margin: 28px 0 6px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 600;
}

.report-section p {
  max-width: 640px;
  margin: 10px 0;
}

.report-section .section-rule {
  height: 1px;
  margin-top: 34px;
  background: var(--rule);
  border: 0;
}

.findings {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: finding;
}

.findings li {
  position: relative;
  max-width: 680px;
  margin: 0 0 14px;
  padding-left: 40px;
  counter-increment: finding;
}

.findings li::before {
  content: counter(finding, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--amber);
  font-size: 0.75rem;
  font-weight: 700;
}

.findings strong {
  color: var(--ink);
}

.ci-legend {
  display: flex;
  gap: 26px;
  margin: 16px 0 6px;
  color: var(--muted);
  font-size: 0.75rem;
}

.ci-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ci-legend .swatch-band {
  width: 22px;
  height: 9px;
  background: rgba(159, 79, 38, 0.22);
}

.ci-legend .swatch-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--forest);
}

.ci-table {
  margin: 8px 0 4px;
}

.ci-head,
.ci-row {
  display: grid;
  grid-template-columns: 190px 56px 150px 1fr;
  gap: 18px;
  align-items: center;
  padding: 9px 0;
}

.ci-head {
  color: var(--muted);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--rule);
}

.ci-row {
  border-bottom: 1px solid rgba(109, 83, 54, 0.12);
}

.ci-row .ci-label {
  color: var(--ink);
  font-weight: 500;
}

.ci-row .ci-n {
  font-variant-numeric: tabular-nums;
  color: var(--muted);
}

.ci-row .ci-value {
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}

.ci-row .ci-value .ci-range {
  display: block;
  color: var(--muted);
  font-size: 0.8125rem;
}

.ci-track {
  position: relative;
  height: 20px;
  background: rgba(109, 83, 54, 0.08);
}

.ci-band {
  position: absolute;
  top: 5px;
  bottom: 5px;
  background: rgba(159, 79, 38, 0.22);
}

.ci-dot {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--forest);
  transform: translate(-50%, -50%);
}

.report-table {
  width: 100%;
  margin: 14px 0 6px;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.report-table th {
  padding: 8px 14px 8px 0;
  color: var(--muted);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid var(--rule);
}

.report-table td {
  padding: 9px 14px 9px 0;
  border-bottom: 1px solid rgba(109, 83, 54, 0.12);
  font-variant-numeric: tabular-nums;
}

.report-table td:first-child {
  color: var(--ink);
  font-weight: 500;
}

.report-table .row-you td {
  background: rgba(24, 63, 43, 0.05);
}

.callout {
  max-width: 680px;
  margin: 18px 0;
  padding: 18px 22px;
  border-left: 2px solid var(--forest);
  background: rgba(24, 63, 43, 0.04);
}

.callout p {
  margin: 6px 0;
}

.actions {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.actions li {
  max-width: 680px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(109, 83, 54, 0.12);
}

.actions strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
}

.prompt-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.8438rem;
  color: var(--body);
}

.prompt-list li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(109, 83, 54, 0.1);
}

.report-footer {
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 0.75rem;
}

@media (max-width: 720px) {
  .sheet {
    margin: 0;
    padding: 28px 20px 48px;
    border: 0;
  }

  .ci-head {
    display: none;
  }

  .ci-row {
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
  }

  .ci-row .ci-track {
    grid-column: 1 / -1;
  }

  .report-meta {
    grid-template-columns: repeat(2, auto);
  }
}

@media print {
  .report-page {
    background: #fff;
  }

  .nav,
  .skip-link {
    display: none !important;
  }

  .sheet {
    max-width: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 0;
  }

  .report-section {
    padding-top: 28px;
  }

  .ci-row,
  .report-table tr,
  .findings li,
  .actions li {
    break-inside: avoid;
  }

  .report-section > h2 {
    break-after: avoid;
  }

  @page {
    margin: 18mm 16mm;
  }
}
