/* css/components/Chinadesk/Hero.css */
.chinadesk-hero-section {
    position: relative;
    height: 100vh;
    min-height: 350px;
    background-image: url('https://placehold.co/1920x800/ECE6DB/193269?text=China+Desk');
    background-size: cover;
    background-position: center 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.chinadesk-hero-section .hero-overlay {
    position: absolute;
    inset: 0;
    background-color: var(--koeleman-blue);
    opacity: 0.7;
}

.chinadesk-hero-section .hero-content-container {
    position: relative;
    color: var(--koeleman-gold-light);
}

.chinadesk-hero-section .hero-title {
    margin-top: 70vh;
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .chinadesk-hero-section .hero-title {
        font-size: 3.5rem;
    }
}

.chinadesk-hero-section .hero-subtitle {
    margin-top: 1rem;
    font-size: 1.125rem;
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
    color: var(--koeleman-gold-light);
}
