:root,[data-theme=light]{--background: #f7f3eb;--surface: #ffffff;--surface-elevated: #fffcf7;--text: #1c2428;--muted: #5c6b73;--accent: #0f6e6a;--accent-soft: rgba(15, 110, 106, .12);--accent-hover: #0b5754;--border: #d9e0e3;--shadow: 0 10px 30px rgba(28, 36, 40, .06);--header-bg: rgba(247, 243, 235, .88);--line: rgba(15, 110, 106, .28);--focus: #0f6e6a;--theme-color: #f7f3eb;--pdf-surround: #e8e2d6;--overlay: rgba(28, 36, 40, .45)}[data-theme=dark]{--background: #121820;--surface: #1a222c;--surface-elevated: #222b38;--text: #eef2f4;--muted: #9aa6b2;--accent: #3db8b0;--accent-soft: rgba(61, 184, 176, .14);--accent-hover: #5bc9c2;--border: #2e3946;--shadow: 0 12px 32px rgba(0, 0, 0, .35);--header-bg: rgba(18, 24, 32, .9);--line: rgba(61, 184, 176, .28);--focus: #5bc9c2;--theme-color: #121820;--pdf-surround: #0e1319;--overlay: rgba(0, 0, 0, .55)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:light}[data-theme=dark]{color-scheme:dark}html.theme-ready,html.theme-ready body{transition:background-color .25s ease,color .25s ease}html.theme-ready *:not(canvas){transition:background-color .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease,fill .25s ease,stroke .25s ease}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}html.theme-ready,html.theme-ready body,html.theme-ready *:not(canvas),.reveal,.nav-toggle-icon,.theme-icon{transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}body{margin:0;min-height:100vh;font-family:Inter,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(1rem,.95rem + .2vw,1.0625rem);line-height:1.65;color:var(--text);background:radial-gradient(1200px 600px at 10% -10%,var(--accent-soft),transparent 55%),linear-gradient(180deg,var(--background),var(--background));-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:.18em}a:hover{color:var(--accent-hover)}:focus-visible{outline:2px solid var(--focus);outline-offset:3px}.skip-link{position:absolute;top:.75rem;left:.75rem;z-index:1000;padding:.65rem 1rem;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:.35rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.container{width:min(100% - 2rem,72rem);margin-inline:auto}.narrow{width:min(100%,42rem)}.display,h1,h2,h3{font-family:Roboto Slab,Georgia,Times New Roman,Times,serif;font-weight:600;font-style:normal;line-height:1.2;letter-spacing:-.01em;color:var(--text)}h1{font-size:clamp(2.4rem,1.6rem + 3.4vw,4rem);margin:0 0 .75rem}h2{font-size:clamp(1.75rem,1.4rem + 1.4vw,2.35rem);margin:0 0 .75rem}h3{font-size:clamp(1.2rem,1.1rem + .5vw,1.4rem);margin:0 0 .5rem}.lede,.section-intro{color:var(--muted);font-size:clamp(1.05rem,1rem + .25vw,1.2rem);max-width:38rem;margin:0}.eyebrow{display:inline-block;margin:0 0 .85rem;font-family:Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.site-header{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--header-bg);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:4.25rem}.brand{display:inline-flex;align-items:center;gap:.75rem;color:var(--text);text-decoration:none;min-height:44px}.brand:hover{color:var(--text)}.monogram{width:2.25rem;height:2.25rem;flex-shrink:0}.brand-name{font-family:Roboto Slab,Georgia,Times New Roman,Times,serif;font-size:1.05rem;font-weight:600}.header-actions{display:flex;align-items:center;gap:.35rem;margin-left:auto}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid transparent;border-radius:.4rem;background:transparent;color:var(--text);cursor:pointer}.icon-button:hover{background:var(--accent-soft);border-color:var(--border)}.icon-button[aria-pressed=true]{background:var(--accent-soft)}.theme-icon,.nav-toggle-icon{width:1.25rem;height:1.25rem}.theme-icon[data-theme-icon=sun],[data-theme=light] .theme-icon[data-theme-icon=moon],[data-theme=dark] .theme-icon[data-theme-icon=sun]{display:none}[data-theme=light] .theme-icon[data-theme-icon=sun],[data-theme=dark] .theme-icon[data-theme-icon=moon]{display:block}.site-nav{display:none}.site-nav.is-open{display:block;position:absolute;top:100%;left:0;right:0;padding:1rem 1rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.nav-list a{position:relative;display:flex;align-items:center;min-height:44px;padding:.35rem .75rem;color:var(--text);text-decoration:none;border-radius:.35rem;transition:color .2s ease,background-color .2s ease}.nav-list a:hover{background:var(--accent-soft);color:var(--accent-hover)}.nav-list a[aria-current=true]{color:var(--accent)}.nav-list a[aria-current=true]:after{content:"";position:absolute;left:.75rem;right:.75rem;bottom:.35rem;height:3px;background:var(--accent);border-radius:0}.nav-list a[aria-current=page]{background:var(--accent-soft);color:var(--accent-hover)}.nav-resume{font-weight:600}.nav-toggle-icon[data-icon=close],.nav-toggle[aria-expanded=true] .nav-toggle-icon[data-icon=open],.nav-toggle[aria-expanded=false] .nav-toggle-icon[data-icon=close]{display:none}.nav-toggle[aria-expanded=true] .nav-toggle-icon[data-icon=close]{display:block}.button-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.7rem 1.2rem;border-radius:.4rem;border:1px solid transparent;font:inherit;font-weight:600;text-decoration:none;cursor:pointer}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-hover);color:#fff}.button-secondary{background:transparent;color:var(--text);border-color:var(--border)}.button-secondary:hover{border-color:var(--accent);color:var(--accent-hover);background:var(--accent-soft)}main{overflow-x:clip}.section{padding:clamp(3.5rem,6vw,6rem) 0;position:relative}.section+.section{border-top:1px solid var(--border)}.section-head{margin-bottom:clamp(1.75rem,3vw,2.5rem)}.arch-line{width:min(7rem,40%);height:1px;margin:1.25rem 0 0;background:linear-gradient(90deg,var(--accent),transparent)}.hero{padding-top:clamp(3rem,8vw,6.5rem);padding-bottom:clamp(3.5rem,8vw,6.5rem)}.hero-grid{display:grid;gap:2.5rem;align-items:end}.hero-brand{font-family:Roboto Slab,Georgia,Times New Roman,Times,serif;font-size:clamp(2.8rem,1.5rem + 5vw,5rem);line-height:1.05;margin:0 0 .85rem;letter-spacing:-.02em}.hero-title{font-family:Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(1rem,.95rem + .3vw,1.15rem);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin:0 0 1rem}.hero-copy{max-width:36rem;color:var(--muted);margin:0;font-size:clamp(1.05rem,1rem + .3vw,1.25rem)}.hero-visual{position:relative;min-height:14rem;border:1px solid var(--border);background:linear-gradient(145deg,var(--surface) 0%,var(--surface-elevated) 55%,var(--accent-soft) 100%);box-shadow:var(--shadow);overflow:hidden;display:grid;place-items:end center;color:var(--text)}.hero-visual:before,.hero-visual:after{content:"";position:absolute;background:var(--line);z-index:1}.hero-visual:before{inset:1.25rem auto auto 1.25rem;width:4.5rem;height:1px}.hero-visual:after{inset:1.25rem auto auto 1.25rem;width:1px;height:4.5rem}.hero-avatar{width:min(100%,22rem);height:auto;display:block;transform-origin:center bottom;animation:hero-avatar-rise .9s ease-out both}@keyframes hero-avatar-rise{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hero-avatar{animation:none}}.impact-grid{display:grid;gap:1.5rem}.metric{padding:.25rem 0 .5rem;border-top:1px solid var(--border)}.metric-value{font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2rem,1.6rem + 1.5vw,2.75rem);line-height:1.1;margin:.85rem 0 .35rem;color:var(--text)}.metric-label{margin:0;color:var(--muted);max-width:18rem}.about-copy p{margin:0 0 1rem;max-width:42rem;color:var(--text)}.about-copy p:last-child{margin-bottom:0}.expertise-grid{font-family:Google Sans Code,Courier New,Courier,monospace;font-weight:700;display:grid;gap:1.75rem}.expertise-group{padding-top:1rem;border-top:1px solid var(--border)}.expertise-group h3{margin-bottom:.85rem}.chip-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.chip-list li{padding:.35rem .7rem;border:1px solid var(--border);border-radius:.25rem;background:var(--surface);color:var(--muted);font-size:.92rem}.case-grid{display:grid;gap:1.75rem}.case-study{padding:1.5rem 0 .25rem;border-top:1px solid var(--border)}.case-study p{margin:0 0 .85rem;color:var(--muted);max-width:40rem}.case-study ul{margin:0;padding-left:1.1rem;color:var(--text);max-width:42rem}.case-study li+li{margin-top:.4rem}.case-metric{display:inline-block;margin-top:.85rem;color:var(--accent);font-weight:600}.timeline{list-style:none;margin:0;padding:0;border-left:1px solid var(--border)}.timeline-item{position:relative;padding:0 0 1.75rem 1.5rem}.timeline-item:before{content:"";position:absolute;left:-.3rem;top:.35rem;width:.55rem;height:.55rem;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px var(--background)}.timeline-meta{display:flex;flex-wrap:wrap;gap:.35rem 1rem;margin:0 0 .65rem;color:var(--muted);font-size:.95rem}.timeline-item p{margin:0;max-width:40rem;color:var(--text)}.recognition-list{display:grid;gap:1.25rem;list-style:none;margin:0;padding:0}.recognition-list li{padding:1.1rem 0;border-top:1px solid var(--border)}.recognition-list p{margin:.35rem 0 0;color:var(--muted)}.contact{background:linear-gradient(180deg,transparent,var(--accent-soft) 120%)}.contact-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.contact-note{margin:1.25rem 0 0;color:var(--muted)}.site-footer{border-top:1px solid var(--border);padding:1.75rem 0 2.5rem}.footer-inner{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;justify-content:space-between;color:var(--muted);font-size:.95rem}.footer-inner a{color:var(--muted);text-decoration:none}.footer-inner a:hover{color:var(--accent)}.resume-page{padding:clamp(2rem,4vw,3.5rem) 0 4rem}.resume-toolbar{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.25rem 0 1.5rem}.resume-viewer{margin:0 auto;width:min(100%,850px);padding:1rem;background:var(--pdf-surround);border:1px solid var(--border);box-shadow:var(--shadow)}.resume-status{margin:0;padding:2rem 1rem;text-align:center;color:var(--muted)}.resume-status[hidden],.resume-error[hidden],.resume-fallback[hidden]{display:none!important}.resume-error{color:var(--text)}.pdf-page{display:block;width:100%;height:auto;margin:0 auto 1rem;background:#fff;box-shadow:0 4px 18px #0000002e}.pdf-page:last-child{margin-bottom:0}.resume-download-bottom{margin-top:1.5rem}.noscript-note{margin:1rem 0;padding:1rem;border:1px solid var(--border);background:var(--surface);color:var(--muted)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.reveal{opacity:0;transform:translateY(.85rem);transition:opacity .55s ease,transform .55s ease}.reveal.is-visible{opacity:1;transform:none}@media(min-width:768px){.nav-toggle{display:none}.site-nav{display:block;position:static;padding:0;background:transparent;border:0;box-shadow:none}.nav-list{flex-direction:row;align-items:center;gap:.15rem}.nav-list a{min-height:40px;padding:.4rem .7rem;font-size:.95rem}.impact-grid,.expertise-grid,.case-grid,.recognition-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 2rem}.hero-visual{min-height:18rem}}@media(min-width:1024px){.container{width:min(100% - 3rem,72rem)}.hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:3.5rem;align-items:center}.case-grid{grid-template-columns:1fr 1fr}.case-study:nth-child(odd){padding-right:1rem}.case-study:nth-child(2n){padding-left:1rem}.impact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media print{:root,[data-theme=light],[data-theme=dark]{--background: #fff;--surface: #fff;--surface-elevated: #fff;--text: #111;--muted: #444;--accent: #0f6e6a;--border: #ccc;--header-bg: #fff;--shadow: none;--pdf-surround: #fff}body{background:#fff;color:#111}.site-header,.theme-toggle,.nav-toggle,.skip-link,.hero-visual,.button-row,.contact-actions,.resume-toolbar,.resume-download-bottom{display:none!important}.section{padding:1.25rem 0;break-inside:avoid}a{color:inherit;text-decoration:none}.resume-viewer{border:0;padding:0;box-shadow:none}}
