*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:5rem}
body{
  font-family:Inter,system-ui,-apple-system,sans-serif;
  background-color:#121518;
  background-image:
    radial-gradient(ellipse at 50% 0%,rgba(74,33,154,.1),transparent 60%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.035 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-attachment:fixed,fixed;
  background-size:auto,160px 160px;
  color:#fff;
  min-height:100vh;
  -webkit-font-smoothing:antialiased;
  line-height:1.5;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block;height:auto}
.brand-font{font-family:Audiowide,cursive;letter-spacing:.02em}

#particle-canvas{position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.55}
.page-wrap{position:relative;z-index:1}

/* Nav */
#site-nav{position:fixed;top:0;left:0;right:0;z-index:100;height:4rem;transition:background .3s,border-color .3s}
#site-nav.scrolled{background:rgba(18,21,24,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06)}
.nav-inner{max-width:72rem;margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;justify-content:space-between}
.nav-logo{display:flex;align-items:center;gap:.625rem;font-size:1.125rem;font-weight:600}
.nav-logo img{height:36px;width:auto;object-fit:contain;border-radius:0}
.nav-logo .g{color:#fff}.nav-logo .s{color:#c0c0c0}
.nav-links{display:none;align-items:center;gap:2rem}
.nav-links a{font-size:.875rem;color:#9ca3af;transition:color .2s;background:none;border:none;cursor:pointer;font-family:inherit}
.nav-links a:hover{color:#fff}
.nav-toggle{display:flex;padding:.25rem;color:#9ca3af;background:none;border:none;cursor:pointer}
.nav-drawer{position:fixed;top:4rem;left:0;right:0;background:rgba(18,21,24,.97);border-bottom:1px solid rgba(255,255,255,.06);padding:1rem 1.5rem;display:none;flex-direction:column;gap:.25rem;z-index:99}
.nav-drawer.open{display:flex}
.nav-drawer a,.nav-drawer button{font-size:.875rem;color:#9ca3af;padding:.625rem 0;text-align:left;background:none;border:none;cursor:pointer;font-family:inherit;width:100%}
.nav-backdrop{display:none;position:fixed;inset:0;top:4rem;background:rgba(0,0,0,.4);z-index:98}
.nav-backdrop.open{display:block}
@media(min-width:768px){.nav-links{display:flex}.nav-toggle,.nav-drawer,.nav-backdrop{display:none!important}}

/* Section helpers */
.section{padding:4rem 1.25rem}
.border-t{border-top:1px solid rgba(255,255,255,.04)}
@media(min-width:768px){.section{padding:6rem 2rem}}
.container{max-width:72rem;margin:0 auto}
.container-narrow{max-width:48rem;margin:0 auto}
.container-md{max-width:64rem;margin:0 auto}
.section-label{display:flex;align-items:center;gap:1rem;margin-bottom:3.5rem}
.section-label::before,.section-label::after{content:'';flex:1;height:1px;background:rgba(255,255,255,.04)}
.section-label span{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#666}

/* Hero */
.hero{padding:7rem 1.25rem 1.5rem;text-align:center}
@media(min-width:768px){.hero{padding:10rem 2rem 1.5rem}}
.hero-logo{margin:0 auto 1.5rem;width:180px}
@media(min-width:768px){.hero-logo{width:260px}}
.hero h1{font-size:clamp(2.4rem,5.5vw,4.2rem);font-weight:700;letter-spacing:-.02em;line-height:1.08;margin-bottom:1.5rem;color:#fff}
.hero h1 .muted{color:#666}
.hero-lead{color:#999;font-size:15px;max-width:36rem;margin:0 auto 2.5rem;line-height:1.7}
.hero-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem 3rem;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04);padding:1.5rem 0;max-width:52rem;margin:0 auto}
@media(min-width:768px){.hero-stats{gap:3rem}}
.stat-item{text-align:center;min-width:5.5rem}
.stat-num{font-size:2rem;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}
.stat-lbl{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#777;margin-top:.25rem}

/* Flagship */
.flagship-wrap{max-width:72rem;margin:0 auto;padding:3rem 1.25rem}
@media(min-width:768px){.flagship-wrap{padding:5rem 2rem}}
.flagship{border:1px solid rgba(255,255,255,.06);border-radius:1rem;background:#0f1215;overflow:hidden}
.flagship-row{display:flex;flex-direction:column}
@media(min-width:768px){.flagship-row{flex-direction:row}}
.flagship-col{flex:1;display:flex;flex-direction:column;padding:1.5rem;transition:background .3s}
@media(min-width:768px){.flagship-col{padding:1.75rem}}
.flagship-col:hover{background:rgba(255,255,255,.015)}
.flagship-col.violet:hover{background:rgba(139,92,246,.025)}
.flagship-col.emerald:hover{background:rgba(16,185,129,.025)}
.flagship-col.orange:hover{background:rgba(249,115,22,.025)}
.flagship-divider{height:1px;background:rgba(255,255,255,.05);margin:0 1.5rem;flex-shrink:0}
@media(min-width:768px){
  .flagship-divider{width:2rem;height:auto;margin:0;background:none;position:relative;align-self:stretch}
  .flagship-divider::after{
    content:'';
    position:absolute;top:50%;left:50%;
    width:1.5px;height:140%;
    transform:translate(-50%,-50%) rotate(-10deg);
    background:linear-gradient(to bottom,transparent,rgba(255,255,255,.09),transparent);
  }
}
.flagship-head{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.flagship-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.flagship-icon svg{width:1.25rem;height:1.25rem}
.flagship-icon.violet{background:rgba(139,92,246,.1);border:1px solid rgba(139,92,246,.2);color:#a78bfa}
.flagship-icon.emerald{background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);color:#34d399}
.flagship-icon.orange{background:rgba(249,115,22,.1);border:1px solid rgba(249,115,22,.2);color:#fb923c}
.flagship-name{font-size:18px;font-weight:700;color:#fff}
.flagship-tag{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.08em}
.flagship-tag.violet{color:#a78bfa}.flagship-tag.emerald{color:#34d399}.flagship-tag.orange{color:#fb923c}
.flagship-desc{font-size:13px;color:#888;line-height:1.65;margin-bottom:1rem}
.flagship-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:1rem}
.flagship-tags span{font-size:10px;padding:.125rem .5rem;border-radius:.375rem;border:1px solid}
.flagship-tags.violet span{background:rgba(139,92,246,.06);color:rgba(167,139,250,.8);border-color:rgba(139,92,246,.1)}
.flagship-tags.emerald span{background:rgba(16,185,129,.06);color:rgba(52,211,153,.8);border-color:rgba(16,185,129,.1)}
.flagship-tags.orange span{background:rgba(249,115,22,.06);color:rgba(251,146,60,.8);border-color:rgba(249,115,22,.1)}
.flagship-shot{border-radius:.5rem;overflow:hidden;border:1px solid rgba(255,255,255,.04);margin-bottom:1rem}
.flagship-shot img{width:100%;height:9rem;object-fit:cover;object-position:top;transition:transform .5s}
.flagship-col:hover .flagship-shot img{transform:scale(1.02)}
.flagship-cta{margin-top:auto;font-size:12px;font-weight:500;display:flex;align-items:center;gap:.5rem}
.flagship-cta.violet{color:#a78bfa}.flagship-cta.emerald{color:#34d399}.flagship-cta.orange{color:#fb923c}

/* Projects */
.project-row{display:flex;flex-direction:column;align-items:center;gap:3rem;margin-bottom:4rem}
@media(min-width:1024px){.project-row{flex-direction:row;gap:4rem;margin-bottom:8rem}.project-row.reverse{flex-direction:row-reverse}}
.project-media{width:100%;flex-shrink:0}
@media(min-width:1024px){.project-media{width:58%}}
.project-info{width:100%}
@media(min-width:1024px){.project-info{width:42%}}
.browser{border-radius:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 25px 50px -12px rgba(0,0,0,.5);background:#0e0e0e}
.browser-bar{display:flex;align-items:center;gap:.375rem;padding:.75rem 1rem;background:#141414;border-bottom:1px solid rgba(255,255,255,.06)}
.browser-dot{width:12px;height:12px;border-radius:50%}
.browser-dot.r{background:#ff5f57}.browser-dot.y{background:#febc2e}.browser-dot.g{background:#28c840}
.browser-url{flex:1;margin:0 .75rem;background:#0a0a0a;border-radius:.375rem;padding:.25rem .75rem;font-size:11px;color:#777;font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.browser-body{height:clamp(220px,50vw,380px);overflow:hidden;background:#0a0a0a}
.browser-body img{width:100%;height:100%;object-fit:cover;object-position:top}
.project-title{font-size:2rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.625rem;flex-wrap:wrap;margin-bottom:1rem}
.project-tagline{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#888;margin-bottom:.75rem}
.project-desc{font-size:14px;color:#888;line-height:1.8;margin-bottom:1.5rem;max-width:28rem}
.project-bullets{list-style:none;margin-bottom:1.5rem}
.project-bullets li{display:flex;gap:.75rem;font-size:13px;color:#888;line-height:1.6;margin-bottom:.75rem}
.project-bullets li svg{width:14px;height:14px;margin-top:4px;flex-shrink:0;color:#777}
.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem}
.project-tags span{font-size:10px;padding:.25rem .625rem;border-radius:.375rem;background:rgba(255,255,255,.03);color:#999;border:1px solid rgba(255,255,255,.05)}
.btn-white{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;background:#fff;color:#000;font-size:13px;font-weight:600;border-radius:.75rem;transition:background .2s}
.btn-white:hover{background:#e8e8e8}
.btn-muted{display:inline-flex;padding:.625rem 1.5rem;font-size:13px;color:#888;border:1px solid rgba(255,255,255,.06);border-radius:.75rem}
.badge{font-size:10px;font-weight:600;text-transform:uppercase;padding:.125rem .5rem;border-radius:.375rem;border:1px solid}
.badge-live{color:#34d399;background:rgba(16,185,129,.08);border-color:rgba(16,185,129,.2)}
.badge-maint{color:#fbbf24;background:rgba(245,158,11,.08);border-color:rgba(245,158,11,.2)}

/* Models CTA */
.models-cta{text-align:center;padding:4rem 1.25rem;border-top:1px solid rgba(255,255,255,.04)}
.models-cta h2{font-size:clamp(1.75rem,4vw,2.2rem);font-weight:700;margin-bottom:1rem;color:#fff}
.models-cta p{color:#888;font-size:14px;max-width:32rem;margin:0 auto 1.5rem;line-height:1.7}
.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:13px;font-weight:600;color:#fff;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:.75rem;transition:background .2s}
.btn-outline:hover{background:rgba(255,255,255,.09)}

/* Metrics */
.metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
@media(min-width:768px){.metrics-grid{grid-template-columns:repeat(4,1fr)}}
.metric-card{border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.01);border-radius:.75rem;padding:1.25rem;text-align:center}
.metric-val{font-size:2rem;font-weight:700;color:#fff;font-variant-numeric:tabular-nums;margin-bottom:.25rem}
.metric-label{font-size:12px;font-weight:600;color:#999}
.metric-sub{font-size:10px;color:#666;margin-top:.125rem}
.metrics-head{text-align:center;margin-bottom:3rem}
.metrics-head h2{font-size:2.2rem;font-weight:700;margin-bottom:1rem;color:#fff}
.metrics-head p{color:#999;font-size:14px;max-width:32rem;margin:0 auto;line-height:1.7}
.metrics-note{text-align:center;font-size:10px;color:#666;margin-top:1rem}

/* About */
.about-row{display:flex;flex-direction:column;align-items:center;gap:2.5rem;margin-bottom:3rem}
@media(min-width:640px){.about-row{flex-direction:row;align-items:flex-start}}
.about-photo{width:100px;height:100px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.08);flex-shrink:0}
.about-text{text-align:center}
@media(min-width:640px){.about-text{text-align:left}}
.about-text h2{font-size:1.6rem;font-weight:700;margin-bottom:.25rem;color:#fff}
.about-sub{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#555;margin-bottom:1.25rem}
.about-text p{font-size:14px;color:#888;line-height:1.9;margin-bottom:1rem}
.about-links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.5rem}
@media(min-width:640px){.about-links{justify-content:flex-start}}
.about-links a{display:inline-flex;align-items:center;gap:.5rem;font-size:12px;font-weight:500;color:#aaa;border:1px solid rgba(255,255,255,.06);padding:.5rem 1rem;border-radius:.5rem;transition:color .2s,border-color .2s}
.about-links a:hover{color:#fff;border-color:rgba(255,255,255,.14)}

/* Stack */
.stack-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}
@media(min-width:640px){.stack-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.stack-grid{grid-template-columns:repeat(4,1fr)}}
.stack-card{border:1px solid rgba(255,255,255,.05);background:rgba(255,255,255,.01);border-radius:.75rem;padding:1rem}
.stack-cat{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#666;margin-bottom:.75rem}
.stack-items{display:flex;flex-wrap:wrap;gap:.375rem}
.stack-items span{font-size:11px;color:#999;padding:.125rem .5rem;border-radius:.375rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.04)}

/* Roadmap */
.roadmap-item{display:flex;gap:1rem;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.01);border-radius:.75rem;padding:1rem;margin-bottom:.75rem}
.roadmap-dot{width:10px;height:10px;border-radius:50%;margin-top:4px;flex-shrink:0}
.roadmap-dot.active{background:#10b981;box-shadow:0 0 8px rgba(16,185,129,.4)}
.roadmap-dot.planned{background:rgba(245,158,11,.6)}
.roadmap-dot.exploring{border:1px solid #333;background:transparent}
.roadmap-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;flex-wrap:wrap}
.roadmap-project{font-size:13px;font-weight:600;color:#fff}
.roadmap-status{font-size:9px;font-weight:700;text-transform:uppercase;padding:.125rem .5rem;border-radius:9999px;border:1px solid}
.roadmap-status.active{color:#34d399;border-color:rgba(16,185,129,.2);background:rgba(16,185,129,.06)}
.roadmap-status.planned{color:#fbbf24;border-color:rgba(245,158,11,.2);background:rgba(245,158,11,.06)}
.roadmap-status.exploring{color:#999;border-color:rgba(255,255,255,.06);background:rgba(255,255,255,.02)}
.roadmap-text{font-size:12px;color:#999}
.roadmap-legend{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem;font-size:11px;color:#888}
.roadmap-legend span{display:flex;align-items:center;gap:.5rem}

/* FAQ */
.faq-item{border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.01);border-radius:.75rem;margin-bottom:.75rem;overflow:hidden}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem;text-align:left;background:none;border:none;color:#fff;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}
.faq-q:hover{color:#34d399}
.faq-q svg{width:16px;height:16px;color:#999;flex-shrink:0;transition:transform .3s}
.faq-item.open .faq-q svg{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-item.open .faq-a{max-height:200px}
.faq-a p{font-size:13px;color:#999;line-height:1.8;padding:0 1.25rem 1.25rem}

/* Contact */
.contact-cards{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:2.5rem}
@media(min-width:768px){.contact-cards{grid-template-columns:repeat(3,1fr)}}
.contact-card{padding:1.25rem;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.01);border-radius:.75rem;text-align:left;transition:border-color .2s,background .2s}
.contact-card:hover{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.025)}
.contact-card h3{font-size:14px;font-weight:600;color:#fff;margin-bottom:.375rem}
.contact-card p{font-size:11px;color:#999}

/* Footer */
.site-footer{border-top:1px solid rgba(255,255,255,.04);padding:2.5rem 1.25rem}
.footer-inner{max-width:72rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}
@media(min-width:768px){.footer-inner{flex-direction:row;justify-content:space-between}}
.footer-brand{font-size:14px}
.footer-brand .g{color:#888}.footer-brand .s{color:#c0c0c0}
.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}
.footer-links a{font-size:11px;color:#666;transition:color .2s}
.footer-links a:hover{color:#888}
.footer-copy{font-size:11px;color:#666}

@media(prefers-reduced-motion:reduce){#particle-canvas{display:none}}

::selection{background:rgba(0,122,204,.3);color:#fff}
.roadmap-heading{font-size:2.2rem;font-weight:700;margin-bottom:1rem;color:#fff}
.roadmap-lead{color:#888;font-size:14px;margin-bottom:2.5rem;max-width:32rem;line-height:1.7}
.faq-heading{font-size:2.2rem;font-weight:700;margin-bottom:2.5rem;color:#fff}
.contact-heading{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff}
.contact-lead{color:#999;font-size:14px;margin-bottom:3rem;max-width:28rem;margin-left:auto;margin-right:auto;line-height:1.7}
.contact-section{text-align:center}
