@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-bg:#fff;--color-surface:#dae2df;--color-border:#a2a7a5;--color-text-heading:#6d696a;--color-text-body:#6d696a;--color-text-muted:#a2a7a5;--color-accent:#74b3ce}.dark{--color-bg:#1c1b1b;--color-surface:#2a2829;--color-border:#6d696a;--color-text-heading:#e2dadb;--color-text-body:#dae2df;--color-text-muted:#a2a7a5;--color-accent:#74b3ce}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--color-bg);color:var(--color-text-body);font-family:Inter,sans-serif;line-height:1.6;transition:background-color .3s,color .3s}h1,h2,h3,h4,h5,h6{color:var(--color-text-heading);line-height:1.2}a{color:var(--color-accent);text-decoration:none}a:hover{opacity:.8}.navbar{z-index:100;background:0 0;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;height:64px;padding:0 2.5rem;transition:background .4s,border-color .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s;display:flex;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(12px);border-color:var(--color-border);background:#1a1b1b99}.navbar__logo{color:var(--color-text-heading);letter-spacing:.05em;cursor:default;-webkit-user-select:none;user-select:none;font-size:1.25rem;font-weight:700}.navbar__right{align-items:center;gap:.25rem;display:flex}.navbar__links{gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.navbar__links button{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:6px;padding:.4rem .75rem;font-family:inherit;font-size:.9rem;transition:color .2s,background .2s}.navbar__links button:hover{color:var(--color-text-heading);background:#a2a7a51a}.navbar__theme-toggle{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:6px;align-items:center;margin-left:.5rem;padding:.4rem;transition:color .2s,background .2s;display:flex}.navbar__theme-toggle:hover{color:var(--color-text-heading);background:#a2a7a51a}.hero{flex-direction:row;justify-content:center;align-items:center;gap:4rem;max-width:1000px;min-height:calc(100vh - 64px);margin:0 auto;padding:6rem 2.5rem 4rem;display:flex}.hero__image-wrapper{flex-shrink:0}.hero__image{object-fit:cover;border:3px solid var(--color-accent);border-radius:50%;width:240px;height:240px;box-shadow:0 8px 32px #74b3ce40}.hero__content{flex-direction:column;align-items:flex-start;display:flex}.hero__greeting{color:var(--color-text-muted);margin-bottom:.75rem;font-size:1.1rem;font-weight:500;display:block}.hero__name{color:var(--color-text-heading);margin:0 0 1rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.05}.hero__title{color:var(--color-accent);margin:0 0 1.5rem;font-size:clamp(1.1rem,2.5vw,1.6rem);font-weight:500}.hero__bio{color:var(--color-text-body);max-width:480px;margin:0 0 2.5rem;font-size:1.05rem;line-height:1.8}.hero__buttons{gap:.75rem;display:flex}.hero__btn{cursor:pointer;border:none;border-radius:10px;align-items:center;padding:.7rem 1.6rem;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.hero__btn:hover{transform:scale(1.04)}.hero__btn--primary{background:var(--color-accent);color:#fff;box-shadow:0 4px 16px #74b3ce4d}.hero__btn--primary:hover{box-shadow:0 6px 24px #74b3ce73}.hero__btn--secondary{color:var(--color-text-heading);border:1px solid var(--color-border);background:0 0}@media (width<=768px){.hero{text-align:center;flex-direction:column;align-items:center;gap:2rem;padding:4rem 1.5rem}.hero__image{width:180px;height:180px}.hero__content{align-items:center}.hero__bio{text-align:left}.hero__buttons{flex-wrap:wrap;justify-content:center}}
