/* ==========================================================================
   LANDING 1900 — Belle Époque immersive template
   Compiled from _single-landing-1900.scss
   ========================================================================== */

/* --------------------------------------------------------------------------
   HEADER
   -------------------------------------------------------------------------- */
.header-landing-1900 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    padding: 20px 0;
    transition: all .3s ease;
    background: transparent;
}
.header-landing-1900.sticky {
    background: rgba(59, 28, 42, 0.95);
    padding: 12px 0;
    backdrop-filter: blur(8px);
}
.header-landing-1900 .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 5%;
}
.header-landing-1900 .site-branding .site-title {
    margin: 0;
    width: 140px;
    height: 52px;
    display: block;
    background: url(../images/new_logos/logo-bournat-542x200.png) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
}

/* --------------------------------------------------------------------------
   CTA BUTTONS — style 1900
   -------------------------------------------------------------------------- */
.cta-1900 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    font-family: 'Cinzel', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid;
    transition: all .3s ease;
    cursor: pointer;
}
.cta-1900.cta-1900-primary {
    background: #8e2051;
    border-color: #8e2051;
    color: #ffffff;
}
.cta-1900.cta-1900-primary:hover {
    background: #6e1840;
    border-color: #6e1840;
}
.cta-1900.cta-1900-outline {
    background: transparent;
    border-color: #8e2051;
    color: #8e2051;
}
.cta-1900.cta-1900-outline:hover {
    background: #8e2051;
    color: #ffffff;
}
.cta-1900.cta-1900-outline-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}
.cta-1900.cta-1900-outline-white:hover {
    background: #ffffff;
    color: #3b1c2a;
}
.cta-1900.cta-1900-primary-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #3b1c2a;
}
.cta-1900.cta-1900-primary-white:hover {
    background: transparent;
    color: #ffffff;
}

/* --------------------------------------------------------------------------
   HERO — fullscreen video
   -------------------------------------------------------------------------- */
.hero-1900 {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hero-1900 .hero-1900-video,
.hero-1900 .hero-1900-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero-1900 .hero-1900-video video,
.hero-1900 .hero-1900-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-1900 .hero-1900-video img,
.hero-1900 .hero-1900-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* vignette mobile disabled — video plays on all devices */
.hero-1900 .hero-1900-vignette-mobile {
    display: none;
}
.hero-1900 .hero-1900-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(59, 28, 42, 0.3) 0%,
        rgba(59, 28, 42, 0.5) 50%,
        rgba(59, 28, 42, 0.7) 100%
    );
    z-index: 2;
}
.hero-1900 .hero-1900-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 0 5%;
    max-width: 900px;
}
.hero-1900 .hero-1900-ornament-top {
    font-size: 24px;
    color: #b8976a;
    margin-bottom: 20px;
    letter-spacing: 0.5em;
}
.hero-1900 .hero-1900-title {
    font-family: 'Cinzel', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 16px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.hero-1900 .hero-1900-subtitle {
    font-family: 'Lora', sans-serif;
    font-style: italic;
    font-size: 24px;
    color: #d4b896;
    margin-bottom: 8px;
}
.hero-1900 .hero-1900-ornament-bottom {
    font-size: 16px;
    color: #b8976a;
    letter-spacing: 0.3em;
    margin-bottom: 35px;
}
.hero-1900 .hero-1900-ctas {
    display: flex;
    gap: 16px;
    justify-content: center;
}

/* --------------------------------------------------------------------------
   BANDEAU INFOS PRATIQUES
   -------------------------------------------------------------------------- */
.bandeau-1900 {
    background: #3b1c2a;
    padding: 18px 0;
}
.bandeau-1900 .wrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 5%;
}
.bandeau-1900 .bandeau-1900-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.bandeau-1900 .bandeau-1900-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.bandeau-1900 .bandeau-1900-icon {
    font-size: 16px;
    color: #b8976a;
}
.bandeau-1900 .bandeau-1900-label {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 14px;
    color: #f4f0e6;
    letter-spacing: 0.02em;
}
.bandeau-1900 .bandeau-1900-separator {
    font-size: 8px;
    color: #b8976a;
    opacity: 0.5;
}

/* --------------------------------------------------------------------------
   BLOCS CONTENU
   -------------------------------------------------------------------------- */
.content-1900 .block-1900 {
    padding: 100px 0;
}
.content-1900 .block-1900.block-1900-cream {
    background: #f4f0e6;
}
.content-1900 .block-1900.block-1900-white {
    background: #ffffff;
}
.content-1900 .block-1900 .wrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 5%;
}
.content-1900 .block-1900-inner {
    display: flex;
    align-items: center;
    gap: 80px;
}
.content-1900 .block-1900-inner.image-left {
    flex-direction: row-reverse;
}

