:root{--bg:#0b1020;--surface:#121a2b;--surface-2:#182235;--text:#f3f7ff;--muted:#a6b0c3;--accent:#8b5cf6;--border:#243041;--container:1100px;--radius-md:.75rem;--radius-lg:1rem}*,:before,:after{box-sizing:border-box}body{background-color:var(--bg);color:var(--text);margin:0;font-family:Inter,system-ui,sans-serif;line-height:1.5}h1,h2{letter-spacing:-.02em;line-height:1.2}h1,h2,p{margin:0}.container{width:min(100% - 2rem, var(--container));margin-inline:auto}.hero,.projects-section,.contact-section{padding:4rem 0}.projects-section,.contact-section{border-top:1px solid var(--border);padding-top:4rem}.hero{padding:4rem 0 3rem}.hero-grid{align-items:center;gap:2rem;display:grid}.hero-image{aspect-ratio:1;object-fit:cover;border:1px solid var(--border);border-radius:50%;width:min(100%,260px)}.eyebrow{color:var(--accent);margin-bottom:1rem}.hero-title{margin-bottom:1rem;font-size:clamp(2.75rem,8vw,5rem)}.hero-description{max-width:42rem;color:var(--muted);font-size:1.1rem;line-height:1.6}.section-title{margin-bottom:1rem;font-size:1.75rem}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:.75rem 1rem;font-weight:700;text-decoration:none;transition:transform .2s,border-color .2s,background-color .2s;display:inline-flex}.button-primary{background:var(--accent);color:#fff}.button-secondary{border-color:var(--border);color:var(--text)}.button:hover{transform:translateY(-2px)}.site-header{padding:1rem 0}.header-content{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--text);letter-spacing:-.04em;font-weight:800;text-decoration:none}.site-nav{gap:1rem;display:flex}.site-nav a{color:var(--muted);font-weight:600;text-decoration:none}.site-nav a:hover{color:var(--text)}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-top:2rem;display:grid}.project-card{background-color:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .2s,border-color .2s;display:flex}.project-card:hover{border-color:var(--accent);transform:translateY(-4px)}.project-category{color:var(--accent);margin-bottom:.5rem;font-size:.8rem}.project-title{margin-bottom:.5rem;font-size:1.25rem}.project-description{color:var(--muted);min-height:7.5rem;line-height:1.6}.project-links{flex-wrap:wrap;gap:1rem;margin-top:auto;padding-top:1.25rem;display:flex}.project-links a{color:var(--text);font-weight:700;text-decoration:none}.project-links a:hover{color:var(--accent)}.tech-list{flex-wrap:wrap;gap:.5rem;margin:1.25rem 0 0;padding:0;list-style:none;display:flex}.tech-list li{border:1px solid var(--border);color:var(--text);background-color:var(--surface-2);border-radius:999px;padding:.35rem .75rem;font-size:.85rem;line-height:1}.project-image{aspect-ratio:16/10;object-fit:cover;object-position:top;border:1px solid var(--border);border-radius:12px;width:100%;transition:transform .3s}.project-card:hover .project-image{transform:scale(1.03)}.contact-section{padding-bottom:5rem}.contact-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);width:100%;padding:2rem}.contact-card h2{margin:.5rem 0 1rem;font-size:clamp(2rem,5vw,3rem);line-height:1.1}.contact-card p{color:var(--muted);max-width:38rem}.contact-description{max-width:40rem;color:var(--muted);margin:1rem 0;line-height:1.6}.contact-links{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.contact-links a{border:1px solid var(--border);min-height:2.75rem;color:var(--text);border-radius:999px;justify-content:center;align-items:center;padding:0 1rem;font-weight:700;text-decoration:none;display:inline-flex}.contact-links a:hover{color:var(--accent);border-color:var(--accent)}a:focus-visible,button:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.site-footer{border-top:1px solid var(--border);margin-top:4rem;padding:2rem 0}.site-footer .container{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.site-footer p{color:var(--muted);font-size:.9rem}.footer-links{gap:1rem;display:flex}.footer-links a{color:var(--text);font-size:.9rem;text-decoration:none}.footer-links a:hover{color:var(--accent)}@media (width<=640px){.header-content{align-items:flex-start;gap:1rem}.site-nav{gap:.75rem}.hero{padding-top:3rem}.hero-actions,.contact-links{flex-direction:column;align-items:stretch}.button{width:100%}.project-description{min-height:auto}}@media (width<=520px){.contact-card{text-align:center}.contact-links{flex-direction:column}.contact-links a{width:100%}}@media (width<=767px){.hero-image-wrap{justify-self:center;margin-top:1.5rem}.hero-image{width:200px}}@media (width>=768px){.hero-grid{grid-template-columns:1.3fr .7fr}.hero-image-wrap{justify-self:end}.hero-image{width:260px}}
