.hero-section{display:flex;align-items:flex-start;justify-content:flex-start;min-height:60vh;padding-top:8rem}.hero-content{max-width:1e3px;text-align:left;display:flex;flex-direction:row;align-items:flex-start;gap:3rem}.hero-avatar{flex-shrink:0;width:25%;max-width:200px;min-width:150px}.hero-avatar img{width:100%;height:auto;aspect-ratio:1;border-radius:50%;object-fit:cover;border:3px solid var(--border-color,#e0e0e0);transition:transform .3s ease,box-shadow .3s ease}.hero-avatar img:hover{transform:scale(1.05);box-shadow:0 8px 16px rgba(0,0,0,.2)}.hero-text{flex:1;min-width:0}.hero-title{font-size:4.8rem;font-weight:400;line-height:1.2;margin-top:0;margin-bottom:1.5rem;letter-spacing:-.02em}.hero-title strong{font-weight:800}.hero-subtitle{font-size:2.4rem;font-weight:600;line-height:1.4;margin-bottom:2rem;margin-top:0;color:var(--secondary-text-color,#666)}.hero-bio{font-size:1.8rem;line-height:1.6;margin-bottom:3rem;max-width:700px;color:var(--primary-text-color)}.hero-content ul{display:flex;gap:1.5rem;padding:0;margin:0;list-style:none}.hero-content ul li{margin:0}.hero-content ul li a{display:inline-block;transition:transform .2s ease,opacity .2s ease}.hero-content ul li a:hover{transform:translateY(-2px);opacity:.7}@media only screen and (max-width:768px){.hero-section{padding-top:4rem;min-height:50vh}.hero-content{flex-direction:column;gap:2rem;align-items:center;text-align:center}.hero-avatar{align-items:center}.hero-avatar img{width:120px;height:120px;min-height:unset;max-height:unset}.hero-text{align-items:center}.hero-title{font-size:3.2rem;margin-bottom:1rem}.hero-subtitle{font-size:2rem;margin-bottom:1.5rem}.hero-bio{font-size:1.6rem;margin-bottom:2rem}}@media only screen and (max-width:480px){.hero-avatar img{width:100px;height:100px}.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.8rem}.hero-bio{font-size:1.5rem}}.colorscheme-dark .hero-subtitle{color:#aaa}.colorscheme-dark .hero-avatar img{border-color:#444}