@import 'https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500;600&display=swap';:root,:root[data-theme=dark]{--bg:#0a0a0b;--bg-elev:#111113;--surface:#141416;--surface-2:#1a1a1d;--border:#2a2a2e;--border-soft:#1e1e22;--text:#f5f5f4;--text-muted:#8a8a88;--text-dim:#5a5a58;--accent:#ff4d1f;--accent-dim:#b8351a;--accent-soft:rgba(255, 77, 31, 0.12);--severity-crit:#ef4444;--severity-high:#fb923c;--severity-med:#fbbf24;--severity-low:#4ade80;--code-bg:#0f0f11;--shadow-card:0 1px 0 rgba(255,255,255,0.03) inset, 0 10px 30px -10px rgba(0,0,0,0.6);--grain-opacity:0.035}:root[data-theme=light]{--bg:#faf9f6;--bg-elev:#ffffff;--surface:#ffffff;--surface-2:#f4f3ef;--border:#e2e1dc;--border-soft:#eceae4;--text:#0a0a0b;--text-muted:#555550;--text-dim:#8c8b85;--accent:#d63a0f;--accent-dim:#a82d0a;--accent-soft:rgba(214, 58, 15, 0.08);--severity-crit:#b91c1c;--severity-high:#c2410c;--severity-med:#b45309;--severity-low:#15803d;--code-bg:#f4f3ef;--shadow-card:0 1px 0 rgba(0,0,0,0.02) inset, 0 6px 20px -10px rgba(0,0,0,0.12);--grain-opacity:0}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none;padding:0;margin:0}img,picture,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit;color:inherit}html{font-family:geist,ui-sans-serif,system-ui,-apple-system,sans-serif;font-size:16px;font-feature-settings:"ss01","ss02","cv11";background:var(--bg);color:var(--text);color-scheme:dark;transition:background-color .25s ease,color .25s ease}:root[data-theme=light]{color-scheme:light}body{min-height:100vh;line-height:1.6;overflow-x:hidden;position:relative}body::before{content:'';position:fixed;inset:0;pointer-events:none;z-index:100;opacity:var(--grain-opacity);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");mix-blend-mode:overlay}.serif,h1,h2{font-family:instrument serif,ui-serif,Georgia,serif;font-weight:400;letter-spacing:-.01em;line-height:1.05}h1{font-size:clamp(2.5rem,6vw,5rem)}h2{font-size:clamp(1.75rem,3.5vw,2.75rem)}h3{font-size:1.25rem;font-weight:500;letter-spacing:-.01em;line-height:1.3}h4{font-size:1rem;font-weight:500}p{color:var(--text-muted)}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}.mono,code,pre,kbd,samp,.code-id{font-family:geist mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-feature-settings:"zero" 1}code{background:var(--code-bg);padding:.15em .4em;border-radius:3px;font-size:.9em}pre{background:var(--code-bg);padding:1.25rem;border-radius:4px;border:1px solid var(--border);overflow-x:auto;font-size:.875rem;line-height:1.6}pre code{background:0 0;padding:0}.text-muted{color:var(--text-muted)}.text-dim{color:var(--text-dim)}.text-accent{color:var(--accent)}.eyebrow{font-family:geist mono,monospace;font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim)}.eyebrow::before{content:'◆ ';color:var(--accent)}.wrap{width:100%;max-width:1280px;margin-inline:auto;padding-inline:clamp(1rem,4vw,2.5rem)}.wrap-narrow{max-width:780px;margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}section{padding-block:clamp(3.5rem,8vw,7rem)}section+section{border-top:1px solid var(--border-soft)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:clamp(2rem,4vw,3rem);flex-wrap:wrap}.section-head h2{max-width:22ch}.section-head .eyebrow{margin-bottom:.75rem}.hr{height:1px;background:var(--border-soft);margin-block:4rem;width:100%}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 85%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-soft)}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-block:1rem}.brand{display:inline-flex;align-items:center;flex-shrink:0;line-height:0}.brand-logo{height:40px;width:auto;display:block}:root[data-theme=light] .brand-logo{filter:invert(1)}.footer-brand .brand-logo{height:56px}@media(max-width:640px){.brand-logo{height:34px}}.nav{display:flex;align-items:center;gap:.25rem;font-size:.875rem}.nav a{padding:.5rem .85rem;border-radius:3px;color:var(--text-muted);transition:color .15s ease,background-color .15s ease}.nav a:hover,.nav a[aria-current=page]{color:var(--text);background:var(--surface)}.theme-toggle{width:36px;height:36px;border-radius:3px;border:1px solid var(--border);background:0 0;cursor:pointer;display:grid;place-items:center;color:var(--text-muted);transition:border-color .15s,color .15s}.theme-toggle:hover{color:var(--accent);border-color:var(--accent)}:root[data-theme=dark] .theme-toggle .sun{display:block}:root[data-theme=dark] .theme-toggle .moon{display:none}:root[data-theme=light] .theme-toggle .sun{display:none}:root[data-theme=light] .theme-toggle .moon{display:block}.menu-btn{display:none;background:0 0;border:1px solid var(--border);padding:.5rem .75rem;border-radius:3px;font-family:geist mono,monospace;font-size:.75rem;cursor:pointer;color:var(--text)}@media(max-width:900px){.nav{display:none}.menu-btn{display:inline-flex}.nav.open{display:flex;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--bg-elev);border-bottom:1px solid var(--border);padding:1rem 1.5rem;gap:.25rem}}.hero{padding-top:clamp(4rem,10vw,8rem);padding-bottom:clamp(4rem,10vw,8rem);position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-20%;right:-10%;width:60vw;height:60vw;max-width:800px;max-height:800px;background:radial-gradient(circle at center,var(--accent-soft),transparent 60%);pointer-events:none;z-index:0}.hero-inner{position:relative;z-index:1}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;border:1px solid var(--border);border-radius:999px;font-family:geist mono,monospace;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:2rem}.hero-eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px var(--accent);animation:pulse 2s ease-in-out infinite}@keyframes pulse{50%{opacity:.4}}.hero h1{font-size:clamp(2.8rem,7vw,6rem);max-width:16ch;margin-bottom:2rem}.hero h1 em{font-style:italic;color:var(--accent)}.hero-sub{font-size:clamp(1rem,1.3vw,1.15rem);max-width:56ch;margin-bottom:2.5rem;color:var(--text-muted);line-height:1.55}.hero-cta{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:clamp(3rem,6vw,5rem)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:3px;border:1px solid var(--border);background:0 0;color:var(--text);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;text-decoration:none}.btn:hover{border-color:var(--text);color:var(--text)}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover{background:var(--accent-dim);border-color:var(--accent-dim);color:#fff}.btn-ghost{border-color:transparent;color:var(--text-muted);padding-inline:.5rem}.btn-ghost:hover{color:var(--text);background:var(--surface)}.btn .arrow{transition:transform .15s ease}.btn:hover .arrow{transform:translateX(3px)}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stat{padding:2rem 1.5rem;border-right:1px solid var(--border-soft);position:relative}.stat:last-child{border-right:none}.stat-num{font-family:instrument serif,serif;font-size:clamp(2.5rem,5vw,4rem);line-height:1;letter-spacing:-.02em;color:var(--text);margin-bottom:.5rem}.stat-num .suf{color:var(--accent);font-size:.7em;vertical-align:.1em}.stat-label{font-family:geist mono,monospace;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}@media(max-width:700px){.stats{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2n){border-right:none}.stat:nth-child(-n+2){border-bottom:1px solid var(--border-soft)}}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1px;background:var(--border-soft);border:1px solid var(--border-soft)}.card{display:flex;flex-direction:column;gap:1rem;padding:1.75rem;background:var(--bg);transition:background-color .15s ease;position:relative;min-height:200px}.card:hover{background:var(--surface)}.card-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-family:geist mono,monospace;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.card-kind{color:var(--accent)}.card-date{color:var(--text-dim)}.card h3{color:var(--text)}.card h3 a{display:block}.card h3 a:hover{color:var(--accent)}.card-meta{margin-top:auto;display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;padding-top:1rem;border-top:1px solid var(--border-soft);font-size:.8rem;color:var(--text-muted)}.card-meta strong{font-weight:500;color:var(--text)}.card-meta .lbl{font-family:geist mono,monospace;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);margin-right:.4rem}.sev{display:inline-block;padding:.15rem .5rem;border-radius:2px;font-family:geist mono,monospace;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;border:1px solid}.sev-critical{color:var(--severity-crit)}.sev-high{color:var(--severity-high)}.sev-medium{color:var(--severity-med)}.sev-low{color:var(--severity-low)}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1px;background:var(--border-soft);border:1px solid var(--border-soft)}.service{background:var(--bg);padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:background-color .2s;min-height:280px}.service:hover{background:var(--surface)}.service-icon{width:40px;height:40px;color:var(--accent);display:grid;place-items:center;margin-bottom:.5rem}.service h3{font-family:instrument serif,serif;font-size:1.75rem;font-weight:400;line-height:1.1}.service p{font-size:.925rem}.service .service-cta{margin-top:auto;font-family:geist mono,monospace;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);display:inline-flex;gap:.35rem;align-items:center}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.team-card{padding:1.25rem;background:var(--surface);border:1px solid var(--border-soft);border-radius:3px;text-align:center;transition:border-color .15s}.team-card:hover{border-color:var(--accent)}.team-avatar{width:72px;height:72px;border-radius:50%;margin:0 auto .75rem;background:var(--surface-2);display:grid;place-items:center;font-family:instrument serif,serif;font-size:1.75rem;color:var(--accent);border:1px solid var(--border)}.team-card h4{font-size:.95rem;margin-bottom:.15rem}.team-card .handle{font-family:geist mono,monospace;font-size:.75rem;color:var(--text-muted)}.team-card .role{font-size:.75rem;color:var(--text-dim);margin-top:.35rem}.team-card-socials{display:flex;justify-content:center;gap:.5rem;margin-top:.65rem;color:var(--text-dim)}.team-pub-count{margin-top:.6rem;font-size:.7rem;font-family:geist mono,monospace;color:var(--accent);letter-spacing:.04em}.social-icon{display:inline-flex;align-items:center;color:var(--text-muted);transition:color .15s}.social-icon:hover{color:var(--accent)}.team-grid--former{opacity:.75}.team-card--former{border-style:dashed}.team-card--former:hover{opacity:1;border-style:solid}.team-avatar--former{color:var(--text-dim);border-color:var(--border-soft)}.vendors{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.vendor{padding:1.5rem 1rem;background:var(--surface);border:1px solid var(--border-soft);border-radius:3px;text-align:center;transition:border-color .15s,transform .15s}.vendor:hover{border-color:var(--accent);transform:translateY(-1px)}.vendor-name{font-family:geist mono,monospace;font-size:.85rem;font-weight:500;margin-bottom:.25rem}.vendor-count{font-size:.7rem;color:var(--text-dim);letter-spacing:.06em;text-transform:uppercase}.vendor-count strong{color:var(--accent);font-weight:500}.cta-block{margin-block:4rem;padding:clamp(3rem,6vw,5rem)clamp(1.5rem,4vw,3rem);border:1px solid var(--border);background:radial-gradient(circle at 20% 20%,var(--accent-soft),transparent 50%),var(--surface);text-align:center;position:relative;overflow:hidden}.cta-block h2{margin-bottom:1rem;max-width:18ch;margin-inline:auto}.cta-block p{max-width:52ch;margin-inline:auto;margin-bottom:2rem}.site-footer{padding-block:4rem 2rem;border-top:1px solid var(--border);background:var(--bg-elev)}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem 2rem;margin-bottom:3rem}.footer-brand p{max-width:32ch;font-size:.875rem;margin-top:1rem}.footer-col h5{font-family:geist mono,monospace;font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);margin-bottom:1rem}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.footer-col a{color:var(--text-muted)}.footer-col a:hover{color:var(--accent)}.footer-bottom{padding-top:2rem;border-top:1px solid var(--border-soft);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-family:geist mono,monospace;font-size:.72rem;letter-spacing:.08em;color:var(--text-dim);text-transform:uppercase}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:500px){.footer-grid{grid-template-columns:1fr}}.post{padding-block:clamp(3rem,6vw,5rem)}.post-head{max-width:760px;margin-bottom:3rem}.post-meta{font-family:geist mono,monospace;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.post-meta .kind{color:var(--accent)}.post-head h1{margin-bottom:1.25rem;max-width:22ch}.post-head .lede{font-size:1.15rem;color:var(--text-muted);max-width:60ch}.post-body{max-width:760px;font-size:1rem;line-height:1.75}.post-body p,.post-body ul,.post-body ol{margin-block:1.25rem;color:var(--text)}.post-body h2{margin-top:3rem;margin-bottom:1rem;font-size:1.75rem}.post-body h3{margin-top:2rem;margin-bottom:.75rem}.post-body table{border-collapse:collapse;width:100%;font-size:.9rem;margin-block:2rem}.post-body th,.post-body td{padding:.5rem .75rem;border-bottom:1px solid var(--border-soft);text-align:left;vertical-align:top}.post-body th{font-weight:500;color:var(--text-dim);font-family:geist mono,monospace;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.post-body blockquote{border-left:2px solid var(--accent);padding-left:1rem;margin-block:1.5rem;color:var(--text-muted);font-style:italic}.post-body a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.post-body a:hover{color:var(--accent-dim)}.timeline{max-width:900px;margin-inline:auto;position:relative}.timeline-year{font-family:instrument serif,serif;font-size:clamp(3rem,6vw,4.5rem);line-height:1;margin-top:3rem;margin-bottom:1.5rem;color:var(--text)}.timeline-year:first-child{margin-top:0}.timeline-item{padding:1.25rem 0 1.25rem 2rem;border-left:1px solid var(--border);position:relative}.timeline-item::before{content:'';position:absolute;left:-4px;top:1.7rem;width:7px;height:7px;border-radius:50%;background:var(--accent)}.timeline-date{font-family:geist mono,monospace;font-size:.75rem;letter-spacing:.06em;color:var(--text-dim);text-transform:uppercase;margin-bottom:.35rem}.timeline-item h3{margin-bottom:.5rem}.timeline-item p{font-size:.925rem}.pagination{display:flex;gap:.5rem;justify-content:center;margin-top:3rem}.pagination a,.pagination span{padding:.5rem .9rem;border:1px solid var(--border);border-radius:3px;font-family:geist mono,monospace;font-size:.8rem;color:var(--text-muted)}.pagination a:hover{border-color:var(--accent);color:var(--accent)}.pagination .current{border-color:var(--accent);color:var(--accent)}.hidden{display:none}@media(max-width:640px){.hide-sm{display:none}}.reveal{opacity:0;transform:translateY(12px);animation:reveal .8s cubic-bezier(.2,.8,.2,1)forwards}.reveal.d-1{animation-delay:.05s}.reveal.d-2{animation-delay:.15s}.reveal.d-3{animation-delay:.25s}.reveal.d-4{animation-delay:.35s}@keyframes reveal{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}#back-to-top{position:fixed;bottom:2rem;right:2rem;z-index:900;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(.5rem);transition:opacity .2s,visibility .2s,transform .2s,color .15s,border-color .15s,background .15s}#back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}#back-to-top:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}