:root{--bg:#f4f2ec;--surface:#fff;--text:#171915;--muted:#60655d;--line:#d8d6cf;--accent:#2d5140;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{width:min(calc(100% - 40px),var(--max));margin:0 auto;min-height:84px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-size:1.15rem;font-weight:750;letter-spacing:-.03em}nav{display:flex;gap:28px;color:var(--muted);font-size:.93rem}nav a:hover,.nav-cta{color:var(--text)}main,footer{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.hero{max-width:1020px;padding:118px 0 96px}.eyebrow{margin-bottom:20px;color:var(--accent);font-size:.78rem;font-weight:750;letter-spacing:.13em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:30px;font-size:clamp(4rem,9vw,8.5rem);line-height:.91;letter-spacing:-.075em;font-weight:650}.hero-copy{max-width:790px;margin-bottom:34px;color:var(--muted);font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.55}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{min-height:50px;padding:0 22px;border:1px solid var(--text);display:inline-flex;align-items:center;justify-content:center;font-size:.94rem;font-weight:680;transition:.16s}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--text);color:#fff}.button.primary:hover{background:var(--accent);border-color:var(--accent)}.proof-strip{padding:26px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.proof-strip div{display:flex;flex-direction:column;gap:4px}.proof-strip strong{font-size:1.25rem;letter-spacing:-.03em}.proof-strip span{color:var(--muted);font-size:.88rem}.section{padding:110px 0;border-bottom:1px solid var(--line)}.section-heading{max-width:800px;margin-bottom:55px}h2{margin-bottom:0;font-size:clamp(2.45rem,5vw,4.75rem);line-height:1.03;letter-spacing:-.055em;font-weight:620}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{min-height:350px;padding:30px;background:#fcfcfa;border:1px solid #dcd9d1;border-radius:18px;display:flex;flex-direction:column;transition:transform 180ms ease,box-shadow 180ms ease,border-color 180ms ease}.card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(0,0,0,.05);border-color:#cbc6ba}.card-number{margin-bottom:auto;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e4ebe6;color:var(--accent);font-size:.82rem;font-weight:750}.card h3,.work-item h3{margin-bottom:14px;font-size:1.28rem;letter-spacing:-.025em}.card p,.work-item p,.approach-copy p,.contact-section p,.founder-copy p{margin-bottom:0;color:var(--muted)}.work-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line)}.work-item{min-height:220px;padding:32px 32px 32px 0;border-bottom:1px solid var(--line)}.work-item:nth-child(odd){padding-right:48px;border-right:1px solid var(--line)}.work-item:nth-child(even){padding-left:48px}.founder-section{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);gap:clamp(44px,8vw,100px);align-items:center}.portrait-wrap{overflow:hidden;background:#e4ebe6}.portrait-wrap img{width:100%;aspect-ratio:4/5;object-fit:cover}.founder-copy h2{margin-bottom:24px}.founder-lead{margin-bottom:22px!important;color:var(--text)!important;font-size:1.28rem;line-height:1.48}.founder-copy p+p{margin-top:18px}.text-link{margin-top:28px;display:inline-flex;padding-bottom:4px;border-bottom:1px solid var(--text);font-weight:680}.approach-section{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:end}.approach-copy{font-size:1.08rem}.contact-section{padding:130px 0;text-align:center}.contact-section h2{max-width:900px;margin:0 auto 22px}.contact-section p{margin-bottom:30px;font-size:1.15rem}footer{min-height:90px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:.85rem}@media(max-width:900px){nav a:not(.nav-cta){display:none}.hero{padding:90px 0 72px}.proof-strip,.cards,.work-grid,.approach-section,.founder-section{grid-template-columns:1fr}.proof-strip{gap:16px}.card{min-height:270px}.work-item,.work-item:nth-child(odd),.work-item:nth-child(even){min-height:auto;padding:28px 0;border-right:0}.founder-section{gap:42px}.portrait-wrap{max-width:620px}.approach-section{gap:38px}}@media(max-width:520px){.site-header,main,footer{width:min(calc(100% - 28px),var(--max))}h1{font-size:clamp(3.5rem,17vw,5.1rem)}.section{padding:82px 0}footer{padding:24px 0;align-items:flex-start;flex-direction:column;gap:8px}}

/* Founder portrait override */
.founder-section {
  grid-template-columns: 220px minmax(0, 1fr) !important;
  gap: clamp(36px, 6vw, 72px) !important;
  max-width: 980px;
}

.portrait-wrap {
  width: 220px !important;
  height: 220px !important;
  max-width: 220px !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  background: #e4ebe6;
  border: 1px solid var(--line);
}

.portrait-wrap img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  object-position: center 34% !important;
  border-radius: 50% !important;
}

@media (max-width: 900px) {
  .founder-section {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .portrait-wrap {
    width: 180px !important;
    height: 180px !important;
    max-width: 180px !important;
  }
}