:root {
  --research-bg: #080808;
  --research-ink: #0b0b0c;
  --research-paper: #f5f3ee;
  --research-surface: #111111;
  --research-card: #161616;
  --research-card-hover: #1c1c1c;
  --research-accent: #f25656;
  --research-action: #d63f3f;
  --research-accent-deep: #c93737;
  --research-accent-soft: rgba(242, 86, 86, 0.12);
  --research-accent-border: rgba(242, 86, 86, 0.34);
  --research-text: #ffffff;
  --research-copy: rgba(255, 255, 255, 0.70);
  --research-soft: rgba(255, 255, 255, 0.50);
  --research-muted: rgba(255, 255, 255, 0.32);
  --research-border: rgba(255, 255, 255, 0.09);
  --research-border-strong: rgba(255, 255, 255, 0.15);
  --research-container: 1200px;
  --research-display: "Nunito", sans-serif;
  --research-body: "Inter", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.research-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--research-bg);
  color: var(--research-text);
  font-family: var(--research-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.research-page h1,
.research-page h2,
.research-page h3,
.research-page h4,
.research-page p,
.research-page ul,
.research-page ol,
.research-page dl,
.research-page dd,
.research-page figure,
.research-page blockquote {
  margin: 0;
}

.research-page ul,
.research-page ol {
  padding: 0;
}

.research-page a {
  color: inherit;
  text-decoration: none;
}

.research-page button,
.research-page input {
  font: inherit;
}

.research-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.research-page [hidden] {
  display: none !important;
}

.research-page [id] {
  scroll-margin-top: 96px;
}

.research-container {
  width: min(calc(100% - 48px), var(--research-container));
  margin-inline: auto;
}

.research-skip-link {
  position: fixed;
  z-index: 2100;
  top: 12px;
  left: 12px;
  border-radius: 8px;
  padding: 10px 14px;
  background: #ffffff;
  color: #080808;
  font-family: var(--research-display);
  font-weight: 900;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.research-skip-link:focus {
  transform: translateY(0);
}

.research-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--research-accent);
  font-family: var(--research-display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.research-eyebrow::before {
  width: 22px;
  height: 1px;
  background: currentColor;
  content: "";
}

.research-kicker {
  color: var(--research-soft);
  font-family: var(--research-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.research-section-title {
  max-width: 820px;
  font-family: var(--research-display);
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 900;
  line-height: 1.04;
  text-wrap: balance;
}

.research-section-copy {
  max-width: 720px;
  margin-top: 18px !important;
  color: var(--research-copy);
  font-size: 16px;
  line-height: 1.75;
}

.research-rule {
  border: 0;
  border-top: 1px solid var(--research-border);
  margin: 0;
}

.research-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 9px;
  padding: 14px 24px;
  cursor: pointer;
  font-family: var(--research-display);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease,
    border-color 180ms ease, box-shadow 180ms ease;
}

.research-button-primary {
  background: var(--research-action);
  color: #ffffff;
}

.research-button-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

.research-button-small {
  min-height: 42px;
  padding: 11px 16px;
  font-size: 13px;
}

.research-page a:focus-visible,
.research-page button:focus-visible,
.research-page input:focus-visible,
.research-page summary:focus-visible {
  outline: 3px solid #ff9696;
  outline-offset: 4px;
}

.research-button:active,
.report-submit:active,
.copy-citation:active {
  transform: scale(0.98);
}

/* Report hero */
.report-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--research-border);
  padding: 150px 0 96px;
}

.report-hero::before {
  position: absolute;
  inset: 104px 0 auto;
  height: 1px;
  background: var(--research-border);
  content: "";
}

.report-hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.72fr);
  gap: clamp(54px, 8vw, 112px);
}

.research-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  color: var(--research-soft);
  font-family: var(--research-display);
  font-size: 12px;
  font-weight: 700;
}

.research-breadcrumbs span[aria-hidden="true"] {
  color: var(--research-muted);
}