/* Image avec cadre 1900 */
.content-1900 .block-1900-image {
    position: relative;
    flex-shrink: 0;
    width: 480px;
}
.content-1900 .block-1900-image-frame {
    position: relative;
    overflow: hidden;
    border: 3px solid #b8976a;
    padding: 8px;
    background: #ffffff;
}
.content-1900 .block-1900-image-frame::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border: 1px solid rgba(184, 151, 106, 0.3);
    pointer-events: none;
    z-index: 2;
}
.content-1900 .block-1900-image-frame img {
    width: 100%;
    height: auto;
    display: block;
    filter: saturate(0.9);
}
.content-1900 .block-1900-illustration {
    position: absolute;
    top: 0;
    z-index: -1;
}
.content-1900 .block-1900-illustration.illustration-top {
    transform: translate(-50%, -50%);
}
.content-1900 .block-1900-illustration.illustration-center {
    transform: translate(-60%, 20%);
}
.content-1900 .block-1900-illustration.illustration-bottom {
    transform: translate(-50%, 60%);
}

/* Texte */
.content-1900 .block-1900-text {
    flex-grow: 1;
}
.content-1900 .block-1900-ornament {
    font-size: 14px;
    color: #b8976a;
    letter-spacing: 0.3em;
    margin-bottom: 16px;
}
.content-1900 .block-1900-title {
    font-family: 'Cinzel', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.25;
    color: #3b1c2a;
    margin: 0 0 24px;
}
.content-1900 .block-1900-body {
    font-family: 'Lora', sans-serif;
    font-size: 17px;
    line-height: 1.75;
    color: #333333;
    margin-bottom: 36px;
}
.content-1900 .block-1900-body p,
.content-1900 .block-1900-body ul,
.content-1900 .block-1900-body ol {
    margin: 0 0 16px;
}
.content-1900 .block-1900-body p:last-child,
.content-1900 .block-1900-body ul:last-child,
.content-1900 .block-1900-body ol:last-child {
    margin-bottom: 0;
}
.content-1900 .block-1900-body ul {
    list-style: none;
    padding: 0;
}
.content-1900 .block-1900-body ul li {
    padding-left: 20px;
    position: relative;
}
.content-1900 .block-1900-body ul li::before {
    content: "\2726";
    position: absolute;
    left: 0;
    color: #b8976a;
    font-size: 10px;
    top: 5px;
}
.content-1900 .block-1900-body strong {
    color: #3b1c2a;
    font-weight: 700;
}
.content-1900 .block-1900-ctas {
    display: flex;
    gap: 16px;
}

/* --------------------------------------------------------------------------
   FOOTER PUSH
   -------------------------------------------------------------------------- */
.footer-1900 {
    background: #8e2051;
    padding: 80px 0 90px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.footer-1900::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.03) 0%, transparent 70%);
    pointer-events: none;
}
.footer-1900 .wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
}
.footer-1900 .footer-1900-ornament {
    font-size: 14px;
    color: #d4b896;
    letter-spacing: 0.5em;
    margin-bottom: 24px;
    opacity: 0.7;
}
.footer-1900 .footer-1900-title {
    font-family: 'Cinzel', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 12px;
}
.footer-1900 .footer-1900-text {
    font-family: 'Lora', sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 1.4;
    color: #d4b896;
    margin-bottom: 40px;
}
.footer-1900 .footer-1900-ctas {
    display: flex;
    justify-content: center;
    gap: 16px;
}

/* --------------------------------------------------------------------------
   RESPONSIVE — TABLET & MOBILE (max 768px)
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
    .hero-1900 {
        height: auto;
        min-height: unset;
    }
    .hero-1900 {
        height: 85vh;
        min-height: 500px;
    }
    .hero-1900 .hero-1900-video,
    .hero-1900 .hero-1900-image {
        position: absolute;
        height: 100%;
    }
    .hero-1900 .hero-1900-video video {
        display: block;
    }
    .hero-1900 .hero-1900-overlay {
        display: block;
    }
    .hero-1900 .hero-1900-content {
        padding: 0 5%;
    }
    .hero-1900 .hero-1900-ornament-top {
        margin-bottom: 15px;
    }
    .hero-1900 .hero-1900-title {
        font-size: 28px;
        color: #ffffff;
        text-shadow: 0 2px 15px rgba(0,0,0,0.4);
    }
    .hero-1900 .hero-1900-subtitle {
        font-size: 18px;
        color: #d4b896;
    }
    .hero-1900 .hero-1900-ornament-bottom {
        margin-bottom: 30px;
    }
    .hero-1900 .hero-1900-ctas {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .bandeau-1900 .bandeau-1900-items {
        gap: 12px;
    }
    .bandeau-1900 .bandeau-1900-label {
        font-size: 12px;
    }
    .bandeau-1900 .bandeau-1900-separator {
        display: none;
    }

    .content-1900 .block-1900 {
        padding: 50px 0;
    }
    .content-1900 .block-1900-inner {
        flex-direction: column !important;
        gap: 30px;
    }
    .content-1900 .block-1900-image {
        width: 100%;
    }
    .content-1900 .block-1900-illustration {
        display: none;
    }
    .content-1900 .block-1900-title {
        font-size: 28px;
        margin-bottom: 18px;
    }
    .content-1900 .block-1900-body {
        font-size: 15px;
        margin-bottom: 28px;
    }
    .content-1900 .block-1900-ctas {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .footer-1900 {
        padding: 60px 0 70px;
    }
    .footer-1900 .footer-1900-title {
        font-size: 32px;
    }
    .footer-1900 .footer-1900-text {
        font-size: 17px;
        margin-bottom: 32px;
    }
    .footer-1900 .footer-1900-ctas {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}
