.report-body {
  background: #f4f6f2;
}

.report-header {
  position: static;
}

.report-header .site-nav {
  gap: 16px;
}

.report-main {
  overflow: hidden;
}

.report-hero {
  padding: 78px 0 68px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(199, 154, 65, 0.26), transparent 28%),
    linear-gradient(135deg, #173c35 0%, #102923 64%, #101816 100%);
}

.report-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
  gap: 56px;
  align-items: end;
}

.report-hero h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 72px);
}

.report-hero .lede {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
}

.report-download {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.report-download strong {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.report-download p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
}

.report-download .button {
  width: 100%;
}

.report-nav {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.report-nav-inner {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  scrollbar-width: thin;
}

.report-nav a {
  flex: 0 0 auto;
  color: var(--deep);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.report-section-block {
  padding: 76px 0;
}

.report-section-block.white {
  background: #fff;
}

.report-section-block.deep {
  color: #fff;
  background: var(--deep);
}

.report-section-block.deep p,
.report-section-block.deep .section-intro {
  color: rgba(255, 255, 255, 0.78);
}

.report-section-block.deep .report-card {
  color: var(--ink);
}

.report-title-row {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 44px;
  align-items: start;
  margin-bottom: 34px;
}

.report-title-row h2 {
  margin-bottom: 0;
}

.section-intro {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.signal-card,
.report-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.signal-card span {
  display: block;
  min-height: 38px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.signal-card strong {
  display: block;
  margin: 8px 0 10px;
  color: var(--deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

.signal-card p,
.report-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.finding {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 28px;
}

.finding-copy {
  padding: 32px;
  border-left: 6px solid var(--clay);
  background: var(--sky);
}

.finding-copy h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.finding-copy p:last-child {
  margin-bottom: 0;
}

.mix-shift {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 28px;
  color: #fff;
  border-radius: 8px;
  background: #101816;
}

.mix-number {
  text-align: center;
}

.mix-number strong {
  display: block;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
}

.mix-number span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.mix-arrow {
  color: var(--gold);
  font-size: 24px;
  font-weight: 800;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.report-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.report-table th,
.report-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.report-table th {
  color: var(--deep);
  background: var(--mist);
  font-size: 13px;
  text-transform: uppercase;
}

.report-table tr:last-child td {
  border-bottom: 0;
}

.report-table td strong {
  color: var(--deep);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.report-card .kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.report-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.report-card ul {
  margin: 14px 0 0;
  padding-left: 19px;
  color: var(--muted);
}

.report-card li + li {
  margin-top: 8px;
}

.range-list {
  display: grid;
  gap: 15px;
}

.range-row {
  display: grid;
  grid-template-columns: 170px 1fr 70px;
  gap: 14px;
  align-items: center;
}

.range-row span,
.range-row strong {
  font-size: 14px;
}

.range-track {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--mist);
}

.range-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sage), var(--gold));
}

.report-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 38px;
  color: #fff;
  border-radius: 8px;
  background: #101816;
}

.report-cta h2 {
  margin-bottom: 8px;
}

.report-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}

.archive-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.archive-card h2 {
  margin-bottom: 10px;
}

.archive-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.archive-actions {
  display: grid;
  gap: 12px;
  min-width: 220px;
}

.archive-actions .button {
  width: 100%;
}

.archive-actions a:not(.button) {
  color: var(--deep);
  font-weight: 800;
  text-align: center;
  text-underline-offset: 4px;
}

.report-note {
  padding: 22px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  font-size: 14px;
}

.report-note p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1040px) {
  .signal-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .report-hero-grid,
  .report-title-row,
  .finding {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .report-hero {
    padding: 58px 0 52px;
  }

  .report-hero .lede {
    font-size: 17px;
  }

  .report-section-block {
    padding: 58px 0;
  }

  .signal-grid,
  .card-grid,
  .card-grid.two,
  .report-cta,
  .archive-card {
    grid-template-columns: 1fr;
  }

  .mix-shift {
    grid-template-columns: 1fr;
  }

  .mix-arrow {
    transform: rotate(90deg);
    text-align: center;
  }

  .range-row {
    grid-template-columns: 1fr 64px;
  }

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

  .archive-actions {
    min-width: 0;
  }
}
