@font-face{font-family:Satoshi;src:url(/assets/fonts/Satoshi-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/assets/fonts/Satoshi-LightItalic.otf) format("opentype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Satoshi;src:url(/assets/fonts/Satoshi-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/assets/fonts/Satoshi-Italic.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Satoshi;src:url(/assets/fonts/Satoshi-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/assets/fonts/Satoshi-MediumItalic.otf) format("opentype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Satoshi;src:url(/assets/fonts/Satoshi-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/assets/fonts/Satoshi-BoldItalic.otf) format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Satoshi;src:url(/assets/fonts/Satoshi-Black.otf) format("opentype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/assets/fonts/Satoshi-BlackItalic.otf) format("opentype");font-weight:900;font-style:italic;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}:root{--bg: #000000;--line: #1a1a1a;--line-strong: #262626;--text: #ededed;--text-mute: #8a8a8a;--text-dim: #4a4a4a;--accent: #ff3b30;--sans: "Satoshi", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--mono: ui-monospace, SFMono-Regular, Menlo, monospace}html{background:var(--bg);color:var(--text);font-family:var(--sans);font-size:16px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{min-height:100vh;overflow-x:hidden;line-height:1.55;position:relative}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:100;opacity:.028;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23n)'/%3E%3C/svg%3E")}.stage{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4vw;padding:3.5vw 4vw;position:relative}@media(max-width:900px){.stage{grid-template-columns:1fr;padding:1.75rem 1.25rem 2rem;gap:1.75rem;min-height:auto}}@media(max-width:520px){.stage{padding:1.25rem 1rem 1.5rem;gap:1.5rem}}.stage-left{position:relative;min-height:60vh}.stage-sphere-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.stage-sphere{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;cursor:grab;touch-action:none}.stage-sphere:active{cursor:grabbing}.stage-right{display:flex;flex-direction:column;gap:3rem;max-width:34rem;justify-self:end;width:100%;min-height:calc(100vh - 7vw)}@media(max-width:900px){.stage-left{order:-1;min-height:32vh;height:32vh}.stage-right{justify-self:stretch;min-height:0;gap:2rem;max-width:none}}@media(max-width:520px){.stage-left{min-height:26vh;height:26vh}}.brand{display:inline-flex;align-items:center;gap:.7rem;text-decoration:none;color:var(--text);align-self:flex-start}.brand-mark{display:block;width:32px;height:32px;border-radius:50%;transition:transform .4s ease}.brand:hover .brand-mark{transform:rotate(-8deg) scale(1.05)}.brand-word{font-weight:700;font-size:1rem;letter-spacing:-.015em;color:var(--text)}.views{flex:1;position:relative;min-height:18rem;display:flex;align-items:flex-start}.view{width:100%;display:flex;flex-direction:column;gap:1.75rem}.view[hidden]{display:none}.view-body p{font-size:1.1875rem;font-weight:300;color:var(--text);line-height:1.5;letter-spacing:-.012em;margin-bottom:1.15rem;max-width:34rem}.view-body p:last-child{margin-bottom:0}.view-body strong{color:var(--text);font-weight:600}.view-body em{color:var(--accent);font-style:italic;font-weight:500}.link-row{display:flex;flex-wrap:wrap;gap:.6rem 1.35rem;margin-top:.75rem;align-items:center}.link-row .proj{color:var(--text);text-decoration:none;font-size:1rem;font-weight:500;padding-bottom:2px;border-bottom:1px solid var(--text-dim);transition:border-color .18s,color .18s;display:inline-flex;align-items:center;gap:.5rem}.link-row .proj:hover{border-color:var(--accent);color:var(--accent)}.link-row .proj-almost{border-color:#ff3b3066}.proj-flag{display:inline-block;font-family:var(--mono);font-size:.5625rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);padding:.18rem .4rem;border:1px solid rgba(255,59,48,.4);border-radius:2px;transform:translateY(-1px)}.view-project{gap:1.35rem}.proj-meta{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--mono);font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-mute)}.status-pip{width:7px;height:7px;border-radius:50%;background:var(--text-dim);display:inline-block}.status-pip.shipped{background:var(--accent);box-shadow:0 0 8px #ff3b308c}.status-pip.almost{background:var(--accent);box-shadow:0 0 10px #ff3b30b3;animation:pip-pulse 1.8s ease-in-out infinite}@keyframes pip-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.6}}.proj-title{font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700;letter-spacing:-.03em;line-height:1;color:var(--text);margin-top:.25rem}.proj-tagline{font-size:1.375rem;font-weight:500;font-style:italic;color:var(--accent);letter-spacing:-.015em;margin-bottom:.5rem}.back-link{align-self:flex-start;color:var(--text-mute);text-decoration:none;font-size:.875rem;font-weight:500;margin-top:1rem;transition:color .15s}.back-link:hover{color:var(--text)}.email-list{display:flex;flex-direction:column}.email-row{display:grid;grid-template-columns:6.5rem 1fr;align-items:baseline;gap:1rem;padding:.95rem 0;border-top:1px solid var(--line);text-decoration:none;color:var(--text);transition:padding .2s ease}.email-row:last-child{border-bottom:1px solid var(--line)}.email-row:hover{padding-left:.35rem}.email-row:hover .email-addr{color:var(--accent)}.email-label{font-family:var(--mono);font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-mute)}.email-addr{font-size:1rem;font-weight:500;letter-spacing:-.01em;color:var(--text);transition:color .18s}@media(max-width:540px){.email-row{grid-template-columns:1fr;gap:.3rem}}.footer-nav{display:flex;flex-direction:column;gap:.9rem;padding-top:2rem;border-top:1px solid var(--line)}.footer-primary,.footer-secondary{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}.footer-nav a,.footer-nav button{font-family:var(--sans);font-size:.9375rem;font-weight:500;color:var(--text-mute);text-decoration:none;padding:0;transition:color .18s;letter-spacing:-.005em;position:relative}.footer-nav a:hover,.footer-nav button:hover,.footer-nav .is-active{color:var(--text)}.footer-nav .is-active:before{content:"";position:absolute;left:-.85rem;top:50%;width:4px;height:4px;border-radius:50%;background:var(--accent);transform:translateY(-50%);box-shadow:0 0 8px #ff3b3099}.footer-secondary a{font-size:.8125rem}.footer-meta{font-family:var(--mono);font-size:.6875rem;color:var(--text-dim);letter-spacing:.08em;margin-left:auto}.atom{display:inline-block;transform-origin:50% 60%;transition:transform .62s cubic-bezier(.22,.9,.2,1),filter .62s cubic-bezier(.22,.9,.2,1),opacity .62s cubic-bezier(.22,.9,.2,1);will-change:transform,filter,opacity}.atom.out{transform:translate3d(var(--dx, 0),var(--dy, 0),0) rotate(var(--rot, 0)) scale(var(--sc, 1));filter:blur(10px);opacity:0}.atom.scatter{transform:translate3d(var(--dx, 0),var(--dy, 0),0) rotate(var(--rot, 0)) scale(var(--sc, 1));filter:blur(10px);opacity:0;transition:none}@media(prefers-reduced-motion:reduce){.atom{transition:opacity .2s linear}.atom.out,.atom.scatter{transform:none;filter:none;opacity:0}}@media(max-width:900px){.view-body p{font-size:1.0625rem;line-height:1.55}.proj-title{font-size:clamp(2rem,8vw,2.75rem)}.proj-tagline{font-size:1.125rem}.footer-nav{padding-top:1.5rem;gap:.75rem}.footer-primary a,.footer-primary button{font-size:1rem;padding:.4rem 0}.footer-secondary{gap:1.25rem}.footer-secondary a{font-size:.875rem;padding:.3rem 0}.footer-meta{margin-left:0;width:100%;padding-top:.5rem}.link-row{gap:.75rem 1.25rem}.link-row .proj{font-size:1.0625rem;padding:.35rem 0 4px}.proj-flag{font-size:.5rem}.brand-mark{width:34px;height:34px}.brand-word{font-size:1.0625rem}}@media(max-width:520px){.view-body p{font-size:1rem}.proj-title{font-size:2.25rem}.footer-primary{gap:1.25rem}.email-label{font-size:.625rem}}
