:root {
  --ink: #101820;
  --ink-soft: #25303a;
  --paper: #f7f8f7;
  --white: #ffffff;
  --line: #d9dee2;
  --line-dark: #34414c;
  --steel: #667580;
  --blue: #2563eb;
  --blue-dark: #1749b0;
  --blue-pale: #eaf1ff;
  --green: #16765b;
  --shadow: 0 18px 50px rgba(16, 24, 32, .10);
  --radius: 4px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  background: var(--white);
  padding: 10px 16px;
  z-index: 100;
}
.skip-link:focus { top: 16px; }

.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.06; }
h1 { font-size: clamp(3.1rem, 7vw, 6.8rem); max-width: 920px; margin-bottom: 26px; }
h2 { font-size: clamp(2.3rem, 4.5vw, 4.4rem); max-width: 840px; margin-bottom: 24px; }
h3 { font-size: 1.25rem; }
.lede { font-size: clamp(1.1rem, 1.8vw, 1.35rem); line-height: 1.55; color: #3c4a55; max-width: 760px; }
.small { font-size: .9rem; color: var(--steel); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247,248,247,.92);
  border-bottom: 1px solid rgba(16,24,32,.1);
  backdrop-filter: blur(16px);
}
.nav { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { text-decoration: none; font-weight: 830; font-size: 1.35rem; letter-spacing: -.05em; }
.brand span { color: var(--blue); }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 700; }
.nav-links a { text-decoration: none; }
.nav-links a:not(.button):hover { color: var(--blue); }
.menu-button { display: none; border: 0; background: none; padding: 8px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .015em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--blue); border-color: var(--blue); }
.button.secondary { background: transparent; color: var(--ink); }
.button.secondary:hover { background: var(--white); border-color: var(--ink); }
.button.light { background: var(--white); color: var(--ink); border-color: var(--white); }
.button.light:hover { background: var(--blue-pale); border-color: var(--blue-pale); }
.button.full { width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding: 105px 0 80px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(37,99,235,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(37,99,235,.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
  pointer-events: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 70px; align-items: end; }
.hero-copy { position: relative; }
.hero-copy h1 span { color: var(--blue); }
.hero-copy .lede { max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.micro-proof { display: flex; align-items: center; gap: 10px; margin-top: 26px; color: #4e5b65; font-size: .88rem; }
.micro-proof .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(22,118,91,.12); }

.queue-card { background: var(--ink); color: var(--white); box-shadow: var(--shadow); border: 1px solid #2f3a43; }
.queue-top { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--line-dark); }
.queue-title { font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.queue-count { padding: 3px 9px; border: 1px solid #50606e; color: #bdc8d1; font-size: .72rem; }
.decision { padding: 22px 20px; border-bottom: 1px solid var(--line-dark); }
.decision:last-child { border-bottom: 0; }
.decision-meta { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 10px; color: #8fa1ae; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.decision h3 { margin: 0 0 8px; font-size: 1rem; letter-spacing: -.015em; line-height: 1.35; }
.decision p { margin: 0; color: #b7c3cb; font-size: .84rem; line-height: 1.5; }
.decision .recommend { color: #9fc2ff; }

.signal-bar { border-bottom: 1px solid var(--line); background: var(--white); }
.signal-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); min-height: 110px; }
.signal { display: flex; flex-direction: column; justify-content: center; padding: 22px 28px; border-right: 1px solid var(--line); }
.signal:first-child { padding-left: 0; }
.signal:last-child { border-right: 0; }
.signal strong { display: block; font-size: .95rem; line-height: 1.35; }
.signal span { color: var(--steel); font-size: .78rem; letter-spacing: .04em; }

.section { padding: 110px 0; border-bottom: 1px solid var(--line); }
.section.dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.section.blue { background: var(--blue); color: var(--white); border-color: var(--blue); }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; margin-bottom: 58px; }
.section-head .eyebrow { margin-top: 10px; }
.section-head p { color: #566570; font-size: 1.08rem; max-width: 680px; }
.dark .section-head p { color: #adbac3; }
.dark .eyebrow, .blue .eyebrow { color: #9fc2ff; }

.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: var(--white); }
.pain-item { min-height: 245px; padding: 30px; border-right: 1px solid var(--line); }
.pain-item:last-child { border-right: 0; }
.pain-number { display: block; margin-bottom: 50px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .12em; }
.pain-item p { margin-bottom: 0; color: #53616c; }

.contrast { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line-dark); }
.contrast-col { padding: 42px; }
.contrast-col + .contrast-col { border-left: 1px solid var(--line-dark); background: #14202a; }
.contrast-label { margin-bottom: 32px; color: #7f919e; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contrast-col.highlight .contrast-label { color: #8eb5ff; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 16px 0 16px 28px; border-top: 1px solid var(--line-dark); color: #c1ccd3; }
.check-list li::before { content: "—"; position: absolute; left: 0; color: #657786; }
.highlight .check-list li { color: var(--white); }
.highlight .check-list li::before { content: "+"; color: #8eb5ff; font-weight: 900; }

.scope-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.scope-item { min-height: 210px; padding: 28px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.scope-item svg { width: 28px; height: 28px; margin-bottom: 32px; color: var(--blue); }
.scope-item p { color: #5d6a74; font-size: .9rem; margin-bottom: 0; }

.workflow { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.step { background: var(--paper); padding: 34px; min-height: 280px; }
.step-num { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border: 1px solid var(--ink); margin-bottom: 56px; font-size: .75rem; font-weight: 800; }
.step p { color: #596872; margin-bottom: 0; }
.decision-brief { margin-top: 34px; padding: 28px; border-left: 3px solid var(--blue); background: var(--white); box-shadow: 0 10px 32px rgba(16,24,32,.06); }
.decision-brief strong { display: block; margin-bottom: 6px; }
.decision-brief p { margin-bottom: 0; color: #52606a; }

.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.proof-card { background: var(--white); border: 1px solid var(--line); padding: 18px; }
.doc-window { border: 1px solid #cfd6dc; background: #fbfcfc; min-height: 270px; padding: 20px; margin-bottom: 22px; }
.doc-head { display: flex; justify-content: space-between; padding-bottom: 12px; border-bottom: 2px solid var(--ink); font-size: .6rem; font-weight: 800; letter-spacing: .08em; }
.doc-row { display: grid; grid-template-columns: 1.2fr .7fr .7fr; gap: 8px; padding: 9px 0; border-bottom: 1px solid #dce1e5; font-size: .58rem; color: #52616b; }
.doc-mark { height: 7px; background: #d9e2ef; margin: 11px 0; }
.doc-mark.blue { width: 70%; background: #7ea5ea; }
.proof-card h3 { margin-bottom: 8px; }
.proof-card > p { color: #63717b; font-size: .9rem; margin-bottom: 0; }
.sample-tag { color: var(--blue); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.authority { border: 1px solid var(--line-dark); }
.authority-row { display: grid; grid-template-columns: 1fr 1fr; padding: 18px 20px; border-bottom: 1px solid var(--line-dark); gap: 20px; }
.authority-row:last-child { border-bottom: 0; }
.authority-row span { color: #92a3af; font-size: .82rem; }
.authority-row strong { text-align: right; color: var(--white); font-size: .82rem; }
.boundary-copy p { color: #b5c1c9; }
.boundary-copy .callout { margin-top: 30px; padding: 22px; border: 1px solid #42515d; color: var(--white); font-weight: 700; }

.pilot-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.pilot-card { background: var(--white); color: var(--ink); padding: 38px; box-shadow: var(--shadow); }
.pilot-line { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.pilot-line span { color: var(--steel); }
.pilot-line strong { text-align: right; }
.pilot-card .button { margin-top: 28px; }
.pilot-copy p { color: #dce7ff; font-size: 1.1rem; }
.pilot-copy .promise { margin-top: 34px; font-size: 1.42rem; color: var(--white); font-weight: 700; line-height: 1.4; }

.founder-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.founder-stamp { border-top: 4px solid var(--blue); padding-top: 24px; }
.founder-stamp strong { display: block; font-size: 1.5rem; }
.founder-stamp span { color: var(--steel); }
.founder-copy blockquote { margin: 0 0 34px; font-size: clamp(1.6rem, 3vw, 2.55rem); font-weight: 680; letter-spacing: -.03em; line-height: 1.25; }
.founder-copy p { color: #52616b; max-width: 720px; }

.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 30px; padding: 24px 0; border: 0; background: none; color: var(--ink); text-align: left; font-weight: 760; cursor: pointer; }
.faq-question span:last-child { color: var(--blue); font-size: 1.3rem; }
.faq-answer { display: none; max-width: 800px; padding: 0 45px 25px 0; color: #566570; }
.faq-item.open .faq-answer { display: block; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-copy p { color: #b7c4cc; max-width: 520px; }
.contact-copy .direct { display: block; margin-top: 28px; color: var(--white); font-weight: 700; }
.lead-form { padding: 34px; background: var(--white); color: var(--ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .78rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #bac4cb; border-radius: 0; background: #fff; padding: 13px 14px; color: var(--ink); }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(37,99,235,.18); border-color: var(--blue); }
.form-note { margin: 14px 0 0; font-size: .75rem; color: var(--steel); }
.form-status { min-height: 24px; margin: 12px 0 0; font-size: .82rem; color: var(--green); }

.footer { background: #0a1015; color: var(--white); padding: 30px 0; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.footer p { margin: 0; color: #8d9ba5; font-size: .8rem; }
.footer-links { display: flex; gap: 18px; font-size: .8rem; }
.footer-links a { color: #c3cdd4; text-decoration: none; }

@media (max-width: 980px) {
  .hero-grid, .section-head, .pilot-grid, .founder-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { align-items: start; }
  .hero h1 { font-size: clamp(3rem, 11vw, 5.8rem); }
  .queue-card { max-width: 660px; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal { border-bottom: 1px solid var(--line); }
  .signal:first-child { padding-left: 28px; }
  .scope-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card { display: grid; grid-template-columns: .8fr 1fr; gap: 26px; align-items: center; }
  .doc-window { margin-bottom: 0; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .nav { height: 66px; }
  .menu-button { display: block; }
  .nav-links {
    display: none;
    position: fixed;
    inset: 66px 0 0;
    background: var(--paper);
    padding: 34px 24px;
    align-items: stretch;
    flex-direction: column;
    font-size: 1.15rem;
  }
  .nav-links.open { display: flex; }
  .hero { padding: 72px 0 58px; }
  .hero-grid { gap: 46px; }
  h1 { font-size: clamp(2.9rem, 16vw, 4.7rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.6rem); }
  .section { padding: 78px 0; }
  .section-head { gap: 8px; margin-bottom: 40px; }
  .signal-grid, .pain-grid, .contrast, .workflow, .boundary-grid, .form-grid { grid-template-columns: 1fr; }
  .signal { border-right: 0; }
  .pain-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .pain-item:last-child { border-bottom: 0; }
  .pain-number { margin-bottom: 28px; }
  .contrast-col + .contrast-col { border-left: 0; border-top: 1px solid var(--line-dark); }
  .scope-grid { grid-template-columns: 1fr; }
  .scope-item { min-height: auto; }
  .scope-item svg { margin-bottom: 22px; }
  .step { min-height: auto; }
  .step-num { margin-bottom: 36px; }
  .proof-card { display: block; }
  .doc-window { margin-bottom: 22px; }
  .pilot-grid { gap: 45px; }
  .founder-grid, .contact-grid { gap: 48px; }
  .authority-row { grid-template-columns: 1fr; gap: 4px; }
  .authority-row strong { text-align: left; }
  .field.full { grid-column: auto; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
