@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@500;600;700;800&display=swap";:root{--color-primary: #222222;--color-secondary: #7b7b7b;--color-tertiary: #f8f8f8;--color-white: #ffffff;--ink: var(--color-primary);--muted: var(--color-secondary);--paper: var(--color-tertiary);--surface: var(--color-white);--line: var(--color-secondary);--accent: var(--color-primary);--accent-dark: var(--color-primary);font-family:DM Sans,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;background:var(--paper)}button,input,select,textarea{font:inherit}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}::selection{color:var(--color-white);background:var(--color-primary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app{min-height:100vh;display:flex;flex-direction:column}.app.is-home{width:100%;height:100dvh;min-height:0;overflow:hidden}.app.is-home main{min-width:0;min-height:0;overflow:hidden}.app.is-home .about-page{height:100%;min-height:0;max-height:100%}.app.is-experience{--ink: #ffffff;--muted: #a9a9a9;--paper: #111111;--surface: #1b1b1b;--line: #3a3a3a;color:var(--ink);background:var(--paper)}.site-header{position:fixed;z-index:100;top:0;right:0;left:0;padding:0 36px;border-bottom:1px solid rgba(123,123,123,.18);background:#f8f8f8e0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.app.is-experience .site-header{background:#111111e0}.nav-shell{width:100%;min-height:70px;margin:0 auto;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.brand-mark{position:relative;width:34px;height:34px;display:grid;place-items:center;border-radius:9px 3px;color:var(--paper);background:var(--ink);font-family:Manrope,sans-serif;font-size:.82rem;font-weight:800;line-height:1;letter-spacing:-.13em;text-indent:-.05em;box-shadow:0 3px 10px #2222221f;transition:border-radius .3s ease,transform .3s ease}.brand-mark:after{content:"";position:absolute;right:4px;bottom:4px;width:4px;height:4px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;opacity:.55}.brand:hover .brand-mark{border-radius:3px 9px;transform:translateY(-1px)}.nav-links{display:flex;align-items:center;gap:34px}.nav-links a{position:relative;padding:8px 0;color:var(--ink);font-size:.73rem;font-weight:500;text-decoration:none;transition:opacity .2s}.nav-links a:hover{opacity:.5}.nav-links a.is-active:after{content:"";position:absolute;right:0;bottom:3px;left:0;height:1px;background:currentColor}.nav-links .drawer-home-link,.nav-links .mobile-resume-link,.drawer-footer,.drawer-mobile-details,.nav-index,.drawer-backdrop{display:none}.header-cta{min-height:38px;padding:0 17px;display:inline-flex;align-items:center;gap:10px;border:2px solid #000000;border-radius:999px;color:var(--color-white);background:#000;font-size:.73rem;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s,background-color .2s,transform .2s}.header-cta:hover{color:#000;background:#fff;transform:translateY(-1px)}.app.is-experience .header-cta{border-color:#fff;color:#000;background:#fff}.app.is-experience .header-cta:hover{color:#fff;background:#000}.header-cta span{font-size:1rem;line-height:1}.header-cta svg,.mobile-resume-link svg{display:block}.menu-button{display:none;width:44px;height:44px;padding:0;border:0;border-radius:12px;color:var(--paper);background:var(--ink);cursor:pointer}.menu-button:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.menu-icon{display:grid;place-items:center;font-size:1.45rem;line-height:1}.menu-icon svg{display:block}main{flex:1}.page-section{width:min(1120px,calc(100% - 64px));margin:0 auto;animation:page-in .45s ease both}@keyframes page-in{0%{opacity:0;transform:translateY(10px)}}@keyframes page-transition-out{to{opacity:0;transform:translateY(-10px) scale(.995);filter:blur(2px)}}@keyframes page-transition-in{0%{opacity:0;transform:translateY(14px) scale(.995);filter:blur(2px)}}::view-transition-old(root){animation:page-transition-out .28s cubic-bezier(.4,0,1,1) both}::view-transition-new(root){animation:page-transition-in .42s cubic-bezier(.16,1,.3,1) both}@supports (view-transition-name: none){.page-section,.work-page,.project-page{animation:none}}.eyebrow{margin:0 0 18px;color:var(--muted);font-size:.76rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}h1,h2{margin:0;font-family:Manrope,sans-serif;letter-spacing:-.055em}h1{font-size:clamp(3.3rem,7.5vw,7rem);line-height:.96}.intro{max-width:660px;color:var(--muted);font-size:clamp(1.05rem,1.8vw,1.3rem);line-height:1.65}.button{min-height:52px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:22px;border:1px solid var(--ink);border-radius:12px;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-primary{color:var(--color-white);background:var(--ink)}.button-primary:hover{background:var(--muted)}.button-secondary{background:transparent}.page-actions{margin-top:34px;display:flex;align-items:center;gap:28px}.text-link{padding:10px 0;font-size:.9rem;font-weight:600;text-decoration:none;border-bottom:1px solid var(--ink)}.about-page{position:relative;width:100%;height:100svh;min-height:620px;overflow:hidden;background:#f7f7f7}.about-page:before{content:"";position:absolute;z-index:4;top:0;left:50%;width:126px;height:8px;border-radius:0 0 9px 9px;background:var(--ink);transform:translate(-50%)}.about-copy{position:relative;z-index:3;width:100%;height:100%}.hero-contact-links{width:80%;margin-top:clamp(86px,11vh,120px);display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:8px}.hero-contact-links a{min-height:42px;padding:0 18px 0 15px;display:inline-flex;align-items:center;gap:10px;border:1px solid #dddddd;border-radius:999px;background:#ffffffd1;color:var(--ink);font-size:.78rem;font-weight:500;text-decoration:none;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color .2s,background-color .2s,color .2s}.hero-contact-links a:hover{border-color:#000;background-color:#000;color:#fff}.hero-contact-links svg{width:14px;height:14px;flex:0 0 14px}.hero-stats{position:absolute;top:20.5%;left:12.2%;display:flex;gap:clamp(38px,4vw,68px)}.hero-stat{display:grid;align-items:end;grid-template-columns:auto auto;column-gap:8px}.hero-stat strong{font-family:DM Sans,sans-serif;font-size:clamp(1.55rem,2.2vw,2.35rem);font-weight:400;line-height:.88;letter-spacing:-.07em}.hero-stat strong span{margin-right:2px;font-size:.58em;vertical-align:top}.hero-stat small{max-width:72px;color:var(--muted);font-size:.65rem;line-height:1.15}.hero-stat-label-line{white-space:nowrap}.hero-greeting{position:absolute;top:35%;left:12.2%}.hero-greeting h1{font-family:DM Sans,sans-serif;font-size:clamp(2.75rem,10.9vw,13rem);font-weight:400;line-height:.76;letter-spacing:-.09em}.hero-greeting h1 span{display:block}.hero-portrait{position:absolute;z-index:2;right:0;bottom:0;width:100vw;height:91%;overflow:hidden}.hero-portrait img{width:100%;height:100%;display:block;object-fit:contain;object-position:right bottom;mix-blend-mode:multiply;transform:translate(-7%)}.hero-rail{position:absolute;z-index:5;top:17%;bottom:6.5%;left:3.7%;display:flex;align-items:center;justify-content:space-between;flex-direction:column;color:#a7a7a7;font-size:.64rem}.hero-rail-label{writing-mode:vertical-rl;transform:rotate(180deg)}.hero-rail-line{width:1px;min-height:40px;margin:18px 0;flex:1;background:#ddd}.hero-year{writing-mode:vertical-rl;transform:rotate(180deg)}.hero-availability{position:absolute;z-index:5;top:17%;right:0;min-height:44px;padding:0 22px 0 16px;display:inline-flex;align-items:center;gap:11px;border:1px solid #dddddd;border-right:0;border-radius:999px 0 0 999px;background:#ffffffe0;color:var(--ink);font-size:.8rem;font-weight:500;box-shadow:-10px 12px 32px #2223,-2px 3px 10px #2222221f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:hero-availability-in .65s .35s cubic-bezier(.22,1,.36,1) both}.hero-availability-dot{width:10px;height:10px;flex:0 0 10px;border-radius:50%;background:#20c96b;box-shadow:0 1px 3px #20c96b59}@keyframes hero-availability-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes hero-availability-in-left{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.work-page{width:min(1180px,calc(100% - 64px));margin:0 auto;padding:108px 0 120px;animation:page-in .45s ease both}.work-hero{position:relative;min-height:180px;overflow:hidden}.work-ghost-title{position:absolute;top:-20px;left:50%;color:#eee;font-family:Manrope,sans-serif;font-size:clamp(5rem,12vw,10rem);font-weight:500;line-height:1;letter-spacing:-.06em;white-space:nowrap;transform:translate(-50%);-webkit-user-select:none;user-select:none}.work-hero h1{position:absolute;top:calc(clamp(5rem,12vw,10rem) - 32px);left:50%;margin:0;font-family:DM Sans,sans-serif;font-size:clamp(2rem,4.5vw,4rem);font-weight:500;letter-spacing:-.055em;white-space:nowrap;transform:translate(-50%,-50%)}.work-toolbar{margin:24px 0 54px;display:flex;align-items:center;gap:30px}.work-filters{display:flex;align-items:center;gap:30px}.work-filters button{padding:0;border:0;color:var(--ink);background:none;font-size:.75rem;cursor:pointer}.work-filters button{position:relative;opacity:.52}.work-filters button:after{content:"";position:absolute;right:0;bottom:-7px;left:0;height:1px;background:currentColor;transform:scaleX(0);transition:transform .2s}.work-filters button:hover,.work-filters button.is-active{opacity:1}.work-filters button.is-active:after{transform:scaleX(1)}.work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:34px;row-gap:72px;scroll-margin-top:30px}.work-card{min-width:0;display:block;overflow:hidden;border-radius:18px;background:var(--surface);box-shadow:0 10px 32px #22222217;text-decoration:none;transition:box-shadow .25s}.work-card-visual{position:relative;overflow:hidden;background:#ececec}.work-card-visual img{width:100%;height:auto;display:block;transition:filter .3s}.work-card-open{position:absolute;top:50%;left:50%;width:max-content;max-width:42px;height:42px;padding:0 13px;display:flex;align-items:center;gap:10px;overflow:hidden;border-radius:999px;background:var(--surface);font-size:.78rem;font-weight:600;line-height:1;white-space:nowrap;opacity:0;transform:translate(calc(-50% - 8px),-50%);transition:max-width .55s cubic-bezier(.2,.75,.2,1),opacity .2s,transform .45s cubic-bezier(.2,.75,.2,1)}.work-card-open-icon{flex:0 0 16px;display:grid;place-items:center;font-size:1rem;transform:translate(-2px);transition:transform .5s cubic-bezier(.2,.75,.2,1)}.work-card-open-icon svg{display:block}.work-card-open-text{padding-left:5px;opacity:0;transform:translate(-10px);transition:opacity .25s .12s,transform .4s .1s cubic-bezier(.2,.75,.2,1)}.work-card:hover .work-card-visual img{filter:brightness(.82)}.work-card:hover{box-shadow:0 18px 44px #22222224}.work-card:hover .work-card-open,.work-card:focus-visible .work-card-open{max-width:calc(100% - 48px);opacity:1;transform:translate(-50%,-50%)}.work-card:hover .work-card-open-icon,.work-card:focus-visible .work-card-open-icon{transform:translate(1px)}.work-card:hover .work-card-open-text,.work-card:focus-visible .work-card-open-text{opacity:1;transform:translate(0)}.work-card:focus-visible{outline:2px solid var(--ink);outline-offset:6px}.work-card-copy{padding:20px 22px 24px;text-align:center}.work-card-copy h2{font-family:DM Sans,sans-serif;font-size:clamp(1.18rem,2vw,1.55rem);font-weight:500;line-height:1.2;letter-spacing:-.035em}.work-card-copy p{margin:5px 0 0;color:var(--muted);font-size:.78rem}.experience-page{padding:104px 0 120px}.page-heading{max-width:780px;margin-bottom:80px}.page-heading>p:last-child{max-width:610px;margin:24px 0 0;color:var(--muted);font-size:1.12rem;line-height:1.7}.experience-heading{position:relative;min-height:170px;overflow:hidden}.experience-heading h1{position:absolute;top:calc(clamp(5.5rem,13vw,10rem) - 39px);left:50%;margin:0;font-family:DM Sans,sans-serif;font-size:clamp(2.1rem,4.5vw,4rem);font-weight:500;letter-spacing:-.055em;text-transform:uppercase;white-space:nowrap;transform:translate(-50%,-50%)}.experience-ghost-title{position:absolute;top:-27px;left:50%;color:#242424;font-family:Manrope,sans-serif;font-size:clamp(5.5rem,13vw,10rem);font-weight:600;line-height:1;letter-spacing:-.07em;text-transform:uppercase;white-space:nowrap;transform:translate(-50%);-webkit-user-select:none;user-select:none}.experience-sections{margin-top:54px;display:grid;gap:76px}.experience-category{margin-bottom:24px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:22px;color:var(--ink);font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.experience-category:after{content:"";height:1px;background:var(--line)}.experience-list{display:grid}.experience-item{min-height:112px;padding:25px 8px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:40px}.experience-copy h3{margin:0;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;line-height:1.35;letter-spacing:-.02em}.experience-copy p{margin:7px 0 0;color:var(--muted);font-size:.84rem}.experience-period{margin:0;color:var(--muted);font-size:.84rem;white-space:nowrap}.tag-list{margin:24px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:8px;list-style:none}.tag-list li{padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-size:.76rem}.projects-section{margin-top:120px}.projects-heading{margin-bottom:46px;display:grid;grid-template-columns:1fr minmax(280px,430px);align-items:end;gap:60px}.projects-heading h2,.project-section-heading h2{font-size:clamp(2.6rem,5vw,4.8rem);line-height:1}.projects-heading>p{margin:0;color:var(--muted);line-height:1.65}.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:54px 24px}.project-card{min-width:0;display:block;text-decoration:none}.project-card-image{position:relative;aspect-ratio:16 / 10;overflow:hidden;border-radius:20px;background:#e9e9e9}.project-card-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1)}.project-card-image>span{position:absolute;top:16px;left:16px;padding:8px 11px;border-radius:999px;background:#ffffffe6;font-size:.67rem;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.project-card:hover .project-card-image img{transform:scale(1.035)}.project-card-copy{padding:20px 4px 0}.project-card-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:.69rem;text-transform:uppercase;letter-spacing:.08em}.project-card-copy h3{margin:15px 0 10px;font-family:Manrope,sans-serif;font-size:clamp(1.5rem,2.4vw,2rem);letter-spacing:-.045em}.project-card-copy>p{min-height:52px;margin:0;color:var(--muted);font-size:.88rem;line-height:1.55}.project-card-action{margin-top:20px;display:inline-flex;gap:8px;align-items:center;border-bottom:1px solid var(--ink);font-size:.78rem;font-weight:600}.project-card-action b{font-size:.9rem;transition:transform .2s}.project-card:hover .project-card-action b{transform:translate(2px,-2px)}.project-page{width:min(1120px,calc(100% - 64px));max-width:100%;min-width:0;margin:0 auto;padding:108px 0 100px;overflow-x:hidden;overflow-x:clip;animation:page-in .45s ease both}.project-back{display:inline-flex;align-items:center;gap:9px;color:var(--muted);font-size:.78rem;font-weight:600;text-decoration:none}.project-back:hover{color:var(--ink)}.project-live-icon{display:none}.project-detail-heading{margin:54px 0 0;padding-bottom:90px;border-bottom:1px solid var(--line)}.project-detail-heading>div{text-align:center}.project-title-row{display:flex;align-items:center;justify-content:center;gap:clamp(22px,3vw,38px)}.project-title-row h1{min-width:0;font-size:clamp(1rem,5vw,5.6rem);line-height:.96;white-space:nowrap}.project-title-logo{width:clamp(82px,9vw,116px);aspect-ratio:1;flex:0 0 auto;overflow:hidden;border:1px solid rgba(123,123,123,.18);border-radius:22px;background:#e9e9e9;box-shadow:0 12px 32px #2222221a}.project-title-logo img{width:100%;height:100%;display:block;object-fit:cover}.project-overview{padding:110px 0;display:grid;grid-template-columns:minmax(220px,300px) 1fr;gap:clamp(70px,10vw,150px);border-bottom:1px solid var(--line)}.project-overview aside{align-self:start;position:sticky;top:36px}.project-overview dl{margin:30px 0 34px}.project-overview dl div{padding:14px 0;display:grid;grid-template-columns:72px 1fr;border-bottom:1px solid #d3d3d3}.project-overview dt{color:var(--muted);font-size:.75rem}.project-overview dd{margin:0;font-size:.78rem;font-weight:600}.project-overview .button{gap:32px}.project-story{display:grid;gap:82px}.project-story section{max-width:680px}.project-story h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.project-story section>p:last-child{margin:24px 0 0;color:var(--muted);font-size:1rem;line-height:1.8}.project-story ul{margin:28px 0 0;padding:0;list-style:none}.project-story li{padding:16px 0 16px 28px;position:relative;border-bottom:1px solid #d3d3d3;color:var(--muted);line-height:1.5}.project-story li:before{content:"↳";position:absolute;left:0;color:var(--ink)}.project-tools{padding:70px 0;border-bottom:1px solid var(--line)}.project-tools .tag-list{max-width:800px}.project-gallery{padding:100px 0;border-bottom:1px solid var(--line)}.project-section-heading{margin-bottom:45px}.project-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.project-gallery-grid figure{margin:0;overflow:hidden;border-radius:20px;background:#e9e9e9}.project-gallery-grid img{width:100%;height:100%;display:block;object-fit:cover}.project-gallery.is-mobile .project-gallery-grid{grid-template-columns:repeat(5,1fr)}.project-gallery.is-mobile figure{border-radius:14px}.project-gallery.is-mobile img{object-fit:contain}.project-resources{padding:70px 0;display:grid;grid-template-columns:1fr 2fr;border-bottom:1px solid var(--line)}.project-resources>div{display:grid}.project-resources a{padding:20px 0;display:flex;justify-content:space-between;border-bottom:1px solid #d3d3d3;font-family:Manrope,sans-serif;font-size:1.1rem;font-weight:700;text-decoration:none}.next-project{margin-top:40px;padding:0;display:grid;grid-template-columns:1fr auto;text-decoration:none}.next-project span{grid-column:1;margin-bottom:10px;color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em}.next-project strong{grid-column:1;font-family:Manrope,sans-serif;font-size:clamp(2.5rem,6vw,5rem);letter-spacing:-.055em}.next-project b{grid-column:2;grid-row:2;align-self:center;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1;transition:transform .2s}.next-project:hover b{transform:translate(8px)}.project-not-found{min-height:80vh;padding-top:150px}.project-not-found a{margin-top:35px;display:inline-block}.contact-page{min-height:0;padding:94px 0 30px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:start;gap:clamp(48px,6vw,88px)}.contact-introduction{position:sticky;top:94px}.availability-badge{width:fit-content;min-height:44px;margin-bottom:32px;padding:0 22px 0 16px;display:inline-flex;align-items:center;gap:11px;border:1px solid #d8d8d8;border-radius:999px;background:var(--surface);color:#4d4d4d;font-size:.8rem;font-weight:600;box-shadow:-10px 12px 32px #2223,-2px 3px 10px #2222221f}.availability-badge>span{width:10px;height:10px;flex:0 0 10px;border-radius:50%;background:#20c96b;box-shadow:0 1px 3px #20c96b59}.contact-introduction h1{max-width:650px;font-size:clamp(3.2rem,5vw,5.2rem)}.contact-blurb{max-width:600px;margin:20px 0 0;color:var(--muted);font-size:clamp(.95rem,1.25vw,1.08rem);line-height:1.6}.contact-details{margin:28px 0 0;border-top:1px solid #d3d3d3}.contact-details>div{padding:14px 0;display:grid;grid-template-columns:88px 1fr;gap:18px;border-bottom:1px solid #d3d3d3}.contact-details dt{color:var(--muted);font-size:.73rem}.contact-details dd{margin:0;font-size:.78rem;font-weight:600;line-height:1.55}.contact-details dd a{text-underline-offset:4px}.contact-details dd span{margin:0 8px;color:#b0b0b0}.contact-form-panel{padding:clamp(26px,2.4vw,36px);border:1px solid #d6d6d6;border-radius:26px;background:var(--surface);box-shadow:0 22px 60px #22222212}.contact-form-heading{padding-bottom:20px;border-bottom:1px solid #dedede}.contact-form-heading .eyebrow{margin-bottom:10px}.contact-form-heading h2{max-width:500px;font-size:clamp(1.8rem,2.7vw,2.6rem);line-height:1.05}.contact-form-heading>p:last-child{margin:10px 0 0;color:var(--muted);font-size:.86rem;line-height:1.5}.contact-form{margin-top:20px}.contact-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.contact-form-row+.contact-form-row,.contact-form-row+.contact-field,.contact-field+.contact-form-row{margin-top:14px}.contact-form>.contact-field{margin-top:14px}.contact-field{display:grid;gap:7px}.contact-field label{color:#333;font-size:.75rem;font-weight:600}.contact-field label span{margin-left:5px;color:var(--muted);font-size:.68rem;font-weight:400}.contact-field input,.contact-field select,.contact-field textarea{width:100%;border:1px solid #d5d5d5;border-radius:11px;outline:0;color:var(--ink);background:#fbfbfb;font-size:.85rem;transition:border-color .2s,background-color .2s,box-shadow .2s}.contact-field input,.contact-field select{height:46px;padding:0 14px}.contact-field select{appearance:none;padding-right:38px;background-image:linear-gradient(45deg,transparent 50%,#777 50%),linear-gradient(135deg,#777 50%,transparent 50%);background-position:calc(100% - 18px) 22px,calc(100% - 13px) 22px;background-size:5px 5px,5px 5px;background-repeat:no-repeat;cursor:pointer}.contact-field textarea{height:96px;min-height:96px;padding:12px 14px;line-height:1.5;resize:vertical}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#9a9a9a}.contact-field input:hover,.contact-field select:hover,.contact-field textarea:hover{border-color:#a5a5a5}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{border-color:var(--ink);background:var(--surface);box-shadow:0 0 0 3px #22222214}.contact-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.contact-form-footer{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:24px}.contact-privacy{max-width:230px;margin:0;color:var(--muted);font-size:.68rem;line-height:1.5}.contact-submit{min-height:46px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:34px;border:1px solid #000000;border-radius:11px;color:#fff;background:#000;font-size:.8rem;font-weight:600;cursor:pointer;transition:transform .2s,background-color .2s}.contact-submit:hover:not(:disabled){background:#333;transform:translateY(-2px)}.contact-submit:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.contact-submit:disabled{cursor:wait;opacity:.62}.contact-submit span{font-size:1rem}.contact-status{margin-top:12px}.contact-status p{margin:0;padding:10px 12px;border-radius:9px;font-size:.74rem;line-height:1.45}.contact-status .is-success{color:#286d49;background:#edf7f1}.contact-status .is-error{color:#9a3434;background:#fff0f0}.site-footer{width:min(1120px,calc(100% - 64px));margin:auto auto 0;padding:25px 0 30px;display:flex;justify-content:center;border-top:1px solid var(--line);color:var(--muted);font-size:.76rem;text-align:center}.site-footer p{margin:0}@media(min-width:821px)and (max-width:1650px){.site-header{padding:0 clamp(20px,2.2vw,36px)}.nav-shell{min-height:clamp(62px,4.25vw,70px);gap:clamp(18px,1.7vw,28px)}.brand-mark{width:clamp(30px,2.1vw,34px);height:clamp(30px,2.1vw,34px)}.nav-links{gap:clamp(20px,2.05vw,34px)}.nav-links a{font-size:clamp(.68rem,.73vw,.73rem)}.header-cta{min-height:clamp(34px,2.3vw,38px);padding:0 clamp(13px,1.05vw,17px);gap:clamp(8px,.62vw,10px);font-size:clamp(.68rem,.73vw,.73rem)}.hero-rail{left:clamp(20px,3.7vw,61px);font-size:clamp(.58rem,.64vw,.64rem)}.hero-stats{left:clamp(57px,calc(17.34vw - 85px),201px);gap:clamp(24px,4vw,68px)}.hero-stat{column-gap:clamp(6px,.5vw,8px)}.hero-stat small{font-size:clamp(.58rem,.65vw,.65rem)}.hero-greeting{left:clamp(57px,calc(17.34vw - 85px),201px)}.hero-contact-links{width:80%;margin-top:clamp(64px,calc(6.755vw + 8.5px),120px);justify-content:center;gap:clamp(6px,calc(.241vw + 4px),8px)}.hero-contact-links a{min-height:clamp(36px,calc(.724vw + 30px),42px);padding:0 clamp(13px,calc(.603vw + 8px),18px) 0 clamp(11px,calc(.483vw + 7px),15px);gap:clamp(7px,calc(.362vw + 4px),10px);font-size:clamp(.68rem,calc(.193vw + 9.3px),.78rem)}.hero-contact-links svg{width:clamp(12px,calc(.241vw + 10px),14px);height:clamp(12px,calc(.241vw + 10px),14px);flex-basis:clamp(12px,calc(.241vw + 10px),14px)}.hero-availability{min-height:clamp(38px,2.67vw,44px);padding:0 clamp(17px,1.34vw,22px) 0 clamp(13px,.98vw,16px);gap:clamp(8px,.68vw,11px);font-size:clamp(.72rem,.8vw,.8rem)}.hero-availability-dot{width:clamp(8px,.62vw,10px);height:clamp(8px,.62vw,10px);flex-basis:clamp(8px,.62vw,10px)}.hero-portrait img{width:auto;max-width:none;height:100%;margin-left:auto;object-position:right bottom;transform:translate(clamp(0px,calc(201px - 13.53vw),90px))}}@media(min-width:821px)and (max-width:1200px){.hero-portrait img{transform:translate(clamp(-180px,calc(57.68vw - 653.6px),39px))}}@media(max-width:960px){.contact-page{grid-template-columns:1fr;gap:60px}.contact-introduction{position:static;padding-top:0}.contact-details{max-width:680px}.contact-form-panel{width:min(100%,720px)}}@media(max-width:900px){.hero-contact-links{align-items:flex-start;flex-direction:column}}@media(max-width:820px){.site-header{padding:0 18px;background:#f8f8f8f5;backdrop-filter:none;-webkit-backdrop-filter:none}.app.is-experience .site-header{background:#111111f5}.nav-shell{min-height:66px;display:flex;justify-content:space-between}.brand,.menu-button{position:relative;z-index:104}.menu-button{display:grid;place-items:center;transition:color .25s ease,background-color .25s ease,transform .25s ease}.menu-button:hover{transform:translateY(-1px)}.header-cta{display:none}.drawer-backdrop{position:fixed;z-index:101;inset:0;width:100%;height:100%;padding:0;display:block;border:0;background:#0c0c0c6b;opacity:0;visibility:hidden;cursor:default;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);transition:opacity .35s ease,visibility .35s ease}.drawer-backdrop.is-visible{opacity:1;visibility:visible}.nav-links{position:fixed;z-index:102;top:0;right:0;bottom:0;width:min(390px,calc(100% - 22px));padding:92px 28px 26px;display:flex;align-items:stretch;flex-direction:column;gap:0;overflow-y:auto;border-left:1px solid rgba(123,123,123,.22);border-radius:24px 0 0 24px;background:var(--surface);box-shadow:-24px 0 70px #0000002e;opacity:.98;visibility:hidden;transform:translate(105%);transition:transform .52s cubic-bezier(.22,1,.36,1),visibility .52s ease}.nav-links.is-open{visibility:visible;transform:translate(0)}.nav-links>a:not(.mobile-resume-link){min-height:72px;padding:0 4px;display:grid;grid-template-columns:38px 1fr;align-items:center;border-bottom:1px solid rgba(123,123,123,.24);font-family:Manrope,sans-serif;font-size:clamp(1.65rem,7vw,2rem);font-weight:600;letter-spacing:-.045em;opacity:1;transition:padding-left .25s ease,color .25s ease}.nav-links>a:not(.mobile-resume-link):hover{padding-left:8px;opacity:1}.nav-links>a.is-active:not(.mobile-resume-link){padding-left:8px}.nav-links a.is-active:after{inset:50% 4px auto auto;width:7px;height:7px;border-radius:50%;background:currentColor;transform:translateY(-50%)}.nav-index{display:block;color:var(--muted);font-family:DM Sans,sans-serif;font-size:.62rem;font-weight:500;letter-spacing:.08em}.nav-links .mobile-resume-link{min-height:52px;margin-top:28px;padding:0 18px;display:inline-flex;align-items:center;justify-content:space-between;border:1px solid var(--ink);border-radius:13px;color:var(--paper);background:var(--ink);font-size:.8rem;font-weight:600;opacity:1;transition:transform .2s ease,opacity .2s ease}.nav-links .mobile-resume-link:hover{opacity:.82;transform:translateY(-1px)}.drawer-footer{margin-top:auto;padding-top:28px;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:.84rem;text-align:center}.drawer-status-dot{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#20c96b;box-shadow:0 0 0 4px #20c96b1f}.page-section,.site-footer{width:min(100% - 32px,680px)}.about-page{width:100%;min-height:700px}.work-page{width:min(100% - 32px,680px);padding:86px 0 90px}.work-hero{min-height:125px}.work-ghost-title{top:0}.work-hero h1{top:calc(clamp(5rem,12vw,10rem) - 12px)}.work-toolbar{margin:16px 0 42px}.work-grid{gap:48px 18px}.hero-rail{display:none}.hero-availability{top:13%;right:auto;left:0;min-height:38px;padding:0 17px 0 13px;gap:8px;border-right:1px solid #dddddd;border-left:0;border-radius:0 999px 999px 0;font-size:.72rem;box-shadow:10px 12px 32px #2223,2px 3px 10px #2222221f;animation:hero-availability-in-left .65s .35s cubic-bezier(.22,1,.36,1) both}.hero-availability-dot{width:8px;height:8px;flex-basis:8px}.hero-stats{top:23.5%;left:7%;gap:32px}.hero-stat{column-gap:6px}.hero-stat small{font-size:.58rem}.hero-greeting{z-index:3;top:35%;left:7%}.hero-contact-links{width:80%;margin-top:64px;justify-content:center;flex-wrap:nowrap;gap:6px}.hero-contact-links a{min-height:36px;padding:0 13px 0 11px;gap:7px;font-size:.68rem}.hero-contact-links svg{width:12px;height:12px;flex-basis:12px}.hero-portrait{right:0;width:100vw;height:91%;opacity:1}.hero-portrait img{width:auto;max-width:none;height:100%;margin-left:auto;object-position:right bottom;transform:translate(-180px)}.experience-page{padding:80px 0 90px}.page-heading{margin-bottom:55px}.experience-heading{min-height:108px}.experience-ghost-title{top:-8px}.experience-heading h1{top:calc(clamp(5.5rem,13vw,10rem) - 20px)}.experience-sections{margin-top:42px;gap:64px}.experience-item{min-height:102px}.projects-section{margin-top:90px}.projects-heading{grid-template-columns:1fr;gap:22px}.projects-grid{gap:42px 16px}.project-page{width:min(calc(100% - clamp(24px,3.9vw,32px)),680px);padding-top:clamp(72px,10.98vw,90px);padding-bottom:clamp(64px,12.2vw,100px)}.project-detail-heading{margin-top:clamp(28px,5.37vw,44px);padding-bottom:clamp(44px,7.8vw,64px)}.project-overview{padding:clamp(48px,9.15vw,75px) 0;grid-template-columns:1fr;gap:clamp(44px,8.54vw,70px)}.project-overview aside{position:static}.project-overview dl{max-width:420px}.project-story{gap:clamp(42px,7.93vw,65px)}.project-tools{padding:clamp(46px,8.54vw,70px) 0}.project-gallery{padding:clamp(56px,12.2vw,100px) 0}.project-section-heading{margin-bottom:clamp(28px,5.49vw,45px)}.project-gallery-grid{gap:clamp(10px,2.2vw,18px)}.project-gallery-grid figure{border-radius:clamp(12px,2.44vw,20px)}.project-gallery.is-mobile .project-gallery-grid{grid-template-columns:repeat(3,1fr)}.project-resources{padding:clamp(46px,8.54vw,70px) 0;grid-template-columns:1fr;gap:clamp(14px,2.44vw,20px)}.next-project{margin-top:clamp(28px,4.88vw,40px)}.contact-page{min-height:0;padding:100px 0 80px;grid-template-columns:1fr;gap:54px}.availability-badge{margin-bottom:36px}.contact-form-panel{padding:36px 30px}}@media(min-width:521px)and (max-width:820px){.about-page{height:100dvh;min-height:0;max-height:100dvh}.hero-greeting h1{font-size:clamp(3.6rem,12.5vw,6.4rem)}.hero-contact-links{margin-top:72px}.experience-item{grid-template-rows:auto auto;align-items:baseline;column-gap:24px;row-gap:7px}.experience-copy{display:contents}.experience-copy h3{grid-column:1 / -1;grid-row:1}.experience-copy p{grid-column:1;grid-row:2;margin-top:0}.experience-period{grid-column:2;grid-row:2;justify-self:end;text-align:right}}@media(max-width:820px){.project-detail-heading{padding-bottom:0;border-bottom:0}.project-detail-heading>div>.eyebrow{display:none}.project-overview{padding-top:clamp(32px,5.85vw,48px)}.project-live-icon{position:absolute;top:0;right:0;width:clamp(34px,4.88vw,40px);height:clamp(34px,4.88vw,40px);display:grid;place-items:center;border:1px solid var(--ink);border-radius:clamp(8px,1.22vw,10px);color:var(--ink);background:transparent;font-size:clamp(.9rem,2.05vw,1.05rem);text-decoration:none;transition:color .2s,background-color .2s,transform .2s}.project-live-icon:hover,.project-live-icon:active{color:var(--color-white);background:var(--ink)}.project-live-icon:hover{transform:translateY(-2px)}.project-live-icon:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.project-overview aside{width:100%;padding-bottom:0;display:grid;grid-template-columns:1fr auto;border-bottom:0}.project-overview aside>.eyebrow{position:relative;margin-bottom:0;padding-bottom:clamp(9px,1.46vw,12px);grid-column:1 / -1;grid-row:2}.project-overview aside>.eyebrow:after{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background:var(--line)}.project-overview dl{width:100%;max-width:none;margin-top:0;margin-bottom:clamp(32px,5.85vw,48px);grid-column:1 / -1;grid-row:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(12px,6vw,48px);border-bottom:0}.project-overview dl div{padding:clamp(10px,1.7vw,14px) 0;display:block;border-bottom:0;text-align:center}.project-overview dt{margin-bottom:clamp(5px,.98vw,8px)}.project-live-action{display:none}.project-title-row{position:relative;margin-top:clamp(20px,3.4vw,28px);flex-direction:column;gap:clamp(14px,2.93vw,24px)}.project-title-logo{width:clamp(56px,18vw,144px);border-radius:clamp(14px,3.4vw,28px)}}@media(max-width:520px){h1{font-size:clamp(2.8rem,14vw,4.2rem)}.hero-availability{top:10%;min-height:38px;padding:0 16px 0 13px;font-size:.74rem}.hero-stats{top:17%;gap:24px}.hero-stat{grid-template-columns:1fr;row-gap:4px}.hero-stat small{max-width:none}.hero-greeting{top:27%}.hero-contact-links{margin-top:64px;gap:6px}.hero-contact-links a{min-height:38px;padding:0 13px 0 11px;gap:7px;font-size:.7rem}.hero-portrait{right:0;bottom:0;width:130vw;height:91%}.work-hero{min-height:105px}.work-ghost-title{top:0;font-size:4.3rem}.work-hero h1{top:calc(4.3rem - 12px);font-size:2rem}.work-toolbar{align-items:flex-start;flex-direction:column;gap:28px}.work-filters{width:100%;flex-wrap:wrap;justify-content:flex-start;gap:18px 24px}.work-grid{grid-template-columns:1fr}.page-actions{align-items:stretch;flex-direction:column}.text-link{align-self:flex-start}.experience-heading{min-height:96px}.experience-ghost-title{top:-8px;font-size:4.2rem}.experience-heading h1{top:calc(4.2rem - 20px)}.experience-sections{margin-top:36px;gap:54px}.experience-category{margin-bottom:18px;gap:14px;font-size:.7rem}.experience-item{padding:23px 4px;grid-template-columns:1fr;gap:12px}.experience-period{white-space:normal}.projects-grid{grid-template-columns:1fr}.project-card-copy>p{min-height:0}.contact-introduction h1{font-size:clamp(3rem,14vw,4.5rem)}.contact-details>div{grid-template-columns:72px 1fr}.contact-form-panel{padding:30px 20px;border-radius:20px}.contact-form-row{grid-template-columns:1fr;gap:22px}.contact-form-footer{align-items:stretch;flex-direction:column}.contact-privacy{max-width:none}.contact-submit{width:100%}.site-footer{gap:14px;flex-direction:column}}@media(max-width:720px){.about-copy{z-index:auto}.hero-availability{right:0;left:auto;border-right:0;border-left:1px solid #dddddd;border-radius:999px 0 0 999px;box-shadow:-10px 12px 32px #2223,-2px 3px 10px #2222221f;animation:hero-availability-in .65s .35s cubic-bezier(.22,1,.36,1) both}.hero-greeting{z-index:auto}.hero-greeting h1{position:relative;z-index:1;display:block}.hero-stats{z-index:3}.hero-contact-links{position:relative;z-index:3;margin-top:clamp(120px,16vh,170px)}.hero-portrait{right:auto;left:50%;width:100vw;transform:translate(-50%)}.hero-portrait img{width:100%;max-width:100%;height:100%;margin:0 auto;object-fit:contain;object-position:center bottom;transform:scale(1.28);transform-origin:center bottom}}@media(max-width:600px){.work-hero{--work-title-size: min(5rem, calc(20vw - 6.4px) )}.work-ghost-title,.work-hero h1{width:100%;text-align:center}.work-ghost-title{font-size:var(--work-title-size)}.work-hero h1{top:calc(var(--work-title-size) - 12px);font-size:min(2rem,8vw)}.experience-ghost-title,.experience-heading h1{width:100%;text-align:center}.hero-availability{display:none}.hero-greeting{top:90px}.hero-stats,.hero-contact-links{display:none}.hero-stats{top:auto;bottom:180px;left:0;align-items:flex-start;flex-direction:column;gap:18px}.hero-stat{width:174px;grid-template-columns:66px 1fr;align-items:center;column-gap:11px}.hero-stat strong{font-size:1.75rem;text-align:right}.hero-stat small{max-width:96px;font-size:.64rem}.hero-greeting h1{top:0;z-index:1;width:100vw;margin-left:-7vw;font-size:clamp(5.5rem,28vw,10.5rem);line-height:.72;text-align:center;white-space:normal}.hero-greeting h1 span{display:block}.hero-greeting h1 span+span{margin-left:0}.hero-contact-links{position:fixed;right:20px;bottom:150px;width:max-content;margin:0;align-items:flex-end}.drawer-mobile-details{margin-top:18px;display:grid;gap:18px}.drawer-mobile-stats{width:min(100%,280px);margin-inline:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.drawer-mobile-stats>div{min-width:0;padding:12px 10px;display:grid;grid-template-columns:auto auto;align-items:center;justify-content:center;gap:16px;border:1px solid var(--line);border-radius:13px;background:#ffffff73}.drawer-mobile-stats strong{font-family:DM Sans,sans-serif;font-size:1.2rem;font-weight:500;line-height:1;letter-spacing:-.055em}.drawer-mobile-stats strong span{margin-right:2px;font-size:.58em;vertical-align:top}.drawer-mobile-stats small{color:var(--muted);font-size:.58rem;line-height:1.25}.drawer-social-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.drawer-social-links a{min-width:0;min-height:42px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:999px;color:var(--ink);background:#fff9;font-size:.62rem;font-weight:500;text-decoration:none}.drawer-social-links svg{width:12px;height:12px;flex:0 0 12px}.hero-portrait{right:auto;left:50%;width:100vw;transform:translate(-50%)}.hero-portrait img{object-position:center bottom;transform:translate(-20%) scale(1.42)}.experience-heading{--experience-ghost-size: min(5.5rem, calc(18vw - 5.76px) );min-height:clamp(96px,calc(82px + 4.35vw),108px)}.experience-ghost-title{font-size:var(--experience-ghost-size)}.experience-heading h1{top:calc(var(--experience-ghost-size) - 20px);font-size:min(2.1rem,8.5vw)}.experience-category{font-size:clamp(.64rem,calc(.5rem + .7vw),.7rem)}.experience-item{min-height:0;padding:clamp(18px,5vw,23px) 4px;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:baseline;column-gap:clamp(8px,2.5vw,12px);row-gap:clamp(5px,1.5vw,7px)}.experience-copy{min-width:0;display:contents}.experience-copy h3{grid-column:1 / -1;grid-row:1;font-size:clamp(.84rem,calc(.58rem + 1.1vw),1rem)}.experience-copy p{margin-top:0;grid-column:1;grid-row:2;font-size:clamp(.72rem,calc(.48rem + 1vw),.84rem)}.experience-period{grid-column:2;grid-row:2;justify-self:end;font-size:clamp(.72rem,calc(.48rem + 1vw),.84rem);text-align:right;white-space:nowrap}}@media(max-width:520px){.hero-stats{bottom:210px;left:-10px}.hero-portrait img{width:520px;max-width:none;margin:0 0 0 50%;transform:translate(-77%) scale(1.42)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
