.hero-container{display:flex;flex-direction:column;align-items:flex-start;gap:16px;position:relative;width:100%;max-width:700px;margin:0 auto;padding:40px 24px;min-height:80vh}.hero-text{width:100%}.hero-name{font-size:2.5rem;color:var(--text-heading);margin-bottom:4px}.hero-links{display:flex;align-items:center;gap:16px;margin-top:20px;flex-wrap:wrap}.hero-links .external-link-component{margin:0;font-size:.9rem}.hero-link{display:inline-flex;align-items:center;gap:6px;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease}.hero-link,.hero-link:visited{color:var(--hero-link)}.hero-link:hover{color:var(--hero-link-hover)}.hero-link svg{width:18px;height:18px;margin:0;fill:none;stroke:currentColor;transition:color .2s ease,transform .2s ease}.hero-link:hover svg{transform:none;fill:none}.hero-image-container{flex-shrink:0}.hero-image{width:180px;height:180px;border-radius:12px;object-fit:cover}.hero-weather-widget{position:absolute;bottom:40px;left:24px;display:flex;flex-direction:column;gap:2px}.widget-time{color:var(--text-label);font-size:.9rem;font-weight:500;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media screen and (max-width:425px){.hero-container{padding:24px 20px;min-height:auto}.hero-name{font-size:1.8rem}.hero-image{width:64px;height:64px}.hero-weather-widget{position:static;margin-top:24px}}