  :root {
    --paper: #edf0f4;
    --paper-2: #e0e5ec;
    --slate: #14233b;
    --slate-2: #1d3047;
    --ink: #1a2433;
    --ink-soft: #38455a;
    --terra: #117a76;
    --terra-deep: #0c5c59;
    --terra-light: #46aaa4;
    --muted: #66748a;
    --line: rgba(26, 36, 51, 0.16);
    --disp: 'Bricolage Grotesque', sans-serif;
    --serif: 'Instrument Serif', Georgia, serif;
    --body: 'Hanken Grotesk', system-ui, sans-serif;
    --maxw: 1240px;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--body); color: var(--ink); background: var(--paper); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 36px; }
  a { color: inherit; text-decoration: none; }
  ::selection { background: var(--terra); color: #fff; }

  .utility { background: var(--slate); color: var(--paper); font-size: 11.5px; letter-spacing: 1.5px; text-transform: uppercase; }
  .utility .wrap { display: flex; justify-content: space-between; align-items: center; height: 38px; }
  .utility .clock { font-variant-numeric: tabular-nums; color: var(--terra-light); font-weight: 500; }
  .utility .tag { opacity: 0.72; }

  header { position: sticky; top: 0; z-index: 100; background: rgba(237, 240, 244, 0.7); backdrop-filter: blur(16px) saturate(130%); -webkit-backdrop-filter: blur(16px) saturate(130%); border-bottom: 1px solid var(--line); }
  .nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
  .brand { font-family: var(--disp); font-weight: 700; font-size: 20px; letter-spacing: -0.4px; display: flex; align-items: center; gap: 11px; }
  .brand .dot { width: 11px; height: 11px; background: var(--terra); border-radius: 50%; }
  nav.links { display: flex; gap: 34px; }
  nav.links a { font-size: 14px; font-weight: 500; position: relative; padding: 4px 0; }
  nav.links a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--terra); transition: width .25s ease; }
  nav.links a:hover::after { width: 100%; }
  .nav-cta { font-family: var(--body); font-size: 13.5px; font-weight: 600; letter-spacing: 0.3px; text-transform: uppercase; background: var(--slate); color: var(--paper); padding: 13px 22px; border-radius: 2px; transition: background .25s; border: none; cursor: pointer; }
  .nav-cta:hover { background: var(--terra); }
  .menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
  .menu-toggle span { width: 26px; height: 2px; background: var(--ink); }

  /* HERO */
  .hero { padding: 80px 0 64px; position: relative; overflow: hidden; }
  .hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0;
    background:
      radial-gradient(46% 60% at 82% 8%, rgba(17, 122, 118, 0.12), transparent 62%),
      radial-gradient(50% 64% at 6% 96%, rgba(20, 35, 59, 0.10), transparent 60%); }
  .hero .wrap { position: relative; z-index: 1; }
  .hero-grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 60px; align-items: center; }
  .roles { font-family: var(--disp); font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--terra); margin-bottom: 24px; display: flex; align-items: center; gap: 14px; }
  .roles::before { content: ''; width: 46px; height: 2px; background: var(--terra); }
  .hero h1 { font-family: var(--disp); font-weight: 700; font-size: clamp(52px, 8vw, 110px); line-height: 0.86; letter-spacing: -4px; color: var(--ink); }
  .hero h1 .serif { font-family: var(--serif); font-weight: 400; font-style: italic; color: var(--terra); letter-spacing: -2px; }
  .hero-tagline { font-family: var(--disp); font-weight: 500; font-size: clamp(17px, 2vw, 22px); color: var(--ink); margin-top: 18px; letter-spacing: -0.3px; }
  .hero-lead { font-size: 17px; line-height: 1.55; color: var(--ink-soft); margin: 22px 0 28px; max-width: 60ch; }
  .hero-lead strong { font-weight: 600; color: var(--ink); }
  .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
  /* Hero portrait: replace the inner placeholder with your photo (see HTML comment) */
  .hero-portrait { position: relative; aspect-ratio: 4/5; background: linear-gradient(160deg, var(--slate-2), var(--slate)); display: grid; place-items: center; overflow: hidden; }
  .hero-portrait::before { content: ''; position: absolute; width: 150%; height: 150%; left: -25%; top: -10%; background: radial-gradient(circle at 50% 40%, rgba(70, 170, 164, 0.28), transparent 60%); pointer-events: none; }
  .hero-portrait img { width: 100%; height: 100%; object-fit: cover; }
  .hp-ring { position: absolute; width: 64%; aspect-ratio: 1; border-radius: 50%; border: 2px solid var(--terra-light); opacity: 0.35; }
  .hp-initials { font-family: var(--disp); font-weight: 700; font-size: clamp(70px, 9vw, 120px); color: var(--terra-light); letter-spacing: -4px; }
  .hp-note { position: absolute; bottom: 16px; left: 16px; right: 16px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: rgba(237,240,244,0.55); border: 1px dashed rgba(237,240,244,0.32); padding: 9px; text-align: center; }
  .btn-solid { font-family: var(--body); font-size: 14px; font-weight: 600; letter-spacing: 0.3px; text-transform: uppercase; background: var(--slate); color: var(--paper); padding: 15px 26px; border-radius: 2px; transition: all .25s; border: none; cursor: pointer; display: inline-block; }
  .btn-solid:hover { background: var(--terra); transform: translateY(-2px); }
  .btn-line { font-family: var(--body); font-size: 14px; font-weight: 600; letter-spacing: 0.3px; text-transform: uppercase; background: transparent; color: var(--ink); padding: 15px 26px; border-radius: 2px; border: 1.5px solid var(--ink); transition: all .25s; display: inline-block; }
  .btn-line:hover { background: var(--ink); color: var(--paper); }

  /* IMPACT STATS */
  .impact { background: var(--slate); color: var(--paper); padding: 70px 0; }
  .impact .ihead { font-family: var(--disp); font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--terra-light); margin-bottom: 44px; display: flex; align-items: center; gap: 14px; }
  .impact .ihead::before { content: ''; width: 46px; height: 2px; background: var(--terra-light); }
  .impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
  .istat { padding: 0 28px; border-left: 1px solid rgba(237,240,244,0.18); }
  .istat:first-child { border-left: none; padding-left: 0; }
  .istat .num { font-family: var(--disp); font-weight: 700; font-size: clamp(44px, 5.5vw, 72px); line-height: 1; letter-spacing: -2px; color: var(--paper); }
  .istat .num .pre, .istat .num .suf { color: var(--terra-light); }
  .istat .label { font-size: 14px; color: rgba(237,240,244,0.7); margin-top: 14px; max-width: 22ch; }

  /* CLIENTS */
  .clients { padding: 56px 0; border-bottom: 1px solid var(--line); }
  .clients .lbl { font-family: var(--disp); font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 26px; text-align: center; }
  .client-row { display: flex; justify-content: center; align-items: center; gap: 48px; flex-wrap: wrap; }
  .client-row span { font-family: var(--disp); font-weight: 700; font-size: clamp(18px, 2.4vw, 26px); color: var(--ink); letter-spacing: -0.5px; opacity: 0.55; transition: opacity .25s; }
  .client-row span:hover { opacity: 1; color: var(--terra); }

  /* MARQUEE */
  .marquee { background: var(--terra); color: #fff; padding: 18px 0; overflow: hidden; white-space: nowrap; border-top: 1px solid var(--slate); border-bottom: 1px solid var(--slate); }
  .marquee-track { display: inline-flex; gap: 38px; animation: scroll 26s linear infinite; font-family: var(--disp); font-weight: 700; font-size: 28px; letter-spacing: -0.5px; text-transform: uppercase; }
  .marquee-track span { display: inline-flex; align-items: center; gap: 38px; }
  .marquee-track span::after { content: '✶'; font-size: 20px; }
  @keyframes scroll { to { transform: translateX(-50%); } }

  /* PHILOSOPHY */
  .philosophy { background: var(--slate); padding: 120px 0; position: relative; overflow: hidden; }
  #node-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
  .philosophy .wrap { max-width: 1000px; position: relative; z-index: 1; }
  .philosophy .kicker { color: var(--terra-light); }
  .philosophy .kicker::before { background: var(--terra-light); }
  .philosophy blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(28px, 4.4vw, 56px); line-height: 1.22; letter-spacing: -1px; margin-top: 8px; color: var(--paper); }
  .philosophy blockquote em { color: var(--terra-light); font-style: italic; }

  /* SIGNATURE FRAMEWORK */
  .framework { padding: 116px 0; background: var(--paper); border-bottom: 1px solid var(--line); }
  .fw-head { max-width: 640px; margin-bottom: 64px; }
  .fw-title { font-family: var(--disp); font-weight: 700; font-size: clamp(34px, 4.6vw, 58px); line-height: 0.98; letter-spacing: -1.5px; color: var(--ink); }
  .fw-title .serif { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--terra); letter-spacing: -0.5px; }
  .fw-sub { font-size: 17.5px; color: var(--ink-soft); margin-top: 20px; max-width: 560px; }
  .fw-flow { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
  .fw-flow::before { content: ''; position: absolute; top: 19px; left: 6%; right: 6%; height: 2px; background: var(--line); z-index: 0; }
  .fw-step { position: relative; z-index: 1; padding: 0 22px; }
  .fw-node { width: 40px; height: 40px; border-radius: 50%; background: var(--paper); border: 2px solid var(--terra); color: var(--terra); display: grid; place-items: center; font-family: var(--disp); font-weight: 700; font-size: 15px; margin-bottom: 26px; transition: all .3s ease; }
  .fw-step:hover .fw-node { background: var(--terra); color: #fff; transform: scale(1.08); }
  .fw-verb { font-family: var(--disp); font-weight: 700; font-size: clamp(26px, 3vw, 36px); letter-spacing: -1px; color: var(--ink); line-height: 1; }
  .fw-phrase { font-size: 15px; color: var(--ink-soft); margin-top: 10px; max-width: 22ch; }

  section.block { padding: 120px 0; }

  /* BEYOND WORK */
  .beyond { background: var(--paper-2); }
  .beyond-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 56px; border: 1px solid var(--line); }
  .by-item { padding: 44px 40px; border-left: 1px solid var(--line); }
  .by-item:first-child { border-left: none; }
  .by-item h3 { font-family: var(--disp); font-weight: 600; font-size: 24px; letter-spacing: -0.5px; color: var(--ink); margin-bottom: 12px; }
  .by-item p { font-size: 15.5px; color: var(--ink-soft); margin-bottom: 22px; }
  .by-link { font-family: var(--disp); font-weight: 600; font-size: 14px; letter-spacing: 0.5px; text-transform: uppercase; color: var(--terra); display: inline-flex; align-items: center; gap: 9px; }
  .by-link span { transition: transform .25s ease; }
  .by-item:hover .by-link span { transform: translateX(6px); }
  .kicker { font-family: var(--disp); font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--terra); display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
  .kicker::before { content: ''; width: 46px; height: 2px; background: var(--terra); }
  h2.big { font-family: var(--disp); font-weight: 700; font-size: clamp(36px, 5vw, 64px); line-height: 0.98; letter-spacing: -1.5px; max-width: 18ch; color: var(--ink); }
  h2.big .serif { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--terra); letter-spacing: -0.5px; }
  .lead-p { font-size: 18px; color: var(--ink-soft); max-width: 600px; margin-top: 22px; }

  /* TIMELINE */
  .timeline { margin-top: 36px; }
  .tl-row { display: grid; grid-template-columns: 0.5fr 1fr 1.5fr; gap: 40px; align-items: start; padding: 40px 0; border-top: 1px solid var(--line); transition: padding-left .3s ease; }
  .tl-row:last-child { border-bottom: 1px solid var(--line); }
  .tl-row:hover { padding-left: 16px; }
  .tl-row .tn { font-family: var(--disp); font-weight: 700; font-size: 26px; color: var(--terra); letter-spacing: -1px; }
  .tl-row .yrs { font-family: var(--disp); font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
  .tl-row h3 { font-family: var(--disp); font-weight: 600; font-size: clamp(24px, 3vw, 34px); line-height: 1.04; letter-spacing: -1px; color: var(--ink); }
  .tl-row p { font-size: 16px; color: var(--ink-soft); padding-top: 4px; }
  .tl-row p strong { color: var(--ink); font-weight: 600; }

  /* EXPERTISE */
  .work { background: var(--paper-2); }
  .work-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 56px; border: 1px solid var(--line); }
  .wc { padding: 44px 40px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); transition: background .3s; }
  .wc:nth-child(-n+2) { border-top: none; }
  .wc:nth-child(odd) { border-left: none; }
  .wc:hover { background: var(--paper); }
  .wc .tag { font-family: var(--disp); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--terra); margin-bottom: 16px; display: block; }
  .wc h3 { font-family: var(--disp); font-weight: 600; font-size: 23px; letter-spacing: -0.5px; margin-bottom: 10px; color: var(--ink); }
  .wc p { font-size: 15px; color: var(--ink-soft); }
  .work-note { text-align: center; font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--muted); margin-top: 40px; }
  .wc.wide { grid-column: 1 / -1; background: var(--paper); }
  .wc.wide .tag { color: var(--terra-light); }
  .wc.wide .wide-inner { display: grid; grid-template-columns: 0.9fr 1.4fr; gap: 30px; align-items: center; }
  @media (max-width: 760px) { .wc.wide .wide-inner { grid-template-columns: 1fr; gap: 12px; } }

  /* FELLOWSHIP */
  .ff { background: var(--slate); color: var(--paper); }
  .ff-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: center; }
  .ff .kicker { color: var(--terra-light); }
  .ff .kicker::before { background: var(--terra-light); }
  .ff h2 { font-family: var(--disp); font-weight: 700; font-size: clamp(34px, 4.6vw, 60px); line-height: 0.98; letter-spacing: -1.5px; margin-bottom: 22px; }
  .ff h2 .serif { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--terra-light); }
  .ff p { font-size: 17px; color: rgba(237,240,244,0.75); margin-bottom: 30px; max-width: 520px; }
  .ff-visual { aspect-ratio: 1/1; border: 1.5px solid rgba(237,240,244,0.25); display: grid; place-items: center; position: relative; }
  .ff-visual .big-t { font-family: var(--disp); font-weight: 700; font-size: 160px; color: var(--terra); letter-spacing: -6px; }
  .ff-visual .ring { position: absolute; inset: 24px; border: 1px solid rgba(237,240,244,0.15); border-radius: 50%; }
  .btn-terra { font-family: var(--body); font-size: 14px; font-weight: 600; letter-spacing: 0.3px; text-transform: uppercase; background: var(--terra); color: #fff; padding: 15px 28px; border-radius: 2px; transition: all .25s; display: inline-block; }
  .btn-terra:hover { background: var(--terra-deep); transform: translateY(-2px); }

  /* WRITING */
  .writing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 56px; border: 1px solid var(--line); }
  .post { border-left: 1px solid var(--line); transition: background .3s; }
  .post:first-child { border-left: none; }
  .post:hover { background: var(--paper-2); }
  .post-top { aspect-ratio: 16/10; background: var(--paper-2); display: grid; place-items: center; border-bottom: 1px solid var(--line); color: var(--slate); }
  .post:hover .post-top { background: var(--paper); }
  .post-top svg { opacity: 0.4; }
  .post-body { padding: 28px 28px 34px; }
  .post-body .cat { font-family: var(--disp); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--terra); }
  .post-body h3 { font-family: var(--disp); font-weight: 600; font-size: 20px; letter-spacing: -0.5px; line-height: 1.15; margin: 12px 0; color: var(--ink); }
  .post-body p { font-size: 14.5px; color: var(--ink-soft); }

  /* CONTACT */
  .contact { background: var(--paper-2); text-align: center; }
  .contact .wrap { max-width: 800px; }
  .contact h2 { font-family: var(--disp); font-weight: 700; font-size: clamp(40px, 6.5vw, 92px); line-height: 0.92; letter-spacing: -3px; margin-bottom: 24px; color: var(--ink); }
  .contact h2 .serif { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--terra); }
  .contact p { font-size: 18px; color: var(--ink-soft); margin-bottom: 38px; max-width: 560px; margin-left: auto; margin-right: auto; }
  .contact-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

  footer { background: var(--slate); color: rgba(237,240,244,0.6); }
  .foot-word { font-family: var(--disp); font-weight: 700; font-size: clamp(44px, 13vw, 180px); line-height: 0.86; letter-spacing: -5px; padding: 54px 0 44px; color: transparent; -webkit-text-stroke: 1px rgba(237,240,244,0.32); }
  .foot-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 36px; padding-bottom: 44px; }
  .foot-col h4 { font-family: var(--disp); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--terra-light); margin-bottom: 16px; }
  .foot-col a { display: block; font-size: 14.5px; padding: 5px 0; color: rgba(237,240,244,0.7); transition: color .2s; }
  .foot-col a:hover { color: var(--paper); }
  .foot-bottom { border-top: 1px solid rgba(237,240,244,0.15); padding: 26px 0 36px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12.5px; color: rgba(237,240,244,0.45); letter-spacing: 0.5px; }

  .reveal, .reveal-l, .reveal-r { opacity: 0; transition: opacity 1.05s cubic-bezier(.22,1,.36,1), transform 1.05s cubic-bezier(.22,1,.36,1); will-change: opacity, transform; }
  .reveal { transform: translateY(44px); }
  .reveal-l { transform: translateX(-52px); }
  .reveal-r { transform: translateX(52px); }
  .reveal.in, .reveal-l.in, .reveal-r.in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) {
    .reveal, .reveal-l, .reveal-r { transition: none; opacity: 1; transform: none; }
  }

  @media (max-width: 900px) {
    .fw-flow { grid-template-columns: 1fr 1fr; gap: 36px 0; }
    .fw-flow::before { display: none; }
    .fw-step { padding: 0 16px; }
    nav.links, .nav-cta { display: none; }
    .menu-toggle { display: flex; }
    .hero-grid { grid-template-columns: 1fr; gap: 40px; align-items: start; }
    .hero-portrait { max-width: 300px; }
    .impact-grid { grid-template-columns: 1fr 1fr; gap: 40px 0; }
    .istat { padding: 0 22px; }
    .istat:nth-child(3) { border-left: none; padding-left: 0; }
    .tl-row { grid-template-columns: 1fr; gap: 8px; }
    .work-grid, .writing-grid { grid-template-columns: 1fr; }
    .wc { border-left: none; }
    .wc:nth-child(2) { border-top: 1px solid var(--line); }
    .post { border-left: none; border-top: 1px solid var(--line); }
    .post:first-child { border-top: none; }
    .ff-grid { grid-template-columns: 1fr; gap: 44px; }
    section.block { padding: 80px 0; }
    .client-row { gap: 28px; }
  }
  @media (max-width: 560px) { .wrap { padding: 0 22px; } .impact-grid { grid-template-columns: 1fr; } .istat { border-left: none; padding-left: 0; border-top: 1px solid rgba(237,240,244,0.18); padding-top: 26px; } .istat:first-child { border-top: none; padding-top: 0; } }

  /* BLOG listing + post pages */
  .blog-list { margin-top: 48px; border-top: 1px solid var(--line); }
  .blog-item { display: block; padding: 32px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding-left .25s ease; }
  .blog-item:hover { padding-left: 12px; }
  .blog-meta { font-family: var(--disp); font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--terra); }
  .blog-item h3 { font-family: var(--disp); font-weight: 700; font-size: clamp(22px, 3vw, 30px); letter-spacing: -0.5px; color: var(--ink); margin: 10px 0 8px; }
  .blog-item p { font-size: 17px; color: var(--ink-soft); max-width: 70ch; }
  .blog-tags { margin-top: 14px; display: flex; gap: 12px; flex-wrap: wrap; }
  .blog-tags span { font-family: var(--disp); font-size: 13px; font-weight: 600; color: var(--terra); }
  .post-body { font-size: 18px; line-height: 1.75; color: var(--ink-soft); margin-top: 32px; }
  .post-body h2, .post-body h3 { font-family: var(--disp); color: var(--ink); margin: 32px 0 12px; letter-spacing: -0.5px; }
  .post-body p { margin-bottom: 20px; }
  .post-body a { color: var(--terra); border-bottom: 1px solid var(--terra); text-decoration: none; }
  .post-body ul, .post-body ol { margin: 0 0 20px 24px; }
  .post-body strong { color: var(--ink); }
