@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;padding:0;background-color:#fafafa;color:#374151;line-height:1.6}main{max-width:960px;margin:0 auto;padding:2rem 1rem}h1,h2,h3,h4,h5,h6{color:#111827;margin-top:2rem;margin-bottom:1rem;line-height:1.3}p{margin-bottom:1.5rem;color:#374151}a{color:#2563eb;text-decoration:none;transition:color .2s ease}a:hover{color:#1d4ed8}.site-header{background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;z-index:50}.main-nav{display:flex;align-items:center;justify-content:space-between;max-width:960px;margin:0 auto;padding:1rem;font-size:.95rem}.main-nav a{color:#374151;font-weight:500;margin-right:.75rem}.main-nav a:hover{color:#2563eb}.nav-item-projects{position:relative;display:inline-block}.nav-projects-dropdown{position:absolute;top:100%;left:0;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem 0;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);opacity:0;transform:translateY(10px);pointer-events:none;min-width:200px;transition:all .2s ease;z-index:40}.nav-item-projects:hover .nav-projects-dropdown{opacity:1;transform:translateY(0);pointer-events:auto}.nav-projects-dropdown a{display:block;padding:.5rem 1rem;color:#374151;margin-right:0}.nav-projects-dropdown a:hover{background-color:#f9fafb;color:#2563eb}.hero{padding:3.5rem 0;margin-top:1rem;margin-bottom:2.5rem;background:transparent;border:none;box-shadow:none}.hero-inner{max-width:960px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative}.hero-inner .lang-toggle{width:100%}.hero-text{max-width:640px;text-align:left;margin-top:1.5rem}.hero-eyebrow{font-size:.875rem;letter-spacing:.12em;text-transform:uppercase;color:#6b7280;margin-bottom:.75rem}.hero-title{font-size:2.25rem;font-weight:700;letter-spacing:-.03em;margin:0 0 1rem;color:#111827}.hero-subtitle{font-size:1.25rem;font-weight:600;color:#2563eb;margin:0 0 1rem}.hero-intro{font-size:1.125rem;color:#4b5563;margin:0;max-width:60ch}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem;justify-content:flex-start}.hero-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background-color:#2563eb;color:#fff!important;border-radius:.375rem;font-weight:500;border:1px solid #2563eb;transition:background-color .2s,border-color .2s,color .2s}.hero-button:hover{background-color:#1d4ed8;border-color:#1d4ed8}.hero-secondary-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background-color:#f3f4f6;color:#374151;border-radius:.375rem;font-weight:500;border:1px solid #d1d5db;transition:background-color .2s,border-color .2s,color .2s}.hero-secondary-button:hover{background-color:#fff;border-color:#9ca3af}@media (min-width:768px){.hero{padding:5.5rem 0}.hero-inner{flex-direction:row;align-items:center;justify-content:flex-start}.hero-inner .lang-toggle{position:absolute;top:0;right:0;width:auto;margin-bottom:0}.hero-text{margin-top:0;padding-right:6rem}.hero-title{font-size:3.75rem}.hero-actions{justify-content:flex-start}}.home-projects{margin-top:3rem}.home-projects h2{font-size:1.875rem;margin-bottom:2rem;color:#111827}.home-projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.project-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;transition:border-color .2s,box-shadow .2s,transform .2s;box-shadow:none}.project-card:hover{border-color:#bfdbfe;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transform:translateY(-2px)}.project-card h3{margin-top:0;font-size:1.25rem;margin-bottom:.75rem;color:#111827}.project-card p{color:#6b7280;font-size:1rem;line-height:1.6}.project-links{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem}.project-links a{display:inline-flex;align-items:center;justify-content:center;padding:.375rem .75rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;color:#4b5563;font-size:.875rem;font-weight:500;text-decoration:none}.project-links a:hover{background-color:#fff;border-color:#2563eb;color:#2563eb}.project-links a:first-child,.project-links a:last-child{border-color:#e5e7eb}.project-links a:first-child:hover,.project-links a:last-child:hover{border-color:#2563eb}footer{padding:3rem 1rem;border-top:1px solid #e5e7eb;margin-top:4rem;text-align:center;background:transparent}footer small{color:#9ca3af;font-size:.875rem}.lang-toggle{display:flex;justify-content:flex-end;gap:.5rem;margin-bottom:1rem}.lang-toggle button{padding:.25rem .75rem;border-radius:999px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;font-size:.85rem;color:#374151}.lang-toggle button.active{background:#2563eb;color:#fff;border-color:#2563eb}