/* Café en Seine — Blocks
 * Colours and layout matched to the legacy "sitetheme" (main.css).
 */

/* ---------- Brand background helpers ---------- */
.cens-bg-peach       { background: #ff8d6b; color: #fff; }
.cens-bg-blue        { background: #98d0dc; color: #fff; }
.cens-bg-paper       { background: #f4f4f4; color: #0f0f0f; }
.cens-bg-white       { background: #fff;    color: #0f0f0f; }
.cens-bg-light       { background: #f4f4f4; color: #0f0f0f; }
.cens-bg-transparent { background: transparent; color: #fff; }

.cens-bg-peach a,
.cens-bg-blue a,
.cens-bg-transparent a { color: #fff; }

/* ---------- Info Slider ----------
 * Photo is a full-bleed background; a coloured box floats to one side.
 */
.cens-block-info-slider { position: relative; }

.cens-block-info-slider .cens-slide {
    background-size: cover;
    background-position: center center;
}
.cens-block-info-slider .cens-slide--has-image { min-height: 70vh; }

.cens-block-info-slider .cens-slide-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
}
.cens-block-info-slider--right .cens-slide-container { justify-content: flex-end; }
.cens-block-info-slider--left  .cens-slide-container { justify-content: flex-start; }

.cens-block-info-slider .cens-slide-box {
    width: 50%;
    margin: 15vh 0;
    padding: 60px 50px 60px 40px;
    background: #fff;
    text-align: left;
    border-radius: 8px;
}
.cens-block-info-slider .cens-slide-title {
    margin: 0 0 15px 0;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 700;
}
.cens-block-info-slider .cens-slide-box p:last-child { margin-bottom: 0; }
.cens-block-info-slider .cens-slide-btn { margin-top: 20px; }

.cens-block-info-slider .cens-slide-image-mobile { display: none; }

@media (max-width: 992px) {
    .cens-block-info-slider .cens-slide { background-image: none !important; min-height: 0; }
    .cens-block-info-slider .cens-slide-container { display: block; padding: 0; }
    .cens-block-info-slider .cens-slide-image-mobile { display: block; }
    .cens-block-info-slider .cens-slide-image-mobile img {
        width: 100%;
        display: block;
        border-radius: 8px;
        margin-bottom: 5px;
    }
    .cens-block-info-slider .cens-slide-box {
        width: auto;
        margin: 0;
        padding: 40px 20px;
    }
}

/* ---------- Text blocks ---------- */
.cens-block-text {
    text-align: center;
    padding: 10vh 0 8vh 0;
    color: #ae841f;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.cens-block-text a { color: #ae841f; }
.cens-block-small-text { text-align: center; color: #ae841f; }

/* ---------- Info block with image ---------- */
.cens-block-info-image { padding: 8vh 0; }
.cens-block-info-image-title { font-weight: 700; }
.cens-block-info-image--reverse .cens-block-info-image-media { order: 2; }

/* ---------- Wide image ---------- */
.cens-block-wide-image .cens-wide-image-img {
    width: 100%;
    height: 75vh;
    object-fit: cover;
    border-radius: 8px;
}

/* ---------- Amenities ---------- */
.cens-amenities-list { list-style: none; padding: 0; }

/* ---------- Video ---------- */
.cens-block-video .cens-video-poster { width: 100%; border-radius: 8px; }
.cens-block-video [uk-icon] { color: #fff; }
