:root {
  --ink: #101827;
  --muted: #5d6779;
  --line: #e6e9ee;
  --paper: #fbfaf7;
  --panel: #ffffff;
  --accent: #9b6a3c;
  --accent-dark: #75502d;
  --soft: #f2ede6;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 48px);
  background: rgba(251, 250, 247, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand {
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
}
.brand span {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: -2px;
}
nav { display: flex; align-items: center; gap: 22px; font-size: 14px; color: var(--muted); }
nav a:hover { color: var(--ink); }
.nav-cta { color: var(--ink); border: 1px solid var(--line); padding: 9px 13px; border-radius: 999px; background: var(--panel); }

.section-pad { max-width: var(--max); margin: 0 auto; padding: clamp(64px, 8vw, 112px) clamp(20px, 4vw, 48px); }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: 0.14em; font-size: 12px; font-weight: 700; margin-bottom: 16px; }
h1, h2, h3 { margin: 0; line-height: 1.05; letter-spacing: -0.04em; }
h1, h2 { font-family: "Libre Baskerville", Georgia, serif; }
h1 { font-size: clamp(44px, 7vw, 82px); max-width: 920px; }
h2 { font-size: clamp(32px, 4.2vw, 54px); }
h3 { font-size: 21px; letter-spacing: -0.03em; }
p { margin: 0; color: var(--muted); }

.hero { padding-top: clamp(84px, 10vw, 140px); }
.hero-copy { max-width: 720px; font-size: clamp(18px, 2vw, 22px); margin-top: 28px; color: var(--ink); }
.hero-copy.muted { margin-top: 10px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 999px; font-weight: 700; font-size: 14px; }
.button.primary { background: var(--ink); color: white; }
.button.primary:hover { background: #000; }
.button.secondary { border: 1px solid var(--line); background: var(--panel); color: var(--ink); }
.button.linkedin { border: 1px solid rgba(255,255,255,.28); color: white; background: transparent; }
.button.linkedin:hover { background: rgba(255,255,255,.08); }

.statement {
  background: var(--ink);
  padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 72px);
}
.statement p {
  max-width: 980px;
  margin: 0 auto;
  color: #f7f2ec;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(26px, 3.4vw, 46px);
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.two-col { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px, 7vw, 90px); border-bottom: 1px solid var(--line); }
.content-stack { display: grid; gap: 18px; font-size: 18px; }
.content-stack p { color: #3d4656; }

.cards-section { border-bottom: 1px solid var(--line); }
.section-intro { max-width: 780px; margin-bottom: 36px; }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: 24px; padding: 26px; min-height: 250px; box-shadow: 0 20px 50px rgba(16,24,39,0.04); }
.card p { margin-top: 16px; }

.framework { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px, 6vw, 80px); align-items: center; border-bottom: 1px solid var(--line); }
.framework-copy p { margin-top: 18px; font-size: 18px; }
.curve { position: relative; height: 360px; background: linear-gradient(145deg, var(--panel), var(--soft)); border: 1px solid var(--line); border-radius: 32px; overflow: hidden; box-shadow: 0 24px 70px rgba(16,24,39,0.07); }
.curve:before { content: "Complexity rises as the business scales"; position: absolute; left: 28px; top: 24px; font-size: 13px; font-weight: 700; color: var(--muted); }
.curve-line { position: absolute; left: 12%; right: 10%; bottom: 25%; height: 56%; border-left: 3px solid var(--accent); border-top: 3px solid var(--accent); border-radius: 100% 0 0 0; transform: skewX(-19deg); transform-origin: bottom left; opacity: .9; }
.curve-point { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 8px rgba(16,24,39,.08); }
.curve-point span { position: absolute; white-space: nowrap; top: 20px; left: -12px; font-size: 13px; font-weight: 700; color: var(--ink); }
.p1 { left: 16%; bottom: 25%; }
.p2 { left: 38%; bottom: 38%; }
.p3 { left: 61%; bottom: 56%; }
.p4 { left: 78%; bottom: 75%; }