.report-hero h1 {
  max-width: 780px;
  font-family: var(--research-display);
  font-size: clamp(50px, 7vw, 88px);
  font-weight: 900;
  line-height: 0.94;
  text-wrap: balance;
}

.report-hero h1 span {
  display: block;
  margin-bottom: 5px;
  color: var(--research-accent);
}

.report-hero-lede {
  max-width: 680px;
  margin-top: 26px !important;
  color: var(--research-copy);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.72;
}

.report-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 24px;
  color: var(--research-soft);
  font-family: var(--research-display);
  font-size: 12px;
  font-weight: 700;
}

.report-meta-line li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}

.report-meta-line li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--research-accent);
  content: "";
}

.report-request-shell {
  max-width: 680px;
  margin-top: 36px;
  border: 1px solid var(--research-border-strong);
  border-radius: 14px;
  padding: 20px;
  background: var(--research-card);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.report-request-label {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: var(--research-display);
  font-size: 14px;
  font-weight: 900;
}

.report-form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.report-email {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.055);
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  transition: border-color 180ms ease, background-color 180ms ease,
    box-shadow 180ms ease;
}

.report-email::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.report-email:focus {
  border-color: var(--research-accent);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 0 0 4px rgba(242, 86, 86, 0.12);
}

.report-submit {
  min-width: 170px;
  min-height: 52px;
  border: 0;
  border-radius: 9px;
  padding: 0 21px;
  cursor: pointer;
  background: var(--research-action);
  color: #ffffff;
  font-family: var(--research-display);
  font-size: 14px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease,
    box-shadow 180ms ease;
}

.report-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.report-form-note {
  margin-top: 10px !important;
  color: var(--research-soft);
  font-size: 11px;
  line-height: 1.5;
}

.report-form-note a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.report-form-status {
  min-height: 20px;
  margin-top: 10px !important;
  color: #ffaaaa;
  font-size: 12px;
  font-weight: 600;
}

.report-form-status:empty {
  min-height: 0;
  margin-top: 0 !important;
}

.report-form-success {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
}

.report-success-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--research-accent-border);
  border-radius: 50%;
  background: var(--research-accent-soft);
  color: var(--research-accent);
  font-family: var(--research-display);
  font-weight: 900;
}

.report-form-success strong {
  display: block;
  font-family: var(--research-display);
  font-size: 15px;
  font-weight: 900;
}

.report-form-success p {
  margin-top: 2px !important;
  color: var(--research-copy);
  font-size: 12px;
}

.research-inline-link {
  color: #ffffff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--research-accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.report-noscript {
  margin-top: 14px;
  color: var(--research-copy);
  font-size: 13px;
}

.report-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.report-art {
  position: relative;
  justify-self: end;
  width: min(100%, 430px);
}

.report-art::before {
  position: absolute;
  inset: 8% -8% -7% 9%;
  z-index: 0;
  border: 1px solid var(--research-border);
  border-radius: 22px;
  background: var(--research-surface);
  content: "";
  transform: rotate(3deg);
}

.report-cover {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #f7f7f6;
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.70),
    0 0 0 1px rgba(255, 255, 255, 0.13);
  transform: rotate(-1.4deg);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease;
}

.report-cover img {
  width: 100%;
  height: auto;
}

.report-art-badge {
  position: absolute;
  z-index: 2;
  right: -18px;
  bottom: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(15, 15, 15, 0.92);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.46);
  color: #ffffff;
  font-family: var(--research-display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.report-art-badge::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--research-accent);
  content: "";
}

/* Scope strip */
.report-scope {
  border-bottom: 1px solid var(--research-border);
  background: var(--research-surface);
}

.report-scope-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.report-scope-item {
  min-height: 132px;
  padding: 30px;
}

.report-scope-item + .report-scope-item {
  border-left: 1px solid var(--research-border);
}

.report-scope-value {
  display: block;
  font-family: var(--research-display);
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 900;
  line-height: 1;
}

.report-scope-label {
  display: block;
  margin-top: 10px;
  color: var(--research-soft);
  font-family: var(--research-display);
  font-size: 12px;
  font-weight: 700;
}

