/* about.css — styles for About.cshtml */

.about-page {
    max-width: 680px;
    margin: 3rem auto;
    padding: 0 1rem;
}

.about-photo-wrap {
    text-align: center;
    margin-bottom: 2rem;
}

.about-photo {
    width: 340px;
    max-width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.about-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin: 1.25rem 0 1.5rem;
    color: #111;
}

.about-bio {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #444;
    text-align: center;
    white-space: pre-line;
}

.about-bio p {
    margin-bottom: 1.25rem;
}

.about-subscribe {
    text-align: center;
    margin-top: 2.5rem;
}
