/* Test update - 2025-01-10 01:30 */

.home-content .page-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(60px + 4rem) 2rem 4rem;
    min-height: 100vh;
}

.home-content .page-header h1 {
    font-size: 4.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    word-break: break-word;
}

.home-content .page-header h1 br {
    display: none;
}

.home-content .header-subtitle {
    font-size: 2rem;
    margin: 1rem 0;
}

.home-content .header-quote {
    margin: 2rem auto;
    max-width: 800px;
}

.home-content .header-quote p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.home-content .header-quote cite {
    display: block;
    margin-top: 1rem;
    font-size: 1.1rem;
    color: #d4af37;
}

.home-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.intro-section {
    max-width: 900px;
    margin: 2rem auto 0;
    padding: 2rem;
    text-align: center;
}

@media (max-width: 768px) {
    .home-content .page-header {
        padding: calc(50px + 3rem) 1.5rem 3rem;
    }

    .home-content .page-header h1 {
        font-size: 3rem;
        line-height: 1.3;
    }

    .home-content .page-header h1 br {
        display: inline;
    }

    .home-content .header-subtitle {
        font-size: 1.5rem;
    }

    .home-content .header-quote {
        margin: 1.5rem auto;
    }

    .home-content .header-quote p {
        font-size: 1.1rem;
    }

    .home-content {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .home-content .page-header {
        padding: calc(40px + 2rem) 1rem 2rem;
    }

    .home-content .page-header h1 {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 0.5rem;
    }

    .home-content .header-subtitle {
        font-size: 1.25rem;
        margin: 0.5rem 0;
    }

    .home-content .header-quote {
        margin: 1rem auto;
    }

    .home-content .header-quote p {
        font-size: 1rem;
    }

    .home-content .header-quote cite {
        font-size: 1rem;
        margin-top: 0.5rem;
    }

    .home-content {
        padding: 1rem;
    }
}

@media (max-width: 480px) and (orientation: portrait) {
    .home-content .page-header {
        min-height: auto;
        height: auto;
        padding: calc(40px + 1.5rem) 1rem 1.5rem;
    }

    .home-content .page-header h1 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }

    .home-content .header-subtitle {
        font-size: 1.1rem;
        margin: 0.25rem 0;
    }

    .home-content .header-quote {
        margin: 0.75rem auto;
    }

    .home-content .header-quote p {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .home-content .header-quote cite {
        font-size: 0.9rem;
        margin-top: 0.25rem;
    }
}
