@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f3ee;--surface:#ffffffb8;--surface-strong:#fff;--border:#0f172a1a;--border-strong:#0f172a29;--text:#111;--muted:#5f6368;--soft:#8b9198;--accent:#1f6f62;--accent-soft:#1f6f621f;--shadow:0 24px 80px #11111114;--max-width:1180px;--radius-xl:32px;--radius-lg:24px;--radius-md:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;color:var(--text);background:radial-gradient(circle at 0 0,#1f6f6217,#0000 28%),linear-gradient(#f8f7f3 0%,#f4f2ec 45%,#f1efe9 100%);margin:0;font-family:Manrope,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}img,svg{max-width:100%;display:block}::selection{background:#1f6f6233}#app{width:100%}.page-shell{width:min(100%, var(--max-width));margin:0 auto;padding:0 24px 72px}.site-header{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);justify-content:space-between;align-items:center;gap:24px;padding:20px 0;display:flex;position:sticky;top:0}.site-header:before{content:"";z-index:-1;background:#f5f3eec7;border:1px solid #ffffff59;border-radius:999px;position:absolute;inset:8px -20px;box-shadow:0 10px 30px #1111110d}.brand,.site-nav a,.eyebrow,.timeline-step-date,.timeline-step-index,.card-topline,.phase-pill,.tag{font-family:IBM Plex Mono,monospace}.brand{letter-spacing:.03em;font-size:.92rem;font-weight:500}.site-nav{align-items:center;gap:20px;display:flex}.site-nav a{color:var(--muted);font-size:.82rem;transition:color .18s}.site-nav a:hover,.site-nav a:focus-visible{color:var(--text)}.hero-section{align-items:center;min-height:calc(100vh - 88px);padding:24px 0 40px;display:flex}.hero-layout{grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);align-items:end;gap:32px;width:100%;display:grid}.hero-copy{width:min(820px,100%)}.hero-visual{justify-content:center;align-items:flex-end;min-height:560px;display:flex}.hero-portrait-shell{width:min(100%,420px);position:relative}.hero-portrait-shell:before{content:"";filter:blur(10px);z-index:0;background:radial-gradient(circle at 50% 20%,#1f6f6229,#1f6f6208 58%,#0000 72%);border-radius:44% 56% 30% 30%;position:absolute;inset:12% 6% 2%}.hero-portrait{z-index:1;object-fit:contain;object-position:bottom center;width:100%;max-height:640px;position:relative}.eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 18px;font-size:.8rem}.hero-copy h1,.section-intro h2,.timeline-step-header h3,.project-card h3,.skill-card h3,.achievement-card h3{letter-spacing:-.04em;margin:0}.hero-copy h1{max-width:8ch;font-size:clamp(3.5rem,9vw,6.8rem);line-height:.95}.hero-role{color:var(--muted);margin:18px 0 10px;font-size:clamp(1.15rem,2.2vw,1.45rem)}.hero-summary,.section-intro p,.timeline-step-copy,.project-card p,.skill-card p,.achievement-card p,.summary-copy{color:var(--muted)}.hero-summary{max-width:60ch;margin:0;font-size:1.05rem}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:36px;display:flex}.button{border:1px solid var(--border-strong);border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:0 20px;transition:transform .18s,background-color .18s,border-color .18s,color .18s;display:inline-flex}.button svg,.card-links a svg,.social-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px}.button:hover,.button:focus-visible,.card-links a:hover,.card-links a:focus-visible,.social-link:hover,.social-link:focus-visible{transform:translateY(-1px)}.button-primary{background:var(--text);color:#fff;border-color:#0000}.button-primary:hover,.button-primary:focus-visible{background:var(--accent)}.button-secondary{background:#ffffff75}.timeline-step-card,.project-card,.achievement-card,.skill-card,.social-link{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.card-topline{color:var(--soft);letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px;font-size:.78rem;display:block}.section{padding:56px 0 0}.section-intro{max-width:760px;margin-bottom:34px}.section-intro h2{max-width:12ch;font-size:clamp(2rem,5vw,3.4rem);line-height:1.02}.section-intro p{max-width:60ch;margin:12px 0 0}.timeline-layout{gap:28px;display:grid}.tag-row{flex-wrap:wrap;gap:10px;display:flex}.tag{color:var(--muted);background:#ffffffd9;border:1px solid #11111114;border-radius:999px;align-items:center;padding:7px 10px;font-size:.77rem;display:inline-flex}.timeline-track{width:min(100%,1080px);margin:0 auto;padding:12px 0 0;position:relative}.timeline-track:before{content:"";background:linear-gradient(#1111111f,#1f6f6233);width:2px;position:absolute;top:8px;bottom:8px;left:50%;transform:translate(-50%)}.timeline-step{opacity:.34;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;min-height:58vh;margin-bottom:20px;transition:opacity .26s,transform .26s,filter .26s;display:grid;position:relative;transform:translateY(8px)}.timeline-step:before{content:"";border:4px solid var(--bg);background:#11111129;border-radius:50%;width:18px;height:18px;transition:background-color .22s,transform .22s;position:absolute;top:46px;left:50%;transform:translate(-50%)}.timeline-step.is-active{opacity:1;filter:saturate(1.04);transform:translateY(0)}.timeline-step.is-active:before{background:var(--accent);transform:translate(-50%)scale(1.08)}.timeline-step-card{border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--border);width:min(100%,460px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:28px;transition:border-color .26s,background-color .26s,transform .26s}.timeline-step-left .timeline-step-card{grid-column:1;justify-self:start;margin-right:56px}.timeline-step-right .timeline-step-card{grid-column:2;justify-self:end;margin-left:56px}.timeline-step.is-active .timeline-step-card{background:#ffffffeb;border-color:#11111129;transform:translateY(-2px)}.timeline-step-index{color:var(--soft);letter-spacing:.08em;margin-bottom:12px;font-size:.86rem}.timeline-step-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.timeline-step-header h3{max-width:16ch;font-size:clamp(1.45rem,3vw,2.2rem);line-height:1.1}.phase-pill{background:var(--accent-soft);color:var(--accent);border-radius:999px;flex-shrink:0;padding:8px 10px;font-size:.74rem}.timeline-step-copy{max-width:52ch;margin:14px 0 0}.card-grid{gap:18px;display:grid}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.achievement-grid{grid-template-columns:repeat(2,minmax(320px,420px));justify-content:center}.skills-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-card,.achievement-card,.skill-card{border-radius:var(--radius-lg);padding:24px}.project-card h3,.skill-card h3,.achievement-card h3{font-size:1.45rem;line-height:1.08}.project-card p,.skill-card p,.achievement-card p{margin:10px 0 18px}.card-links{gap:16px;margin-top:20px;display:flex}.card-links a{color:var(--muted);align-items:center;gap:8px;transition:color .18s;display:inline-flex}.card-links a:hover,.card-links a:focus-visible{color:var(--text)}.achievement-card{flex-direction:column;justify-content:space-between;min-height:220px;display:flex}.achievement-content{gap:14px;display:grid}.achievement-card h3{margin-top:4px}.achievement-card p{margin:0}.achievement-card .card-links{margin-top:28px}.achievement-metric{letter-spacing:-.05em;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;line-height:1;display:block}.socials-section{padding-bottom:32px}.social-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.social-link{color:var(--muted);border-radius:999px;align-items:center;gap:14px;padding:20px 22px;transition:color .18s,border-color .18s;display:flex}.social-link:hover,.social-link:focus-visible{color:var(--text);border-color:var(--border-strong)}.social-icon{background:#ffffffdb;border:1px solid #11111114;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.reveal{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(18px)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (width<=980px){.page-shell{padding-inline:18px}.achievement-grid,.skills-grid,.social-grid,.project-grid{grid-template-columns:1fr}.hero-layout{grid-template-columns:1fr;align-items:start;gap:24px}.hero-visual{order:0;justify-content:flex-start;min-height:auto}.hero-portrait-shell{width:min(100%,320px)}.timeline-layout{gap:20px}.timeline-track{width:100%;padding-left:26px}.timeline-track:before{left:9px;transform:none}.timeline-step{grid-template-columns:1fr;gap:0;min-height:auto}.timeline-step:before{left:-26px;transform:none}.timeline-step.is-active:before{transform:scale(1.08)}.timeline-step-left .timeline-step-card,.timeline-step-right .timeline-step-card{grid-column:1;justify-self:stretch;width:100%;margin:0}.timeline-step-header{grid-template-columns:1fr;display:grid}}@media (width<=720px){.page-shell{padding:0 14px 56px}.site-header{flex-direction:row;justify-content:center;align-items:center;gap:0;padding:12px 0;position:sticky}.site-header:before{border-radius:22px;inset:4px -6px}.brand{display:none}.site-nav{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.site-nav a{white-space:nowrap;justify-content:center;align-items:center;min-height:36px;font-size:.74rem;display:flex}.hero-section{min-height:auto;padding:10px 0 24px}.hero-layout{gap:18px}.hero-copy h1{max-width:100%;font-size:clamp(2.65rem,15vw,4rem);line-height:.98}.hero-role{margin-top:12px;font-size:1rem}.hero-summary{font-size:.98rem}.hero-visual{justify-content:center}.hero-portrait-shell{width:min(100%,240px);margin:0 auto}.hero-portrait{max-height:360px}.hero-actions{flex-direction:column;align-items:stretch;gap:12px;margin-top:24px}.button{width:100%;min-height:48px}.section{padding-top:44px}.section-intro{margin-bottom:24px}.section-intro h2{max-width:100%;font-size:clamp(1.7rem,9vw,2.4rem)}.section-intro p{font-size:.96rem}.timeline-step-card,.project-card,.achievement-card,.skill-card{border-radius:22px;padding:20px}.timeline-step-header{gap:12px}.timeline-step-header h3{max-width:100%;font-size:clamp(1.25rem,7vw,1.6rem)}.timeline-step-copy{max-width:100%}.timeline-step-card{width:100%}.timeline-step-date,.timeline-step-index,.card-topline,.phase-pill,.tag{font-size:.72rem}.achievement-grid{grid-template-columns:1fr;justify-content:stretch}.skills-grid,.project-grid,.social-grid{grid-template-columns:1fr}.social-link{border-radius:24px;padding:16px 18px}}@media (width<=480px){.page-shell{padding-inline:12px}.site-header{gap:10px}.site-nav{gap:8px}.hero-layout{gap:14px}.hero-copy h1{font-size:clamp(2.35rem,14vw,3.25rem)}.hero-summary,.project-card p,.skill-card p,.achievement-card p,.timeline-step-copy,.section-intro p{font-size:.92rem}.timeline-track{padding-left:20px}.timeline-track:before{left:7px}.timeline-step:before{width:16px;height:16px;left:-20px}.timeline-step-card,.project-card,.achievement-card,.skill-card{border-radius:18px;padding:18px}.achievement-metric{font-size:clamp(1.9rem,10vw,2.5rem)}.tag-row{gap:8px}.tag{padding:6px 8px}.social-link{gap:12px;padding:14px 16px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:0s!important;animation:none!important}}
