/* One research article. Does not change the shared site design. */
.sc-research-page {
  --research-ink: #30343a;
  --research-text: #454b53;
  --research-muted: #606670;
  --research-accent: #aa402c;
  margin: 0;
  background: #fff;
  color: var(--research-text);
  font-family: Archivo, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
.sc-research-page *, .sc-research-page *::before, .sc-research-page *::after { box-sizing: border-box; }
.sc-research-page a { color: var(--research-accent); font-weight: 600; text-decoration: none; }
.sc-research-page a:hover { color: #7e2c1d; }
.sc-research-page :focus-visible { outline: 2px solid var(--research-accent); outline-offset: 5px; }
.research-skip { position: fixed; top: -100px; left: 20px; padding: 12px 20px; background: #fff; z-index: 100; }
.research-skip:focus { top: 12px; }
.research-header { width: min(1120px, calc(100% - 64px)); margin: auto; min-height: 104px; display: flex; justify-content: space-between; align-items: center; background: #fff; }
.research-logo { display: flex; width: 88px; height: 88px; align-items: center; margin-left: -20px; }
.research-logo img { display: block; width: 88px; height: 88px; object-fit: contain; }
.research-header nav { display: flex; gap: 32px; align-items: center; }
.research-header nav > a { font-size: 15px; }
.research-header nav > a:not(.research-button) { color: var(--research-ink); }
.sc-research-page .research-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 24px; color: #fff; background: var(--research-accent); font-size: 15px; font-weight: 600; line-height: 1.4; }
.sc-research-page .research-button:hover { color: #fff; background: #8e3221; }
.research-article { width: min(760px, calc(100% - 48px)); margin: 0 auto; }
.research-intro { padding: 60px 0 12px; }
.research-kicker { margin: 0 0 20px; color: var(--research-accent); font-size: 13px; line-height: 1.5; font-weight: 600; letter-spacing: .025em; }
.sc-research-page h1, .sc-research-page h2, .sc-research-page h3 { color: var(--research-ink); font-weight: 600; text-wrap: balance; }
.sc-research-page h1 { max-width: 710px; margin: 0 0 24px; font-size: clamp(36px, 4.4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.research-deck { max-width: 620px; margin: 0 0 24px; font-size: 22px; line-height: 1.45; color: var(--research-text); }
.research-byline { margin: 0 0 36px; color: var(--research-muted); font-size: 14px; line-height: 1.65; }
.research-answer { margin: 0; color: var(--research-ink); font-size: 20px; line-height: 1.65; }
.research-article > section { margin-top: 56px; }
.sc-research-page h2 { margin: 0 0 20px; font-size: 30px; line-height: 1.2; letter-spacing: -.025em; }
.research-article section > p { margin: 0 0 20px; }
.research-table-wrap { overflow-x: auto; }
.research-table-wrap table { width: 100%; table-layout: fixed; border-collapse: separate; border-spacing: 0 16px; font-size: 16px; line-height: 1.55; }
.research-table-wrap caption { text-align: left; color: var(--research-muted); font-size: 14px; }
.research-table-wrap th, .research-table-wrap td { text-align: left; vertical-align: top; padding: 0 22px 0 0; overflow-wrap: break-word; }
.research-table-wrap th:last-child, .research-table-wrap td:last-child { padding-right: 0; }
.research-table-wrap th { color: var(--research-ink); font-weight: 600; }
.research-table-wrap th:first-child { width: 26%; }
.research-table-wrap thead th { color: var(--research-accent); font-size: 13px; }
.research-cell-label { display: none; }
.research-note { color: var(--research-muted); font-size: 15px; line-height: 1.6; }
.research-checks { padding-left: 26px; margin: 28px 0; }
.research-checks li { padding-left: 12px; margin-bottom: 24px; }
.research-checks li::marker { color: var(--research-accent); font-weight: 600; }
.research-checks h3 { font-size: 19px; line-height: 1.4; margin: 0 0 8px; letter-spacing: -.01em; }
.research-checks p { margin: 0; }
.research-contact { padding: 12px 0 32px; }
.research-contact .research-kicker { margin-bottom: 16px; }
.research-contact .research-button { margin-top: 8px; }
.research-footer { width: min(1120px, calc(100% - 64px)); margin: 64px auto 0; padding: 0 0 32px; display: flex; justify-content: space-between; gap: 32px; color: var(--research-muted); font-size: 13px; line-height: 1.6; }
.research-footer p { margin: 0; }
.research-footer nav { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 24px; }
.research-footer a { color: var(--research-muted); }
/* Keep the shared consent control readable and in this page's visual language. */
.sc-research-page .sc-consent { border-radius: 0; color: var(--research-text); box-shadow: 0 16px 60px #30343a24; }
.sc-research-page .sc-consent strong, .sc-research-page .sc-consent .title { color: var(--research-ink); }
.sc-research-page .sc-consent-btn { border-radius: 0; font-size: 14px; min-height: 44px; }
.sc-research-page .sc-consent-btn.primary { background: var(--research-accent); color: #fff; }
.sc-research-page .sc-consent-btn.primary:hover { background: #8e3221; }
.sc-research-page .sc-consent-btn.ghost, .sc-research-page .sc-consent-btn.reject { background: #fff; color: var(--research-ink); }
.sc-research-page .sc-consent-copy a { color: var(--research-accent); }
.sc-research-page .sc-consent-reopen { position: static; display: block; margin: 0 auto 32px; border-radius: 0; box-shadow: none; opacity: 1; background: #fff; color: var(--research-text); font-size: 13px; min-height: 44px; }
@media (max-width: 640px) {
  .research-header { width: calc(100% - 40px); min-height: 84px; }
  .research-header nav { gap: 20px; }
  .research-header .research-button { padding: 10px 16px; }
  .research-logo, .research-logo img { width: 76px; height: 76px; }
  .research-logo { margin-left: -17px; }
  .research-intro { padding-top: 32px; }
  .research-deck { font-size: 20px; }
  .research-answer { font-size: 19px; }
  .research-article > section { margin-top: 42px; }
  .sc-research-page h2 { font-size: 27px; }
  .research-table-wrap table, .research-table-wrap tbody, .research-table-wrap tr { display: block; }
  .research-table-wrap table { font-size: 16px; line-height: 1.6; }
  .research-table-wrap caption { display: block; margin-bottom: 24px; }
  .research-table-wrap thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .research-table-wrap tbody tr { margin-bottom: 28px; }
  .research-table-wrap th, .research-table-wrap td { display: block; padding: 0; }
  .research-table-wrap th:first-child { width: auto; margin-bottom: 10px; font-size: 18px; }
  .research-table-wrap td { margin-bottom: 12px; }
  .research-cell-label { display: block; margin-bottom: 2px; color: var(--research-accent); font-size: 13px; font-weight: 600; }
  .research-checks { padding-left: 22px; }
  .research-checks li { padding-left: 6px; }
  .research-footer { width: calc(100% - 48px); flex-direction: column; margin-top: 40px; gap: 24px; }
  .sc-research-page .sc-consent { font-size: 14px; line-height: 1.55; }
  .sc-research-page .sc-consent-btn { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .sc-research-page *, .sc-research-page *::before, .sc-research-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
