body,html{margin:0;padding:0}*{box-sizing:border-box}.container{max-width:1100px;margin:0 auto;padding:1rem}.site-header{position:-webkit-sticky;position:sticky;top:0;background:#fff;border-bottom:1px solid #e5e7eb;z-index:50}.site-nav{display:flex;gap:.9rem;flex-wrap:wrap;align-items:center}.brand{font-weight:700;letter-spacing:.2px;margin-right:.5rem}.site-footer{border-top:1px solid #e5e7eb;margin-top:2rem;padding:1rem 0;color:#64748b;font-size:.925rem}.quicklinks{display:flex;flex-wrap:wrap;gap:.5rem}.quicklinks a[href="/consulting"]{order:-1}:root{--headshot-size:clamp(112px,22vw,192px)}img[alt*=Headshot i],img[src*=headshot i]{width:var(--headshot-size);height:var(--headshot-size);aspect-ratio:1/1;object-fit:cover;border-radius:9999px;display:block}.headshot{width:var(--headshot-size);height:var(--headshot-size);aspect-ratio:1/1;object-fit:cover;border-radius:9999px;display:block}.headshot--ring{box-shadow:0 0 0 3px hsla(0,0%,100%,.95),0 0 0 6px #e5e7eb}.about-hero{display:grid;grid-template-columns:auto 1fr;grid-gap:1rem 1.25rem;gap:1rem 1.25rem;align-items:center}@media (max-width:640px){.about-hero{grid-template-columns:1fr;justify-items:start}}.prose img.headshot,.prose img[alt*=Headshot i]{margin:0;max-width:none}