:root {
  --insight-paper: #f4f1e8;
  --insight-white: #fffdf7;
  --insight-ink: #1b1b1b;
  --insight-yellow: #ffbf00;
  --insight-blue: #1754b5;
  --insight-red: #f0182b;
  --insight-green: #16704a;
  --insight-muted: #5d5b54;
  --insight-line: #c9c4b8;
}

.insights-page {
  overflow-x: hidden;
  background: var(--insight-paper);
}

.insights-page ::selection {
  color: var(--insight-ink);
  background: var(--insight-yellow);
}

.insights-page :focus-visible {
  outline-color: var(--insight-blue);
}

.insights-page img {
  display: block;
  max-width: 100%;
}

.insights-page h1,
.insights-page h2,
.insights-page h3,
.insights-page p,
.insights-page figure,
.insights-page blockquote,
.insights-page dl {
  margin-top: 0;
}

.insights-page h1,
.insights-page h2,
.insights-page h3 {
  text-wrap: balance;
}

.insights-page .trust-header {
  background: rgba(244, 241, 232, .98);
}

.insights-page .trust-nav > a[aria-current='page']::after {
  background: var(--insight-yellow);
}

.insights-hub-hero {
  min-height: calc(100svh - 5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(21rem, .58fr);
  border-bottom: 2px solid var(--insight-ink);
}

.insights-hub-title {
  min-width: 0;
  padding: clamp(3rem, 7vw, 7rem) clamp(1.25rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
  color: var(--insight-white);
  background: var(--insight-ink);
}

.insights-hub-title h1 {
  max-width: 9ch;
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(4.1rem, 11vw, 10.8rem);
  font-weight: 800;
  line-height: .82;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.insights-hub-title p {
  max-width: 51ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.insights-hub-register {
  padding: clamp(2.5rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
  background: var(--insight-yellow);
}

.insights-hub-register strong {
  font-family: var(--display);
  font-size: clamp(5rem, 12vw, 11rem);
  font-weight: 800;
  line-height: .75;
  letter-spacing: -.04em;
  font-variant-numeric: tabular-nums;
}

.insights-hub-register p {
  max-width: 30ch;
  margin-bottom: 0;
  font-size: 1.05rem;
  font-weight: 580;
}

.insights-index {
  border-bottom: 2px solid var(--insight-ink);
}

.insight-entry {
  min-height: 31rem;
  display: grid;
  grid-template-columns: minmax(18rem, .7fr) minmax(0, 1.3fr);
  border-bottom: 1px solid var(--insight-ink);
}

.insight-entry:last-child {
  border-bottom: 0;
}

.insight-entry:nth-child(even) {
  grid-template-columns: minmax(0, 1.3fr) minmax(18rem, .7fr);
}

.insight-entry:nth-child(even) .insight-entry__image {
  order: 2;
}

.insight-entry__image {
  min-height: 26rem;
  overflow: hidden;
  border-right: 1px solid var(--insight-ink);
  background: var(--insight-white);
}

.insight-entry:nth-child(even) .insight-entry__image {
  border-right: 0;
  border-left: 1px solid var(--insight-ink);
}

.insight-entry__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insight-entry__copy {
  padding: clamp(2.4rem, 6vw, 6.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
}

.insight-entry__copy h2 {
  max-width: 18ch;
  margin-bottom: 1.4rem;
  font-family: var(--display);
  font-size: clamp(2rem, 4.6vw, 4.8rem);
  font-weight: 800;
  line-height: .92;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.insight-entry__copy p {
  max-width: 58ch;
  margin-bottom: 0;
  color: #37352f;
  font-size: 1.05rem;
}

.insight-entry__proof {
  display: grid;
  grid-template-columns: minmax(8rem, auto) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: end;
  border-top: 1px solid var(--insight-ink);
  padding-top: 1.2rem;
}

.insight-entry__proof strong {
  font-family: var(--display);
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: .8;
  letter-spacing: -.04em;
  font-variant-numeric: tabular-nums;
}

.insight-entry__proof span {
  max-width: 28ch;
  font-size: .82rem;
  font-weight: 650;
}

.insight-entry__link,
.article-action {
  width: fit-content;
  min-height: 3.3rem;
  padding: .75rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--insight-ink);
  color: var(--insight-white);
  background: var(--insight-blue);
  font-family: var(--display);
  font-size: .64rem;
  font-weight: 760;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms var(--ease), background 180ms var(--ease), transform 180ms var(--ease);
}

.insight-entry__link:hover,
.article-action:hover {
  color: var(--insight-ink);
  background: var(--insight-yellow);
  transform: translateY(-2px);
}

.insights-source {
  padding: clamp(3rem, 7vw, 7rem) clamp(1.25rem, 5vw, 5rem);
  display: grid;
  grid-template-columns: minmax(15rem, .55fr) minmax(0, 1.45fr);
  gap: clamp(2.5rem, 8vw, 9rem);
  background: var(--insight-white);
  border-bottom: 2px solid var(--insight-ink);
}

.insights-source h2 {
  max-width: 11ch;
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.source-ledger {
  margin: 0;
  border-top: 1px solid var(--insight-ink);
}

.source-ledger > div {
  min-height: 4.6rem;
  padding: .85rem 0;
  display: grid;
  grid-template-columns: minmax(9rem, .45fr) minmax(0, 1.55fr);
  gap: 1.5rem;
  align-items: center;
  border-bottom: 1px solid var(--insight-line);
}

.source-ledger dt {
  font-family: var(--display);
  font-size: .62rem;
  font-weight: 760;
  text-transform: uppercase;
}

.source-ledger dd {
  margin: 0;
  color: #37352f;
}

.source-ledger a {
  color: var(--insight-blue);
  font-weight: 650;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(20rem, .95fr) minmax(0, 1.05fr);
  border-bottom: 2px solid var(--insight-ink);
}

.article-hero__copy {
  min-width: 0;
  padding: clamp(2.8rem, 6vw, 6.5rem) clamp(1.25rem, 4vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(3rem, 7vw, 7rem);
  color: var(--insight-white);
  background: var(--insight-ink);
}

.article-breadcrumb {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  color: rgba(255, 255, 255, .66);
  font-family: var(--display);
  font-size: .56rem;
  font-weight: 700;
  text-transform: uppercase;
}

.article-breadcrumb a {
  text-decoration: none;
}

.article-breadcrumb span:last-child {
  color: var(--insight-yellow);
}

.article-hero h1 {
  max-width: 15ch;
  margin-bottom: 1.6rem;
  font-family: var(--display);
  font-size: clamp(2.55rem, 4.4vw, 5.9rem);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.article-dek {
  max-width: 52ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(1.02rem, 1.6vw, 1.3rem);
  line-height: 1.48;
}

.article-byline {
  padding-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, .4);
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
}

.article-byline a {
  color: var(--insight-white);
  font-weight: 700;
}

.article-hero__visual {
  min-width: 0;
  min-height: 34rem;
  position: relative;
  overflow: hidden;
  background: var(--insight-yellow);
}

.article-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-proof-stamp {
  max-width: min(19rem, calc(100% - 2rem));
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 1rem;
  border: 2px solid var(--insight-ink);
  color: var(--insight-ink);
  background: rgba(255, 253, 247, .94);
}

.article-proof-stamp strong,
.article-proof-stamp span {
  display: block;
}

.article-proof-stamp strong {
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: .82;
  letter-spacing: -.04em;
  font-variant-numeric: tabular-nums;
}

.article-proof-stamp span {
  margin-top: .75rem;
  font-size: .76rem;
  font-weight: 650;
}

.article-shell {
  max-width: 96rem;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 7rem) clamp(1.25rem, 5vw, 5rem) clamp(5rem, 10vw, 10rem);
  display: grid;
  grid-template-columns: minmax(13rem, 17rem) minmax(0, 48rem);
  justify-content: center;
  gap: clamp(3rem, 7vw, 8rem);
}

.article-index {
  align-self: start;
  position: sticky;
  top: 7.5rem;
}

.article-index > strong {
  display: block;
  margin-bottom: .8rem;
  font-family: var(--display);
  font-size: .62rem;
  text-transform: uppercase;
}

.article-index nav {
  border-top: 1px solid var(--insight-ink);
}

.article-index nav a {
  padding: .75rem 0;
  display: block;
  border-bottom: 1px solid var(--insight-line);
  color: var(--insight-muted);
  font-size: .79rem;
  font-weight: 550;
  text-decoration: none;
}

.article-index nav a:hover {
  color: var(--insight-blue);
  transform: translateX(.25rem);
}

.article-index__source {
  margin-top: 1.4rem;
  padding: 1rem;
  color: var(--insight-white);
  background: var(--insight-blue);
  font-size: .73rem;
  line-height: 1.5;
}

.article-index__source strong {
  display: block;
  margin-bottom: .4rem;
  font-family: var(--display);
  font-size: .58rem;
  text-transform: uppercase;
}

.article-index__source a {
  color: inherit;
}

.article-body {
  min-width: 0;
}

.article-body > p,
.article-body section > p,
.article-body li {
  color: #34322e;
  font-size: 1.07rem;
  line-height: 1.78;
}

.article-body > p,
.article-body section > p {
  max-width: 70ch;
  margin-bottom: 1.35rem;
}

.article-body .article-opening {
  margin-bottom: 3.2rem;
  color: var(--insight-ink);
  font-size: clamp(1.25rem, 2.1vw, 1.64rem);
  line-height: 1.58;
}

.article-body section {
  margin: clamp(4rem, 8vw, 7rem) 0;
  scroll-margin-top: 7rem;
}

.article-body h2 {
  max-width: 18ch;
  margin-bottom: 1.5rem;
  font-family: var(--display);
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.article-body h3 {
  margin: 2.4rem 0 .8rem;
  font-family: var(--display);
  font-size: .8rem;
  font-weight: 760;
  line-height: 1.4;
  text-transform: uppercase;
}

.article-body a {
  color: var(--insight-blue);
  font-weight: 650;
}

.article-body blockquote {
  margin: 3rem 0;
  padding: clamp(1.8rem, 4vw, 3.2rem);
  color: var(--insight-white);
  background: var(--insight-ink);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.8vw, 2.35rem);
  font-weight: 720;
  line-height: 1.16;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.evidence-figure {
  margin: 3rem 0;
  border-top: 2px solid var(--insight-ink);
  border-bottom: 2px solid var(--insight-ink);
  background: var(--insight-white);
}

.evidence-figure__header {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--insight-ink);
}

.evidence-figure__header strong {
  font-family: var(--display);
  font-size: .7rem;
  text-transform: uppercase;
}

.evidence-figure__header span {
  color: var(--insight-muted);
  font-size: .72rem;
}

.bar-chart {
  padding: 1.5rem 0;
  display: grid;
  gap: 1rem;
}

.bar-row {
  display: grid;
  grid-template-columns: minmax(8.5rem, 12rem) minmax(0, 1fr) 4rem;
  gap: 1rem;
  align-items: center;
}

.bar-row > span {
  font-family: var(--display);
  font-size: .62rem;
  font-weight: 720;
  line-height: 1.35;
  text-transform: uppercase;
}

.bar-track {
  height: 2.35rem;
  border: 1px solid var(--insight-ink);
  background: var(--insight-paper);
}

.bar-track i {
  width: var(--bar-size);
  height: 100%;
  display: block;
  background: var(--bar-color, var(--insight-blue));
}

.bar-row strong {
  font-family: var(--display);
  font-size: 1.2rem;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.comparison-chart {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--insight-ink);
}

.comparison-column {
  min-height: 19rem;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
  border-right: 1px solid var(--insight-ink);
}

.comparison-column:last-child {
  border-right: 0;
}

.comparison-column__bar {
  height: var(--column-height);
  min-height: 6rem;
  background: var(--column-color);
}

.comparison-column strong {
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: .85;
  letter-spacing: -.04em;
  font-variant-numeric: tabular-nums;
}

.comparison-column span {
  font-family: var(--display);
  font-size: .68rem;
  font-weight: 720;
  text-transform: uppercase;
}

.proportion-chart {
  display: grid;
  grid-template-columns: 9.7fr 90.3fr;
  min-height: 9rem;
  border-bottom: 1px solid var(--insight-ink);
}

.proportion-chart div {
  min-width: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--insight-blue);
  color: var(--insight-white);
}

.proportion-chart div:last-child {
  color: var(--insight-ink);
  background: var(--insight-paper);
}

.proportion-chart strong {
  font-family: var(--display);
  font-size: clamp(1.7rem, 4vw, 3.7rem);
  line-height: .8;
  letter-spacing: -.04em;
  font-variant-numeric: tabular-nums;
}

.proportion-chart span {
  font-size: .7rem;
  font-weight: 650;
}

.proof-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  font-size: .86rem;
}

.proof-table th,
.proof-table td {
  padding: .85rem .65rem;
  border-bottom: 1px solid var(--insight-line);
  text-align: left;
  vertical-align: top;
}

.proof-table thead th {
  color: var(--insight-white);
  background: var(--insight-ink);
  border-color: var(--insight-ink);
  font-family: var(--display);
  font-size: .56rem;
  text-transform: uppercase;
}

.proof-table tbody th {
  font-weight: 700;
}

.proof-table td:nth-last-child(-n + 2) {
  font-variant-numeric: tabular-nums;
}

.evidence-figure figcaption {
  padding: 1rem 0;
  color: var(--insight-muted);
  font-size: .72rem;
  line-height: 1.5;
}

.data-note {
  margin: 2.5rem 0;
  padding: 1.25rem;
  border: 1px solid var(--insight-ink);
  color: var(--insight-ink);
  background: var(--insight-yellow);
}

.data-note strong {
  display: block;
  margin-bottom: .45rem;
  font-family: var(--display);
  font-size: .66rem;
  text-transform: uppercase;
}

.data-note p {
  margin-bottom: 0 !important;
  color: inherit !important;
  font-size: .9rem !important;
  line-height: 1.6 !important;
}

.decision-list {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--insight-ink);
}

.decision-list li {
  margin: 0;
  padding: 1.25rem 0;
  display: grid;
  grid-template-columns: minmax(9rem, .45fr) minmax(0, 1.55fr);
  gap: 1.5rem;
  border-bottom: 1px solid var(--insight-line);
}

.decision-list strong {
  color: var(--insight-ink);
  font-family: var(--display);
  font-size: .66rem;
  line-height: 1.45;
  text-transform: uppercase;
}

.limitations {
  padding: clamp(2rem, 4vw, 3rem);
  border: 2px solid var(--insight-ink);
  background: var(--insight-white);
}

.limitations h2 {
  max-width: 15ch;
}

.limitations ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}

.limitations li {
  margin-bottom: .7rem;
}

.article-close {
  margin-top: 6rem;
  padding: clamp(2rem, 5vw, 4rem);
  color: var(--insight-white);
  background: var(--insight-blue);
}

.article-close p {
  margin-bottom: 0;
  color: inherit;
  font-family: var(--display);
  font-size: clamp(1.55rem, 3.5vw, 3.1rem);
  font-weight: 750;
  line-height: 1.1;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.article-related {
  padding: clamp(3rem, 7vw, 7rem) clamp(1.25rem, 5vw, 5rem);
  display: grid;
  grid-template-columns: minmax(15rem, .55fr) minmax(0, 1.45fr);
  gap: clamp(2.5rem, 8vw, 9rem);
  border-top: 2px solid var(--insight-ink);
  background: var(--insight-yellow);
}

.article-related h2 {
  max-width: 11ch;
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.related-links {
  border-top: 1px solid var(--insight-ink);
}

.related-links a {
  padding: 1.2rem 0;
  display: grid;
  grid-template-columns: minmax(9rem, .45fr) minmax(0, 1.55fr);
  gap: 1.5rem;
  border-bottom: 1px solid var(--insight-ink);
  color: var(--insight-ink);
  text-decoration: none;
}

.related-links span {
  font-family: var(--display);
  font-size: .62rem;
  font-weight: 760;
  text-transform: uppercase;
}

.related-links strong {
  font-size: 1rem;
}

.related-links a:hover strong {
  color: var(--insight-blue);
}

@media (max-width: 980px) {
  .insights-hub-hero,
  .article-hero {
    grid-template-columns: 1fr;
  }

  .insights-hub-title {
    min-height: 34rem;
  }

  .insights-hub-register {
    min-height: 20rem;
  }

  .article-hero__visual {
    min-height: 32rem;
  }

  .article-shell {
    grid-template-columns: 1fr;
  }

  .article-index {
    position: static;
  }

  .article-index nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .article-index nav a:nth-child(odd) {
    padding-right: .75rem;
    border-right: 1px solid var(--insight-line);
  }

  .article-index nav a:nth-child(even) {
    padding-left: .75rem;
  }
}

@media (max-width: 760px) {
  .insight-entry,
  .insight-entry:nth-child(even),
  .insights-source,
  .article-related {
    grid-template-columns: 1fr;
  }

  .insight-entry > * {
    min-width: 0;
  }

  .insight-entry:nth-child(even) .insight-entry__image {
    order: initial;
  }

  .insight-entry__image,
  .insight-entry:nth-child(even) .insight-entry__image {
    min-height: 19rem;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--insight-ink);
  }

  .insights-source h2,
  .article-related h2 {
    max-width: 15ch;
  }

  .bar-row {
    grid-template-columns: 7.4rem minmax(0, 1fr) 3rem;
    gap: .55rem;
  }

  .bar-row > span {
    font-size: .54rem;
  }

  .comparison-column {
    min-height: 16rem;
    padding: 1rem;
  }

  .proportion-chart {
    grid-template-columns: minmax(6rem, 9.7fr) minmax(0, 90.3fr);
  }

  .decision-list li,
  .related-links a,
  .source-ledger > div {
    grid-template-columns: 1fr;
    gap: .45rem;
  }
}

@media (max-width: 540px) {
  .insights-hub-title h1 {
    font-size: clamp(3.35rem, 15vw, 5rem);
  }

  .article-hero h1 {
    font-size: clamp(2.15rem, 9vw, 2.55rem);
    overflow-wrap: break-word;
  }

  .article-hero__copy {
    padding-inline: 1rem;
  }

  .insight-entry__copy {
    padding-inline: 1.25rem;
  }

  .insight-entry__proof {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .insight-entry__proof span {
    max-width: 44ch;
    overflow-wrap: anywhere;
  }

  .article-hero__visual {
    min-height: 23rem;
  }

  .article-index nav {
    grid-template-columns: 1fr;
  }

  .article-index nav a:nth-child(odd),
  .article-index nav a:nth-child(even) {
    padding-inline: 0;
    border-right: 0;
  }

  .evidence-figure {
    margin-inline: -1rem;
    padding-inline: 1rem;
  }

  .evidence-figure__header {
    display: grid;
  }

  .proof-table {
    font-size: .76rem;
  }

  .proof-table th,
  .proof-table td {
    padding: .7rem .35rem;
  }

  .bar-row {
    grid-template-columns: 1fr 2.7rem;
  }

  .bar-row > span {
    grid-column: 1 / -1;
  }

  .comparison-column strong {
    font-size: 1.75rem;
  }

  .article-close {
    margin-inline: -1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .insight-entry__link,
  .article-action {
    transition: none;
  }
}