/* Abstract and findings */
.report-abstract {
  padding: 108px 0 46px;
}

.report-abstract-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.58fr);
  gap: clamp(48px, 8vw, 110px);
}

.report-abstract-aside {
  align-self: end;
  border-left: 2px solid var(--research-accent);
  padding: 5px 0 5px 24px;
}

.report-abstract-aside h3 {
  display: block;
  margin: 0;
  font-family: var(--research-display);
  font-size: 15px;
  font-weight: 900;
}

.report-abstract-aside p {
  margin-top: 8px !important;
  color: var(--research-copy);
  font-size: 13px;
  line-height: 1.65;
}

.findings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 54px 0 108px;
}

.finding-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  border: 1px solid var(--research-border);
  border-radius: 14px;
  padding: 26px;
  background: var(--research-card);
  transition: transform 180ms ease, background-color 180ms ease,
    border-color 180ms ease;
}

.finding-number {
  color: var(--research-accent);
  font-family: var(--research-display);
  font-size: clamp(42px, 5.5vw, 66px);
  font-weight: 900;
  line-height: 0.95;
}

.finding-title {
  margin-top: 18px !important;
  font-family: var(--research-display);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.finding-denominator {
  margin-top: 11px !important;
  color: var(--research-soft);
  font-size: 12px;
  line-height: 1.5;
}

.finding-take {
  margin-top: auto !important;
  border-top: 1px solid var(--research-border);
  padding-top: 20px;
  color: var(--research-copy);
  font-size: 14px;
  line-height: 1.62;
}

.finding-take strong {
  color: #ffffff;
  font-family: var(--research-display);
  font-weight: 900;
}

.cohort-note {
  margin: -74px 0 106px;
  color: var(--research-soft);
  font-size: 12px;
  line-height: 1.6;
}

/* Public analysis */
.public-findings {
  border-top: 1px solid var(--research-border);
  padding: 108px 0 116px;
  background: var(--research-surface);
}

.public-findings-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 58px;
}

.public-findings-header .research-section-copy {
  max-width: 480px;
  margin-top: 0 !important;
}

.analysis-stack {
  display: grid;
  gap: 20px;
}

.analysis-card {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
  overflow: hidden;
  border: 1px solid var(--research-border);
  border-radius: 16px;
  background: var(--research-card);
}

.analysis-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 46px);
}

.analysis-copy h3 {
  max-width: 520px;
  margin-top: 10px !important;
  font-family: var(--research-display);
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.08;
  text-wrap: balance;
}

.analysis-copy > p {
  max-width: 560px;
  margin-top: 18px !important;
  color: var(--research-copy);
  font-size: 14px;
  line-height: 1.72;
}

.analysis-take {
  margin-top: auto;
  border-top: 1px solid var(--research-border);
  padding-top: 22px;
}

.analysis-take strong {
  color: var(--research-accent);
  font-family: var(--research-display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.analysis-take p {
  margin-top: 8px !important;
  color: #ffffff;
  font-family: var(--research-display);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
}

.analysis-visual {
  display: flex;
  min-height: 440px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--research-border);
  padding: clamp(28px, 4vw, 48px);
  background: #0d0d0d;
}

/* Renewal chart */
.renewal-chart {
  width: 100%;
  max-width: 620px;
}

.chart-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.chart-title-row strong {
  font-family: var(--research-display);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chart-title-row span {
  color: var(--research-soft);
  font-size: 11px;
}

.renewal-row {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) 86px;
  align-items: center;
  gap: 16px;
  padding: 17px 0;
}

.renewal-label {
  color: #ffffff;
  font-family: var(--research-display);
  font-size: 13px;
  font-weight: 800;
}

.renewal-track {
  position: relative;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.renewal-bar {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--value);
  border-radius: inherit;
  background: #299b96;
}

.renewal-bar-under-50k {
  width: 57.75%;
}

.renewal-bar-50k-to-249k {
  width: 81.75%;
}

.renewal-bar-250k-plus {
  width: 68%;
}

.renewal-bar::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  border: 3px solid #0d0d0d;
  border-radius: 50%;
  background: #299b96;
  content: "";
  transform: translate(50%, -50%);
}

