:root{--color-red: #ee1d23;--color-orange: #f15a24;--color-blue: #0054a6;--color-blue-bright: #00aeef;--color-navy: #0d1b2a;--color-charcoal: #1b1b1b;--color-bg: #ffffff;--color-bg-subtle: #f4f7fb;--color-bg-card: #ffffff;--color-text: #0d1b2a;--color-text-muted: #4a5568;--color-border: rgba(13, 27, 42, .1);--color-border-strong: rgba(13, 27, 42, .18);--gradient-red: linear-gradient(135deg, #ee1d23 0%, #f15a24 100%);--gradient-blue: linear-gradient(135deg, #0054a6 0%, #00aeef 100%);--font-sans: "Exo 2", system-ui, sans-serif;--max-width: 72rem;--header-height: 4.5rem;--radius: .5rem;--radius-lg: .75rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--color-blue);text-decoration:none;transition:color .15s ease}a:hover{color:var(--color-blue-bright)}a:focus-visible,button:focus-visible{outline:2px solid var(--color-blue);outline-offset:2px}.skip-link{position:absolute;top:-100%;left:1rem;z-index:1000;padding:.5rem 1rem;background:var(--color-blue);color:#fff;border-radius:var(--radius);font-weight:600}.skip-link:focus{top:1rem}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:1.5rem}.wordmark{display:inline-flex;align-items:center;text-decoration:none}.wordmark:hover{opacity:.9}.wordmark-img{width:auto;height:2.25rem}.site-header{position:sticky;top:0;z-index:100;height:var(--header-height);background:#fffffff0;backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.site-nav{display:flex;align-items:center;gap:1.75rem}.site-nav a{color:var(--color-text-muted);font-size:.9375rem;font-weight:500;text-decoration:none;letter-spacing:.02em}.site-nav a:hover{color:var(--color-blue)}.hero{padding:4rem 0 3.5rem;text-align:center;background:linear-gradient(180deg,var(--color-bg-subtle) 0%,var(--color-bg) 100%)}.hero-eyebrow{margin:0 0 1rem;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.hero-title{margin:0 0 .35rem;font-size:clamp(2.5rem,7vw,4rem);font-weight:700;letter-spacing:-.02em;color:var(--color-navy);line-height:1.05}.hero-role{margin:0 0 1.25rem;font-size:1.0625rem;font-weight:600;color:var(--color-blue)}.hero-tagline{max-width:34rem;margin:0 auto .75rem;font-size:clamp(1.125rem,2.5vw,1.375rem);font-weight:500;line-height:1.45;color:var(--color-navy)}.hero-description{max-width:36rem;margin:0 auto 1.75rem;font-size:1.0625rem;color:var(--color-text-muted);line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.hero-entity{display:inline-block;margin-bottom:.75rem;font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:var(--gradient-blue);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-title-accent{background:var(--gradient-blue);-webkit-background-clip:text;background-clip:text;color:transparent}.founder-teaser{background:var(--color-bg)}.founder-teaser-grid{display:grid;gap:2.5rem;align-items:start}@media(min-width:768px){.founder-teaser-grid{grid-template-columns:1fr 1fr;gap:3rem}}.founder-teaser-copy p{color:var(--color-text-muted);line-height:1.7}.founder-teaser-links{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-top:1.5rem;font-size:.9375rem;font-weight:600}.founder-highlights{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.founder-highlight-card{padding:1.25rem 1.5rem;background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.founder-highlight-card strong{display:block;margin-bottom:.35rem;font-size:.9375rem;color:var(--color-navy)}.founder-highlight-card p{margin:0;font-size:.9375rem;color:var(--color-text-muted);line-height:1.6}.outcomes{display:grid;gap:2rem;margin:1.5rem 0 0}.outcomes-era{margin:0 0 .75rem;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-blue)}.outcomes-list{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.outcome-item{padding:1rem 1.25rem;background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-lg);border-left:3px solid var(--color-blue)}.outcome-item strong{display:block;margin-bottom:.25rem;font-size:1rem;color:var(--color-navy)}.outcome-item p{margin:0;font-size:.9375rem;color:var(--color-text-muted);line-height:1.6}.section-title-left{text-align:left}.section-subtitle{max-width:36rem;margin:.75rem auto 0;font-size:1.0625rem;color:var(--color-text-muted);line-height:1.6}.about-page h1{margin-bottom:.25rem}.about-eyebrow{text-align:left}.about-role{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:var(--color-blue)}.about-lead{font-size:1.25rem;font-weight:500;color:var(--color-navy);line-height:1.5}.about-tagline{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border);font-style:italic;color:var(--color-text-muted)}.work-with-grid{display:grid;gap:1rem;margin:1rem 0 0}@media(min-width:640px){.work-with-grid{grid-template-columns:repeat(3,1fr)}}.work-with-card{padding:1.25rem;background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.work-with-card h3{margin:0 0 .5rem;font-size:1rem;color:var(--color-navy)}.work-with-card p{margin:0 0 .75rem;font-size:.9375rem}.work-with-card a{font-size:.875rem;font-weight:600}.github-highlights{margin:1.5rem 0 0}.github-highlights-list{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.github-highlight-card{padding:1rem 1.25rem;background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.github-highlight-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.github-highlight-header a{font-weight:600;font-size:1rem;color:var(--color-navy)}.github-highlight-header a:hover{color:var(--color-blue)}.github-highlight-lang{flex-shrink:0;padding:.15rem .5rem;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);background:#0d1b2a0f;border-radius:999px}.github-highlight-card p{margin:0;font-size:.9375rem;color:var(--color-text-muted);line-height:1.6}.github-highlights-more{margin:1.25rem 0 0;font-size:.9375rem;font-weight:600}.section{padding:4rem 0}.section-header{margin-bottom:2.5rem;text-align:center}.section-label{display:block;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:var(--gradient-red);-webkit-background-clip:text;background-clip:text;color:transparent}.section-title{margin:0;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;letter-spacing:.01em;color:var(--color-navy)}.products-grid{display:grid;gap:1.5rem}@media(min-width:640px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(20rem,1fr))}}.product-card{display:flex;flex-direction:column;padding:1.75rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 1px 3px #0d1b2a0f;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.product-card:hover{border-color:#0054a640;box-shadow:0 8px 24px #0054a614;transform:translateY(-2px)}.product-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.product-card-name{margin:0;font-size:1.25rem;font-weight:600;color:var(--color-navy)}.product-card-status{flex-shrink:0;padding:.2rem .6rem;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;background:#00aeef1f;color:var(--color-blue)}.product-card-status--soon{background:#4a55681a;color:var(--color-text-muted)}.product-card-status--wip{background:#f15a241f;color:#c44a12}.product-card-tagline{margin:0 0 .75rem;font-size:.9375rem;font-weight:500;color:var(--color-blue)}.product-card-description{margin:0 0 1.25rem;flex:1;font-size:.9375rem;color:var(--color-text-muted);line-height:1.6}.product-card-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid var(--color-border);font-size:.875rem}.product-card-links a{font-weight:600}.trust-strip{padding:2rem 0;background:var(--color-bg-subtle);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.trust-strip-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 2rem;text-align:center;font-size:.875rem;color:var(--color-text-muted)}.trust-strip-inner a{font-weight:600}.trust-strip-divider{color:var(--color-border-strong)}.site-footer{padding:3rem 0 2rem;border-top:1px solid var(--color-border);background:var(--color-bg)}.site-footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.25rem;margin-bottom:1.5rem;font-size:.875rem}.site-footer-nav a{color:var(--color-text-muted);font-weight:500}.site-footer-nav a:hover{color:var(--color-blue)}.site-footer-copy{margin:0;text-align:center;font-size:.8125rem;color:var(--color-text-muted)}.content-page{padding:3rem 0 4rem}.content-page h1{margin:0 0 .5rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:600;letter-spacing:.01em;color:var(--color-navy)}.content-page .legal-updated{margin:0 0 2rem;font-size:.875rem;color:var(--color-text-muted)}.content-page h2{margin:2rem 0 .75rem;font-size:1.25rem;font-weight:600;color:var(--color-navy)}.content-page p,.content-page li{color:var(--color-text-muted);line-height:1.7}.content-page ul{padding-left:1.25rem}.content-page a{font-weight:600}.content-narrow{max-width:42rem;margin-inline:auto}.contact-grid{display:grid;gap:1rem;margin:2rem 0}@media(min-width:640px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-card{padding:1.75rem;background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:left}.contact-card h2{margin:0 0 .5rem;font-size:1.125rem;color:var(--color-navy)}.contact-card p{margin:0 0 1rem;font-size:.9375rem;color:var(--color-text-muted)}.contact-email{display:inline-block;font-size:1rem;font-weight:600}.not-found{padding:6rem 0;text-align:center}.not-found h1{margin:0 0 .5rem;font-size:4rem;font-weight:600;background:var(--gradient-blue);-webkit-background-clip:text;background-clip:text;color:transparent}.not-found p{margin:0 0 1.5rem;color:var(--color-text-muted)}.btn{display:inline-block;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;color:#fff;background:var(--gradient-blue);border-radius:var(--radius);text-decoration:none;transition:opacity .15s ease,transform .15s ease}.btn:hover{opacity:.92;color:#fff;transform:translateY(-1px)}.btn-secondary{color:var(--color-navy);background:transparent;border:1px solid var(--color-border-strong)}.btn-secondary:hover{color:var(--color-blue);background:var(--color-bg-subtle);border-color:#0054a64d}@media(max-width:640px){.site-nav{gap:1rem}.site-nav a{font-size:.875rem}.hero{padding:2.5rem 0 2rem}.wordmark-img{height:1.875rem}}
