:root{--bg: #050505;--text: #e0e0e0;--accent: #fff;--dim: #666;--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");--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg);color:var(--text);font-family:var(--font-mono);min-height:100vh;width:100%;overflow-y:auto;display:flex;align-items:center;justify-content:center;line-height:1.5}.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:100vw;min-height:100vh;padding:4vh 0 4vh 2rem;display:flex;flex-direction:column;justify-content:space-between;z-index:1}header{border-bottom:1px dashed var(--dim);padding-bottom:1rem}.terminal-header{display:flex;justify-content:space-between;align-items:flex-end;font-size:.85rem;color:var(--dim);text-transform:uppercase;white-space:pre-line}.hero{flex:1;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr;align-items:center;width:100%}.terminal-text{grid-column:1;grid-row:1;min-width:0;z-index:2}.manifesto{font-size:clamp(1.5rem,3.5vw,2.6rem);font-weight:400;line-height:1.2;letter-spacing:-.05em;position:relative;display:inline-block;white-space:nowrap}.manifesto:after{content:"█";display:inline-block;margin-left:8px;animation:blink 1s step-start infinite;color:var(--accent)}.manifesto.typing-complete:after{animation:blink 2s step-start infinite;opacity:.5}@keyframes blink{50%{opacity:0}}.logo-wrapper{grid-column:1;grid-row:1;width:560px;max-width:64vw;justify-self:end;display:flex;justify-content:flex-end;z-index:1}.large-logo{width:100%;height:auto;opacity:.88;transform:translate(150px)}.capabilities ul{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.capabilities li{font-size:.85rem;color:var(--dim);border-top:1px dashed var(--dim);padding-top:.75rem}.capabilities li span{display:block;font-size:.75rem;margin-bottom:.25rem;color:var(--text);font-weight:700}footer .cta{border-top:1px dashed var(--dim);padding-top:.5rem;display:flex;justify-content:space-between;align-items:flex-end}footer p{font-size:1rem;text-transform:uppercase;color:var(--dim)}.email-link{color:var(--text);text-decoration:none;font-size:1.5rem;transition:all .2s ease;padding:.25rem .5rem;background-color:transparent}.email-link:hover{background-color:var(--text);color:var(--bg)}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;justify-items:flex-start;text-align:left;gap:1.5rem}.logo-wrapper{position:absolute;top:4vh;right:2rem;max-width:104px;margin:0;z-index:10}.large-logo{transform:none}.manifesto{font-size:1.25rem;white-space:nowrap;text-align:left}}@media (max-width: 768px){body{height:auto;overflow-y:auto}main{height:100%;min-height:100vh;padding-bottom:2rem;position:relative}.manifesto{font-size:1.25rem;white-space:nowrap;text-align:left}footer .cta{flex-direction:column;align-items:flex-start;text-align:left;gap:1rem}.terminal-header{flex-direction:column;align-items:flex-start;gap:.5rem;padding-right:100px}}
