@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg-color:#fff;--text-primary:#111;--text-secondary:#555;--border-color:#e5e5e5;--accent-color:#000;--font-sans:"Inter", -apple-system, sans-serif;--font-mono:"JetBrains Mono", monospace}@media (prefers-color-scheme:dark){:root{--bg-color:#0a0a0a;--text-primary:#f5f5f5;--text-secondary:#a3a3a3;--border-color:#262626;--accent-color:#fff}}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-sans);color:var(--text-primary);background-color:var(--bg-color);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;line-height:1.5}#root{max-width:1024px;margin:0 auto;padding:4rem 2rem}h1,h2,h3{letter-spacing:-.02em;color:var(--text-primary);font-weight:700}h1{margin-bottom:.5rem;font-size:2.5rem;line-height:1.1}h2{border-bottom:2px solid var(--border-color);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:2rem;padding-bottom:.5rem;font-size:1rem;display:flex}h2:before{content:"//";font-family:var(--font-mono);color:var(--text-secondary);opacity:.5;font-weight:400}h3{align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.125rem;display:flex}h3:before{content:">_";font-family:var(--font-mono);color:var(--text-secondary);font-size:.9em;font-weight:400}p{color:var(--text-secondary)}section{margin-bottom:6rem}.lang-switcher{font-family:var(--font-mono);justify-content:flex-end;gap:1rem;margin-bottom:2rem;font-size:.85rem;display:flex}.lang-switcher button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;transition:color .2s;position:relative}.lang-switcher button:before{content:"[";opacity:0;margin-right:2px;transition:all .2s;transform:translate(5px)}.lang-switcher button:after{content:"]";opacity:0;margin-left:2px;transition:all .2s;transform:translate(-5px)}.lang-switcher button:hover:before,.lang-switcher button.active:before,.lang-switcher button:hover:after,.lang-switcher button.active:after{opacity:1;transform:translate(0)}.lang-switcher button:hover,.lang-switcher button.active{color:var(--text-primary);font-weight:700}.hero{flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:2rem;display:flex}.hero-content{flex:1;max-width:600px}.hero-meta{font-family:var(--font-mono);color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.hero-meta:before{content:"";background-color:var(--text-primary);border-radius:50%;width:8px;height:8px;display:inline-block}.hero-statement{color:var(--text-primary);margin-bottom:2rem;font-size:1.25rem;font-weight:500;line-height:1.6}.cta-button{background-color:var(--accent-color);color:var(--bg-color);font-family:var(--font-mono);border-radius:4px;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-block}.cta-button:hover{opacity:.9;transform:translateY(-2px)}.portrait-wrapper{border-radius:8px;width:300px;height:auto;margin-bottom:0;overflow:hidden;box-shadow:0 10px 30px #0003}.portrait-wrapper img{width:100%;height:auto;display:block}@media (width<=768px){.hero{flex-direction:column-reverse;align-items:flex-start}.portrait-wrapper{width:200px;margin-bottom:1.5rem}}.matrix-3col{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.matrix-item{border-left:1px solid var(--border-color);padding-left:1.5rem}.projects-list{flex-direction:column;gap:0;display:flex}.project-row{border-bottom:1px solid var(--border-color);color:inherit;grid-template-columns:1fr 1fr 2fr;align-items:start;gap:1.5rem;padding:1.5rem 0;text-decoration:none;display:grid}.project-row:hover{background-color:#8080800d}.project-name{color:var(--text-primary);font-weight:700}.project-scope{font-family:var(--font-mono);color:var(--text-secondary);font-size:.85rem}.project-takeaway{color:var(--text-secondary);font-size:.95rem}@media (width<=768px){.project-row{grid-template-columns:1fr;gap:.5rem}}.footer{border-top:2px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding-top:2rem;display:flex}.footer-contact{font-family:var(--font-mono);font-size:.9rem}.footer-contact a{color:var(--text-primary);border-bottom:1px solid var(--text-primary);padding-bottom:2px;text-decoration:none}.impressum{color:var(--text-secondary);font-size:.85rem}
