:root {
  --ink: #111111;
  --muted: #5e5e5e;
  --paper: #ffffff;
  --soft: #f4f4f1;
  --line: #d9d9d4;
  --accent: #0b4bd4;
  --accent-dark: #07379a;
  --error: #a62424;
  --max: 1180px;
  --reading: 700px;
  --space-section: clamp(4.5rem, 8vw, 7.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

::selection { background: #dbe7ff; }
a { color: inherit; text-underline-offset: 0.18em; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.site-header {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--ink);
}
.wordmark {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-decoration: none;
}
.header-cta {
  font-size: 14px;
  font-weight: 700;
}

.section-shell {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}
.ruled-section {
  border-top: 1px solid var(--ink);
  padding-block: var(--space-section);
}
.section-index,
.eyebrow,
.form-kicker,
.hero-proof-label,
.flow-label {
  margin: 0 0 2rem;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero {
  padding: clamp(4rem, 8vw, 8rem) 0 clamp(5rem, 9vw, 9rem);
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}
.hero-copy { max-width: 850px; }
h1, h2, h3, p { text-wrap: pretty; }
h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(2.55rem, 6.4vw, 4.8rem);
  line-height: .98;
  letter-spacing: -0.055em;
  font-weight: 760;
}
h1 span { color: var(--accent); }
.lede {
  margin: 2rem 0 0;
  max-width: 710px;
  font-size: clamp(1.16rem, 2vw, 1.45rem);
  line-height: 1.45;
  letter-spacing: -0.015em;
  color: #2c2c2c;
}
.hero-actions { margin-top: 2.25rem; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  border: 2px solid var(--ink);
  border-radius: 2px;
  font-size: 16px;
  font-weight: 750;
  text-decoration: none;
  transition: transform .12s ease, background .12s ease, color .12s ease;
}
.button:hover { transform: translateY(-1px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible {
  outline: 3px solid #f4c430;
  outline-offset: 3px;
}
.button-primary { background: var(--ink); color: #fff; }
.button-primary:hover { background: #2a2a2a; }
.button-secondary { background: #fff; color: var(--ink); }
.microcopy {
  margin: .8rem 0 0;
  font-size: 13px;
  color: var(--muted);
}

.hero-proof {
  border-top: 4px solid var(--accent);
  padding-top: 1.25rem;
}
.hero-proof-label { color: var(--accent); margin-bottom: .75rem; }
.hero-proof ol { list-style: none; padding: 0; margin: 0; }
.hero-proof li {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 12px;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}
.hero-proof li:first-child { border-top: 0; }
.hero-proof li > span { grid-row: 1 / span 2; color: var(--muted); font-size: 12px; font-weight: 800; }
.hero-proof strong { font-size: 16px; line-height: 1.2; }
.hero-proof em { font-size: 14px; color: var(--muted); font-style: normal; margin-top: 2px; }

.statement-grid,
.services-intro,
.fit-grid,
.founding-grid {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 8vw, 8rem);
}
h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
  font-weight: 740;
}
.statement-big {
  margin: 0;
  max-width: 760px;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 680;
}
.statement-big.smaller { font-size: clamp(1.45rem, 2.4vw, 2.15rem); }
.body-copy {
  margin: 1.5rem 0 0;
  max-width: var(--reading);
  color: #3d3d3d;
  font-size: 18px;
}

.flow h2 { max-width: 720px; margin-bottom: 3rem; }
.flow-row { padding: 1.5rem 0; border-top: 1px solid var(--line); }
.flow-row:last-child { border-bottom: 1px solid var(--line); }
.flow-label { margin: 0 0 .8rem; color: var(--muted); }
.flow-steps {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem .8rem;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
.flow-steps b { color: #a1a1a1; font-weight: 400; }
.flow-steps .uncertain { color: var(--error); }
.after .flow-label { color: var(--accent); }
.after .flow-steps { color: var(--accent-dark); }

/* Keep the two-column service intro inside the viewport at every desktop width. */
.services-intro {
  margin-bottom: 4rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(2rem, 5vw, 5rem);
}
.services-intro > * { min-width: 0; }
.services-intro h2 {
  max-width: 650px;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
}
.services-intro .body-copy {
  margin-top: .35rem;
  max-width: 520px;
}
.service-list { border-top: 1px solid var(--line); }
.service-list article {
  display: grid;
  grid-template-columns: 48px minmax(180px, .55fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}
.service-list article > span { font-size: 12px; font-weight: 800; color: var(--muted); padding-top: .28rem; }
.service-list h3 { margin: 0; font-size: 19px; line-height: 1.3; }
.service-list p { margin: 0; color: var(--muted); max-width: 620px; font-size: 16px; }

.audit-section {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 8vw, 7.5rem);
  align-items: start;
}
.audit-intro { position: sticky; top: 28px; }
.audit-intro h2 { max-width: 520px; }
.privacy-note {
  margin-top: 2.4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  max-width: 510px;
}
.privacy-note strong { font-size: 14px; }
.privacy-note p { margin: .3rem 0 0; color: var(--muted); font-size: 14px; }

.form-wrap {
  background: var(--soft);
  border-top: 4px solid var(--ink);
  padding: clamp(1.4rem, 4vw, 3rem);
}
.form-progress { margin-bottom: 3rem; }
.progress-label { font-size: 12px; font-weight: 800; letter-spacing: .09em; }
.progress-track { height: 3px; background: #d2d2ce; margin-top: .65rem; overflow: hidden; }
.progress-track span { display: block; height: 100%; width: 33.333%; background: var(--accent); transition: width .2s ease; }
.form-step { display: none; }
.form-step.active { display: block; }
.form-step h3, .success-panel h3 {
  margin: 0 0 2.5rem;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.form-kicker { margin-bottom: .5rem; color: var(--accent); }
.field { margin: 0 0 2rem; }
.required-note {
  margin: -1.9rem 0 2rem;
  font-size: 12px;
  color: var(--muted);
}
.required-mark { color: var(--error); font-weight: 800; }

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label, legend {
  display: block;
  margin: 0 0 .45rem;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 760;
}
legend { padding: 0; }
fieldset { border: 0; padding: 0; min-width: 0; }
.field-hint {
  margin: -.18rem 0 .65rem;
  max-width: 620px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.optional { font-weight: 500; color: var(--muted); font-size: 13px; }
input[type="text"], input[type="url"], input[type="email"], input[type="tel"], select, textarea {
  width: 100%;
  min-height: 52px;
  padding: .78rem .85rem;
  border: 1.5px solid #8e8e89;
  border-radius: 2px;
  background: #fff;
  color: var(--ink);
  font-size: 17px;
}
textarea { min-height: 118px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #888; opacity: 1; }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--error); border-width: 2px; }
.field-error { min-height: 1px; margin: .35rem 0 0; color: var(--error); font-size: 13px; font-weight: 650; }

.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .55rem; }
.choice-grid.compact { grid-template-columns: repeat(3, 1fr); }
.choice-stack, .check-list { display: grid; gap: .55rem; }
.choice-grid label, .choice-stack label, .check-list label {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  min-height: 48px;
  margin: 0;
  padding: .7rem .75rem;
  border: 1.5px solid #b2b2ad;
  background: #fff;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
}
.choice-grid label:has(input:checked), .choice-stack label:has(input:checked), .check-list label:has(input:checked) {
  border-color: var(--accent);
  box-shadow: inset 4px 0 0 var(--accent);
}
.choice-grid input, .choice-stack input, .check-list input {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin: 1px 0 0;
  accent-color: var(--accent);
}
.choice-stack strong { font-weight: 800; }
.form-actions { display: flex; gap: .8rem; margin-top: 2.6rem; }
.form-actions.end { justify-content: flex-end; }
.form-actions.split { justify-content: space-between; }
.form-actions .button { min-width: 130px; }
.consent-copy { margin: 2rem 0 0; font-size: 12.5px; color: var(--muted); }
.submit-error { margin-top: 1rem; color: var(--error); font-size: 14px; font-weight: 700; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.success-panel { padding: 1rem 0 0; }
.success-panel p { max-width: 620px; }
.success-note { color: var(--muted); }

.fit-grid > div { max-width: 620px; }
.fit-grid h2 { margin-bottom: 2rem; }
.plain-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.plain-list li { position: relative; padding: .8rem 0 .8rem 1.7rem; border-bottom: 1px solid var(--line); font-size: 16px; }
.yes-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }

.price-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  max-width: 600px;
  margin: 2rem 0;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}
.price-line strong { font-size: 18px; }

.site-footer {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--ink);
  font-size: 13px;
  color: var(--muted);
}
.site-footer p { margin: 0; }

@media (max-width: 1080px) {
  .services-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .services-intro .body-copy { margin-top: 0; max-width: 700px; }
}

@media (max-width: 860px) {
  body { font-size: 17px; }
  .hero, .audit-section, .statement-grid, .services-intro, .fit-grid, .founding-grid { grid-template-columns: 1fr; }
  .hero { gap: 4rem; }
  .audit-intro { position: static; }
  .service-list article { grid-template-columns: 38px 1fr; }
  .service-list article p { grid-column: 2; }
  .choice-grid.compact { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  :root { --space-section: 4.4rem; }
  .site-header, .section-shell { width: min(calc(100% - 32px), var(--max)); }
  .site-header { min-height: 68px; }
  .header-cta { font-size: 13px; }
  .wordmark { font-size: 11px; letter-spacing: .08em; }
  .hero { padding-top: 3.7rem; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.45rem); }
  .lede { font-size: 1.12rem; }
  .hero .button { width: 100%; }
  .service-list article { padding-block: 1.1rem; }
  .audit-section { gap: 2.8rem; }
  .form-wrap { margin-inline: -16px; padding: 1.35rem 16px 1.7rem; }
  .field-row, .choice-grid, .choice-grid.compact { grid-template-columns: 1fr; }
  .form-actions .button { min-width: 0; }
  .form-actions.split .button { width: calc(50% - .4rem); }
  .flow-steps { align-items: flex-start; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; }
}

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