/* 2026-09-07: one clear report library and a compact flagship conversion block. */
html:not(#legacy-publication) body.reports-page {
  --reports-ink: #111111;
  --reports-muted: #626773;
  --reports-line: #e6e7ea;
  --reports-panel: #f6f7f9;
}

html:not(#legacy-publication) body.reports-page .research-hero {
  padding: 112px 0 32px !important;
}

html:not(#legacy-publication) body.reports-page #research-page-title {
  max-width: 780px;
  color: var(--reports-ink) !important;
  font-family: 'Sora', sans-serif !important;
  font-size: clamp(42px, 5vw, 64px) !important;
  font-weight: 700 !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
}

html:not(#legacy-publication) body.reports-page .research-hero-sub {
  max-width: 760px;
  margin-top: 16px;
  color: var(--reports-muted) !important;
  font: 400 18px/1.55 'DM Sans', sans-serif !important;
}

html:not(#legacy-publication) body.reports-page #reports {
  order: 2;
  padding: 28px 0 70px;
}

html:not(#legacy-publication) body.reports-page #reports .report-library-header {
  margin-bottom: 30px;
  padding-right: 0;
}

html:not(#legacy-publication) body.reports-page #reports .section-label {
  color: var(--reports-ink) !important;
  font-family: 'Sora', sans-serif !important;
  font-size: clamp(26px, 3.2vw, 38px) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -.045em !important;
  text-transform: none !important;
}

html:not(#legacy-publication) body.reports-page #reports .section-heading {
  max-width: 720px;
  margin-top: 10px;
  color: var(--reports-muted) !important;
  font: 400 16px/1.5 'DM Sans', sans-serif !important;
  letter-spacing: -.01em !important;
}

html:not(#legacy-publication) body.reports-page #flagship-report {
  order: 3;
  padding: 32px 0 40px;
  border-bottom: 1px solid var(--reports-line);
  background: linear-gradient(rgba(0,102,204,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0,102,204,.06) 1px, transparent 1px), radial-gradient(ellipse at 18% 45%, rgba(0,163,204,.1), transparent 72%), var(--reports-panel) !important;
  background-size: 28px 28px, 28px 28px, 100% 100% !important;
}

html:not(#legacy-publication) body.reports-page #flagship-report::before {
  display: none !important;
}

html:not(#legacy-publication) body.reports-page .report-showcase-layout {
  grid-template-columns: minmax(220px, 290px) minmax(0, 1fr);
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 0;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--reports-line);
  border-radius: 18px;
  background: transparent !important;
  box-shadow: 0 8px 28px rgba(0,0,0,.04);
}

html:not(#legacy-publication) body.reports-page .report-showcase-cover {
  display: grid;
  min-width: 0;
  padding: 28px;
  place-items: center;
  background: transparent !important;
}

html:not(#legacy-publication) body.reports-page .report-cover-wrapper {
  width: min(100%, 220px) !important;
  height: auto;
  min-height: 0;
  aspect-ratio: 600 / 840;
  overflow: hidden;
  border-radius: 4px 12px 12px 4px;
  box-shadow: 2px 12px 24px rgba(0,24,48,.2);
}

html:not(#legacy-publication) body.reports-page .report-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html:not(#legacy-publication) body.reports-page .report-showcase-content {
  background: transparent !important;
  justify-content: center;
  min-width: 0;
  padding: 28px 36px;
  border-left: 1px solid var(--reports-line);
}