.renewal-row.is-peak .renewal-bar,
.renewal-row.is-peak .renewal-bar::after {
  background: var(--research-accent);
}

.renewal-value {
  text-align: right;
}

.renewal-value strong {
  display: block;
  color: #ffffff;
  font-family: var(--research-display);
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}

.renewal-row.is-peak .renewal-value strong {
  color: var(--research-accent);
}

.renewal-value span {
  display: block;
  margin-top: 6px;
  color: var(--research-soft);
  font-size: 10px;
}

.chart-callout {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 26px;
  border-top: 1px solid var(--research-border);
  padding-top: 24px;
}

.chart-callout strong {
  color: var(--research-accent);
  font-family: var(--research-display);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.chart-callout span {
  max-width: 260px;
  color: var(--research-copy);
  font-size: 12px;
  line-height: 1.5;
}

/* Buyer-fit comparison */
.fit-chart {
  width: 100%;
  max-width: 620px;
}

.fit-activity {
  margin-bottom: 34px;
  border-bottom: 1px solid var(--research-border);
  padding-bottom: 30px;
}

.fit-activity-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.fit-activity-line span {
  color: var(--research-soft);
  font-size: 12px;
}

.fit-activity-line strong {
  font-family: var(--research-display);
  font-size: 30px;
  font-weight: 900;
}

.fit-activity-track {
  display: flex;
  height: 10px;
  margin-top: 13px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.fit-activity-track span:first-child {
  width: 64.1%;
  background: var(--research-accent);
}

.fit-activity-track span:last-child {
  flex: 1;
  background: rgba(255, 255, 255, 0.17);
}

.fit-renewal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.fit-renewal-card {
  border: 1px solid var(--research-border);
  border-radius: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.035);
}

.fit-renewal-card.is-stronger {
  border-color: var(--research-accent-border);
  background: var(--research-accent-soft);
}

.fit-renewal-card span {
  display: block;
  min-height: 38px;
  color: var(--research-copy);
  font-size: 12px;
  line-height: 1.5;
}

.fit-renewal-card strong {
  display: block;
  margin-top: 17px;
  font-family: var(--research-display);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.fit-renewal-card small {
  display: block;
  margin-top: 8px;
  color: var(--research-soft);
  font-size: 10px;
}

.fit-renewal-card.is-stronger strong {
  color: var(--research-accent);
}

.fit-ratio {
  margin-top: 18px;
  color: var(--research-copy);
  font-size: 12px;
}

.fit-ratio strong {
  color: #ffffff;
  font-family: var(--research-display);
  font-size: 18px;
  font-weight: 900;
}

/* View distribution */
.views-chart {
  width: 100%;
  max-width: 620px;
}

.views-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}

.views-summary-item {
  border-left: 2px solid var(--research-accent);
  padding-left: 16px;
}

.views-summary-item strong {
  display: block;
  font-family: var(--research-display);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.views-summary-item span {
  display: block;
  margin-top: 8px;
  color: var(--research-soft);
  font-size: 11px;
  line-height: 1.45;
}

.views-segments {
  display: flex;
  width: 100%;
  height: 22px;
  overflow: hidden;
  border-radius: 7px;
}

.views-segments span:nth-child(1) {
  width: 15.7%;
  background: rgba(255, 255, 255, 0.18);
}

.views-segments span:nth-child(2) {
  width: 30.9%;
  background: rgba(255, 255, 255, 0.34);
}

.views-segments span:nth-child(3) {
  width: 25.2%;
  background: rgba(242, 86, 86, 0.58);
}

.views-segments span:nth-child(4) {
  width: 28.3%;
  background: var(--research-accent);
}

.views-legend {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.views-legend strong {
  display: block;
  font-family: var(--research-display);
  font-size: 16px;
  font-weight: 900;
}

.views-legend span {
  display: block;
  margin-top: 4px;
  color: var(--research-soft);
  font-size: 10px;
  line-height: 1.4;
}

.views-balance {
  display: grid;
  grid-template-columns: 46.5fr 53.5fr;
  margin-top: 28px;
  border-top: 1px solid var(--research-border);
  padding-top: 20px;
}

.views-balance span {
  color: var(--research-soft);
  font-size: 11px;
}

.views-balance span:last-child {
  color: #ffffff;
  text-align: right;
}

/* Report preview and contents */
.report-preview-section {
  overflow: hidden;
  padding: 112px 0;
}

.report-preview-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.65fr);
  gap: clamp(50px, 8vw, 112px);
}

.report-spread {
  position: relative;
  min-height: 610px;
}

.report-page-preview {
  position: absolute;
  width: 61%;
  overflow: hidden;
  border-radius: 6px;
  background: #f7f7f6;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(255, 255, 255, 0.12);
}

.report-page-preview:first-child {
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(-3deg);
}

.report-page-preview:last-child {
  right: 0;
  bottom: 0;
  z-index: 2;
  transform: rotate(2.4deg);
}

.report-page-preview img {
  width: 100%;
}

.report-contents {
  list-style: none;
}

.report-contents li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  border-bottom: 1px solid var(--research-border);
  padding: 17px 0;
}