.founder-card { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px, 6vw, 80px); background: var(--panel); border: 1px solid var(--line); border-radius: 34px; padding: clamp(32px, 5vw, 64px); box-shadow: 0 28px 80px rgba(16,24,39,0.06); }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: start; }
.contact-box { background: var(--ink); color: white; border-radius: 30px; padding: clamp(28px, 4vw, 48px); }
.contact-box p { color: #d8dee8; margin-bottom: 22px; }
.email-link { display: block; font-size: clamp(22px, 3vw, 34px); font-family: "Libre Baskerville", Georgia, serif; margin-bottom: 28px; }
.contact-box .button.primary { background: white; color: var(--ink); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
footer { border-top: 1px solid var(--line); padding: 28px clamp(20px, 4vw, 48px); }
footer p { max-width: var(--max); margin: 0 auto; font-size: 14px; }
footer a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .two-col, .framework, .founder-card, .contact { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .site-header { align-items: flex-start; }
  .nav-cta { font-size: 12px; padding: 8px 10px; }
  .cards-grid { grid-template-columns: 1fr; }
  .card { min-height: auto; }
  .curve { height: 300px; }
  .email-link { font-size: 22px; }
}
.founder-bio {
  padding: 90px 24px;
  background: #f7f4ef;
}

.founder-bio-inner {
  max-width: 760px;
  margin: 0 auto;
}

.founder-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  margin-bottom: 18px;
  color: #7a6f63;
}

.founder-bio h2 {
  font-size: 2.4rem;
  margin-bottom: 32px;
}

.founder-bio p {
  font-size: 1.08rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

.founder-bio blockquote {
  margin: 48px 0;
  padding-left: 28px;
  border-left: 3px solid #1f2a33;
  font-size: 1.45rem;
  line-height: 1.5;
  font-style: italic;
  color: #1f2a33;
}

/* Founder bio desktop layout fix */
.founder-bio {
  padding: 90px 24px;
  background: #f7f4ef;
}

.founder-bio-inner {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.founder-bio p,
.founder-bio blockquote {
  max-width: 760px;
}

.founder-bio blockquote {
  margin: 48px 0;
  padding-left: 28px;
  border-left: 3px solid #1f2a33;
}
/* Founder Bio Section */
.founder-bio {
  padding: 100px 24px;
  background: #f7f4ef;
}

.founder-bio-inner {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.founder-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  margin-bottom: 18px;
  color: #7a6f63;
}

.founder-bio h2 {
  font-size: 2.6rem;
  line-height: 1.05;
  margin-bottom: 38px;
  color: #111827;
}

.founder-bio p {
  font-size: 1.08rem;
  line-height: 1.9;
  margin-bottom: 34px;
  color: #4b5563;
}

.founder-bio blockquote {
  margin: 52px 0;
  padding-left: 28px;
  border-left: 3px solid #1f2937;
  font-size: 1.5rem;
  line-height: 1.55;
  font-style: italic;
  color: #111827;
}

/* Complexity Framework */
.complexity-framework {
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.complexity-framework h3 {
  font-size: 1.5rem;
  margin-bottom: 36px;
  color: #111827;
}

.curve-stage {
  margin-bottom: 26px;
  padding-left: 22px;
  border-left: 2px solid rgba(17,24,39,0.15);
}

.curve-stage span {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  color: #111827;
}

.curve-stage p {
}
/* Intelligence Section */
.intelligence-section {
  padding: 100px 24px;
  background: #111827;
  color: #ffffff;
}

.intelligence-inner {
  max-width: 900px;
  margin: 0 auto;
}

.intelligence-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  margin-bottom: 22px;
  color: #c8b68a;
}

.intelligence-section h2 {
  font-size: 3.4rem;
  line-height: 1.05;
  margin: 0 0 34px;
  color: #ffffff;
}

.intelligence-lead {
  font-size: 1.25rem;
  line-height: 1.8;
  max-width: 760px;
  margin-bottom: 44px;
  color: #d1d5db;
}

.intelligence-card {
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 28px;
  padding: 38px;
  background: rgba(255,255,255,0.04);
}

.intelligence-card p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #e5e7eb;
  margin-bottom: 30px;
}

.report-button {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  text-decoration: none;
  font-weight: 700;
}

.report-button:hover {
  opacity: 0.88;
}

@media (max-width: 768px) {
  .intelligence-section {
    padding: 76px 22px;
  }

  .intelligence-section h2 {
    font-size: 2.35rem;
  }

  .intelligence-lead {
    font-size: 1.08rem;
  }

  .intelligence-card {
    padding: 28px;
  }
}
.site-logo {
  height: 108px;
  width: auto;
  display: block;
}

.brand {
  display: flex;
  align-items: center;
}
