:root{--bg:#fdf2f6;--bg-elevated:#fff;--border:#f2d3e0;--border-soft:#f8e2eb;--text-primary:#2c1b24;--text-secondary:#8a6d78;--text-muted:#bb9ba7;--accent:#d9487d;--accent-soft:#d9487d1a;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max-width:1024px;--radius:10px;--shadow-soft:0 2px 10px #d9487d0f}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}ul{list-style:none}img{max-width:100%;display:block}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.tech-icon{object-fit:contain;flex-shrink:0}.tech-icon--fallback{background:var(--accent-soft);color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.eyebrow-dot{color:var(--accent)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.navbar{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-soft);background:#fdf2f6d1;position:sticky;top:0}.navbar__inner{justify-content:space-between;align-items:center;height:76px;display:flex}.navbar__logo{letter-spacing:-.02em;font-size:20px;font-weight:800}.navbar__links{gap:36px;display:flex}.navbar__link{color:var(--text-secondary);border-bottom:2px solid #0000;padding-bottom:6px;font-size:14px;font-weight:500;transition:color .15s}.navbar__link:hover{color:var(--text-primary)}.navbar__link--active{color:var(--text-primary);border-bottom-color:var(--accent)}@media (width<=640px){.navbar__links{gap:18px}.navbar__link{font-size:13px}}.hero{padding:88px 0 64px}.hero__grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:40px;display:grid}.hero__eyebrow{color:var(--accent);margin-bottom:16px;font-size:15px;font-weight:600}.hero__name{letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(44px,6vw,72px);font-weight:800;line-height:1.02}.hero__name-line{display:block}.hero__tagline{color:var(--text-secondary);max-width:440px;margin-bottom:36px;font-size:17px;line-height:1.6}.hero__actions{margin-bottom:32px}.btn{border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;padding:13px 22px;font-size:14px;font-weight:600;transition:transform .15s,background .15s,border-color .15s;display:inline-flex}.btn--primary{background:var(--text-primary);color:var(--bg)}.btn--primary:hover{background:var(--accent);transform:translateY(-1px)}.btn--secondary{color:var(--text-primary);border-color:var(--border);background:0 0}.btn--secondary:hover{border-color:var(--accent)}.hero__socials{gap:14px;display:flex}.social-icon{border:1px solid var(--border);width:40px;height:40px;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;transition:color .15s,border-color .15s;display:flex}.social-icon:hover{color:var(--accent);border-color:var(--accent)}.hero__visual{justify-content:center;display:flex}.hero-illustration{filter:drop-shadow(0 10px 28px #d9487d1a);width:100%;max-width:460px;height:auto}.hero__photo{aspect-ratio:1;object-fit:cover;object-position:center 20%;width:100%;max-width:340px;box-shadow:var(--shadow-soft);border-radius:50%;box-shadow:0 0 35px #d9487d40}.hero-cursor{animation:1.1s step-end infinite blink}@keyframes blink{50%{opacity:0}}@media (width<=860px){.hero__grid{grid-template-columns:1fr}.hero__visual{order:-1}.hero{padding:48px 0 40px}}.stack-section{border-top:1px solid var(--border-soft);padding:56px 0}.section-title{letter-spacing:-.02em;margin-bottom:28px;font-size:24px;font-weight:700}.stack-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.stack-badge{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);background:var(--bg-elevated);box-shadow:var(--shadow-soft);align-items:center;gap:10px;padding:14px 16px;font-size:14px;font-weight:500;transition:border-color .15s,transform .15s;display:flex}@media (width<=760px){.stack-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=480px){.stack-grid{grid-template-columns:repeat(2,1fr)}}.experience-section{border-top:1px solid var(--border-soft);padding:56px 0}.timeline{flex-direction:column;display:flex}.timeline__item{grid-template-columns:170px 1fr;gap:32px;padding-bottom:36px;display:grid;position:relative}.timeline__item:last-child{padding-bottom:0}.timeline__marker{align-items:flex-start;gap:14px;display:flex;position:relative}.timeline__dot{border:2px solid var(--accent);border-radius:50%;flex-shrink:0;width:18px;height:18px;margin-top:2px;position:relative}.timeline__dot:after{content:"";background:var(--accent);border-radius:50%;position:absolute;inset:4px}.timeline__item:not(:last-child) .timeline__marker:before{content:"";background:var(--border);width:1px;height:calc(100% + 12px);position:absolute;top:24px;left:8px}.timeline__period{color:var(--text-secondary);font-size:14px}.timeline__role{margin-bottom:4px;font-size:17px;font-weight:700}.timeline__company{color:var(--accent);margin-bottom:10px;font-size:14px;font-weight:500}.timeline__description{color:var(--text-secondary);max-width:560px;font-size:14.5px;line-height:1.65}@media (width<=640px){.timeline__item{grid-template-columns:1fr;gap:8px}.timeline__item:not(:last-child) .timeline__marker:before{display:none}}.projects-section{border-top:1px solid var(--border-soft);padding:56px 0}.projects-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.project-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elevated);box-shadow:var(--shadow-soft);flex-direction:column;padding:24px;transition:border-color .15s,transform .15s;display:flex}.project-card:hover{border-color:var(--accent);transform:translateY(-3px)}.project-card__icon{background:var(--accent-soft);width:34px;height:34px;color:var(--accent);border-radius:8px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.project-card__title{margin-bottom:10px;font-size:16px;font-weight:700}.project-card__description{color:var(--text-secondary);flex-grow:1;margin-bottom:20px;font-size:14px;line-height:1.6}.project-card__stack{border-top:1px solid var(--border-soft);margin-bottom:16px;padding-top:16px}.project-card__stack-label{color:var(--text-muted);margin-bottom:6px;font-size:12px}.project-card__link{color:var(--accent);align-items:center;gap:6px;width:fit-content;font-size:13.5px;font-weight:600;display:inline-flex}.project-card__link:hover{text-decoration:underline}@media (width<=860px){.projects-grid{grid-template-columns:1fr}}.project-card__stack-list{flex-wrap:wrap;gap:6px;display:flex}.tech-chip{background:var(--accent-soft);color:var(--text-secondary);border-radius:6px;align-items:center;gap:6px;padding:4px 9px;font-size:12px;font-weight:500;display:inline-flex}.tech-chip__icon{color:var(--accent);font-size:10px;font-weight:700}.contact-section{border-top:1px solid var(--border-soft);padding:56px 0 40px}.contact-lead{color:var(--text-secondary);margin-bottom:24px;font-size:15px}.contact-grid{gap:14px;display:flex}.contact-card{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);background:var(--bg-elevated);box-shadow:var(--shadow-soft);align-items:center;gap:10px;padding:16px 18px;font-size:14px;font-weight:500;transition:border-color .15s,color .15s;display:flex}.contact-card:hover{border-color:var(--accent);color:var(--accent)}.footer{border-top:1px solid var(--border-soft);text-align:center;margin-top:48px;padding-top:24px}.footer p{color:var(--text-muted);font-size:13px}@media (width<=640px){.contact-grid{flex-direction:column}}.contact-form{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elevated);box-shadow:var(--shadow-soft);flex-direction:column;gap:18px;margin-top:32px;padding:24px;display:flex}.form-field{flex-direction:column;gap:6px;display:flex}.form-field label{color:var(--text-primary);font-size:13px;font-weight:600}.form-field input,.form-field textarea{color:var(--text-primary);background:var(--bg);border:1px solid var(--border);border-radius:calc(var(--radius) - 4px);padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.form-field textarea{resize:vertical;min-height:100px}.form-field input:focus,.form-field textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #d9487d1f}.contact-form button[type=submit]{color:#fff;background:var(--accent);border-radius:calc(var(--radius) - 4px);cursor:pointer;border:none;align-self:flex-start;padding:12px 24px;font-size:14px;font-weight:600;transition:opacity .15s,transform .15s}.contact-form button[type=submit]:hover:not(:disabled){opacity:.9}.contact-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.form-status{font-size:13px;font-weight:500}.form-status--success{color:#2f9e44}.form-status--error{color:#d63939}@media (width<=640px){.contact-form{padding:18px}}
