@font-face{font-family:Geist;src:url(/geist.woff2) format("woff2");font-weight:100 900;font-display:swap}@font-face{font-family:GeistMono;src:url(/geist-mono.woff2) format("woff2");font-weight:100 900;font-display:swap}@font-face{font-family:GeistPixel;src:url(/geist-pixel.woff2) format("woff2");font-weight:400;font-display:swap}:root{color-scheme:dark;font-family:Geist,system-ui,sans-serif;color:#f7fbff;background:#050a12;font-synthesis:none;--bg:#050a12;--card:rgba(70,145,235,.075);--card-hover:rgba(70,145,235,.115);--border:rgba(113,179,255,.22);--border-strong:rgba(113,179,255,.38);--heading:#edf7ff;--text:#f7fbff;--secondary:#a8bad0;--muted:#7288a3;--accent:#4ea5ff;--accent-light:#7ee7ff}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text);font-size:13px;line-height:1.5;-webkit-font-smoothing:antialiased}body,button,a{font-family:Geist,system-ui,sans-serif}a{color:inherit;text-decoration:none}button{color:inherit}img{display:block;max-width:100%}h1,h2,h3,p,blockquote{margin:0}ul{margin:0;padding:0;list-style:none}svg{width:1em;height:1em;stroke-width:1.8}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:1000;left:1rem;top:-4rem;padding:.75rem 1rem;background:var(--accent);color:#fff}.skip-link:focus{top:1rem}.site-header{position:fixed;z-index:100;top:0;left:0;width:100%;height:80px;background:#050a12f0;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.nav-shell{height:100%;max-width:1280px;margin:auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.logo{font-family:GeistPixel,GeistMono,monospace;font-size:19px;letter-spacing:.01em;color:var(--heading)}.logo b{font-weight:400;color:var(--accent);margin-left:5px}.desktop-nav{display:flex;align-items:center;gap:30px;font-family:GeistMono,monospace;font-size:12px;color:var(--secondary)}.desktop-nav>a:not(.nav-button):hover{color:var(--accent)}.nav-button{height:38px;padding:0 17px;display:inline-flex;align-items:center;border:1px solid rgba(47,140,255,.7);border-radius:4px;color:var(--accent);text-transform:uppercase;font-weight:600;letter-spacing:.11em}.nav-button:hover{background:#2f8cff14;border-color:var(--accent)}.menu-button{display:none;border:0;background:transparent;padding:8px;cursor:pointer;color:var(--heading)}.menu-button svg{width:22px;height:22px}.mobile-menu{position:fixed;z-index:200;top:0;right:0;bottom:0;left:0;background:var(--bg);padding:0 20px 32px;overflow:auto}.mobile-menu-top{height:60px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.mobile-menu-top button{border:0;background:transparent;padding:8px;cursor:pointer}.mobile-menu nav{display:flex;flex-direction:column;padding-top:24px}.mobile-menu nav a{display:flex;justify-content:space-between;align-items:center;padding:15px 4px;border-bottom:1px solid var(--border);font-family:GeistPixel,GeistMono,monospace;font-size:20px;color:var(--heading)}.mobile-menu nav a svg{width:18px;height:18px;color:var(--accent)}.hero{min-height:100dvh;padding-top:80px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--border)}.hero-shell{width:100%;max-width:1280px;margin:auto;padding:6rem 2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:4rem}.hero-copy{position:relative;z-index:2}.hero h1{display:flex;font-family:GeistPixel,GeistMono,monospace;font-weight:400;font-size:56px;line-height:1.05;color:var(--heading);letter-spacing:-.02em}.hero h1 span{display:inline-block;animation:letter-in .55s cubic-bezier(.22,1,.36,1) both}@keyframes letter-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.hero-role{margin-top:16px;font-size:36px;line-height:1.15;letter-spacing:-.025em;font-weight:500;color:var(--accent)}.hero-intro{max-width:680px;margin-top:16px;font-size:24px;line-height:1.25;color:var(--text)}.location{margin-top:16px;font-size:20px;color:var(--secondary)}.contact-row{margin-top:32px;display:flex;align-items:center;flex-wrap:wrap;gap:12px 16px;color:var(--secondary);font-family:GeistMono,monospace;font-size:16px}.contact-row a{border-bottom:1px solid transparent}.contact-row a:hover{color:var(--accent);border-color:var(--accent)}.contact-chip{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:none;cursor:pointer;color:var(--text);font-family:GeistMono,monospace;font-size:16px}.contact-chip:hover{color:var(--accent)}.contact-chip svg{width:16px;height:16px}.hero-actions{margin-top:40px;display:flex;align-items:center;gap:16px}.button{min-height:52px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:4px;font-family:GeistMono,monospace;font-size:16px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;transition:.2s ease}.button svg{width:16px;height:16px}.button.primary{color:#050a12;background:var(--accent);border:1px solid var(--accent)}.button.primary:hover{background:var(--accent-light);border-color:var(--accent-light)}.button.outline{color:var(--accent);border:1px solid rgba(47,140,255,.7);background:transparent}.button.outline:hover{background:#2f8cff14;border-color:var(--accent)}.eyebrow{margin-top:24px;color:var(--muted);font-family:GeistMono,monospace;font-size:14px;letter-spacing:.12em;text-transform:uppercase}.hero-art{height:460px;display:flex;align-items:center;justify-content:center}.ascii{margin:0;color:var(--accent);font-family:GeistMono,monospace;white-space:pre;line-height:.86;font-size:5.7px;transform-origin:center;overflow:hidden;-webkit-user-select:none;user-select:none}.hero-art .ascii{width:max-content;max-width:none}.standard-section{padding:96px 0;background:var(--bg)}.deep-section{padding:128px 0;background:var(--bg)}.bordered{border-top:1px solid var(--border)}.wide{width:100%;max-width:1024px;margin:auto;padding:0 32px}.narrow{width:100%;max-width:896px;margin:auto;padding:0 32px}.deep-section .wide{max-width:1280px}.section-label{margin-bottom:8px;font-family:GeistMono,monospace;font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--accent)}.section-heading{margin-bottom:48px}.section-heading h2,.philosophy-heading{font-family:GeistPixel,GeistMono,monospace;font-weight:400;font-size:36px;line-height:1.1;color:var(--heading);letter-spacing:-.02em}.section-heading>p{max-width:640px;margin-top:16px;font-size:16px;line-height:1.7;color:var(--secondary)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}.summary-copy>p:first-child{font-family:GeistPixel,GeistMono,monospace;font-size:24px;line-height:1.28;color:var(--heading)}.summary-copy>p+p{margin-top:22px;font-size:17px;line-height:1.75;color:var(--secondary)}.summary-copy>p:nth-child(2){margin-top:38px}.role-list{display:flex;flex-direction:column;gap:24px}.role-card{padding:30px;border:1px solid var(--border);border-radius:8px;background:var(--card)}.role-card:hover{border-color:var(--border-strong);background:var(--card-hover)}.role-top{display:flex;justify-content:space-between;gap:20px;margin-bottom:18px}.role-card h3{font-size:20px;line-height:1.25;font-weight:550;color:var(--heading)}.company{margin-top:2px;font-size:14px;font-weight:550;color:var(--accent)}.role-meta{flex:none;text-align:right;font-family:GeistMono,monospace;font-size:12px;line-height:1.6;color:var(--muted)}.role-meta span{display:block}.role-meta span+span{opacity:.65}.role-card ul{display:flex;flex-direction:column;gap:10px;color:var(--secondary);font-size:15px;line-height:1.65}.role-card li{display:flex;gap:12px}.role-card li:before{content:"";width:4px;height:4px;margin-top:10px;flex:none;border-radius:50%;background:#2f8cffb3}.show-more{margin-top:16px;padding:0;display:flex;align-items:center;gap:6px;border:0;background:none;color:var(--accent);font-family:GeistMono,monospace;font-size:10px;letter-spacing:.13em;text-transform:uppercase;cursor:pointer}.show-more svg{width:14px;height:14px;transition:.2s}.show-more svg.rotated{transform:rotate(180deg)}.impact{margin-top:18px;padding-top:16px;border-top:1px solid var(--border);font-size:13px;color:var(--heading)}.tags{margin-top:16px;display:flex;flex-wrap:wrap;gap:6px}.tags span,.daily-tags span{padding:5px 9px;border:1px solid var(--border);border-radius:3px;background:#ffffff04;font-family:GeistMono,monospace;font-size:9px;color:var(--muted)}.experience-note{margin-top:32px;text-align:center;font-family:GeistMono,monospace;font-size:10px;color:var(--muted)}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tool-card{overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--card)}.tool-image{height:176px;display:flex;align-items:center;justify-content:center;background:#ffffff05;overflow:hidden}.tool-image img{width:100%;height:100%;object-fit:cover}.tool-card h3{padding:20px 20px 0;font-size:18px;font-weight:550;color:var(--heading)}.tool-card>p{padding:8px 20px 22px;color:var(--secondary);font-size:13px;line-height:1.65}.daily-stack{margin-top:20px;padding:18px 20px;border:1px solid var(--border);border-radius:8px;background:var(--card)}.daily-tags{display:flex;flex-wrap:wrap;gap:7px}.tool-note{margin-top:28px;text-align:center;color:var(--secondary);font-size:14px}.tool-note em{color:var(--heading)}.writing{margin-top:14px;text-align:center;font-family:GeistMono,monospace;font-size:11px;color:var(--muted)}.writing span{color:var(--accent)}.writing a{display:inline-flex;align-items:center;gap:5px;color:var(--heading)}.writing svg{width:12px;height:12px}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.project-card{min-height:365px;padding:26px;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:8px;background:var(--card)}.project-card.featured{grid-column:1/-1;min-height:290px;border-color:#2f8cff4d;background:linear-gradient(135deg,#2f8cff0f,#f5f9ff05)}.project-card h3{font-family:GeistPixel,GeistMono,monospace;font-size:24px;font-weight:400;color:var(--heading)}.project-subtitle{margin-top:4px;font-family:GeistMono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:var(--accent)}.project-card>p{margin-top:18px;color:var(--secondary);font-size:14px;line-height:1.7}.project-card ul{margin-top:18px;display:flex;flex-direction:column;gap:7px;color:var(--secondary);font-size:13px}.project-card li:before{content:"•";margin-right:9px;color:var(--accent)}.project-links{margin-top:auto;padding-top:22px;display:flex;gap:10px;flex-wrap:wrap}.project-links .button{min-height:36px;padding:0 13px;font-size:9px}.overflow-hidden{overflow:hidden}.references-track{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.reference-card{min-height:455px;padding:24px;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:8px;background:var(--card)}.reference-card>svg{width:22px;height:22px;margin-bottom:20px;color:var(--accent)}.reference-card>p{flex:1;font-size:14px;line-height:1.7;font-style:italic;color:var(--secondary)}.reference-person{margin-top:20px;padding-top:18px;display:flex;flex-direction:column;border-top:1px solid var(--border)}.reference-person strong{font-size:13px;color:var(--heading)}.reference-person span{font-size:12px;color:var(--accent)}.reference-person small{margin-top:8px;font-family:GeistMono,monospace;font-size:9px;line-height:1.45;color:var(--muted)}.carousel-dots{margin-top:30px;display:flex;justify-content:center;align-items:center;gap:8px}.carousel-dots button{width:6px;height:6px;padding:0;border:0;border-radius:99px;background:#9ca49c2e;cursor:pointer;transition:.2s}.carousel-dots button.active{width:28px;background:var(--accent);box-shadow:0 0 0 1px var(--bg),0 0 0 2px #6ec6ff}.community-card{padding:30px;display:flex;align-items:flex-start;gap:20px;border:1px solid var(--border);border-radius:8px;background:var(--card)}.community-card:hover{border-color:#2f8cff59}.community-card>svg{width:24px;height:24px;color:var(--accent)}.community-card h3{font-size:17px;color:var(--heading)}.community-card p{margin-top:4px;color:var(--secondary);font-size:14px}.community-card span{margin-top:13px;display:inline-flex;align-items:center;gap:5px;font-family:GeistMono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--accent)}.credentials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.credential-card{min-height:150px;padding:20px;display:flex;gap:14px;border:1px solid var(--border);border-radius:8px;background:var(--card)}.credential-card>svg{width:18px;height:18px;flex:none;color:var(--accent)}.credential-card h3{font-size:14px;line-height:1.35;color:var(--heading)}.credential-card strong{display:block;margin-top:8px;font-size:12px;font-weight:500;color:var(--accent)}.credential-card p,.credential-card small{display:block;margin-top:5px;font-family:GeistMono,monospace;font-size:9px;color:var(--muted)}.story-section{position:relative;min-height:880px;padding:128px 0;display:flex;align-items:center;overflow:hidden;background:var(--bg)}.story-wave{position:absolute;inset:50% auto auto 50%;min-width:1600px;opacity:.15;font-size:3px;transform:translate(-50%,-50%)}.story-content{position:relative;z-index:2;width:100%;max-width:896px;margin:auto;padding:0 32px}.story-content h2{font-family:GeistPixel,GeistMono,monospace;font-size:36px;font-weight:400;color:var(--heading)}.story-content .story-lead{margin:28px 0;color:var(--accent);font-size:24px;line-height:1.35}.story-content>p:not(.story-lead){margin-top:20px;color:var(--secondary);font-size:17px;line-height:1.75}.belief-list{display:flex;flex-direction:column;gap:30px}.belief-card{display:flex;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--card)}.belief-card.reverse{flex-direction:row-reverse}.belief-art{position:relative;width:320px;min-height:300px;flex:none;display:flex;align-items:center;justify-content:center;padding:30px}.belief-art>div{position:absolute;width:75%;height:75%;border-radius:50%;background:#2f8cff0f;filter:blur(34px)}.belief-art img{position:relative;width:220px;height:220px;object-fit:contain;filter:brightness(0) saturate(100%) invert(53%) sepia(100%) saturate(1888%) hue-rotate(192deg) brightness(104%) contrast(102%)}.belief-copy{flex:1;padding:42px;display:flex;flex-direction:column;justify-content:center}.belief-title{display:flex;align-items:flex-start;gap:16px}.belief-title>span{width:40px;height:40px;flex:none;display:grid;place-items:center;border:1px solid rgba(47,140,255,.3);border-radius:4px;background:#2f8cff1a;font-family:GeistMono,monospace;font-weight:700;color:var(--accent)}.belief-title h3{padding-top:6px;font-size:20px;font-weight:550;color:var(--heading)}.belief-copy>p,.belief-copy>ul{margin-left:56px}.belief-copy>p{margin-top:14px;font-size:16px;line-height:1.65;color:var(--secondary)}.belief-copy>ul{margin-top:16px;display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--text)}.belief-copy li{display:flex;gap:10px}.belief-copy li span{color:var(--accent)}.models-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.model-card{min-height:190px;padding:24px;border:1px solid var(--border);border-radius:8px;background:var(--card)}.model-card:hover{border-color:#2f8cff4d}.model-card>div{display:flex;align-items:center;justify-content:space-between}.model-card>div>span{font-family:GeistMono,monospace;font-size:24px;color:var(--accent)}.model-card small{font-family:GeistMono,monospace;color:var(--muted)}.model-card h3{margin-top:24px;font-size:18px;color:var(--heading)}.model-card p{margin-top:8px;font-size:14px;line-height:1.65;color:var(--secondary)}.philosophy-heading{margin-bottom:48px}.philosophy-grid,.vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.philosophy-grid blockquote{padding-left:20px;border-left:2px solid var(--accent);font-family:GeistPixel,GeistMono,monospace;font-size:28px;line-height:1.2;color:var(--accent)}.philosophy-grid>div>p{margin-top:22px;font-size:15px;line-height:1.75;color:var(--secondary)}.process-card{padding:36px;border:1px solid var(--border);border-radius:8px;background:var(--card)}.process-card>div{display:flex;align-items:center;justify-content:center;gap:13px}.process-card span{padding:10px 12px;border:1px solid rgba(47,140,255,.3);border-radius:4px;font-family:GeistMono,monospace;font-size:9px;text-transform:uppercase;color:var(--accent)}.process-card svg{width:15px;color:var(--muted)}.process-card p{text-align:center!important;font-family:GeistMono,monospace;font-size:11px!important;color:var(--heading)!important}.vision-grid{margin-top:120px}.vision-grid h3{font-family:GeistPixel,GeistMono,monospace;font-size:28px;font-weight:400;color:var(--heading)}.vision-grid p{margin-top:18px;font-size:16px;color:var(--secondary)}.vision-grid ul{margin-top:24px;display:flex;flex-direction:column;gap:15px;font-size:16px}.vision-grid li{display:flex;gap:14px}.vision-grid li span{color:var(--accent)}.vision-art{height:384px;display:flex;align-items:center;justify-content:center;overflow:hidden}.vision-art .ascii{font-size:3px}.connect-section{padding:128px 0;text-align:center}.connect-section h2{font-family:GeistPixel,GeistMono,monospace;font-size:38px;font-weight:400;color:var(--heading)}.connect-section .narrow>p{max-width:720px;margin:20px auto 0;font-size:16px;line-height:1.7;color:var(--secondary)}.socials{margin-top:30px;display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.socials a{display:flex;align-items:center;gap:8px;font-family:GeistMono,monospace;font-size:11px;color:var(--secondary)}.socials a:hover{color:var(--accent)}.socials svg{width:15px;height:15px}.connect-section .vibe-line{margin-top:35px;color:var(--accent);font-family:GeistMono,monospace;font-size:11px}footer{padding:42px 0;border-top:1px solid var(--border)}.footer-shell{max-width:1280px;margin:auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.footer-shell>a:nth-child(2),.footer-shell p{font-family:GeistMono,monospace;font-size:9px;color:var(--muted)}@media(max-width:900px){.site-header{height:60px}.nav-shell{padding:0 16px}.desktop-nav{display:none}.menu-button{display:block}.logo{font-size:17px}.hero{min-height:auto;padding-top:60px}.hero-shell{min-height:calc(100dvh - 60px);padding:64px 16px 32px;display:flex;flex-direction:column;align-items:stretch;gap:10px}.hero h1{font-size:36px}.hero-role{margin-top:12px;font-size:20px;line-height:1.25}.hero-intro{margin-top:16px;font-size:18px;line-height:1.35}.location{margin-top:16px;font-size:16px}.contact-row{margin-top:28px;gap:12px 16px;font-size:14px}.contact-chip{font-size:14px}.hero-actions{margin-top:32px;gap:12px}.button{min-height:46px;padding:0 20px;font-size:13px}.eyebrow{font-size:12px}.hero-art{order:2;height:260px;margin:8px -16px 0;overflow:hidden}.hero-art .ascii{font-size:3.2px}.standard-section,.deep-section{padding:64px 0}.wide,.narrow,.deep-section .wide{padding:0 16px}.section-heading{margin-bottom:32px}.section-heading h2,.philosophy-heading{font-size:28px}.section-heading>p{font-size:15px}.section-label{font-size:9px}.summary-copy>p:first-child{font-size:20px}.summary-copy>p+p{font-size:15px;line-height:1.7}.summary-copy>p:nth-child(2){margin-top:30px}.role-list{gap:16px}.role-card{padding:20px}.role-top{display:block}.role-card h3{font-size:18px}.role-meta{margin-top:8px;text-align:left;font-size:10px}.role-card ul{font-size:14px}.impact{font-size:12px}.tool-grid{grid-template-columns:1fr}.tool-image{height:210px}.tool-card h3{padding:18px 18px 0}.tool-card>p{padding:8px 18px 20px}.daily-stack{padding:16px}.writing{text-align:left;line-height:1.8}.projects-grid{grid-template-columns:1fr}.project-card.featured{grid-column:auto}.project-card{min-height:0;padding:22px}.project-card h3{font-size:22px}.project-card>p{font-size:13px}.references-track{display:flex;width:max-content;gap:14px}.reference-card{width:min(82vw,330px);min-height:430px;padding:20px}.carousel-dots{margin-top:22px}.community-card{padding:22px;gap:14px}.community-card h3{font-size:15px}.credentials-grid{grid-template-columns:1fr}.credential-card{min-height:0;padding:18px}.story-section{min-height:900px;padding:72px 0}.story-wave{min-width:1200px;font-size:2px}.story-content{padding:0 16px}.story-content h2{font-size:28px}.story-content .story-lead{font-size:18px}.story-content>p:not(.story-lead){font-size:15px}.belief-list{gap:16px}.belief-card,.belief-card.reverse{display:flex;flex-direction:column}.belief-art{width:100%;min-height:220px;padding:20px}.belief-art img{width:180px;height:180px}.belief-copy{padding:22px}.belief-copy>p,.belief-copy>ul{margin-left:0}.belief-copy>p{font-size:14px}.belief-copy>ul{font-size:13px}.belief-title h3{font-size:17px}.models-grid{grid-template-columns:1fr}.model-card{min-height:0;padding:20px}.model-card h3{margin-top:18px}.philosophy-heading{margin-bottom:32px}.philosophy-grid,.vision-grid{grid-template-columns:1fr;gap:38px}.philosophy-grid blockquote{font-size:23px}.philosophy-grid>div>p{font-size:14px}.process-card{padding:22px}.process-card>div{gap:7px;overflow:auto;justify-content:flex-start}.process-card span{padding:8px 9px;font-size:8px;white-space:nowrap}.vision-grid{margin-top:72px}.vision-grid h3{font-size:24px}.vision-grid p,.vision-grid ul{font-size:14px}.vision-art{height:280px}.vision-art .ascii{font-size:2.1px}.connect-section{padding:80px 0}.connect-section h2{font-size:30px}.connect-section .narrow>p{font-size:14px}.socials{gap:18px}.footer-shell{padding:0 16px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.hero h1 span{animation:none}}@font-face{font-family:GeistPixelSquare;src:url(/geist-pixel.woff2) format("woff2");font-weight:500;font-display:swap}:is(h1,h2,h3,h4),.logo,.mobile-menu nav a{font-family:GeistPixelSquare,GeistMono,monospace!important;font-weight:500}@media(min-width:901px){.hero h1{line-height:1.1}.hero-intro{font-size:28px;line-height:1.3}.location{font-size:22px;line-height:1.4}.contact-row,.contact-chip{line-height:1.6}}@media(max-width:900px){.contact-separator{display:none}}.desktop-nav a,.contact-row a{font-family:GeistMono,monospace}.contact-row{font-family:Geist,system-ui,sans-serif}.section-label{font-size:12px;line-height:1.4;font-weight:700;letter-spacing:.1em;color:var(--secondary)}.summary-copy>p:first-child{font-size:28px;line-height:1.3}.role-card,.tool-card,.project-card,.reference-card,.community-card,.credential-card,.belief-card,.model-card{border-radius:12px}.role-card{padding:32px}.role-card h3{font-size:22px}.company{font-size:13px}.role-meta{font-size:14px;line-height:1.45}@media(max-width:900px){.section-label{font-size:12px}.summary-copy>p:first-child{font-size:22px;line-height:1.4}.role-card{padding:20px}.role-card h3{font-size:18px}.role-meta{font-size:12px}}#tools-daily .wide,#projects .wide{max-width:1152px}#tools-daily .section-heading h2{font-size:48px;line-height:1}.tool-image{height:auto;aspect-ratio:4/3}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.project-card,.project-card.featured{grid-column:auto;min-height:0;padding:24px;border-radius:16px;background:var(--card);border-color:var(--border)}.project-card h3{font-size:22px}.project-subtitle{font-family:Geist,system-ui,sans-serif;font-size:16px;line-height:1.6;text-transform:none;letter-spacing:0}.project-card>p{font-size:15px}.project-card ul{font-size:14px;color:var(--muted)}.references-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:48px}.references-heading .section-heading{margin:0}.carousel-arrows{display:flex;gap:8px}.carousel-arrows button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--muted);cursor:pointer}.carousel-arrows button:hover{color:var(--accent);border-color:#2f8cff80}.carousel-arrows svg{width:16px;height:16px}.story-wave{min-width:0;width:max-content;font-size:12px;line-height:1}.belief-art img{filter:brightness(0) saturate(100%) invert(53%) sepia(100%) saturate(1888%) hue-rotate(192deg) brightness(104%) contrast(102%);opacity:.78}.connect-section h2{font-size:36px}.connect-section .narrow>p{font-size:18px;line-height:1.4}.socials{gap:16px}.socials a{padding:16px;border:1px solid var(--border);border-radius:12px;font-family:Geist,system-ui,sans-serif;font-size:16px}.socials a:hover{border-color:var(--accent)}.socials svg{width:20px;height:20px}.connect-section .vibe-line{font-size:18px!important}.footer-logo{font-family:GeistMono,monospace;font-size:18px;color:var(--text)}.footer-logo span{color:var(--accent)}@media(max-width:900px){#tools-daily .section-heading h2{font-size:36px}.projects-grid{grid-template-columns:1fr;gap:16px}.project-card{padding:20px}.references-heading{margin-bottom:32px}.carousel-arrows{display:none}.story-wave{font-size:12px;transform:translate(-50%,-50%) scale(.38)}.socials a{padding:8px 16px;font-size:14px}.connect-section .vibe-line{font-size:18px!important}}@media(max-width:900px){.hero{padding-top:80px}.hero-shell{width:1152px;max-width:none;min-height:0;margin:0;padding:64px 16px;display:grid;grid-template-columns:1fr;gap:40px}.hero h1{width:1120px}.hero-intro{width:672px;max-width:672px}.hero-art{width:1120px;margin:0}.contact-row{width:1120px;flex-wrap:nowrap}.hero-actions,.eyebrow{width:1120px}}@media(max-width:900px){.hero-role{font-size:22px;line-height:1.4}.hero-intro{line-height:1.25}.location{line-height:1.6}.contact-row{margin-top:32px;line-height:20px}.contact-chip{line-height:20px}.hero-actions{margin-top:40px;gap:16px}.button{min-height:56px;padding:0 28px;font-size:16px}.eyebrow{line-height:16px}}@media(max-width:900px){.mobile-menu{padding:0 24px;border-bottom:1px solid var(--border)}.mobile-menu-top button{width:40px;height:40px;display:grid;place-items:center;padding:0;border:1px solid var(--border);border-radius:4px}.mobile-menu nav{padding-top:22px}.mobile-menu nav a{display:block;padding:15px 0;border-bottom:1px solid var(--border);font-family:GeistMono,monospace!important;font-size:18px;font-weight:400;color:var(--text)}.mobile-menu-actions{margin-top:24px;display:flex;flex-direction:column;gap:12px}.mobile-menu-actions a{height:44px;padding:0 20px;display:flex;align-items:center;border:1px solid var(--accent);border-radius:4px;font-family:GeistMono,monospace;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}}.project-links{gap:12px}.project-links .button{min-height:36px;padding:0 20px;font-size:12px}.hire-cta{margin-top:24px;padding:30px 32px;display:flex;align-items:center;justify-content:space-between;gap:32px;border:1px solid rgba(78,165,255,.34);border-radius:16px;background:linear-gradient(120deg,#0b5fff1c,#7ee7ff06);box-shadow:0 20px 60px #00000024}.hire-cta>div:first-child{max-width:580px}.hire-cta span{font-family:GeistMono,monospace;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--accent-light)}.hire-cta h3{margin-top:9px;font-family:GeistPixelSquare,GeistMono,monospace;font-size:25px;font-weight:500;line-height:1.2;color:var(--heading)}.hire-cta p{margin-top:9px;font-size:14px;line-height:1.6;color:var(--secondary)}.hire-cta__actions{display:flex;gap:10px;flex:none}.hire-cta__actions .button{padding:0 18px;flex:none;white-space:nowrap}.hire-cta__actions .button:first-child{min-width:220px}.hire-cta__actions .button:last-child{min-width:174px}.credential-card{min-height:0;flex-direction:column;gap:12px}.credential-card>svg{margin-bottom:2px}.belief-art img{filter:brightness(0) saturate(100%) invert(53%) sepia(100%) saturate(1888%) hue-rotate(192deg) brightness(104%) contrast(102%);opacity:.9}.connect-section .vibe-line{color:var(--accent)!important;font-family:GeistMono,monospace!important}@media(max-width:900px){.story-content>p:not(.story-lead){font-size:16px;line-height:1.625}.connect-section h2{font-size:28px}.credential-card{padding:20px}.project-links .button{min-height:36px;padding:0 20px;font-size:12px}}@media(max-width:900px){.hire-cta{margin-top:18px;padding:24px 20px;display:block}.hire-cta h3{font-size:22px}.hire-cta__actions{margin-top:22px;display:grid}.hire-cta__actions .button,.hire-cta__actions .button:first-child,.hire-cta__actions .button:last-child{width:100%;min-width:0}}.hero{background:radial-gradient(circle at 79% 48%,rgba(11,95,255,.065),transparent 34%),var(--bg)}.button.primary{color:#f5f9ff;background:linear-gradient(135deg,#0b5fff,#2f8cff);box-shadow:0 12px 32px #0b5fff29}.button.primary:hover{background:linear-gradient(135deg,#2f8cff,#60d9ff);box-shadow:0 14px 38px #2f8cff38}.button.outline,.nav-button{border-color:#2f8cffad}.button.outline:hover,.nav-button:hover{background:#2f8cff14}.project-card.featured{background:linear-gradient(135deg,#2f8cff12,#f5f9ff05)}.tool-card:first-child .tool-image img{filter:none}.belief-art>div{background:#2f8cff13}.belief-art img{filter:brightness(0) saturate(100%) invert(53%) sepia(100%) saturate(1888%) hue-rotate(192deg) brightness(104%) contrast(102%);opacity:.88}#highlights .reference-card{min-height:300px}#highlights .reference-card>p{font-size:15px;font-style:normal}.neural-core{position:relative;width:100%;height:100%;isolation:isolate;overflow:visible;filter:drop-shadow(0 0 28px rgba(11,95,255,.08))}.neural-core:before{content:"";position:absolute;z-index:-1;top:8%;right:8%;bottom:8%;left:8%;border-radius:50%;background:radial-gradient(circle,#2f8cff14,#050a1200 68%);filter:blur(18px)}.neural-core canvas{display:block;width:100%;height:100%}.neural-core__signal{position:absolute;width:4px;height:4px;border-radius:50%;background:var(--accent-light);box-shadow:0 0 12px var(--accent-light);opacity:.65;animation:signal-float 4.8s ease-in-out infinite}.neural-core__signal--one{left:19%;top:35%}.neural-core__signal--two{right:15%;bottom:31%;animation-delay:-2.1s}@keyframes signal-float{0%,to{opacity:.28;transform:scale(.65)}50%{opacity:.85;transform:scale(1.25)}}@media(max-width:900px){.hero{padding-top:60px;background:radial-gradient(circle at 50% 82%,rgba(11,95,255,.065),transparent 30%),var(--bg)}.hero-shell{width:100%;max-width:none;min-height:calc(100dvh - 60px);margin:0;padding:64px 16px 32px;display:flex;flex-direction:column;align-items:stretch;gap:20px}.hero h1,.hero-intro,.hero-art,.contact-row,.hero-actions,.eyebrow{width:auto;max-width:100%}.hero h1{font-size:30px;letter-spacing:-.035em;white-space:nowrap}.hero-intro{width:auto}.contact-row{flex-wrap:wrap}.hero-art{height:300px;margin:10px -16px -8px}.neural-core{width:calc(100% + 16px);margin-left:-8px}}@media(prefers-reduced-motion:reduce){.neural-core__signal{animation:none}}.hero{background:radial-gradient(circle at 79% 48%,rgba(78,165,255,.1),transparent 36%),var(--bg)}.button.primary{background:linear-gradient(135deg,#176dff,#4ea5ff);box-shadow:0 12px 34px #176dff38}.button.primary:hover{background:linear-gradient(135deg,#4ea5ff,#7ee7ff);box-shadow:0 14px 40px #4ea5ff47}.button.outline,.nav-button{border-color:#4ea5ffd1}.button.outline:hover,.nav-button:hover{background:#4ea5ff1f}.tags span,.daily-tags span{background:#4ea5ff0a}.role-card li:before{background:#4ea5ffe6}.story-section{min-height:0;padding:128px 0;display:block;background:radial-gradient(circle at 76% 52%,rgba(78,165,255,.075),transparent 30%),var(--bg)}.story-shell{width:100%;max-width:1280px;margin:auto;padding:0 32px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);gap:64px;align-items:center}.story-content{width:auto;max-width:none;margin:0;padding:0}.story-visual{position:relative;z-index:1;min-height:560px;display:flex;align-items:center}.product-ecosystem{width:100%;filter:drop-shadow(0 24px 60px rgba(23,109,255,.14))}.product-ecosystem svg{display:block;width:100%;height:auto;overflow:visible}.ecosystem-path{fill:none;stroke:#4ea5ff;stroke-opacity:.52;stroke-width:2;stroke-linecap:round}.ecosystem-node rect{fill:#0a1b31;stroke:#67abff;stroke-opacity:.62;stroke-width:1.5}.ecosystem-node text{fill:#e2f2ff;font-family:GeistMono,monospace;font-size:17px;font-weight:650;letter-spacing:.055em}.ecosystem-node-dot{fill:#4ea5ff;filter:drop-shadow(0 0 7px rgba(78,165,255,.8))}.ecosystem-node-dot--2,.ecosystem-node-dot--4,.ecosystem-node-dot--6{fill:#7ee7ff}.ecosystem-center-title{fill:#edf7ff;font-family:GeistMono,monospace;font-size:15px;font-weight:750;letter-spacing:.08em}.ecosystem-center-subtitle{fill:#9fc6ed;font-family:GeistMono,monospace;font-size:9px;font-weight:600;letter-spacing:.08em}.ecosystem-caption,.ecosystem-status{fill:#7f9dbb;font-family:GeistMono,monospace;font-size:9px;font-weight:600;letter-spacing:.08em}.ecosystem-status{fill:#7ee7ff}.ecosystem-pulse{transform-origin:34px 38px;animation:ecosystem-pulse 2.8s ease-out infinite}@keyframes ecosystem-pulse{0%{opacity:.75;transform:scale(.72)}70%,to{opacity:0;transform:scale(1.35)}}@media(max-width:900px){.hero{background:radial-gradient(circle at 50% 82%,rgba(78,165,255,.1),transparent 32%),var(--bg)}.story-section{padding:72px 0;background:radial-gradient(circle at 50% 76%,rgba(78,165,255,.07),transparent 28%),var(--bg)}.story-shell{padding:0 16px;grid-template-columns:1fr;gap:42px}.story-content{padding:0}.story-visual{min-height:0}.product-ecosystem{width:calc(100% + 8px);margin-left:-4px}.ecosystem-caption,.ecosystem-status{display:none}}@media(prefers-reduced-motion:reduce){.ecosystem-signals{display:none}.ecosystem-pulse{animation:none}}.vision-art{width:100%;min-width:0;height:520px;overflow:visible}.vision-cube{position:relative;width:100%;min-width:0;height:100%;isolation:isolate;filter:drop-shadow(0 24px 64px rgba(23,109,255,.18))}.vision-cube:before{content:"";position:absolute;z-index:-1;top:6%;right:6%;bottom:6%;left:6%;border-radius:50%;background:radial-gradient(circle,#4ea5ff1c,#050a1200 68%);filter:blur(22px)}.vision-cube canvas{display:block;width:100%;height:100%}@media(max-width:900px){.vision-art{height:360px;margin:0 -8px}}@media(min-width:901px)and (max-width:1180px){.logo{font-size:15px}.desktop-nav{gap:15px;font-size:10px}.nav-button{padding:0 11px}}@media(max-width:900px){.footer-shell{gap:10px}.footer-logo{font-size:13px;white-space:nowrap}.footer-shell>a:nth-child(2){font-size:8px}.footer-shell p{font-size:7px;text-align:right}}.newsletter-signup{width:100%;max-width:590px;margin-top:30px;text-align:left}.newsletter-copy{display:flex;align-items:baseline;gap:12px}.newsletter-copy strong{flex:none;font-family:GeistMono,monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-light)}.newsletter-copy span{font-size:13px;line-height:1.45;color:var(--secondary)}.newsletter-form{position:relative;margin-top:12px;display:grid;grid-template-columns:minmax(0,1fr) auto;border:1px solid var(--border-strong);border-radius:8px;background:#0a1b319e;overflow:hidden;box-shadow:0 14px 38px #050a1247}.newsletter-form:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #4ea5ff1a,0 16px 42px #050a1257}.newsletter-form input[type=email]{min-width:0;height:52px;padding:0 16px;border:0;outline:0;background:transparent;color:var(--text);font-family:GeistMono,monospace;font-size:14px}.newsletter-form input[type=email]::placeholder{color:var(--muted)}.newsletter-form button{height:52px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-left:1px solid var(--border-strong);background:linear-gradient(135deg,#176dff,#4ea5ff);color:#f7fbff;font-family:GeistMono,monospace;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.newsletter-form button:hover:not(:disabled){background:linear-gradient(135deg,#4ea5ff,#7ee7ff);color:#050a12}.newsletter-form button:disabled{cursor:default;opacity:.72}.newsletter-form button svg{width:14px;height:14px}.newsletter-message{min-height:18px;margin-top:7px;font-family:GeistMono,monospace;font-size:9px;color:var(--muted)}.newsletter-message--success{color:var(--accent-light)}.newsletter-message--error{color:#ff9caa}.newsletter-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.newsletter-signup--footer{max-width:660px;margin:34px auto 0;text-align:center}.newsletter-signup--footer .newsletter-copy{justify-content:center}.newsletter-modal{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;padding:24px;display:grid;place-items:center;background:#01060ec2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:newsletter-overlay-in .25s ease both}.newsletter-modal__dialog{position:relative;width:min(100%,560px);padding:52px 48px 42px;overflow:hidden;border:1px solid rgba(78,165,255,.48);border-radius:16px;background:linear-gradient(145deg,#0a1b31fa,#040c18fc);box-shadow:0 32px 100px #00000094,0 0 70px #176dff21;animation:newsletter-dialog-in .35s cubic-bezier(.22,1,.36,1) both}.newsletter-modal__dialog:before{content:"";position:absolute;inset:-180px -110px auto auto;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(126,231,255,.18),rgba(23,109,255,.08) 38%,transparent 68%);pointer-events:none}.newsletter-modal__close{position:absolute;z-index:2;top:18px;right:18px;width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border-strong);border-radius:50%;background:#050a12a3;color:var(--secondary);cursor:pointer;transition:.2s ease}.newsletter-modal__close:hover,.newsletter-modal__close:focus-visible{border-color:var(--accent-light);color:var(--heading);outline:none;transform:rotate(6deg)}.newsletter-modal__close svg{width:17px;height:17px}.newsletter-modal__signal{height:26px;display:flex;align-items:flex-end;gap:5px}.newsletter-modal__signal span{display:block;width:3px;border-radius:4px;background:linear-gradient(180deg,var(--accent-light),var(--accent));box-shadow:0 0 12px #7ee7ff8c;animation:newsletter-signal 1.15s ease-in-out infinite alternate}.newsletter-modal__signal span:nth-child(1){height:10px}.newsletter-modal__signal span:nth-child(2){height:24px;animation-delay:-.45s}.newsletter-modal__signal span:nth-child(3){height:16px;animation-delay:-.8s}.newsletter-modal__kicker{margin-top:18px;font-family:GeistMono,monospace;font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-light)}.newsletter-modal__dialog h2{max-width:470px;margin-top:14px;font-family:GeistPixel,GeistMono,monospace;font-size:36px;font-weight:400;line-height:1.12;letter-spacing:-.02em;color:var(--heading)}.newsletter-modal__intro{max-width:460px;margin-top:18px;font-size:15px;line-height:1.6;color:var(--secondary)}.newsletter-signup--modal{max-width:none;margin-top:26px}.newsletter-signup--modal .newsletter-form{margin-top:0;background:#050a127a}@keyframes newsletter-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes newsletter-dialog-in{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}@keyframes newsletter-signal{0%{transform:scaleY(.55);opacity:.65}to{transform:scaleY(1);opacity:1}}@media(max-width:900px){.newsletter-signup{margin-top:26px}.newsletter-copy,.newsletter-copy strong,.newsletter-copy span{display:block}.newsletter-copy span{margin-top:5px;font-size:12px}.newsletter-form{grid-template-columns:1fr}.newsletter-form input[type=email]{height:50px}.newsletter-form button{height:48px;border-left:0;border-top:1px solid var(--border-strong)}.newsletter-signup--footer .newsletter-copy{text-align:center}.newsletter-modal{padding:16px}.newsletter-modal__dialog{padding:44px 22px 28px;border-radius:12px}.newsletter-modal__close{top:14px;right:14px}.newsletter-modal__dialog h2{font-size:28px}.newsletter-modal__intro{font-size:14px}.newsletter-signup--modal{margin-top:22px}}@media(min-width:901px)and (max-height:1050px){.hero-shell{padding:3rem 2rem}.contact-row{margin-top:24px}.hero-actions{margin-top:28px}.eyebrow{margin-top:14px}}@media(prefers-reduced-motion:reduce){.newsletter-modal,.newsletter-modal__dialog,.newsletter-modal__signal span{animation:none}}