.report-contents li:first-child {
  border-top: 1px solid var(--research-border);
}

.report-contents span {
  color: var(--research-accent);
  font-family: var(--research-display);
  font-size: 11px;
  font-weight: 900;
}

.report-contents strong {
  font-family: var(--research-display);
  font-size: 14px;
  font-weight: 800;
}

.report-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

/* Methodology */
.methodology-section {
  border-top: 1px solid var(--research-border);
  padding: 112px 0;
  background: var(--research-surface);
}

.methodology-header {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.72fr);
  gap: clamp(48px, 8vw, 108px);
  margin-bottom: 64px;
}

.methodology-summary {
  align-self: end;
  border: 1px solid var(--research-border);
  border-radius: 13px;
  padding: 26px;
  background: var(--research-card);
}

.methodology-summary h3 {
  display: block;
  margin: 0;
  font-family: var(--research-display);
  font-size: 16px;
  font-weight: 900;
}

.methodology-summary p {
  margin-top: 10px !important;
  color: var(--research-copy);
  font-size: 13px;
  line-height: 1.68;
}

.sample-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--research-border);
  border-radius: 14px;
  background: var(--research-card);
  list-style: none;
}

.sample-step {
  position: relative;
  min-height: 170px;
  padding: 26px;
}

.sample-step + .sample-step {
  border-left: 1px solid var(--research-border);
}

.sample-step:not(:last-child)::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -12px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--research-border-strong);
  border-radius: 50%;
  background: var(--research-surface);
  color: var(--research-accent);
  content: "›";
  font-family: var(--research-display);
  font-size: 18px;
  font-weight: 900;
  transform: translateY(-50%);
}

.sample-step strong {
  display: block;
  font-family: var(--research-display);
  font-size: clamp(27px, 3.2vw, 40px);
  font-weight: 900;
  line-height: 1;
}

.sample-step span {
  display: block;
  margin-top: 10px;
  color: var(--research-copy);
  font-size: 12px;
  line-height: 1.5;
}

.methods-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.method-card {
  border: 1px solid var(--research-border);
  border-radius: 14px;
  padding: 30px;
  background: var(--research-card);
}

.method-card h3 {
  font-family: var(--research-display);
  font-size: 20px;
  font-weight: 900;
}

.method-card dl,
.method-card ul {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  list-style: none;
}

.method-card dt,
.method-card li strong {
  display: block;
  color: #ffffff;
  font-family: var(--research-display);
  font-size: 12px;
  font-weight: 900;
}

.method-card dd,
.method-card li {
  color: var(--research-copy);
  font-size: 13px;
  line-height: 1.65;
}

.method-card dd {
  margin-top: 4px;
}

