:root {
  --paper: #F6F5F1;
  --ink: #15181D;
  --ink-soft: #4B4F58;
  --navy: #2B3A55;
  --navy-deep: #1C2740;
  --signal: #C1892E;
  --line: #D8D5CC;
  --line-strong: #15181D;
  --white: #FFFFFF;
  --max: 1120px;
  --content: 700px;
  --gap: clamp(20px, 4vw, 64px);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: 'IBM Plex Sans', sans-serif; font-size: 16px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.mono { font-family: 'IBM Plex Mono', monospace; letter-spacing: 0.06em; text-transform: uppercase; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gap); }
.body-col { max-width: var(--content); }
.body-col p { color: var(--ink-soft); margin-bottom: 16px; }
.body-col p:last-child { margin-bottom: 0; }
.body-col strong { color: var(--ink); }
header { position: sticky; top: 0; z-index: 50; background: rgba(246,245,241,0.94); backdrop-filter: blur(7px); border-bottom: 1px solid var(--line); }
nav.wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: flex; flex-direction: column; line-height: 1.08; }
.brand .name { font-weight: 700; font-size: 17px; letter-spacing: 0.01em; }
.brand .sub { font-size: 10.5px; color: var(--ink-soft); letter-spacing: 0.14em; }
.navlinks { display: flex; align-items: center; gap: 28px; font-size: 13.5px; font-weight: 500; }
.navlinks a { color: var(--ink-soft); }
.navlinks a:hover, .navlinks a.active { color: var(--ink); }
.nav-cta { padding: 9px 16px; background: var(--ink); color: var(--paper); font-size: 13px; font-weight: 600; border-radius: 2px; white-space: nowrap; }
.hero { padding: clamp(72px, 9vw, 108px) 0 clamp(68px, 8vw, 96px); border-bottom: 1px solid var(--line); }
.eyebrow { font-size: 11.5px; font-weight: 600; color: var(--navy); margin-bottom: 24px; display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--signal); }
h1 { font-size: clamp(38px, 5.4vw, 60px); font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; max-width: 920px; margin-bottom: 28px; }
.hero .lede { font-size: 19px; color: var(--ink-soft); max-width: 760px; margin-bottom: 15px; }
.accountability { font-size: 15px; font-weight: 600; color: var(--navy-deep); margin-bottom: 34px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-primary, .btn-secondary { display: inline-block; padding: 13px 22px; font-size: 14px; font-weight: 600; border-radius: 2px; }
.btn-primary { background: var(--ink); color: var(--paper); border: 1px solid var(--ink); }
.btn-primary:hover { background: var(--navy-deep); }
.btn-secondary { border: 1px solid var(--line-strong); }
.btn-secondary:hover { background: var(--white); }
section.block { padding: clamp(64px, 7vw, 88px) 0; border-bottom: 1px solid var(--line); }
section[id] { scroll-margin-top: 92px; }
.tag { font-size: 11px; font-weight: 600; color: var(--ink-soft); margin-bottom: 18px; }
h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 700; line-height: 1.17; letter-spacing: -0.015em; max-width: 800px; margin-bottom: 24px; }
h3 { font-size: 20px; line-height: 1.3; margin-bottom: 10px; }
.fit-line { max-width: 780px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); font-weight: 600; color: var(--navy-deep); }
.problem-list { max-width: 900px; margin-top: 34px; border-top: 1px solid var(--line-strong); }
.problem-row { display: grid; grid-template-columns: minmax(190px,0.8fr) minmax(0,1.8fr); gap: 40px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.problem-title { font-weight: 700; font-size: 17px; }
.problem-copy { color: var(--ink-soft); }
.measure { margin-top: 11px; font-size: 12px; color: var(--navy); }
.measure span { font-weight: 600; }
.steps { max-width: 900px; margin-top: 34px; border-top: 1px solid var(--line-strong); }
.step { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.step-number { font-family: 'IBM Plex Mono', monospace; color: var(--signal); font-size: 13px; font-weight: 600; }
.step-copy p { color: var(--ink-soft); max-width: 720px; }
.step-meta { margin-top: 12px; font-size: 13px; font-weight: 600; color: var(--navy-deep); }
.value-callout { max-width: 820px; margin-top: 34px; padding: 24px 0 0 24px; border-left: 2px solid var(--signal); color: var(--ink-soft); }
.value-callout strong { color: var(--ink); }
.proof-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(260px,0.65fr); gap: 64px; align-items: start; }
.testimonial { border-left: 2px solid var(--navy); padding-left: 28px; }
.testimonial blockquote { font-size: 20px; line-height: 1.55; margin-bottom: 20px; }
.testimonial cite { font-style: normal; font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: var(--ink-soft); }
.testimonial cite strong { display: block; font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; color: var(--ink); margin-bottom: 2px; }
.credibility p { color: var(--ink-soft); margin-bottom: 18px; }
.text-link { color: var(--navy-deep); font-weight: 600; border-bottom: 1px solid var(--navy-deep); }
.insights-preview { max-width: 900px; }
.insight-link { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.insight-link:first-of-type { border-top: 1px solid var(--line-strong); }
.insight-date { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: var(--ink-soft); }
.insight-title { font-weight: 600; }
.insight-title:hover { color: var(--navy); }
.final-cta { padding: clamp(72px, 8vw, 96px) 0; background: var(--navy-deep); color: var(--paper); }
.final-cta h2 { color: var(--paper); }
.final-cta .body-col p { color: rgba(246,245,241,0.78); }
.final-cta .btn-primary { background: var(--signal); color: var(--navy-deep); border-color: var(--signal); }
.intake-form { max-width: 760px; margin-top: 34px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-field { display: flex; flex-direction: column; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(246,245,241,0.62); margin-bottom: 6px; }
.form-field input, .form-field select, .form-field textarea { font-size: 15px; padding: 11px 12px; background: rgba(246,245,241,0.06); border: 1px solid rgba(246,245,241,0.28); color: var(--paper); border-radius: 2px; }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(246,245,241,0.36); }
.form-field select option { color: var(--ink); }
.form-field textarea { min-height: 110px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--signal); }
.honeypot-field { position: absolute; left: -9999px; }
.form-submit-row { display: flex; align-items: center; gap: 22px; margin-top: 8px; flex-wrap: wrap; }
.form-submit-row button { cursor: pointer; }
.email-alt { font-size: 13.5px; color: rgba(246,245,241,0.6); }
.email-alt a { color: var(--paper); text-decoration: underline; text-underline-offset: 3px; }
.page-hero { padding: 72px 0 52px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(32px,4.5vw,48px); margin-bottom: 16px; max-width: 840px; }
.page-hero p { color: var(--ink-soft); font-size: 17px; max-width: 740px; }
.about-layout { display: grid; grid-template-columns: 230px 1fr; gap: 56px; align-items: start; }
.headshot { width: 190px; height: 190px; object-fit: cover; border: 2px solid var(--navy); }
.about-kicker { margin-top: 20px; font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; line-height: 1.85; color: var(--ink-soft); }
.about-copy { max-width: 720px; }
.about-copy p { margin-bottom: 20px; color: var(--ink-soft); }
.about-copy h2 { margin-top: 46px; font-size: 28px; }
.simple-list { margin: 14px 0 20px 20px; color: var(--ink-soft); }
.simple-list li { margin-bottom: 9px; }
.insights-hero { padding: 72px 0 48px; border-bottom: 1px solid var(--line); }
.insights-hero h1 { font-size: clamp(32px,4.5vw,48px); margin-bottom: 14px; }
.insights-hero p { font-size: 17px; color: var(--ink-soft); max-width: 720px; }
.post-list { padding: 54px 0 96px; max-width: 900px; }
.post-card { padding: 30px 0; border-bottom: 1px solid var(--line); }
.post-card:first-child { padding-top: 0; }
.post-card .date { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: var(--ink-soft); display: block; margin-bottom: 9px; }
.post-card h2 { font-size: 24px; margin-bottom: 10px; }
.post-card .excerpt { color: var(--ink-soft); max-width: 700px; margin-bottom: 10px; }
.read-more { font-size: 13.5px; font-weight: 600; color: var(--navy-deep); border-bottom: 1px solid var(--navy-deep); }
.post-header { padding: 62px 0 40px; border-bottom: 1px solid var(--line); }
.back-link { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: var(--ink-soft); display: inline-block; margin-bottom: 26px; }
.post-header .date { display: block; font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: var(--ink-soft); margin-bottom: 14px; }
.post-header h1 { font-size: clamp(30px,4.2vw,44px); max-width: 820px; }
.post-body { padding: 48px 0 90px; }
.post-body-inner { max-width: 700px; }
.post-body p, .post-body li { font-size: 17px; line-height: 1.72; }
.post-body p { margin-bottom: 22px; }
.post-body ul { margin: 0 0 22px 22px; }
.post-body li { margin-bottom: 12px; }
.post-body strong { color: var(--navy-deep); }
.post-cta { border-top: 1px solid var(--line); margin-top: 38px; padding-top: 28px; }
.post-cta p { color: var(--ink-soft); margin-bottom: 10px; }
.thank-you { min-height: 70vh; display: flex; align-items: center; }
.thank-you .body-col { padding: 72px 0; }
footer { padding: 32px 0; font-size: 12.5px; color: var(--ink-soft); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
footer .links { display: flex; gap: 20px; }
@media (max-width: 820px) { .navlinks { display: none; } .problem-row { grid-template-columns: 1fr; gap: 8px; } .proof-grid { grid-template-columns: 1fr; gap: 40px; } .insight-link { grid-template-columns: 1fr; gap: 5px; } .about-layout { grid-template-columns: 1fr; gap: 28px; } }
@media (max-width: 620px) { nav.wrap { min-height: 68px; } .nav-cta { padding: 8px 12px; } .hero { padding-top: 64px; } .form-row { grid-template-columns: 1fr; } .step { grid-template-columns: 48px minmax(0,1fr); gap: 12px; } }
