*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}button{font-family:inherit;border:none;background:none;color:inherit}button:focus,button:focus-visible,a:focus,a:focus-visible{outline:none}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}:root{--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-display: "Space Grotesk", var(--font-body);--bg: #fafafa;--surface: #ffffff;--surface-2: #f1f1f1;--text: #111111;--text-strong: #000000;--text-muted: #6b6b6b;--border: #e3e3e3;--radius: 0px;--radius-sm: 0px;--maxw: 72rem;--space: 1.5rem;--ease: cubic-bezier(.22, 1, .36, 1)}[data-theme=dark]{--bg: #0c0c0c;--surface: #161616;--surface-2: #1e1e1e;--text: #f4f4f4;--text-strong: #ffffff;--text-muted: #939393;--border: #2a2a2a}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.14;letter-spacing:-.02em;color:var(--text-strong)}h1{font-size:clamp(2.4rem,6vw,4.25rem)}h2{font-size:clamp(1.9rem,4vw,2.75rem)}h3{font-size:1.4rem}h4{font-size:1.15rem}p{color:var(--text);max-width:68ch}a{color:inherit;text-decoration:none}::selection{background:var(--text);color:var(--bg)}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,2.5rem)}.section{padding-block:clamp(3.5rem,8vw,6rem)}.btn{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-body);font-size:1.02rem;font-weight:600;padding:0;color:var(--text-strong);background:transparent;border:none;cursor:pointer;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px;transition:opacity .2s ease}.btn--primary{color:var(--text-strong)}.btn--primary:hover{opacity:.6}.btn--ghost{color:var(--text-muted);font-weight:500}.btn--ghost:hover{color:var(--text-strong)}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:600;color:var(--text-muted)}.eyebrow:before{content:"";width:1.4rem;height:1px;background:var(--text-muted);display:inline-block}.site-header{position:sticky;top:0;z-index:50;background-color:color-mix(in srgb,var(--bg) 82%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav{display:flex;align-items:center;justify-content:space-between;height:4.25rem}.brand{font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;font-size:1.15rem}.nav__links{display:flex;align-items:center;gap:.25rem}.nav__link{font-size:.93rem;padding:.45rem .8rem;color:var(--text-muted);transition:color .2s ease}.nav__link:hover,.nav__link.active{color:var(--text-strong)}.nav__actions{display:flex;align-items:center;gap:.5rem}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:0;background:transparent;color:var(--text);cursor:pointer;transition:opacity .2s ease}.theme-toggle:hover{opacity:.6}.nav__toggle{display:none}@media (max-width: 720px){.nav__links{position:absolute;top:4.25rem;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:.75rem clamp(1.25rem,5vw,2.5rem);background:var(--bg);border-bottom:1px solid var(--border);transform:translateY(-160%);transition:transform .28s var(--ease)}.nav__links.open{transform:translateY(0)}.nav__link{padding:.9rem .5rem;border-radius:var(--radius-sm)}.nav__toggle{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:0;background:transparent;color:var(--text);cursor:pointer}}.hero{min-height:72vh;display:flex;align-items:center;padding-block:clamp(4rem,12vh,7rem)}.hero__inner{max-width:60rem}.hero__title{margin-block:1.1rem 1.25rem}.hero__title .accent{color:var(--text-muted)}.hero__lead{font-size:clamp(1.05rem,2vw,1.3rem);color:var(--text-muted)}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.hero__meta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:3rem;font-size:.85rem;color:var(--text-muted)}.section__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:2.25rem}.section__title{display:flex;align-items:baseline;gap:.75rem}.section__title .index{font-family:var(--font-display);font-size:.9rem;color:var(--text-muted);font-weight:500}.section__link{font-size:.9rem;color:var(--text-muted);white-space:nowrap;text-decoration:underline;text-underline-offset:4px}.section__link:hover{color:var(--text-strong)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.card{display:flex;flex-direction:column;gap:.5rem}.card__tag{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:.1rem}.card__title{font-size:1.15rem}.card__desc{font-size:.92rem;color:var(--text-muted);flex-grow:1}.card__foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.82rem;color:var(--text-muted)}.row-list{border-top:1px solid var(--border)}.row-list__item{display:grid;grid-template-columns:3rem 1fr auto;align-items:center;gap:1.25rem;padding:1.35rem 0;border-bottom:1px solid var(--border)}.row-list__index{font-family:var(--font-display);font-size:.85rem;color:var(--text-muted)}.row-list__main h3{font-size:1.1rem}.row-list__main p{font-size:.9rem;color:var(--text-muted);margin-top:.2rem}.timeline{position:relative;padding-left:1.5rem}.timeline:before{content:"";position:absolute;left:4px;top:4px;bottom:4px;width:1px;background:var(--border)}.timeline__item{position:relative;padding-bottom:2rem}.timeline__item:last-child{padding-bottom:0}.timeline__item:before{content:"";position:absolute;left:-1.5rem;top:.45rem;width:9px;height:9px;border-radius:50%;background:var(--bg);border:2px solid var(--text-strong);transform:translate(1px)}.timeline__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem}.timeline__meta{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.timeline__org{color:var(--text-muted);font-size:.95rem}.skills{display:flex;flex-wrap:wrap;gap:.5rem 1.4rem}.skill{font-size:.92rem;color:var(--text-muted)}.proj-list{display:flex;flex-direction:column}.proj-item{padding:2.25rem 0;border-bottom:1px solid var(--border)}.proj-item:last-child{border-bottom:none}.proj-item__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.proj-item__head h2{font-size:1.45rem}.proj-item__head h2 a{text-decoration:underline;text-underline-offset:5px}.proj-item__meta{font-size:.82rem;color:var(--text-muted);white-space:nowrap}.proj-item__desc{margin-top:.75rem;color:var(--text-muted);max-width:46rem}.proj-item__tech{margin-top:1rem;font-size:.85rem;color:var(--text-muted)}.post-list{display:flex;flex-direction:column}.post-item{display:grid;grid-template-columns:9rem 1fr auto;align-items:baseline;gap:1.5rem;padding:1.4rem 0;border-bottom:1px solid var(--border)}.post-item__date{font-size:.82rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.post-item__title{font-size:1.15rem}.post-item__category{font-family:var(--font-display);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);white-space:nowrap}.article{max-width:42rem;margin-inline:auto}.article__header{margin-bottom:2.5rem}.article__meta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;font-size:.85rem;color:var(--text-muted);margin-top:1.25rem}.article__content{font-size:1.05rem;line-height:1.8}.article__content h2{font-size:1.5rem;margin:2.25rem 0 .9rem}.article__content h3{font-size:1.2rem;margin:1.75rem 0 .7rem}.article__content p{margin-bottom:1.2rem;max-width:none}.article__content a{text-decoration:underline;text-underline-offset:3px}.article__content ul,.article__content ol{padding-left:1.25rem;margin-bottom:1.2rem}.article__content li{margin-bottom:.35rem}.article__content blockquote{border-left:2px solid var(--text-strong);padding:.25rem 0 .25rem 1.25rem;margin:1.5rem 0;color:var(--text-muted);font-style:italic}.article__content code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em;background:var(--surface-2);padding:.15em .4em;border-radius:0}.article__content pre{background:var(--surface-2);padding:1.25rem;border-radius:var(--radius);overflow-x:auto;margin:1.5rem 0}.article__content pre code{background:transparent;padding:0;font-size:.9rem}.article__content img{max-width:100%;height:auto;display:block;margin:1.5rem auto}.article__content video,.article__content iframe{display:block;width:100%;max-width:100%;aspect-ratio:16 / 9;margin:1.5rem auto;border:none}.article__back{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:2rem;color:var(--text-muted);font-size:.9rem;text-decoration:underline;text-underline-offset:4px}.article__back:hover{color:var(--text-strong)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:start}.contact-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.contact-list a{display:inline-flex;align-items:center;gap:.6rem;font-size:1.05rem;color:var(--text);text-decoration:underline;text-underline-offset:5px;transition:opacity .2s ease}.contact-list a:hover{opacity:.6}.form{display:flex;flex-direction:column;gap:1.5rem}.form__field{display:flex;flex-direction:column;gap:.4rem}.form__field label{font-size:.82rem;letter-spacing:.04em;color:var(--text-muted)}.form__field input,.form__field textarea{font-family:var(--font-body);font-size:.95rem;padding:.6rem 0;background:transparent;color:var(--text);border:none;border-bottom:1px solid var(--border);border-radius:0;outline:none;transition:border-color .2s ease}.form__field textarea{resize:vertical;min-height:8rem}.form__field input:focus,.form__field textarea:focus{border-bottom-color:var(--text-strong)}.site-footer{border-top:1px solid var(--border);padding-block:2.5rem;margin-top:3rem}.footer__inner{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center;color:var(--text-muted);font-size:.88rem}.footer__links{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.muted{color:var(--text-muted)}.stack>*+*{margin-top:var(--space)}@media (max-width: 720px){.post-item{grid-template-columns:1fr;gap:.25rem}.contact-grid{grid-template-columns:1fr}.timeline__head{flex-direction:column;align-items:flex-start}}