.publication-rule {
  margin-top: 16px;
  border: 1px solid var(--research-accent-border);
  border-radius: 14px;
  padding: 28px 30px;
  background: var(--research-accent-soft);
}

.publication-rule h3 {
  color: #ffffff;
  font-family: var(--research-display);
  font-size: 17px;
  font-weight: 900;
}

.publication-rule p {
  margin-top: 9px !important;
  color: var(--research-copy);
  font-size: 13px;
  line-height: 1.7;
}

/* Citation */
.citation-section {
  padding: 112px 0;
}

.citation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.05fr);
  gap: clamp(50px, 8vw, 112px);
}

.citation-card {
  border: 1px solid var(--research-border-strong);
  border-radius: 14px;
  padding: 30px;
  background: var(--research-card);
}

.citation-card blockquote {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.75;
}

.citation-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  border-top: 1px solid var(--research-border);
  padding-top: 20px;
}

.citation-card-footer span {
  color: var(--research-soft);
  font-size: 11px;
}

.copy-citation {
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 8px;
  padding: 10px 14px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-family: var(--research-display);
  font-size: 12px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease,
    border-color 180ms ease;
}

.citation-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.citation-meta div {
  border: 1px solid var(--research-border);
  border-radius: 10px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.citation-meta dt {
  color: var(--research-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.citation-meta dd {
  margin-top: 6px;
  color: #ffffff;
  font-family: var(--research-display);
  font-size: 13px;
  font-weight: 800;
}

/* Final call to action */
.report-final-cta {
  border-top: 1px solid var(--research-border);
  padding: 106px 0;
  background: var(--research-surface);
}

.report-final-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.85fr) minmax(440px, 0.9fr);
  gap: clamp(48px, 8vw, 110px);
}

.report-final-grid .report-request-shell {
  margin-top: 0;
}

.about-ca {
  border-top: 1px solid var(--research-border);
  padding: 78px 0;
}

.about-ca-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(420px, 1fr);
  gap: clamp(48px, 8vw, 110px);
}

.about-ca h2 {
  font-family: var(--research-display);
  font-size: 24px;
  font-weight: 900;
}

.about-ca p {
  color: var(--research-copy);
  font-size: 14px;
  line-height: 1.75;
}

/* Research hub */
.research-hub-hero {
  border-bottom: 1px solid var(--research-border);
  padding: 156px 0 96px;
}

.research-hub-hero h1 {
  max-width: 900px;
  font-family: var(--research-display);
  font-size: clamp(48px, 7vw, 84px);
  font-weight: 900;
  line-height: 0.98;
  text-wrap: balance;
}

.research-hub-hero p {
  max-width: 720px;
  margin-top: 26px !important;
  color: var(--research-copy);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.72;
}

.research-index {
  padding: 96px 0 116px;
}

.research-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.54fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--research-border-strong);
  border-radius: 18px;
  background: var(--research-card);
}

.research-feature-art {
  display: grid;
  min-height: 610px;
  place-items: center;
  border-right: 1px solid var(--research-border);
  padding: 54px;
  background: #0d0d0d;
}

.research-feature-art img {
  width: min(100%, 330px);
  border-radius: 6px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.65);
  transform: rotate(-1.5deg);
}

.research-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 76px);
}

.research-feature-copy h2 {
  max-width: 650px;
  margin-top: 8px !important;
  font-family: var(--research-display);
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 900;
  line-height: 1.02;
  text-wrap: balance;
}

.research-feature-copy > p {
  max-width: 650px;
  margin-top: 21px !important;
  color: var(--research-copy);
  font-size: 16px;
  line-height: 1.72;
}

.research-feature-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--research-border);
  border-radius: 10px;
  background: var(--research-border);
}

.research-feature-stats li {
  list-style: none;
  padding: 18px;
  background: var(--research-surface);
}

.research-feature-stats strong {
  display: block;
  font-family: var(--research-display);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.research-feature-stats span {
  display: block;
  margin-top: 7px;
  color: var(--research-soft);
  font-size: 10px;
  line-height: 1.4;
}

.research-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.research-pillars {
  border-top: 1px solid var(--research-border);
  padding: 96px 0 112px;
  background: var(--research-surface);
}

.research-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 46px;
}

