.hdr{z-index:50;height:var(--header-h);background:var(--c-black);transition:height .3s var(--ease-out), border-color .3s var(--ease-out);border-bottom:1px solid #0000;position:fixed;inset:0 0 auto}.hdr--shrunk{border-bottom-color:#ffffff1f;height:68px}.hdr-inner{justify-content:space-between;align-items:center;gap:24px;height:100%;display:flex}.hdr-logo-link{flex-shrink:0;align-items:center;display:flex}.hdr-logo{object-fit:contain;width:auto;max-width:none;height:84px;transition:height var(--dur-fast) var(--ease-out)}.hdr--shrunk .hdr-logo{height:56px}@media (width<=600px){.hdr-logo{height:54px}}.hdr-right{align-items:center;gap:36px;min-width:0;display:flex}.hdr-gear{line-height:1;font-family:var(--font-mono);flex-direction:column;align-items:flex-start;display:flex}.hdr-gear-label{letter-spacing:.2em;text-transform:uppercase;color:var(--c-muted);margin-bottom:4px;font-size:9px}.hdr-gear-num{color:var(--c-white);font-size:18px}.hdr-nav{align-items:center;gap:60px;display:flex}.hdr-navlink{font-family:var(--font-sans);font-size:var(--fs-label);font-weight:var(--fw-regular);color:var(--c-white);white-space:nowrap;padding-bottom:6px;position:relative}.hdr-navlink:after{content:"";background:var(--c-accent);transform-origin:100%;height:2px;transition:transform var(--dur-fast) var(--ease-out);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.hdr-navlink:hover:after,.hdr-navlink:focus-visible:after{transform-origin:0;transform:scaleX(1)}.hdr-cv{font-family:var(--font-sans);font-size:var(--fs-label);text-transform:uppercase;color:var(--c-white);background:var(--c-accent);white-space:nowrap;transition:background-color var(--dur-fast) var(--ease-out);padding:14px 24px;display:inline-block;position:relative;overflow:hidden}.hdr-cv:hover,.hdr-cv:focus-visible{background:var(--c-accent-hot)}.hdr-cv:after{content:"";pointer-events:none;background:#ffffff8c;width:24%;height:220%;position:absolute;top:-60%;left:-30%;transform:skew(-20deg)translate(-350%)}.hdr-cv:hover:after,.hdr-cv:focus-visible:after{animation:hdr-sheen .5s var(--ease-out)}@keyframes hdr-sheen{0%{transform:skew(-20deg)translate(-350%)}to{transform:skew(-20deg)translate(650%)}}.hdr-progress{background:var(--c-accent);transform-origin:0;width:100%;height:3px;box-shadow:0 0 10px 1px var(--c-accent), 0 0 3px var(--c-accent);pointer-events:none;position:absolute;bottom:0;left:0}.hdr-burger{z-index:60;flex-direction:column;flex-shrink:0;justify-content:center;gap:6px;width:24px;height:24px;display:none;position:relative}.hdr-burger span{background:var(--c-white);width:100%;height:2px;transition:transform .3s var(--ease-out), opacity .2s var(--ease-out);display:block}.hdr-burger.is-open span:first-child{transform:translateY(8px)rotate(45deg)}.hdr-burger.is-open span:nth-child(2){opacity:0}.hdr-burger.is-open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.hdr-overlay{z-index:55;background:var(--c-black);padding:var(--gutter);flex-direction:column;justify-content:center;align-items:flex-start;gap:40px;display:flex;position:fixed;inset:0}.hdr-overlay-close{top:20px;right:var(--gutter);width:32px;height:32px;color:var(--c-white);font-size:28px;line-height:1;position:absolute}.hdr-overlay-nav{flex-direction:column;gap:24px;display:flex}.hdr-overlay-link{font-family:var(--font-sans);font-size:var(--fs-title);font-weight:var(--fw-regular);color:var(--c-white)}.hdr-cv--overlay{align-self:flex-start}@media (width<=900px){.hdr-nav,.hdr-gear{display:none}.hdr-burger{display:flex}.hdr-right{gap:20px}}@media (width>=901px){.hdr-overlay{display:none}}@media (width<=600px){.hdr-cv--bar{display:none}}.hero{background:var(--c-black);position:relative;overflow:hidden}.hero-container{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.hero-left{min-width:0;margin-top:309px}.hero-name{font-size:var(--fs-hero);font-weight:var(--fw-light);letter-spacing:var(--ls-hero);line-height:var(--lh-hero);color:var(--c-white);margin:0}.hero-name__mask{vertical-align:top;line-height:var(--lh-hero);margin-inline:-.04em;padding-inline:.04em;display:inline-block;overflow:hidden}.hero-name__char{will-change:transform;display:inline-block}.hero-contact{color:var(--c-white);margin-top:42px;font-size:20px;line-height:24px}.hero-contact p{margin:0}.hero-contact__meta{flex-wrap:wrap;align-items:baseline;gap:0 10px;display:flex}.hero-contact__dot{opacity:.4}.hero-contact a{font-weight:var(--fw-light);color:var(--c-white)}.hero-contact a:hover,.hero-contact a:focus-visible{text-decoration:underline}.hero-status{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:#ffffff8c;align-items:center;gap:10px;margin-top:20px;font-size:11px;display:flex}.hero-status__bullet{background:var(--c-accent);flex-shrink:0;width:6px;height:6px}.hero-status__text-wrap{align-items:center;min-height:1.4em;display:inline-flex;position:relative}.hero-status__text{display:inline-block}.hero-socials{align-items:center;gap:10px;margin-top:18px;display:flex}.hero-socials__link{color:var(--c-white);transition:color var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);display:inline-flex}.hero-socials__link:hover,.hero-socials__link:focus-visible{color:var(--c-accent);transform:scale(1.12)}.hero-lede{max-width:560px;font-size:var(--fs-lede);font-weight:var(--fw-light);line-height:var(--lh-body);color:var(--c-white);margin-top:151px}.hero-portrait{cursor:pointer;flex-shrink:0;width:396px;height:810px;margin:210px 0 0;position:relative}.hero-portrait:focus-visible{outline:2px solid var(--c-accent);outline-offset:6px}.hero-portrait__img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.hero-portrait__helmet-wrap{z-index:2;pointer-events:none;-webkit-mask-image:radial-gradient(circle var(--spot-r) at var(--spot-x) var(--spot-y), transparent 0%, transparent 88%, #000 100%);-webkit-mask-image:radial-gradient(circle var(--spot-r) at var(--spot-x) var(--spot-y), transparent 0%, transparent 88%, #000 100%);mask-image:radial-gradient(circle var(--spot-r) at var(--spot-x) var(--spot-y), transparent 0%, transparent 88%, #000 100%);position:absolute;inset:0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hero-portrait__helmet{pointer-events:none;width:188px;height:161px;margin-left:-94px;display:block;position:absolute;top:-6px;left:50%}.hero-portrait__beam{z-index:3;pointer-events:none;background:radial-gradient(circle var(--spot-r) at var(--spot-x) var(--spot-y), transparent 0%, transparent 97%, #ffffff40 99%, transparent 101%);position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.hero-portrait{cursor:default}}.hero-scroll{flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.hero-scroll__label{letter-spacing:.25em;text-transform:uppercase;color:#ffffff80;font-size:9px}.hero-scroll__line{background:#fff9;width:1px;height:48px;position:relative;overflow:hidden}.hero-scroll__seg{background:var(--c-accent-hot);width:1px;height:14px;position:absolute;top:0;left:0}@media (width<=1024px){.hero-left{margin-top:220px}.hero-lede{margin-top:130px}.hero-portrait{width:300px;height:614px;margin-top:150px}.hero-portrait__helmet{width:150px;height:129px;margin-left:-75px}}@media (width<=900px){.hero-container{text-align:left;flex-direction:column;align-items:center}.hero-left{flex-direction:column;order:2;align-items:flex-start;width:100%;margin-top:48px;display:flex}.hero-name{order:1}.hero-contact{order:2;margin-top:32px}.hero-socials{order:3;justify-content:flex-start;margin-top:16px}.hero-status-block{order:4;justify-content:flex-start;margin-top:16px;display:flex}.hero-lede{order:5;max-width:480px;margin-top:20px}.hero-portrait{order:1;align-self:center;width:280px;height:573px;margin-top:40px}.hero-portrait__helmet{width:132px;height:113px;margin-left:-66px}}@media (width<=600px){.hero{padding-bottom:90px}.hero-portrait{width:200px;height:409px}.hero-portrait__helmet{width:94px;height:81px;margin-left:-47px;top:-4px}.hero-lede{max-width:100%}}@media (width<=360px){.hero-left{margin-top:32px}}.flap{font-variant-numeric:tabular-nums;white-space:nowrap;display:inline-block}.flap-space{width:.32em;display:inline-block}.flap-cell{text-align:center;vertical-align:baseline;display:inline-block}.flap-cell--digit{width:1ch}.flap-face{animation:flap-turn 90ms var(--ease-out);display:inline-block}.flap-cell.is-locked .flap-face{animation:none}@keyframes flap-turn{0%{opacity:.55;transform:scaleY(.4)}to{opacity:1;transform:scaleY(1)}}.sec{padding-bottom:56px}.sec-label{margin-top:46px;margin-bottom:44px;display:block}.sec-label:has(+.sec-blurb){margin-bottom:10px}.sec-blurb{font-size:20px;font-weight:var(--fw-light);color:var(--fg-dim);margin:0 0 34px}.sec-list{flex-direction:column;gap:56px;display:flex}.sec-entry{justify-content:space-between;align-items:flex-start;gap:24px;display:flex;position:relative}.sec-bar{z-index:1;background:var(--c-accent);transform-origin:top;width:2px;height:100%;position:absolute;top:0;left:-20px}.sec-art{z-index:3;pointer-events:none;border:1px solid var(--line);opacity:0;width:auto;max-width:36%;height:auto;max-height:250px;transform:translate(calc(var(--art-x,50%) - 50%), calc(var(--art-y,50%) - 50%)) scale(.94);transition:transform .34s var(--ease-out), opacity .28s var(--ease-out);position:absolute;top:0;left:0;box-shadow:0 18px 50px #00000059}.sec-entry--art-active .sec-art{opacity:1;transform:translate(calc(var(--art-x,50%) - 50%), calc(var(--art-y,50%) - 50%)) scale(1)}.sec-entry--has-art{min-height:260px}@media (width<=900px){.sec-entry--has-art{min-height:0}}.sec-entry--fastest .sec-bar{background:var(--c-purple)}.sec-content{z-index:1;min-width:0;max-width:720px;position:relative}.sec-title{font-size:var(--fs-title);font-weight:var(--fw-light);color:var(--fg);transition:color var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);margin:0;line-height:1.15}.sec-entry:hover .sec-title{color:var(--c-accent);transform:translate(6px)}.sec-entry--fastest:hover .sec-title{color:var(--c-purple)}.sec-title-link{color:inherit;align-items:baseline;gap:6px;display:inline-flex}.sec-title-arrow{transition:transform var(--dur-fast) var(--ease-out);display:inline-block}.sec-title-link:hover .sec-title-arrow{transform:translate(4px)}.sec-role{font-size:var(--fs-role);font-weight:var(--fw-light);color:var(--fg);margin:7px 0 0}.sec-role+.sec-role{margin-top:4px}.sec-org{color:var(--fg-dim)}.sec-stats{flex-wrap:wrap;gap:40px;margin:24px 0 0;display:flex}.sec-stat-value{font-size:34px;font-weight:var(--fw-light);color:var(--fg);font-variant-numeric:tabular-nums}.sec-stat-label{max-width:140px;font-size:12px;font-weight:var(--fw-regular);text-transform:uppercase;letter-spacing:.1em;color:var(--fg-dim);margin-top:6px}.sec-desc{max-width:720px;font-size:var(--fs-lede);font-weight:var(--fw-light);line-height:var(--lh-body);margin:30px 0 0}.sec-summary{max-width:720px;font-size:var(--fs-lede);font-weight:var(--fw-light);line-height:var(--lh-body);color:var(--fg);margin:0 0 18px}.sec-bullets{margin:14px 0 0;padding-left:24px;list-style:outside}.sec-bullets li{font-size:var(--fs-lede);font-weight:var(--fw-light);line-height:1.5}.sec-bullets li+li{margin-top:10px}.sec-pull-quote{border-left:2px solid var(--c-accent);max-width:640px;margin-top:24px;padding-left:20px}.sec-pull-quote blockquote{font-size:24px;font-weight:var(--fw-light);color:var(--fg);margin:0;line-height:1.35}.sec-date{z-index:1;font-size:var(--fs-title);font-weight:var(--fw-light);color:var(--fg);text-align:right;white-space:nowrap;flex-direction:column;flex:none;align-items:flex-end;gap:4px;display:flex;position:relative}.sec-date-top{align-items:baseline;gap:10px;display:flex}.sec-fastest-badge{font-size:9px;font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.18em;color:var(--c-purple)}.sec-location{font-size:15px;font-weight:var(--fw-light);color:var(--fg-dim)}.sec-location-sep{display:none}@media (width<=900px){.sec-bar{display:none}.sec-list{gap:44px}.sec-entry{flex-direction:column;align-items:stretch;gap:4px}.sec-date{text-align:left;flex-flow:wrap;order:-1;align-items:baseline;font-size:15px}.sec-location-sep{opacity:.6;margin-right:6px;display:inline}}@media (width<=600px){.sec{padding-bottom:64px}.sec-stats{gap:24px}.sec-stat-value{font-size:26px}.sec-stat-label{font-size:11px}}.proj-section{padding-bottom:56px}.proj-label{margin-top:46px;margin-bottom:10px;display:block}.proj-blurb{font-size:20px;font-weight:var(--fw-light);color:var(--fg-dim);margin:0}.proj-filters{flex-wrap:wrap;gap:10px;margin-top:36px;display:flex}.proj-chip{font-size:13px;font-weight:var(--fw-regular);text-transform:uppercase;letter-spacing:.1em;color:var(--fg);border:1px solid var(--line);cursor:pointer;transition:background-color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);background:0 0;border-radius:0;align-items:baseline;gap:6px;padding:8px 16px;display:inline-flex}.proj-chip:hover{border-color:var(--c-accent);color:var(--c-accent)}.proj-chip--active,.proj-chip--active:hover{background:var(--c-accent);border-color:var(--c-accent);color:var(--c-white)}.proj-chip-count{letter-spacing:0;opacity:.55;font-size:9px;position:relative;top:-3px}.proj-grid{grid-template-columns:1fr;gap:24px;margin-top:40px;display:grid}@media (width>=700px){.proj-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1100px){.proj-grid{grid-template-columns:repeat(3,1fr)}}.proj-card{background:var(--bg);border:1px solid var(--line);min-height:260px;transition:border-color var(--dur-fast) var(--ease-out), background-color .6s var(--ease-in-out);border-radius:0;flex-direction:column;display:flex;position:relative}.proj-card:hover{border-color:var(--c-accent)}.proj-card--fastest:hover{border-color:var(--c-purple)}.proj-card:before{content:"";z-index:0;pointer-events:none;opacity:0;background:radial-gradient(320px circle at var(--mx,50%) var(--my,50%), #dd260b12, transparent 70%);transition:opacity var(--dur-fast) var(--ease-out);position:absolute;inset:0}.proj-card--spotlight:hover:before{opacity:1}.surface.is-lit .proj-card:before{background:radial-gradient(320px circle at var(--mx,50%) var(--my,50%), #dd260b24, transparent 70%)}.proj-art{z-index:0;pointer-events:none;opacity:0;-webkit-mask-image:radial-gradient(circle var(--art-r,170px) at var(--art-x,50%) var(--art-y,50%), #000 0%, #000 82%, transparent 100%);-webkit-mask-image:radial-gradient(circle var(--art-r,170px) at var(--art-x,50%) var(--art-y,50%), #000 0%, #000 82%, transparent 100%);mask-image:radial-gradient(circle var(--art-r,170px) at var(--art-x,50%) var(--art-y,50%), #000 0%, #000 82%, transparent 100%);transition:opacity var(--dur-mid) var(--ease-out);background-position:50%;background-repeat:no-repeat;background-size:contain;position:absolute;inset:0;overflow:hidden}.proj-card--spotlight:hover .proj-art{opacity:.12}.surface.is-lit .proj-card--spotlight:hover .proj-art{opacity:.6}.proj-card-body{z-index:1;width:100%;color:inherit;flex-direction:column;flex:1;padding:28px;text-decoration:none;display:flex;position:relative}.proj-arrow{color:var(--fg-dim);transition:transform var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);font-size:16px;line-height:1;position:absolute;top:28px;right:28px}.proj-card:hover .proj-arrow{color:var(--c-accent);transform:translate(3px,-3px)}.proj-card--fastest:hover .proj-arrow{color:var(--c-purple)}.proj-top{justify-content:space-between;align-items:flex-start;gap:12px;padding-right:22px;display:flex}.proj-date{font-size:13px;font-weight:var(--fw-light);color:var(--fg-dim)}.proj-fastest-badge{font-size:9px;font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.18em;color:var(--c-purple);white-space:nowrap}.proj-title{font-size:24px;font-weight:var(--fw-light);color:var(--fg);transition:color var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);margin:14px 0 0;line-height:1.2}.proj-card:hover .proj-title{color:var(--c-accent);transform:translate(4px)}.proj-card--fastest:hover .proj-title{color:var(--c-purple)}.proj-meta{margin-top:8px}.proj-role{font-size:15px;font-weight:var(--fw-light);color:var(--fg);margin:0}.proj-org{font-size:15px;font-weight:var(--fw-light);color:var(--fg-dim);margin:4px 0 0}.proj-stats{flex-wrap:wrap;gap:24px;margin-top:18px;display:flex}.proj-stat-value{font-size:22px;font-weight:var(--fw-light);color:var(--fg);font-variant-numeric:tabular-nums}.proj-stat-label{max-width:130px;font-size:10px;font-weight:var(--fw-regular);text-transform:uppercase;letter-spacing:.1em;color:var(--fg-dim);margin-top:4px}.proj-bottom{margin-top:auto;padding-top:18px}.proj-bullet{font-size:16px;font-weight:var(--fw-light);color:var(--fg);-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;line-height:1.45;display:-webkit-box;overflow:hidden}.proj-quote{border-left:2px solid var(--c-accent);font-size:16px;font-style:normal;font-weight:var(--fw-light);color:var(--fg);-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;padding-left:14px;line-height:1.45;display:-webkit-box;overflow:hidden}@media (width<=480px){.proj-card-body{padding:20px}.proj-arrow{top:20px;right:20px}.proj-title{font-size:21px}}.cred-sec{padding-bottom:56px}.cred-label{margin-top:46px;margin-bottom:44px;display:block}.cred-label:has(+.cred-blurb){margin-bottom:10px}.cred-blurb{font-size:20px;font-weight:var(--fw-light);color:var(--fg-dim);margin:0 0 34px}.cred-grid{grid-template-columns:1fr;gap:20px;display:grid}.cred-card{border:1px solid var(--line);background:var(--bg);min-height:210px;transition:border-color var(--dur-fast) var(--ease-out), background-color .6s var(--ease-in-out);padding:30px;position:relative;overflow:hidden}.cred-card:hover{border-color:var(--c-accent)}.cred-bar{background:var(--c-accent);height:3px;transition:height var(--dur-fast) var(--ease-out);position:absolute;top:0;left:0;right:0}.cred-card:hover .cred-bar{height:5px}.cred-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.cred-heading{min-width:0}.cred-title{font-size:var(--fs-title);font-weight:var(--fw-light);color:var(--fg);margin:0;line-height:1.15}.cred-org{font-size:16px;font-weight:var(--fw-light);color:var(--fg-dim);margin:8px 0 0}.cred-role{font-size:var(--fs-role);font-weight:var(--fw-light);color:var(--fg);margin:8px 0 0}.cred-location{font-size:15px;font-weight:var(--fw-light);color:var(--fg-dim);margin:4px 0 0}.cred-date{font-size:15px;font-weight:var(--fw-light);color:var(--fg-dim);white-space:nowrap;flex:none;margin:0}.cred-chips{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.cred-chip{border:1px solid var(--line);font-size:14px;font-weight:var(--fw-light);color:var(--fg);padding:6px 12px}.cred-coursework{font-size:14px;font-weight:var(--fw-light);line-height:var(--lh-body);color:var(--fg-dim);margin:12px 0 0}@media (width<=800px){.cred-card{min-height:0}}@media (width<=600px){.cred-sec{padding-bottom:64px}.cred-card{padding:24px}.cred-head{flex-direction:column;gap:6px}.cred-date{order:-1}}.cred-title-link{color:inherit;transition:color var(--dur-fast) var(--ease-out);align-items:baseline;gap:8px;display:inline-flex}.cred-title-link:hover,.cred-title-link:focus-visible{color:var(--c-accent)}.cred-title-arrow{transition:transform var(--dur-fast) var(--ease-out);font-size:.55em;transform:translate(0)}.cred-title-link:hover .cred-title-arrow,.cred-title-link:focus-visible .cred-title-arrow{transform:translate(3px,-3px)}.cred-card--has-art{position:relative}.cred-card--has-art>:not(.cred-art){z-index:1;position:relative}.cred-art{z-index:0;pointer-events:none;opacity:0;-webkit-mask-image:radial-gradient(circle 150px at var(--art-x,50%) var(--art-y,50%), #000 0%, #000 78%, transparent 100%);-webkit-mask-image:radial-gradient(circle 150px at var(--art-x,50%) var(--art-y,50%), #000 0%, #000 78%, transparent 100%);mask-image:radial-gradient(circle 150px at var(--art-x,50%) var(--art-y,50%), #000 0%, #000 78%, transparent 100%);transition:opacity .32s var(--ease-out);background-position:50%;background-size:cover;position:absolute;inset:0}.cred-card:hover .cred-art{opacity:.22}.surface.is-lit .cred-card:hover .cred-art{opacity:.5}@media (pointer:coarse){.cred-art{display:none}}.skills-sec{padding-bottom:56px;overflow-x:hidden}.skills-label{margin-top:46px;margin-bottom:46px;display:block}.skills-rows{flex-direction:column;width:100%;display:flex}.skills-row{align-items:center;gap:24px;padding:18px 0;display:flex}.skills-row:not(:last-child){border-bottom:1px solid var(--line-soft)}.skills-row-label{padding-left:var(--gutter);font-size:11px;font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.2em;color:var(--fg-dim);white-space:nowrap;flex:none}.skills-track-wrap{flex:auto;min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.skills-track{will-change:transform;width:max-content;animation-name:skills-scroll;animation-duration:var(--skills-duration,40s);animation-direction:var(--skills-direction,normal);align-items:center;gap:56px;animation-timing-function:linear;animation-iteration-count:infinite;display:flex}.skills-row:hover .skills-track,.skills-row:focus-within .skills-track{animation-play-state:paused}@keyframes skills-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.skills-chip{font-size:16px;font-weight:var(--fw-light);color:var(--fg);white-space:nowrap;transition:color var(--dur-fast) var(--ease-out);display:inline-block;position:relative}.skills-chip:hover{color:var(--c-accent)}.skills-chip:not(:first-child):before{content:"";background:var(--line);width:1px;height:14px;position:absolute;top:50%;left:-28px;transform:translateY(-50%)}.skills-track-wrap--static{overflow:visible;-webkit-mask-image:none;mask-image:none}.skills-track--static{will-change:auto;flex-wrap:wrap;width:auto;animation:none}@media (width<=640px){.skills-row{flex-direction:column;align-items:flex-start;gap:10px}.skills-row-label{padding-left:var(--gutter)}.skills-track-wrap,.skills-track-wrap--static{width:100%}}.podium-sec{padding-bottom:56px}.podium-label{margin-top:46px;margin-bottom:46px;display:block}.podium-list{justify-content:center;align-items:flex-end;gap:40px;margin:0;padding:0;display:flex}.podium-col{flex-direction:column;align-items:center;gap:10px;width:clamp(140px,22vw,240px);max-width:240px;display:flex}.podium-col--p1{order:2}.podium-col--p2{order:1}.podium-col--p3{order:3}.podium-copy{text-align:center}.podium-title{font-size:18px;font-weight:var(--fw-light);color:var(--fg);overflow-wrap:break-word;margin:0;line-height:1.3}.podium-detail{font-size:14px;font-weight:var(--fw-light);color:var(--fg-dim);margin:6px 0 0}.podium-date--mobile{font-size:12px;font-weight:var(--fw-light);color:var(--fg-dim);margin:4px 0 0;display:none}.podium-block{background:var(--c-black);width:100%;color:var(--c-white);will-change:height;transition:background-color .6s var(--ease-in-out), outline-color .6s var(--ease-in-out);flex-direction:column;justify-content:flex-start;align-items:center;padding-top:24px;padding-bottom:14px;display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffff24}.podium-col--p1 .podium-block{outline:1px solid var(--c-accent);outline-offset:4px}.surface.is-lit .podium-block{outline:1px solid var(--line);outline-offset:-1px;background:#ffffff12}.surface.is-lit .podium-col--p1 .podium-block{outline:1px solid var(--c-accent);outline-offset:4px}.podium-num{align-items:flex-start;gap:2px;line-height:1;display:inline-flex}.podium-num-p{font-size:22px;font-weight:var(--fw-light);color:var(--c-white)}.podium-num-n{font-size:68px;font-weight:var(--fw-light);color:var(--c-white);line-height:1}.podium-col--p1 .podium-num-n{font-size:88px}.podium-col--p1 .podium-num-p,.podium-col--p1 .podium-num-n{color:var(--c-accent)}.podium-block-date{font-size:12px;font-weight:var(--fw-light);letter-spacing:.2em;color:#ffffff73;margin-top:auto;padding-top:12px}.podium-floor{background:var(--c-accent);width:100%;height:2px}.podium-mobile-marker{display:none}.podium-also{margin-top:40px}.podium-also-heading{font-size:11px;font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.2em;color:var(--fg-dim);margin:0 0 16px}.podium-also-list{flex-direction:column;gap:14px;margin:0;padding:0;display:flex}.podium-also-row{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}.podium-also-bullet{background:var(--c-accent);flex:none;width:8px;height:8px}.podium-also-title{font-size:16px;font-weight:var(--fw-light);color:var(--fg)}.podium-also-detail{font-size:14px;font-weight:var(--fw-light);color:var(--fg-dim)}.podium-also-date{font-size:14px;font-weight:var(--fw-light);color:var(--fg-dim);white-space:nowrap;margin-left:auto}@media (width<=700px){.podium-list{flex-direction:column;align-items:stretch;gap:22px;margin-top:4px}.podium-col--p1,.podium-col--p2,.podium-col--p3{order:0}.podium-col{flex-direction:row;align-items:center;gap:14px;width:auto;max-width:none}.podium-copy{text-align:left;flex:auto;min-width:0}.podium-title{font-size:16px}.podium-date--mobile{display:block}.podium-block{display:none}.podium-mobile-marker{background:var(--fg);width:14px;height:14px;transition:background-color .6s var(--ease-in-out);flex:none;display:block}.podium-col--p1 .podium-mobile-marker{background:var(--c-accent)}.podium-floor{display:none}.podium-also{margin-top:30px}.podium-also-date{text-align:left;flex:1 0 100%;margin-left:0}}@media (width<=600px){.podium-sec{padding-bottom:64px}}.refs{padding-bottom:56px}.refs-label{margin-top:44px;display:block}.refs-note{font-size:16px;font-weight:var(--fw-light);color:var(--fg-dim);max-width:46em;margin-top:10px}.refs-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;display:grid}.refs-item{border-top:1px solid var(--line);padding-top:18px}.refs-relation{font-size:11px;font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.2em;color:var(--c-accent);display:block}.refs-name{font-size:var(--fs-role);font-weight:var(--fw-light);color:var(--fg);margin-top:8px;display:block}.refs-role{font-size:15px;font-weight:var(--fw-light);color:var(--fg-dim);margin-top:6px;line-height:1.4;display:block}@media (width<=900px){.refs-grid{grid-template-columns:1fr}}@media (width<=600px){.refs{padding-bottom:44px}}.contact{padding-bottom:100px}.contact-label{margin-top:44px;display:block}.contact-grid{justify-content:space-between;align-items:flex-start;gap:40px;margin-top:53px;display:flex}.contact-column{text-align:left;flex-direction:column;align-items:flex-start;min-width:0;display:flex}.contact-block-email,.contact-block-location{margin-top:6px}.contact-heading{font-size:var(--fs-title);font-weight:var(--fw-light);color:var(--fg);margin:0}.contact-values{flex-direction:column;margin-top:8px;display:flex}.contact-copyable{align-items:baseline;gap:10px;line-height:25px;display:inline-flex;position:relative}.contact-value{font-size:var(--fs-role);font-weight:var(--fw-light);color:var(--fg);transition:color var(--dur-fast) ease var(--ease-out)}.contact-value-link:hover,.contact-value-link:focus-visible{color:var(--c-accent)}@media (pointer:fine){.contact-value-link{cursor:copy}}.contact-copied-badge{font-family:var(--font-mono);font-size:11px;font-weight:var(--fw-bold);letter-spacing:.08em;text-transform:uppercase;color:var(--c-accent);opacity:0;pointer-events:none}.contact-copied-badge.is-visible{animation:1.6s contact-copy-fade}.contact-copied-badge.is-static{opacity:1}@keyframes contact-copy-fade{0%{opacity:0}15%{opacity:1}75%{opacity:1}to{opacity:0}}.contact-socials-wrap{margin-top:30px}.contact-socials{align-items:center;gap:10px;margin:0;padding:0;list-style:none;display:flex}.contact-social-link{width:25px;height:25px;color:var(--fg);transition:color var(--dur-fast) ease var(--ease-out), transform var(--dur-fast) ease var(--ease-out);justify-content:center;align-items:center;display:inline-flex;position:relative}.contact-social-link:hover,.contact-social-link:focus-visible{color:var(--c-accent);transform:scale(1.15)}.contact-social-ring{border:1px solid var(--c-accent);opacity:0;width:40px;height:40px;transition:opacity var(--dur-fast) ease var(--ease-out), transform var(--dur-fast) ease var(--ease-out);pointer-events:none;border-radius:50%;margin:-20px 0 0 -20px;position:absolute;top:50%;left:50%;transform:scale(.6)}.contact-social-link:hover .contact-social-ring,.contact-social-link:focus-visible .contact-social-ring{opacity:1;transform:scale(1)}.contact-clock{flex:none;align-items:stretch;gap:24px;padding-top:4px;display:flex}.contact-clock-rule{background:var(--line);width:1px;transition:background-color .6s var(--ease-in-out);align-self:stretch}.contact-clock-col{flex-direction:column;gap:10px;display:flex}.contact-clock-row{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.contact-clock-label{font-size:9px;font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.2em;color:var(--fg-dim)}.contact-clock-time{font-family:var(--font-mono);color:var(--fg);font-variant-numeric:tabular-nums;font-size:22px}.contact-clock-time--pulse{animation:1s steps(2,end) infinite contact-clock-pulse}@keyframes contact-clock-pulse{0%,to{opacity:1}50%{opacity:.7}}@media (width<=900px){.contact-grid{flex-direction:column;margin-top:52px}.contact-clock{display:none}}@media (width<=600px){.contact{padding-bottom:80px}}.ftr{background:var(--c-white);color:var(--c-black);padding-top:40px;padding-bottom:80px}.ftr-row{justify-content:space-between;align-items:baseline;gap:24px;margin-top:32px;display:flex}.ftr-copy{font-family:var(--font-sans);font-size:20px;font-weight:var(--fw-light);max-width:60ch}.ftr-link{font-family:var(--font-sans);font-size:20px;font-weight:var(--fw-regular);white-space:nowrap;transition:color var(--dur-fast) var(--ease-out);text-decoration:underline}.ftr-link:hover,.ftr-link:focus-visible{color:var(--c-accent)}@media (width<=700px){.ftr-row{flex-direction:column;align-items:flex-start;gap:16px}.ftr-copy,.ftr-link{font-size:15px}}.lights-overlay{z-index:9999;background:var(--c-black);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex;position:fixed;inset:0}.lights-gantry{background:var(--c-black);border:1px solid #ffffff2e;border-radius:6px;align-items:center;gap:18px;padding:18px 22px;display:flex}.lights-column{flex-direction:column;gap:10px;display:flex}.lights-bulb{width:40px;height:40px;transition:background var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);background:#1a0603;border-radius:50%;display:block;box-shadow:inset 0 0 8px #000c,inset 0 2px 3px #0009}.lights-bulb--on{background:var(--c-accent-hot);box-shadow:0 0 24px #ff3b1ae6,inset 0 0 10px #ffc8b499}.lights-caption{font-family:var(--font-mono);letter-spacing:.3em;text-transform:uppercase;color:#ffffff73;opacity:0;transition:opacity var(--dur-mid) var(--ease-out);font-size:10px}.lights-caption--visible{opacity:1}.lights-skip{color:#ffffff4d;text-transform:lowercase;letter-spacing:.04em;font-size:10px;position:fixed;bottom:14px;right:16px}@media (width<=600px){.lights-gantry{gap:10px;padding:12px 14px}.lights-column{gap:6px}.lights-bulb{width:22px;height:22px}}@media (width<=360px){.lights-gantry{gap:7px;padding:10px}.lights-bulb{width:18px;height:18px}}.xhair-hide-native,.xhair-hide-native body{cursor:none}.xhair-hide-native :is(input,textarea,[contenteditable=true]){cursor:auto}.xhair{z-index:9000;pointer-events:none;opacity:0;transition:opacity .2s var(--ease-out);position:fixed;inset:0}.xhair[data-visible=true]{opacity:1}.xhair-line{background:#dd260b80;position:absolute}.xhair-line--h{width:100%;height:1px;top:0;left:0}.xhair-line--v{width:1px;height:100%;top:0;left:0}.xhair-reticle{border:1px solid var(--c-accent);width:34px;height:34px;transition:width .18s var(--ease-out), height .18s var(--ease-out), margin .18s var(--ease-out), border-width .18s var(--ease-out);border-radius:50%;margin:-17px 0 0 -17px;position:absolute;top:0;left:0}.xhair-reticle.is-over{border-width:2px;width:48px;height:48px;margin:-24px 0 0 -24px}.xhair-readout{font-family:var(--font-mono);letter-spacing:.1em;color:#dd260bbf;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:9px;position:absolute;top:26px;left:26px}.spark-layer{z-index:8999;pointer-events:none;position:fixed;inset:0;overflow:hidden}.spark{width:0;height:0;position:absolute}.spark-ray{background:var(--c-accent);transform-origin:0;width:12px;height:2px;display:block;position:absolute;top:-1px;left:0}:root{--c-black:#000;--c-white:#fff;--c-accent:#dd260b;--c-accent-hot:#ff3b1a;--c-grey-bg:#eff1f2;--c-hairline:#dd260b;--c-muted:#6b6b6b;--bg:var(--c-white);--fg:var(--c-black);--fg-dim:#6b6b6b;--line:#00000024;--line-soft:#0000001a;--c-purple:#a020f0;--c-green:#00d17a;--c-yellow:#f5d020;--font-sans:"Helvetica Neue", Helvetica, Arial, "Liberation Sans", sans-serif;--font-mono:ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;--fs-hero:80px;--fs-lede:24px;--fs-title:30px;--fs-role:20px;--fs-label:16px;--lh-hero:1.28;--lh-body:1.4;--ls-hero:-.05em;--ls-label:.06em;--fw-light:300;--fw-regular:400;--fw-bold:700;--container:1300px;--gutter:24px;--header-h:100px;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--dur-fast:.22s;--dur-mid:.5s;--dur-slow:.9s}@media (width<=1024px){:root{--fs-hero:56px;--fs-lede:20px;--fs-title:26px;--fs-role:18px;--header-h:76px}}@media (width<=600px){:root{--fs-hero:40px;--fs-lede:17px;--fs-title:21px;--fs-role:15px;--fs-label:13px;--gutter:20px;--header-h:64px}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background:var(--c-white);color:var(--c-black);font-family:var(--font-sans);font-weight:var(--fw-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow-x:hidden}h1,h2,h3,h4,p,ul,figure{margin:0}ul{padding:0;list-style:none}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}::selection{background:var(--c-accent);color:var(--c-white)}:focus-visible{outline:2px solid var(--c-accent);outline-offset:3px}.container{width:min(100% - (var(--gutter) * 2), var(--container));margin-inline:auto}.section-label{font-size:var(--fs-label);font-weight:var(--fw-bold);letter-spacing:var(--ls-label);color:var(--c-accent);text-transform:uppercase}.tabular{font-variant-numeric:tabular-nums}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.surface{background-color:var(--bg);color:var(--fg);transition:background-color .6s var(--ease-in-out), color .6s var(--ease-in-out)}.surface.is-lit{--bg:var(--c-black);--fg:var(--c-white);--fg-dim:#ffffff94;--line:#ffffff38;--line-soft:#ffffff21}
