.research-site {
  background: var(--paper);
  color: var(--ink);
}

.resources-page,
.report-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.research-site a:focus-visible,
.research-site button:focus-visible,
.research-site [tabindex="0"]:focus-visible {
  outline: 3px solid var(--search);
  outline-offset: 4px;
}

.research-breadcrumbs {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 26px 0 0;
  color: #55514a;
  font-size: 0.82rem;
  font-weight: 760;
}

.research-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.research-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.research-breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: #9a9385;
}

.research-breadcrumbs a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.22em;
}

.research-breadcrumbs a:hover {
  color: var(--action);
  text-decoration-color: currentColor;
}

.research-kicker {
  margin: 0 0 12px;
  color: var(--gold-dark);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.resources-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 64px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 84px;
  border-bottom: 1px solid #d9d6cc;
}

.resources-hero-copy {
  align-self: center;
}

.resources-hero h1 {
  max-width: 15ch;
  margin: 0;
  color: var(--text-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6.8vw, 6rem);
  font-weight: 620;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.resources-hero-copy > p:last-child {
  max-width: 68ch;
  margin: 30px 0 0;
  color: var(--text-black);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.7;
}

.resources-hero-index {
  align-self: end;
  border-top: 2px solid var(--gold);
}

.resources-hero-index > div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 2px 12px;
  padding: 21px 0;
  border-bottom: 1px solid #d9d6cc;
}

.resources-hero-index span {
  grid-row: 1 / span 2;
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.resources-hero-index strong {
  color: var(--text-black);
  font-size: 0.98rem;
}

.resources-hero-index small {
  color: #625e56;
  font-size: 0.82rem;
  line-height: 1.45;
}

.research-section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 78px 0;
  border-bottom: 1px solid #d9d6cc;
}

.research-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(300px, 0.55fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}

.research-section-heading h2,
.research-principles h2,
.research-commercial-cta h2,
.report-page h2 {
  margin: 0;
  color: var(--text-black);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 620;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.research-section-heading h2 {
  font-size: clamp(2.15rem, 4vw, 3.6rem);
}

.research-section-heading > p {
  margin: 0;
  color: #4e4a43;
  font-size: 1rem;
  line-height: 1.7;
}

.research-featured-section {
  padding-top: 88px;
}

.research-card {
  border: 1px solid #d7d3c7;
  border-top: 4px solid var(--gold);
  border-radius: 3px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(23, 34, 27, 0.06);
}

.research-card-link {
  display: grid;
  grid-template-columns: minmax(220px, 0.46fr) minmax(0, 1fr);
  min-height: 300px;
}

.research-card-link:hover .research-card-action,
.resource-guide-card > a:hover .research-card-action {
  color: var(--buy-hover);
}

.research-card-link:hover h3,
.resource-guide-card > a:hover h3 {
  color: var(--action-dark);
}

.research-card-visual {
  position: relative;
  display: grid;
  align-content: end;
  gap: 14px;
  min-height: 260px;
  padding: 30px;
  overflow: hidden;
  border-left: 5px solid var(--action);
  background: linear-gradient(145deg, var(--search-soft), var(--gold-soft));
}

.research-card-visual::before {
  position: absolute;
  inset: 24px 24px auto;
  height: 1px;
  background: rgba(194, 65, 12, 0.28);
  content: "";
}

.research-card-visual span {
  position: absolute;
  top: 40px;
  left: 30px;
  color: var(--text-black);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.research-card-visual i {
  display: block;
  width: var(--card-bar, 82%);
  height: 8px;
  background: var(--search);
  opacity: 0.88;
}

.research-card-visual i:nth-of-type(2) {
  --card-bar: 66%;
  background: var(--info);
  opacity: 0.7;
}

.research-card-visual i:nth-of-type(3) {
  --card-bar: 49%;
  background: var(--gold);
  opacity: 0.54;
}

.research-card-visual i:nth-of-type(4) {
  --card-bar: 31%;
  background: var(--action);
  opacity: 0.38;
}

.research-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 62px);
}

.research-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 16px;
  color: #625e56;
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.research-card-meta span:first-child {
  color: var(--gold-dark);
}