.research-pillar {
  border: 1px solid var(--research-border);
  border-radius: 13px;
  padding: 28px;
  background: var(--research-card);
}

.research-pillar span {
  color: var(--research-accent);
  font-family: var(--research-display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.research-pillar h2 {
  margin-top: 28px !important;
  font-family: var(--research-display);
  font-size: 21px;
  font-weight: 900;
}

.research-pillar p {
  margin-top: 10px !important;
  color: var(--research-copy);
  font-size: 13px;
  line-height: 1.7;
}

@media (hover: hover) and (pointer: fine) {
  .research-button-primary:hover,
  .report-submit:hover {
    background: var(--research-accent-deep);
    box-shadow: 0 10px 30px rgba(242, 86, 86, 0.24);
    transform: translateY(-1px);
  }

  .research-button-secondary:hover,
  .copy-citation:hover {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.075);
  }

  .report-cover:hover {
    box-shadow: 0 48px 130px rgba(0, 0, 0, 0.76),
      0 0 0 1px rgba(255, 255, 255, 0.16);
    transform: rotate(-0.5deg) translateY(-4px);
  }

  .finding-card:hover {
    border-color: var(--research-border-strong);
    background: var(--research-card-hover);
    transform: translateY(-3px);
  }

  .research-breadcrumbs a:hover,
  .research-inline-link:hover {
    color: #ffffff;
  }
}

.research-page #site-footer .sc-footer-col-label {
  color: rgba(255, 255, 255, 0.62);
}

.research-page #site-footer .sc-footer-copy,
.research-page #site-footer .sc-footer-legal a {
  color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 1040px) {
  .report-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.62fr);
    gap: 52px;
  }

  .analysis-card {
    grid-template-columns: 1fr;
  }

  .analysis-visual {
    min-height: 400px;
    border-top: 1px solid var(--research-border);
    border-left: 0;
  }

  .research-feature-art {
    padding: 38px;
  }
}

@media (max-width: 860px) {
  .report-hero {
    padding: 132px 0 78px;
  }

  .report-hero-grid,
  .report-abstract-grid,
  .report-preview-grid,
  .methodology-header,
  .citation-grid,
  .report-final-grid,
  .about-ca-grid {
    grid-template-columns: 1fr;
  }

  .report-art {
    justify-self: center;
    width: min(74vw, 420px);
    margin-top: 8px;
  }

  .report-scope-grid,
  .sample-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .report-scope-item:nth-child(3),
  .report-scope-item:nth-child(4),
  .sample-step:nth-child(3),
  .sample-step:nth-child(4) {
    border-top: 1px solid var(--research-border);
  }

  .report-scope-item:nth-child(3),
  .sample-step:nth-child(3) {
    border-left: 0;
  }

  .sample-step:nth-child(2)::after {
    display: none;
  }

  .findings-grid,
  .research-pillar-grid {
    grid-template-columns: 1fr;
  }

  .finding-card {
    min-height: 0;
  }

  .finding-take {
    margin-top: 28px !important;
  }

  .public-findings-header {
    display: block;
  }

  .public-findings-header .research-section-copy {
    max-width: 720px;
    margin-top: 18px !important;
  }

  .report-spread {
    width: min(100%, 720px);
    min-height: 650px;
    margin-inline: auto;
  }

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

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

  .research-feature-art {
    min-height: 520px;
    border-right: 0;
    border-bottom: 1px solid var(--research-border);
  }
}

