/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-4q42gvs489] {
    max-width: 620px;
    margin: 4rem auto 5rem;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: "JetBrains Mono", monospace;
}

.avatar[b-4q42gvs489] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.name[b-4q42gvs489] {
    margin: 2rem 0 0;
    font-size: 2.6rem;
    font-weight: 200;
    letter-spacing: 0.01em;
    line-height: 1.2;
}

.quote[b-4q42gvs489] {
    margin: 1.25rem 0 0;
    font-size: 0.9rem;
    font-style: italic;
    opacity: 0.6;
    line-height: 1.7;
}

.quote-author[b-4q42gvs489] {
    font-style: normal;
    letter-spacing: 0.05em;
}

/* nav — single spaced row with hairline separators */
.nav[b-4q42gvs489] {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    letter-spacing: 0.03em;
}

.nav[b-4q42gvs489]  a {
    text-decoration: none;
}

.nav[b-4q42gvs489]  a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.sep[b-4q42gvs489] {
    opacity: 0.3;
}

/* hairline divider */
.rule[b-4q42gvs489] {
    width: 48px;
    height: 1px;
    margin: 3rem 0;
    background: currentColor;
    opacity: 0.25;
}

.bio[b-4q42gvs489] {
    max-width: 480px;
    line-height: 1.85;
    font-size: 0.9rem;
    opacity: 0.85;
}

.bio p[b-4q42gvs489] {
    margin: 0 0 1.25rem;
}

.bio p:first-child[b-4q42gvs489] {
    font-size: 1rem;
    opacity: 1;
    margin-bottom: 1.75rem;
}

.bio p:last-child[b-4q42gvs489] {
    margin-bottom: 0;
}

.social[b-4q42gvs489] {
    margin-top: 3.5rem;
    display: flex;
    gap: 2rem;
    align-items: center;
}

@media (max-width: 600px) {
    .hero[b-4q42gvs489] {
        margin-top: 2rem;
    }
    .name[b-4q42gvs489] {
        font-size: 2rem;
    }
    .nav[b-4q42gvs489] {
        gap: 0.85rem;
        flex-wrap: wrap;
        justify-content: center;
    }
}
