.constellation-embed{position:relative;width:100%;height:100%;min-height:560px;overflow:hidden;background:#050505;color:#f5f5f5;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;cursor:none;isolation:isolate}.constellation-embed canvas{position:absolute;inset:0;width:100%;height:100%;display:block;cursor:none}.constellation-view-toggle{position:absolute;top:24px;left:50%;z-index:10;transform:translate(-50%);font-size:15px;font-weight:300;letter-spacing:.01em;line-height:1;color:#ffffffc7;user-select:none;cursor:pointer;transition:opacity .5s cubic-bezier(.16,1,.3,1),color .45s ease,transform .45s cubic-bezier(.22,1.25,.36,1)}.constellation-embed.is-selected .constellation-view-toggle{opacity:.12;pointer-events:none}.constellation-info{position:absolute;left:50%;bottom:32px;z-index:9;transform:translate(-50%);text-align:center;pointer-events:none;opacity:0;transition:opacity .6s ease}.constellation-info-name{font-size:14px;font-weight:300;letter-spacing:.01em;color:#ffffffd1}.constellation-info-meta{margin-top:8px;font-size:10px;font-weight:300;letter-spacing:.18em;text-transform:uppercase;color:#ffffff47}.constellation-cursor{position:absolute;top:0;left:0;z-index:20;width:6px;height:6px;border-radius:50%;background:#ffffffb3;pointer-events:none;opacity:0;transform:translate(-50%,-50%);transition:opacity .18s ease,width .18s ease,height .18s ease,background .18s ease;will-change:transform,opacity,width,height}:root{--void: #050505;--deep: #080808;--breath: #050505;--surface: #0B0B0B;--ground: rgba(244, 244, 240, .48);--fg-dark: rgba(246, 246, 242, .88);--fog-text: rgba(246, 246, 242, .36);--muted-dark: rgba(246, 246, 242, .22);--fg-light: rgba(246, 246, 242, .84);--muted-light: rgba(246, 246, 242, .46);--faint-light: rgba(246, 246, 242, .22);--rule-light: rgba(246, 246, 242, .08);--font-display: "Helvetica Neue", Helvetica, Arial, sans-serif;--font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;--font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;--container-max: 840px;--ease-emerge: cubic-bezier(.16, 1, .3, 1);--ease-breath: cubic-bezier(.45, .05, .55, .95)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);font-weight:300;background:var(--void);color:var(--fg-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.reveal{opacity:0;filter:blur(8px);transform:translateY(18px);transition:opacity 1.2s var(--ease-emerge),filter 1.2s var(--ease-emerge),transform 1.2s var(--ease-emerge);will-change:opacity,filter,transform}.reveal.is-visible{opacity:1;filter:blur(0);transform:translateY(0)}.reveal.is-top-exiting{transition:opacity .16s linear,filter .16s linear,transform .16s linear}.site-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;isolation:isolate;opacity:1;transform:translateY(0);filter:blur(0);transition:opacity .96s var(--ease-emerge),transform .96s var(--ease-emerge),filter .96s var(--ease-emerge);will-change:opacity,transform,filter}.site-nav.is-receding{opacity:.08;transform:translateY(-14px);filter:blur(2px);pointer-events:none;transition:opacity .52s var(--ease-breath),transform .52s var(--ease-breath),filter .52s var(--ease-breath)}.nav-wordmark{font-family:var(--font-display);font-size:12px;font-weight:400;letter-spacing:.04em;color:var(--fog-text);text-decoration:none;transition:color .7s ease}.site-nav.is-light .nav-wordmark{color:var(--fg-dark)}.nav-wordmark img{display:block;height:38px;width:auto;opacity:.62;transition:opacity .7s ease}.site-nav.is-light .nav-wordmark img{opacity:.95}.nav-links{display:flex;gap:2rem}.nav-links a{font-family:var(--font-sans);font-size:12px;font-weight:400;letter-spacing:.03em;color:var(--muted-dark);text-decoration:none;position:relative;transition:color .4s ease}.nav-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:.5px;background:currentColor;transition:width .4s var(--ease-emerge)}.nav-links a:hover:after{width:100%}.site-nav.is-light .nav-links a:hover{color:var(--fg-dark)}.hero{position:relative;width:100%;height:100vh;min-height:600px;overflow:visible;background:var(--deep)}#constellation-viz{position:absolute;inset:0;width:100%;height:100%;touch-action:pan-y;filter:blur(0);transition:opacity .18s linear,filter .18s linear;will-change:opacity,filter}.hero-text{position:absolute;bottom:2.75vh;left:2rem;z-index:10;max-width:520px;pointer-events:none;opacity:0;filter:blur(0);transform:translateY(0);transition:opacity 2.8s var(--ease-emerge),filter .22s linear,transform .22s linear;will-change:opacity,filter,transform}.hero-text.is-visible{opacity:1}.hero-text.is-scroll-exiting{transition:opacity .18s linear,filter .18s linear,transform .18s linear}.hero-headline{font-family:var(--font-display);font-size:clamp(1.32rem,2.7vw,2.28rem);font-weight:300;line-height:1.05;color:var(--fg-dark);animation:ambient-breath 5s var(--ease-breath) infinite}.hero-sub{display:none;font-family:var(--font-sans);font-size:clamp(.75rem,1.3vw,.875rem);font-weight:300;line-height:1.8;color:var(--fog-text);letter-spacing:.02em}.hero-scroll-hint{position:absolute;top:calc(100% - 1rem - 52px);left:50%;transform:translate(-50%);width:.5px;height:var(--scroll-hint-height, 52px);overflow:hidden;z-index:12;opacity:var(--scroll-hint-opacity, 1);transition:height .52s var(--ease-emerge),opacity .52s var(--ease-emerge);will-change:height,opacity}.hero-scroll-hint:after{content:"";display:block;width:100%;height:100%;background:linear-gradient(to bottom,transparent 0%,var(--fog-text) 40%,var(--fog-text) 60%,transparent 100%);animation:gravity-fall 2.6s var(--ease-breath) infinite}.hero-scroll-hint.is-extending:after{height:100%;opacity:1;transform:none;animation:none;background:linear-gradient(to bottom,#f6f6f214,#f6f6f26b)}@keyframes ambient-breath{0%,to{opacity:.88}50%{opacity:1}}@keyframes gravity-fall{0%{transform:translateY(-100%);opacity:0}20%{opacity:1}80%{opacity:1}to{transform:translateY(100%);opacity:0}}.intro,.work,.writing,.about,.site-footer{background:var(--breath);color:var(--fg-light)}.container{max-width:var(--container-max);margin:0 auto;padding:7rem 2rem}.section-label{font-family:var(--font-mono);font-size:.625rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-light);margin-bottom:3.5rem}.intro .container{padding-top:27.2rem;padding-bottom:13.6rem;max-width:640px}.intro-text{font-family:var(--font-sans);font-size:clamp(.95rem,1.5vw,1.05rem);font-weight:400;line-height:1.85;color:var(--fg-light);margin-bottom:1.75rem}.intro-text:last-child{margin-bottom:0}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,minmax(0,1fr));gap:0;position:relative;min-height:720px;--instrument-line: rgba(246, 246, 242, .1);--instrument-strong: rgba(246, 246, 242, .22);box-shadow:inset 0 0 0 .5px var(--instrument-line),0 0 0 .5px #f6f6f209}.project-grid:before,.project-grid:after{content:"";position:absolute;pointer-events:none;z-index:3}.project-grid:before{inset:0;background:linear-gradient(to right,transparent calc(50% - .25px),var(--instrument-line) calc(50% - .25px),var(--instrument-line) calc(50% + .25px),transparent calc(50% + .25px)),linear-gradient(to bottom,transparent calc(50% - .25px),var(--instrument-line) calc(50% - .25px),var(--instrument-line) calc(50% + .25px),transparent calc(50% + .25px)),linear-gradient(var(--instrument-strong),var(--instrument-strong)) left top / 34px .5px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) left top / .5px 34px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) right top / 34px .5px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) right top / .5px 34px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) left bottom / 34px .5px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) left bottom / .5px 34px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) right bottom / 34px .5px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) right bottom / .5px 34px no-repeat}.project-grid:after{top:50%;left:50%;width:72px;height:72px;transform:translate(-50%,-50%);opacity:.7;background:radial-gradient(circle,rgba(246,246,242,.26) 0 .75px,transparent 1.25px) center / 8px 8px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) center top / .5px 16px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) center bottom / .5px 16px no-repeat,linear-gradient(90deg,var(--instrument-strong),var(--instrument-strong)) left center / 16px .5px no-repeat,linear-gradient(90deg,var(--instrument-strong),var(--instrument-strong)) right center / 16px .5px no-repeat}.project-grid--six{grid-template-rows:repeat(3,minmax(0,1fr));min-height:1080px}.project-grid--six:before{background:linear-gradient(to right,transparent calc(50% - .25px),var(--instrument-line) calc(50% - .25px),var(--instrument-line) calc(50% + .25px),transparent calc(50% + .25px)),linear-gradient(to bottom,transparent calc(33.333% - .25px),var(--instrument-line) calc(33.333% - .25px),var(--instrument-line) calc(33.333% + .25px),transparent calc(33.333% + .25px),transparent calc(66.667% - .25px),var(--instrument-line) calc(66.667% - .25px),var(--instrument-line) calc(66.667% + .25px),transparent calc(66.667% + .25px)),linear-gradient(var(--instrument-strong),var(--instrument-strong)) left top / 34px .5px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) left top / .5px 34px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) right top / 34px .5px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) right top / .5px 34px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) left bottom / 34px .5px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) left bottom / .5px 34px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) right bottom / 34px .5px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) right bottom / .5px 34px no-repeat}.project-grid--six:after{display:none}.grid-crosshair{position:absolute;left:50%;width:72px;height:72px;transform:translate(-50%,-50%);opacity:.7;pointer-events:none;z-index:3;background:radial-gradient(circle,rgba(246,246,242,.26) 0 .75px,transparent 1.25px) center / 8px 8px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) center top / .5px 16px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) center bottom / .5px 16px no-repeat,linear-gradient(90deg,var(--instrument-strong),var(--instrument-strong)) left center / 16px .5px no-repeat,linear-gradient(90deg,var(--instrument-strong),var(--instrument-strong)) right center / 16px .5px no-repeat}.project-card{position:relative;background:var(--breath);padding:2.75rem 2.25rem;display:flex;flex-direction:column;gap:.875rem;overflow:hidden;cursor:default}.project-card:before{content:"";position:absolute;inset:.5px;z-index:0;background:var(--surface);opacity:0;pointer-events:none;transition:opacity .5s ease}.project-card:hover:before{opacity:1}.project-card:after{content:"";position:absolute;inset:0;z-index:2;border:.5px solid var(--instrument-line);pointer-events:none}.project-card>*{position:relative;z-index:3}.section-label.reveal{filter:none;transform:translateY(5px);transition:opacity .7s var(--ease-emerge),transform .7s var(--ease-emerge)}.project-card.reveal{filter:blur(12px);transform:translateY(28px) scale(.995);transition:opacity 1.4s var(--ease-emerge),filter 1.4s var(--ease-emerge),transform 1.5s var(--ease-emerge),background .5s ease}.project-card.reveal.is-visible{filter:blur(0);transform:translateY(0) scale(1)}.project-meta{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.16em;color:var(--faint-light)}.project-title{font-family:var(--font-display);font-size:1.18rem;font-weight:400;color:var(--fg-light)}.project-question{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:.9rem;line-height:1.6;color:#f6f6f275}.project-desc{font-family:var(--font-sans);font-size:.82rem;font-weight:400;line-height:1.8;color:var(--muted-light);flex:1}.project-status{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.1em;color:var(--faint-light);margin-top:.25rem}.writing-list{border-top:.5px solid var(--rule-light)}.writing-entry{display:flex;justify-content:space-between;align-items:baseline;gap:3rem;padding:2.5rem 0;border-bottom:.5px solid var(--rule-light);color:inherit;text-decoration:none;transition:opacity .4s ease,transform .6s var(--ease-emerge)}.writing-list:hover .writing-entry{opacity:.4}.writing-list:hover .writing-entry:hover{opacity:1;transform:translate(6px)}@media(hover:none){.writing-list:hover .writing-entry,.writing-list:hover .writing-entry:hover{opacity:1;transform:none}}.writing-entry-body{flex:1;display:flex;flex-direction:column;gap:.625rem}.writing-title{font-family:var(--font-display);font-size:1.05rem;font-weight:400;color:var(--fg-light)}.writing-desc{font-family:var(--font-sans);font-size:.82rem;font-weight:400;line-height:1.8;color:var(--muted-light);max-width:480px}.writing-status{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.1em;color:var(--faint-light);white-space:nowrap;flex-shrink:0}body.is-article-open{overflow:hidden}.article-view{--article-shell-max: 1180px;--article-gutter: clamp(2.5rem, 7vw, 7.5rem);--article-inline-indent: 0rem;position:fixed;inset:0;z-index:180;display:block;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:var(--void);color:var(--fg-light);opacity:0;visibility:hidden;pointer-events:none;filter:blur(10px);transform:translateY(12px);transition:opacity 1.4s cubic-bezier(.22,.61,.36,1),visibility 0s linear 1.4s,filter 1.4s cubic-bezier(.22,.61,.36,1),transform 1.4s cubic-bezier(.22,.61,.36,1)}.article-view.is-active{opacity:1;visibility:visible;pointer-events:auto;filter:blur(0);transform:translateY(0);transition-delay:0s}.article-back{position:fixed;top:1.5rem;left:calc(max(0px,(100vw - var(--article-shell-max)) / 2) + var(--article-gutter));z-index:2;font-family:var(--font-display);font-size:12px;font-weight:400;letter-spacing:.04em;color:var(--fog-text);text-decoration:none;transition:color .4s ease,opacity .96s var(--ease-emerge),transform .96s var(--ease-emerge),filter .96s var(--ease-emerge)}.article-back.is-receding{opacity:.08;transform:translateY(-14px);filter:blur(2px);pointer-events:none;transition:opacity .52s var(--ease-breath),transform .52s var(--ease-breath),filter .52s var(--ease-breath)}.article-back:hover{color:var(--fg-dark)}.article-shell{width:min(100%,var(--article-shell-max));min-height:100vh;margin:0 auto;padding:0 var(--article-gutter) 9rem}.article-antechamber{position:relative;display:flex;flex-direction:column;height:100vh;min-height:100vh}.article-antechamber .article-quote{position:absolute;top:75vh;max-width:clamp(36ch,48vw,58ch);margin-left:var(--article-inline-indent);font-family:var(--font-display);font-size:clamp(1.4rem,2.1vw,1.85rem);font-weight:300;line-height:1.55;letter-spacing:.005em;color:#ebebe6c7;opacity:0;transform:translateY(calc(-50% + 10px));transition:opacity 2.6s var(--ease-emerge),transform 2.6s var(--ease-emerge)}.article-view.is-active .article-antechamber .article-quote{opacity:1;transform:translateY(-50%);transition-delay:.8s}.article-scroll-hint{position:absolute;left:var(--article-inline-indent);bottom:8vh;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.12em;color:#ebebe652;opacity:0;transition:opacity 1.6s ease-in-out}.article-view.is-active .article-scroll-hint{opacity:.32;transition-delay:2.4s;animation:article-scroll-hint-pulse 4.5s ease-in-out 4s infinite}.article-scroll-hint.is-dismissed,.article-view.is-active .article-scroll-hint.is-dismissed{opacity:0!important;animation:none;transition:opacity 1.2s ease-in-out;transition-delay:0s}@keyframes article-scroll-hint-pulse{0%,to{opacity:.32}50%{opacity:.52}}.article-head{display:block;margin-left:var(--article-inline-indent);padding:clamp(18vh,22vh,26vh) 0 clamp(14vh,18vh,22vh)}.article-kicker{margin-bottom:clamp(2rem,4vh,3rem);font-family:var(--font-mono);font-size:.72rem;letter-spacing:.08em;color:#ebebe66b}.article-title{max-width:clamp(14ch,24vw,22ch);font-family:var(--font-display);font-size:clamp(2.2rem,3.6vw,3.4rem);font-weight:300;line-height:1.18;letter-spacing:-.005em;color:#ebebe6eb}.article-subtitle{max-width:38ch;margin-top:1.25rem;font-family:var(--font-display);font-size:clamp(1.05rem,1.4vw,1.25rem);font-weight:300;line-height:1.5;color:#ebebe68c}.article-body{width:min(100%,680px);margin-left:var(--article-inline-indent)}.article-body p{max-width:62ch;margin-block:1.6em;font-size:clamp(1rem,1.25vw,1.13rem);font-weight:400;line-height:1.86;color:#ebebe6bd}.article-body--poetic p{margin-bottom:2.15rem}.article-deck{margin-top:0!important;margin-bottom:5.5rem!important;font-size:clamp(1.05rem,1.4vw,1.22rem)!important;line-height:1.78!important}.article-credit{margin-top:5.5rem!important;color:#ebebe6c2!important}.article-body p:last-child{margin-bottom:0}.article-body code{font-family:var(--font-mono);font-size:.82em;letter-spacing:.02em;color:#ebebe6e0}body.is-project-open{overflow:hidden}.project-view{position:fixed;inset:0;z-index:180;overflow-y:auto;background:var(--void);color:#ebebe6d1;opacity:0;visibility:hidden;filter:blur(10px);transform:translateY(12px);pointer-events:none;transition:opacity 1.4s cubic-bezier(.22,.61,.36,1),visibility 0s linear 1.4s,filter 1.4s cubic-bezier(.22,.61,.36,1),transform 1.4s cubic-bezier(.22,.61,.36,1)}.project-view.is-active{opacity:1;visibility:visible;filter:blur(0);transform:translateY(0);pointer-events:auto;transition-delay:0s}.project-shell{max-width:1180px;margin:0 auto;padding:0 clamp(2.5rem,7vw,7.5rem)}.project-shell>section:not(.project-opening),.project-shell>footer{opacity:0;filter:blur(6px);transform:translateY(16px);transition:opacity 1.2s var(--ease-emerge),filter 1.2s var(--ease-emerge),transform 1.2s var(--ease-emerge)}.project-shell>section.is-visible,.project-shell>footer.is-visible{opacity:1;filter:blur(0);transform:translateY(0)}.project-back{position:fixed;top:clamp(1.5rem,3vh,2.25rem);left:calc(max(0px,(100vw - 1180px) / 2) + clamp(2.5rem,7vw,7.5rem));z-index:190;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.06em;color:#ebebe68c;text-decoration:none;transition:color .28s cubic-bezier(.25,.1,.1,1)}.project-back:hover{color:#ebebe6e6}.project-opening{min-height:100vh;padding-top:clamp(8vh,12vh,14vh);padding-bottom:clamp(4vh,6vh,8vh);display:flex;flex-direction:column;justify-content:center;gap:clamp(2.5rem,4vh,3.5rem)}.project-hero-media{width:100%;aspect-ratio:16 / 10;max-height:62vh;border:1px dashed rgba(235,235,230,.12);background:radial-gradient(circle at 30% 35%,rgba(235,235,230,.04),transparent 32%),linear-gradient(135deg,#ebebe605,#ebebe602);animation:project-hero-breathe 25s ease-in-out infinite}@keyframes project-hero-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.015)}}.project-opening-text{max-width:56ch;padding-left:clamp(0rem,4vw,4rem)}.project-view .project-title{margin:0;font-family:var(--font-display);font-size:clamp(2.4rem,4vw,3.6rem);font-weight:300;line-height:1.15;letter-spacing:-.01em;color:#ebebe6f0}.project-view .project-tagline{max-width:38ch;margin:1rem 0 0;font-family:var(--font-display);font-size:clamp(1.05rem,1.4vw,1.25rem);font-weight:400;font-style:italic;line-height:1.5;color:#ebebe699}.project-thesis{min-height:70vh;display:flex;align-items:center;padding:clamp(8vh,12vh,16vh) 0}.project-thesis-text{max-width:40ch;margin:0;padding-left:clamp(0rem,8vw,7rem);font-family:var(--font-display);font-size:clamp(1.6rem,2.4vw,2.1rem);font-weight:300;line-height:1.5;color:#ebebe6d1}.project-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1.5rem,3vw,3rem);padding:clamp(4vh,6vh,8vh) 0;border-top:1px solid rgba(235,235,230,.08);border-bottom:1px solid rgba(235,235,230,.08);margin-bottom:clamp(8vh,14vh,18vh)}.project-fact{display:flex;flex-direction:column;gap:.5rem}.project-fact-label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#ebebe666}.project-fact-value{font-family:var(--font-mono);font-size:.85rem;letter-spacing:.02em;color:#ebebe6c7}.project-process{padding:clamp(6vh,10vh,14vh) 0}.project-section-label{margin:0 0 clamp(2.5rem,5vh,4rem);padding-left:clamp(0rem,8vw,7rem);font-family:var(--font-mono);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:#ebebe661}.project-process-viz{width:100%;height:clamp(280px,38vh,420px);display:flex;align-items:center;justify-content:center;margin-bottom:clamp(3rem,6vh,4.5rem);border:1px dashed rgba(235,235,230,.1);background:#ebebe603}.project-process-viz svg{width:min(86%,900px);height:auto;overflow:visible}.project-process-notes{max-width:56ch;padding-left:clamp(0rem,8vw,7rem)}.project-process-notes p,.project-reflection-text p{margin:0 0 1.6em;font-family:var(--font-display);font-size:clamp(1rem,1.25vw,1.13rem);font-weight:300;line-height:1.86;color:#ebebe6bd}.project-process-notes p:last-child,.project-reflection-text p:last-child{margin-bottom:0}.project-stills{padding:clamp(8vh,12vh,16vh) 0}.project-stills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,3vw,2.5rem);padding-inline:clamp(0rem,4vw,3.5rem)}.project-still{margin:0;display:flex;flex-direction:column;gap:1.25rem}.project-still-media{width:100%;aspect-ratio:3 / 4;border:1px dashed rgba(235,235,230,.1);background:radial-gradient(circle at 50% 38%,rgba(235,235,230,.035),transparent 34%),#ebebe603}.project-still figcaption{max-width:32ch;font-family:var(--font-mono);font-size:.78rem;line-height:1.65;letter-spacing:.01em;color:#ebebe680}.project-reflection{padding:clamp(8vh,12vh,16vh) 0}.project-reflection-text{max-width:62ch;padding-left:clamp(0rem,8vw,7rem)}.project-footer{display:flex;justify-content:space-between;align-items:baseline;padding:clamp(4vh,6vh,8vh) 0 clamp(8vh,10vh,12vh);border-top:1px solid rgba(235,235,230,.08)}.project-footer a{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.06em;color:#ebebe68c;text-decoration:none;transition:color .28s ease}.project-footer a:hover{color:#ebebe6e6}.project-footer-next{display:flex;gap:.75rem;align-items:baseline}.project-footer-next-label{font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:#ebebe659}.about-body{font-family:var(--font-sans);max-width:560px;display:flex;flex-direction:column;gap:1.75rem}.about-body p{font-size:.875rem;line-height:1.85}.about-quote{font-weight:400;color:var(--fg-light)}.about-quote--muted{color:#f6f6f26b}.about-founder{font-weight:400;color:var(--muted-light)}.about-founder a{color:var(--fg-light);text-decoration:none;border-bottom:.5px solid var(--ground);transition:border-color .4s ease}.about-founder a:hover{border-color:var(--fg-light)}.install{background:var(--breath);color:var(--fg-light)}.install .container{padding-top:0}.install-command{display:flex;align-items:baseline;gap:1.5rem;width:100%;max-width:640px;padding:1.1rem 1.25rem;background:none;border:.5px solid var(--rule-light);cursor:pointer;text-align:left;transition:border-color .4s ease,background .4s ease}.install-command:hover{border-color:#f6f6f238;background:var(--surface)}.install-command code{flex:1;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.02em;color:var(--muted-light);white-space:nowrap;overflow-x:auto;transition:color .4s ease}.install-command:hover code{color:var(--fg-light)}.install-copy-hint{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--faint-light);flex-shrink:0;transition:color .4s ease}.install-command.is-copied .install-copy-hint{color:var(--fg-light)}.install-note{margin-top:1.25rem;font-family:var(--font-sans);font-size:.82rem;font-weight:400;line-height:1.8;color:var(--muted-light)}.site-footer{border-top:.5px solid var(--rule-light)}.site-footer .container{padding-top:2.5rem;padding-bottom:2.5rem;display:flex;justify-content:space-between;align-items:baseline}.footer-note{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.08em;color:var(--faint-light)}.footer-links{display:flex;flex:1;gap:2rem;justify-content:flex-end}.footer-links a{font-family:var(--font-sans);font-size:.75rem;font-weight:400;color:var(--muted-light);text-decoration:none;position:relative;transition:color .4s ease}.footer-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:.5px;background:currentColor;transition:width .4s var(--ease-emerge)}.footer-links a:hover{color:var(--fg-light)}.footer-links a:hover:after{width:100%}.constellation-view-toggle{display:flex!important;align-items:center;justify-content:center;opacity:1!important;pointer-events:auto!important;font-size:10px!important;font-weight:300!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#ffffff47!important;top:auto!important;bottom:calc(2.75vh + .3rem)!important;right:2rem!important;left:auto!important;transform:none!important;inline-size:max-content;min-inline-size:6.7rem;max-inline-size:calc(100vw - 4rem);min-height:2rem;text-align:center;white-space:nowrap;padding:5px 10px;border:.5px solid rgba(255,255,255,.12);border-radius:2px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:color .55s var(--ease-breath),border-color .55s var(--ease-breath),opacity .55s var(--ease-breath),filter .55s var(--ease-breath),text-shadow .55s var(--ease-breath)!important}.constellation-view-toggle:hover{color:#ffffff70!important;border-color:#fff3!important;text-shadow:.012em 0 0 currentColor,-.012em 0 0 currentColor;filter:brightness(1.08);transform:none!important}@media(max-width:680px){.site-nav{padding:1.1rem 1.25rem}.nav-links{gap:1.25rem}.hero-text{left:1.25rem;right:1.25rem;bottom:5.75rem;max-width:none}.hero-sub br{display:none}.container{padding:4.5rem 1.25rem}.intro .container{padding-top:20.4rem;padding-bottom:8.5rem}.project-grid{grid-template-columns:1fr;grid-template-rows:none;min-height:0;box-shadow:inset 0 0 0 .5px var(--instrument-line)}.project-grid:before{background:linear-gradient(var(--instrument-strong),var(--instrument-strong)) left top / 28px .5px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) left top / .5px 28px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) right top / 28px .5px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) right top / .5px 28px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) left bottom / 28px .5px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) left bottom / .5px 28px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) right bottom / 28px .5px no-repeat,linear-gradient(var(--instrument-strong),var(--instrument-strong)) right bottom / .5px 28px no-repeat}.project-grid:after{display:none}.project-grid--six{grid-template-rows:none;min-height:0}.grid-crosshair{display:none}.project-card{padding:2rem 1.5rem;border-bottom:.5px solid var(--instrument-line)}.project-card:last-child{border-bottom:0}.writing-entry{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.9rem 1.25rem;align-items:start;padding:2rem 0}.writing-entry-body{display:contents}.writing-title{grid-column:1;grid-row:1}.writing-desc{grid-column:1 / -1;grid-row:2;max-width:none}.writing-status{grid-column:2;grid-row:1;justify-self:end}.writing-list:hover .writing-entry,.writing-list:hover .writing-entry:hover{opacity:1;transform:none}.article-view{--article-gutter: 1.25rem}.article-back{top:1.1rem;left:1.25rem}.article-shell{padding:0 var(--article-gutter) 6.5rem}.article-antechamber .article-quote{max-width:min(100%,34ch);font-size:clamp(1.25rem,7vw,1.65rem)}.article-quote-break{display:none}.article-head{padding:18vh 0 14vh}.article-title{max-width:12ch}.project-shell{padding:0 1.25rem}.project-back{top:1.1rem;left:1.25rem}.project-facts{grid-template-columns:repeat(2,1fr)}.project-stills-grid{grid-template-columns:1fr}.site-footer .container{flex-direction:column;gap:1.5rem}.footer-links{gap:1.25rem}.constellation-view-toggle{left:1.25rem!important;right:auto!important;bottom:2.25rem!important;max-inline-size:calc(100vw - 2.5rem)}}@media(max-width:680px),(hover:none){.constellation-view-toggle{left:1.25rem!important;right:auto!important;bottom:2.25rem!important}}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.hero-text,.hero-headline{animation:none}.hero-text{opacity:1}.hero-scroll-hint:after{animation:none}.article-antechamber .article-quote,.article-view.is-active .article-antechamber .article-quote,.article-scroll-hint,.article-view.is-active .article-scroll-hint{opacity:1;transform:none;animation:none;transition:none}*{transition-duration:.01ms!important}}
