.hero{min-height:calc(100vh - var(--header-offset));min-height:calc(100svh - var(--header-offset));display:grid;align-items:center;padding:clamp(var(--space-24),6vw,80px) 0}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,1fr);gap:clamp(var(--space-20),6vw,96px);align-items:center}.hero-contact{display:inline-flex;flex-wrap:wrap;gap:var(--space-8);margin-top:var(--space-10)}.hero-contact a{display:inline-flex;align-items:center;min-height:44px;padding-block:10px;color:var(--ink-soft);text-decoration:none}.hero-contact a:focus-visible{color:var(--ink);text-decoration:underline}.eyebrow{display:flex;align-items:center;gap:var(--space-8);margin:0 0 var(--space-12)}.eyebrow:before{content:"";width:18px;height:1px;background:var(--accent-blue)}.project-card-wrap{display:flex;flex-direction:column;gap:var(--space-5)}.project-card-wrap.featured{grid-column:1 / -1;gap:0;border:var(--surface-evidence-border);border-radius:0;overflow:hidden;box-shadow:var(--surface-evidence-shadow)}.project-card-wrap.featured .project-card{min-height:auto;border:0;border-radius:0;box-shadow:none}.project-card-wrap.featured .project-card:hover,.project-card-wrap.featured .project-card:focus-visible,.project-card-wrap.featured .project-card:active{transform:none;box-shadow:none}.project-card-wrap.featured .project-card picture{display:block;height:clamp(300px,32vw,440px);overflow:hidden}.project-card-wrap.featured .project-card picture img{width:100%;height:100%;object-fit:cover;object-position:center}.project-card-wrap.featured .fx-layer,.project-card-wrap.featured .fx-sched{height:clamp(300px,32vw,440px)}.instrument-toggle{display:flex;align-items:center;gap:var(--space-6);width:100%;min-height:44px;padding:var(--space-5) var(--space-12);border:0;border-top:1px solid var(--rule-light);background:var(--bone);color:var(--ink);font-family:var(--font-body);font-size:16px;text-align:left;cursor:pointer;touch-action:manipulation;transition:background var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease)}.instrument-toggle[hidden]{display:none}.instrument-toggle-text{font-weight:600}.instrument-toggle-hint{margin-left:auto;color:var(--ink-mute);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.instrument-toggle-chevron{flex:none;color:var(--ink-soft)}.instrument-toggle[aria-expanded=true] .instrument-toggle-chevron{transform:rotate(180deg)}.instrument-toggle:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}@media(hover:hover)and (pointer:fine){.instrument-toggle:hover{background:var(--sand)}.instrument-toggle:hover .instrument-toggle-chevron{color:var(--ink)}}@media(prefers-reduced-motion:no-preference){.instrument-toggle-chevron{transition:transform var(--dur-base) var(--ease)}.instrument.is-entering{animation:instrument-reveal var(--dur-disclosure) var(--ease)}.instrument.is-leaving{animation:instrument-hide .18s ease-in both}}@keyframes instrument-reveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.instrument{display:grid;gap:var(--space-8);padding:var(--space-10);background:var(--bone)}.instrument[hidden]{display:none}.instrument-intro{display:flex;flex-direction:column;gap:var(--space-2)}.instrument-intro h3{margin:0;font-family:var(--font-body);font-weight:600;letter-spacing:-.02em;font-size:var(--step-1);text-wrap:balance}.instrument-intro p{margin:0;max-width:60ch;color:var(--ink-mute);font-size:var(--step--1);line-height:1.45;text-wrap:pretty}.instrument-intro b{color:var(--ink);font-weight:500}.instrument-panel{display:flex;gap:var(--space-10);align-items:stretch}.instrument-rail{display:flex;flex-direction:column;gap:var(--space-5);flex:1 1 auto;min-width:0}.instrument-field{position:relative;flex:0 0 auto;align-self:stretch;height:auto;aspect-ratio:1;overflow:hidden;border:1px solid var(--control-border-surface);border-radius:var(--radius-sm);background:var(--bone)}.instrument-canvas{position:absolute;inset:0;display:block;width:100%;height:100%;cursor:crosshair;touch-action:none}.instrument-console{display:flex;flex-direction:column;gap:var(--space-4);min-width:0}.instrument-vswr{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:var(--space-5);row-gap:var(--space-3)}.instrument-vswr-label{grid-column:1;grid-row:1;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute)}.instrument-vswr-value{grid-column:1 / -1;grid-row:2;font-family:var(--font-mono);font-weight:500;font-size:clamp(28px,4vw,44px);line-height:1;letter-spacing:-.01em;color:var(--ink);font-variant-numeric:tabular-nums}.instrument-vswr .instrument-status{grid-column:2;grid-row:1;justify-self:end}.instrument-status{display:inline-flex;align-items:center;gap:var(--space-3);margin:0;font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.instrument-status:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;flex-shrink:0}.instrument-status.is-matched{color:var(--status-ok)}.instrument-status.is-near{color:var(--ink-soft)}.instrument-status.is-off{color:var(--ink-mute)}.instrument-metrics{display:flex;flex-wrap:wrap;gap:var(--space-4) var(--space-10);margin:0}.instrument-metrics div{display:flex;flex-direction:column;gap:2px}.instrument-metrics dt{font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-mute)}.instrument-metrics dd{margin:0;font-family:var(--font-mono);font-size:14px;color:var(--ink-soft);font-variant-numeric:tabular-nums}.instrument-refbar{height:4px;border-radius:var(--radius-full);background:#bda38347;background:color-mix(in oklch,var(--stone) 28%,transparent);overflow:hidden}.instrument-refbar-fill{display:block;width:100%;height:100%;background:var(--stone);transform:scaleX(0);transform-origin:left;transition:transform var(--dur-base) var(--ease)}@media(prefers-reduced-motion:reduce){.instrument-refbar-fill{transition:none}}.instrument-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-5) var(--space-12);align-items:end;padding-top:var(--space-5);border-top:1px solid var(--rule-light)}.instrument-slider{display:flex;flex-direction:column;gap:var(--space-4)}.instrument-slider-head{display:flex;align-items:baseline;justify-content:space-between;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-mute)}.instrument-slider-val{color:var(--ink);font-size:13px;font-variant-numeric:tabular-nums}.instrument-slider input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:44px;margin:0;background:transparent;cursor:pointer}.instrument-slider input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:var(--radius-full);background:var(--rule)}.instrument-slider input[type=range]::-moz-range-track{height:4px;border-radius:var(--radius-full);background:var(--rule)}.instrument-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;margin-top:-8px;border-radius:50%;border:2px solid var(--bone);background:var(--brand);box-shadow:var(--surface-control-shadow)}.instrument-slider input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;border:2px solid var(--bone);background:var(--brand);box-shadow:var(--surface-control-shadow)}.instrument-slider input[type=range]:focus-visible{outline:2px solid var(--accent-blue);outline-offset:4px}.instrument-actions{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:var(--space-6)}.instrument-btn{appearance:none;min-height:44px;padding:0 var(--space-9);border:1px solid var(--control-border-surface);border-radius:var(--radius-sm);background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:16px;cursor:pointer;touch-action:manipulation;transition:background var(--dur-fast) var(--ease),border-color var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease),transform var(--dur-fast) var(--ease)}.instrument-btn-primary{border-color:var(--brand);background:var(--brand);color:var(--button-text)}.instrument-btn:active{transform:translateY(1px)}.instrument-btn:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}@media(hover:hover)and (pointer:fine){.instrument-btn:hover{border-color:var(--control-border-surface);background:var(--sand)}.instrument-btn-primary:hover{border-color:var(--accent-soft);background:var(--accent-soft);color:var(--button-text)}}@media(max-width:620px){.instrument-panel{flex-direction:column;align-items:center}.instrument-field{align-self:auto;width:100%;max-width:280px;height:auto}.instrument-rail{width:100%}.instrument-controls{grid-template-columns:minmax(0,1fr)}.instrument-actions .instrument-btn{flex:1 1 auto}}@media(max-width:560px){.instrument{padding:var(--space-10)}.instrument-toggle{padding:var(--space-5) var(--space-10)}}.project-card picture{display:block;position:relative;height:var(--card-media);overflow:hidden}.project-card picture img,.project-card>img{width:100%;height:100%;object-fit:cover;border-bottom:1px solid var(--rule-light);filter:var(--image-filter)}.project-card picture img{position:absolute;inset:0}.hero-media{position:relative;min-height:0}.portrait-card,.hero-img,.visual{position:relative;overflow:hidden;border:1px solid var(--rule);background:var(--bone);padding:var(--space-5)}.portrait-card{position:absolute;right:0;top:0;width:100%;max-width:none;height:100%}.portrait-card:before,.portrait-card:after,.hero-img:before,.hero-img:after,.visual:before,.visual:after,.project-card:after{pointer-events:none}.portrait-card:before,.hero-img:before,.visual:before{content:"";position:absolute;inset:20px;z-index:2;background:linear-gradient(var(--ink),var(--ink)) left top / 22px 1px no-repeat,linear-gradient(var(--ink),var(--ink)) left top / 1px 22px no-repeat,linear-gradient(var(--ink),var(--ink)) right top / 22px 1px no-repeat,linear-gradient(var(--ink),var(--ink)) right top / 1px 22px no-repeat,linear-gradient(var(--ink),var(--ink)) left bottom / 22px 1px no-repeat,linear-gradient(var(--ink),var(--ink)) left bottom / 1px 22px no-repeat,linear-gradient(var(--ink),var(--ink)) right bottom / 22px 1px no-repeat,linear-gradient(var(--ink),var(--ink)) right bottom / 1px 22px no-repeat;opacity:.58}.portrait-card:after{content:none}.portrait-card:before,.hero-img[data-plate]:before,.visual[data-plate]:before{background:linear-gradient(var(--ink),var(--ink)) left top / 22px 1px no-repeat,linear-gradient(var(--ink),var(--ink)) left top / 1px 22px no-repeat,linear-gradient(var(--ink),var(--ink)) right top / 22px 1px no-repeat,linear-gradient(var(--ink),var(--ink)) right top / 1px 22px no-repeat,linear-gradient(var(--ink),var(--ink)) right bottom / 22px 1px no-repeat,linear-gradient(var(--ink),var(--ink)) right bottom / 1px 22px no-repeat}.visual--bare:before{content:none}.hero-img:after,.visual:after{content:attr(data-plate) / "";position:absolute;left:var(--space-12);bottom:var(--space-12);z-index:3;padding:var(--space-2) var(--space-4);border:1px solid var(--rule-light);border-radius:var(--radius-sm);background:#f4ebdce0;background:color-mix(in oklch,var(--bone) 88%,transparent);color:var(--ink-mute);font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.portrait-card img,.hero-img img,.visual img{width:100%;height:100%;object-fit:cover;filter:var(--image-filter)}section{padding:clamp(var(--space-24),6vw,72px) 0 clamp(96px,9vw,128px)}.section-head{display:grid;grid-template-columns:80px minmax(0,1fr);column-gap:var(--space-16);row-gap:var(--space-10);align-items:start;margin-bottom:var(--space-20);border-top:1px solid var(--rule);padding-top:var(--space-8)}.section-head:before{content:attr(data-address) / "";color:var(--accent-text);font-family:var(--font-mono);font-size:14px;line-height:1;letter-spacing:.08em;font-variant-numeric:tabular-nums}.section-head .label{grid-column:2;grid-row:1}.section-title{grid-column:2;grid-row:2;margin:0;max-width:clamp(880px,48vw,1040px);font-size:var(--step-5);line-height:1.04;text-wrap:balance}.standfirst{grid-column:2;grid-row:3;margin:2px 0 0;max-width:clamp(660px,36vw,720px);color:var(--ink-soft);font-size:clamp(17px,1.5vw,22px);line-height:1.6}.about-head{row-gap:clamp(18px,2vw,24px);margin-bottom:0;padding-bottom:clamp(32px,4vw,48px)}.about-head .about-copy{grid-column:2;grid-row:3;margin:0}.about-copy{color:var(--ink-soft);max-width:clamp(820px,46vw,920px);font-size:var(--step-2);line-height:1.45;text-wrap:pretty}.about-copy p{margin:0}.about-copy .about-lead{color:var(--ink);font-weight:500}.about-copy .about-detail{margin-top:.55em;color:var(--ink-soft)}@keyframes instrument-hide{0%{opacity:1;clip-path:inset(0);transform:none}to{opacity:0;clip-path:inset(0 0 100%);transform:translateY(-5px)}}.eyebrow{display:none}h1{font-family:var(--font-display);font-weight:500;letter-spacing:-.042em;line-height:1.06}.section-title,.role h3{font-family:var(--font-body);font-weight:600;letter-spacing:-.035em}.project-copy h3{font-family:var(--font-display);font-weight:500;letter-spacing:-.025em}.section-head>.label{display:inline-block;width:max-content;padding:7px 10px;background:var(--ink);color:var(--paper);font-size:12px}.section-head[data-address]:before{display:inline-flex;width:max-content;min-height:30px;align-items:center;color:var(--brand);font-size:14px;font-weight:500;line-height:1;letter-spacing:.08em}.portrait-card{border:0;border-radius:0;background:var(--portrait-matte);box-shadow:var(--surface-evidence-shadow)}.portrait-card:before,.portrait-card:after{display:none}.portrait-card--cutout{position:relative;top:auto;right:auto;display:flex;align-items:center;justify-content:center;width:100%;height:auto;overflow:visible;padding:0;background:transparent;box-shadow:none}.portrait-card--cutout picture{display:block;width:100%;height:auto;aspect-ratio:1136 / 1320}.portrait-card--cutout img{width:100%;height:auto;max-height:none;object-fit:contain;object-position:center;filter:drop-shadow(0 22px 28px rgba(41,40,34,.18))}[data-theme=dark] .portrait-card--cutout img{filter:drop-shadow(0 18px 26px rgba(0,0,0,.55))}.project-card-wrap.featured{overflow:hidden;border:var(--surface-evidence-border);border-radius:0;background:var(--card-background);box-shadow:var(--surface-evidence-shadow);transition:transform var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease)}.project-card-wrap.featured:focus-within,.project-card-wrap.featured:hover{transform:none;box-shadow:none}.project-card-wrap.featured .project-card,.project-card-wrap.featured .project-card:hover,.project-card-wrap.featured .project-card:focus-visible{border:0;transform:none;box-shadow:none}@media(min-width:901px){.project-card-wrap.featured .project-card{display:grid;grid-template-columns:minmax(0,58fr) minmax(360px,42fr);min-height:clamp(430px,42vw,700px)}.project-card-wrap.featured .project-card>picture{grid-column:1;grid-row:1;height:100%;min-height:100%;border-right:0}.project-card-wrap.featured .project-card>picture img{height:100%}.project-card-wrap.featured .fx-layer{right:42%;width:auto;height:100%}.project-card-wrap.featured .project-copy{grid-column:2;grid-row:1;display:flex;flex-direction:column;justify-content:center;padding:clamp(32px,4vw,72px)}.project-card-wrap.featured .project-copy h3{max-width:10ch;margin-block:clamp(22px,3vw,36px) 18px;padding-right:0;font-size:clamp(40px,4vw,72px);line-height:.96}.project-card-wrap.featured .metric-row{margin-top:clamp(26px,3vw,42px);padding-right:0}}} .project-card{overflow:visible;border:var(--surface-evidence-border);border-radius:0;background:var(--card-background);box-shadow:var(--surface-evidence-shadow)}@media(max-width:900px){.project-card-wrap.featured{box-shadow:var(--surface-evidence-shadow-mobile)}.project-card-wrap.featured:hover,.project-card-wrap.featured:focus-within{box-shadow:var(--surface-evidence-shadow-mobile)}}.project-card:hover,.project-card:focus-visible{transform:none;box-shadow:none}.project-card:active{transform:none;box-shadow:none;transition-duration:0s}.project-copy{background:var(--card-background)}.project-copy>.label,.project-group-label{color:var(--brand);font-size:12px;letter-spacing:.01em}.metric-row span{border:2px solid var(--card-metric-border);border-radius:0;background:transparent;color:var(--card-metric-text)}.project-card--personal .metric-row{gap:var(--space-3) var(--space-5)}.project-card--personal .metric-row span{position:relative;padding:0;border:0;color:var(--card-metric-text);font-family:var(--font-body);font-size:12px;font-weight:600}.project-card--personal .metric-row span+span:before{content:"/";margin-right:var(--space-5);color:var(--rule);font-weight:400}.instrument-toggle-text{font-family:var(--font-body);font-weight:600}.hiring-close{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(28px,5vw,72px);align-items:end;margin-bottom:var(--space-20);padding:clamp(36px,6vw,72px) 0;border-top:1px solid var(--rule)}.hiring-close h2{max-width:clamp(760px,42vw,880px);margin:var(--space-6) 0 0;font-family:var(--font-body);font-size:clamp(32px,4.5vw,72px);font-weight:600;line-height:.98;letter-spacing:-.035em}.hiring-close-actions{display:flex;flex-wrap:wrap;gap:var(--space-7);padding-bottom:4px}.role{position:relative;display:grid;grid-template-columns:minmax(168px,200px) minmax(0,1fr);gap:var(--space-14);padding:var(--space-16) 0;border-top:1px solid var(--rule)}.role:last-child{border-bottom:1px solid var(--rule)}.role-meta{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr);column-gap:var(--space-6);row-gap:var(--space-2);align-content:start}.role-meta:before{content:"";position:absolute;left:21px;top:3px;bottom:calc(-1 * (var(--space-32) + 1px));width:1px;background:var(--rule)}.role:last-child .role-meta:before{bottom:auto;height:32px}.logo-mark{position:relative;z-index:1;grid-row:span 2;width:46px;height:46px;display:grid;place-items:center;padding:0;border:0;background:transparent}.role time,.role .org{font-family:var(--font-body);font-size:13px;letter-spacing:0}.logo-mark img{width:100%;height:100%;object-fit:contain}.logo-mark img[src*=hacker-fab]{transform:none}.role time,.role .org{color:var(--ink-faint)}.role time{align-self:end;font-family:var(--font-body);font-size:13px;letter-spacing:.02em;line-height:1.25;white-space:nowrap}.role .org{align-self:start;color:var(--ink);line-height:1;line-height:1.25}.role h3{margin:0 0 var(--space-4);font-size:var(--step-3);line-height:1.08}.role p{margin:0;max-width:var(--measure);color:var(--ink-soft);line-height:1.58}.role-details{margin:0;padding:0;list-style:none;display:grid;gap:var(--space-7)}.role-details li{color:var(--ink-soft);line-height:1.58}.role-detail-title{display:block;margin-bottom:4px;color:var(--ink);font-family:var(--font-body);font-size:clamp(17px,1.6vw,22px);line-height:1.2;letter-spacing:-.01em}.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-12)}.project-group-label{grid-column:1 / -1;display:flex;align-items:center;gap:var(--space-8);margin:var(--space-8) 0 calc(-1 * var(--space-4));color:var(--ink-mute)}.project-group-label:after{content:"";height:1px;flex:1;background:var(--rule)}.skill-marquee{position:relative;overflow:hidden;margin-top:clamp(8px,1.5vw,16px);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);background:var(--paper-warm)}.skill-track{display:flex;width:max-content;animation:skill-scroll 38s linear infinite}.skill-set{display:flex;flex:0 0 auto}.skill-set span{min-height:58px;display:inline-flex;align-items:center;white-space:nowrap;padding:0 clamp(22px,3vw,44px);border-right:1px solid var(--rule-light);color:var(--ink);font-size:clamp(15px,1.5vw,21px);font-weight:600;line-height:1}.skill-set span:before{content:"/";margin-right:18px;color:var(--rule)}@keyframes skill-scroll{to{transform:translate(-50%)}}.project-card{position:relative;display:flex;flex-direction:column;min-height:var(--card-min-h);text-decoration:none;transition:transform var(--dur-fast) var(--ease),border-color var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease)}.project-card:after{content:none}.project-card img{width:100%;height:var(--card-media);object-fit:cover;border-bottom:1px solid var(--rule-light);filter:var(--image-filter)}.project-card--companion{position:relative}.project-card--companion .card-img-default,.project-card--companion .card-img-hover{display:block;position:absolute;top:0;left:0;width:100%;height:var(--card-media);overflow:hidden}.project-card--companion .card-img-default img,.project-card--companion .card-img-hover img{width:100%;height:var(--card-media);object-fit:cover;border-bottom:1px solid var(--rule-light);filter:var(--image-filter)}.project-card--companion .card-img-hover{opacity:0;z-index:1;transition:opacity var(--dur-slow) var(--ease)}.project-card--companion:hover .card-img-hover,.project-card--companion:focus-visible .card-img-hover,.project-card--companion.fx-on .card-img-hover{opacity:1}.project-card--companion .project-copy{margin-top:var(--card-media)}.project-copy{padding:var(--space-12) var(--space-12) var(--space-16)}.project-copy .label{display:block;padding-bottom:var(--space-6);border-bottom:1px solid var(--card-rule)}.project-card h3{margin:14px 0 12px;padding-right:var(--space-14);font-size:clamp(26px,2.4vw,40px);line-height:1.08}.project-card p{margin:0;color:var(--card-copy);line-height:1.55}.metric-row{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-10);padding-right:var(--space-16)}.metric-row span{padding:var(--space-4) 12px;font-family:var(--font-mono);font-size:12px;letter-spacing:.01em;font-variant-numeric:tabular-nums}.site-footer .halt-log{margin:0 0 var(--space-12);color:var(--ink-faint);font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;font-variant-numeric:tabular-nums}.fx-layer{position:absolute;top:0;left:0;right:0;height:var(--card-media);z-index:5;pointer-events:none;opacity:0;transition:opacity var(--dur-base) var(--ease)}.project-card.fx-on .fx-layer{opacity:1}.fx-chip{position:absolute;display:inline-flex;align-items:center;gap:var(--space-4);padding:var(--space-2) var(--space-4);border:1px solid var(--rule-light);border-radius:var(--radius-sm);background:#f4ebdce0;background:color-mix(in oklch,var(--bone) 88%,transparent);color:var(--ink-mute);font-family:var(--font-mono);font-size:11px;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;font-variant-numeric:tabular-nums;white-space:nowrap}.fx-pwr{top:0;height:var(--card-media);left:0;right:0;display:flex;align-items:flex-end;justify-content:space-between;padding:var(--space-8)}.fx-pwr .fx-vswr{position:static;min-height:34px;padding:8px 10px;border:1px solid var(--ink);border-radius:0;background:var(--bone);color:var(--ink);font-weight:500;transition:background-color .18s var(--ease),border-color .18s var(--ease),color .18s var(--ease)}.fx-pwr .fx-vswr.is-matched{border-color:var(--brand);background:var(--brand);color:var(--button-text)}.fx-pwr-group{display:flex;flex-direction:column;gap:5px;width:174px;padding:8px 10px;border:1px solid var(--ink);background:var(--bone)}.fx-pwr-row{display:flex;align-items:center;gap:var(--space-3);width:100%}.fx-pwr-label{font-family:var(--font-mono);font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:var(--ink);font-weight:500;width:26px;flex-shrink:0}.fx-pwr-track{flex:1;height:5px;border-radius:var(--radius-sm);background:var(--sand);overflow:hidden}.fx-pwr-fill{display:block;height:100%;border-radius:var(--radius-sm);transform-origin:left;transform:scaleX(0);transition:transform var(--dur-fast) var(--ease)}.fx-pwr-fwd{background:var(--accent-blue)}.fx-pwr-ref{background:#527a9a;background:color-mix(in oklch,var(--brand-light) 80%,var(--ink))}.fx-pwr-val{font-family:var(--font-mono);font-size:11px;font-variant-numeric:tabular-nums;letter-spacing:.06em;color:var(--ink);font-weight:500;width:40px;text-align:right;flex-shrink:0}.fx-sched{position:absolute;top:0;left:0;right:0;height:var(--card-media);z-index:5;display:flex;flex-direction:column;justify-content:flex-end;pointer-events:none;opacity:0;transition:opacity var(--dur-base) var(--ease)}.project-card.fx-on .fx-sched{opacity:1}.fx-sched-bar{display:flex;align-items:flex-end;width:100%;padding-top:var(--space-9);background:var(--bone);border-top:1px solid var(--rule-light)}.fx-sched-bar i{position:relative;height:4px;border-radius:0;background:var(--sand)}.fx-sched-bar i:nth-child(odd){background:color-mix(in srgb,var(--brand) 28%,var(--bone))}.fx-sched-bar i:before{content:"";position:absolute;inset:0;background:var(--stone);transform:scaleX(0);transform-origin:left}.fx-sched-bar i:nth-child(odd):before{background:var(--accent-blue)}.fx-sched-bar i:after{content:attr(data-task) / "";position:absolute;bottom:calc(100% + 5px);left:50%;transform:translate(-50%);color:var(--ink);font-weight:500;font-family:var(--font-mono);font-size:11px;line-height:1;letter-spacing:.1em;opacity:0;white-space:nowrap}.fx-sched-bar i:nth-child(1){flex:1.4}.fx-sched-bar i:nth-child(2){flex:1}.fx-sched-bar i:nth-child(3){flex:1.2}.fx-sched-bar i:nth-child(4){flex:2}.project-card.fx-on .fx-sched-bar i:before{animation:fx-fill .4s var(--ease) forwards}.project-card.fx-on .fx-sched-bar i:after{animation:fx-fade .3s var(--ease) forwards}.project-card.fx-on .fx-sched-bar i:nth-child(2):before,.project-card.fx-on .fx-sched-bar i:nth-child(2):after{animation-delay:.4s}.project-card.fx-on .fx-sched-bar i:nth-child(3):before,.project-card.fx-on .fx-sched-bar i:nth-child(3):after{animation-delay:.8s}.project-card.fx-on .fx-sched-bar i:nth-child(4):before,.project-card.fx-on .fx-sched-bar i:nth-child(4):after{animation-delay:1.2s}.fx-cvbox{position:absolute;left:29%;top:12%;width:38%;height:74%;border:1px dashed var(--brand-light);border-radius:var(--radius-sm)}.fx-cvbox:before,.fx-cvbox:after{content:"";position:absolute;width:9px;height:9px}.fx-cvbox:before{top:-1px;left:-1px;border-top:1px solid var(--brand-light);border-left:1px solid var(--brand-light)}.fx-cvbox:after{bottom:-1px;right:-1px;border-bottom:1px solid var(--brand-light);border-right:1px solid var(--brand-light)}.project-card.fx-on .fx-cvbox{animation:fx-snap .2s var(--ease) forwards}.fx-cvlabel{position:absolute;top:-1px;left:-1px;transform:translateY(-100%);padding:var(--space-2) var(--space-4);border:1px solid var(--rule-light);border-bottom:0;border-radius:0;background:#f4ebdce0;background:color-mix(in oklch,var(--bone) 88%,transparent);color:var(--accent-text);font-family:var(--font-mono);font-size:11px;line-height:1.2;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.project-card--keychain{position:relative}.project-card--keychain .card-img-default,.project-card--keychain .fx-frame{display:block;position:absolute;top:0;left:0;width:100%;height:var(--card-media);overflow:hidden}.project-card--keychain .card-img-default img,.project-card--keychain .fx-frame img{width:100%;height:var(--card-media);object-fit:cover;border-bottom:1px solid var(--rule-light);filter:var(--image-filter)}.project-card--keychain .fx-frame{opacity:0;z-index:1}.project-card--keychain .project-copy{margin-top:var(--card-media)}.project-card--keychain.fx-on .fx-frame{animation:fx-led-frame .5s linear 4 forwards}.project-card--keychain.fx-on .fx-frame:nth-of-type(2){animation-delay:0s}.project-card--keychain.fx-on .fx-frame:nth-of-type(3){animation-delay:.1s}.project-card--keychain.fx-on .fx-frame:nth-of-type(4){animation-delay:.2s}.project-card--keychain.fx-on .fx-frame:nth-of-type(5){animation-delay:.3s}.project-card--keychain.fx-on .fx-frame:nth-of-type(6){animation-delay:.4s}@keyframes fx-led-frame{0%,19%{opacity:1}20%,to{opacity:0}}@media(prefers-reduced-motion:reduce){.project-card--keychain.fx-on .fx-frame{animation:none;opacity:0}}@keyframes fx-fill{to{transform:scaleX(1)}}@keyframes fx-fade{to{opacity:1}}@keyframes fx-snap{0%{transform:translate(14px,-10px)}to{transform:translate(0)}}@media(hover:hover)and (pointer:fine){.nav-links a:hover,.icon-btn:hover{color:var(--ink)}.button:hover{background:var(--button-bg-hover);border-color:var(--button-bg-hover);color:var(--button-text);transform:translateY(-1px);box-shadow:0 0 0 1px var(--brand-light)}.button.secondary:hover{background:var(--sand);border-color:var(--control-border);color:var(--ink);box-shadow:none}.hero-contact a:hover{color:var(--ink);text-decoration:underline}.project-card:hover:after{background:var(--accent-blue);border-color:var(--accent-blue);color:var(--button-text)}.pcb-toggle-btn:hover:not(.active){background:var(--sand);color:var(--ink)}.rtos-stepper-btn:hover:not(:disabled){background:var(--rule-light)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*:before,*:after{transition:none!important}.skill-marquee{overflow:visible;background:transparent}.skill-track{display:block;width:auto;animation:none!important}.skill-set{width:100%;flex-wrap:wrap}.skill-set span{flex:1 1 180px;white-space:normal}.skill-set[aria-hidden=true]{display:none}}@media(max-width:1080px){:root{--page-gutter: 80px}}@media(max-width:900px){:root{--header-offset: 56px}section{padding:clamp(40px,6vw,56px) 0 clamp(64px,8vw,88px)}.hero{min-height:auto;padding:clamp(32px,5vw,56px) 0 48px}.hero-grid,.project-hero,.projects-grid{grid-template-columns:1fr}.hero-grid{gap:clamp(28px,5vw,40px)}.hero-media{min-height:auto;order:initial;margin-bottom:clamp(16px,3vw,28px)}.hiring-close{grid-template-columns:1fr;align-items:start}.portrait-card{position:relative;right:auto;top:auto;width:min(100%,440px);max-width:440px;margin:0 auto;height:auto;aspect-ratio:auto;max-height:none;box-shadow:var(--surface-evidence-shadow-mobile)}.portrait-card--cutout{width:100%;max-width:none;box-shadow:none}.portrait-card picture{display:block;height:auto}.portrait-card img{height:auto;aspect-ratio:1;min-height:0}.portrait-card--cutout picture,.portrait-card--cutout img{width:100%;height:auto;max-height:none;aspect-ratio:1136 / 1320;object-fit:contain}.hero-actions{flex-direction:row;flex-wrap:wrap;gap:var(--space-5)}.hero-actions .button{width:auto;min-width:0;padding-inline:var(--space-7);font-size:14px}@media(max-width:560px){.hero-actions{flex-direction:column}.hero-actions .button{width:100%}}.section-head{grid-template-columns:1fr;column-gap:0;row-gap:var(--space-7);margin-bottom:32px}.section-head:before,.section-head .label,.section-title,.standfirst,.about-head .about-copy{grid-column:1}.section-head:before{grid-row:1}.section-head .label{grid-row:1;padding-left:72px}.section-title{grid-row:2;font-size:clamp(30px,6.5vw,44px)}.standfirst{grid-row:3}.about-head .about-copy{grid-row:3;font-size:clamp(18px,4.2vw,24px)}.about-head{padding-bottom:clamp(24px,4vw,36px)}.role{grid-template-columns:1fr;gap:var(--space-9)}.role-meta{grid-template-columns:44px minmax(0,1fr);column-gap:var(--space-6)}.role-meta:before,.role:last-child .role-meta:before{display:none}.logo-mark{width:44px;height:44px}.mobile-toggle{display:inline-flex}.nav{position:relative;gap:var(--space-4);min-height:56px}.nav-links{margin-left:0}.nav-tools{margin-left:auto}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;width:auto;margin-left:0;z-index:40;flex-direction:column;align-items:stretch;gap:var(--space-1);padding:var(--space-4) calc(var(--page-gutter) / 2);border:0;border-bottom:1px solid var(--rule-light);background:var(--paper);max-height:calc(100vh - 100%);max-height:calc(100dvh - 100%);overflow-y:auto;overscroll-behavior:contain}.nav-links.open{display:flex}.nav-links a{min-height:48px;justify-content:flex-start;width:100%;border-width:0;border-radius:0}.project-writeup{margin-top:clamp(28px,4.5vw,40px)}.writeup-section{grid-template-columns:1fr;gap:var(--space-6);padding:var(--space-10) 0}.project-writeup .writeup-section:first-child{padding-top:var(--space-6)}.writeup-section h2,.writeup-section p,.writeup-section ul,.writeup-section>*,.writeup-section .visual,.writeup-section .video-embed,.writeup-section .pcb-viewer,.writeup-section .hardware-demo,.writeup-section .impedance-demo-row{grid-column:1}.results-split{grid-column:1;flex-direction:column;align-items:stretch}.results-split .video-embed{width:auto}.results-split .video-embed--short .video-frame{max-width:340px;margin-inline:auto}.page-main{padding:56px 0}.project-hero h1{font-size:clamp(36px,8vw,56px)}.projects-grid{gap:var(--space-10)}.project-card{min-height:auto}.project-card-wrap.featured .project-card picture{height:clamp(220px,45vw,340px)}.project-card-wrap.featured .fx-layer,.project-card-wrap.featured .fx-sched{height:clamp(220px,45vw,340px)}.role-detail-title{font-size:clamp(16px,3.8vw,19px)}.resume-main{padding-top:clamp(24px,4vw,36px);padding-bottom:clamp(28px,5vw,40px)}.resume-toolbar{align-items:start;flex-direction:column;gap:var(--space-8);margin-bottom:20px;padding-bottom:var(--space-10)}.resume-toolbar h1{font-size:clamp(28px,7vw,40px)}.resume-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-5);width:100%}.resume-actions .button{width:100%;min-width:0;padding-inline:var(--space-7);font-size:14px}.resume-actions .button.internal{grid-column:1 / -1}.resume-summary.is-visible{grid-template-columns:minmax(0,1fr);gap:var(--space-10)}.resume-summary-facts>div{grid-template-columns:minmax(0,1fr);gap:var(--space-3)}}@media(max-width:560px){:root{--page-gutter: 56px;--header-offset: 52px}.brand{font-size:16px}.brand span{max-width:9.5rem}.nav{gap:var(--space-2);min-height:52px}.icon-btn{width:44px;min-width:44px;min-height:44px}.icon-btn svg{width:18px;height:18px}h1{font-size:clamp(34px,9.5vw,48px);line-height:1.12;letter-spacing:-.018em;text-wrap:pretty;overflow-wrap:break-word}.signal-trace{display:block;margin:10px 0 0}.lead{font-size:clamp(17px,4.6vw,20px);line-height:1.55}section{padding:52px 0}.hero{padding-top:var(--space-12);padding-bottom:36px}.hero-media{margin-bottom:var(--space-8)}.portrait-card{width:100%;max-width:none;aspect-ratio:auto}.project-card-wrap.featured .project-card picture{height:clamp(200px,52vw,300px)}.project-card-wrap.featured .fx-layer,.project-card-wrap.featured .fx-sched{height:clamp(200px,52vw,300px)}.video-embed,.pcb-viewer{grid-column:1}.next-links .button{width:100%}.section-head{grid-template-columns:1fr;row-gap:var(--space-8);margin-bottom:28px}.about-head{row-gap:var(--space-7);margin-bottom:0;padding-bottom:var(--space-14)}.section-head:before,.section-head .label,.section-title,.standfirst,.about-head .about-copy{grid-column:1}.section-head:before{grid-row:1}.section-head .label{grid-row:1;padding-left:72px}.section-title{grid-row:2;font-size:clamp(30px,8.5vw,42px);line-height:1.1}.standfirst,.about-head .about-copy{grid-row:3}.about-copy{font-size:clamp(19px,5.4vw,26px);line-height:1.42}.role{padding:26px 0}.role-meta{grid-template-columns:44px minmax(0,1fr)}.logo-mark{width:44px;height:44px}.project-attribution{grid-template-columns:minmax(0,1fr)}.project-attribution>div:last-child{grid-column:auto}.project-card{min-height:auto}.project-card picture{height:200px}.fx-layer,.fx-sched{height:200px}.project-copy{padding:var(--space-10)}.project-card h3{font-size:clamp(22px,6vw,28px)}.metric-row{padding-right:0}.project-card .metric-row{padding-right:44px}.metric-row span{font-size:11px;padding:6px 9px}.project-card--personal .metric-row{padding-right:0}.project-hero h1{font-size:clamp(32px,9vw,44px)}.page-main{padding:48px 0 44px}.project-writeup{margin-top:clamp(24px,5vw,32px)}.writeup-section{padding:var(--space-8) 0}.project-writeup .writeup-section:first-child{padding-top:var(--space-6)}.writeup-section h2{font-size:24px}.writeup-section p,.writeup-section ul{font-size:17px;line-height:1.58}.next-links{flex-direction:column;gap:var(--space-5)}.footer-row{flex-direction:column;align-items:flex-start}.footer-links{justify-content:flex-start}}@media(max-width:420px){.brand span{max-width:7.5rem}}@media print{@page{margin:1.5cm}@page resume{margin:0}*{box-shadow:none!important;text-shadow:none!important}body{font-size:10pt;line-height:1.4;overflow:visible!important;background:#fff!important;color:#000!important}.site-header,.cmdk,.cmdk-overlay,.cmdk-dialog,.nav-tools,.hero-actions,.video-facade,.hardware-demo,.next-links,.halt-log,.instrument-panel,.instrument-toggle,.instrument-controls,.instrument-actions,.footer-row:last-child,.project-card--companion .card-img-hover,.resume-actions,.resume-fallback,.portrait-card:before,.hero-img:before,.visual:before,.site-footer{display:none!important}section,.hero,.project-card,.portrait-card,.hero-img,.visual,.fx-chip,.resume-viewer,.resume-fallback,.role,.signal-trace,footer{background:transparent!important}main{padding-top:0}section{padding:12pt 0!important}.hero{min-height:auto!important;padding:0 0 12pt!important}.section-head{margin-bottom:8pt!important}.project-hero{min-height:auto!important;padding:0!important}.lead,figcaption,.role-time,.role-org{color:#555!important}.project-copy .label,.project-group-label{color:#555!important}h1,h2,h3,h4,p,li,span,a{color:#000!important}h1{font-size:18pt!important}h2{font-size:14pt!important}h3{font-size:11pt!important}.role-meta:before{background:#000!important}.project-group-label:after{background:#ccc!important}.eyebrow{display:none!important}.project-card{border:1px solid #ccc!important;overflow:visible!important;page-break-inside:avoid;break-inside:avoid}.project-card-wrap{page-break-inside:avoid;break-inside:avoid}.project-card:before,.project-card:after{content:none!important}.hero-grid{grid-template-columns:1fr auto!important;gap:12pt!important;align-items:start!important}.hero-media{width:100px;order:2}.portrait-card{padding:0!important;border:none!important;border-radius:0!important;overflow:hidden}.projects-grid{grid-template-columns:1fr 1fr!important;gap:10pt!important}.results-split{flex-direction:column!important}.role{margin-bottom:6pt!important;padding-bottom:6pt!important;page-break-inside:avoid;break-inside:avoid}.timeline{gap:0!important}.video-frame iframe{display:none!important}.video-poster{position:static!important}.video-poster img{max-width:100%!important;height:auto!important}.video-embed figcaption{color:#555!important}img{max-width:100%!important;filter:none!important;page-break-inside:avoid;break-inside:avoid}.visual,.video-embed,.video-frame,.hero-img,.portrait-card,.project-card img,.resume-page-canvas,picture{page-break-inside:avoid;break-inside:avoid}h1,h2,h3{page-break-after:avoid}a[href]:after{content:none!important}.resume-page{min-height:0!important;display:block!important;page:resume}.resume-main{padding:0!important;margin:0!important;max-width:none!important;width:100%!important;display:block!important}.resume-page>noscript{display:none!important}.resume-toolbar,.resume-viewer-status,.resume-summary{display:none!important}.resume-viewer{border:none!important;padding:0!important;margin:0!important;min-height:0!important;display:block!important;border-radius:0!important}.resume-page-canvas{background:#fff!important;margin:0!important;border-radius:0!important}.resume-page-canvas+.resume-page-canvas{page-break-before:always;margin-top:0!important}.resume-page-canvas canvas{width:auto!important;max-width:100%!important;height:min(calc(100vh - 1px),10.98in)!important;max-height:calc(100vh - 1px)!important;aspect-ratio:var(--resume-page-ratio, 8.5 / 11);margin:0 auto!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}.writeup-section{grid-template-columns:1fr!important;padding:8pt 0!important}.project-card--companion .card-img-default{position:static!important}.project-card--companion .project-copy{margin-top:0!important}}
