:root{--bg: oklch(98.5% .004 90);--panel: oklch(96% .006 90);--line: oklch(88% .01 90);--line-soft: oklch(90% .01 90);--ink: oklch(18% .01 90);--ink-85: oklch(18% .01 90 / .85);--ink-75: oklch(18% .01 90 / .75);--ink-65: oklch(18% .01 90 / .65);--ink-55: oklch(18% .01 90 / .55);--ink-50: oklch(18% .01 90 / .5);--dark: oklch(15% .01 90);--paper: oklch(98% .004 90);--paper-85: oklch(92% .01 90 / .85);--paper-75: oklch(92% .01 90 / .75);--paper-55: oklch(92% .01 90 / .55);--accent-blue: oklch(55% .14 250);--accent-teal: oklch(60% .13 200);--accent-cyan: oklch(58% .13 195);--accent-purple: oklch(58% .12 280);--accent-green: oklch(55% .13 150);--accent-violet: oklch(56% .12 300);--accent-amber: oklch(60% .14 30);--serif: "Fraunces", "Newsreader", Georgia, serif;--sans: "Hanken Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;--mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--gutter: 5vw;--nav-h: 57px}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-kerning:normal;overflow-x:hidden}a{text-decoration:none;color:inherit}button{font-family:inherit}img{max-width:100%}::selection{background:#2a75ba40}@keyframes appenji-dash{to{stroke-dashoffset:-26}}@keyframes appenji-pulse{0%,to{opacity:1}50%{opacity:.5}}.display{font-family:var(--serif);font-weight:480;font-optical-sizing:auto;letter-spacing:-.015em;margin:0}.display--italic{font-style:italic}.eyebrow{font-family:var(--mono);font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-85)}.lede{font-size:1.0625rem;color:var(--ink-65);margin:0;max-width:58ch;line-height:1.6}.page-header{padding:100px var(--gutter) 72px var(--gutter);display:flex;flex-direction:column;gap:20px;max-width:860px}.page-header h1{font-size:clamp(2.25rem,5.5vw,4rem);line-height:1.05}.hairline-grid{display:grid;gap:1px;background:var(--line)}.hairline-grid>*{background:var(--bg)}.btn-pill{display:inline-block;font-size:.9375rem;padding:14px 28px;border-radius:100px;font-weight:500;border:none;cursor:pointer;transition:transform .18s ease,opacity .18s ease}.btn-pill:active{transform:scale(.97)}.btn-pill--light{background:var(--paper);color:var(--dark)}.btn-pill--light:hover{opacity:.9}.btn-pill--outline-light{background:transparent;border:1px solid oklch(90% .01 90 / .4);color:var(--paper)}.btn-pill--outline-dark{background:transparent;border:1px solid oklch(18% .01 90 / .3);color:var(--ink)}.link-underline{font-size:.875rem;border-bottom:1px solid currentColor;padding-bottom:2px;transition:opacity .18s ease}.link-underline:hover{opacity:.7}:focus-visible{outline:2px solid var(--accent-blue);outline-offset:3px;border-radius:2px}.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:18px var(--gutter);transition:padding .25s ease,background .25s ease,border-color .25s ease;border-bottom:1px solid transparent}.nav--solid{position:sticky;background:#fbfaf7eb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom-color:var(--line)}.nav--overlay{padding:26px var(--gutter)}.nav--overlay.nav--scrolled{padding:16px var(--gutter);background:#fbfaf7eb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom-color:var(--line)}.nav-links{display:flex;gap:28px;align-items:center}.nav-links--right{justify-content:flex-end}.nav-link{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;opacity:.85;transition:opacity .18s ease}.nav-link:hover{opacity:1}.nav-link--active{font-weight:800;opacity:1;border-bottom:1px solid currentColor;padding-bottom:2px}.nav-logo{justify-self:center;display:flex;align-items:center}.nav-logo img{height:20px;width:auto;display:block;transition:filter .25s ease}.nav--overlay:not(.nav--scrolled){color:var(--paper)}.nav--overlay:not(.nav--scrolled) .nav-logo img{filter:invert(1) brightness(1.8)}.burger{display:none;position:absolute;right:var(--gutter);width:42px;height:42px;place-items:center;border:none;border-radius:100px;background:var(--panel);color:var(--ink);cursor:pointer;transition:background .25s ease,color .25s ease,opacity .18s ease}.nav--overlay:not(.nav--scrolled) .burger{background:#ffffff1f;color:var(--paper);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.burger:active{opacity:.6}.sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300}.sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d0b0766;animation:sheet-fade .3s ease both}.sheet-panel{position:absolute;top:0;right:0;bottom:0;width:min(100%,420px);background:var(--bg);display:flex;flex-direction:column;padding:0 clamp(20px,6vw,32px) calc(24px + env(safe-area-inset-bottom,0px));overflow-y:auto;animation:sheet-in .38s cubic-bezier(.32,.72,0,1) both;box-shadow:-24px 0 60px #0d0b0724}@keyframes sheet-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes sheet-fade{0%{opacity:0}to{opacity:1}}.sheet--closing .sheet-panel{animation:sheet-out .3s cubic-bezier(.32,.72,0,1) both}.sheet--closing .sheet-backdrop{animation:sheet-fade .3s ease reverse both}@keyframes sheet-out{0%{transform:translate(0)}to{transform:translate(100%)}}.sheet-head{display:flex;align-items:center;justify-content:flex-end;padding:18px 0 14px}.sheet-close{display:grid;place-items:center;width:40px;height:40px;margin-right:-8px;border:none;border-radius:100px;background:var(--panel);color:var(--ink);cursor:pointer;transition:background .18s ease}.sheet-close:active{background:var(--line)}.sheet-list{display:flex;flex-direction:column;margin-top:12px}.sheet-item{animation:sheet-item-in .45s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(.06s + var(--i) * 45ms)}@keyframes sheet-item-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.sheet-item .nav-link{display:block;padding:15px 16px;margin:0 -16px;border-radius:12px;font-size:1.0625rem;font-weight:600;text-transform:none;letter-spacing:-.01em;color:var(--ink);opacity:1;transition:background .18s ease}.sheet-item .nav-link:active{background:var(--panel)}.sheet-item .nav-link--active{border-bottom:none;padding-bottom:15px;background:var(--panel)}.sheet-foot{margin-top:auto;padding-top:28px;display:flex;flex-direction:column;align-items:stretch;gap:18px;animation:sheet-item-in .45s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(.06s + var(--i) * 45ms)}.sheet-cta{justify-content:center;text-align:center;width:100%}.sheet-mail{text-align:center;font-family:var(--mono);font-size:.75rem;letter-spacing:.06em;color:var(--ink-60)}.cta-dark{padding:140px var(--gutter);display:flex;flex-direction:column;align-items:center;text-align:center;gap:28px;background:var(--dark);color:var(--paper)}.cta-dark h2{font-size:clamp(2rem,4.5vw,3.5rem);max-width:16ch}.cta-dark p{max-width:44ch;font-size:1rem;color:var(--paper-75);margin:0}.footer{padding:48px var(--gutter);display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;background:var(--dark);color:var(--paper-55);border-top:1px solid oklch(92% .01 90 / .12)}.footer img{height:14px;width:auto;display:block;filter:invert(1) brightness(1.8)}.footer-links{display:flex;gap:20px;font-size:.8125rem}.footer-links a:hover{color:var(--paper)}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.mobile-menu{animation:none}*{animation-duration:1ms!important}}.hero{position:relative;width:100%;height:100svh;min-height:640px;display:flex;align-items:center;overflow:hidden;background:var(--dark)}.hero-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 18% 28%,oklch(58% .15 250 / .35),transparent 58%),radial-gradient(circle at 82% 74%,oklch(60% .12 280 / .28),transparent 55%),repeating-linear-gradient(0deg,oklch(98% .004 90 / .05) 0 1px,transparent 1px 56px),repeating-linear-gradient(90deg,oklch(98% .004 90 / .05) 0 1px,transparent 1px 56px),var(--dark)}.hero-content{position:relative;z-index:2;width:100%;padding:0 var(--gutter);display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.hero h1{font-size:clamp(2.5rem,7vw,6rem);line-height:1.04;color:var(--paper);max-width:18ch}.hero p{font-size:clamp(1rem,1.6vw,1.25rem);color:var(--paper-85);max-width:46ch;margin:0}.hero-ctas{display:flex;gap:16px;margin-top:12px;flex-wrap:wrap;justify-content:center}.hero-scroll-hint{position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:2;color:#e0ded799;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;animation:hint-bob 2.4s ease-in-out infinite}@keyframes hint-bob{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,6px)}}.section{padding:120px var(--gutter)}.section-head{display:flex;flex-direction:column;align-items:flex-start;gap:20px;max-width:760px}.section-lede{display:flex;flex-direction:column;gap:22px;max-width:52ch}.section-lede p{font-size:1.0625rem;color:var(--ink-65);line-height:1.65;margin:0}.section-head h2{font-size:clamp(1.875rem,3.6vw,3rem)}.split-section{padding:120px var(--gutter);display:grid;grid-template-columns:1fr 1fr;gap:64px}.split-headline{font-size:clamp(1.875rem,3.6vw,3rem);max-width:14ch}.work-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2px}.work-card{position:relative;aspect-ratio:4 / 3;overflow:hidden;display:block}.work-card-img{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-color:#211f19;transition:transform .6s cubic-bezier(.22,1,.36,1)}.work-card:hover .work-card-img{transform:scale(1.04)}.work-card-caption{position:absolute;left:0;right:0;bottom:0;padding:24px;background:linear-gradient(to top,oklch(10% .01 90 / .55),transparent)}.media-tile{position:relative;width:100%;overflow:hidden;background:var(--panel)}.media-tile--rounded-sm{border-radius:4px}.media-tile--rounded{border-radius:6px}.media-tile--rounded-lg{border-radius:8px}.media-tile svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.diagram-label{position:absolute;transform:translate(-50%,-50%);font-size:.6875rem;color:#1e1c1ab8;font-family:var(--mono);white-space:nowrap}.component-tile{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.component-tile-icon{width:46px;height:46px;border-radius:11px;border:2.5px solid currentColor}.component-tile-label{font-family:var(--mono);font-size:.8125rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.photo-tile{width:100%;background-size:cover;background-position:center;background-color:#e0ded7}.cell{padding:40px 32px;display:flex;flex-direction:column;gap:16px}.dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.index-label{font-family:var(--mono);font-size:.75rem;font-weight:600;letter-spacing:.1em}.icon-tile{width:56px;height:56px;display:grid;place-items:center;border:1px solid var(--line);border-radius:14px;background:var(--bg)}.filter-pill{font-size:.8125rem;padding:8px 18px;border-radius:100px;border:1px solid oklch(85% .01 90);background:transparent;color:var(--ink);cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.filter-pill--active{border-color:var(--ink);background:var(--ink);color:var(--paper)}.featured-post{margin:0 var(--gutter) 80px var(--gutter);display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center;background:var(--panel);border-radius:6px;overflow:hidden;padding:8px}.post-grid{padding:0 var(--gutter) 140px var(--gutter);display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:48px 40px}.post-card{display:flex;flex-direction:column;gap:16px}.post-card .media-tile,.post-card .photo-tile,.post-card .component-tile{transition:opacity .25s ease}.post-card:hover .media-tile,.post-card:hover .photo-tile,.post-card:hover .component-tile{opacity:.88}.article-shell{max-width:740px;margin:0 auto;padding:72px 6vw 40px;display:flex;flex-direction:column;gap:24px}.article-body{max-width:680px;margin:0 auto;padding:0 6vw 100px;display:flex;flex-direction:column;gap:24px}.article-body p{font-size:1rem;line-height:1.75;margin:0;color:var(--ink-75)}.article-body .intro{font-size:1.125rem;line-height:1.7;color:var(--ink-85)}.pull-quote{margin:16px 0;padding:4px 0 4px 24px;border-left:2px solid var(--accent-blue);font-family:var(--serif);font-style:italic;font-size:1.3125rem;line-height:1.5;color:#13110de6}.prev-next{max-width:900px;margin:0 auto;padding:0 6vw 100px;display:grid;grid-template-columns:1fr 1fr;gap:2px;background:transparent}.prev-next-inner{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--line);border-radius:4px;overflow:hidden;width:100%}.prev-next a{background:var(--bg);padding:28px 32px;display:flex;flex-direction:column;gap:8px;transition:background .18s ease}.prev-next a:hover{background:var(--panel)}.stat-row{max-width:980px;margin:0 auto;padding:40px 6vw 24px}.stat-row-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1px;background:var(--line)}.stat-cell{background:var(--bg);padding:24px 20px;display:flex;flex-direction:column;gap:6px}.team-card{position:relative;overflow:hidden;border-radius:10px;border:1px solid var(--line);padding:24px 20px;display:flex;flex-direction:column;gap:14px;min-height:190px;cursor:pointer;background:var(--bg)}.team-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:22px 20px;display:flex;flex-direction:column;justify-content:center;gap:10px;opacity:0;transition:opacity .22s ease;pointer-events:none}.team-card:hover .team-overlay,.team-card:focus-visible .team-overlay,.team-card.is-flipped .team-overlay{opacity:1}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#0d0b0780;display:flex;align-items:center;justify-content:center;padding:24px;animation:fade-in .2s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.modal{background:var(--bg);border-radius:10px;padding:36px 32px;max-width:420px;width:100%;display:flex;flex-direction:column;gap:20px;position:relative;animation:modal-pop .25s cubic-bezier(.22,1,.36,1)}@keyframes modal-pop{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}.modal input{font-size:.9375rem;padding:12px 14px;border:1px solid oklch(85% .01 90);border-radius:6px;font-family:inherit;background:var(--bg);color:var(--ink);width:100%}.modal input:focus{outline:none;border-color:var(--accent-blue)}.role-row{background:var(--bg);border:none;text-align:left;cursor:pointer;padding:22px 24px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;width:100%;transition:background .18s ease}.role-row:hover{background:var(--panel)}@media (max-width: 900px){.split-section{grid-template-columns:1fr;gap:44px}.split-section .split-visual{order:0}.featured-post{grid-template-columns:1fr;gap:20px}}@media (max-width: 760px){:root{--gutter: 6vw}.nav-links{display:none}.burger{display:grid}.section,.split-section{padding-top:88px;padding-bottom:88px}.split-headline{max-width:none;font-size:clamp(1.75rem,7.5vw,2.5rem)}.page-header h1{font-size:clamp(2rem,9vw,2.75rem)}.page-header{padding-top:72px;padding-bottom:56px}.cta-dark{padding-top:100px;padding-bottom:100px}.work-grid,.prev-next-inner{grid-template-columns:1fr}.prev-next a{text-align:left!important}.prev-next a .align-right{text-align:left}.cell{padding:32px 24px}.featured-post{margin-bottom:56px}}@media (max-width: 480px){.hero{min-height:560px}.btn-pill{padding:13px 24px;font-size:.875rem}.post-grid{gap:40px 24px}}
