/* =========================
   Bureaupagina
========================= */

.bureau-page {
    padding: 40px 3% 80px;
    box-sizing: border-box;
}

/* =========================
   Afbeelding
========================= */

.bureau-image-wrapper {
    width: 100%;
    margin-bottom: 60px;
}

.bureau-image {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}

.bureau-image img {
    width: 100%;
    height: auto;
    max-height: 72vh;
    object-fit: contain;
    display: block;
}

/* =========================
   Tekst
========================= */

.bureau-text-wrapper {
    width: 100%;
}

.bureau-text {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;              /* identiek gedrag als afbeelding */
    font-family: Helvetica, Arial, sans-serif;
}

.bureau-text p {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 18px;
    color: #888;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.bureau-text p:last-child {
    margin-bottom: 0;
}

/* =========================
   Responsive verfijning
========================= */

@media (max-width: 1400px) {
    .bureau-image-wrapper {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .bureau-image-wrapper {
        margin-bottom: 40px;
    }
}
