-
- {[...Array(2)].map((_, setIndex) => (
-
- terminals
- radical
- pathfinder
- wuji
- boom
- journey
-
- ))}
+
+
+ {[...Array(2)].map((_, setIndex) => (
+
+ terminals
+ radical
+ pathfinder
+ wuji
+ boom
+ journey
+
+ ))}
+
-
-
- Featured Solutions
-
-
- Enterprise AI Strategy
- Comprehensive AI implementation and transformation roadmaps
-
-
- - Enterprise AI Implementation Strategy
- - LLM & Agent System Architecture
- - GTM Strategy Development
- - Complex System Integration
-
-
-
+
+ Featured Solutions
+
+
+ AI Strategy
+ Transforming enterprises through human-centric AI systems
+
+
+ - Intuitive AI Systems for Complex Process Modeling
+ - Multi-Modal Agent Networks for Emergent Intelligence
+ - Research-Driven Innovation & Discovery Platforms
+ - Human-AI Collaborative Workflows for Industrial Solutions
+
+
+
-
- LLM Systems
- Custom language model development and integration
-
-
- - Custom AI Agent Development
- - Advanced Prompt Engineering
- - Multi-modal System Design
- - Process Automation & Optimization
-
-
-
-
-
+
+ LLM Systems
+ Engineering advanced language models for intelligence at scale
+
+
+ - Autonomous Processes for Novel Use Cases
+ - Human-Centric Prompt Design & Response Patterns
+ - Multi-Modal Understanding & Reasoning Tracing
+ - Extensible Collaborative Intelligence Networks
+
+
+
+
+
-
-
-
Our Vision
-
Transforming enterprises through cutting-edge AI solutions and polymathic expertise
-
- {/* Add tech stack logos/icons here */}
-
-
-
-
+
+
+
Our Vision
+
Transforming enterprises through cutting-edge AI solutions and polymathic expertise
+
+ {/* Add tech stack logos/icons here */}
+
+
+
+
+ >
);
}
diff --git a/style.css b/style.css
index 3e84787..329ba1e 100644
--- a/style.css
+++ b/style.css
@@ -1,6 +1,6 @@
-@import url('https://fonts.googleapis.com/css2?family=Space+Mono&family=Syncopate:wght@700&family=Cinzel&family=Audiowide&family=Cormorant+Garamond:ital@1&display=swap');
-
:root {
+ --font-display: 'Audiowide', system-ui;
+ --font-body: system-ui, -apple-system, sans-serif;
--primary: #7A9E9F;
--text: rgba(255, 255, 255, 0.9);
--accent: #7A9E9F;
@@ -19,11 +19,15 @@
body {
background: var(--background);
color: var(--text);
- font-family: var(--font-display);
- line-height: 1.6;
+ font-family: var(--font-body);
+ line-height: 1.5;
overflow-x: hidden;
- letter-spacing: -0.01em;
+ -webkit-font-smoothing: antialiased;
+}
+
+#root {
min-height: 100vh;
+ isolation: isolate;
}
.gradient-text {