﻿body {
    background-color: #f9f9f9;
}

.page-about {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Open Sans', sans-serif;
}

.about-container {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.about-content {
    padding: 60px;
}

.about-title {
    color: #111;
    margin: 0 0 30px 0;
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    font-family: 'Dharma Gothic', sans-serif;
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: 3px solid #680024;
}

.about-body {
    font-size: 1.125rem;
    color: #333;
    line-height: 1.8;
}

    .about-body p:first-of-type {
        margin-top: 0;
        font-size: 1.3rem;
        color: #444;
        line-height: 1.7;
    }

    .about-body p {
        margin-bottom: 1.5em;
    }

    .about-body h2 {
        font-family: 'Dharma Gothic', sans-serif;
        font-size: 2.2rem;
        font-weight: 400;
        margin: 2.5em 0 1em 0;
        color: #111;
        letter-spacing: 0.01em;
        line-height: 1.2;
    }

    .about-body h3 {
        font-family: 'Dharma Gothic', sans-serif;
        font-size: 1.7rem;
        font-weight: 400;
        margin: 2em 0 0.75em 0;
        color: #111;
        letter-spacing: 0.01em;
    }

    .about-body a {
        color: #680024;
        text-decoration: none;
        border-bottom: 1px solid #680024;
        transition: opacity 0.2s;
    }

        .about-body a:hover {
            opacity: 0.7;
        }

    .about-body ul,
    .about-body ol {
        margin: 1.5em 0;
        padding-left: 2em;
    }

    .about-body li {
        margin-bottom: 0.75em;
        line-height: 1.7;
    }

    .about-body blockquote {
        margin: 2em 0;
        padding: 1.25em 1.5em;
        border-left: 4px solid #680024;
        background: #f9f9f9;
        font-style: italic;
        color: #555;
    }

    .about-body img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 2.5em 0;
        border-radius: 4px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .about-body strong {
        font-weight: 600;
        color: #111;
    }

    .about-body em {
        font-style: italic;
    }

/* Responsive */
@media (max-width: 768px) {
    .page-about {
        padding: 40px 15px;
    }

    .about-content {
        padding: 40px 30px;
    }

    .about-title {
        font-size: 2.8rem;
    }

    .about-body {
        font-size: 1.05rem;
    }

        .about-body p:first-of-type {
            font-size: 1.2rem;
        }

        .about-body h2 {
            font-size: 1.9rem;
        }

        .about-body h3 {
            font-size: 1.5rem;
        }
}

@media (max-width: 480px) {
    .about-content {
        padding: 30px 20px;
    }

    .about-title {
        font-size: 2.2rem;
    }
}