html:not(#legacy-publication) body.reports-page .report-showcase-badge {
  margin: 0;
  padding: 0;
  box-shadow: none;
  color: var(--publication-focus, #0057d9);
  font: 600 10px/1.2 'DM Sans', sans-serif !important;
  letter-spacing: .12em;
}

html:not(#legacy-publication) body.reports-page .report-showcase-title {
  margin: 12px 0 0;
  color: var(--reports-ink) !important;
  font-family: 'Sora', sans-serif !important;
  font-size: clamp(30px, 3.4vw, 42px) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -.055em !important;
}

html:not(#legacy-publication) body.reports-page .report-showcase-desc {
  max-width: 590px;
  margin: 14px 0 0;
  color: var(--reports-muted);
  font: 400 15px/1.55 'DM Sans', sans-serif !important;
}

html:not(#legacy-publication) body.reports-page .report-showcase-highlights {
  margin: 18px 0;
  padding: 0;
  border-color: var(--reports-line);
}

html:not(#legacy-publication) body.reports-page .report-highlight {
  padding: 13px 12px 13px 0;
  border-color: var(--reports-line);
}

html:not(#legacy-publication) body.reports-page .report-highlight:last-child {
  padding-left: 12px;
}

html:not(#legacy-publication) body.reports-page .report-highlight strong {
  color: var(--reports-ink);
  font: 700 18px/1 'Sora', sans-serif !important;
}

html:not(#legacy-publication) body.reports-page .report-highlight span {
  margin-top: 5px;
  color: var(--reports-muted);
  font: 600 9px/1.25 'DM Sans', sans-serif !important;
  letter-spacing: .08em;
}

html:not(#legacy-publication) body.reports-page .report-gate-input-row {
  gap: 8px;
  padding: 4px;
  border: 1px solid var(--reports-line);
  border-radius: 999px;
  background: var(--publication-bg, #fff);
}

html:not(#legacy-publication) body.reports-page .report-gate-input {
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--reports-ink);
  font: 500 14px/1 'DM Sans', sans-serif !important;
}

html:not(#legacy-publication) body.reports-page .report-gate-input:focus {
  outline: none;
}

html:not(#legacy-publication) body.reports-page .report-gate-btn {
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: var(--reports-ink) !important;
  color: var(--publication-bg, #fff) !important;
  font: 700 13px/1 'DM Sans', sans-serif !important;
  white-space: nowrap;
}

html:not(#legacy-publication) body.reports-page .report-gate-btn:is(:hover,:focus-visible) {
  opacity: .88;
  outline: 2px solid var(--reports-muted);
  outline-offset: 3px;
}

html:not(#legacy-publication) body.reports-page .report-gate-note {
  margin-top: 9px;
  color: var(--reports-muted);
  font: 500 11px/1.4 'DM Sans', sans-serif !important;
}

html:not(#legacy-publication) body.reports-page .report-partners {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--reports-line);
}

html:not(#legacy-publication) body.reports-page .report-partners-label {
  color: var(--reports-muted);
  font: 600 9px/1 'DM Sans', sans-serif !important;
  letter-spacing: .12em;
}

html:not(#legacy-publication) body.reports-page .report-partner-logo--proof-of-talk {
  width: auto !important;
  max-width: 116px;
  max-height: 26px;
  filter: brightness(0) !important;
  opacity: .82 !important;
}

html:not(#legacy-publication) body.reports-page section[hidden] {
  display: none !important;
}

@media (max-width: 760px) {
  html:not(#legacy-publication) body.reports-page .research-hero {
    padding: 92px 0 26px !important;
  }

  html:not(#legacy-publication) body.reports-page #reports {
    padding: 20px 0 48px;
  }

  html:not(#legacy-publication) body.reports-page #reports .report-library-header {
    padding-bottom: 48px;
  }

  html:not(#legacy-publication) body.reports-page #flagship-report {
    padding: 24px 0 32px;
  }

  html:not(#legacy-publication) body.reports-page .report-showcase-layout {
    grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
    border-radius: 16px;
  }

  html:not(#legacy-publication) body.reports-page .report-showcase-cover {
    padding: 20px;
  }

  html:not(#legacy-publication) body.reports-page .report-showcase-content {
    padding: 28px 26px;
    border-top: 0;
    border-left: 1px solid var(--reports-line);
  }

  html:not(#legacy-publication) body.reports-page .report-showcase-highlights {
    grid-template-columns: repeat(3, 1fr);
  }

  html:not(#legacy-publication) body.reports-page .report-highlight,
  html:not(#legacy-publication) body.reports-page .report-highlight:last-child {
    padding: 11px 8px 11px 0;
    border-right: 1px solid var(--reports-line);
    border-bottom: 0;
  }

  html:not(#legacy-publication) body.reports-page .report-highlight:last-child {
    padding-left: 8px;
    border-right: 0;
  }
}

@media (max-width: 560px) {
  html:not(#legacy-publication) body.reports-page #research-page-title {
    font-size: 38px !important;
  }

  html:not(#legacy-publication) body.reports-page .research-hero-sub {
    font-size: 16px !important;
  }

  html:not(#legacy-publication) body.reports-page .report-showcase-layout {
    grid-template-columns: 1fr;
  }

  html:not(#legacy-publication) body.reports-page .report-showcase-cover {
    padding: 20px;
  }

  html:not(#legacy-publication) body.reports-page .report-cover-wrapper {
    width: 140px !important;
  }

  html:not(#legacy-publication) body.reports-page .report-showcase-content {
    padding: 26px 24px 28px;
    border-top: 0;
    border-left: 0;
  }

  html:not(#legacy-publication) body.reports-page .report-showcase-title {
    font-size: 34px !important;
  }

  html:not(#legacy-publication) body.reports-page .report-showcase-desc {
    font-size: 14px !important;
  }

  html:not(#legacy-publication) body.reports-page .report-showcase-highlights {
    margin: 18px 0;
  }

  html:not(#legacy-publication) body.reports-page .report-gate-input-row {
    grid-template-columns: 1fr;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  html:not(#legacy-publication) body.reports-page .report-gate-input,
  html:not(#legacy-publication) body.reports-page .report-gate-btn {
    width: 100%;
    min-height: 46px;
  }

  html:not(#legacy-publication) body.reports-page .report-gate-input {
    font-size: 16px !important;
    border: 1px solid var(--reports-line);
    background: var(--publication-bg, #fff);
  }
}

html[data-theme='dark']:not(#legacy-publication) body.reports-page {
  --reports-ink: #f3f3f4;
  --reports-muted: #a0a3ab;
  --reports-line: rgba(255,255,255,.14);
  --reports-panel: #0a0a0a;
}

html[data-theme='dark']:not(#legacy-publication) body.reports-page #research-page-title {
  color: var(--reports-ink) !important;
}

html[data-theme='dark']:not(#legacy-publication) body.reports-page .report-partner-logo--proof-of-talk {
  filter: brightness(0) invert(1) !important;
}

/* The research signup follows the page theme, not the legacy dark CTA. */
html body.reports-page #reports-newsletter {
  padding: 48px 0 !important;
  background: var(--reports-panel) !important;
  color: var(--reports-ink);
  border-top: 1px solid var(--reports-line);
}

html body.reports-page #reports-newsletter::before,
html body.reports-page #reports-newsletter::after {
  display: none;
}

html body.reports-page #reports-newsletter .newsletter-cta-card {
  max-width: none;
  padding: 0;
  margin: 0;
  color: var(--reports-ink);
  text-align: left;
}

html body.reports-page #reports-newsletter .newsletter-cta-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 48px;
  max-width: none;
  padding: 0;
  text-align: left;
}

html body.reports-page #reports-newsletter .site-final-cta-eyebrow {
  min-height: 0;
  margin: 0 0 12px;
  padding: 0;
  background: transparent;
  color: var(--publication-focus, #0057d9) !important;
  box-shadow: none;
}

html body.reports-page #reports-newsletter h2 {
  margin: 0 0 12px;
  color: var(--reports-ink) !important;
  font-size: clamp(26px, 2.6vw, 34px) !important;
  line-height: 1.15;
  letter-spacing: -.04em;
}

html body.reports-page #reports-newsletter .newsletter-cta-sub {
  margin: 0;
  max-width: 530px;
  color: var(--reports-muted) !important;
  font-size: 15px;
  line-height: 1.6;
}

