:root {
  color-scheme: light;
  --ink: #161616;
  --muted: #525252;
  --line: #c6c6c6;
  --soft-line: #e0e0e0;
  --paper: #ffffff;
  --surface: #f4f4f4;
  --surface-hover: #e8e8e8;
  --white: #ffffff;
  --blue: #0f62fe;
  --blue-hover: #0043ce;
  --blue-tint: #edf5ff;
  --green: #24a148;
  --red: #da1e28;
  --yellow: #f1c21b;
}
* { box-sizing: border-box; }
html { font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif; color: var(--ink); background: var(--paper); }
body { margin: 0; line-height: 1.5; }
a { color: inherit; }
.skip { position: absolute; left: 1rem; top: -5rem; z-index: 10; background: var(--ink); color: var(--white); padding: .75rem 1rem; }
.skip:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0 clamp(1rem, 5vw, 5rem); min-height: 4rem; background: rgba(255, 255, 255, .96); border-bottom: 1px solid var(--soft-line); backdrop-filter: blur(8px); }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 600; text-decoration: none; }
.brand-mark { display: inline-grid; place-items: center; width: 2rem; height: 2rem; border-radius: 0; background: var(--ink); color: var(--white); font-family: "IBM Plex Mono", Menlo, monospace; font-size: .75rem; letter-spacing: .16px; }
nav { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
nav a { color: var(--muted); text-decoration: none; font-size: .875rem; letter-spacing: .16px; }
nav a:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.nav-cta { color: var(--blue); font-weight: 600; }
.hero { position: relative; isolation: isolate; min-height: 76vh; display: grid; align-items: end; padding: clamp(6rem, 12vw, 9rem) clamp(1rem, 5vw, 5rem) 4rem; background: url("/assets/crowdpull-data-hero.png") center/cover no-repeat; color: var(--ink); border-bottom: 1px solid var(--soft-line); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 42%, rgba(255,255,255,.42) 100%); }
.hero-content { position: relative; z-index: 1; max-width: 900px; }
.hero h1 { max-width: 880px; margin: 0; font-size: clamp(2.5rem, 6vw, 5.25rem); font-weight: 300; line-height: 1.08; letter-spacing: 0; }
.hero .answer { max-width: 760px; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.page-intro, .content, .band { padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem); }
.page-intro { background: var(--white); border-bottom: 1px solid var(--soft-line); }
.page-intro h1 { max-width: 980px; margin: 0; font-size: clamp(2.25rem, 5vw, 4.25rem); font-weight: 300; line-height: 1.12; letter-spacing: 0; }
.page-intro .answer, .section-head p, .content > p { max-width: 840px; color: var(--muted); font-size: 1.08rem; }
.band { background: var(--surface); border-block: 1px solid var(--soft-line); }
.section-head { max-width: 920px; margin-bottom: 1.5rem; }
.section-head h2, .content h2, .band h2 { margin: 0 0 .6rem; font-size: clamp(1.75rem, 3vw, 3rem); font-weight: 300; line-height: 1.17; letter-spacing: 0; }
.eyebrow { margin: 0 0 .75rem; color: var(--blue); font-family: "IBM Plex Mono", Menlo, monospace; font-size: .78rem; font-weight: 400; text-transform: uppercase; letter-spacing: .16px; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 285px), 1fr)); gap: 1rem; }
.card { background: var(--surface); border: none; border-radius: 0; padding: 1rem; box-shadow: none; transition: background-color .15s ease; }
.card:hover { background: var(--surface-hover); }
.card h3 { margin: 0 0 .6rem; font-size: 1.25rem; font-weight: 400; line-height: 1.4; letter-spacing: 0; }
.card h3 a { text-decoration: none; }
.card h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.card p { color: var(--muted); margin: .55rem 0; }
.actions { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: 1.5rem; }
.button { display: inline-flex; align-items: center; justify-content: flex-start; min-height: 3rem; min-width: 11.5rem; border-radius: 0; padding: .875rem 3.75rem .875rem 1rem; font-weight: 400; text-decoration: none; border: 1px solid transparent; position: relative; }
.button::after { content: "→"; position: absolute; right: 1rem; }
.primary { background: var(--blue); color: var(--white); }
.primary:hover { background: var(--blue-hover); }
.secondary { background: var(--ink); color: var(--white); border-color: var(--ink); }
.secondary:hover { background: #393939; }
.page-intro .secondary, .card .secondary { background: var(--ink); color: var(--white); }
.text-link { color: var(--blue); font-weight: 600; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.stats, .fact-list { display: grid; gap: .65rem; margin: 1rem 0; }
.stats { grid-template-columns: repeat(3, 1fr); }
.stats div, .fact-list div, .fact-grid div { border-top: 1px solid var(--line); padding-top: .75rem; }
dt { color: var(--muted); font-family: "IBM Plex Mono", Menlo, monospace; font-size: .75rem; text-transform: uppercase; font-weight: 400; letter-spacing: .32px; }
dd { margin: 0; font-weight: 600; overflow-wrap: anywhere; }
.fact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.fact-grid strong { display: block; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 300; line-height: 1; color: var(--blue); }
.fact-grid span { color: var(--muted); }
.columns, .two-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.two-col { grid-template-columns: repeat(2, 1fr); align-items: start; }
.columns h3, .two-col h2 { margin-top: 0; }
ul { padding-left: 1.2rem; color: var(--muted); }
li + li { margin-top: .4rem; }
.answer-list { display: grid; gap: 1rem; max-width: 980px; }
.answer-list article { padding-bottom: 1rem; border-bottom: 1px solid var(--soft-line); }
.answer-list h2 { font-size: 1.25rem; font-weight: 400; margin: 0 0 .35rem; }
.answer-list p { margin: 0; color: var(--muted); }
.site-footer { display: flex; justify-content: space-between; gap: 1.5rem; padding: 2rem clamp(1rem, 5vw, 5rem); background: var(--ink); color: var(--white); }
.site-footer p, .site-footer a { color: #c6c6c6; }
.site-footer p { max-width: 560px; margin: .35rem 0 0; }
.site-footer nav { justify-content: flex-end; }
@media (max-width: 780px) {
  .site-header { position: static; align-items: flex-start; flex-direction: column; }
  nav { gap: .75rem; }
  .hero { min-height: 70vh; padding-top: 5rem; }
  .hero::before { background: rgba(255,255,255,.92); }
  .columns, .two-col { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; }
  .site-footer nav { justify-content: flex-start; }
}