@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f2ede8;--bg-card:#eae0d5;--text-primary:#1c1c1c;--text-secondary:#6b5b4e;--text-muted:#9e8e82;--accent:#c9a882;--accent-dark:#a67c52;--heading:#3d2b1f;--border:#ddd3c8;--font-display:"Playfair Display", Georgia, serif;--font-body:"Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", monospace}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}::selection{background:var(--accent);color:var(--heading)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.navbar{z-index:100;justify-content:space-between;align-items:center;padding:1.25rem 4rem;transition:background .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--border);background:#f2ede8eb}.navbar__logo{font-family:var(--font-display);color:var(--heading);letter-spacing:-.02em;font-size:1.4rem;font-weight:700}.navbar__links{gap:2.5rem;list-style:none;display:flex}.navbar__link{font-family:var(--font-body);color:var(--text-secondary);letter-spacing:.06em;text-transform:uppercase;font-size:.85rem;font-weight:500;transition:color .2s;position:relative}.navbar__link:after{content:"";background:var(--accent);width:0;height:1.5px;transition:width .25s;position:absolute;bottom:-3px;left:0}.navbar__link:hover{color:var(--heading)}.navbar__link:hover:after{width:100%}@media (width<=640px){.navbar{padding:1rem 1.5rem}.navbar__links{gap:1.5rem}.navbar__link{font-size:.78rem}}.hero{justify-content:space-between;align-items:center;gap:4rem;max-width:1200px;min-height:100vh;margin:0 auto;padding:8rem 4rem 4rem;display:flex}.hero__eyebrow{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.75rem;display:block}.hero__name{font-family:var(--font-display);color:var(--heading);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(3.5rem,7vw,6rem);font-weight:700;line-height:1.05}.hero__name em{color:var(--accent-dark);font-style:italic;font-weight:400}.hero__line-wrap{background:var(--border);border-radius:2px;width:100%;max-width:320px;height:2px;margin-bottom:1.75rem;overflow:hidden}.hero__line{background:var(--accent);border-radius:2px;width:0;height:100%;transition:width .8s cubic-bezier(.22,1,.36,1);display:block}.hero__line--visible{width:100%}.hero__tagline{color:var(--text-secondary);max-width:440px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.hero__actions{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.hero__btn{font-family:var(--font-body);cursor:pointer;letter-spacing:.02em;border-radius:3rem;padding:.7rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.hero__btn--primary{background:var(--heading);color:var(--bg)}.hero__btn--primary:hover{background:var(--accent-dark);transform:translateY(-1px)}.hero__btn--ghost{color:var(--text-secondary);border-bottom:1.5px solid var(--border);border-radius:0;padding:.7rem .25rem}.hero__btn--ghost:hover{color:var(--heading);border-color:var(--accent)}.hero__aside{flex-direction:column;flex-shrink:0;align-items:center;gap:1.25rem;display:flex}.hero__photo-frame{border:2px solid var(--border);background:var(--bg-card);border-radius:12px;width:260px;height:320px;overflow:hidden}.hero__photo-placeholder{width:100%;height:100%;color:var(--text-muted);font-family:var(--font-mono);justify-content:center;align-items:center;font-size:.75rem;display:flex}.hero__photo-frame img{object-fit:cover;object-position:top;width:100%;height:100%}.hero__status{color:var(--text-muted);font-size:.78rem;font-family:var(--font-mono);align-items:center;gap:.5rem;display:flex}.hero__status-dot{background:#6fcf97;border-radius:50%;width:7px;height:7px;animation:2.5s ease-in-out infinite pulse;box-shadow:0 0 0 2px #6fcf9740}@keyframes pulse{0%,to{box-shadow:0 0 0 2px #6fcf9740}50%{box-shadow:0 0 0 5px #6fcf971a}}@media (width<=768px){.hero{min-height:unset;flex-direction:column-reverse;align-items:flex-start;gap:2.5rem;padding:7rem 1.5rem 3rem}.hero__aside{align-self:center}.hero__photo-frame{width:200px;height:240px}.hero__content{width:100%}}.about__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:2.5rem;font-size:.72rem}.about__body{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;display:grid}.about__heading{font-family:var(--font-display);color:var(--heading);font-size:clamp(1.75rem,3vw,2.75rem);font-weight:600;line-height:1.2;position:sticky;top:6rem}.about__text{flex-direction:column;gap:1.25rem;display:flex}.about__text p{color:var(--text-secondary);font-size:1rem;line-height:1.8}.about__text em{color:var(--accent-dark);font-style:italic}@media (width<=768px){.about__body{grid-template-columns:1fr;gap:2rem}.about__heading{position:static}}.skills__header{margin-bottom:3rem}.skills__heading{font-family:var(--font-display);color:var(--heading);margin-top:.5rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600}.skills__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 4rem;display:grid}.skills__category{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--accent-dark);margin-bottom:1rem;font-size:.72rem;font-weight:500}.skills__tags{flex-wrap:wrap;gap:.5rem;display:flex}.skills__tag{font-family:var(--font-mono);background:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border);border-radius:2rem;padding:.35rem .85rem;font-size:.8rem;transition:all .2s}.skills__tag:hover{background:var(--accent);color:var(--heading);border-color:var(--accent)}@media (width<=640px){.skills__grid{grid-template-columns:1fr;gap:2rem}}.resume__header{margin-bottom:3rem}.resume__heading{font-family:var(--font-display);color:var(--heading);margin-top:.5rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600}.resume__timeline{flex-direction:column;gap:0;max-width:760px;display:flex}.resume__item{grid-template-columns:56px 32px 1fr;align-items:start;gap:0 1.5rem;display:grid}.resume__year{font-family:var(--font-mono);color:var(--text-muted);text-align:right;letter-spacing:.04em;padding-top:.3rem;font-size:.75rem}.resume__connector{flex-direction:column;align-items:center;display:flex}.resume__dot{background:var(--accent);border:2px solid var(--bg);outline:1.5px solid var(--accent);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:.3rem}.resume__dot[data-type=education]{background:var(--heading);outline-color:var(--heading)}.resume__dot[data-type=learning]{background:var(--accent-dark);outline-color:var(--accent-dark)}.resume__dot[data-type=project]{background:var(--accent);outline-color:var(--accent)}.resume__line{background:var(--border);flex:1;width:1.5px;min-height:2.5rem;margin:.25rem 0}.resume__card{padding-bottom:2.5rem}.resume__title{font-family:var(--font-display);color:var(--heading);margin-bottom:.2rem;font-size:1.1rem;font-weight:600}.resume__subtitle{font-family:var(--font-mono);color:var(--accent-dark);letter-spacing:.04em;margin-bottom:.6rem;font-size:.75rem;display:block}.resume__desc{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.resume__cta{border-top:1px solid var(--border);max-width:760px;margin-top:1rem;padding-top:2rem}.resume__cta p{color:var(--text-muted);margin-bottom:.4rem;font-size:.875rem}.resume__link{color:var(--heading);border-bottom:1.5px solid var(--accent);padding-bottom:1px;font-size:.95rem;font-weight:500;transition:color .2s}.resume__link:hover{color:var(--accent-dark)}@media (width<=480px){.resume__item{grid-template-columns:44px 24px 1fr;gap:0 1rem}}.contact__inner{max-width:600px}.contact__heading{font-family:var(--font-display);color:var(--heading);margin-top:.5rem;margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.05}.contact__sub{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1rem;line-height:1.7}.contact__links{flex-direction:column;gap:.75rem;display:flex}.contact__social{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);border-radius:10px;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.contact__social:hover{background:var(--heading);color:var(--bg);border-color:var(--heading);transform:translate(4px)}.contact__icon{font-family:var(--font-mono);background:var(--border);color:var(--text-muted);letter-spacing:.05em;border-radius:4px;padding:.2rem .45rem;font-size:.7rem;transition:all .2s}.contact__social:hover .contact__icon{color:var(--bg);background:#ffffff26}.footer{border-top:1px solid var(--border);padding:2rem 4rem}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;max-width:1200px;margin:0 auto;display:flex}.footer__logo{font-family:var(--font-display);color:var(--heading);font-size:1.1rem;font-weight:700}.footer__copy,.footer__built{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono)}@media (width<=640px){.footer{padding:1.5rem}.footer__inner{flex-direction:column;align-items:flex-start;gap:.25rem}}.section-pad{padding:6rem 4rem}.section-inner{max-width:1200px;margin:0 auto}@media (width<=768px){.section-pad{padding:4rem 1.5rem}}@media (width<=480px){.section-pad{padding:3rem 1.25rem}}
