:root {
  --ink: #14211f;
  --muted: #65716e;
  --paper: #f7f5ef;
  --card: #fffdf8;
  --accent: #e65d3f;
  --accent-dark: #b83c25;
  --mint: #bfe4d7;
  --line: #d8d7cf;
  --lime: #d9f27c;
  --shadow: 0 18px 60px rgba(25, 45, 40, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(22px, 5vw, 76px);
  background: rgba(247,245,239,.91);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(20,33,31,.09);
}
.brand { font-size: 22px; font-weight: 850; letter-spacing: -.8px; text-decoration: none; }
.brand span { color: var(--accent); }
.brand small { margin-left: 7px; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
nav { display: flex; gap: 30px; }
nav a { color: var(--muted); font-size: 14px; font-weight: 700; text-decoration: none; }
nav a:hover { color: var(--ink); }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  color: white;
  background: var(--ink);
  border: 0;
  border-radius: 7px;
  box-shadow: 4px 4px 0 var(--accent);
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--accent); }
.button-small { justify-self: end; min-height: 38px; padding: 0 15px; font-size: 13px; }
.eyebrow { margin: 0 0 14px; color: var(--accent-dark); font: 800 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .15em; text-transform: uppercase; }
.hero {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
  min-height: 700px;
  padding: 80px clamp(22px, 7vw, 110px) 90px;
  overflow: hidden;
}
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(56px, 7.4vw, 112px); line-height: .91; letter-spacing: -.075em; }
.lede { max-width: 680px; margin: 32px 0; color: #43504d; font-size: clamp(18px, 1.6vw, 23px); }
.hero-actions { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.text-link { font-weight: 800; text-decoration: none; }
.text-link span { color: var(--accent); }
.microcopy { margin-top: 27px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.workflow-card { position: relative; padding: 28px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); transform: rotate(1.4deg); }
.workflow-card::before { content: ""; position: absolute; width: 85px; height: 24px; top: -13px; left: 38%; background: rgba(217,242,124,.72); transform: rotate(-4deg); }
.card-top, .card-bottom { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.card-top strong { color: var(--accent-dark); }
.flow-step { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 13px; padding: 15px 0; }
.flow-step > span { display: grid; place-items: center; width: 30px; height: 30px; background: var(--mint); border-radius: 50%; font: 800 11px ui-monospace, monospace; }
.flow-step.warning > span { background: #ffd4c7; }
.flow-step b, .flow-step small { display: block; }
.flow-step small { color: var(--muted); }
.flow-step i { color: var(--accent-dark); font: 800 12px ui-monospace, monospace; }
.flow-line { height: 14px; margin-left: 14px; border-left: 2px dashed var(--line); }
.card-bottom { margin-top: 7px; padding: 20px 0 0; border-top: 1px solid var(--line); border-bottom: 0; }
.card-bottom b { color: var(--accent-dark); }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: white; padding: 25px clamp(22px, 7vw, 110px); }
.proof-strip div { padding: 6px 22px; border-left: 1px solid rgba(255,255,255,.18); }
.proof-strip div:first-child { border-left: 0; }
.proof-strip b, .proof-strip span { display: block; }
.proof-strip b { font-size: 14px; }
.proof-strip span { color: #a9b4b1; font-size: 12px; }
.split-section, .method-section, .diagnostic-section, .intake-section, .calculator-section, .founding-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 140px); padding: 110px clamp(22px, 7vw, 110px); }
h2 { margin: 0 0 22px; font-size: clamp(38px, 4.6vw, 70px); line-height: .98; letter-spacing: -.055em; }
.split-section p:not(.eyebrow), .method-section p, .calculator-section p { max-width: 650px; color: var(--muted); font-size: 18px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: center; }
.check-grid div { padding: 18px; background: var(--card); border: 1px solid var(--line); border-radius: 8px; font-weight: 750; }
.check-grid span { margin-right: 8px; color: var(--accent-dark); }
.audit-section { padding: 110px clamp(22px, 7vw, 110px); background: #eadfd3; }
.audit-section > h2 { max-width: 960px; }
.deliverables { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 55px; }
.deliverables article { min-height: 260px; padding: 24px; background: var(--card); border-top: 5px solid var(--ink); }
.deliverables article > span { color: var(--accent-dark); font: 800 12px ui-monospace, monospace; }
.deliverables h3 { margin: 52px 0 8px; font-size: 28px; letter-spacing: -.04em; }
.deliverables p { color: var(--muted); }
.method-section { background: var(--mint); }
.method-rule { display: grid; place-content: center; min-height: 330px; padding: 36px; background: var(--ink); color: white; border-radius: 50% 50% 48% 52% / 48% 45% 55% 52%; transform: rotate(-2deg); text-align: center; }
.method-rule p { color: var(--lime); font: 800 12px ui-monospace, monospace; letter-spacing: .15em; text-transform: uppercase; }
.method-rule strong { font-size: clamp(30px, 4vw, 55px); line-height: 1; letter-spacing: -.05em; }
.diagnostic-section { background: #efe9df; }
.diagnostic-intro { align-self: start; position: sticky; top: 110px; }
.diagnostic-intro > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.diagnostic { display: grid; gap: 10px; }
.diagnostic label, .intake label { display: grid; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 800; }
.diagnostic label { grid-template-columns: 1fr 120px; align-items: center; padding: 13px 15px; background: var(--card); border: 1px solid var(--line); border-radius: 8px; }
.diagnostic select, .intake select, .intake input { width: 100%; padding: 11px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 6px; font: 750 14px inherit; }
.diagnostic-result { display: grid; gap: 3px; margin-top: 8px; padding: 22px; background: var(--ink); color: white; border-radius: 9px; }
.diagnostic-result span, .diagnostic-result small { color: #a9b4b1; }
.diagnostic-result strong { color: var(--lime); font-size: 38px; letter-spacing: -.04em; }
.diagnostic-result b { font-size: 19px; }
.intake-section { align-items: start; background: var(--mint); }
.intake-section > div > p:not(.eyebrow) { color: #43504d; font-size: 18px; }
.intake { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 28px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.intake .button, .intake-summary { grid-column: 1 / -1; }
.intake-summary { display: block; min-height: 92px; padding: 18px; background: var(--ink); color: white; border-radius: 8px; font: 700 14px/1.6 ui-monospace, SFMono-Regular, Menlo, monospace; }
.calculator-section { align-items: center; }
.calculator { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 28px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.calculator label { color: var(--muted); font-size: 12px; font-weight: 800; }
.calculator input { width: 100%; margin-top: 7px; padding: 13px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 6px; font: 750 16px inherit; }
.result { grid-column: 1 / -1; margin-top: 8px; padding: 22px; background: var(--ink); color: white; border-radius: 8px; }
.result span, .result small { display: block; color: #a9b4b1; }
.result strong { display: block; margin: 5px 0; color: var(--lime); font-size: 44px; letter-spacing: -.05em; }
.founding-section { background: var(--accent); color: white; }
.founding-section .eyebrow { color: #ffe4dc; }
.founding-section ul { margin: 0; padding: 0; list-style: none; }
.founding-section li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.32); font-weight: 750; }
.founding-section li::before { content: "↳"; margin-right: 12px; }
.availability { margin-top: 25px; color: #ffe4dc; font-size: 13px; }
footer { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 35px clamp(22px, 7vw, 110px); background: var(--ink); color: white; }
footer p { color: #a9b4b1; font-size: 12px; text-align: right; }
.footer-meta { display: grid; gap: 6px; justify-items: end; }
.footer-meta p { margin: 0; }
.footer-meta a { color: white; }

.legal-header { grid-template-columns: 1fr auto 1fr; }
.legal-page { min-height: calc(100vh - 160px); }
.legal-hero { padding: 110px clamp(22px, 12vw, 190px) 85px; background: #eadfd3; }
.legal-hero.compact { padding-bottom: 65px; }
.legal-hero h1 { max-width: 1000px; margin: 0; font-size: clamp(54px, 8vw, 108px); line-height: .92; letter-spacing: -.07em; }
.legal-hero .lede { max-width: 850px; }
.status-pill { display: inline-block; margin: 0; padding: 10px 14px; background: var(--ink); color: white; border-radius: 999px; font-size: 12px; font-weight: 750; }
.legal-section { padding: 90px clamp(22px, 12vw, 190px); }
.legal-section-tint { background: var(--mint); }
.legal-section > p { max-width: 900px; color: var(--muted); font-size: 18px; }
.legal-section a { color: var(--accent-dark); font-weight: 750; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; }
.principle-grid article { padding: 26px; background: var(--card); border: 1px solid var(--line); border-top: 5px solid var(--ink); }
.principle-grid h3 { margin: 0 0 10px; font-size: 25px; letter-spacing: -.035em; }
.principle-grid p { margin: 0; color: var(--muted); }
.policy-copy { max-width: 1050px; }
.policy-copy h2 { margin-top: 70px; font-size: clamp(30px, 4vw, 48px); }
.policy-copy h2:first-child { margin-top: 0; }
.policy-copy p { max-width: 850px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero, .split-section, .method-section, .diagnostic-section, .intake-section, .calculator-section, .founding-section { grid-template-columns: 1fr; }
  .diagnostic-intro { position: static; }
  .hero { padding-top: 55px; }
  .hero h1 { font-size: clamp(54px, 14vw, 82px); }
  .workflow-card { transform: none; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div:nth-child(3) { border-left: 0; }
  .deliverables { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .button-small { display: none; }
  .hero { min-height: auto; }
  .check-grid, .deliverables, .calculator, .intake { grid-template-columns: 1fr; }
  .diagnostic label { grid-template-columns: 1fr; }
  .intake .button, .intake-summary { grid-column: 1; }
  .result { grid-column: 1; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .proof-strip div:first-child { border-top: 0; }
  footer { align-items: flex-start; flex-direction: column; }
  footer p { text-align: left; }
  .footer-meta { justify-items: start; }
  .principle-grid { grid-template-columns: 1fr; }
  .legal-hero, .legal-section { padding-left: 22px; padding-right: 22px; }
}
