#root{min-height:100vh}.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fafafaf2;border-bottom:1px solid #e4e4e7;position:sticky;top:0}.navContainer{justify-content:space-between;align-items:center;width:100%;max-width:1100px;height:72px;margin:0 auto;padding:0 28px;display:flex}.logo{letter-spacing:-1px;font-size:1.4rem;font-weight:800}.logo span{color:#6366f1}.tabs{background:#fff;border:1px solid #e4e4e7;border-radius:10px;align-items:center;gap:8px;padding:4px;display:flex}.tab{color:#71717a;border-radius:7px;padding:8px 14px;font-size:.88rem;font-weight:500;transition:background .2s,color .2s}.tab:hover{color:#18181b}.tab.active{color:#fff;background:#18181b}.page{width:100%;max-width:1100px;margin:0 auto;padding:80px 28px 120px}.hero{flex-direction:column;justify-content:center;max-width:820px;min-height:600px;display:flex}.eyebrow,.sectionLabel,.projectMeta{color:#6366f1;letter-spacing:2px;margin:0;font-size:.72rem;font-weight:700}.hero h1{letter-spacing:-6px;margin:15px 0 25px;font-size:clamp(4rem,9vw,7rem);line-height:.9}.heroText{color:#71717a;max-width:650px;margin:0;font-size:1.2rem;line-height:1.7}.buttonRow{gap:12px;margin-top:32px;display:flex}.primaryButton,.secondaryButton{border-radius:8px;padding:12px 18px;font-size:.9rem;font-weight:600;transition:transform .2s,background .2s}.primaryButton{color:#fff;background:#18181b}.secondaryButton{background:#fff;border:1px solid #d4d4d8}.primaryButton:hover,.secondaryButton:hover{transform:translateY(-2px)}.section{padding-top:40px}.infoGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px;display:grid}.infoCard{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:28px}.infoCard h2{margin:0 0 10px;font-size:1.2rem}.infoCard p{color:#71717a;margin:0;line-height:1.6}.pageHeader{max-width:760px;padding:70px 0}.pageHeader h1{letter-spacing:-4px;margin:12px 0 20px;font-size:clamp(3rem,7vw,5rem);line-height:1}.pageHeader>p:not(.sectionLabel){color:#71717a;margin:0;font-size:1.15rem;line-height:1.7}.projectList{border-top:1px solid #e4e4e7;flex-direction:column;display:flex}.projectCard{border-bottom:1px solid #e4e4e7;justify-content:space-between;align-items:center;gap:30px;padding:32px 0;display:flex}.projectCard h2{margin:8px 0;font-size:1.7rem}.projectCard p:not(.projectMeta){color:#71717a;max-width:650px;margin:0;line-height:1.6}.projectCard>span{color:#71717a;white-space:nowrap}.aboutGrid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.aboutGrid>div{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:30px}.aboutGrid h2{margin:10px 0 20px}.aboutGrid p:not(.sectionLabel){color:#71717a;margin:0;line-height:2}.contactLinks{border-top:1px solid #e4e4e7;flex-direction:column;display:flex}.contactLinks a{border-bottom:1px solid #e4e4e7;justify-content:space-between;align-items:center;padding:22px 0;font-size:1.1rem;transition:padding .2s;display:flex}.contactLinks a:hover{padding-left:10px}.footer{color:#a1a1aa;border-top:1px solid #e4e4e7;justify-content:space-between;width:calc(100% - 56px);max-width:1044px;margin:0 auto;padding:40px 0;font-size:.8rem;display:flex}@media (width<=750px){.navContainer{flex-direction:column;gap:14px;height:auto;padding-top:16px;padding-bottom:16px}.tabs{justify-content:space-between;width:100%}.tab{text-align:center;flex:1;padding-left:8px;padding-right:8px}.page{padding:50px 20px 90px}.hero{min-height:520px}.hero h1{letter-spacing:-3px}.infoGrid,.aboutGrid{grid-template-columns:1fr}.projectCard{flex-direction:column;align-items:flex-start}.footer{flex-direction:column;gap:6px;width:calc(100% - 40px)}}:root{color:#18181b;font-synthesis:none;text-rendering:optimizelegibility;background:#fafafa;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#fafafa;min-width:320px;min-height:100vh;margin:0}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}
