@import 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap';*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#FAFAFA;--surface:#FFFFFF;--border:#E5E7EB;--text:#1C1C1E;--muted:#6B7280;--accent:#0F766E;--accent-hover:#0d6560;--accent-light:#F0FDFA;--accent-mid:#CCFBF1;--font:'Inter', system-ui, -apple-system, sans-serif;--radius:12px;--radius-sm:6px;--shadow:0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);--shadow-md:0 4px 16px rgba(0,0,0,0.08);--container:1100px;--section-py:5rem}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;font-size:1rem;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--container);margin:0 auto;padding:0 1.5rem}.section{padding:var(--section-py)0}.section--alt{background:var(--surface)}.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.section-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.2;color:var(--text);margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:var(--muted);max-width:560px;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;text-decoration:none}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn--outline{background:0 0;color:var(--accent);border:1.5px solid var(--accent)}.btn--outline:hover{background:var(--accent-light)}.btn--ghost{background:0 0;color:var(--muted);padding:.5rem 0;font-weight:500}.btn--ghost:hover{color:var(--text)}.tag{display:inline-block;padding:.25rem .75rem;background:var(--accent-light);color:var(--accent);border-radius:999px;font-size:.75rem;font-weight:600}.header{position:sticky;top:0;z-index:50;background:rgba(250,250,250,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:64px}.header__logo{font-size:1rem;font-weight:700;color:var(--text);white-space:nowrap}.nav{display:flex;align-items:center;gap:.25rem;list-style:none}.nav__link{padding:.4rem .75rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;color:var(--muted);transition:color .15s,background .15s}.nav__link:hover{color:var(--text);background:var(--border)}.nav__link--active{color:var(--accent)}.header__tg{display:flex;align-items:center;gap:.4rem;padding:.4rem .9rem;background:var(--accent);color:#fff;border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;transition:background .2s;flex-shrink:0}.header__tg:hover{background:var(--accent-hover)}.header__tg svg{width:16px;height:16px}.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:0 0;border:none;padding:4px}.burger span{display:block;width:24px;height:2px;background:var(--text);border-radius:2px;transition:all .25s}@media(max-width:768px){.burger{display:flex}.nav{display:none;position:absolute;top:64px;left:0;right:0;background:var(--surface);border-bottom:1px solid var(--border);flex-direction:column;align-items:stretch;padding:1rem 1.5rem;gap:.25rem;box-shadow:var(--shadow-md)}.nav.open{display:flex}.nav__link{padding:.6rem .5rem}}.hero{padding:5rem 0 4rem;background:var(--surface);border-bottom:1px solid var(--border)}.hero__grid{display:grid;grid-template-columns:1fr 380px;gap:4rem;align-items:center}.hero__eyebrow{margin-bottom:1rem}.hero__name{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;color:var(--text);margin-bottom:.75rem}.hero__tagline{font-size:1.15rem;font-weight:500;color:var(--accent);margin-bottom:1.25rem}.hero__subcopy{font-size:1.05rem;color:var(--muted);line-height:1.7;max-width:520px;margin-bottom:2rem}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero__socials{display:flex;gap:.75rem}.hero__social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1.5px solid var(--border);color:var(--muted);transition:all .2s;background:var(--surface)}.hero__social-link:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-light)}.hero__social-link svg{width:18px;height:18px}.hero__photo-wrap{position:relative}.hero__photo{width:100%;border-radius:var(--radius);aspect-ratio:4/5;object-fit:cover;box-shadow:var(--shadow-md)}.hero__photo-placeholder{width:100%;aspect-ratio:4/5;border-radius:var(--radius);background:linear-gradient(135deg,var(--accent-light) 0%,var(--accent-mid) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--accent);font-size:.85rem;font-weight:500;gap:.75rem;border:2px dashed var(--accent-mid)}.hero__photo-placeholder svg{width:48px;height:48px;opacity:.5}@media(max-width:768px){.hero__grid{grid-template-columns:1fr;gap:2rem}.hero__photo-wrap{max-width:280px;margin:0 auto}.hero__name{font-size:2.25rem}}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-top:3rem}.stat{background:var(--surface);padding:1.5rem;text-align:center}.stat__value{font-size:1.75rem;font-weight:800;color:var(--accent);line-height:1;margin-bottom:.4rem}.stat__label{font-size:.8rem;color:var(--muted);line-height:1.4}@media(max-width:640px){.stats{grid-template-columns:repeat(2,1fr)}}.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.bio p{margin-bottom:1rem;color:var(--muted);line-height:1.8}.bio p:last-child{margin-bottom:0}.bio strong{color:var(--text)}.timeline{margin-top:2.5rem}.timeline__title{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:1.25rem}.timeline__items{display:flex;flex-direction:column;gap:0}.timeline__item{display:grid;grid-template-columns:120px 1fr;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--border);position:relative}.timeline__item:last-child{border-bottom:none}.timeline__period{font-size:.8rem;color:var(--muted);font-weight:500;padding-top:.1rem}.timeline__company{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.15rem}.timeline__role{font-size:.85rem;color:var(--accent);font-weight:500;margin-bottom:.4rem}.timeline__desc{font-size:.85rem;color:var(--muted);line-height:1.6}.timeline__bullets{list-style:none;display:flex;flex-direction:column;gap:.35rem;margin-top:.75rem}.timeline__bullets li{position:relative;padding-left:1rem;font-size:.82rem;line-height:1.55;color:var(--muted)}.timeline__bullets li::before{content:'';position:absolute;top:.65em;left:0;width:5px;height:5px;border-radius:50%;background:var(--accent)}.logos{margin-top:2.5rem}.logos__title{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:1.25rem}.logos__grid{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.logos__item{font-size:1rem;font-weight:700;color:var(--muted);letter-spacing:.02em;transition:color .2s;padding:.5rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm)}.logos__item:hover{color:var(--text);border-color:var(--text)}.expertise-tags{margin-top:2.5rem}.expertise-tags__title{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.expertise-tags__list{display:flex;flex-wrap:wrap;gap:.5rem}@media(max-width:768px){.about__grid{grid-template-columns:1fr;gap:2rem}.timeline__item{grid-template-columns:1fr;gap:.35rem}.timeline__period{padding-top:0}}.cases__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.case-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:box-shadow .2s,transform .2s}.case-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.case-card__company{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.case-card__title{font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:1rem;line-height:1.35}.case-card__section-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:.3rem}.case-card__text{font-size:.875rem;color:var(--muted);line-height:1.6;margin-bottom:1rem}.case-card__results{list-style:none;display:flex;flex-direction:column;gap:.4rem}.case-card__results li{font-size:.875rem;font-weight:600;color:var(--text);display:flex;align-items:center;gap:.5rem}.case-card__results li::before{content:'';display:block;width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.case-card__tag{margin-top:1.25rem}@media(max-width:900px){.cases__grid{grid-template-columns:1fr}}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .2s,box-shadow .2s}.service-card:hover{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.service-card__icon{width:48px;height:48px;background:var(--accent-light);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--accent)}.service-card__icon svg{width:24px;height:24px}.service-card__title{font-size:1.1rem;font-weight:700;color:var(--text)}.service-card__desc{font-size:.9rem;color:var(--muted);line-height:1.7;flex:1}.service-card__bullets{list-style:none;display:flex;flex-direction:column;gap:.4rem}.service-card__bullets li{font-size:.85rem;color:var(--muted);display:flex;align-items:flex-start;gap:.5rem;line-height:1.5}.service-card__bullets li::before{content:'→';color:var(--accent);font-size:.8rem;flex-shrink:0;margin-top:.05rem}@media(max-width:900px){.services__grid{grid-template-columns:1fr}}.speaking__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem}.talk-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.talk-card__meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--muted);margin-bottom:.75rem;flex-wrap:wrap}.talk-card__dot{width:3px;height:3px;border-radius:50%;background:var(--border)}.talk-card__event{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:.4rem}.talk-card__title{font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:.5rem;line-height:1.4}.talk-card__desc{font-size:.83rem;color:var(--muted);line-height:1.6}.talk-card__role{margin-top:1rem}.speaking__topics{background:var(--accent-light);border-radius:var(--radius);padding:2rem;margin-top:1.5rem}.speaking__topics-title{font-size:.85rem;font-weight:700;color:var(--accent);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.06em}.speaking__topics-list{display:flex;flex-wrap:wrap;gap:.5rem}.speaking__cta{margin-top:1.5rem;text-align:right}@media(max-width:900px){.speaking__grid{grid-template-columns:1fr}}.posts__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;transition:box-shadow .2s}.post-card:hover{box-shadow:var(--shadow-md)}.post-card__cover{margin:-1.5rem -1.5rem 0;aspect-ratio:16/10;background:var(--surface);border-bottom:1px solid var(--border);border-radius:var(--radius)var(--radius)0 0;overflow:hidden}.post-card__cover img{width:100%;height:100%;object-fit:contain;object-position:center}.post-card__date{font-size:.78rem;color:var(--muted);font-weight:500}.post-card__title{font-size:1rem;font-weight:700;color:var(--text);line-height:1.4;text-decoration:none}.post-card__title:hover{color:var(--accent)}.post-card__excerpt{font-size:.875rem;color:var(--muted);line-height:1.6;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card__tags{display:flex;flex-wrap:wrap;gap:.4rem}.blog__cta{text-align:right}@media(max-width:900px){.posts__grid{grid-template-columns:1fr}}.contact__direct{max-width:760px}.contact__pitch{font-size:1.05rem;color:var(--muted);line-height:1.7;margin-bottom:2rem}.contact__links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.contact__link{display:flex;align-items:center;gap:.75rem;min-height:72px;padding:1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-size:.9rem;color:var(--muted);transition:color .2s,border-color .2s,box-shadow .2s}.contact__link:hover{color:var(--accent);border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.contact__link svg{width:18px;height:18px;color:var(--accent);flex-shrink:0}.contact__link strong{color:var(--text);font-weight:600}@media(max-width:768px){.contact__links{grid-template-columns:1fr}}.footer{border-top:1px solid var(--border);padding:2rem 0;background:var(--surface)}.footer__inner{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer__meta{max-width:620px}.footer__note{font-size:.82rem;color:var(--muted);line-height:1.6}.footer__links{display:flex;gap:1rem}.footer__link{font-size:.85rem;color:var(--muted);transition:color .15s}.footer__link:hover{color:var(--accent)}@media(max-width:640px){.footer__inner{flex-direction:column;gap:1.25rem}}.page-hero{padding:3rem 0;background:var(--surface);border-bottom:1px solid var(--border)}.page-hero__title{font-size:clamp(1.75rem,3vw,2.75rem);font-weight:800;margin-bottom:.5rem}.page-hero__desc{color:var(--muted);font-size:1.05rem}.posts-list{display:flex;flex-direction:column;gap:1px;background:var(--border)}.post-row{background:var(--surface);padding:1.5rem;display:grid;grid-template-columns:140px 1fr auto;gap:1.5rem;align-items:center;transition:background .15s}.post-row:hover{background:var(--accent-light)}.post-row__date{font-size:.85rem;color:var(--muted)}.post-row__title{font-weight:600;color:var(--text)}.post-row__title:hover{color:var(--accent)}.post-row__tags{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}@media(max-width:640px){.post-row{grid-template-columns:1fr;gap:.5rem}}.article{max-width:720px;margin:0 auto;padding:3rem 1.5rem}.article__header{margin-bottom:2.5rem}.article__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;margin-bottom:1rem}.article__meta{display:flex;gap:1rem;font-size:.85rem;color:var(--muted);flex-wrap:wrap;align-items:center}.article__cover{margin-top:1.75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.article__cover img{width:100%;max-height:760px;object-fit:contain;object-position:center}.prose h2{font-size:1.5rem;font-weight:700;margin:2rem 0 .75rem}.prose h3{font-size:1.2rem;font-weight:700;margin:1.5rem 0 .5rem}.prose p{color:var(--muted);line-height:1.8;margin-bottom:1.25rem}.prose p strong{color:var(--text)}.prose ul,.prose ol{margin:1rem 0 1.25rem 1.5rem}.prose li{color:var(--muted);line-height:1.7;margin-bottom:.4rem}.prose a{color:var(--accent);text-decoration:underline}.prose blockquote{border-left:3px solid var(--accent);padding:.75rem 1.25rem;margin:1.5rem 0;background:var(--accent-light);border-radius:0 var(--radius-sm)var(--radius-sm)0;font-style:italic;color:var(--text)}.talks-year{margin-bottom:2.5rem}.talks-year__heading{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.talks-list{display:flex;flex-direction:column;gap:1px;background:var(--border);border-radius:var(--radius);overflow:hidden}.talk-row{background:var(--surface);padding:1.25rem 1.5rem;display:grid;grid-template-columns:200px 1fr auto;gap:1.5rem;align-items:center}.talk-row:hover{background:var(--accent-light)}.talk-row__event{font-weight:700;color:var(--text);font-size:.9rem}.talk-row__event small{display:block;font-weight:400;color:var(--muted);font-size:.8rem;margin-top:.15rem}.talk-row__title{color:var(--muted);font-size:.9rem}.talk-row__meta{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}@media(max-width:640px){.talk-row{grid-template-columns:1fr;gap:.5rem}.talk-row__meta{align-items:flex-start}}.media-kit{background:var(--accent);border-radius:var(--radius);padding:2.5rem;color:#fff;margin-top:3rem}.media-kit__title{font-size:1.25rem;font-weight:800;margin-bottom:.75rem}.media-kit__text{font-size:.95rem;opacity:.85;margin-bottom:1.5rem;line-height:1.7}.media-kit__topics{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.media-kit__topic{padding:.3rem .75rem;background:rgba(255,255,255,.15);border-radius:999px;font-size:.8rem;font-weight:500}.media-kit .btn--outline{color:#fff;border-color:rgba(255,255,255,.5)}.media-kit .btn--outline:hover{background:rgba(255,255,255,.15)}