*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-background: #0b0e11;--color-text-primary: #e5e7eb;--color-text-secondary: #9ca3af;--color-accent: #2563eb;--color-divider: rgba(255, 255, 255, .08);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:var(--color-text-primary);background-color:var(--color-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-background);color:var(--color-text-primary);overflow-x:hidden}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--color-text-primary)}h1{font-weight:700}p{line-height:1.6;color:var(--color-text-secondary)}a{color:var(--color-accent);text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.8}::selection{background-color:var(--color-accent);color:#fff}::-moz-selection{background-color:var(--color-accent);color:#fff}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:#fff3;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.mono{font-family:IBM Plex Mono,monospace}html{scroll-behavior:smooth}*:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}button{font-family:inherit;cursor:pointer;border:none;background:none}.navigation{position:sticky;top:0;width:100%;background:#0b0e11f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08);z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;text-decoration:none;transition:opacity .2s ease}.nav-logo:hover{opacity:.8}.nav-logo-image{height:144px;width:auto}.nav-links{display:flex;gap:2.5rem;font-family:Inter,sans-serif}.nav-link{color:#9ca3af;text-decoration:none;font-size:.9375rem;font-weight:400;transition:color .2s ease;position:relative;padding:.5rem 0}.nav-link:hover,.nav-link.active{color:#e5e7eb}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#2563eb}@media(max-width:768px){.nav-container{padding:1rem}.nav-links{gap:1.5rem}.nav-link{font-size:.875rem}.nav-logo-image{height:114px}}.footer{border-top:1px solid rgba(255,255,255,.08);padding:2rem 0;margin-top:6rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:flex;justify-content:space-between;align-items:center;font-family:IBM Plex Mono,monospace;font-size:.875rem}.footer-copyright{color:#9ca3af}.footer-email{color:#2563eb;text-decoration:none;transition:opacity .2s ease}.footer-email:hover{opacity:.8}@media(max-width:768px){.footer-content{flex-direction:column;gap:1rem;text-align:center}}.home{width:100%;min-height:100vh}.hero{max-width:1200px;margin:0 auto;padding:8rem 2rem 6rem}.hero-content{max-width:800px}.hero-title{font-size:clamp(3rem,8vw,5rem);font-weight:700;color:#e5e7eb;margin:0 0 1.5rem;letter-spacing:-.02em;line-height:1.1}.hero-subtitle{font-size:clamp(1.125rem,2vw,1.5rem);color:#9ca3af;margin:0 0 2rem;font-weight:400}.hero-description{font-size:clamp(1rem,1.5vw,1.125rem);color:#9ca3af;line-height:1.7;max-width:600px;margin:0}.section{max-width:1200px;margin:0 auto;padding:4rem 2rem}.section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:#e5e7eb;margin:0 0 3rem;letter-spacing:-.01em}.capabilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.capability-card{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem}.capability-title{font-size:1.125rem;font-weight:600;color:#e5e7eb;margin:0 0 1rem}.capability-description{font-size:.9375rem;color:#9ca3af;line-height:1.7;margin:0}.philosophy-list{display:flex;flex-direction:column;gap:1.5rem;max-width:700px}.philosophy-item{display:flex;align-items:flex-start;gap:1rem}.philosophy-bullet{width:6px;height:6px;background:#2563eb;border-radius:50%;margin-top:.6rem;flex-shrink:0}.philosophy-text{font-size:1rem;color:#9ca3af;margin:0;line-height:1.7}@media(max-width:768px){.hero{padding:6rem 1rem 4rem}.section{padding:3rem 1rem}.capabilities-grid{grid-template-columns:1fr;gap:2rem}}.about{width:100%;min-height:100vh}.about-container{max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem}.about-section{margin-bottom:6rem}.about-section:last-child{margin-bottom:0}.about-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#e5e7eb;margin:0 0 2rem;letter-spacing:-.02em}.about-content{max-width:800px}.about-text{font-size:1.0625rem;color:#9ca3af;line-height:1.8;margin:0 0 1.5rem}.about-text:last-child{margin-bottom:0}.about-section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:#e5e7eb;margin:0 0 2.5rem;letter-spacing:-.01em}.approach-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.approach-item{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem}.approach-title{font-size:1.125rem;font-weight:600;color:#e5e7eb;margin:0 0 1rem}.approach-description{font-size:.9375rem;color:#9ca3af;line-height:1.7;margin:0}@media(max-width:768px){.about-container{padding:4rem 1rem 3rem}.about-section{margin-bottom:4rem}.approach-grid{grid-template-columns:1fr;gap:2rem}}.contact{width:100%;min-height:100vh}.contact-container{max-width:1200px;margin:0 auto;padding:8rem 2rem 6rem}.contact-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#e5e7eb;margin:0 0 3rem;letter-spacing:-.02em}.contact-content{max-width:600px}.contact-description{font-size:1.0625rem;color:#9ca3af;line-height:1.8;margin:0 0 2rem}.contact-email{font-family:IBM Plex Mono,monospace;font-size:1.25rem;color:#2563eb;text-decoration:none;transition:opacity .2s ease;display:inline-block}.contact-email:hover{opacity:.8}@media(max-width:768px){.contact-container{padding:6rem 1rem 4rem}.contact-email{font-size:1.125rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}
