:root{--bg:#fbfbfd;--bg-alt:#f5f5f7;--surface:#fff;--ink:#1d1d1f;--ink-soft:#424245;--ink-muted:#6e6e73;--line:rgba(0,0,0,.08);--line-strong:rgba(0,0,0,.16);--accent:#06c;--accent-hover:#0077ed;--dark-bg:#000;--dark-ink:#f5f5f7;--dark-ink-soft:#a1a1a6;--dark-line:hsla(0,0%,100%,.1);--space-xs:8px;--space-sm:16px;--space-md:32px;--space-lg:64px;--space-xl:120px;--space-2xl:180px;--max-w:1440px;--section-py:clamp(120px,18vw,200px);--r-sm:8px;--r-md:14px;--r-lg:20px;--r-pill:980px;--ease:cubic-bezier(0.28,0.11,0.32,1)}[data-theme=dark]{--bg:#000;--bg-alt:#0a0a0a;--surface:#1d1d1f;--ink:#f5f5f7;--ink-soft:#a1a1a6;--ink-muted:#86868b;--line:hsla(0,0%,100%,.08);--line-strong:hsla(0,0%,100%,.16)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Rubik,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,sans-serif;background:var(--bg);color:var(--ink);line-height:1.47059;font-weight:400;letter-spacing:-.005em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;transition:background .4s var(--ease),color .4s var(--ease)}img,svg,video{display:block;max-width:100%;height:auto}a{text-decoration:none}a,button{color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}ol,ul{list-style:none}::selection{background:var(--accent);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:600;line-height:1.05;letter-spacing:-.045em;color:var(--ink)}.display-hero{font-size:clamp(3.5rem,11vw,9rem);font-weight:700;line-height:.95;letter-spacing:-.06em}.display-xl{font-size:clamp(2.8rem,7vw,5.5rem);font-weight:600;line-height:1.04;letter-spacing:-.04em}.display-lg{font-size:clamp(2.2rem,5vw,4rem);font-weight:600;line-height:1.07;letter-spacing:-.035em}.display-md{font-size:clamp(1.6rem,3.2vw,2.4rem);font-weight:600;line-height:1.15;letter-spacing:-.025em}.eyebrow{font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--ink-muted);display:inline-block}.tagline{font-size:clamp(1.2rem,2vw,1.6rem);line-height:1.4;font-weight:400;color:var(--ink-soft);letter-spacing:-.005em}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 clamp(20px,5vw,60px)}.section{padding:var(--section-py) 0;position:relative}.section-dark{background:var(--dark-bg)}.section-dark,.section-dark h1,.section-dark h2,.section-dark h3{color:var(--dark-ink)}.section-dark .eyebrow{color:var(--dark-ink-soft)}.nav{position:fixed;top:0;left:0;right:0;z-index:7000;height:48px;background:rgba(251,251,253,.72);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--line);transition:background .3s,border-color .3s}[data-theme=dark] .nav{background:rgba(0,0,0,.72)}.nav-inner{max-width:1024px;margin:0 auto;height:100%;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:16px}.nav-logo{font-size:17px;font-weight:500;letter-spacing:-.02em;display:inline-flex;align-items:center;gap:8px;color:var(--ink);text-decoration:none}.nav-logo-mark{width:14px;height:14px;background:var(--accent);border-radius:3px;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:700;line-height:1}.nav-logo-text strong{font-weight:600}.nav-links{display:none;gap:32px}@media (min-width:833px){.nav-links{display:flex}}.nav-link{font-size:12px;font-weight:400;color:var(--ink);opacity:.88;transition:opacity .2s}.nav-link:hover{opacity:1}.nav-actions{display:inline-flex;align-items:center;gap:14px}.nav-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;color:var(--ink);opacity:.88;transition:opacity .2s}.nav-icon:hover{opacity:1}.nav-icon svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:11px 22px;border-radius:var(--r-pill);font-size:17px;font-weight:400;line-height:1.2;letter-spacing:-.005em;cursor:pointer;transition:background .2s,color .2s,transform .3s var(--ease);text-decoration:none;white-space:nowrap}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:transparent;color:var(--accent);border:1px solid var(--accent)}.btn-secondary:hover{background:var(--accent);color:#fff}.btn-link{font-size:17px;color:var(--accent);display:inline-flex;align-items:center;gap:4px;cursor:pointer;transition:gap .2s var(--ease)}.btn-link:hover{gap:10px}.btn-link:after{content:"›";font-size:19px;font-weight:400;transition:transform .2s var(--ease)}.hero{min-height:100dvh;padding:120px 0 60px;display:flex;flex-direction:column;justify-content:space-between;text-align:center;background:var(--bg);position:relative;overflow:hidden}.hero-content{max-width:1024px;margin:0 auto;width:100%;padding:0 22px}.hero-eyebrow{font-size:17px;color:var(--ink-soft);margin-bottom:12px;letter-spacing:-.005em}.hero-title{margin-bottom:24px}.hero-tagline{font-size:clamp(1.4rem,2.6vw,2rem);font-weight:400;color:var(--ink-soft);line-height:1.3;letter-spacing:-.005em;max-width:720px;margin:0 auto}.hero-ctas{gap:16px;flex-wrap:wrap;margin-top:36px}.hero-ctas,.hero-visual{display:flex;justify-content:center}.hero-visual{margin-top:80px}.hero-visual img{max-width:min(640px,90vw);height:auto;filter:drop-shadow(0 30px 60px rgba(0,0,0,.18));animation:hero-float 6s ease-in-out infinite}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.section-head{text-align:center;max-width:920px;margin:0 auto clamp(60px,10vw,100px);padding:0 22px}.section-head .eyebrow{display:block;margin-bottom:18px}.section-head h2{margin-bottom:18px}.section-head p{font-size:clamp(1.2rem,2vw,1.5rem);color:var(--ink-soft);line-height:1.4;font-weight:400;letter-spacing:-.005em;max-width:720px;margin:0 auto}.about{text-align:center}.about-bio{font-size:clamp(1.2rem,2vw,1.5rem);line-height:1.5;color:var(--ink-soft);max-width:760px;margin:0 auto 60px;letter-spacing:-.005em}.about-photo-wrap{display:flex;justify-content:center;margin-bottom:80px}.about-photo{position:relative;width:clamp(220px,32vw,360px);aspect-ratio:4/5;border-radius:var(--r-lg);overflow:hidden;background:var(--bg-alt);box-shadow:0 30px 60px -20px rgba(0,0,0,.2)}.about-photo img{width:100%;height:100%;object-fit:cover}.about-photo-badge{position:absolute;bottom:12px;left:12px;right:12px;padding:8px 16px;background:rgba(0,0,0,.72);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#fff;font-size:13px;font-weight:500;border-radius:100px;letter-spacing:-.005em;text-align:center}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:0 auto;max-width:1024px}.about-stat{background:var(--bg);padding:50px 24px;text-align:center}.about-stat-num{font-size:clamp(3rem,6vw,5rem);font-weight:600;line-height:1;letter-spacing:-.05em;color:var(--ink);margin-bottom:12px}.about-stat-num .suffix{color:var(--accent)}.about-stat-label{font-size:14px;color:var(--ink-muted);letter-spacing:-.005em}.skills-grid{display:grid;grid-template-columns:1fr;grid-gap:1px;gap:1px;background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}@media (min-width:600px){.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:980px){.skills-grid{grid-template-columns:repeat(3,1fr)}}.skill-card{background:var(--bg);padding:clamp(40px,5vw,60px) clamp(24px,4vw,48px);text-align:left;transition:background .4s var(--ease);cursor:default}.skill-card:hover{background:var(--bg-alt)}.skill-card-num{font-family:var(--font-jetbrains),monospace;font-size:12px;font-weight:500;color:var(--ink-muted);letter-spacing:.1em;margin-bottom:24px}.skill-card-icon{width:56px;height:56px;margin-bottom:28px;color:var(--accent)}.skill-card-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.skill-card h3{font-size:clamp(1.4rem,2.4vw,1.8rem);font-weight:600;margin-bottom:8px}.skill-card-desc{font-size:17px;line-height:1.4;color:var(--ink-soft);margin-bottom:32px}.skill-card-meter{height:4px;background:var(--line);border-radius:100px;overflow:hidden;margin-bottom:12px}.skill-card-meter-fill{height:100%;background:var(--accent);border-radius:inherit;width:0;transition:width 1.4s var(--ease)}.skill-card-pct{font-size:13px;color:var(--ink-muted);font-weight:500;letter-spacing:-.005em}.projects-list{display:flex;flex-direction:column;gap:1px;background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.project-row{background:var(--bg);display:grid;grid-template-columns:1fr;grid-gap:0;gap:0;padding:clamp(60px,8vw,100px) clamp(24px,5vw,80px);text-align:center;position:relative;transition:background .4s var(--ease);cursor:pointer}.project-row:hover{background:var(--bg-alt)}@media (min-width:900px){.project-row{grid-template-columns:1fr 1fr;text-align:left;align-items:center;gap:60px}}.project-row.is-reverse .project-info{order:2}.project-row.is-reverse .project-visual{order:1}.project-info{max-width:560px;margin:0 auto}@media (min-width:900px){.project-info{margin:0}}.project-meta{font-size:14px;color:var(--ink-muted);letter-spacing:-.005em;margin-bottom:12px;font-family:var(--font-jetbrains),monospace;font-weight:500;text-transform:uppercase}.project-title{font-size:clamp(1.8rem,4vw,3.2rem);font-weight:600;letter-spacing:-.035em;line-height:1.05;margin-bottom:18px;color:var(--ink)}.project-desc{font-size:clamp(1.05rem,1.6vw,1.25rem);line-height:1.5;color:var(--ink-soft);margin-bottom:28px}.project-stack{display:inline-flex;flex-wrap:wrap;gap:8px;margin-bottom:28px;justify-content:center}@media (min-width:900px){.project-stack{justify-content:flex-start}}.project-stack span{font-size:12px;padding:6px 14px;background:var(--bg-alt);border-radius:100px;color:var(--ink-soft);font-weight:500;letter-spacing:-.005em}.project-visual{display:flex;justify-content:center;align-items:center}.project-visual img,.project-visual svg{width:100%;max-width:520px;border-radius:var(--r-lg);box-shadow:0 30px 60px -20px rgba(0,0,0,.18);transition:transform .6s var(--ease)}.project-row:hover .project-visual img,.project-row:hover .project-visual svg{transform:translateY(-8px)}.timeline{max-width:920px;margin:0 auto}.timeline-item{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;padding:36px 0;border-bottom:1px solid var(--line);text-align:center}@media (min-width:720px){.timeline-item{grid-template-columns:140px 1fr;gap:40px;text-align:left;padding:44px 0}}.timeline-year{font-family:var(--font-jetbrains),monospace;font-size:14px;font-weight:500;color:var(--accent);letter-spacing:.02em}.timeline-role{font-size:clamp(1.3rem,2.4vw,1.75rem);font-weight:600;letter-spacing:-.025em;margin-bottom:4px;color:var(--ink)}.timeline-org{font-size:17px;color:var(--ink-soft);margin-bottom:8px;letter-spacing:-.005em}.timeline-text{font-size:15px;color:var(--ink-muted);line-height:1.5}.contact{text-align:center;background:var(--bg)}.contact-headline{font-size:clamp(3rem,9vw,7.5rem);font-weight:700;line-height:.95;letter-spacing:-.055em;margin-bottom:32px;color:var(--ink)}.contact-headline em{font-style:normal;color:var(--accent)}.contact-subline{font-size:clamp(1.2rem,2vw,1.5rem);color:var(--ink-soft);max-width:640px;margin:0 auto 60px;letter-spacing:-.005em;line-height:1.4}.contact-emails{display:flex;flex-direction:column;gap:18px;align-items:center;margin-bottom:60px}.contact-email{font-size:clamp(1.2rem,2.4vw,1.8rem);font-weight:500;color:var(--accent);letter-spacing:-.02em;text-decoration:none;transition:opacity .2s}.contact-email:hover{opacity:.7}.contact-divider{font-size:17px;color:var(--ink-muted);letter-spacing:-.005em}.contact-cta-row{display:inline-flex;margin-bottom:80px}.contact-cta-row,.contact-socials{gap:16px;flex-wrap:wrap;justify-content:center}.contact-socials{display:flex;padding-top:40px;border-top:1px solid var(--line);max-width:600px;margin:0 auto}.contact-social{width:44px;height:44px;border-radius:50%;background:var(--bg-alt);display:grid;place-items:center;color:var(--ink);transition:background .3s var(--ease),color .3s,transform .4s var(--ease)}.contact-social:hover{background:var(--accent);color:#fff;transform:translateY(-3px)}.contact-social svg{width:18px;height:18px;fill:currentColor}.footer{background:var(--bg-alt);padding:50px 0 30px;font-size:12px;color:var(--ink-muted);letter-spacing:-.005em}.footer-inner{max-width:1024px;margin:0 auto;padding:0 22px}.footer-grid{display:grid;grid-template-columns:1fr;grid-gap:30px;gap:30px;padding-bottom:30px;border-bottom:1px solid var(--line);margin-bottom:24px}@media (min-width:720px){.footer-grid{grid-template-columns:repeat(4,1fr);gap:40px}}.footer-col h5{font-size:12px;font-weight:600;color:var(--ink);margin-bottom:12px;letter-spacing:-.005em}.footer-col ul{display:flex;flex-direction:column;gap:8px}.footer-col a{color:var(--ink-muted);transition:color .2s}.footer-col a:hover{color:var(--ink)}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;font-size:12px;color:var(--ink-muted)}.footer-made{display:inline-flex;align-items:center;gap:6px}.flag-icon{display:inline-block;width:16px;height:11px;background:linear-gradient(135deg,#009543 33%,#fbde4a 33% 66%,#dc241f 66%);border-radius:2px;vertical-align:middle}.back-to-top{position:fixed;bottom:24px;right:24px;width:44px;height:44px;border-radius:50%;background:rgba(0,0,0,.72);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#fff;display:grid;place-items:center;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .4s var(--ease),visibility .4s,transform .4s var(--ease),background .2s;z-index:6000}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--accent)}.back-to-top svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.reveal{opacity:0;transform:translateY(40px);transition:opacity 1.2s var(--ease),transform 1.2s var(--ease)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1!important;transform:none!important}.hero-visual img{animation:none!important}}@media (max-width:768px){.nav{height:44px}.nav-inner{padding:0 16px}.nav-link{display:none}.hero{padding:100px 0 60px}.about-stat{padding:36px 16px}.project-row{padding:60px 24px}.back-to-top{width:40px;height:40px;bottom:16px;right:16px}}