*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0a0a0a;color:#fff}.home{padding-top:52px;padding-bottom:52px;min-height:100vh}.hero{position:relative;height:50vh;min-height:350px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(max-width:1024px){.hero{height:33vh;min-height:280px}}.hero-bg{position:absolute;inset:-20%;background-image:url(/whistler-nocturne.webp);background-size:cover;background-position:center 40%;animation:hero-drift 45s ease-in-out infinite alternate}@keyframes hero-drift{0%{transform:translate(0) scale(1)}20%{transform:translate(5%,-8%) scale(1.04)}40%{transform:translate(-3%,6%) scale(1.06)}60%{transform:translate(-6%,-10%) scale(1.03)}80%{transform:translate(4%,5%) scale(1.05)}to{transform:translate(2%,-6%) scale(1.04)}}.hero-overlay{position:absolute;inset:0;background:#00000073}.hero-anim{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem;width:100%;height:100%;text-align:center;overflow:hidden;isolation:isolate}.ha-p1{display:flex;flex-direction:column;align-items:center;gap:2rem;transition:opacity 2s ease}.ha-p1.ha-out{opacity:0;pointer-events:none}.ha-beats{display:flex;justify-content:center;gap:.4em;font-size:clamp(1.6rem,4.5vw,3.5rem);font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#ffffffd9}.ha-beat{display:inline-block;transform:scale(0);opacity:0;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .2s ease-out}.ha-beat.ha-in{transform:scale(1);opacity:1}.ha-type{font-family:Special Elite,Courier New,monospace;font-size:clamp(.95rem,2.2vw,1.5rem);color:#ffffff8c;min-height:2.5em;max-width:650px;line-height:1.6}.ha-cur{animation:ha-blink .53s step-end infinite;color:#fff6}.ha-cur.ha-cur-done{animation:ha-blink .53s step-end 3}@keyframes ha-blink{50%{opacity:0}}.ha-guineas-wrap{position:relative;display:inline}.ha-curr{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;white-space:nowrap;font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(2rem,6vw,4rem);letter-spacing:.06em;color:#fff;pointer-events:none;z-index:3;transform:scale(0);opacity:0;animation:ha-curr-in .35s cubic-bezier(.16,1,.3,1) forwards}.ha-curr.ha-curr-exit{animation:ha-curr-out .5s cubic-bezier(.4,0,1,1) forwards}@keyframes ha-curr-in{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes ha-curr-out{0%{transform:scale(1);opacity:1}to{transform:scale(18);opacity:0}}.ha-ruskin{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;opacity:0;transform:translateY(8px);transition:opacity 2s ease,transform 2s cubic-bezier(.2,0,.1,1);z-index:3}.ha-ruskin.ha-ruskin-in{opacity:1;transform:translateY(0)}.ha-ruskin.ha-ruskin-out{opacity:0;transition:opacity 1.5s ease}.ha-ruskin-quote{font-family:Special Elite,Courier New,monospace;font-size:clamp(1rem,2.5vw,1.6rem);font-style:italic;color:#ffffffb3;max-width:520px;text-align:center;line-height:1.8}.ha-ruskin-who{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(.85rem,1.6vw,1.1rem);letter-spacing:.2em;text-transform:uppercase;color:#ffffff73}.ha-no{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(10rem,35vw,28rem);color:#fff;transform:scale(18);opacity:0;transition:transform .18s cubic-bezier(.2,0,.1,1),opacity .12s ease-out;z-index:5}.ha-no.ha-no-land{transform:scale(1);opacity:1}.ha-no.ha-no-out{opacity:0;transition:opacity .7s ease}.ha-fin{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%) translateY(15px);display:flex;flex-direction:column;align-items:center;gap:1rem;opacity:0;transition:opacity 1.8s ease,transform 1.8s cubic-bezier(.2,0,.1,1)}.ha-fin.ha-fin-in{opacity:1;transform:translateY(-50%)}.ha-fin-text{font-size:clamp(1.1rem,2.5vw,2rem);font-weight:300;color:#ffffffd9;letter-spacing:.01em}.ha-fin-big{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(4.5rem,14vw,11rem);color:#fff;letter-spacing:.1em;line-height:1}.ha-fin-in .ha-fin-big{animation:ha-lifetime-pulse 1.2s ease-out}@keyframes ha-lifetime-pulse{0%{transform:scale(1)}30%{transform:scale(1.12)}to{transform:scale(1)}}.ha-l{display:inline-block;transition:transform .6s cubic-bezier(.4,0,1,1),opacity .5s ease}.ha-fly .ha-l{transform:translate(var(--ex, 0),var(--ey, 0)) rotate(var(--er, 0deg));opacity:0;transition-delay:var(--ed, 0ms)}.ha-attr{position:absolute;top:calc(50% + 7rem);left:0;right:0;text-align:center;font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(.95rem,1.8vw,1.25rem);letter-spacing:.22em;text-transform:uppercase;color:#ffffff8c;opacity:0;transition:opacity 1.5s ease}.ha-attr.ha-vis{opacity:1}.ha-link{position:absolute;top:calc(50% + 9.5rem);left:50%;transform:translate(-50%);font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;color:#c8a96e99;text-decoration:none;border-bottom:1px solid rgba(200,169,110,.25);padding-bottom:.2em;white-space:nowrap;opacity:0;transition:opacity .8s ease,color .2s;cursor:pointer}.ha-link.ha-vis{opacity:1;animation:ha-link-pulse 3s ease-in-out 2s infinite}@keyframes ha-link-pulse{0%,to{opacity:1}50%{opacity:.35}}.ha-link:hover{color:#c8a96ee6;border-bottom-color:#c8a96e80}.ha-fly .ha-attr,.ha-fly .ha-link{opacity:0!important;transition:opacity .2s ease}.ha-fade-out{opacity:0!important;transition:opacity 1.5s ease!important}.ha-summary{position:absolute;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;background:#000000b3;opacity:0;pointer-events:none;transition:opacity 1.5s ease}.ha-summary.ha-summary-in{opacity:1;pointer-events:auto}.ha-summary-inner{display:flex;align-items:center;gap:2.5rem;max-width:760px;width:100%;padding:2rem;margin:0 auto}.ha-summary-painting{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.ha-summary-painting img{max-width:200px;max-height:40vh;object-fit:contain;border:6px solid #c8a96e;outline:1px solid rgba(255,255,255,.08);box-shadow:0 4px 24px #00000080}.ha-summary-text{flex:1;display:flex;flex-direction:column;gap:1rem}.ha-summary-title{font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:200;letter-spacing:-.02em;color:#ffffffd9}.ha-summary-body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.9rem,1.6vw,1rem);line-height:1.8;color:#ffffff8c}.ha-summary-cta{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#c8a96e99;text-decoration:none;border-bottom:1px solid rgba(200,169,110,.25);padding-bottom:.2em;align-self:flex-start;transition:color .2s}.ha-summary-cta:hover{color:#c8a96ee6}@media(max-width:600px){.ha-summary-inner{flex-direction:column;gap:1.5rem;padding:1.5rem}.ha-summary-painting{flex:0 0 auto;max-height:35%}.ha-beats{font-size:clamp(1.2rem,7vw,2rem)}.ha-no{font-size:clamp(6rem,40vw,14rem)}.ha-fin-big{font-size:clamp(2.5rem,14vw,5rem)}}.site-header{position:fixed;top:0;left:0;right:0;z-index:40;padding:1.2rem 2.5rem;display:flex;align-items:center;background:#0000008c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.site-logo{font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffffbf;text-decoration:none;transition:color .2s}.site-logo:hover{color:#fff}.site-nav{display:flex;align-items:center;gap:2rem;margin-left:auto}.site-nav a{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;text-decoration:none;transition:color .2s}.site-nav a:hover{color:#ffffffe6}@media(max-width:600px){.site-nav{display:none}}.hero-body{position:relative;z-index:1;padding:0 3.5rem;width:100%}.hero-ident{display:flex;align-items:center;gap:2.5rem;opacity:0;transform:translateY(20px);transition:opacity 1.2s ease,transform 1.2s cubic-bezier(.2,0,.1,1)}.hero-ident.assembled{opacity:1;transform:translateY(0)}.hero-portrait{width:clamp(90px,12vw,140px);height:clamp(90px,12vw,140px);border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.18);flex-shrink:0}.hero-ident-text h1{font-size:clamp(1.8rem,4vw,3.2rem);font-weight:200;letter-spacing:-.02em;line-height:1;margin-bottom:.5rem}.hero-sub{font-size:clamp(.85rem,1.6vw,1rem);color:#ffffff73;font-style:italic}.home-content{display:flex;flex-direction:column;gap:2rem;padding:4rem 3.5rem;max-width:680px;opacity:0;transform:translateY(16px);transition:opacity 1.2s ease,transform 1.2s ease}.home-content.assembled{opacity:1;transform:translateY(0)}.home-bio{font-size:clamp(.9rem,1.8vw,1.05rem);color:#ffffff9e;line-height:1.8}.hero-cta{display:inline-block;align-self:flex-start;font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:#ffffff73;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.18);padding-bottom:.2em;opacity:0;transform:translateY(10px);transition:opacity 1s ease,transform 1s ease,color .2s,border-color .2s}.hero-cta.assembled{opacity:1;transform:translateY(0)}.hero-cta:hover{color:#ffffffe6;border-bottom-color:#ffffff8c}.portrait{width:120px;height:120px;object-fit:cover;border-radius:50%;border:2px solid rgba(255,255,255,.1);flex-shrink:0}.bio p{font-size:1rem;opacity:.72;line-height:1.75;margin-bottom:.75rem}.writing{max-width:760px;margin:0 auto;padding:3rem 2rem 6rem;border-top:1px solid rgba(255,255,255,.08)}.writing h2{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;opacity:.4;margin-bottom:2rem;font-weight:400}.writing-empty{font-size:1rem;opacity:.35;font-style:italic}.site-footer{position:fixed;bottom:0;left:0;right:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:.9rem 2.5rem;background:#0000008c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.06)}.footer-quote{font-size:.82rem;font-style:italic;color:#fff6;letter-spacing:.01em}.footer-copy{font-size:.72rem;color:#ffffff2e;letter-spacing:.05em;flex-shrink:0}.footer-nav{display:flex;gap:1.2rem;flex-shrink:0}.footer-nav a{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:#ffffff40;text-decoration:none;transition:color .2s}.footer-nav a:hover{color:#fff9}.trial-scene{position:fixed;inset:0;overflow:hidden;background:#000}.trial-painting{position:absolute;inset:0;background-image:url(/whistler-nocturne.webp);background-size:cover;background-position:center 40%;opacity:0;will-change:transform,opacity,filter}.trial-ruskin-portrait,.trial-whistler-portrait{position:absolute;inset:0 55% 0 0;background-size:cover;background-position:center top;opacity:0;will-change:opacity}.trial-ruskin-portrait{background-image:url(/ruskin.webp);z-index:2}.trial-whistler-portrait{background-image:url(/whistler-portrait.webp);background-position:center 15%;z-index:3}.trial-split-line{position:absolute;top:0;bottom:0;left:45%;width:1px;background:#ffffff1a;opacity:0;z-index:5}.trial-overlay{position:absolute;inset:0;background:#000000d9}.trial-act-label{position:absolute;top:2rem;right:2.5rem;font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:#ffffff4d;opacity:0;z-index:10}.trial-stage{position:absolute;inset:0}.trial-stage>*{position:absolute;left:0;right:0;margin:0 auto;text-align:center;opacity:0;max-width:800px;padding:0 2rem;will-change:transform,opacity}.trial-year{top:28%;font-size:clamp(5rem,18vw,14rem);font-weight:200;letter-spacing:-.04em;color:#ffffffd9;line-height:1}.trial-city{top:62%;font-size:clamp(1.2rem,4vw,2.5rem);font-weight:300;letter-spacing:.4em;text-transform:uppercase;color:#ffffff80}.trial-context{top:71%;font-size:clamp(.9rem,2vw,1.2rem);font-style:italic;color:#ffffff8c;line-height:1.7;max-width:600px}.trial-ruskin-name{top:33%;font-size:clamp(1.5rem,4vw,2.8rem);font-weight:300;letter-spacing:.05em;color:#ffffffb3}.trial-ruskin-quote{top:46%;display:flex;flex-direction:column;gap:.25rem;font-size:clamp(.9rem,2vw,1.2rem);font-style:italic;color:#fff9;line-height:1.8;max-width:680px;border-left:1px solid rgba(255,255,255,.15);padding-left:1.5rem;text-align:left}.trq-1,.trq-2,.trq-3{display:block}.trial-painting-label{top:68%;display:flex;flex-direction:column;gap:.5rem;align-items:center}.tpl-title{font-size:clamp(.8rem,1.5vw,1rem);font-style:italic;color:#ffffff80;letter-spacing:.03em}.tpl-price{font-size:clamp(1rem,2vw,1.4rem);font-weight:300;color:#c8aa64bf;letter-spacing:.08em}.trial-counsel-1,.trial-counsel-2{font-size:clamp(.95rem,2.2vw,1.4rem);font-style:italic;color:#ffffff80;line-height:1.5}.trial-counsel-1{top:20%}.trial-counsel-2{top:29%}.trial-whistler-no{top:41%;font-size:clamp(3rem,10vw,7rem);font-weight:300;letter-spacing:-.02em;color:#fff;line-height:1}.trial-whistler-reply{top:64%;font-size:clamp(1.3rem,3.5vw,2.4rem);font-weight:300;letter-spacing:-.01em;color:#fff;line-height:1.4;max-width:700px}.trial-lifetime{top:75%;font-size:clamp(2.5rem,8vw,6rem);font-weight:500;letter-spacing:.12em;color:#fff;line-height:1}.trial-assembled{top:28%;display:flex;flex-direction:column;gap:1.2rem;align-items:center;text-align:center;max-width:700px}.ta-counsel{font-size:clamp(.9rem,2vw,1.2rem);font-style:italic;color:#ffffff73;line-height:1.7}.ta-reply{font-size:clamp(1.3rem,3vw,2rem);font-weight:300;color:#fff;line-height:1.4;letter-spacing:-.01em}.ta-attr{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:#ffffff4d}.trial-verdict{top:35%;font-size:clamp(1.5rem,4vw,3rem);font-weight:300;letter-spacing:.02em;color:#ffffffd9}.trial-damages{top:47%;font-size:clamp(2rem,6vw,5rem);font-weight:200;letter-spacing:.05em;color:#c8aa64cc}.trial-consequence{top:66%;font-size:clamp(.8rem,1.6vw,1rem);color:#fff6;line-height:1.9;max-width:560px;font-style:italic}.trial-claim{top:38%;font-size:clamp(1.4rem,3.5vw,2.5rem);font-weight:300;letter-spacing:-.01em;color:#fff;line-height:1.3;max-width:700px}.trial-claim-sub{top:57%;font-size:clamp(.95rem,2vw,1.3rem);color:#ffffff8c;font-style:italic;line-height:1.6;max-width:600px}.trial-back{position:fixed;top:1.5rem;left:2rem;font-size:.8rem;color:#ffffff4d;text-decoration:none;letter-spacing:.05em;z-index:100;transition:color .2s}.trial-back:hover{color:#ffffffb3}.trial-scrub{position:fixed;bottom:0;left:0;right:0;z-index:200;display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#0000008c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.ts-play{background:none;border:none;color:#ffffff8c;font-size:.9rem;cursor:pointer;padding:0 .25rem;flex-shrink:0;line-height:1;transition:color .15s}.ts-play:hover{color:#ffffffe6}.ts-bar{flex:1;-webkit-appearance:none;appearance:none;height:2px;background:#ffffff26;border-radius:1px;outline:none;cursor:pointer}.ts-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:10px;height:10px;border-radius:50%;background:#ffffffbf;cursor:pointer}.ts-bar::-moz-range-thumb{width:10px;height:10px;border-radius:50%;background:#ffffffbf;border:none;cursor:pointer}.ts-time{font-size:.72rem;letter-spacing:.05em;color:#ffffff59;flex-shrink:0;font-variant-numeric:tabular-nums;min-width:2.5rem;text-align:right}.page-main{padding-top:52px;padding-bottom:52px;min-height:100vh}.page-content{max-width:760px;margin:0 auto;padding:4rem 2rem 6rem}.page-title{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff59;font-weight:400;margin-bottom:3rem}.prose p{font-size:1rem;line-height:1.8;color:#ffffffb3;margin-bottom:1.5rem;max-width:640px}.prose h2{font-size:1.1rem;font-weight:400;color:#ffffffd9;margin:2.5rem 0 1rem;letter-spacing:.02em}.site-header.assembled,.site-footer.assembled{opacity:1;transform:none}.post-list{list-style:none;display:flex;flex-direction:column;gap:0}.post-item{border-top:1px solid rgba(255,255,255,.07);padding:1.5rem 0}.post-item:last-child{border-bottom:1px solid rgba(255,255,255,.07)}.post-link{display:flex;align-items:baseline;gap:1.5rem;text-decoration:none;color:inherit}.post-link:hover .post-title{color:#fff}.post-date{font-size:.7rem;letter-spacing:.08em;color:#ffffff40;flex-shrink:0;font-variant-numeric:tabular-nums}.post-title{font-size:1.05rem;font-weight:400;color:#fffc;transition:color .2s;flex:1}.post-category{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:#fff3;flex-shrink:0}.post-excerpt{font-size:.88rem;color:#ffffff61;line-height:1.7;margin-top:.75rem;max-width:600px}.post-empty{font-style:italic;color:#ffffff40}.active{color:#ffffffd9!important}.post-article{max-width:760px;margin:0 auto;padding:4rem 2rem 6rem}.post-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.07)}.post-meta{display:flex;gap:1.5rem;align-items:center;margin-bottom:1.5rem}.post-headline{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:300;letter-spacing:-.02em;line-height:1.2;color:#ffffffe6;margin-bottom:1rem}.post-lede{font-size:1.1rem;color:#ffffff80;font-style:italic;line-height:1.7}.post-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.07)}.back-link{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;text-decoration:none;transition:color .2s}.back-link:hover{color:#ffffffb3}.post-body h1,.post-body h2,.post-body h3{font-weight:400;color:#ffffffd9;margin:2rem 0 1rem}.post-body p{font-size:1rem;line-height:1.8;color:#ffffffad;margin-bottom:1.4rem;max-width:640px}.post-body a{color:#c8a96ed9;text-decoration:underline;text-underline-offset:3px}.post-body code{font-family:SF Mono,Fira Code,monospace;font-size:.88em;background:#ffffff0f;padding:.1em .35em;border-radius:3px}.post-body blockquote{border-left:2px solid rgba(255,255,255,.15);padding-left:1.25rem;margin:1.5rem 0;color:#ffffff73;font-style:italic}.post-body ol,.post-body ul{padding-left:1.5rem;margin-bottom:1.4rem;color:#ffffffad}.post-body li{line-height:1.8;margin-bottom:.4rem}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.project-card{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:4px;padding:1.75rem;display:flex;flex-direction:column;gap:.75rem;transition:border-color .2s}.project-card:hover{border-color:#ffffff24}.project-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.project-name{font-size:1rem;font-weight:500;color:#ffffffd9}.project-status{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;padding:.2em .6em;border-radius:2px;flex-shrink:0}.status-active{color:#64dc8ccc;background:#64dc8c14}.status-in-progress{color:#c8a96ecc;background:#c8a96e14}.status-archive{color:#ffffff4d;background:#ffffff0a}.project-tagline{font-size:.82rem;color:#fff6;font-style:italic}.project-desc{font-size:.9rem;line-height:1.7;color:#ffffff8c;flex:1}.project-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05)}.project-tech{display:flex;flex-wrap:wrap;gap:.4rem}.tech-tag{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:#fff3;border:1px solid rgba(255,255,255,.08);padding:.15em .5em;border-radius:2px}.project-link{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#c8a96e99;text-decoration:none;transition:color .2s;flex-shrink:0}.project-link:hover{color:#c8a96ee6}.tool-category{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:1.5rem 2rem;margin-bottom:1.5rem}.tool-category-name{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff40;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.tool-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.tool-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:80px;text-decoration:none;color:inherit}.tool-item img{width:36px;height:36px;object-fit:contain;opacity:.55;filter:brightness(0) invert(1);transition:opacity .2s}.tool-item img[src*=-no]{filter:none;opacity:.8}.tool-item:hover img{opacity:.9}.tool-item:hover img[src*=-no]{opacity:1}.tool-name{font-size:.6rem;letter-spacing:.08em;text-align:center;color:#ffffff4d}.tool-item-placeholder{width:36px;height:36px;background:#ffffff0f;border-radius:4px}@media(max-width:600px){.exchange-reply{font-size:1.5rem}.identity{flex-direction:column;align-items:center;text-align:center;gap:1.5rem;padding:4rem 1.5rem}.writing{padding:2rem 1.5rem 4rem}}.slide-whistler{background:#0a0a0a}.slide-bg-nocturne{position:absolute;inset:0;background-image:url(/whistler-nocturne.webp);background-size:cover;background-position:center 40%}.slide-bg-nocturne:after{content:"";position:absolute;inset:0;background:#000000b3}.slide-memorials{background:#1a1714}.slide-timeline{background:#0d0d12}.slide-writing{background:#0a0a0a}.slide-content{position:relative;z-index:1;padding:3rem;max-width:760px;display:flex;flex-direction:column;gap:1.5rem}.slide-label{font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:#ffffff4d}.slide-heading{font-size:clamp(1.8rem,4vw,3rem);font-weight:300;letter-spacing:-.02em;line-height:1.2;color:#ffffffe6}.slide-desc{font-size:1rem;line-height:1.8;color:#ffffff80;max-width:560px}.slide-cta{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:#c8a96e99;text-decoration:none;border-bottom:1px solid rgba(200,169,110,.25);padding-bottom:.2em;align-self:flex-start;transition:color .2s}.slide-cta:hover{color:#c8a96ee6}.memorial-cards{display:flex;gap:1.25rem;flex-wrap:wrap}.memorial-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:1.25rem;min-width:180px;flex:1}.memorial-card h3{font-size:1.1rem;font-weight:400;color:#ffffffd9;margin-bottom:.3rem}.memorial-years{font-size:.78rem;color:#c8a96e99;letter-spacing:.05em}.memorial-card p{font-size:.85rem;color:#fff6;font-style:italic;margin-top:.4rem}.carousel{position:relative;height:calc(100vh - 104px);min-height:400px;overflow:hidden}.carousel-track{display:flex;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.carousel-slide{min-width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#ffffff40;border:none;cursor:pointer;padding:0;transition:background .2s}.carousel-dot.active{background:#fffc}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:#ffffff4d;font-size:1.5rem;cursor:pointer;z-index:10;padding:1rem;transition:color .2s,opacity .2s;opacity:0}.carousel:hover .carousel-arrow{opacity:1}.carousel-arrow:hover{color:#fffc}.carousel-arrow-prev{left:1rem}.carousel-arrow-next{right:1rem}.section-identity{display:flex;align-items:center;gap:2.5rem;padding:5rem 3.5rem;max-width:760px;margin:0 auto;border-bottom:1px solid rgba(255,255,255,.07)}.identity-portrait{width:clamp(90px,12vw,130px);height:clamp(90px,12vw,130px);border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.1);flex-shrink:0}.identity-name{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:200;letter-spacing:-.02em;margin-bottom:.75rem;color:#ffffffe6}.identity-bio{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.95rem,1.8vw,1.05rem);line-height:1.8;color:#ffffff8c}.section-ecosystem{padding:4rem 3.5rem;max-width:900px;margin:0 auto}.section-label{font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:#ffffff4d;margin-bottom:1.5rem}.ecosystem-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.ecosystem-card{background:#ffffff08;border:1px solid rgba(255,255,255,.07);padding:1.5rem;text-decoration:none;color:inherit;transition:border-color .2s}.ecosystem-card:hover{border-color:#ffffff26}.ecosystem-card h3{font-size:1rem;font-weight:500;color:#ffffffd9;margin-bottom:.5rem}.ecosystem-card p{font-size:.85rem;color:#fff6;line-height:1.5}.ecosystem-current{border-color:#c8a96e4d}.footer-social{display:flex;gap:1.2rem;align-items:center}.footer-social a{display:flex;align-items:center;transition:opacity .2s}.social-icon{width:18px;height:18px;opacity:.35;filter:brightness(0) invert(1);transition:opacity .2s}.footer-social a:hover .social-icon{opacity:.8}.social-text-link{font-size:.85rem;font-weight:700;color:#ffffff59;text-decoration:none;transition:color .2s}.social-text-link:hover{color:#fffc}@media(max-width:600px){.section-identity{flex-direction:column;text-align:center;padding:3rem 1.5rem}}.section-full{padding:5rem 3.5rem;max-width:900px;margin:0 auto;border-bottom:1px solid rgba(255,255,255,.07)}.section-heading{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:300;letter-spacing:-.02em;line-height:1.2;color:#ffffffe6;margin-bottom:1.5rem}.section-desc{font-size:clamp(1rem,2vw,1.15rem);line-height:1.8;color:#ffffff8c;max-width:600px;margin-bottom:2rem}.section-cta{font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:#c8a96e99;text-decoration:none;border-bottom:1px solid rgba(200,169,110,.25);padding-bottom:.2em;display:inline-block;transition:color .2s}.section-cta:hover{color:#c8a96ee6;border-bottom-color:#c8a96e80}.memorial-grid{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.memorial-block{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:2rem;min-width:220px;flex:1;transition:border-color .2s}.memorial-block:hover{border-color:#ffffff26}.memorial-block h3{font-size:1.3rem;font-weight:400;color:#ffffffd9;margin-bottom:.4rem}.memorial-years{font-size:.85rem;color:#c8a96e99;letter-spacing:.05em}.memorial-role{font-size:.95rem;color:#ffffff80;font-style:italic;margin-top:.5rem}.memorial-desc{font-size:.9rem;line-height:1.7;color:#fff6;margin-top:.75rem}@media(max-width:600px){.section-full{padding:3rem 1.5rem}.memorial-grid{flex-direction:column}}.social-ticker{width:100%;overflow:hidden;padding:3rem 0;border-bottom:1px solid rgba(255,255,255,.07)}.ticker-track{display:flex;width:max-content;animation:ticker-scroll 40s linear infinite}.ticker-track:hover{animation-play-state:paused}.ticker-item{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:.75rem 2.5rem;text-decoration:none;flex-shrink:0;transition:transform .2s}.ticker-item:hover{transform:scale(1.15)}.ticker-icon{width:25px;height:25px;opacity:.35;filter:brightness(0) invert(1);transition:opacity .2s}.ticker-item:hover .ticker-icon{opacity:.9}.ticker-name{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffff40;transition:color .2s}.ticker-item:hover .ticker-name{color:#ffffffb3}.ticker-handle{font-size:.6rem;color:#c8a96e66;letter-spacing:.03em;opacity:0;max-height:0;transition:opacity .2s,max-height .2s}.ticker-item:hover .ticker-handle{opacity:1;max-height:1.5em}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:600px){.ticker-item{padding:.5rem 1.5rem}.ticker-icon{width:20px;height:20px}}.section-companies{border-bottom:1px solid rgba(255,255,255,.07)}.companies-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.company-card{background:#ffffff08;border:1px solid rgba(255,255,255,.07);padding:2.5rem 2rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;transition:border-color .2s}.company-card:hover{border-color:#ffffff2e}.company-logo{width:64px;height:64px;object-fit:contain;opacity:.8;transition:opacity .2s}.company-card:hover .company-logo{opacity:1}.company-card h3{font-size:1.15rem;font-weight:500;color:#ffffffd9}.company-hemisphere{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#c8a96e8c}.company-desc{font-size:.9rem;line-height:1.7;color:#ffffff73;max-width:320px}@media(max-width:600px){.companies-grid{grid-template-columns:1fr}}.section-tools .tool-category:last-child{margin-bottom:0}.section-projects .project-grid{margin-top:1.5rem}:target{scroll-margin-top:70px}@media(max-width:600px){.site-header{padding:.9rem 1.2rem}.site-footer{flex-direction:column;gap:.4rem;padding:.7rem 1.2rem;text-align:center}.footer-quote{font-size:.72rem}.project-grid{grid-template-columns:1fr}.project-card{padding:1.25rem}.post-link{flex-direction:column;gap:.3rem}.post-article{padding:2.5rem 1.2rem 4rem}.post-body img{max-width:100%;height:auto;border-radius:4px;margin:1rem 0}.tool-grid{gap:.75rem}.tool-item{width:70px}.tool-item img{width:30px;height:30px}}.post-body img{max-width:100%;height:auto;border-radius:4px;margin:1.5rem 0}.legal-page{max-width:720px;margin:0 auto;padding:2rem 20px 4rem}.legal-page h2{margin-top:2.5rem;margin-bottom:.75rem;font-size:1.25rem;color:var(--text-primary, #ffffff)}.legal-page h3{margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem;color:var(--text-secondary, #cccccc)}.legal-page p{margin-bottom:1rem;line-height:1.7;color:var(--text-secondary, #cccccc)}.legal-page ul{margin-bottom:1rem;padding-left:1.5rem;color:var(--text-secondary, #cccccc)}.legal-page li{margin-bottom:.5rem;line-height:1.6}.legal-page a{color:var(--accent, #4ecdc4)}.legal-updated{color:var(--text-muted, #999999);font-size:.9rem;margin-bottom:2rem}.footer-credits{margin-top:.75rem;font-size:.75rem;color:var(--text-muted, #999999)}.footer-credits a{color:var(--text-muted, #999999);text-decoration:none}.footer-credits a:hover{color:var(--text-secondary, #cccccc)}.footer-credits-aside{font-style:italic;opacity:.7}.colophon-page{max-width:640px;margin:0 auto;padding:3rem 20px 5rem}.colophon-title{font-size:2rem;color:var(--text-primary, #ffffff);margin-bottom:.25rem}.colophon-subtitle{color:var(--text-muted, #999999);font-size:.9rem;font-style:italic;margin-bottom:3rem}.colophon-section{margin-bottom:2rem}.colophon-section h2{font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted, #999999);margin-bottom:.5rem}.colophon-section p{line-height:1.8;color:var(--text-secondary, #cccccc)}.colophon-section a{color:var(--accent, #4ecdc4)}.colophon-thanks{list-style:none;padding:0}.colophon-thanks li{line-height:1.8;color:var(--text-secondary, #cccccc);padding:.25rem 0}.colophon-thanks li strong{color:var(--text-primary, #ffffff)}.colophon-coda{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border, rgba(255, 255, 255, .1));color:var(--text-muted, #999999);font-style:italic;font-size:.85rem;text-align:center}.trial-editorial{max-width:65ch;margin:0 auto;padding:6rem 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;line-height:1.85;color:#ffffffbf;background:#0d0d0d;position:relative;z-index:5}.trial-editorial h2{font-size:.8rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#ffffff59;margin:0 0 3rem}.trial-editorial p{margin:0 0 1.75rem}.trial-editorial p:last-child{margin-bottom:0}.trial-editorial em{font-style:italic;color:#ffffffe6}.trial-page{position:relative;z-index:1;background:#0d0d0d}main:has(.trial-page){position:relative;z-index:2}main:has(.trial-page)+footer.site-footer{display:none}.trial-cinematic{position:relative;z-index:10;background:#000}.trial-sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}.trial-transition-in{height:15vh;background:linear-gradient(to bottom,#0d0d0d,#000);pointer-events:none;position:relative;z-index:5}.trial-transition-out{height:15vh;background:linear-gradient(to bottom,#000,#0d0d0d);pointer-events:none;position:relative;z-index:5}.trial-hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}.trial-hero-bg{position:absolute;inset:0;background-image:url(/whistler-nocturne.webp);background-size:cover;background-position:center;opacity:.65;transform:scale(1.04)}.trial-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000059,#00000026 40%,#000000a6)}.trial-hero-content{position:relative;z-index:1;text-align:center;padding:0 2rem;max-width:780px}.trial-hero-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#ffffff73;margin:0 0 1.5rem}.trial-hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:300;letter-spacing:-.01em;line-height:1.15;color:#fffffff2;margin:0 0 1.25rem}.trial-hero-subtitle{font-size:clamp(.9rem,1.8vw,1.1rem);font-weight:400;color:#ffffff80;letter-spacing:.04em;margin:0}.trial-hero-scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff4d;z-index:1}.trial-cin-year,.trial-cin-city,.trial-cin-context,.trial-cin-clause,.trial-cin-no,.trial-cin-lifetime,.trial-cin-verdict,.trial-cin-farthing,.trial-cin-claim{opacity:0}.trial-cin-year{font-size:clamp(4rem,12vw,9rem);font-weight:200;letter-spacing:-.03em;color:#ffffffe6;transform:translateY(30px) scale(.92)}.trial-cin-city{font-size:clamp(1rem,2.5vw,1.5rem);font-weight:300;letter-spacing:.28em;text-transform:uppercase;color:#ffffff73;transform:translateY(20px)}.trial-cin-context{font-size:clamp(.85rem,1.6vw,1rem);font-weight:400;color:#ffffff4d;letter-spacing:.08em;max-width:42ch;text-align:center;transform:translateY(15px)}.trial-cin-clause{font-size:clamp(1rem,2vw,1.35rem);font-style:italic;color:#ffffffb3;max-width:52ch;text-align:center;line-height:1.6;transform:translateY(20px)}.trial-cin-no{font-size:clamp(5rem,14vw,11rem);font-weight:700;letter-spacing:-.04em;color:#fff;transform:scale(.85)}.trial-cin-lifetime{font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:300;letter-spacing:.04em;color:#ffffffd9;text-align:center;transform:scale(.6) translateY(80px)}.trial-cin-verdict{font-size:clamp(2.5rem,7vw,5.5rem);font-weight:200;letter-spacing:-.02em;color:#ffffffe6;transform:translateY(30px)}.trial-cin-farthing{font-size:clamp(1rem,2vw,1.25rem);font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#ffd264d9;transform:scale(.7)}.trial-cin-claim{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:300;font-style:italic;color:#ffffffbf;max-width:48ch;text-align:center;line-height:1.55;transform:translateY(25px)}.trial-pullquote{border-left:3px solid rgba(255,255,255,.2);margin:2.5rem 0;padding:.5rem 0 .5rem 1.75rem;font-style:italic;font-size:1.2rem;line-height:1.7;color:#fff9}.trial-pullquote cite{display:block;margin-top:.75rem;font-size:.8rem;font-style:normal;letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d}.trial-coda{max-width:65ch;margin:0 auto;padding:6rem 2rem 4rem;text-align:center;background:#0d0d0d;position:relative;z-index:5}.trial-coda-quote{font-size:clamp(1.1rem,2vw,1.4rem);font-style:italic;line-height:1.7;color:#fff9;margin:0 0 3rem}.trial-coda-attribution{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:#ffffff40;margin:0 0 4rem}.trial-sources{max-width:65ch;margin:0 auto;padding:0 2rem 8rem}.trial-sources h2{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#ffffff40;margin:0 0 2rem;border-top:1px solid rgba(255,255,255,.08);padding-top:2rem}.trial-sources ol{list-style:none;padding:0;margin:0;counter-reset:source-counter}.trial-sources li{counter-increment:source-counter;position:relative;padding:.6rem 0 .6rem 2.5rem;font-size:.875rem;line-height:1.6;color:#fff6;border-bottom:1px solid rgba(255,255,255,.05)}.trial-sources li:before{content:counter(source-counter);position:absolute;left:0;top:.6rem;font-size:.7rem;font-weight:600;color:#fff3;width:1.75rem;text-align:right}.trial-sources .trial-sources-primary li{color:#ffffff8c}.trial-placeholder{color:#ffffff4d;font-style:italic;border:1px dashed rgba(255,255,255,.12);border-radius:4px;padding:1.5rem 2rem;margin:1.5rem 0;line-height:1.75}.trial-cin-year.is-active,.trial-cin-city.is-active,.trial-cin-context.is-active,.trial-cin-clause.is-active,.trial-cin-no.is-active,.trial-cin-lifetime.is-active,.trial-cin-verdict.is-active,.trial-cin-farthing.is-active,.trial-cin-claim.is-active{transition:opacity .8s ease-out,transform .8s ease-out;opacity:1;transform:none}@media(max-width:640px){.trial-editorial{padding:4rem 1.25rem;font-size:1rem;line-height:1.75}.trial-hero-content{padding:0 1.25rem}.trial-pullquote{font-size:1.05rem;padding-left:1.25rem}.trial-coda{padding:4rem 1.25rem 3rem}.trial-sources{padding:0 1.25rem 5rem}.trial-placeholder{padding:1.25rem}}.trial-cin-stage{text-align:center;max-width:700px;padding:0 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.trial-cin-name{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(1.2rem,2.5vw,1.8rem);letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3;opacity:0}.trial-cin-counsel{font-family:Special Elite,Courier New,monospace;font-size:clamp(1rem,2vw,1.4rem);color:#ffffff80;max-width:520px;text-align:center;line-height:1.7;opacity:0}.trial-cin-reply{font-family:Special Elite,Courier New,monospace;font-size:clamp(1rem,2vw,1.4rem);color:#ffffffd9;opacity:0}.trial-cin-consequence{font-family:Special Elite,Courier New,monospace;font-size:clamp(.9rem,1.6vw,1.1rem);color:#ffffff5c;max-width:500px;text-align:center;line-height:1.8;opacity:0}.trial-cin-claim-sub{font-size:clamp(1rem,2vw,1.4rem);color:#ffffff8c;opacity:0}.trial-cin-painting{position:absolute;inset:0;background-image:url(/whistler-nocturne.webp);background-size:cover;background-position:center 40%;opacity:0}.trial-cin-painting-title{font-family:Special Elite,Courier New,monospace;font-size:clamp(1rem,2vw,1.5rem);font-style:italic;color:#ffffff80;position:relative;z-index:1;opacity:0}.trial-cin-painting-price{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(1.5rem,4vw,2.5rem);color:#c8a96eb3;position:relative;z-index:1;opacity:0}.trial-cin-silence{height:0}.trial-hero-date{font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:#c8a96e80;margin-top:2rem}