.research-card h3,
.resource-guide-card h3 {
  margin: 0;
  color: var(--text-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 620;
  letter-spacing: -0.035em;
  line-height: 1.08;
  transition: color 160ms ease;
}

.research-card-copy > p,
.resource-guide-copy > p {
  margin: 17px 0 24px;
  color: #4e4a43;
  line-height: 1.65;
}

.research-card-action,
.research-text-link {
  color: var(--buy);
  font-weight: 900;
}

.research-card-action {
  margin-top: auto;
  transition: color 160ms ease;
}

.research-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.research-card-grid-one {
  grid-template-columns: minmax(0, 0.72fr);
}

.research-card-compact .research-card-link {
  grid-template-columns: 1fr;
  min-height: 100%;
}

.research-card-compact .research-card-visual {
  min-height: 156px;
}

.research-card-compact .research-card-copy {
  min-height: 278px;
  padding: 30px;
}

.research-card-compact h3 {
  font-size: clamp(1.55rem, 2.5vw, 2rem);
}

.research-empty-state {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  min-height: 220px;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid #d7d3c7;
  background: var(--white);
}

.research-empty-mark {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid var(--action);
  color: var(--action);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
}

.research-empty-state h3 {
  margin: 0 0 8px;
  color: var(--text-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 620;
}

.research-empty-state p,
.research-empty-inline p {
  margin: 0;
  color: #4e4a43;
  line-height: 1.65;
}

.research-empty-inline {
  padding: 28px;
  border-left: 3px solid var(--gold);
  background: #f4f1e7;
}

.research-empty-inline a {
  color: var(--search);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.research-preview-section {
  background: transparent;
}

.resource-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.resource-guide-card {
  border: 1px solid #d7d3c7;
  background: var(--white);
}

.resource-guide-card > a {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  height: 100%;
}

.resource-guide-image {
  min-height: 100%;
  overflow: hidden;
  background: var(--linen);
}

.resource-guide-image img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 240ms ease;
}

.resource-guide-card > a:hover img {
  transform: scale(1.025);
}

.resource-guide-copy {
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.resource-guide-card h3 {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
}

.resource-guide-section .research-text-link {
  display: inline-block;
  margin-top: 28px;
}

.research-principles {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.65fr);
  gap: 72px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 88px 0;
  border-bottom: 1px solid #d9d6cc;
}

.research-principles h2 {
  font-size: clamp(2.15rem, 4.4vw, 4rem);
}

.research-principles-copy {
  align-self: center;
  padding-left: 32px;
  border-left: 2px solid var(--gold);
}

.research-principles-copy p {
  margin: 0;
  color: var(--text-black);
  line-height: 1.75;
}

.research-principles-copy p + p {
  margin-top: 20px;
}

.research-commercial-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  margin: 80px auto;
  padding: clamp(34px, 6vw, 64px);
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-left: 5px solid var(--action);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  color: var(--text-black);
}

.research-commercial-cta h2 {
  color: var(--text-black);
  font-size: clamp(2.15rem, 4.5vw, 4rem);
}

.research-commercial-cta p:not(.research-kicker) {
  max-width: 68ch;
  margin: 18px 0 0;
  color: var(--text-black);
  font-size: 1.02rem;
  line-height: 1.7;
}

.research-commercial-cta .research-kicker {
  color: var(--gold-dark);
}

.research-commercial-cta .solid-button {
  min-width: 166px;
  justify-content: center;
  white-space: nowrap;
}

/* Report pages */

.report-page .research-breadcrumbs {
  width: min(1040px, calc(100% - 48px));
}

.research-report {
  width: min(1040px, calc(100% - 48px));
  margin: 0 auto;
}

.report-hero {
  max-width: 950px;
  padding: 68px 0 72px;
}

.report-identity-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  margin-bottom: 26px;
}

