:root{--bg:#0a0a0b;--surface:#141416;--surface-elevated:#1a1a1e;--border:#1e1f26;--border-hover:#2a2b35;--text:#f0f0f2;--text-secondary:#8b8b96;--text-tertiary:#5c5c66;--accent:#6366f1;--accent-hover:#818cf8;--accent-muted:#6366f11f;--radius:.75rem;--radius-lg:1rem;--max-width:1120px;--font:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.container{width:min(var(--max-width),90vw);margin:0 auto}.section{padding:5rem 0}.section-header{margin-bottom:2.5rem}.eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.section-title{letter-spacing:-.02em;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;line-height:1.2}.section-subtitle{color:var(--text-secondary);max-width:56ch;margin-top:.75rem;line-height:1.7}.btn{border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-secondary{color:var(--text);border-color:var(--border);background:0 0}.btn-secondary:hover{border-color:var(--border-hover);background:var(--surface)}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0a0a0bd9;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;height:3.75rem;display:flex}.nav-logo{letter-spacing:-.02em;font-size:1.05rem;font-weight:700}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-secondary);font-size:.875rem;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-actions{align-items:center;gap:1rem;display:flex}.nav-linkedin{color:var(--text-secondary);justify-content:center;align-items:center;transition:color .2s;display:flex}.nav-linkedin:hover{color:var(--text)}.nav-cta{padding:.5rem 1rem;font-size:.85rem}.hero{padding:7rem 0 5rem}.hero-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;display:grid}.hero-badge{background:var(--accent-muted);color:var(--accent-hover);border:1px solid #6366f133;border-radius:2rem;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.25rem;padding:.4rem .85rem;font-size:.8rem;font-weight:500;display:inline-flex}.hero-badge-dot{background:var(--accent);border-radius:50%;width:6px;height:6px}.hero h1{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2.5rem,4.5vw,3.5rem);font-weight:800;line-height:1.08}.hero h1 .accent{color:var(--accent)}.hero-subtitle{color:var(--text-secondary);max-width:52ch;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.hero-image-wrap{justify-content:center;display:flex}.hero-image{aspect-ratio:4/5;object-fit:cover;border-radius:var(--radius-lg);border:1px solid var(--border);width:min(340px,100%)}.hero-metrics{border-top:1px solid var(--border);gap:2.5rem;margin-top:3rem;padding-top:2rem;display:flex}.hero-metric strong{letter-spacing:-.02em;color:var(--text);font-size:1.5rem;font-weight:700;display:block}.hero-metric span{color:var(--text-secondary);font-size:.82rem}.logos-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3rem 0}.logos-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);text-align:center;margin-bottom:2rem;font-size:.8rem;font-weight:500}.logos-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:3.5rem;display:flex}.logo-item{opacity:.55;align-items:center;gap:.75rem;transition:opacity .2s;display:flex}.logo-item:hover{opacity:.85}.logo-item img{object-fit:contain;border-radius:4px;width:auto;height:32px}.logo-item span{color:var(--text);letter-spacing:-.01em;font-size:1rem;font-weight:600}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.about-text{color:var(--text-secondary);font-size:1.02rem;line-height:1.8}.about-text p+p{margin-top:1rem}.about-highlights{flex-direction:column;gap:1rem;display:flex}.highlight-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;transition:border-color .2s}.highlight-card:hover{border-color:var(--border-hover)}.highlight-card h4{margin-bottom:.35rem;font-size:.95rem;font-weight:600}.highlight-card p{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.experience-list{flex-direction:column;gap:0;display:flex}.experience-item{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr;gap:1.5rem;padding:2rem 0;display:grid}.experience-item:first-child{padding-top:0}.experience-item:last-child{border-bottom:none}.experience-logo{border:1px solid var(--border);background:var(--surface);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.experience-logo img{object-fit:cover;width:100%;height:100%}.experience-logo-placeholder{color:var(--text-tertiary);font-size:1.1rem;font-weight:700}.experience-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.experience-role h3{font-size:1.05rem;font-weight:600}.experience-role .company{color:var(--text-secondary);margin-top:.15rem;font-size:.9rem}.experience-date{color:var(--text-tertiary);white-space:nowrap;font-size:.82rem}.experience-desc{color:var(--text-secondary);margin-top:.75rem;font-size:.9rem;line-height:1.7}.experience-tags{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.experience-tag{background:var(--surface);border:1px solid var(--border);color:var(--text-secondary);border-radius:2rem;padding:.3rem .65rem;font-size:.75rem;font-weight:500}.process-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.process-step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;padding:2rem;transition:border-color .2s;display:flex}.process-step:hover{border-color:var(--border-hover)}.process-step-header{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.process-step-number{color:var(--accent);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:2rem;font-weight:800;line-height:1}.process-step-meta{flex-direction:column;gap:.2rem;display:flex}.process-step-phase{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-size:.75rem;font-weight:600}.process-step-timeline{color:var(--text-tertiary);font-size:.82rem}.process-step-transition{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);margin-bottom:.35rem;font-size:.8rem;font-weight:500}.process-step-title{margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.process-step-desc{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9rem;line-height:1.65}.process-step-deliverables{flex-direction:column;flex:1;gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.process-step-deliverables li{color:var(--text-secondary);padding-left:1rem;font-size:.875rem;line-height:1.5;position:relative}.process-step-deliverables li:before{content:"";background:var(--accent);border-radius:50%;width:.35rem;height:.35rem;position:absolute;top:.55em;left:0}.process-step-cta{text-align:center;width:100%}.skills-grid{flex-wrap:wrap;gap:.6rem;display:flex}.skill-pill{background:var(--surface);border:1px solid var(--border);color:var(--text-secondary);border-radius:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:border-color .2s,color .2s}.skill-pill:hover{border-color:var(--border-hover);color:var(--text)}.contact-section{padding-bottom:6rem}.contact-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;max-width:640px;margin:0 auto;padding:3.5rem}.contact-card h2{letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700}.contact-card p{color:var(--text-secondary);max-width:44ch;margin-bottom:2rem;margin-left:auto;margin-right:auto;line-height:1.7}.contact-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.contact-email{color:var(--text-tertiary);margin-top:1.5rem;font-size:.875rem}.contact-email a{color:var(--text-secondary);transition:color .2s}.contact-email a:hover{color:var(--accent)}.footer{border-top:1px solid var(--border);padding:2rem 0}.footer-inner{justify-content:space-between;align-items:center;display:flex}.footer-text{color:var(--text-tertiary);font-size:.82rem}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--text-tertiary);font-size:.82rem;transition:color .2s}.footer-links a:hover{color:var(--text)}.footer-linkedin{color:var(--text-tertiary);font-size:.82rem;transition:color .2s}.footer-linkedin:hover{color:var(--text)}@media (max-width:768px){.nav-links{display:none}.hero{padding:4rem 0 3rem}.hero-grid{text-align:center;grid-template-columns:1fr}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-badge{margin-left:auto;margin-right:auto}.hero-image-wrap{order:-1}.hero-image{aspect-ratio:1;border-radius:50%;width:min(240px,60vw)}.hero-metrics{justify-content:center;gap:2rem}.about-grid,.process-grid{grid-template-columns:1fr}.experience-item{grid-template-columns:1fr;gap:.75rem}.experience-logo{display:none}.contact-card{padding:2rem 1.5rem}.footer-inner{text-align:center;flex-direction:column;gap:1rem}.logos-row{gap:2rem}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_2fe1ab3d-module__-T-KAq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_2fe1ab3d-module__-T-KAq__variable{--font-inter:"Inter","Inter Fallback"}
