:root{color-scheme:light;font-family:Aptos,Segoe UI Variable Display,SF Pro Display,system-ui,sans-serif;color:#171914;background:#e9ece4;font-synthesis:none;text-rendering:optimizeLegibility;--accent: #9fbe38;--accent-ink: #4c6410;--surface: rgba(255, 255, 251, .56);--line: rgba(33, 38, 29, .15);--radius-card: 18px;--radius-control: 999px;--z-scene: 0;--z-content: 2;--z-overlay: 8}:root[data-theme=dark]{color-scheme:dark;color:#f2f3ed;background:#0d100c;--accent: #c8ee52;--accent-ink: #c8e66b;--surface: rgba(25, 29, 23, .62);--line: rgba(235, 241, 225, .14)}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}body{min-width:320px;background:#e9ece4;transition:background-color .36s ease,color .36s ease}:root[data-theme=dark] body{background:#0d100c}button,a{font:inherit}button{color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.startup-screen{position:fixed;inset:0;z-index:20;display:grid;place-content:center;justify-items:center;gap:18px;background:#fbfcf9;color:#4d5149}.startup-screen p{margin:0;font-size:.76rem;letter-spacing:.015em}.startup-spinner{width:38px;height:38px;border:3px solid #e1e4dd;border-top-color:#5f635a;border-radius:50%;animation:startup-spin .82s linear infinite}@keyframes startup-spin{to{transform:rotate(360deg)}}.poster-starting>:not(.startup-screen,.project-overlay){visibility:hidden}.poster-shell{position:relative;isolation:isolate;width:100%;min-height:100dvh;height:100dvh;overflow:hidden;padding:clamp(16px,2vw,32px);display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:42px minmax(0,1fr) clamp(132px,18vh,166px);gap:clamp(14px,1.7vw,24px);background:radial-gradient(circle at 72% 43%,rgba(126,148,75,.14),transparent 34%),linear-gradient(120deg,#f3f5ee,#e7eae1 48%,#dde1d7);transition:background .42s ease,color .32s ease}.poster-shell:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(245,247,241,.78) 0%,rgba(239,242,234,.18) 54%,transparent 76%);z-index:1}.noise{position:fixed;inset:0;z-index:var(--z-overlay);pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}.sculpture-fallback{position:absolute;z-index:var(--z-scene);right:-4%;top:-3%;width:min(74vw,1160px);height:82%;object-fit:cover;object-position:64% 50%;opacity:.48;filter:grayscale(1) invert(1) contrast(1.12);mix-blend-mode:multiply;-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 30%,black 100%);mask-image:linear-gradient(90deg,transparent 0%,black 30%,black 100%)}.spatial-scene{position:absolute;z-index:var(--z-scene);inset:0 0 20% 38%;pointer-events:auto;mix-blend-mode:multiply;opacity:.58}.spatial-scene canvas{width:100%;height:100%;display:block}.spatial-scene[data-webgl=unavailable]{display:none}.topbar{position:relative;z-index:6;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#17191494;font-size:.78rem}.topbar p{margin:0}.topbar-actions{display:flex;align-items:center;justify-self:end;gap:8px}.monogram{width:36px;height:36px;display:grid;place-items:center;border-radius:var(--radius-control);background:#c8ee52;color:#1b210c;font-size:1rem;font-weight:800;text-decoration:none;box-shadow:inset 0 1px #ffffff80}.contact-menu{position:relative}.theme-toggle{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(34,39,30,.15);border-radius:50%;background:linear-gradient(135deg,#ffffffc2,#fffffb66);color:#171914;box-shadow:inset 0 1px #ffffffe6,0 10px 30px #373d2f14;backdrop-filter:blur(16px) saturate(145%);-webkit-backdrop-filter:blur(16px) saturate(145%);cursor:pointer;transition:transform .1s ease,background-color .22s ease,border-color .22s ease,color .22s ease}.theme-toggle:hover{background-color:#c8ee5252;border-color:#4c64104d}.theme-toggle:active{transform:scale(.92)}.contact-trigger{min-height:36px;padding:0 10px 0 15px;display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(34,39,30,.15);border-radius:var(--radius-control);background:linear-gradient(135deg,#ffffffc2,#fffffb61),#fffffb85;color:#171914;box-shadow:inset 0 1px #ffffffeb,0 10px 30px #373d2f14;backdrop-filter:blur(16px) saturate(145%);-webkit-backdrop-filter:blur(16px) saturate(145%);cursor:pointer;font-size:.74rem;transition:background-color .18s ease,border-color .18s ease,transform .1s ease}.contact-trigger:hover,.contact-trigger[aria-expanded=true]{border-color:#4c641047;background-color:#fffffbc7}.contact-trigger:active{transform:scale(.97)}.contact-popover{position:absolute;top:calc(100% + 10px);right:0;width:min(276px,calc(100vw - 28px));padding:12px;overflow:hidden;transform-origin:top right;border:1px solid rgba(34,39,30,.15);border-radius:var(--radius-card);background:radial-gradient(circle at 86% 0%,rgba(255,255,255,.92),transparent 34%),#f8faf5cc;box-shadow:inset 0 1px #fffffff2,0 24px 64px #343b2d2e;backdrop-filter:blur(24px) saturate(150%);-webkit-backdrop-filter:blur(24px) saturate(150%)}.contact-popover>p{margin:2px 6px 9px;color:#1719147a;font-size:.66rem}.contact-popover nav{display:grid;gap:4px}.contact-popover a{min-height:52px;padding:7px 9px;display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;border-radius:12px;color:#171914;text-decoration:none;transition:background-color .16s ease,transform .16s ease}.contact-popover a:hover,.contact-popover a:focus-visible{background:#9fbe3824;transform:translate(2px)}.contact-option-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(34,39,30,.12);border-radius:50%;background:#fffffb9e}.contact-option-copy{display:grid;gap:2px}.contact-option-copy strong{font-size:.76rem;font-weight:680}.contact-option-copy small{color:#1719147a;font-size:.64rem}.contact-option-arrow{color:var(--accent-ink);font-size:.88rem}.hero-copy{position:relative;z-index:var(--z-content);align-self:center;width:min(59vw,860px);margin-top:-1vh}.availability{margin:0 0 clamp(12px,2vh,22px);font-size:clamp(.7rem,.8vw,.82rem);color:var(--accent-ink);font-weight:680;letter-spacing:.03em}.hero-copy h1{margin:0;font-size:clamp(3rem,6.5vw,7.35rem);line-height:.84;letter-spacing:-.066em;font-weight:730}.hero-copy h1 span{display:block}.hero-copy h1 span:last-child{color:#17191475}.hero-copy em{color:#171914;font-weight:450;padding-bottom:.08em}.intro-line{width:min(100%,690px);margin-top:clamp(18px,3vh,34px);display:grid;grid-template-columns:minmax(250px,1.4fr) 1fr;gap:clamp(22px,4vw,72px);align-items:start}.intro-line>p{margin:0;max-width:39ch;font-size:clamp(.92rem,1.1vw,1.1rem);line-height:1.45;color:#171914cc}.skills{display:grid;gap:6px;color:#17191480;font-size:.76rem}.project-grid{position:relative;z-index:var(--z-content);width:min(92%,1320px);justify-self:center;align-self:end;transform:translateY(10px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,1.8vw,28px);min-height:0}.tools-spot{position:absolute;z-index:var(--z-content);top:clamp(86px,13vh,126px);right:clamp(18px,3vw,48px);width:clamp(178px,19vw,238px);height:clamp(108px,15vh,138px);perspective:900px}.tools-spot .project-card{width:100%;height:100%;transform-origin:right center}.tools-spot .project-copy h2{font-size:clamp(1.5rem,2.2vw,2rem)}.tools-spot .project-copy span{max-width:22ch}.tools-spot .card-orbit{width:86px;right:-24px;top:34%}.project-card[data-tone=tools]{background:linear-gradient(145deg,rgba(200,238,82,.16),transparent 52%),radial-gradient(circle at 80% 15%,rgba(255,255,255,.75),transparent 31%),#f7f9f29e}.project-card{position:relative;isolation:isolate;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-card);background:radial-gradient(circle at 75% 15%,rgba(255,255,255,.78),transparent 30%),var(--surface);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);box-shadow:inset 0 1px #ffffffd1,0 18px 46px #373d2f1a;cursor:pointer;padding:clamp(14px,1.4vw,20px);display:flex;flex-direction:column;justify-content:space-between}.project-card:before{content:"";position:absolute;inset:0;z-index:-1;opacity:0;transition:opacity .26s ease;background:radial-gradient(circle at 74% 32%,rgba(159,190,56,.18),transparent 42%)}.project-card:hover:before,.project-card:focus-visible:before{opacity:1}.project-card[data-tone=silver]{background-color:#eff2eab3}.project-card[data-tone=graphite]{background-color:#e1e5dbad}.project-card[data-tone=white]{background-color:#fffffba6}.project-number{font-size:.66rem;color:#1719146b}.project-copy p{margin:0 0 5px;font-size:.64rem;color:var(--accent-ink)}.project-copy h2{margin:0;font-size:clamp(1.45rem,2vw,2.25rem);letter-spacing:-.045em;line-height:.95}.project-copy span{display:block;max-width:25ch;margin-top:8px;font-size:clamp(.68rem,.75vw,.78rem);line-height:1.35;color:#17191485}.card-orbit{position:absolute;width:110px;aspect-ratio:1.8;border:1px solid rgba(76,100,16,.2);border-radius:50%;right:-26px;top:28%;transform:rotate(-18deg)}.morph-button{position:absolute;top:12px;right:12px;width:35px;height:35px;display:grid;place-items:center;border:1px solid rgba(34,39,30,.16);border-radius:var(--radius-control);background:#fffffbad;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .1s ease}.morph-button:hover{background:#c8ee52;color:#1b210c}.morph-button[data-pressed=true]{transform:scale(.94)}.project-overlay{position:fixed;inset:0;z-index:var(--z-overlay);display:grid;place-items:start center;padding:clamp(16px,2.6vh,24px) clamp(12px,2vw,32px) 0;background:#e8ebe245;-webkit-backdrop-filter:blur(4px) saturate(88%);backdrop-filter:blur(4px) saturate(88%);pointer-events:none}.project-overlay[data-open=false]{pointer-events:none}.project-browser{position:relative;width:min(1180px,92vw);height:min(720px,78dvh);overflow:hidden;border:1px solid rgba(35,40,31,.18);border-radius:var(--radius-card);background:#f7f8f4;box-shadow:inset 0 1px #ffffffe6,0 30px 80px #363e2d3d;pointer-events:auto}.project-overlay[data-open=false] .project-browser{pointer-events:none}.browser-bar{height:56px;display:grid;grid-template-columns:1fr minmax(180px,1.4fr) 1fr;align-items:center;padding:0 12px 0 18px;border-bottom:1px solid rgba(35,40,31,.11);background:#eff1ebf0}.browser-project-title{display:flex;gap:10px;align-items:baseline;font-size:.82rem;font-weight:680}.browser-category{color:#1719146b;font-size:.66rem;font-weight:450}.browser-address{justify-self:stretch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:8px 14px;border:1px solid rgba(35,40,31,.1);border-radius:var(--radius-control);background:#fffffbb8;color:#17191470;font-size:.68rem;text-align:center}.load-state{display:inline-block;width:6px;height:6px;margin-right:7px;border-radius:50%;background:#81847e}.load-state.loaded{background:var(--accent)}.project-browser .morph-button{position:relative;top:auto;right:auto;justify-self:end}.browser-loading{position:absolute;inset:56px 0 0;display:grid;place-items:center;color:#17191480;font-size:.76rem;background:#f4f6f0}.project-frame-stack{position:absolute;inset:56px 0 0;overflow:hidden}.project-frame{position:absolute;inset:0;width:100%;height:100%;border:0;opacity:0;visibility:hidden;pointer-events:none;background:#f1f2ed;transition:opacity .14s ease}.project-frame.active.loaded{opacity:1;visibility:visible;pointer-events:auto}.open-project{position:absolute;right:20px;bottom:18px;padding:10px 15px;border-radius:var(--radius-control);background:#0c0d0cd1;border:1px solid rgba(255,255,255,.16);color:#f1f2ed;text-decoration:none;font-size:.72rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}:root[data-theme=dark] .startup-screen{background:#0d100c;color:#f2f3edb8}:root[data-theme=dark] .startup-spinner{border-color:#292e26;border-top-color:#c8ee52}:root[data-theme=dark] .poster-shell{background:radial-gradient(circle at 72% 43%,rgba(159,190,56,.12),transparent 34%),linear-gradient(120deg,#151914,#0d100c 52%,#080a08)}:root[data-theme=dark] .poster-shell:before{background:linear-gradient(90deg,rgba(12,15,11,.88) 0%,rgba(12,15,11,.25) 54%,transparent 76%)}:root[data-theme=dark] .noise{opacity:.055;mix-blend-mode:soft-light}:root[data-theme=dark] .sculpture-fallback{opacity:.32;filter:grayscale(1) contrast(1.15) brightness(.72);mix-blend-mode:screen}:root[data-theme=dark] .spatial-scene{opacity:.66;mix-blend-mode:screen}:root[data-theme=dark] .topbar{color:#f2f3ed94}:root[data-theme=dark] .theme-toggle,:root[data-theme=dark] .contact-trigger{border-color:#ebf1e126;background:linear-gradient(135deg,#ffffff21,#ffffff0b);color:#f2f3ed;box-shadow:inset 0 1px #ffffff29,0 12px 34px #00000047}:root[data-theme=dark] .theme-toggle:hover,:root[data-theme=dark] .contact-trigger:hover,:root[data-theme=dark] .contact-trigger[aria-expanded=true]{background-color:#c8ee5224;border-color:#c8ee5247}:root[data-theme=dark] .contact-popover{border-color:#ebf1e124;background:radial-gradient(circle at 86% 0%,rgba(255,255,255,.11),transparent 34%),#121611e0;box-shadow:inset 0 1px #ffffff24,0 24px 64px #00000075}:root[data-theme=dark] .contact-popover>p,:root[data-theme=dark] .contact-option-copy small{color:#f2f3ed7a}:root[data-theme=dark] .contact-popover a{color:#f2f3ed}:root[data-theme=dark] .contact-option-icon{border-color:#ebf1e11f;background:#ffffff0e}:root[data-theme=dark] .hero-copy h1 span:last-child{color:#f2f3ed6e}:root[data-theme=dark] .hero-copy em{color:#f2f3ed}:root[data-theme=dark] .intro-line>p{color:#f2f3edc7}:root[data-theme=dark] .skills{color:#f2f3ed7a}:root[data-theme=dark] .project-card{background:radial-gradient(circle at 75% 15%,rgba(255,255,255,.1),transparent 30%),var(--surface);box-shadow:inset 0 1px #ffffff21,0 20px 54px #00000047}:root[data-theme=dark] .project-card[data-tone=silver]{background-color:#1c211ab3}:root[data-theme=dark] .project-card[data-tone=graphite]{background-color:#121611c2}:root[data-theme=dark] .project-card[data-tone=white]{background-color:#2429219e}:root[data-theme=dark] .project-card[data-tone=tools]{background:linear-gradient(145deg,rgba(200,238,82,.12),transparent 52%),#141912b8}:root[data-theme=dark] .project-number{color:#f2f3ed66}:root[data-theme=dark] .project-copy span{color:#f2f3ed80}:root[data-theme=dark] .card-orbit{border-color:#c8ee5238}:root[data-theme=dark] .morph-button{border-color:#ebf1e126;background:#1a1f18b8;color:#f2f3ed}:root[data-theme=dark] .morph-button:hover{background:#c8ee52;color:#1b210c}:root[data-theme=dark] .project-overlay{background:#07090761}:root[data-theme=dark] .project-browser{border-color:#ebf1e129;background:#111510;box-shadow:inset 0 1px #ffffff1f,0 30px 90px #00000094}:root[data-theme=dark] .browser-bar{border-color:#ebf1e11a;background:#131712f5}:root[data-theme=dark] .browser-category,:root[data-theme=dark] .browser-address{color:#f2f3ed73}:root[data-theme=dark] .browser-address{border-color:#ebf1e11a;background:#ffffff0e}:root[data-theme=dark] .browser-loading{color:#f2f3ed80;background:#111510}:root[data-theme=dark] .project-frame{background:#111510}@media(max-width:760px){.poster-shell{padding:14px;grid-template-rows:38px minmax(0,1fr) minmax(205px,35vh);gap:10px}.topbar{grid-template-columns:auto 1fr auto;gap:12px}.topbar p{justify-self:start}.sculpture-fallback{width:115vw;height:64%;right:-48%;top:2%;opacity:.36}.spatial-scene{inset:2% -30% 42% 30%;opacity:.52}.hero-copy{width:100%;align-self:center;margin-top:0}.availability{margin-bottom:10px}.hero-copy h1{font-size:clamp(2.7rem,14.5vw,4.9rem);line-height:.88;max-width:95%}.intro-line{grid-template-columns:1fr;gap:10px;margin-top:14px}.intro-line>p{max-width:34ch;font-size:.8rem}.skills{display:none}.project-grid{width:100%;transform:translateY(5px);grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:11px}.tools-spot{top:auto;right:14px;bottom:calc(35vh + 34px);width:142px;height:76px}.tools-spot .project-card{padding:10px 12px;border-radius:14px}.tools-spot .project-number,.tools-spot .project-copy p,.tools-spot .project-copy span,.tools-spot .card-orbit{display:none}.tools-spot .project-copy h2{font-size:1.3rem}.project-card{padding:12px;border-radius:14px}.project-copy p,.project-copy span,.project-number{display:none}.project-copy h2{font-size:clamp(1.35rem,7vw,1.8rem)}.morph-button{width:31px;height:31px;top:9px;right:9px}.browser-bar{grid-template-columns:1fr auto;height:52px}.browser-address{display:none}.browser-project-title{padding-right:50px}.project-overlay{padding-top:18px}.project-browser{width:94vw;height:78dvh;border-radius:14px}.project-frame-stack{inset:52px 0 0}}@media(max-height:660px)and (min-width:761px){.poster-shell{grid-template-rows:36px minmax(0,1fr) 124px;gap:10px;padding:14px 22px}.hero-copy h1{font-size:clamp(3rem,6.2vw,5rem)}.intro-line{margin-top:12px}.availability{margin-bottom:8px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.spatial-scene{display:none}}@media(prefers-reduced-transparency:reduce){.project-card,.morph-button,.project-overlay,.open-project,.contact-trigger,.contact-popover,.theme-toggle{backdrop-filter:none;-webkit-backdrop-filter:none}.project-card,.contact-trigger,.contact-popover,.theme-toggle{background:#f7f8f4}.project-overlay{background:#e8ebe2eb}:root[data-theme=dark] .project-card,:root[data-theme=dark] .contact-trigger,:root[data-theme=dark] .contact-popover,:root[data-theme=dark] .theme-toggle{background:#171b15}:root[data-theme=dark] .project-overlay{background:#070907e6}}@media(prefers-contrast:more){:root{--line: rgba(255,255,255,.55)}.project-card,.morph-button,.project-browser,.contact-trigger,.contact-popover,.theme-toggle{border-color:#171914a6}.project-copy span,.skills,.topbar{color:#171914}:root[data-theme=dark] .project-card,:root[data-theme=dark] .morph-button,:root[data-theme=dark] .project-browser,:root[data-theme=dark] .contact-trigger,:root[data-theme=dark] .contact-popover,:root[data-theme=dark] .theme-toggle{border-color:#f2f3edb3}:root[data-theme=dark] .project-copy span,:root[data-theme=dark] .skills,:root[data-theme=dark] .topbar{color:#f2f3ed}}