.report-label,
.report-category {
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.report-label {
  display: inline-flex;
  padding: 8px 11px;
  background: var(--action);
  color: var(--white);
}

.report-category {
  color: var(--gold-dark);
}

.report-hero h1 {
  max-width: 15ch;
  margin: 0;
  color: var(--text-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 7.6vw, 6.8rem);
  font-weight: 620;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.report-subtitle {
  max-width: 32ch;
  margin: 24px 0 0;
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-style: italic;
  line-height: 1.3;
}

.report-dek {
  max-width: 70ch;
  margin: 30px 0 0;
  color: var(--text-black);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.7;
}

.report-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid #d9d6cc;
  color: #625e56;
  font-size: 0.84rem;
  font-weight: 760;
}

.report-findings,
.report-visual-section {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 34px;
  padding: 58px;
}

.report-findings {
  background: var(--ebony);
  color: var(--white);
}

.report-section-number {
  padding-top: 5px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.3rem;
  line-height: 1;
}

.report-findings .research-kicker {
  color: var(--gold);
}

.report-findings h2 {
  color: var(--white);
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.report-findings ul {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.report-findings li {
  position: relative;
  padding-left: 26px;
  color: #fffdf7;
  font-size: 1.04rem;
  line-height: 1.65;
}

.report-findings li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--gold);
  content: "";
  transform: translateY(-50%);
}

.report-visual-section {
  margin-top: 24px;
  border: 1px solid #d7d3c7;
  background: var(--white);
}

.research-primary-visual {
  margin: 0;
}

.research-primary-visual figcaption h2 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
}

.research-primary-visual figcaption > p:last-child {
  max-width: 68ch;
  margin: 16px 0 0;
  color: #4e4a43;
  line-height: 1.7;
}

.research-chart-unit {
  margin-top: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d6cc;
  color: #727d75;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.research-bar-chart {
  display: grid;
  gap: 22px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.research-bar-label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px;
  color: var(--text-black);
  font-size: 0.88rem;
}

.research-bar-label strong {
  color: var(--text-black);
  font-size: 0.8rem;
}

.research-bar-row.is-pending .research-bar-label strong {
  color: #6c756e;
}

.research-bar-track {
  height: 14px;
  background: #ebe9e0;
}

.research-bar-track span {
  display: block;
  width: var(--bar-size);
  height: 100%;
  background: var(--search);
}

.research-bar-row.is-pending .research-bar-track {
  position: relative;
  overflow: hidden;
  border: 1px dashed #b6b8b1;
  background: transparent;
}

.research-bar-row.is-pending .research-bar-track::after {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, transparent 0 8px, rgba(23, 63, 42, 0.05) 8px 16px);
  content: "";
}

.research-source-line {
  margin: 28px 0 0;
  padding-top: 14px;
  border-top: 1px solid #d9d6cc;
  color: #707b73;
  font-size: 0.76rem;
  line-height: 1.55;
}

.report-table-section {
  padding: 82px 0;
  border-bottom: 1px solid #d9d6cc;
}

.report-section-heading h2 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.research-table-scroll {
  max-width: 100%;
  margin-top: 30px;
  overflow-x: auto;
  border: 1px solid #cbc8be;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(23, 34, 27, 0.04);
}

.research-table-scroll table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
  color: var(--text-black);
  font-size: 0.88rem;
}

.research-table-scroll caption {
  padding: 18px 20px;
  border-bottom: 1px solid #d9d6cc;
  color: #625e56;
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: left;
}

.research-table-scroll thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.research-table-scroll th,
.research-table-scroll td {
  padding: 15px 18px;
  border-right: 1px solid #e1ded5;
  border-bottom: 1px solid #e1ded5;
  text-align: left;
  vertical-align: top;
}

