:root{--bg: #000;--text: #fff;--accent: #fff;--noise: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='500'%20height='500'%3e%3cfilter%20id='noise'%20x='0'%20y='0'%3e%3cfeTurbulence%20type='fractalNoise'%20baseFrequency='0.65'%20numOctaves='3'%20stitchTiles='stitch'/%3e%3cfeBlend%20mode='screen'/%3e%3c/filter%3e%3crect%20width='500'%20height='500'%20filter='url(%23noise)'%20opacity='0.5'/%3e%3c/svg%3e")}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 0}.noise{position:fixed;top:0;left:0;width:100%;height:100%;opacity:.15;pointer-events:none;background-image:var(--noise);z-index:10}main{width:100%;max-width:1200px;padding:2rem;z-index:1}header{margin-bottom:4rem}.hero-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:4rem;background:transparent}.manifesto{font-size:3.5rem;font-weight:700;line-height:1.1;max-width:70%;letter-spacing:-.02em}.logo-wrapper{max-width:400px;width:100%;flex-shrink:0;display:flex;justify-content:flex-end}.large-logo{width:100%;height:auto;filter:invert(1) brightness(1.1) contrast(1.2);mix-blend-mode:lighten}.capabilities ul{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:6rem}.capabilities li{font-size:.9rem;letter-spacing:.05rem;opacity:.6;text-transform:uppercase;border-top:1px solid rgba(255,255,255,.2);padding-top:1rem}.capabilities li span{display:block;font-size:.6rem;margin-bottom:.5rem;font-weight:700}footer .cta{border-top:1px solid var(--accent);padding-top:2rem;display:flex;justify-content:space-between;align-items:flex-end}footer p{font-size:.8rem;text-transform:uppercase;letter-spacing:.1rem}.email-link{color:var(--text);text-decoration:none;font-size:1.5rem;font-weight:300;transition:opacity .3s}.email-link:hover{opacity:.5}@media (max-width: 1024px){.hero-content{flex-direction:column;align-items:flex-start}.manifesto{max-width:100%;font-size:2.5rem}.logo-wrapper{max-width:250px;margin-top:2rem}}@media (max-width: 768px){.manifesto{font-size:2rem}footer .cta{flex-direction:column;align-items:flex-start;gap:1rem}}
