.hero{display:flex;align-items:flex-start;gap:2rem;margin-bottom:2rem}.hero-content{flex:1}.hero-content h1{font-size:2rem;margin-top:0;margin-bottom:.5rem;font-weight:600}.hero-tagline{font-size:1rem;line-height:1.5;margin-bottom:.5rem;color:var(--text-color);opacity:.85}.hero-location{font-size:.9rem;color:var(--text-color);opacity:.6;margin-bottom:1rem}.hero-portrait{flex-shrink:0}.hero-portrait img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0;transform:rotate(90deg)}.social-icons{display:flex;gap:.5rem;margin-top:.75rem}.social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border-color);border-radius:6px;color:var(--text-color);text-decoration:none;transition:background-color .2s ease,border-color .2s ease}.social-icon:hover{background-color:var(--footnote-bg-color);border-color:var(--text-color)}.social-icon svg{width:18px;height:18px}@media(max-width:600px){.hero{flex-direction:column-reverse;align-items:center;text-align:center}.hero-portrait img{width:100px;height:100px}.social-icons{justify-content:center}}