.research-table-scroll thead th {
  background: var(--ebony);
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.research-table-scroll tbody th {
  color: var(--text-black);
  font-weight: 900;
}

.research-table-scroll tbody tr:nth-child(even) {
  background: #f7f5ed;
}

.report-analysis {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 86px 0;
}

.report-analysis > section + section {
  margin-top: 72px;
  padding-top: 72px;
  border-top: 1px solid #d9d6cc;
}

.report-analysis h2 {
  font-size: clamp(2.15rem, 4.2vw, 3.65rem);
}

.report-analysis p {
  margin: 24px 0 0;
  color: var(--text-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.85;
}

.report-analysis a {
  color: var(--search);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.report-analysis ul {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding-left: 22px;
  color: var(--text-black);
  line-height: 1.65;
}

.research-stat-callout {
  margin-top: 38px;
  padding: 28px 32px;
  border-left: 5px solid var(--gold);
  background: #f2efe5;
}

.research-stat-callout > span {
  display: block;
  color: var(--gold-dark);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.research-stat-callout > strong {
  display: block;
  margin-top: 8px;
  color: var(--text-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 620;
  line-height: 1.15;
}

.research-stat-callout p {
  margin-top: 14px;
  font-family: inherit;
  font-size: 0.96rem;
  line-height: 1.7;
}

.report-methodology {
  margin: 0 calc(50% - 50vw);
  padding: 86px max(24px, calc(50vw - 520px));
  background: #f0ede3;
}

.report-methodology-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.55fr);
  gap: 48px;
  align-items: end;
}

.report-methodology h2 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
}

.report-methodology-heading > p {
  margin: 0;
  color: var(--text-black);
  line-height: 1.7;
}

.methodology-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 42px 0 0;
  border-top: 1px solid #c8c5bb;
  border-left: 1px solid #c8c5bb;
}

.methodology-grid > div {
  padding: 24px;
  border-right: 1px solid #c8c5bb;
  border-bottom: 1px solid #c8c5bb;
  background: rgba(255, 255, 255, 0.34);
}

.methodology-grid dt {
  color: var(--action-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.methodology-grid dd {
  margin: 9px 0 0;
  color: #4e4a43;
  font-size: 0.9rem;
  line-height: 1.65;
}

.report-data-scope,
.report-limitations {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid #c8c5bb;
}

.report-methodology h3 {
  margin: 0;
  color: var(--text-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 620;
}

.report-data-scope p,
.report-limitations ul {
  margin: 13px 0 0;
  color: var(--text-black);
  line-height: 1.7;
}

.research-data-download {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 540px);
  min-height: 58px;
  margin-top: 18px;
  padding: 12px 16px;
  border: 1px solid var(--research-ink);
  border-radius: 4px;
  color: var(--research-ink);
  background: var(--research-paper);
  text-decoration: none;
}

.research-data-download span {
  font-weight: 800;
}

.research-data-download small {
  max-width: 220px;
  color: var(--research-muted);
  font-size: 0.76rem;
  line-height: 1.25;
  text-align: right;
}

.research-data-download:hover {
  border-color: var(--research-orange);
  color: var(--research-orange);
}

.report-limitations ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.report-about-data {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 86px 0;
}

.report-about-data h2 {
  font-size: clamp(2.25rem, 4vw, 3.8rem);
}

.report-about-data > p:last-child {
  margin: 22px 0 0;
  color: var(--text-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.85;
}

.report-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 52px;
  padding: 54px;
  border: 1px solid #d1cec4;
  background: var(--white);
}

.report-media > * {
  min-width: 0;
}

.report-media h2 {
  font-size: clamp(2.15rem, 4vw, 3.5rem);
}

.report-media p {
  color: var(--text-black);
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.report-media blockquote {
  align-self: stretch;
  margin: 0;
  padding: 26px;
  border-left: 3px solid var(--gold);
  background: #f4f1e7;
}

.report-media blockquote span {
  color: var(--gold-dark);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.report-media blockquote p {
  margin: 14px 0 0;
  color: var(--text-black);
  font-family: Georgia, "Times New Roman", serif;
}

.report-commercial-cta {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.report-related {
  width: min(1040px, calc(100% - 48px));
}

@media (max-width: 940px) {
  .resources-hero,
  .research-principles {
    grid-template-columns: 1fr;
  }

  .resources-hero {
    gap: 48px;
  }

  .resources-hero-index {
    width: 100%;
  }

  .research-section-heading,
  .report-methodology-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .research-card-link {
    grid-template-columns: minmax(180px, 0.38fr) minmax(0, 1fr);
  }

  .resource-guide-grid {
    grid-template-columns: 1fr;
  }

  .research-principles {
    gap: 36px;
  }

  .research-principles-copy {
    padding-left: 24px;
  }

  .research-commercial-cta {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .research-commercial-cta .solid-button {
    width: fit-content;
  }

  .report-media {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 720px) {
  .research-breadcrumbs,
  .resources-hero,
  .research-section,
  .research-principles,
  .research-commercial-cta,
  .report-page .research-breadcrumbs,
  .research-report,
  .report-related {
    width: min(100% - 30px, 1180px);
  }

  .research-breadcrumbs {
    padding-top: 18px;
  }

  .resources-hero {
    padding: 48px 0 58px;
  }

  .resources-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .research-section {
    padding: 56px 0;
  }

  .research-card-grid,
  .research-card-grid-one {
    grid-template-columns: 1fr;
  }

  .research-card-link,
  .resource-guide-card > a {
    grid-template-columns: 1fr;
  }

  .research-card-visual {
    min-height: 170px;
  }

  .research-card-copy,
  .research-card-compact .research-card-copy {
    min-height: auto;
    padding: 28px 24px 30px;
  }

  .resource-guide-image img {
    min-height: 210px;
    max-height: 260px;
  }

  .research-principles {
    padding: 60px 0;
  }

  .research-commercial-cta {
    margin-top: 58px;
    margin-bottom: 58px;
    padding: 34px 26px;
  }

  .report-hero {
    padding: 48px 0 54px;
  }

  .report-hero h1 {
    font-size: clamp(3rem, 15vw, 4.75rem);
  }

  .report-findings,
  .report-visual-section {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 34px 26px;
  }

  .report-section-number {
    font-size: 1.5rem;
  }

  .research-bar-label {
    display: grid;
    gap: 3px;
  }

  .report-table-section {
    padding: 60px 0;
  }

  .research-table-scroll {
    margin-right: -15px;
    margin-left: -15px;
    border-right: 0;
    border-left: 0;
  }

  .report-analysis,
  .report-about-data {
    padding: 62px 0;
  }

  .report-analysis > section + section {
    margin-top: 54px;
    padding-top: 54px;
  }

  .report-methodology {
    margin: 0 -15px;
    padding: 62px 30px;
  }

  .methodology-grid {
    grid-template-columns: 1fr;
  }

  .research-data-download {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .research-data-download small {
    max-width: none;
    text-align: left;
  }

  .report-media {
    padding: 32px 26px;
  }

  .report-commercial-cta {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .research-breadcrumbs,
  .resources-hero,
  .research-section,
  .research-principles,
  .research-commercial-cta,
  .report-page .research-breadcrumbs,
  .research-report,
  .report-related {
    width: calc(100% - 24px);
  }

  .resources-hero h1,
  .report-hero h1 {
    overflow-wrap: anywhere;
  }

  .research-empty-state {
    grid-template-columns: 1fr;
  }

  .research-commercial-cta .solid-button {
    width: 100%;
  }

  .report-methodology {
    margin-right: -12px;
    margin-left: -12px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .research-card-visual i,
  .resource-guide-image img {
    transition: none;
  }
}

@media print {
  @page {
    margin: 0.55in;
  }

  .research-site {
    background: #fff;
  }

  .site-header,
  .site-footer,
  .research-breadcrumbs,
  .research-commercial-cta,
  .report-related {
    display: none !important;
  }

  .research-report,
  .report-page {
    width: 100%;
    max-width: none;
  }

  .report-hero {
    padding-top: 0;
  }

  .report-hero h1 {
    font-size: 44pt;
  }

  .report-findings,
  .report-visual-section,
  .report-media,
  .report-methodology {
    break-inside: avoid;
    box-shadow: none;
  }

  .report-methodology {
    margin-right: 0;
    margin-left: 0;
    padding-right: 24px;
    padding-left: 24px;
  }

  .research-table-scroll {
    overflow: visible;
    box-shadow: none;
  }

  .research-table-scroll table {
    min-width: 0;
    font-size: 7.5pt;
  }

  .research-table-scroll thead {
    position: static;
  }

  a {
    text-decoration: none !important;
  }
}
