@import"https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Sans:wght@400;500;600&display=swap";:root{--yellow:#dedf18;--ink:#211f1a;--milk:#ecf3ea;--orange:#ff6038;--line:rgba(33,31,26,.22)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--yellow)}body{margin:0;color:var(--ink);font-family:DM Sans,Arial,sans-serif;cursor:none;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.cursor{position:fixed;left:-11px;top:-11px;width:22px;height:22px;border-radius:50%;background:var(--orange);mix-blend-mode:multiply;z-index:1000;pointer-events:none;transition:width .2s,height .2s}.field{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.field i{position:absolute;left:var(--x);top:var(--y);font-style:normal;font-size:clamp(10px,1.2vw,18px);color:var(--milk);filter:drop-shadow(0 0 8px white);animation:drift var(--d) ease-in-out var(--delay) infinite alternate}.field i:nth-child(3n){color:#efff47}.field i:nth-child(4n){color:#b8daff}@keyframes drift{to{transform:translate(45px,-70px) rotate(180deg)}}header{position:fixed;z-index:20;top:0;left:0;width:100%;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:600;letter-spacing:.05em}.mark{width:32px;height:32px;background:var(--ink);color:var(--yellow);border-radius:50%;display:grid;place-items:center;font-family:Archivo Black;font-size:10px}.available{background:var(--ink);color:var(--yellow);padding:10px 15px;border-radius:30px}.available i{display:inline-block;width:6px;height:6px;background:var(--yellow);border-radius:50%;margin-right:7px;animation:blink 1.2s infinite}@keyframes blink{50%{opacity:.25}}.menu{display:none;border:0;background:transparent;font-size:11px;font-weight:600}nav{display:flex;gap:5px;background:#dedf18d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:4px;border-radius:30px}nav a{padding:8px 12px;border-radius:22px;text-transform:uppercase}nav a:hover{background:var(--ink);color:var(--yellow)}nav b{font-size:8px;margin-right:5px;vertical-align:top}.hero,.section,.contact{position:relative;z-index:1}.hero{min-height:100svh;padding:18vh 4vw 5vh;display:grid;grid-template-columns:1fr .75fr;align-items:center}.eyebrow{position:absolute;left:4vw;top:13vh;font-size:9px;font-weight:600;letter-spacing:.15em}.hero h1{font-family:Archivo Black,sans-serif;text-transform:none;font-size:clamp(84px,14.5vw,240px);line-height:.69;letter-spacing:-.075em;margin:0;filter:blur(5px);text-shadow:0 0 18px rgba(33,31,26,.3);transform:translate(-1vw)}.hero h1 span{display:block}.hero p{font-size:clamp(22px,2.7vw,48px);line-height:1.02;letter-spacing:-.045em;margin:8vw 0 0}.scroll{position:absolute;bottom:22px;left:50%;font-size:9px;letter-spacing:.14em;display:flex;gap:20px;align-items:center}.scroll b{font-size:20px}.section{padding:12vh 4vw 15vh;min-height:100vh}.section-title{display:grid;grid-template-columns:1fr 2fr;margin-bottom:10vh}.section-title>span,.contact>span{font-size:10px;font-weight:600;letter-spacing:.15em}.section-title h2{font-family:Archivo Black;font-size:clamp(48px,8vw,130px);line-height:.88;letter-spacing:-.06em;margin:0}.section-title h2 em{font-family:DM Sans;font-weight:400}.experience{background:var(--milk);border-radius:42px 42px 0 0}.rows article{display:grid;grid-template-columns:50px 130px 1.4fr 1fr;align-items:center;gap:15px;padding:26px 0;border-bottom:1px solid var(--line);transition:padding .3s,background .3s}.rows article:hover{padding-left:15px;background:var(--yellow)}.rows h3,.rows p{margin:0}.rows h3{font-size:clamp(20px,2.4vw,35px);letter-spacing:-.04em}.rows p{font-size:13px;margin-top:5px}.rows small,.year,.number{font-size:10px}.number{opacity:.45}.projects{background:var(--ink);color:var(--milk)}.project-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.project-list article{min-height:72vh;border:1px solid rgba(236,243,234,.25);border-radius:26px;padding:16px;display:flex;flex-direction:column;overflow:hidden;transition:transform .35s,background .35s}.project-top{display:flex;justify-content:space-between;font-size:9px;letter-spacing:.1em}.orb{position:relative;height:35vh;margin:5vh 0;display:grid;place-items:center}.orb i{position:absolute;width:56%;aspect-ratio:1;border:1px solid var(--yellow);border-radius:50%;animation:orbit 7s linear infinite}.orb i:nth-child(2){transform:rotate(60deg) scaleY(.45);animation-duration:5s}.orb i:nth-child(3){transform:rotate(-60deg) scaleX(.45);animation-duration:9s}.orb b{font:clamp(75px,10vw,150px)/1 "Archivo Black";color:var(--yellow);filter:blur(2px)}@keyframes orbit{to{transform:rotate(360deg)}}.project-list h3{font:clamp(44px,5vw,80px)/.9 "Archivo Black";letter-spacing:-.06em;margin:auto 0 16px}.project-list p{font-size:16px;line-height:1.35;max-width:38ch}.project-list small{font-size:9px;letter-spacing:.09em;opacity:.7}.notes{background:var(--yellow);padding-bottom:0}.notes-list{margin-left:33%;border-top:1px solid var(--ink)}.notes-list article{display:grid;grid-template-columns:100px 1fr 1fr 30px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line)}.notes-list h3,.notes-list p{margin:0}.notes-list h3{font-size:clamp(18px,2vw,31px);letter-spacing:-.04em}.notes-list p,.notes-list span{font-size:11px}.ticker{width:calc(100% + 8vw);margin:15vh -4vw 0;overflow:hidden;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);padding:16px 0}.ticker div{font:46px/1 Archivo Black;white-space:nowrap;animation:ticker 25s linear infinite}@keyframes ticker{to{transform:translate(-50%)}}.contact{min-height:100svh;background:var(--yellow);padding:10vh 4vw 25px;display:flex;flex-direction:column;justify-content:space-between}.contact>p{font-size:clamp(25px,3vw,50px);line-height:1;letter-spacing:-.05em;margin:2vh 0}.contact>a{align-self:flex-end;font-size:clamp(18px,2vw,32px);border-bottom:2px solid var(--ink);padding-bottom:6px}.contact>a b{display:inline-grid;place-items:center;background:var(--ink);color:var(--yellow);border-radius:50%;width:1.5em;height:1.5em}.contact h2{font:clamp(100px,19vw,300px)/.68 "Archivo Black";letter-spacing:-.085em;margin:15vh 0 5vh;filter:blur(5px);color:var(--milk);text-shadow:0 0 20px rgba(236,243,234,.6)}footer{display:flex;justify-content:space-between;font-size:9px;letter-spacing:.1em}main>section+section{margin-top:3vh}.notes+.contact{margin-top:1vh;min-height:0;padding-top:3vh}.notes+.contact .business-card{margin:0 auto}.notes+.contact footer{margin-top:5vh!important}header,nav{font-size:14px}nav b{font-size:11px}.section-title>h2:only-child{font-size:clamp(38px,4.4vw,68px)}.rows article .year{font-size:16px}.rows h3{font-size:clamp(28px,3vw,46px)}.rows p{font-size:18px}.rows article>small{font-size:15px;line-height:1.5}.project-top{font-size:14px}.project-list h3,.project-list article:nth-child(2n) h3{font-size:clamp(58px,6.1vw,98px)}.project-list p{font-size:clamp(19px,1.5vw,23px);line-height:1.45}.project-list small{font-size:14px;line-height:1.45}.resume-list li{font-size:clamp(20px,1.75vw,26px);line-height:1.5}.card-copy>span{font-size:14px}.card-copy p{font-size:clamp(19px,1.8vw,25px)}.card-links a{font-size:clamp(20px,2.05vw,30px)}.contact footer{font-size:clamp(19px,1.65vw,25px)}@media (max-width:800px){.tagline{font-size:29px}.rows article .year{font-size:15px}.rows p{font-size:18px}.rows article>small{font-size:15px}.resume-list li{font-size:20px}.project-list h3,.project-list article:nth-child(2n) h3{font-size:clamp(52px,15vw,80px)}}@media (max-width:800px){body{cursor:auto}.cursor{display:none}header{padding:12px}.available{display:none}.menu{display:block;margin-left:auto;margin-right:8px}nav{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--ink);color:var(--yellow);border-radius:0;display:flex;flex-direction:column;justify-content:center;padding:25px;transform:translateY(-105%);transition:transform .45s}nav.open{transform:none}nav a{font:10vw/1 Archivo Black;padding:10px}nav b{font:12px/1 DM Sans}.hero{grid-template-columns:1fr;align-content:center;padding:15vh 16px 10vh}.hero h1{font-size:20vw}.hero p{font-size:23px;margin:10vh 0 0 40%}.eyebrow,.scroll{left:16px}.section{padding:11vh 16px}.section-title{grid-template-columns:1fr;gap:30px}.section-title h2{font-size:15vw}.rows article{grid-template-columns:35px 1fr;padding:22px 0}.rows .year{grid-column:2}.rows article>div{grid-column:2}.rows small{grid-column:2}.project-list{grid-template-columns:1fr}.project-list article{min-height:75vh}.notes-list{margin-left:0}.notes-list article{grid-template-columns:65px 1fr 20px}.notes-list p{grid-column:2}.notes-list b{grid-column:3;grid-row:1}.contact{padding:10vh 16px 20px}.contact h2{font-size:24vw}.contact>a{align-self:flex-start}footer{gap:15px;flex-wrap:wrap}footer span:nth-child(2){display:none}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.hero h1,.contact h2{filter:none}}header{justify-content:center}@media (max-width:800px){header{justify-content:flex-end}}.filters{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.hero h1,.contact h2{filter:url(#fuzzy) blur(2.5px);animation:fuzzyPulse 2.2s steps(9,end) infinite;will-change:filter,transform}@keyframes fuzzyPulse{0%,to{text-shadow:-3px 0 10px rgba(33,31,26,.34);transform:translate(-1vw) skew(0)}22%{text-shadow:4px 1px 15px rgba(33,31,26,.46);transform:translate(calc(-1vw + 2px)) skew(-.35deg)}48%{text-shadow:-1px -2px 8px rgba(33,31,26,.28);transform:translate(calc(-1vw - 2px)) skew(.25deg)}73%{text-shadow:3px 0 13px rgba(33,31,26,.4);transform:translate(calc(-1vw + 1px)) skew(-.15deg)}}.contact h2{animation-name:fuzzyPulseLight}@keyframes fuzzyPulseLight{0%,to{text-shadow:-4px 0 14px rgba(236,243,234,.55);transform:translate(0) skew(0)}28%{text-shadow:5px 1px 20px rgba(236,243,234,.75);transform:translate(3px) skew(-.4deg)}57%{text-shadow:-3px -1px 11px rgba(236,243,234,.48);transform:translate(-2px) skew(.3deg)}82%{text-shadow:2px 0 17px rgba(236,243,234,.65);transform:translate(1px) skew(-.2deg)}}@media (prefers-reduced-motion:reduce){.hero h1,.contact h2{filter:blur(2px);animation:none}}.hero h1,.contact h2{filter:url(#fuzzy);animation:none;text-shadow:none;transform:translate(var(--fuzz-x,0),var(--fuzz-y,0));will-change:filter,transform}@media (prefers-reduced-motion:reduce){.hero h1,.contact h2{filter:none;transform:none}}body.pointer-out .hero h1,body.pointer-out .contact h2{filter:url(#idleFuzzy);animation:idleSway 8s ease-in-out infinite;transform-origin:50% 55%}@keyframes idleSway{0%,to{transform:translate(-3px,-1px) skew(-.5deg) scaleX(1.002);text-shadow:-2px 0 7px rgba(33,31,26,.24)}25%{transform:translate(4px,2px) skew(.7deg) scaleX(.997);text-shadow:3px 1px 10px rgba(33,31,26,.3)}50%{transform:translate(7px,-2px) skew(-.35deg) scaleX(1.004);text-shadow:-3px -1px 8px rgba(33,31,26,.25)}75%{transform:translate(1px,3px) skew(.5deg) scaleX(.999);text-shadow:2px 0 11px rgba(33,31,26,.3)}}body.pointer-out .contact h2{animation-duration:9.5s}@media (prefers-reduced-motion:reduce){body.pointer-out .hero h1,body.pointer-out .contact h2{animation:none}}body.pointer-out .hero h1,body.pointer-out .contact h2{filter:url(#fuzzy);animation:none;text-shadow:none;transform:translate(var(--fuzz-x,0),var(--fuzz-y,0))}.tagline{font-size:clamp(22px,2.7vw,48px);display:flex;align-items:center;gap:clamp(18px,2.2vw,38px);margin-top:8vw}.tagline .scroll{position:static;font-family:Archivo Black,sans-serif!important;font-size:3.06em!important;font-weight:900!important;line-height:.82;letter-spacing:-.075em!important;display:block!important;transform:none}.tagline p{margin:0;font-size:1em}@media (max-width:800px){.tagline{font-size:23px;margin:10vh 0 0 12%;gap:14px}.tagline .scroll{font-size:3.06em!important}.tagline p{margin:0;font-size:1em}}.experience{border-radius:0;background:linear-gradient(to bottom,var(--yellow) 0,var(--milk) 36vh,var(--milk) 100%)}.projects{background:linear-gradient(to bottom,var(--milk) 0,var(--ink) 36vh,var(--ink) 100%)}.notes{background:linear-gradient(to bottom,var(--ink) 0,var(--yellow) 36vh,var(--yellow) 100%)}.experience,.projects,.notes{padding-top:40vh}.experience,.projects,.notes,.contact{transition:background-color 1.2s ease,color 1.2s ease}@media (max-width:800px){.experience,.projects,.notes{padding-top:40vh;background-size:100% 36vh;background-repeat:no-repeat}.experience{background-color:var(--milk)}.projects{background-color:var(--ink)}.notes{background-color:var(--yellow)}}.experience{padding-top:108vh;background:radial-gradient(ellipse 90% 48% at 82% 100%,rgba(202,224,244,.96) 0,rgba(217,235,238,.72) 46%,transparent 78%),radial-gradient(ellipse 65% 42% at 5% 72%,rgba(238,243,184,.72) 0,transparent 76%),linear-gradient(180deg,var(--yellow) 0%,#dddf4e 24%,#e6e8a8 54%,#dfead8 76%,#cee1f1 100%)}.projects{padding-top:18vh;background:radial-gradient(ellipse 75% 55% at 8% 12%,rgba(229,241,221,.52) 0,transparent 72%),linear-gradient(180deg,#cee1f1,#d5e6f3);color:var(--ink)}.project-list article{background:var(--ink);color:var(--milk)}.notes{padding-top:118vh;background:radial-gradient(ellipse 75% 38% at 10% 22%,rgba(207,229,244,.92) 0,rgba(215,235,232,.68) 48%,transparent 82%),radial-gradient(ellipse 88% 46% at 92% 58%,rgba(228,235,135,.58) 0,transparent 78%),linear-gradient(180deg,#d5e6f3 0%,#dbe9dc 28%,#e7e99b 58%,var(--yellow) 88%,var(--yellow) 100%)}@media (max-width:800px){.experience{padding-top:100vh;background-size:auto;background-repeat:no-repeat}.projects{padding-top:16vh;background-size:auto;background-repeat:no-repeat;background-color:#d5e6f3}.notes{padding-top:105vh;background-size:auto;background-repeat:no-repeat}}.section-title>h2:only-child{grid-column:1/-1;font-size:clamp(28px,3.4vw,52px);line-height:1;letter-spacing:-.04em}.experience,.projects,.notes{padding-top:0;padding-bottom:0}.experience .section-title,.projects .section-title,.notes .section-title{margin-bottom:6vh}@media (max-width:800px){.experience,.projects,.notes{padding-top:0;padding-bottom:0}.experience .section-title,.projects .section-title,.notes .section-title{margin-bottom:5vh}}.contact{padding-top:0}.contact{min-height:100svh;padding:8vh 4vw 25px;justify-content:center;gap:10vh}.business-card{width:min(920px,92vw);margin:auto;display:grid;grid-template-columns:minmax(190px,300px) 1fr;align-items:center;gap:clamp(35px,7vw,100px);padding:clamp(24px,4vw,60px);border:1px solid rgba(33,31,26,.5);border-radius:30px;background:#ecf3ea57;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.portrait{width:100%;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:var(--ink);color:var(--yellow)}.portrait span{font:clamp(58px,8vw,118px)/1 "Archivo Black";letter-spacing:-.08em}.card-copy>span{font-size:10px;font-weight:600;letter-spacing:.15em}.card-copy h2{filter:none!important;animation:none!important;transform:none!important;font:clamp(38px,5vw,76px)/.92 "Archivo Black";letter-spacing:-.06em;margin:22px 0}.card-copy p{font-size:clamp(14px,1.4vw,19px);line-height:1.4;margin:0}.card-links{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:40px}.card-links a{font-size:clamp(15px,1.7vw,24px);border-bottom:1px solid var(--ink)}.contact footer{width:100%;margin-top:auto}@media (max-width:800px){.contact{padding:6vh 16px 20px;gap:6vh}.business-card{grid-template-columns:1fr;text-align:center;padding:24px}.portrait{width:min(180px,55vw);margin:auto}.card-links{align-items:center;margin-top:28px}.card-copy h2{font-size:12vw}.contact footer{margin-top:0}}.card-copy h2{color:var(--ink)!important}.portrait img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.resume-button{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:clamp(26px,4vh,48px);padding:clamp(18px,2vw,28px);background:var(--ink);color:var(--yellow);font-size:clamp(21px,2.2vw,34px);font-weight:600;line-height:1;border:2px solid var(--ink);transition:background .25s,color .25s}.resume-button b{font-size:1.15em}.resume-button:hover{background:transparent;color:var(--ink)}.resume-button+.card-links{margin-top:clamp(22px,3vh,34px)}.hero-copy{min-width:0}.hero-copy .tagline{margin-top:clamp(36px,6vh,76px);align-self:auto;max-width:100%}@media (max-width:800px){.hero-top .photo-carousel{order:-1;margin:0 0 3vh}.hero-copy{order:1}.hero-copy .tagline{margin:3vh 0 0!important}}.hero-top{grid-template-columns:minmax(0,2fr) minmax(160px,1fr);gap:clamp(24px,3vw,58px)}.hero-copy{position:relative;z-index:1;min-width:0}.hero-top .photo-carousel{justify-self:end;min-width:0;max-width:100%}@media (min-width:801px) and (max-width:1050px){.hero-top{grid-template-columns:minmax(0,2.35fr) minmax(130px,.65fr);gap:24px}}@media (max-width:800px){.hero-top{grid-template-columns:minmax(0,1fr)}.hero-top .photo-carousel{width:min(100%,620px);justify-self:center}.hero-copy{width:100%;min-width:0;padding-top:1vh}.hero-copy h1{font-size:clamp(56px,20vw,84px);line-height:.74;max-width:100%}.hero-copy .tagline{font-size:clamp(22px,7vw,29px)}}.rows article[role=button]{position:relative;cursor:pointer}.rows article[role=button]:focus-visible{outline:3px solid var(--ink);outline-offset:4px}.experience-toggle{position:absolute;right:0;top:30px;font-size:30px;font-weight:400;line-height:1}.rows article>.experience-accordion{grid-column:1/-1;width:100%;padding:22px 0 8px;animation:accordionIn .35s cubic-bezier(.2,.8,.2,1)}.experience-accordion ul{margin:0;padding:0 4vw 0 1.25em;columns:2;column-gap:5vw}.experience-accordion li{break-inside:avoid;margin:0 0 16px;padding-left:8px;font-size:clamp(16px,1.3vw,20px);line-height:1.5;font-weight:400}.rows article.is-open{padding-left:15px;background:#ecf3ea47!important}@keyframes accordionIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}@media (max-width:800px){.experience-toggle{top:22px;font-size:27px}.rows article>.experience-accordion{grid-column:1/-1;padding-top:20px}.experience-accordion ul{columns:1;padding-right:0}.experience-accordion li{font-size:16px}}.experience-accordion ul{columns:1;column-gap:0;max-width:1100px}.rows article.is-open,.rows article.is-open:hover{padding-left:15px;background:#ecf3ea6b!important}.experience-accordion li>ul{margin:20px 0 4px;padding-left:1.6em;max-width:none;list-style-type:circle}.experience-accordion li>ul li{margin-bottom:11px;font-size:.92em;line-height:1.45}.rows article{grid-template-columns:64px 150px minmax(280px,1.35fr) 1fr}.rows article .number{display:block;grid-column:1;font-size:18px;font-weight:600;opacity:1}.rows article .year{grid-column:2;font-size:18px}.rows article>div:not(.experience-accordion){grid-column:3}.rows article>small{grid-column:4;font-size:clamp(17px,1.35vw,21px);line-height:1.5}@media (max-width:800px){.rows article{grid-template-columns:48px minmax(0,1fr)}.rows article .number{grid-column:1;grid-row:1;font-size:16px}.rows article .year{grid-column:2;grid-row:1;font-size:17px}.rows article>div:not(.experience-accordion){grid-column:2;grid-row:2}.rows article>small{grid-column:2;grid-row:3;font-size:17px}}.rows{border-top:2px solid var(--ink)}.rows article{grid-template-columns:140px minmax(280px,1.35fr) 1fr;padding:32px 0;gap:28px;background:transparent!important}.rows article .number{display:none}.rows article .year{font-size:12px;font-weight:600;letter-spacing:.08em}.rows article>div{grid-column:2}.rows article>small{grid-column:3;font-size:11px;line-height:1.5;max-width:34ch}.rows article:hover{padding-left:0}.rows article:hover h3{transform:translate(10px)}.rows h3{font-size:clamp(24px,3vw,46px);transition:transform .35s ease}.project-list{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(33,31,26,.5)}.project-list article{min-height:0;border:0;border-bottom:1px solid rgba(33,31,26,.5);border-radius:0;background:transparent;color:var(--ink);display:grid;grid-template-columns:120px minmax(260px,1fr) minmax(260px,.8fr);grid-template-rows:auto 1fr auto;column-gap:clamp(28px,5vw,90px);padding:34px 0;overflow:visible}.project-list article:hover{background:transparent;transform:none}.project-top{grid-column:1/-1;grid-row:1;display:grid;grid-template-columns:120px 1fr auto;margin-bottom:20px}.orb{grid-column:1;grid-row:2/4;width:110px;height:110px;margin:0;align-self:center}.orb i{width:88%}.orb b{font-size:42px;color:var(--ink);filter:blur(1px)}.project-list h3{grid-column:2;grid-row:2;font-size:clamp(52px,8vw,126px);margin:0;align-self:center}.project-list p{grid-column:3;grid-row:2;margin:0;align-self:center;font-size:clamp(16px,1.5vw,22px)}.project-list small{grid-column:2/4;grid-row:3;margin-top:22px;padding-top:15px;border-top:1px solid rgba(33,31,26,.2);color:var(--ink);opacity:.7}.project-list article:nth-child(2n) h3{font-family:DM Sans;font-weight:500;font-style:italic}.notes-list{margin-left:0;border-top:2px solid var(--ink);display:grid;grid-template-columns:repeat(5,1fr)}.notes-list article{display:flex;min-height:230px;flex-direction:column;align-items:flex-start;padding:22px;border-bottom:0;border-right:1px solid var(--line)}.notes-list article:first-child{padding-left:0}.notes-list article:last-child{border-right:0}.notes-list article span{font-size:11px;font-weight:600}.notes-list article h3{font-size:clamp(18px,2vw,29px);line-height:1;margin:auto 0 12px}.notes-list article p{font-size:11px;line-height:1.4}.notes-list article b{margin-top:18px}@media (max-width:800px){.rows article{grid-template-columns:70px 1fr;gap:8px 14px;padding:24px 0}.rows article .year{grid-column:1}.rows article>div{grid-column:2}.rows article>small{grid-column:2}.project-list article{grid-template-columns:72px 1fr;grid-template-rows:auto auto auto auto;column-gap:14px;padding:26px 0}.project-top{grid-template-columns:72px 1fr auto;margin-bottom:28px}.orb{grid-column:1;grid-row:2;width:66px;height:66px}.orb b{font-size:28px}.project-list h3{grid-column:2;grid-row:2;font-size:15vw}.project-list p{grid-column:2;grid-row:3;margin-top:22px}.project-list small{grid-column:2;grid-row:4}.notes-list{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.notes-list article{min-width:72vw;min-height:250px;scroll-snap-align:start;padding:20px;border-right:1px solid var(--line)}.notes-list article:first-child{padding-left:0}}.rows{border-top:1px solid var(--ink)}.rows article{display:grid;grid-template-columns:50px 130px 1.4fr 1fr;align-items:center;gap:15px;padding:26px 0;border-bottom:1px solid var(--line)}.rows article .number{display:inline}.rows article .year{font-size:10px;font-weight:400;letter-spacing:0}.rows article>div{grid-column:auto}.rows article>small{grid-column:auto;font-size:10px;line-height:normal;max-width:none}.rows article:hover{padding-left:15px;background:var(--yellow)!important}.rows article:hover h3{transform:none}.rows h3{font-size:clamp(20px,2.4vw,35px)}.project-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;border-top:0}.project-list article{min-height:72vh;border:1px solid rgba(236,243,234,.25);border-radius:26px;background:var(--ink);color:var(--milk);display:flex;padding:16px;overflow:hidden}.project-list article:hover{transform:translateY(-10px);background:#2b2923}.project-top{display:flex;grid-column:auto;grid-row:auto;margin-bottom:0}.orb{grid-column:auto;grid-row:auto;width:auto;height:35vh;margin:5vh 0;align-self:auto}.orb i{width:56%}.orb b{font-size:clamp(75px,10vw,150px);color:var(--yellow);filter:blur(2px)}.project-list h3,.project-list article:nth-child(2n) h3{grid-column:auto;grid-row:auto;font-family:Archivo Black;font-style:normal;font-weight:400;font-size:clamp(44px,5vw,80px);margin:auto 0 16px;align-self:auto}.project-list p{grid-column:auto;grid-row:auto;margin:0 0 1em;align-self:auto;font-size:16px}.project-list small{grid-column:auto;grid-row:auto;margin:0;padding:0;border:0;color:var(--milk);opacity:.7}.notes-list{margin:0 6vw;border:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:14vw;row-gap:8vh}.notes-list article{display:block;min-height:0;padding:0 0 22px;border:0;border-bottom:1px solid var(--ink)}.notes-list article:nth-child(2n){transform:translateY(10vh)}.notes-list article span{display:block;font-size:11px;font-weight:600;letter-spacing:.08em;margin-bottom:24px}.notes-list article h3{font-size:clamp(28px,4vw,64px);line-height:.95;margin:0 0 18px;letter-spacing:-.05em}.notes-list article p{font-size:13px;font-style:italic;margin:0}.notes-list article b{display:none}@media (max-width:800px){.rows article{grid-template-columns:35px 1fr;padding:22px 0}.rows .year{grid-column:2}.rows article>div{grid-column:2}.rows article>small{grid-column:2}.project-list{grid-template-columns:1fr}.project-list article{display:flex;min-height:75vh;padding:16px}.project-top{display:flex}.orb{width:auto;height:35vh;margin:5vh 0}.orb b{font-size:clamp(75px,10vw,150px)}.project-list h3,.project-list article:nth-child(2n) h3{font-size:clamp(44px,5vw,80px)}.notes-list{margin:0;display:grid;grid-template-columns:1fr;gap:8vh;overflow:visible}.notes-list article{min-width:0;min-height:0;padding:0 0 18px}.notes-list article:nth-child(2n){transform:none}}.menu{width:38px;height:38px;padding:9px;border:0;border-radius:50%;background:var(--ink);flex-direction:column;align-items:center;justify-content:center;gap:4px;position:relative;z-index:2}.menu span{display:block;width:18px;height:2px;border-radius:2px;background:var(--yellow);transition:transform .3s ease,opacity .2s ease}.menu.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu.is-open span:nth-child(2){opacity:0}.menu.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media (max-width:800px){.menu{display:flex!important;position:fixed;top:14px;right:14px;z-index:1002;margin:0;width:46px;height:46px;padding:12px;gap:5px;cursor:pointer;touch-action:manipulation}.menu span{flex:0 0 2px;width:22px;height:2px;transform-origin:center}.menu.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}header nav{z-index:1001;height:100dvh;overflow-y:auto;align-items:flex-start;gap:10px;padding:90px 24px 40px;transform:translateY(-100%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .45s cubic-bezier(.2,.8,.2,1),opacity .3s ease,visibility 0s linear .45s}header nav.open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto;transition:transform .45s cubic-bezier(.2,.8,.2,1),opacity .3s ease}header nav a{width:100%;padding:12px 0;border-radius:0}body:has(header nav.open){overflow:hidden}}@media (max-width:800px){.menu{width:56px;height:50px;padding:7px;background:transparent;border-radius:0;gap:6px}.menu span{flex-basis:6px;width:36px;height:6px;border-radius:0;background:var(--ink)}.menu.is-open span{background:var(--yellow)}.menu.is-open span:nth-child(1){transform:translateY(12px) rotate(45deg)}.menu.is-open span:nth-child(3){transform:translateY(-12px) rotate(-45deg)}}.project-list article{border-radius:26px!important}.project-top{justify-content:flex-start}.project-detail{border-radius:0}.detail-index{font-size:14px}.inline-experience-link{font-weight:600;border-bottom:2px solid currentColor}.inline-experience-link:hover{opacity:.6}.card-education{margin-top:clamp(24px,3vh,38px)}.card-education p{margin:0 0 12px;font-size:clamp(15px,1.3vw,19px);line-height:1.4}.card-education strong{font-weight:600}.card-education+.resume-button{margin-top:clamp(22px,3vh,34px)}.card-copy h2{margin-bottom:28px}.card-education{margin-top:28px}.card-copy h2{margin-top:0}.project-detail .detail-close{position:sticky;top:0;left:0;right:auto;z-index:1100;width:max-content;max-width:100%;height:auto;padding:14px 18px;border:2px solid var(--ink);border-radius:0;background:var(--ink);color:var(--yellow);font-size:16px;font-weight:600;line-height:1;letter-spacing:.03em;cursor:pointer;touch-action:manipulation}.project-detail .detail-close:hover,.project-detail .detail-close:focus-visible{background:var(--yellow);color:var(--ink);outline:none}.project-detail{isolation:isolate}.project-detail:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--yellow);pointer-events:none}.detail-title{grid-column:1;display:flex;flex-direction:column;align-items:flex-start;gap:clamp(26px,4vh,48px)}.detail-title h2{max-width:100%}.detail-back{position:relative;z-index:1200;padding:15px 19px;border:2px solid var(--ink);border-radius:0;background:var(--ink);color:var(--yellow);font-size:16px;font-weight:600;line-height:1;cursor:pointer;pointer-events:auto;touch-action:manipulation}.detail-back:hover,.detail-back:focus-visible{background:transparent;color:var(--ink);outline:none}@media (max-width:800px){.detail-title{grid-column:1;gap:24px}.detail-back{font-size:15px}}.project-detail .detail-title h2{width:max-content;max-width:100%;font-size:clamp(40px,11vw,190px)!important;white-space:nowrap;overflow-wrap:normal;word-break:normal}.projects:has(.project-detail){z-index:2000}.project-detail{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:9999!important;width:100vw;max-width:none;height:100dvh;min-height:100dvh;background:var(--yellow)!important;overflow-y:auto;overscroll-behavior:contain}.cursor{z-index:20000!important}.project-detail .detail-body{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:clamp(24px,4vh,46px)}.project-detail .detail-title{grid-column:1;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:24px;width:100%}.project-detail .detail-title h2{flex:0 1 auto}.project-detail .detail-back{flex:0 0 auto;margin-top:8px}.project-detail .detail-body>p{grid-column:1;max-width:34ch;margin:0;font-size:clamp(24px,3vw,46px)}.project-detail .detail-meta{grid-column:1;margin-top:0}@media (max-width:800px){.project-detail .detail-title{gap:12px}.project-detail .detail-back{margin-top:2px;padding:11px 12px;font-size:12px}.project-detail .detail-body>p{font-size:clamp(21px,6vw,29px)}}.project-detail .detail-title{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:clamp(22px,3vh,38px)}.project-detail .detail-back{margin-top:0}.project-detail .detail-meta{gap:10px}.project-detail .detail-meta span{padding:11px 16px;border-width:2px;font-size:clamp(14px,1.2vw,18px);line-height:1.1}.project-video{grid-column:1;justify-self:center;width:min(100%,1050px);aspect-ratio:16/9;background:var(--ink)}.project-video iframe{display:block;width:100%;height:100%;border:0}.project-image{background:#fff}.project-image img{display:block;width:100%;height:100%;object-fit:contain}.project-image-figure{grid-column:1;justify-self:center;width:min(100%,1050px);margin:0}.project-image-figure .project-video{width:100%}.project-image-figure figcaption{margin-top:10px;font-size:clamp(14px,1.1vw,17px);line-height:1.3;text-align:center}.project-image-figure+.project-long-copy{margin-top:clamp(-32px,-2.2vw,-16px)}.experience,.projects,.notes,.contact,.notes+.contact{padding-top:4vh}@media (max-width:800px){.project-detail{padding:18px 16px 28px!important}.project-detail .detail-body{margin:0!important}}@media (max-width:800px){.hero{min-height:100svh;padding:9vh 16px 5vh;align-content:start}.hero-top{gap:0}.hero-top .photo-carousel{width:min(100%,55vh);margin:0 auto 2.5vh}.hero-copy{padding-top:0}.hero-copy h1{font-size:clamp(48px,min(18vw,10vh),76px);line-height:.76}.hero-copy .tagline{margin:2.5vh 0 0!important;font-size:clamp(20px,min(6.2vw,3.8vh),27px)}}@media (max-width:800px) and (max-height:650px){.hero{padding-top:7vh}.hero-top .photo-carousel{width:min(100%,50vh);margin-bottom:2vh}.hero-copy h1{font-size:clamp(44px,min(17vw,9vh),68px)}.hero-copy .tagline{margin-top:2vh!important}}.project-detail .detail-body{width:min(100%,1200px);margin-left:auto!important;margin-right:auto!important}.project-detail .detail-title,.project-detail .detail-copy,.project-detail .detail-meta,.project-detail .project-video{justify-self:start;text-align:left}.project-long-copy{grid-column:1;justify-self:center;width:min(100%,1050px);margin-top:clamp(12px,2vh,28px);text-align:left}.project-long-copy section{margin:0 0 clamp(24px,3vh,38px)}.project-long-copy h3{margin:0 0 12px;font:600 clamp(18px,1.5vw,24px)/1 "DM Sans",sans-serif;letter-spacing:.06em}.project-long-copy p{margin:0;font-size:clamp(16px,1.25vw,19px);line-height:1.65;letter-spacing:0;font-weight:400}@media (max-width:800px){.project-long-copy{width:100%;margin-top:8px}.project-long-copy section{margin-bottom:24px}.project-long-copy h3{font-size:18px}.project-long-copy p{font-size:15px;line-height:1.65}}.project-long-copy .version-accordion{margin:0;border-top:2px solid var(--ink)}.project-long-copy .version-accordion+.version-accordion{border-bottom:2px solid var(--ink)}.version-accordion>button{width:100%;padding:20px 0;display:flex;align-items:center;justify-content:space-between;border:0;background:transparent;color:var(--ink);font-size:clamp(20px,1.7vw,28px);font-weight:600;letter-spacing:.05em;text-align:left;cursor:pointer}.version-accordion>button b{font-size:1.35em;font-weight:400}.version-accordion>div{padding:4px 0 22px;animation:accordionIn .3s ease}.project-long-copy .version-accordion>div p+p{margin-top:18px}@media (max-width:800px){.version-accordion>button{padding:17px 0;font-size:19px}.version-accordion>div{padding-bottom:18px}}.topology-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(14px,2vw,26px);margin-top:clamp(26px,4vh,44px)}.topology-grid figure{min-width:0;margin:0}.topology-grid img{display:block;width:100%;aspect-ratio:4/3;object-fit:contain;background:#fff}.topology-grid figcaption{margin-top:9px;font-size:clamp(14px,1.1vw,17px);line-height:1.3;text-align:center;font-style:italic}@media (max-width:600px){.topology-grid{gap:10px}.topology-grid figcaption{font-size:13px}}.version-image{width:100%;margin:clamp(28px,4vh,46px) 0 0}.version-image img{display:block;width:100%;height:auto;object-fit:contain}.version-image figcaption{margin-top:10px;text-align:center;font-size:clamp(14px,1.15vw,18px);font-style:italic}.inline-project-figure{width:min(72%,700px);margin:clamp(34px,5vh,64px) auto!important;text-align:center}.inline-project-figure img{display:block;width:100%;max-height:620px;object-fit:contain}.inline-project-figure figcaption{margin-top:12px;font-size:clamp(14px,1.1vw,17px);line-height:1.35}@media (max-width:800px){.inline-project-figure{width:min(86%,520px);margin:32px auto!important}}.inline-project-figure.is-wide{width:100%;max-width:1050px}.inline-project-figure.is-wide img{max-height:none}.project-video-figure{grid-column:1;justify-self:center;width:min(100%,1050px);margin:0}.project-video-figure .project-video{width:100%}.project-video-figure figcaption{margin-top:10px;font-size:clamp(14px,1.15vw,18px);line-height:1.4;text-align:center}.project-detail[aria-label="BUTCHER project details"] .detail-meta+.project-video{position:relative;margin-bottom:32px}.project-detail[aria-label="BUTCHER project details"] .detail-meta+.project-video:after{content:"A full walkthrough of the BUTCHER system: Lasers, Laptops, Installations, etc. at the Goat Farm.";position:absolute;top:calc(100% + 10px);left:0;width:100%;color:var(--ink);font-size:clamp(14px,1.15vw,18px);line-height:1.4;text-align:center}.project-detail[aria-label="BUTCHER project details"] .detail-meta+.project-video+.project-long-copy{margin-top:clamp(-32px,-2.2vw,-16px)}.version-video{width:100%;margin:clamp(28px,4vh,46px) 0 0!important}.version-video+.version-video{margin-top:clamp(34px,5vh,56px)!important}.version-video .project-video{width:100%}.project-detail figcaption,.project-detail[aria-label="BUTCHER project details"] .detail-meta+.project-video:after{font-style:italic}.project-long-copy .version-accordion+section:not(.version-accordion){margin-top:clamp(46px,7vh,90px)}.project-detail .detail-title,.project-detail .detail-meta,.project-detail .detail-body>.project-video,.project-detail .detail-body>.project-video-figure,.project-detail .detail-body>.project-image-figure{justify-self:center!important;width:min(100%,1050px)!important}.project-detail .detail-body>p{justify-self:center;width:min(100%,1050px);max-width:none;padding-right:max(0px,calc(100% - 34ch));box-sizing:border-box}.contact footer{font-size:clamp(26px,2.4vw,40px)}.notes-list{margin-left:33%;margin-right:0;border-top:1px solid var(--ink);display:block;overflow:visible}.notes-list article,.notes-list article:first-child,.notes-list article:last-child{display:grid;grid-template-columns:100px 1fr 1fr 30px;align-items:center;min-width:0;min-height:0;padding:24px 0;border:0;border-bottom:1px solid var(--line);transform:none}.notes-list article:nth-child(2n){transform:none}.notes-list article span{display:block;font-size:11px;font-weight:400;letter-spacing:0;margin:0}.notes-list article h3{font-size:clamp(18px,2vw,31px);line-height:normal;letter-spacing:-.04em;margin:0}.notes-list article p{font-size:11px;font-style:normal;line-height:normal;margin:0}.notes-list article b{display:block;margin:0}@media (max-width:800px){.notes-list{margin-left:0}.notes-list article,.notes-list article:first-child,.notes-list article:last-child{grid-template-columns:65px 1fr 20px;padding:24px 0}.notes-list article p{grid-column:2}.notes-list article b{grid-column:3;grid-row:1}}.notes-heading{font:600 clamp(24px,2.6vw,40px)/1.1 "DM Sans",sans-serif;letter-spacing:-.035em;margin:0 0 38px}.resume-list{list-style:none;margin:0;padding:0;max-width:1100px}.resume-list li{font-size:clamp(15px,1.35vw,20px);line-height:1.45;padding:15px 0;border-bottom:1px solid rgba(33,31,26,.24)}.resume-list li:first-child{border-top:1px solid rgba(33,31,26,.24)}.resume-list strong{font-weight:600}.resume-list em{font-family:Georgia,Times New Roman,serif;font-weight:400}.notes{padding-left:8vw;padding-right:8vw}@media (max-width:800px){.notes{padding-left:16px;padding-right:16px}.notes-heading{margin-bottom:24px}.resume-list li{font-size:15px;padding:13px 0}}.project-list article[role=button]{cursor:pointer}.project-list article[role=button]:focus-visible{outline:3px solid var(--orange);outline-offset:4px}.project-detail{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;background:var(--yellow);color:var(--ink);padding:clamp(24px,5vw,80px);display:flex;flex-direction:column;animation:detailIn .5s cubic-bezier(.2,.8,.2,1)}@keyframes detailIn{0%{transform:translateY(100%);border-radius:50% 50% 0 0}to{transform:none;border-radius:0}}.detail-close{position:absolute;top:22px;right:24px;width:50px;height:50px;border:0;border-radius:50%;background:var(--ink);color:var(--yellow);font-size:34px;line-height:1;cursor:pointer}.detail-index{font-size:10px;font-weight:600;letter-spacing:.14em}.detail-body{margin:auto 0;display:grid;grid-template-columns:1.3fr 1fr;gap:6vw;align-items:end}.detail-body h2{font:clamp(80px,17vw,260px)/.7 "Archivo Black";letter-spacing:-.08em;margin:0;filter:blur(2px)}.detail-body>p{font-size:clamp(20px,2.4vw,38px);line-height:1.08;letter-spacing:-.04em;margin:0}.detail-meta{grid-column:2;display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.detail-meta span{border:1px solid var(--ink);border-radius:30px;padding:7px 11px;font-size:10px}.project-detail>a{align-self:flex-end;border-bottom:1px solid var(--ink);font-size:12px;font-weight:600;letter-spacing:.08em}@media (max-width:800px){.project-detail{padding:75px 18px 25px}.detail-body{grid-template-columns:1fr;gap:45px}.detail-body h2{font-size:22vw}.detail-body>p,.detail-meta{grid-column:1}.detail-body>p{font-size:22px}.project-detail>a{align-self:flex-start}}html,body,main,section,article,div,p,h1,h2,h3,a,span,small,strong,em,li{min-width:0}p,h1,h2,h3,a,span,small,strong,em,li{overflow-wrap:anywhere}.detail-close{z-index:1100;pointer-events:auto;touch-action:manipulation}.project-detail{z-index:1050;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.project-list article{height:auto;overflow:visible}.project-list h3{max-width:100%;font-size:clamp(40px,5vw,80px)}.detail-body h2{max-width:100%;font-size:clamp(48px,16vw,240px);line-height:.78;overflow-wrap:anywhere}.business-card,.card-copy,.card-links{min-width:0}.card-links a{max-width:100%;overflow-wrap:anywhere}.resume-list{max-width:100%}@media (max-width:800px){nav a{font-size:clamp(26px,9vw,48px);line-height:1.05;white-space:normal}.hero h1{font-size:min(20vw,82px)}.tagline{margin-left:0;max-width:100%}.tagline p{font-size:clamp(16px,5.6vw,23px)}.tagline .scroll{font-size:2.8em!important;flex:0 0 auto}.project-list article{min-height:0}.project-list h3{font-size:clamp(40px,15vw,68px)}.project-detail{min-height:100dvh}.detail-body{margin:55px 0;gap:28px}.detail-body h2{font-size:clamp(48px,21vw,92px)}}@media (max-width:800px){.project-detail{width:100%!important;max-width:100%!important;padding:18px 16px 28px!important}.project-detail .detail-body{width:100%!important;max-width:none!important;margin:0 auto!important;justify-items:center}.project-detail .detail-title,.project-detail .detail-meta,.project-detail .detail-body>p,.project-detail .detail-body>.project-video,.project-detail .detail-body>.project-video-figure,.project-detail .detail-body>.project-image-figure,.project-detail .project-long-copy{width:100%!important;max-width:100%!important;justify-self:center!important}.project-detail .detail-body>p{padding-right:0}.project-detail .detail-title,.project-detail .detail-meta,.project-detail .project-long-copy{text-align:left}}html,body,#root,main{width:100%;max-width:100%;overflow-x:clip}.project-detail{overflow-x:clip!important;overscroll-behavior-x:none;touch-action:pan-y}.project-detail .detail-body,.project-detail .detail-title,.project-detail .detail-meta,.project-detail .project-long-copy,.project-detail .version-accordion,.project-detail .version-accordion>div,.project-detail figure,.project-detail img,.project-detail iframe{max-width:100%;overflow-x:clip}.project-detail{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100dvh!important;min-height:100dvh!important;z-index:99999!important;background:var(--yellow)!important;opacity:1!important}.butcher-flow.vertical .audio-source text,.butcher-flow.vertical .processor text{transform:none;text-anchor:middle;font-size:8px;paint-order:stroke fill;stroke:var(--ink);stroke-width:3px;stroke-linejoin:round}.butcher-flow.vertical .output text{font-size:6px;letter-spacing:.035em}@media (max-width:800px){.hero h1,body.pointer-out .hero h1{filter:url(#smoothIdle) url(#fuzzy)!important;animation:distortionOrbit 8s linear infinite!important}.butcher-flow.vertical .audio-source text,.butcher-flow.vertical .processor text{font-size:8.5px;stroke-width:2.5px}.butcher-flow.vertical .output text{font-size:6.25px}}@keyframes photoChangeMobile{0%{opacity:0;filter:blur(7px);transform:scale(1.015)}2.25%{opacity:1;filter:none;transform:none}10.25%{opacity:1;filter:none;transform:none}12.5%,to{opacity:0;filter:blur(7px);transform:scale(.99)}}@media (max-width:800px){.hero-top .photo-carousel figure{opacity:0;animation:photoChangeMobile 40s linear infinite!important;animation-delay:calc(var(--slide) * 5s)!important;will-change:opacity,filter,transform}.hero-top .photo-carousel figure:first-of-type{opacity:0}}@media (max-width:800px){.peach-notes{z-index:4;top:-2%;right:-2%;bottom:-2%;left:-2%}.peach-notes span{font-size:clamp(22px,8vw,34px);animation:noteOrbit 5.2s ease-in-out var(--note-delay,0s) infinite!important}.peach-notes span:nth-child(1){--note-delay:0s}.peach-notes span:nth-child(2){--note-delay:.65s}.peach-notes span:nth-child(3){--note-delay:1.3s}.peach-notes span:nth-child(4){--note-delay:1.95s}.peach-notes span:nth-child(5){--note-delay:2.6s}.peach-notes span:nth-child(6){--note-delay:3.25s}.peach-notes span:nth-child(7){--note-delay:3.9s}.peach-notes span:nth-child(8){--note-delay:4.55s}}.butcher-flow.vertical .flow-label{position:absolute;left:50%;z-index:6;transform:translate(-50%);padding:2px 5px;background:var(--ink);color:#ecf3eae6;font:700 9px/1.1 DM Sans,sans-serif;letter-spacing:.08em;white-space:nowrap;pointer-events:none}.butcher-flow.vertical .live-audio-label{top:18%}.butcher-flow.vertical .analysis-label{top:68.5%}@media (max-width:800px){.butcher-flow.vertical .flow-label{font-size:10px;padding:3px 6px}.butcher-flow.vertical .live-audio-label{top:17.5%}.butcher-flow.vertical .analysis-label{top:68%}}@media (max-width:800px) and (pointer:coarse){.hero h1:not(:active) .name-char{transform:none!important;margin-right:0!important}.hero h1:active .name-char{transform:translate(var(--char-x,0),var(--char-y,0))!important;margin-right:var(--char-gap,0)!important;transition:none!important;will-change:transform,margin-right}}.rows article:hover,.rows article.is-open,.rows article.is-open:hover{padding-left:0!important}.hero h1,.contact h2,body.pointer-out .hero h1,body.pointer-out .contact h2{filter:url(#smoothIdle)!important}.hero-top .photo-carousel figure{animation:none!important}.hero-top .photo-carousel figure.is-current{animation:photoReveal 1.15s ease-out both!important;animation-delay:0s!important;will-change:opacity,filter}.hero-top .photo-carousel figure.is-previous{z-index:0}.hero-top .photo-carousel figure.is-current{z-index:1}@keyframes photoReveal{0%{opacity:0;filter:url(#sandDissolve) blur(2.5px)}to{opacity:1;filter:none}}.experience,.projects,.notes,.contact{content-visibility:auto;contain-intrinsic-size:auto 900px}@media (min-width:801px){html{scroll-padding-top:64px}}.hero-top .hero-copy{position:relative;z-index:10}.hero-top .photo-carousel{position:relative;z-index:1}.hero-top .photo-carousel figure.is-current{animation:photoRevealSmooth 2.4s cubic-bezier(.22,.61,.36,1) both!important}@keyframes photoRevealSmooth{0%{opacity:0;filter:url(#sandDissolve)}45%{opacity:.58;filter:url(#sandDissolve)}85%{opacity:.96;filter:url(#sandDissolve)}to{opacity:1;filter:none}}.hero-top .photo-carousel figure.is-current{animation:photoCrossfade 2s ease-in-out both!important}@keyframes photoCrossfade{0%{opacity:0}to{opacity:1}}.hero-top .photo-carousel figure.is-current{animation:photoBlurIn 1.175s cubic-bezier(.4,0,.2,1) both!important}.hero-top .photo-carousel figure.is-previous{opacity:1!important;filter:none!important;animation:none!important}@keyframes photoBlurIn{0%{opacity:0;filter:blur(6px);transform:scale(1.012)}35%{opacity:.42;filter:blur(4px);transform:scale(1.008)}70%{opacity:.9;filter:blur(1.5px);transform:scale(1.003)}to{opacity:1;filter:blur(0);transform:scale(1)}}.bike-network{position:relative;height:35vh;margin:5vh 0;border:1px solid rgba(222,223,24,.22);border-radius:18px;overflow:hidden;background:radial-gradient(circle at 50% 50%,rgba(222,223,24,.07),transparent 68%)}.bike-network canvas{display:block;width:100%;height:100%}.bike-network>span{position:absolute;left:10px;bottom:8px;font-size:8px;letter-spacing:.12em;color:#ecf3ea99;pointer-events:none}@media (max-width:800px){.bike-network{height:35vh}}.bike-network canvas{position:absolute;width:138%;height:138%;left:-19%;top:-19%;max-width:none}.bike-network{border:0;overflow:visible;background:transparent}.bike-network>span{display:none}.butcher-flow{height:35vh;margin:5vh -8px;display:grid;place-items:center}.butcher-flow svg{width:115%;height:115%;overflow:visible}.butcher-flow text{font:600 7px DM Sans;letter-spacing:.08em;fill:#ecf3eab3}.flow-line{fill:none;stroke:#dedf1859;stroke-width:1.5;stroke-dasharray:4 5}.packet{fill:var(--orange)}.audio-source rect,.processor>rect:first-of-type,.output rect{fill:none;stroke:var(--yellow);stroke-width:1.5}.audio-source circle{fill:var(--orange)}.audio-source path,.processor path,.output path{fill:none;stroke:var(--yellow);stroke-width:1.4}.wave{animation:wavePulse .8s ease-in-out infinite alternate;transform-origin:48px 140px}.spectrum{stroke-dasharray:20;animation:spectrum 1s steps(5) infinite}@keyframes wavePulse{to{transform:scaleY(.55)}}@keyframes spectrum{50%{stroke-dashoffset:12}}.processor>rect:nth-of-type(2){fill:#dedf1814;stroke:#dedf1880}.processor circle{fill:var(--orange);animation:processorBlink 1.4s infinite}.processor circle:nth-of-type(2){animation-delay:.3s}.processor circle:nth-of-type(3){animation-delay:.6s}@keyframes processorBlink{50%{fill:var(--yellow);filter:drop-shadow(0 0 5px var(--yellow))}}.output{animation:outputPulse 2s ease-in-out infinite}.output:nth-of-type(2){animation-delay:.25s}.output:nth-of-type(3){animation-delay:.5s}.output:nth-of-type(4){animation-delay:.75s}@keyframes outputPulse{50%{filter:drop-shadow(0 0 5px rgba(222,223,24,.6))}}.butcher-flow.vertical{position:relative;height:35vh;margin:5vh 0;overflow:visible}.butcher-flow.vertical svg{position:absolute;width:125%;height:125%;left:-12.5%;top:-12.5%;max-width:none}.butcher-flow.vertical .wave{transform-origin:140px 52px}.butcher-flow.vertical .output circle{fill:#dedf1826;stroke:var(--yellow);stroke-width:1.3}.butcher-flow.vertical .audio-source rect{display:none}.butcher-flow.vertical .audio-source circle{display:none}.butcher-flow.vertical:after{content:"";position:absolute;z-index:3;left:50%;top:67%;transform:translate(-50%,-50%);width:132px;height:52px;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 70'%3E%3Crect x='2' y='4' width='176' height='60' rx='8' fill='%23211f1a' stroke='%23dedf18' stroke-width='2'/%3E%3Ctext x='13' y='20' fill='%23dedf18' font-family='Arial,sans-serif' font-size='7' font-weight='700' letter-spacing='1'%3ENETWORK SWITCH%3C/text%3E%3Ccircle cx='151' cy='16' r='3' fill='%23ff6038'/%3E%3Ccircle cx='162' cy='16' r='3' fill='%23dedf18'/%3E%3Cg fill='none' stroke='%23dedf18' stroke-width='1.3'%3E%3Cpath d='M13 31h17v22H13zM17 35h9v7h-9zM36 31h17v22H36zM40 35h9v7h-9zM59 31h17v22H59zM63 35h9v7h-9zM82 31h17v22H82zM86 35h9v7h-9zM105 31h17v22h-17zM109 35h9v7h-9zM128 31h17v22h-17zM132 35h9v7h-9zM151 31h17v22h-17zM155 35h9v7h-9z'/%3E%3C/g%3E%3Cg fill='%23ff6038'%3E%3Ccircle cx='21.5' cy='58' r='1.5'/%3E%3Ccircle cx='44.5' cy='58' r='1.5'/%3E%3Ccircle cx='67.5' cy='58' r='1.5'/%3E%3Ccircle cx='90.5' cy='58' r='1.5'/%3E%3C/g%3E%3C/svg%3E");filter:drop-shadow(0 0 10px rgba(222,223,24,.16))}.butcher-flow.stacked{position:relative;height:35vh;margin:5vh 0;overflow:visible}.butcher-flow.stacked svg{position:absolute;width:125%;height:125%;left:-12.5%;top:-12.5%;max-width:none}.butcher-flow.stacked .wave{transform-origin:62px 80px}.butcher-flow.stacked .audio-source circle{display:none}.switch-drawing rect,.switch-drawing g rect{fill:var(--ink);stroke:var(--yellow);stroke-width:1.3}.switch-drawing text{fill:var(--yellow)}.switch-drawing>circle{fill:var(--orange)}.switch-drawing g circle{fill:var(--yellow);stroke:none}.butcher-flow.stacked .output circle{fill:#dedf1826;stroke:var(--yellow);stroke-width:1.3}.marta-peach{position:relative;height:35vh;margin:5vh 0;overflow:visible}.marta-peach svg{position:absolute;width:132%;height:132%;left:-16%;top:-16%;overflow:visible}.peach .fruit{fill:url(#peachColor);stroke:#ffb05c;stroke-width:2}.peach .leaf{fill:#a4bf35;stroke:var(--yellow);stroke-width:1.4}.peach .stem,.peach .cleft{fill:none;stroke:#7d341f;stroke-width:5;stroke-linecap:round}.peach{transform-origin:214px 145px;animation:peachBreathe 3.2s ease-in-out infinite}.pedestal path{fill:#ecf3ea0f;stroke:var(--yellow);stroke-width:1.6}.pedestal text,.interaction-label{font:600 8px DM Sans;letter-spacing:.12em;fill:#ecf3eaa6}.person circle,.person path{fill:none;stroke:var(--yellow);stroke-width:4;stroke-linecap:round}.reaching-arm{transform-origin:64px 218px;animation:reachPeach 3.2s ease-in-out infinite}.touch-point{fill:var(--yellow);opacity:0;animation:touchFlash 3.2s ease-in-out infinite}.sound-waves path{fill:none;stroke:var(--yellow);stroke-width:2;stroke-linecap:round;opacity:0;transform-origin:245px 135px;animation:soundOut 3.2s ease-out infinite}.sound-waves path:nth-child(2){animation-delay:.12s}.sound-waves path:nth-child(3){animation-delay:.24s}.music-notes text{font:30px Georgia,serif;fill:var(--yellow);opacity:0;animation:noteFloat 3.2s ease-out infinite}.music-notes text:nth-child(2){animation-delay:.25s}.music-notes text:nth-child(3){animation-delay:.5s}@keyframes reachPeach{0%,18%,to{transform:rotate(-14deg)}42%,72%{transform:rotate(0)}}@keyframes touchFlash{0%,35%,78%,to{opacity:0;transform:scale(.4)}44%,68%{opacity:.9;transform:scale(1.3)}}@keyframes soundOut{0%,38%{opacity:0;transform:scale(.65)}48%,72%{opacity:.8}88%,to{opacity:0;transform:scale(1.12)}}@keyframes noteFloat{0%,40%{opacity:0;transform:translateY(12px)}52%,75%{opacity:1}to{opacity:0;transform:translateY(-25px)}}@keyframes peachBreathe{0%,35%,to{transform:scale(1)}48%,70%{transform:scale(1.025)}}.peach .fruit,.peach .leaf{fill:none;stroke:var(--yellow);stroke-width:2}.peach .stem,.peach .cleft{fill:none;stroke:var(--yellow);stroke-width:2.5}.marta-peach .person{display:none}.marta-peach:before{content:"";position:absolute;z-index:2;left:1%;top:22%;width:47%;height:70%;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 250'%3E%3Cg fill='none' stroke='%23dedf18' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='48' cy='35' r='18'/%3E%3Cpath d='M43 54c-2 8-1 13 3 18M46 72c18-8 35 1 41 20l9 46c3 15-4 29-17 34l-17 5c-14 4-26-6-24-21l5-64c1-10 1-14 3-20z'/%3E%3Cpath d='M80 86l26 21 48 4M154 111l13-3M83 91l-19 29-18 22M62 176l-11 61M79 172l31 55M51 237l-18 1M110 227l16 10'/%3E%3Cpath d='M46 142c12 8 25 10 44 4'/%3E%3C/g%3E%3Ccircle cx='168' cy='108' r='5' fill='%23dedf18'/%3E%3C/svg%3E");transform-origin:36% 88%;animation:betterReach 3.2s ease-in-out infinite;pointer-events:none}@keyframes betterReach{0%,18%,to{transform:translate(-4px,2px) rotate(-1.5deg)}42%,72%{transform:translate(4px,-1px) rotate(.5deg)}}.experience,.projects,.notes,.contact{background:var(--yellow)!important;color:var(--ink)}.butcher-flow.stacked .wave{animation:liveSignal .7s linear infinite;transform:none;stroke-dasharray:9 4;stroke-width:2.2;filter:drop-shadow(0 0 3px rgba(222,223,24,.65))}@keyframes liveSignal{0%{stroke-dashoffset:0}to{stroke-dashoffset:-26}}.butcher-flow.stacked .audio-source .wave{display:none}.butcher-flow.stacked:before{content:"";position:absolute;z-index:2;left:-3%;top:3%;width:42%;height:32%;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 90'%3E%3Cdefs%3E%3Cfilter id='g'%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3C/filter%3E%3ClinearGradient id='a' x1='0' x2='1'%3E%3Cstop stop-color='%2359d9ff'/%3E%3Cstop offset='.5' stop-color='%23dedf18'/%3E%3Cstop offset='1' stop-color='%23ff6038'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M4 45C22 44 28 27 44 28S63 66 81 65 101 17 120 22 139 58 176 45' stroke='url(%23a)' stroke-width='9' opacity='.22' filter='url(%23g)'/%3E%3Cpath d='M4 45C22 44 28 32 44 33S64 61 81 60 101 23 119 27 139 54 176 45' stroke='%2359d9ff' stroke-width='3' opacity='.8'/%3E%3Cpath d='M4 45C24 46 30 57 46 55S65 30 82 31 101 62 120 60 142 38 176 45' stroke='%23ff6038' stroke-width='3' opacity='.78'/%3E%3Cpath d='M4 45C24 45 31 40 48 41S67 51 84 50 103 35 121 37 144 48 176 45' stroke='%23dedf18' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");transform-origin:center;animation:siriBreathe 2.1s ease-in-out infinite;filter:drop-shadow(0 0 7px rgba(89,217,255,.28));pointer-events:none}@keyframes siriBreathe{0%,to{transform:scaleX(.94) scaleY(.72);opacity:.78}32%{transform:scaleX(1.03) scaleY(1.16);opacity:1}62%{transform:scaleX(.98) scaleY(.88);opacity:.9}82%{transform:scaleX(1.04) scaleY(1.05);opacity:1}}.butcher-flow.stacked .switch-drawing{display:none}.butcher-flow.stacked:after{content:"";position:absolute;z-index:0;left:50%;top:39%;width:1px;height:29%;background:repeating-linear-gradient(to bottom,rgba(222,223,24,.4) 0 4px,transparent 4px 9px);pointer-events:none}.butcher-flow.stacked:before{left:1%;top:8%;width:34%;height:25%}.butcher-flow.stacked .processor{transform:translate(42px,22px) scale(.76);transform-origin:270px 80px}.butcher-flow.vertical:after{display:none}.butcher-flow.vertical .audio-source{transform:translateY(8px) scale(.82);transform-origin:140px 52px}.butcher-flow.vertical .processor{transform:scale(.84);transform-origin:140px 200px}.butcher-flow.vertical .audio-source rect{display:block}.butcher-flow.vertical #vAudio{display:none}.butcher-flow.vertical:after{content:"";display:block;position:absolute;z-index:1;left:50%;top:12.6%;width:1.5px;height:20.7%;transform:translate(-50%);background:repeating-linear-gradient(to bottom,rgba(222,223,24,.42) 0 4px,transparent 4px 9px);pointer-events:none}.butcher-flow.vertical .audio-source text{transform:translate(28px);text-anchor:middle}.butcher-flow.vertical .processor text{transform:translate(24px);text-anchor:middle}.butcher-flow.vertical .audio-source text,.butcher-flow.vertical .processor text{paint-order:stroke fill;stroke:var(--ink);stroke-width:9px;stroke-linejoin:round}.butcher-flow.vertical:after{-webkit-mask:linear-gradient(to bottom,#000 0 10%,transparent 10% 36%,#000 36% 100%);mask:linear-gradient(to bottom,#000 0 10%,transparent 10% 36%,#000 36% 100%)}.pixel-installation{position:relative;height:35vh;margin:5vh 0;overflow:visible}.pixel-installation svg{position:absolute;width:132%;height:132%;left:-16%;top:-16%;overflow:visible}.pixel-peach path,.pressing-hand path,.rectangle-pedestal rect,.rectangle-pedestal path,.pixel-sound path{fill:none;stroke:var(--yellow);stroke-width:4;stroke-linejoin:miter;stroke-linecap:square;shape-rendering:crispEdges}.pixel-peach{transform-origin:180px 247px;animation:pixelPeachPress 3s steps(5,end) infinite}.pressing-hand{transform-origin:180px 0;animation:pixelHandPress 3s steps(5,end) infinite}.pixel-touch rect{fill:var(--yellow);opacity:0;animation:pixelContact 3s steps(2,end) infinite}.rectangle-pedestal rect:first-child{fill:#dedf1809;stroke-width:5}.rectangle-pedestal text{font:600 9px DM Sans;letter-spacing:.13em;fill:var(--yellow)}.rectangle-pedestal rect:not(:first-child){fill:var(--orange);stroke:none;animation:pedestalLed 3s steps(2,end) infinite}.pixel-sound{opacity:0;animation:pixelSound 3s steps(5,end) infinite}.pixel-sound text{font:30px Georgia,serif;fill:var(--yellow)}@keyframes pixelHandPress{0%,18%,to{transform:translateY(-18px)}38%,68%{transform:translateY(12px)}}@keyframes pixelPeachPress{0%,25%,78%,to{transform:scaleY(1) scaleX(1)}40%,65%{transform:scaleY(.83) scaleX(1.08)}}@keyframes pixelContact{0%,30%,72%,to{opacity:0}36%,66%{opacity:.9}}@keyframes pixelSound{0%,38%,76%,to{opacity:0;transform:translate(-8px)}45%,70%{opacity:1;transform:translate(4px)}}@keyframes pedestalLed{0%,36%,74%,to{fill:var(--orange)}42%,68%{fill:var(--yellow)}}.marta-reference{position:relative;height:35vh;margin:5vh 0;overflow:visible}.marta-reference svg{position:absolute;width:126%;height:126%;left:-13%;top:-13%;overflow:visible}.voxel-peach{transform-origin:190px 307px;animation:referencePress 3.4s steps(6,end) infinite}.voxel-peach path{fill:none;stroke:var(--yellow);stroke-linejoin:miter;shape-rendering:crispEdges}.peach-shell{stroke-width:4}.peach-grid{stroke-width:1;opacity:.32}.pixel-detail{stroke-width:2;opacity:.78}.voxel-peach .cleft,.voxel-peach .stem{stroke-width:4}.voxel-peach .leaf{stroke-width:3}.reference-pedestal path{fill:#dedf1809;stroke:var(--yellow);stroke-width:2;stroke-linejoin:round}.reference-pedestal .speaker{fill:#dedf1821}.reference-pedestal circle{fill:var(--orange);stroke:none}.press-marker{animation:markerPress 3.4s steps(4,end) infinite}.press-marker path{fill:none;stroke:var(--yellow);stroke-width:3}.press-marker text{font:600 8px DM Sans;letter-spacing:.12em;fill:var(--yellow)}.reference-sound{opacity:0;animation:referenceSound 3.4s steps(5,end) infinite}.reference-sound path{fill:none;stroke:var(--yellow);stroke-width:3}.reference-sound text{font:28px Georgia;fill:var(--yellow)}@keyframes referencePress{0%,24%,78%,to{transform:scaleY(1) translateY(0)}38%,64%{transform:scaleY(.9) translateY(15px)}}@keyframes markerPress{0%,20%,to{transform:translateY(-8px)}38%,66%{transform:translateY(13px)}}@keyframes referenceSound{0%,38%,78%,to{opacity:0;transform:translate(-8px)}46%,70%{opacity:1;transform:translate(4px)}}.marta-image{width:100%;height:35vh;margin:5vh 0;display:flex;align-items:center;justify-content:center;overflow:visible}.marta-image img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 10px 16px rgba(0,0,0,.18));transform:none;animation:none}.marta-image{position:relative}.marta-image img{position:relative;z-index:2}.peach-notes{position:absolute;z-index:1;top:-3%;right:-5%;bottom:-3%;left:-5%;pointer-events:none}.peach-notes span{position:absolute;font:clamp(18px,2.2vw,32px)/1 Georgia,serif;color:var(--yellow);opacity:0;filter:drop-shadow(0 0 5px rgba(222,223,24,.42));animation:noteOrbit 5.2s ease-in-out infinite}.peach-notes span:nth-child(1){left:3%;top:18%;animation-delay:0s}.peach-notes span:nth-child(2){right:2%;top:14%;animation-delay:.65s;color:#59d9ff}.peach-notes span:nth-child(3){left:0;top:48%;animation-delay:1.3s;color:var(--orange)}.peach-notes span:nth-child(4){right:1%;top:45%;animation-delay:1.95s}.peach-notes span:nth-child(5){left:7%;bottom:10%;animation-delay:2.6s;color:#59d9ff}.peach-notes span:nth-child(6){right:6%;bottom:8%;animation-delay:3.25s;color:var(--orange)}.peach-notes span:nth-child(7){left:19%;top:2%;animation-delay:3.9s}.peach-notes span:nth-child(8){right:18%;bottom:0;animation-delay:4.55s}@keyframes noteOrbit{0%{opacity:0;transform:translateY(12px) rotate(-8deg) scale(.75)}20%{opacity:.9}55%{opacity:1;transform:translate(5px,-8px) rotate(8deg) scale(1.08)}82%{opacity:.65}to{opacity:0;transform:translate(-3px,-24px) rotate(-4deg) scale(.86)}}.peach-notes span{color:var(--yellow)!important}.peach-notes span:nth-child(1){left:21%;top:21%}.peach-notes span:nth-child(2){right:21%;top:18%}.peach-notes span:nth-child(3){left:19%;top:47%}.peach-notes span:nth-child(4){right:19%;top:45%}.peach-notes span:nth-child(5){left:22%;bottom:13%}.peach-notes span:nth-child(6){right:22%;bottom:12%}.peach-notes span:nth-child(7){left:32%;top:5%}.peach-notes span:nth-child(8){right:32%;bottom:3%}.peach-notes{z-index:3}.hero{grid-template-columns:1fr;align-content:center;align-items:initial}.hero h1 span{display:block;white-space:nowrap}.hero .tagline{margin-top:9vh;align-self:start;max-width:min(760px,92vw)}@media (max-width:800px){.hero .tagline{margin-top:8vh;align-self:start}}.hero h1,.contact h2,body.pointer-out .hero h1,body.pointer-out .contact h2{filter:url(#idleFuzzy) url(#fuzzy);animation:none;text-shadow:none;transform:translate(var(--fuzz-x,0),var(--fuzz-y,0))}@media (prefers-reduced-motion:reduce){.hero h1,.contact h2,body.pointer-out .hero h1,body.pointer-out .contact h2{filter:none;transform:none}}.hero h1,body.pointer-out .hero h1{filter:url(#smoothIdle) url(#fuzzy)}.name-word{display:block!important;white-space:nowrap}.name-char{display:inline-block!important;transform:translate(var(--char-x,0),var(--char-y,0));margin-right:var(--char-gap,0);transition:transform .22s cubic-bezier(.2,.8,.2,1),margin-right .22s cubic-bezier(.2,.8,.2,1);will-change:transform,margin-right}@media (prefers-reduced-motion:reduce){.name-char{transform:none!important;margin-right:0!important;transition:none}}.name-char{margin-right:0!important;transition:transform .16s cubic-bezier(.22,.75,.25,1)}.hero h1,.contact h2,body.pointer-out .hero h1,body.pointer-out .contact h2{filter:url(#smoothIdle) url(#smoothIdle);animation:none;text-shadow:none;transform:none}@media (prefers-reduced-motion:reduce){.hero h1,.contact h2,body.pointer-out .hero h1,body.pointer-out .contact h2{filter:none}}.hero h1,.contact h2,body.pointer-out .hero h1,body.pointer-out .contact h2{animation:distortionOrbit 8s linear infinite;transform-origin:50% 50%}@keyframes distortionOrbit{0%{transform:translateY(-4px) rotate(0)}12.5%{transform:translate(3px,-3px) rotate(.08deg)}25%{transform:translate(4px) rotate(.12deg)}37.5%{transform:translate(3px,3px) rotate(.08deg)}50%{transform:translateY(4px) rotate(0)}62.5%{transform:translate(-3px,3px) rotate(-.08deg)}75%{transform:translate(-4px) rotate(-.12deg)}87.5%{transform:translate(-3px,-3px) rotate(-.08deg)}to{transform:translateY(-4px) rotate(0)}}@media (prefers-reduced-motion:reduce){.hero h1,.contact h2,body.pointer-out .hero h1,body.pointer-out .contact h2{animation:none;transform:none}}@media (max-width:800px){.contact footer{width:100%;margin-top:auto!important;justify-content:center;text-align:center;align-self:stretch}.contact footer span{width:100%;text-align:center}}.contact footer{width:100%;margin-top:auto;justify-content:center;text-align:center;align-self:stretch;font-size:clamp(14px,1.25vw,19px);font-weight:600;letter-spacing:.12em}.contact footer span{width:100%;text-align:center}.resume-list a{border-bottom:1px solid currentColor}.resume-list a:hover{opacity:.6}.experience,.projects,.notes{min-height:0}.business-card{width:min(1220px,94vw);grid-template-columns:minmax(180px,250px) minmax(280px,1fr) minmax(230px,310px);gap:clamp(28px,4vw,68px)}.photo-carousel{width:100%;height:310px;overflow:hidden;border-radius:22px;background:var(--ink);-webkit-mask-image:linear-gradient(to right,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(to right,transparent,#000 7%,#000 93%,transparent)}.carousel-track{height:100%;display:flex;width:max-content;animation:carouselMove 44s linear infinite}.carousel-track figure{width:270px;height:100%;margin:0;padding:10px;flex:0 0 auto;display:grid;place-items:center}.carousel-track img{display:block;width:100%;height:100%;object-fit:contain;border-radius:14px}.photo-carousel:hover .carousel-track{animation-play-state:paused}@keyframes carouselMove{to{transform:translate(-50%)}}@media (max-width:900px){.business-card{grid-template-columns:minmax(160px,220px) 1fr}.photo-carousel{grid-column:1/-1;height:260px}.carousel-track figure{width:230px}}@media (max-width:800px){.business-card{grid-template-columns:1fr}.photo-carousel{grid-column:1;height:240px;width:100%}.carousel-track figure{width:210px}}.business-card{grid-template-columns:minmax(190px,300px) 1fr;width:min(920px,92vw)}.hero-top{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:center;gap:clamp(22px,3vw,54px)}.hero-top .photo-carousel{position:relative;grid-column:auto;width:100%;height:auto;aspect-ratio:4/3;border-radius:0;overflow:hidden;background:transparent;-webkit-mask-image:none;mask-image:none}.carousel-filters{position:absolute;width:0;height:0;pointer-events:none}.hero-top .photo-carousel figure{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;display:grid;place-items:center;opacity:0;transform:none;animation:photoChange 40s linear infinite;animation-delay:calc(var(--slide) * 5s);will-change:opacity,filter}.hero-top .photo-carousel img{display:block;width:100%;height:100%;object-fit:contain;border-radius:0}.hero-top h1{min-width:0}@keyframes photoChange{0%{opacity:0;filter:url(#sandDissolve) blur(2.5px)}2.25%{opacity:1;filter:none}10.25%{opacity:1;filter:none}12.5%,to{opacity:0;filter:url(#sandDissolve) blur(2.5px)}}@media (max-width:800px){.hero-top{grid-template-columns:1fr;gap:3vh}.hero-top .photo-carousel{height:auto;aspect-ratio:4/3}.business-card{grid-template-columns:1fr;width:min(920px,92vw)}}@media (prefers-reduced-motion:reduce){.hero-top .photo-carousel figure{animation:none;opacity:0;transform:none;filter:none}.hero-top .photo-carousel figure:first-of-type{opacity:1}}.rows article .number{font-size:18px!important;line-height:1.45}.rows article>small{font-size:16px!important;line-height:1.45}.rows article .year{font-size:16px!important;line-height:1.45}@media (max-width:800px){.rows article .number{font-size:18px!important}.rows article>small{font-size:16px!important}.rows article .year{font-size:16px!important}}.rows article>.experience-accordion{grid-column:3/-1;padding-left:0}.experience-accordion ul{padding-left:1.25em;padding-right:0}@media (max-width:800px){.rows article>.experience-accordion{grid-column:2/-1}}.rows article{grid-template-columns:150px minmax(280px,1.35fr) 1fr}.rows article .number{display:none!important}.rows article .year{grid-column:1}.rows article>div:not(.experience-accordion){grid-column:2}.rows article>small{grid-column:3}.rows article>.experience-accordion{grid-column:2/-1}@media (max-width:800px){.rows article{grid-template-columns:88px minmax(0,1fr)}.rows article .year{grid-column:1;grid-row:1}.rows article>div:not(.experience-accordion){grid-column:2;grid-row:1}.rows article>small{grid-column:2;grid-row:2}.rows article>.experience-accordion{grid-column:2;grid-row:auto}}.experience-link{display:inline-flex;align-items:center;gap:14px;margin:12px 0 8px;padding:14px 18px;border:2px solid var(--ink);font-size:18px;font-weight:600;line-height:1;transition:background .2s,color .2s}.experience-link:hover{background:var(--ink);color:var(--yellow)}.experience-link b{font-size:1.15em}.rows article[role=button]{padding-right:64px!important}.experience-toggle{right:18px}.rows article>small{overflow-wrap:anywhere}@media (max-width:800px){.rows article[role=button]{padding-right:52px!important}.experience-toggle{right:12px}}.rows article,.rows article:hover,.rows article.is-open,.rows article.is-open:hover{padding-left:18px!important}@media (max-width:800px){.rows article,.rows article:hover,.rows article.is-open,.rows article.is-open:hover{padding-left:12px!important}}.hero h1 .name-word+.name-word{margin-top:.045em}@media (max-width:800px){.project-list small{font-size:11px!important;line-height:1.4}.project-detail .detail-meta span{font-size:11px!important;padding:9px 12px}}.project-detail{max-height:100dvh!important;overscroll-behavior:none!important;-webkit-overflow-scrolling:touch}.project-detail:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--yellow);pointer-events:none}.project-viewport-backdrop{position:fixed;top:-100px;right:-100px;bottom:-100px;left:-100px;z-index:99998;background:var(--yellow);pointer-events:none}.project-detail{z-index:99999!important}.project-detail[aria-label="BUTCHER project details"] .project-long-copy>section:first-child{padding-top:clamp(12px,1.8vh,22px)}@media (max-width:800px){.project-list article:hover,.project-list article:active,.project-list article:focus{transform:none!important}}.project-detail{padding-bottom:12px!important}@media (max-width:800px){.project-detail{padding-bottom:calc(20px + env(safe-area-inset-bottom,0px))!important}.project-detail .detail-body,.project-detail .project-long-copy{padding-bottom:0!important}.project-detail .project-long-copy>:last-child,.project-detail .detail-body>:last-child{margin-bottom:0!important;padding-bottom:0!important}}body:has(.project-detail)>#root{visibility:hidden}@media (max-width:800px){.rows article{grid-template-columns:minmax(0,1fr)!important;gap:10px!important}.rows article .year{grid-column:1!important;grid-row:1!important;margin-bottom:2px}.rows article>div:not(.experience-accordion){grid-column:1!important;grid-row:2!important;width:100%}.rows article>small{grid-column:1!important;grid-row:3!important;width:100%;font-size:14px!important;line-height:1.45!important}.rows article>.experience-accordion{grid-column:1!important;grid-row:4!important;width:100%}.rows article>div:not(.experience-accordion) p{margin-top:7px;line-height:1.35}}@media (max-width:800px){.project-detail .detail-title{flex-wrap:wrap!important}.project-detail .detail-back{width:auto!important;max-width:100%;align-self:flex-start;margin-top:0!important;padding:16px 18px!important;font-size:16px!important;text-align:left}.project-detail .detail-title h2{width:100%}}@media (max-width:800px){.project-detail .detail-title h2{width:calc(100% - 12px)!important;font-size:min(21vw,96px)!important;line-height:.76;white-space:nowrap!important;overflow-wrap:normal!important}.project-detail[aria-label="BUTCHER project details"] .detail-title h2{font-size:min(16.5vw,78px)!important}}
