:root{--bg:#080d0a;--surface:#101711;--surface-soft:#162016;--text:#f6f8f4;--muted:rgba(246, 248, 244, 0.68);--accent:#5ec300;--border:rgba(241, 251, 234, 0.12);--ink:#f6f8f4;--deep-ink:#080d0a;--moss:#5ec300;--lime:#5ec300;--mint:#162016;--line:rgba(241, 251, 234, 0.12);--softwhite:#101711;--gold:#d7f56a;--text-soft:var(--muted);--shadow-soft:0 18px 54px rgba(0, 0, 0, 0.24);color-scheme:dark light}:root[data-theme=light]{--bg:#f7f9f5;--surface:#ffffff;--surface-soft:#f1fbea;--text:#111613;--muted:rgba(17, 22, 19, 0.68);--accent:#418106;--border:#e5e7e2;--ink:#111613;--deep-ink:#0b0f0d;--moss:#418106;--lime:#5ec300;--mint:#f1fbea;--line:#e5e7e2;--softwhite:#fafbf8;--text-soft:rgba(17, 22, 19, 0.68);--shadow-soft:0 18px 54px rgba(17, 22, 19, 0.1);color-scheme:light dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}img{display:block;max-width:100%}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.container{width:min(100% - 2rem,72rem);margin-inline:auto}.site-header{position:fixed;inset:0 0 auto;z-index:50;border-bottom:1px solid var(--border);background:rgba(8,13,10,.86);backdrop-filter:blur(18px)}:root[data-theme=light] .site-header{background:rgba(255,255,255,.86)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(100% - 2rem,72rem);margin-inline:auto;padding:1rem 0}.brand-link,.footer-brand{display:inline-flex;align-items:center;gap:.7rem;color:var(--text);font-family:Montserrat,Inter,ui-sans-serif,system-ui,sans-serif;font-weight:600;letter-spacing:0}.brand-link img,.footer-brand img{width:2.25rem;height:2.25rem;object-fit:contain}.primary-nav{display:flex;align-items:center;gap:2.2rem}.primary-nav a:not(.button){color:var(--muted);font-size:.875rem;font-weight:500;transition:color 180ms ease}.primary-nav a:not(.button):hover{color:var(--text)}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:var(--lime);color:#111613;padding:.75rem 1.25rem;font-size:.875rem;font-weight:700;transition:background 180ms ease,transform 180ms ease}.button:hover{background:var(--gold)}.button--secondary{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,8%);color:#fff}.button--secondary:hover{background:rgba(255,255,255,.16)}.button--community{border:1px solid var(--border);background:var(--surface-soft);color:var(--text)}.button--community:hover{border-color:rgba(94,195,0,.42);background:var(--surface)}.button--compact{padding:.55rem .8rem;font-size:.75rem}.mobile-join{display:none}.mobile-menu-toggle,.mobile-nav{display:none}.mobile-menu-toggle{align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:1px solid var(--border);border-radius:6px;background:var(--surface-soft);color:var(--text);cursor:pointer}.theme-toggle{display:inline-grid;place-items:center;flex:none;width:2.45rem;height:2.45rem;border:1px solid var(--border);border-radius:6px;background:var(--surface-soft);color:var(--muted);cursor:pointer;transition:border-color 180ms ease,color 180ms ease,background 180ms ease}.theme-toggle:hover{border-color:rgba(94,195,0,.48);color:var(--text)}.theme-toggle__icon{grid-area:1/1;width:1.05rem;height:1.05rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:opacity 160ms ease,transform 160ms ease}.theme-toggle__icon--moon,:root[data-theme=light] .theme-toggle__icon--sun{opacity:0;transform:scale(.76)}:root[data-theme=light] .theme-toggle__icon--moon{opacity:1;transform:scale(1)}.mobile-menu-toggle__icon,.mobile-menu-toggle__icon::before,.mobile-menu-toggle__icon::after{display:block;width:1.2rem;height:2px;border-radius:999px;background:currentColor}.mobile-menu-toggle__icon{position:relative}.mobile-menu-toggle__icon::before,.mobile-menu-toggle__icon::after{position:absolute;left:0;content:""}.mobile-menu-toggle__icon::before{top:-.42rem}.mobile-menu-toggle__icon::after{top:.42rem}.site-footer{border-top:1px solid var(--border);background:var(--surface);color:var(--text);padding:4rem 1rem}.site-footer__inner{width:min(100%,72rem);margin-inline:auto}.site-footer__main{display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:start;border-bottom:1px solid var(--border);padding-bottom:2.5rem}.footer-info p{max-width:28rem;margin:1.25rem 0 0;color:var(--muted);font-size:.875rem;line-height:1.7}.footer-brand{gap:.75rem;font-size:1.25rem}.footer-brand img{width:2.375rem;height:2.375rem}.footer-links{display:grid;grid-template-columns:repeat(3,max-content);gap:2rem}.footer-links nav{display:grid;align-content:start;gap:.75rem}.footer-links a{color:var(--muted);font-size:.875rem;line-height:1.35;transition:color 180ms ease;white-space:nowrap}.footer-links a:hover{color:var(--text)}.site-footer__bottom{display:flex;justify-content:space-between;gap:1rem;padding-top:1.75rem;color:var(--muted);font-size:.75rem}.site-footer__bottom p{margin:0}.hero{position:relative;min-height:640px;overflow:hidden;background:var(--deep-ink);color:#fff}.hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 38%;filter:brightness(.82)saturate(.96)contrast(1.02)}.hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,13,10,.88),rgba(8,13,10,.64),rgba(8,13,10,.3)),linear-gradient(180deg,rgba(8,13,10,.18),rgba(8,13,10,.5))}.hero__inner{position:relative;display:flex;align-items:center;min-height:640px;width:min(100% - 2rem,72rem);margin-inline:auto;padding:7rem 0 4rem}.hero__content{max-width:56rem}.hero h1{max-width:64rem;margin:0;color:#fff;font-family:Montserrat,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(3rem,8vw,6rem);font-weight:600;line-height:.95;letter-spacing:0}.hero h1 span{display:block}.hero__content>p:not(.eyebrow){max-width:42rem;margin:1.75rem 0 0;color:rgba(255,255,255,.82);font-size:clamp(1rem,2vw,1.25rem);line-height:1.65}.hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.eyebrow{margin:0;color:var(--moss);font-family:Montserrat,Inter,ui-sans-serif,system-ui,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase}.hero .eyebrow,.dark-cta .eyebrow{color:var(--lime)}.hero .eyebrow{margin-bottom:1.5rem;font-size:clamp(.75rem,1.4vw,.875rem);letter-spacing:.28em}.section{background:var(--bg);padding:6rem 0}.section--large{padding:7rem 0}.about-grid{display:grid;gap:2.5rem;grid-template-columns:.85fr 1.15fr;align-items:start}.about-grid h2,.section-intro h2,.section-heading h2,.contact-card h2,.archive-card h2,.dark-cta h2{margin:1.25rem 0 0;font-family:Montserrat,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(2.5rem,5vw,3rem);font-weight:600;line-height:1;letter-spacing:0}.copy-stack{display:grid;gap:1.25rem;color:var(--text-soft);font-size:1rem;line-height:2}.copy-stack p{margin:0}.section-intro{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:3rem}.section-intro>div:first-child{max-width:48rem}.section-intro__side{max-width:24rem;color:var(--muted);font-size:.9rem;line-height:1.7}.section-intro__side p,.section-intro__side{margin-top:0}.text-link,.section-heading--inline a{display:inline-flex;margin-top:1.25rem;color:var(--moss);font-size:.875rem;font-weight:700;transition:color 180ms ease}.text-link:hover,.section-heading--inline a:hover{color:var(--text)}.stack{display:grid;gap:1.75rem}.stack--small{gap:1.25rem}.project-card{display:grid;grid-template-columns:.82fr 1.18fr;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--surface);box-shadow:var(--shadow-soft);transition:transform 220ms ease,border-color 220ms ease,box-shadow 220ms ease}.project-card:hover{transform:translateY(-.25rem);border-color:rgba(94,195,0,.34);box-shadow:var(--shadow-soft)}.project-card--early{background:var(--surface-soft);box-shadow:none}.project-card--early:hover{box-shadow:var(--shadow-soft)}.project-card__visual{position:relative;min-height:340px;background:var(--deep-ink)}.project-card__visual--compact{min-height:260px}.project-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.9)saturate(.92)}.project-card__image--contain{object-fit:contain;padding:2rem}.project-card__body{display:flex;flex-direction:column;justify-content:center;padding:2.5rem}.project-card__status{margin:0;color:var(--moss);font-family:Montserrat,Inter,ui-sans-serif,system-ui,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.project-card h3{margin:1rem 0 0;color:var(--text);font-family:Montserrat,Inter,ui-sans-serif,system-ui,sans-serif;font-size:1.9rem;font-weight:600;line-height:1.2;letter-spacing:0}.project-card__body>p:last-of-type{margin:1.25rem 0 0;color:var(--muted);line-height:2}.project-card__tagline{margin:.75rem 0 0;color:var(--moss);font-size:.95rem;font-weight:700;line-height:1.6}.project-card__tagline+p{margin-top:1rem}.project-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.project-link{display:inline-flex;align-items:center;gap:.5rem;border-radius:6px;padding:.55rem 1rem;font-size:.875rem;font-weight:700;transition:background 180ms ease,color 180ms ease}.project-link--github{background:var(--text);color:#111613}:root[data-theme=light] .project-link--github{color:#fff}.project-link--github:hover{background:var(--moss)}.project-link--paper,.project-link--docs,.project-link--demo{background:var(--surface-soft);color:var(--moss);box-shadow:inset 0 0 0 1px var(--line)}.project-link--paper:hover,.project-link--docs:hover,.project-link--demo:hover{color:var(--text)}.collaboration-section{border-block:1px solid var(--line);background:var(--surface-soft)}.section-heading--wide{max-width:48rem;margin-bottom:3rem}.section-heading--wide h2{margin:1.25rem 0 0;font-family:Montserrat,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(2.25rem,5vw,3rem);font-weight:600;line-height:1;letter-spacing:0}.collaborator-marquee-shell{position:relative;overflow:hidden;width:100%}.collaborator-marquee{display:flex;width:max-content;gap:1rem;padding:.5rem 0;animation:collaborator-marquee 42s linear infinite}.collaborator-marquee:hover{animation-play-state:paused}.collaborator-marquee-fade{position:absolute;inset-block:0;z-index:2;width:4rem;pointer-events:none}.collaborator-marquee-fade--left{left:0;background:linear-gradient(90deg,var(--surface-soft),transparent)}.collaborator-marquee-fade--right{right:0;background:linear-gradient(270deg,var(--surface-soft),transparent)}.logo-card{display:flex;align-items:center;justify-content:center;flex:none;width:15rem;min-height:7rem;border:1px solid var(--line);border-radius:6px;background:var(--surface);padding:0 2rem;box-shadow:none;transition:transform 220ms ease,box-shadow 220ms ease}.logo-card--marquee{width:15rem}.logo-card:hover{transform:translateY(-.25rem);box-shadow:var(--shadow-soft)}.logo-card img{width:auto;height:3rem;max-width:11rem;max-height:3rem;object-fit:contain;opacity:.92;transition:opacity 220ms ease,transform 220ms ease}.collaboration-section .logo-card img{width:auto;height:3rem;max-width:11rem;max-height:3rem;opacity:.92;transition:opacity 220ms ease,transform 220ms ease}.collaboration-section .logo-card:hover img,.collaboration-section .logo-card:focus-visible img{opacity:1;transform:scale(1.02)}.logo-card__fallback{color:var(--text);font-family:Montserrat,Inter,ui-sans-serif,system-ui,sans-serif;font-size:.95rem;font-weight:700;line-height:1.3;text-align:center}.reveal-on-scroll{opacity:0;transform:translateY(1.25rem);transition:opacity 520ms ease,transform 520ms ease;transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}.contact-stack{display:grid;gap:1.5rem}.contact-card,.legal-card,.archive-card,.committee-card{border:1px solid var(--line);border-radius:6px;box-shadow:var(--shadow-soft)}.contact-card{background:var(--surface);padding:clamp(1.75rem,4vw,3rem)}.contact-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.contact-link,.info-box,.financial-box{border:1px solid var(--line);border-radius:6px;background:var(--surface-soft);padding:1rem}.contact-link{transition:transform 220ms ease,border-color 220ms ease,box-shadow 220ms ease}.contact-link:hover{transform:translateY(-.25rem);border-color:rgba(65,129,6,.4);box-shadow:var(--shadow-soft)}.contact-link span,.info-box p,.financial-box p{display:block;margin:0;color:var(--moss);font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.contact-link strong{display:block;overflow-wrap:anywhere;margin-top:.75rem;color:var(--text);font-size:.875rem}.contact-link em{display:inline-flex;margin-top:1rem;color:var(--muted);font-size:.75rem;font-style:normal;font-weight:700}.address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.info-box span{display:block;color:var(--muted);font-size:.875rem;line-height:1.7}.info-box span:first-of-type{margin-top:.75rem}.financial-box{margin-top:1rem}.financial-box div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:.75rem}.financial-box span{color:var(--text);font-size:.875rem;font-weight:700}.financial-box strong{display:block;margin-bottom:.25rem;color:var(--muted);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase}.page-shell{background:var(--bg);padding:9rem 1rem 7rem}.page-heading{max-width:48rem;margin-bottom:3.5rem}.page-heading h1{margin:1.25rem 0 0;font-family:Montserrat,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(3rem,7vw,4.5rem);font-weight:600;line-height:.95;letter-spacing:0}.page-heading p:last-child{max-width:40rem;margin:1.75rem 0 0;color:var(--muted);line-height:2}.section-heading{margin-bottom:1.75rem}.section-heading--inline{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:.5rem}.section-heading:not(.section-heading--wide) h2{margin:0;font-size:1.5rem;line-height:1.2}.section-heading--inline a{margin:0}.past-projects{margin-top:5rem}.archive-card{margin-top:5rem;background:var(--surface);padding:2.5rem}.archive-card h2{font-size:clamp(2rem,4vw,2.5rem)}.archive-card p:last-child{max-width:42rem;margin:1.25rem 0 0;color:var(--muted);line-height:2}.committee-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.committee-card{display:flex;flex-direction:column;background:var(--surface);padding:1.75rem;transition:transform 220ms ease,box-shadow 220ms ease}.committee-card:hover{transform:translateY(-.25rem);border-color:rgba(94,195,0,.34);box-shadow:var(--shadow-soft)}.committee-card h2{margin:0;font-family:Montserrat,Inter,ui-sans-serif,system-ui,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.2}.committee-card p{flex:1;margin:1.25rem 0 0;color:var(--muted);line-height:2}.dark-cta{margin-top:5rem;border-radius:6px;border:1px solid rgba(94,195,0,.24);background:linear-gradient(135deg,var(--surface-soft),var(--deep-ink));color:var(--text);padding:2.5rem}.contact-stack>.dark-cta{margin-top:0}.dark-cta .eyebrow{margin:0;line-height:1}.dark-cta h2{margin:1.25rem 0 0;font-size:clamp(2rem,4vw,2.5rem)}.dark-cta p{max-width:42rem;margin:1.25rem 0 0;color:var(--muted);line-height:2}.dark-cta .button{margin-top:2rem}.legal-card{width:min(100%,48rem);margin-inline:auto;background:var(--surface);padding:clamp(2rem,5vw,2.5rem)}.legal-card h1{margin:1.25rem 0 0;font-family:Montserrat,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(2.5rem,5vw,3rem);font-weight:600;line-height:1;letter-spacing:0}.legal-card__intro,.legal-sections p{color:var(--muted);line-height:2}.legal-card__intro{margin:1.5rem 0 0}.legal-sections{display:grid;gap:1.75rem;margin-top:2.5rem}.legal-sections h2{margin:0;font-family:Montserrat,Inter,ui-sans-serif,system-ui,sans-serif;font-size:1.25rem;font-weight:600}.legal-sections p{margin:.75rem 0 0}.last-updated{margin:2.5rem 0 0;color:var(--muted);font-size:.875rem}.project-placeholder{display:flex;min-height:280px;align-items:center;justify-content:center;padding:2rem;color:var(--text)}.project-placeholder>div{width:min(100%,24rem);border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);padding:1.25rem;box-shadow:var(--shadow-soft)}@keyframes hero-reveal{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes collaborator-marquee{from{transform:translateX(0)}to{transform:translateX(calc(-33.333% - .333rem))}}.hero-reveal{animation:hero-reveal 900ms ease-out both}.hero-reveal-delay-1{animation-delay:120ms}.hero-reveal-delay-2{animation-delay:240ms}@media(max-width:980px){.primary-nav{display:none}.mobile-menu-toggle{display:inline-flex}.mobile-nav{position:absolute;inset:calc(100% + 1px)1rem auto;display:grid;gap:.25rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);padding:.75rem;box-shadow:var(--shadow-soft)}.mobile-nav[hidden]{display:none}.mobile-nav a:not(.button){border-radius:6px;color:var(--muted);font-size:.95rem;font-weight:600;padding:.8rem .9rem}.mobile-nav a:not(.button):hover{color:var(--text);background:var(--surface-soft)}.mobile-nav .button,.mobile-nav .theme-toggle{margin-top:.35rem;width:100%}.mobile-nav .theme-toggle{height:2.75rem}.about-grid,.project-card{grid-template-columns:1fr}.section-intro{display:grid;align-items:start}.contact-link-grid,.committee-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__main{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.site-header__inner{padding-block:.8rem}.brand-link span{font-size:.95rem}.hero,.hero__inner{min-height:620px}.hero__actions{align-items:stretch;flex-direction:column}.hero__actions .button{width:100%}.section,.section--large{padding-block:5rem}.project-card__body,.archive-card,.dark-cta,.legal-card{padding:1.75rem}.contact-link-grid,.address-grid,.financial-box div,.committee-grid{grid-template-columns:1fr}.collaborator-marquee{gap:.75rem}.collaborator-marquee-fade{width:2.5rem}.logo-card,.logo-card--marquee{width:12rem}.section-heading--inline{align-items:start;flex-direction:column}.site-footer{padding-block:3.25rem}.site-footer__main{gap:2rem}.footer-links{grid-template-columns:1fr;gap:1.5rem}.site-footer__bottom{flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal-on-scroll{opacity:1;transform:none}}