@media (max-width: 620px) {
  .research-container {
    width: min(calc(100% - 32px), var(--research-container));
  }

  .report-hero h1 {
    font-size: clamp(46px, 15vw, 66px);
  }

  .report-form-row {
    grid-template-columns: 1fr;
  }

  .report-submit {
    width: 100%;
  }

  .report-art {
    width: min(80vw, 380px);
  }

  .report-art-badge {
    right: -8px;
    bottom: 24px;
  }

  .report-scope-item {
    min-height: 120px;
    padding: 22px 18px;
  }

  .report-scope-item:nth-child(odd) {
    border-left: 0;
  }

  .report-abstract,
  .public-findings,
  .report-preview-section,
  .methodology-section,
  .citation-section,
  .report-final-cta,
  .research-index,
  .research-pillars {
    padding-top: 78px;
    padding-bottom: 82px;
  }

  .findings-grid {
    padding-bottom: 82px;
  }

  .cohort-note {
    margin-top: -54px;
    margin-bottom: 80px;
  }

  .analysis-copy,
  .analysis-visual {
    padding: 24px 20px;
  }

  .renewal-row {
    grid-template-columns: 88px minmax(0, 1fr) 64px;
    gap: 10px;
  }

  .renewal-label {
    font-size: 11px;
  }

  .renewal-value strong {
    font-size: 16px;
  }

  .fit-renewal-grid,
  .views-summary,
  .citation-meta,
  .research-feature-stats {
    grid-template-columns: 1fr;
  }

  .views-legend {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }

  .report-spread {
    min-height: 470px;
  }

  .report-page-preview {
    width: 66%;
  }

  .sample-flow {
    grid-template-columns: 1fr;
  }

  .sample-step + .sample-step {
    border-top: 1px solid var(--research-border);
    border-left: 0;
  }

  .sample-step:not(:last-child)::after {
    display: none;
  }

  .citation-card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .copy-citation {
    width: 100%;
  }

  .research-hub-hero {
    padding: 132px 0 78px;
  }

  .research-feature-art {
    min-height: 460px;
    padding: 34px;
  }

.research-feature-copy {
    padding: 32px 24px;
  }
}

.privacy-hero {
  padding: 154px 0 72px;
  border-bottom: 1px solid var(--research-border);
  background: var(--research-ink);
}

.privacy-page #site-nav .sc-nav {
  background: rgba(8, 8, 8, 0.94);
  border-bottom: 1px solid var(--research-border);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.privacy-hero h1 {
  max-width: 760px;
  margin: 18px 0 16px;
  color: #ffffff;
  font-family: var(--research-display);
  font-size: clamp(48px, 7vw, 82px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.privacy-hero p:last-child {
  max-width: 690px;
  color: var(--research-muted);
  font-size: 17px;
  line-height: 1.7;
}

.privacy-content {
  padding: 88px 0 112px;
  background: var(--research-paper);
  color: var(--research-ink);
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 720px);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

.privacy-summary {
  position: sticky;
  top: 108px;
  padding: 22px;
  border: 1px solid rgba(16, 19, 26, 0.12);
  border-radius: 12px;
  background: #ffffff;
}

.privacy-summary strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--research-display);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.privacy-summary p,
.privacy-copy p,
.privacy-copy li {
  color: #4d515c;
  font-size: 15px;
  line-height: 1.75;
}

.privacy-copy section + section {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid rgba(16, 19, 26, 0.1);
}

.privacy-copy h2 {
  margin-bottom: 15px;
  font-family: var(--research-display);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.privacy-copy p + p,
.privacy-copy p + ul,
.privacy-copy ul + p {
  margin-top: 14px;
}

.privacy-copy ul {
  margin-left: 20px;
}

.privacy-copy a,
.privacy-summary a {
  color: #b82f36;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .privacy-hero {
    padding: 132px 0 64px;
  }

  .privacy-content {
    padding: 68px 0 88px;
  }

  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .privacy-summary {
    position: static;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  #site-nav,
  #site-footer,
  .report-request-shell,
  .report-final-cta,
  .research-button,
  .copy-citation {
    display: none !important;
  }

  body.research-page,
  .public-findings,
  .methodology-section,
  .analysis-visual {
    background: #ffffff !important;
    color: #111111 !important;
  }

  .research-page p,
  .research-page dd,
  .research-page li,
  .research-page span {
    color: #333333 !important;
  }
}