html body.reports-page #reports-newsletter .site-final-cta-form-wrap {
  min-width: 0;
  width: 100%;
  max-width: none;
  margin: 0;
}

html body.reports-page #reports-newsletter .site-final-cta-form-label {
  margin: 0 0 8px;
  color: var(--reports-ink);
}

html body.reports-page #reports-newsletter .site-final-cta-form {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--reports-line);
  border-radius: 999px;
  background: var(--publication-bg, #fff);
  box-shadow: none !important;
}

html body.reports-page #reports-newsletter .site-final-cta-form:focus-within {
  border-color: var(--reports-muted) !important;
}

html body.reports-page #reports-newsletter input[type='email'] {
  width: 100%;
  min-width: 0;
  height: 46px;
  min-height: 46px;
  padding: 0 14px;
  border: 0 !important;
  color: var(--reports-ink) !important;
  font-size: 16px;
}

html body.reports-page #reports-newsletter input::placeholder {
  color: var(--reports-muted);
  opacity: 1;
}

html body.reports-page #reports-newsletter .site-final-cta-form .btn {
  min-width: 0;
  height: 46px;
  min-height: 46px;
  padding: 0 18px;
  gap: 8px;
  border: 0;
  background: var(--reports-ink) !important;
  color: var(--publication-bg, #fff) !important;
  box-shadow: none !important;
  white-space: nowrap;
}

html body.reports-page #reports-newsletter .site-final-cta-form .btn:hover {
  opacity: .85;
}

html body.reports-page #reports-newsletter .site-final-cta-form-note {
  display: block;
  margin: 12px 0 0;
  color: var(--reports-muted) !important;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}

html body.reports-page #reports-newsletter .site-final-cta-form-note.is-error {
  color: var(--subscriber-error) !important;
}

html body.reports-page #reports-newsletter .site-final-cta-form-note.is-success {
  color: var(--subscriber-success-ink) !important;
}

@media (max-width: 900px) {
  html body.reports-page #reports-newsletter .newsletter-cta-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 560px) {
  html body.reports-page #reports-newsletter { padding: 32px 0 !important; }
  html body.reports-page #reports-newsletter .site-final-cta-form {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 10px;
    border: 0;
    background: transparent;
  }
  html body.reports-page #reports-newsletter input[type='email'] {
    border: 1px solid var(--reports-line) !important;
    background: var(--publication-bg, #fff) !important;
  }
  html body.reports-page #reports-newsletter input[type='email']:focus {
    border-color: var(--reports-muted) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:not(#legacy-publication) body.reports-page :is(.report-cover-img,.report-gate-btn) {
    transition: none !important;
  }
}
