:root{--bg: #f6f6f3;--text: #1c1c18;--muted: #6a6a64;--line: #00000014;--surface: #ffffff;--accent: #2563eb;--cursor-fill: #fbfbf8;--cursor-stroke: #1c1c18;--shadow: #00000012;--page-w: min(56rem, calc(100vw - 2rem) );--page-pad: clamp(1.25rem, 3.5vw, 2.25rem);--ease: cubic-bezier(.16, 1, .3, 1);color-scheme:light}[data-theme=dark]{--bg: #121211;--text: #ecece6;--muted: #9b9b94;--line: #ffffff18;--surface: #1c1c1a;--accent: #3b82f6;--cursor-fill: #1c1c1a;--cursor-stroke: #ecece6;--shadow: #00000080;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}html.lenis,html.lenis body{height:auto}html.lenis{scroll-behavior:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-stopped{overflow:hidden}body{margin:0;background:var(--bg);color:var(--text);font-family:Geist,system-ui,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:clip;transition:background-color .22s var(--ease),color .22s var(--ease)}a{color:inherit}.page{max-width:var(--page-w);margin:0 auto;padding:5rem var(--page-pad) calc(9rem + env(safe-area-inset-bottom,0px))}.avatar{width:56px;height:56px;border-radius:.4rem;margin-bottom:1.1rem;object-fit:cover}h1{margin:0 0 .85rem;font-size:1.6rem;font-weight:500;letter-spacing:-.03em}h2{margin:0 0 1.5rem;font-size:1.5rem;font-weight:500;letter-spacing:-.025em}.bio{margin:0;font-size:1.0625rem;line-height:1.65;color:var(--muted)}.kw{color:var(--text);font-weight:500;position:relative;background-image:linear-gradient(currentColor,currentColor);background-size:0 1px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .22s var(--ease)}.kw:hover,.kw:focus-visible{background-size:100% 1px}.tip{position:absolute;z-index:30;left:0;bottom:calc(100% + .4rem);padding:.55rem .7rem;background:var(--surface);color:var(--text);font-size:.875rem;font-weight:500;line-height:1.35;border-radius:.5rem;box-shadow:0 0 0 2px color-mix(in srgb,var(--text) 7%,transparent);opacity:0;pointer-events:none;transform:translateY(.35rem);transition:opacity .16s,transform .22s cubic-bezier(.22,1,.36,1);white-space:nowrap;max-width:min(24rem,70vw)}.kw:hover .tip,.kw:focus-visible .tip{opacity:1;transform:translateY(0)}@media (hover: none){.tip{display:none}}.hero{margin-bottom:3rem}.hero-split{display:grid;grid-template-columns:11.5rem minmax(0,1fr);gap:1.75rem;align-items:start}.hero-split .avatar{width:100%;max-width:11.5rem;height:auto;aspect-ratio:1;border-radius:.85rem;margin-bottom:0;box-shadow:0 0 0 1px var(--line)}.hero-kicker{margin:0 0 .45rem;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;text-wrap:balance;color:var(--muted)}.hero-split h1{margin:0 0 .7rem;font-size:clamp(2rem,4vw,2.6rem);font-weight:500;letter-spacing:-.04em;line-height:1.05}.hero-split.is-in .avatar,.hero-split.is-in .hero-kicker,.hero-split.is-in h1,.hero-split.is-in .bio{animation:hero-up .8s var(--ease) both}.hero-split.is-in .hero-kicker{animation-delay:60ms}.hero-split.is-in h1{animation-delay:.11s}.hero-split.is-in .bio{animation-delay:.17s}@keyframes hero-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media (max-width: 640px){.page{padding-top:2.75rem}.hero-split{grid-template-columns:4.25rem minmax(0,1fr);column-gap:1rem;row-gap:0;align-items:center}.hero-copy{display:contents}.hero-kicker{grid-column:1 / -1;grid-row:1;margin:0 0 1rem}.hero-split picture{grid-column:1;grid-row:2}.hero-split .avatar{border-radius:.6rem}.hero-split h1{grid-column:2;grid-row:2;align-self:center;margin:0;font-size:1.9rem}.bio{grid-column:1 / -1;grid-row:3;margin-top:1.4rem;font-size:1rem}}@media (max-width: 360px){.hero-kicker{font-size:.6875rem;letter-spacing:.045em;margin-bottom:.85rem}.hero-split h1{font-size:clamp(1.45rem,8vw,1.75rem)}}.sec{margin-bottom:3rem}.pg{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.pg-cell{position:relative}.pg-hit{position:relative;display:block;text-decoration:none;color:inherit}.pg-hit:focus-visible{outline:2px solid var(--text);outline-offset:2px}.pg-media{position:relative;display:block;overflow:hidden;border-radius:.5rem;box-shadow:0 1px 2px #0000000a,0 10px 28px #0000000d;outline:1px solid var(--line);outline-offset:-1px}.pg-shot{display:block;width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover}.pg-media:after{content:"";position:absolute;left:0;right:0;bottom:0;height:46%;background:linear-gradient(transparent,#1c1c18b8);pointer-events:none;z-index:1;transition:opacity .22s var(--ease)}.pg-name{position:absolute;left:.75rem;bottom:.65rem;z-index:2;color:#f6f6f3;font-size:.95rem;font-weight:500;letter-spacing:-.02em;transition:opacity .22s var(--ease)}.pg-over{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;justify-content:flex-end;padding:.9rem;border-radius:.5rem;background:#1c1c18f2;color:#f6f6f3;opacity:0;transition:opacity .22s var(--ease)}.pg-over strong{font-size:1.05rem;font-weight:500;letter-spacing:-.02em}.pg-blurb{margin-top:.3rem;font-size:.85rem;line-height:1.45;color:color-mix(in srgb,#f6f6f3 72%,transparent);text-wrap:pretty}.pg-cell:focus-within .pg-over{opacity:1}.pg-cell:focus-within .pg-media:after,.pg-cell:focus-within .pg-name{opacity:0}@media (hover: hover) and (pointer: fine){.pg-cell:hover .pg-over{opacity:1}.pg-cell:hover .pg-media:after,.pg-cell:hover .pg-name{opacity:0}}@media (max-width: 640px){.pg{grid-template-columns:1fr;gap:1.5rem}}@media (hover: none){.pg-media:after,.pg-name{display:none}.pg-over{position:static;padding:.7rem .15rem 0;border-radius:0;background:none;color:var(--text);opacity:1;transition:none}.pg-over strong{font-size:1rem}.pg-blurb{color:var(--muted)}}.exp-label{margin:-.75rem 0 1.25rem;font-size:1.25rem;font-weight:500;letter-spacing:-.01em;color:var(--text)}.exp-body{display:flex;flex-direction:column;gap:1.75rem;max-width:none;font-size:1.0625rem;line-height:1.75;color:var(--muted)}.exp-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.exp-item h3{margin:0;font-size:1rem;font-weight:500;color:var(--text);letter-spacing:-.01em}.exp-period{font-size:.75rem;color:var(--muted);white-space:nowrap}@media (max-width: 640px){.exp-head{flex-direction:column;align-items:flex-start;gap:.2rem}.exp-period{white-space:normal}}.exp-role{margin:.2rem 0 0;font-size:.875rem;color:var(--muted)}.exp-context{margin:.5rem 0 0;font-size:.9375rem;line-height:1.6}.exp-stack{margin:.65rem 0 0;font-size:.8125rem;line-height:1.55;color:var(--muted)}.exp-bullets{margin:.65rem 0 0;padding-left:1.1rem;font-size:.9375rem;line-height:1.6}.exp-bullets li{margin-bottom:.35rem}.dock{position:fixed;bottom:max(1.5rem,.75rem + env(safe-area-inset-bottom,0px));left:50%;z-index:50;display:flex;flex-direction:column;align-items:center;transform:translate(-50%);pointer-events:auto}.dock-cta-wrap{overflow:hidden;display:flex;justify-content:center;width:100%}.dock-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--surface);color:var(--text);border:1px solid var(--line);border-bottom:none;border-radius:.5rem .5rem 0 0;box-shadow:0 0 0 2px color-mix(in srgb,var(--text) 5%,transparent);font-size:.875rem;font-weight:500;text-decoration:none;white-space:nowrap}.dock-bar{display:flex;align-items:center;gap:1rem;padding:.75rem 1.25rem;background:var(--surface);border:1px solid var(--line);border-radius:.5rem;box-shadow:0 16px 40px var(--shadow);min-width:min(100vw - 2rem,22rem)}.dock-email{display:inline-flex;align-items:center;justify-content:center;flex:none;font-size:.875rem;font-weight:500;color:var(--text);opacity:.6;text-decoration:none;white-space:nowrap;transition:opacity .15s}.dock-email:hover{opacity:1}.dock-mail-icon{display:none}@media (max-width: 519px){.dock-cta-wrap{display:none}.dock-bar{min-width:0;gap:.65rem;padding:.65rem .9rem}.dock-email-text{display:none}.dock-mail-icon{display:block}.dock-email{width:2.75rem;height:2.75rem;margin:-.55rem -.2rem}}@media (min-width: 520px){.dock-bar{min-width:auto;gap:1.5rem}}.dock-icons{display:flex;align-items:center;gap:1rem}.dock-icons a{opacity:.6;transition:opacity .15s}.dock-icons a:hover{opacity:1}.dock-resume{display:inline-flex;align-items:center;gap:.25rem;margin-left:auto;font-size:.875rem;font-weight:500;color:var(--text);opacity:.6;text-decoration:none;white-space:nowrap;transition:opacity .15s}.dock-resume:hover{opacity:1}.theme-btn{appearance:none;display:grid;place-items:center;flex:none;width:2rem;height:2rem;margin:0;padding:0;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--text);transition:background-color .16s var(--ease)}.theme-btn:hover{background:color-mix(in srgb,var(--text) 8%,transparent)}.theme-btn:focus-visible{outline:2px solid var(--text);outline-offset:2px}.theme-icon-sun{display:none}[data-theme=dark] .theme-icon-sun{display:block}[data-theme=dark] .theme-icon-moon{display:none}.has-smooth-cursor,.has-smooth-cursor *{cursor:none!important}.smooth-cursor{position:fixed;top:0;left:0;z-index:9999;pointer-events:none;opacity:0;transform-origin:12.5px 2.5px;will-change:transform}.smooth-cursor svg{position:absolute;top:0;left:0;display:block;overflow:visible;transform-origin:12.5px 2.5px;transition:opacity .16s,transform .22s cubic-bezier(.22,1,.36,1)}.cursor-arrow,.cursor-hand{opacity:0}.smooth-cursor .cursor-arrow[data-shape=classic]{transform-origin:1.6px 1.5px}.smooth-cursor .cursor-arrow[data-shape=wedge]{transform-origin:2.2px 13px}.smooth-cursor .cursor-arrow[data-shape=caret]{transform-origin:3px 13px}.smooth-cursor[data-arrow=up] .cursor-arrow[data-shape=plane],.smooth-cursor[data-arrow=left] .cursor-arrow[data-shape=plane],.smooth-cursor[data-arrow=nw] .cursor-arrow[data-shape=plane]{opacity:1}.smooth-cursor[data-arrow=left] .cursor-arrow[data-shape=plane]{transform:rotate(-90deg)}.smooth-cursor[data-arrow=nw] .cursor-arrow[data-shape=plane]{transform:rotate(-48deg)}.smooth-cursor[data-arrow=classic] .cursor-arrow[data-shape=classic],.smooth-cursor[data-arrow=wedge] .cursor-arrow[data-shape=wedge],.smooth-cursor[data-arrow=caret] .cursor-arrow[data-shape=caret]{opacity:1}.smooth-cursor.is-hand .cursor-arrow[data-shape]{opacity:0}.smooth-cursor.is-hand .cursor-hand{opacity:1}@media (pointer: coarse),(max-width: 640px){.dock{transition:transform .42s var(--ease)}.dock.is-away{transform:translate(-50%) translateY(calc(100% + 1.5rem));pointer-events:none}}@media (pointer: coarse){.has-smooth-cursor,.has-smooth-cursor *{cursor:auto!important}.smooth-cursor{display:none}.dock-cta{padding:.8rem 1.1rem}.dock-icons{gap:.5rem}.dock-icons a{display:grid;place-items:center;width:2.75rem;height:2.75rem;margin:-.75rem -.25rem}.dock-resume{padding:.75rem .5rem;margin:-.75rem -.5rem -.75rem auto}.theme-btn{position:relative;margin:-.375rem 0}.theme-btn:before{content:"";position:absolute;inset:-.375rem;border-radius:inherit}.dock-icons a:active,.dock-resume:active{opacity:1}.theme-btn:active{background:color-mix(in srgb,var(--text) 8%,transparent)}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}body{transition:none}.hero-split.is-in .avatar,.hero-split.is-in .hero-kicker,.hero-split.is-in h1,.hero-split.is-in .bio{transition:none;animation:none}.pg-over,.pg-name,.pg-media:after,.dock{transition:none}}
