/* Feuille de style publique CNL — partagée par toutes les pages */
* { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Times New Roman', Times, serif; color: #1F1F1F; background: #FFFFFF; margin: 0; overflow-x: hidden; }

    /* ============================================================
       NAV
    ============================================================ */
    .pub-nav {
        background: #fff;
        border-bottom: 1px solid #ECECE7;
        padding: 18px 32px;
        display: flex; align-items: center; justify-content: space-between;
        position: sticky; top: 0; z-index: 100;
        box-shadow: 0 1px 3px rgba(0,0,0,.04);
    }
    .pub-nav-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
    .pub-nav-brand img { height: 52px; }
    .pub-nav-name { font-weight: 700; color: #2D0610; font-size: 17px; line-height: 1.2; }
    .pub-nav-sub { font-size: 11px; color: #6B7280; font-style: italic; letter-spacing: .04em; text-transform: uppercase; }
    .pub-nav-links { display: flex; gap: 4px; align-items: center; }
    .pub-nav-link {
        padding: 10px 14px; text-decoration: none;
        font-size: 13.5px; color: #2A2A2A; font-family: 'Inter', sans-serif;
        font-weight: 500; transition: all .2s; border-bottom: 2px solid transparent;
        text-transform: uppercase; letter-spacing: .04em;
    }
    .pub-nav-link:hover { color: #8C0008; border-bottom-color: #8C0008; }
    .pub-nav-cta {
        margin-left: 12px;
        padding: 11px 22px; text-decoration: none;
        font-size: 13px; color: #fff; background: #8C0008;
        font-family: 'Inter', sans-serif; font-weight: 700;
        transition: all .25s; text-transform: uppercase; letter-spacing: .06em;
    }
    .pub-nav-cta:hover { background: #2D0610; color: #fff; }

    /* ============================================================
       HERO — photographique institutionnel
    ============================================================ */
    .hero {
        position: relative;
        min-height: 640px;
        display: flex; align-items: center;
        overflow: hidden;
        background: #1A0408;
    }
    .hero-bg {
        position: absolute; inset: 0;
        background-image: url('img/hero.jpg');
        background-size: cover; background-position: center;
        filter: brightness(.45) saturate(.85);
        transform: scale(1.05);
        animation: heroZoom 22s ease-in-out infinite alternate;
    }
    @keyframes heroZoom {
        0% { transform: scale(1.05); }
        100% { transform: scale(1.15); }
    }
    .hero-overlay {
        position: absolute; inset: 0;
        background: linear-gradient(110deg, rgba(45,6,16,.85) 0%, rgba(45,6,16,.55) 50%, rgba(26,4,8,.4) 100%);
    }
    .hero-content {
        position: relative; z-index: 2;
        max-width: 1200px; margin: 0 auto; padding: 100px 32px;
        color: #fff; text-align: center;
    }
    .hero-eyebrow {
        font-family: 'Inter', sans-serif;
        font-size: 12px; letter-spacing: .35em; text-transform: uppercase;
        color: #E8B4BC; margin-bottom: 24px; font-weight: 600;
        display: inline-flex; align-items: center; gap: 14px;
    }
    .hero-eyebrow::before { display: none; }
    .hero h1 {
        font-family: 'Times New Roman', serif;
        font-size: clamp(40px, 5.5vw, 68px);
        font-weight: 700; line-height: 1.05;
        margin: 0 auto 28px; max-width: 850px;
        letter-spacing: -.01em;
    }
    .hero h1 em { color: #F4C7CF; font-style: italic; font-weight: 400; }
    .hero p.lead {
        font-size: 19px; line-height: 1.6; max-width: 620px;
        margin: 0 auto 40px; color: rgba(255,255,255,.92);
        font-family: 'Times New Roman', serif;
    }
    .hero-cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
    .btn-hero-primary {
        background: #fff; color: #2D0610;
        padding: 16px 32px; text-decoration: none;
        font-family: 'Inter', sans-serif; font-weight: 700;
        font-size: 13px; text-transform: uppercase; letter-spacing: .08em;
        transition: all .25s;
        display: inline-flex; align-items: center; gap: 10px;
    }
    .btn-hero-primary:hover { background: #F4C7CF; color: #2D0610; transform: translateY(-2px); }
    .btn-hero-secondary {
        background: transparent; color: #fff;
        border: 1.5px solid rgba(255,255,255,.6);
        padding: 14.5px 32px; text-decoration: none;
        font-family: 'Inter', sans-serif; font-weight: 600;
        font-size: 13px; text-transform: uppercase; letter-spacing: .08em;
        transition: all .25s;
    }
    .btn-hero-secondary:hover { background: rgba(255,255,255,.1); border-color: #fff; }

    .hero-meta {
        position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
        background: rgba(26,4,8,.85);
        backdrop-filter: blur(8px);
        border-top: 1px solid rgba(255,255,255,.1);
        padding: 22px 32px;
    }
    .hero-meta-inner {
        max-width: 1200px; margin: 0 auto;
        display: grid; grid-template-columns: repeat(3, auto); justify-content: center; gap: 64px;
    }
    .hero-meta-item { color: #fff; font-family: 'Inter', sans-serif; }
    .hero-meta-item .v { font-family: 'Times New Roman', serif; font-size: 32px; font-weight: 700; line-height: 1; color: #F4C7CF; }
    .hero-meta-item .l { font-size: 11px; color: rgba(255,255,255,.7); margin-top: 6px; letter-spacing: .14em; text-transform: uppercase; }

    /* ============================================================
       SECTION TYPO
    ============================================================ */
    .section { padding: 100px 32px; }
    .container-pub { max-width: 1200px; margin: 0 auto; }
    .eyebrow {
        font-family: 'Inter', sans-serif;
        font-size: 12px; letter-spacing: .35em; text-transform: uppercase;
        color: #8C0008; font-weight: 700; margin-bottom: 16px;
        display: inline-flex; align-items: center; gap: 14px;
    }
    .eyebrow::before { display: none; }
    h2.section-title {
        font-family: 'Times New Roman', serif;
        font-size: clamp(32px, 4vw, 48px);
        font-weight: 700; line-height: 1.1;
        margin: 0 0 22px; color: #1A0408;
        letter-spacing: -.01em;
    }
    .section-lead {
        font-size: 18px; line-height: 1.7; color: #4B5563;
        max-width: 720px; margin: 0 0 56px;
    }

    /* ============================================================
       INTRO — qui sommes-nous (split image / texte)
    ============================================================ */
    .intro { background: #FAF7F2; }
    .intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .intro-image {
        position: relative; height: 540px; overflow: hidden;
    }
    .intro-image img {
        width: 100%; height: 100%; object-fit: cover;
        transition: transform 1.2s;
    }
    .intro-image:hover img { transform: scale(1.04); }
    .intro-image::after {
        content: ''; position: absolute; bottom: -30px; right: -30px;
        width: 220px; height: 220px;
        border: 2px solid #8C0008;
        z-index: -1;
    }
    .intro-image-badge {
        position: absolute; top: 24px; left: 24px;
        background: #8C0008; color: #fff;
        padding: 12px 18px; font-family: 'Inter', sans-serif;
        font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
    }
    .intro-text p { font-size: 17px; line-height: 1.85; color: #2A2A2A; margin: 0 0 18px; }
    .intro-text p strong { color: #2D0610; }
    .intro-sig {
        margin-top: 30px; padding-top: 26px;
        border-top: 1px solid #E5DDD3;
        font-family: 'Times New Roman', serif; font-style: italic;
        color: #6B7280;
    }
    .intro-sig strong { color: #2D0610; font-style: normal; display: block; margin-bottom: 2px; }

    /* ============================================================
       MISSIONS — cartes avec photos
    ============================================================ */
    .missions { background: #fff; }
    .mission-grid {
        display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
    }
    .mission-card {
        background: #fff;
        border: 1px solid #ECECE7;
        overflow: hidden;
        transition: all .35s;
        display: flex; flex-direction: column;
    }
    .mission-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(45,6,16,.12);
        border-color: #C9B8A8;
    }
    .mission-card-img {
        position: relative; height: 240px; overflow: hidden;
    }
    .mission-card-img img {
        width: 100%; height: 100%; object-fit: cover;
        transition: transform .8s;
    }
    .mission-card:hover .mission-card-img img { transform: scale(1.08); }
    .mission-card-img::before {
        content: ''; position: absolute; inset: 0;
        background: linear-gradient(180deg, rgba(45,6,16,0) 50%, rgba(45,6,16,.55) 100%);
        z-index: 1;
    }
    .mission-card-num {
        position: absolute; top: 18px; left: 18px;
        background: rgba(255,255,255,.95);
        color: #8C0008; font-family: 'Times New Roman', serif;
        font-size: 22px; font-weight: 700;
        width: 46px; height: 46px;
        display: flex; align-items: center; justify-content: center;
        z-index: 2;
    }
    .mission-card-body {
        padding: 32px 30px;
        flex: 1; display: flex; flex-direction: column;
    }
    .mission-card h3 {
        font-family: 'Times New Roman', serif;
        font-size: 22px; font-weight: 700; color: #2D0610;
        margin: 0 0 14px; line-height: 1.25;
    }
    .mission-card p {
        font-size: 15.5px; line-height: 1.7; color: #4B5563;
        margin: 0 0 20px; flex: 1;
    }
    .mission-card-link {
        font-family: 'Inter', sans-serif; font-size: 12px;
        font-weight: 700; text-transform: uppercase; letter-spacing: .12em;
        color: #8C0008; text-decoration: none;
        display: inline-flex; align-items: center; gap: 8px;
        padding-top: 16px; border-top: 1px solid #ECECE7;
    }
    .mission-card-link::after {
        content: '→'; transition: transform .25s;
    }
    .mission-card:hover .mission-card-link::after { transform: translateX(6px); }

    /* ============================================================
       PARALLAX — BANNIÈRE CITATION
    ============================================================ */
    .quote-band {
        position: relative; min-height: 420px;
        display: flex; align-items: center;
        background-image: url('img/quote.jpg');
        background-size: cover; background-position: center; background-attachment: fixed;
    }
    .quote-band::before {
        content: ''; position: absolute; inset: 0;
        background: linear-gradient(135deg, rgba(45,6,16,.92) 0%, rgba(140,0,8,.85) 100%);
    }
    .quote-content {
        position: relative; z-index: 2;
        max-width: 980px; margin: 0 auto; padding: 80px 32px;
        text-align: center; color: #fff;
    }
    .quote-content .mark {
        font-family: 'Times New Roman', serif; font-size: 120px;
        line-height: 1; color: #F4C7CF; margin-bottom: 0;
        opacity: .4;
    }
    .quote-content blockquote {
        font-family: 'Times New Roman', serif; font-style: italic;
        font-size: clamp(22px, 2.6vw, 32px); line-height: 1.45;
        margin: 0 0 28px; color: #fff;
    }
    .quote-content cite {
        font-family: 'Inter', sans-serif; font-size: 12px;
        font-style: normal; letter-spacing: .25em; text-transform: uppercase;
        color: #F4C7CF; font-weight: 600;
    }

    /* ============================================================
       PERMANENCES — split avec carte/photo
    ============================================================ */
    .permanence { background: #FAF7F2; }
    .permanence-grid { display: grid; grid-template-columns: 1fr; gap: 0; align-items: center; max-width: 700px; margin: 0 auto; }
    .permanence-photo {
        height: 520px; position: relative; overflow: hidden;
    }
    .permanence-photo img { width: 100%; height: 100%; object-fit: cover; }
    .permanence-info { padding-right: 20px; }
    .permanence-block {
        padding: 22px 0; border-bottom: 1px solid #E5DDD3;
        display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start;
    }
    .permanence-block:last-child { border-bottom: none; }
    .permanence-block .icon {
        width: 48px; height: 48px;
        background: #2D0610;
        display: flex; align-items: center; justify-content: center;
        color: #F4C7CF;
    }
    .permanence-block .icon svg { width: 22px; height: 22px; }
    .permanence-block-label {
        font-family: 'Inter', sans-serif; font-size: 11px;
        text-transform: uppercase; letter-spacing: .14em;
        color: #6B7280; font-weight: 700; margin-bottom: 6px;
    }
    .permanence-block-value {
        font-family: 'Times New Roman', serif; font-size: 18px;
        color: #1A0408; line-height: 1.5;
    }
    .permanence-block-value a { color: #8C0008; text-decoration: none; font-weight: 600; }
    .permanence-block-value a:hover { text-decoration: underline; }

    /* ============================================================
       ACTUALITÉS / ENGAGEMENT — bandeau dossiers traités
    ============================================================ */
    .engagement { background: #fff; padding: 100px 32px; }
    .engagement-header { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-bottom: 56px; align-items: end; }
    .news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
    .news-card {
        background: #fff;
        border: 1px solid #ECECE7;
        overflow: hidden;
        transition: all .3s;
    }
    .news-card:hover { border-color: #8C0008; transform: translateY(-3px); }
    .news-card-img { height: 220px; overflow: hidden; }
    .news-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
    .news-card:hover .news-card-img img { transform: scale(1.05); }
    .news-card-body { padding: 26px 28px 30px; }
    .news-card-tag {
        display: inline-block; padding: 4px 10px;
        background: #FEF2F4; color: #8C0008;
        font-family: 'Inter', sans-serif; font-size: 10.5px; font-weight: 700;
        letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px;
    }
    .news-card h4 {
        font-family: 'Times New Roman', serif; font-size: 19px;
        font-weight: 700; color: #1A0408; line-height: 1.3;
        margin: 0 0 12px;
    }
    .news-card p { font-size: 14.5px; color: #4B5563; line-height: 1.65; margin: 0; }

    /* ============================================================
       CTA ADHÉSION
    ============================================================ */
    .cta-band {
        background: #2D0610;
        position: relative; overflow: hidden;
        padding: 90px 32px;
    }
    .cta-band::before {
        content: ''; position: absolute; inset: 0;
        background-image: url('img/cta.jpg');
        background-size: cover; background-position: center;
        opacity: .14;
    }
    .cta-inner {
        position: relative; z-index: 2;
        max-width: 1200px; margin: 0 auto;
        display: grid; grid-template-columns: 2fr 1fr; gap: 60px; align-items: center;
    }
    .cta-band h2 {
        font-family: 'Times New Roman', serif;
        font-size: clamp(32px, 3.6vw, 44px); font-weight: 700;
        color: #fff; line-height: 1.15; margin: 0 0 18px;
    }
    .cta-band p {
        font-size: 17px; line-height: 1.6; color: rgba(255,255,255,.85);
        margin: 0; max-width: 620px;
    }
    .cta-actions { display: flex; flex-direction: column; gap: 14px; align-items: stretch; }
    .cta-actions .btn-primary-light {
        background: #F4C7CF; color: #2D0610;
        padding: 18px 32px; text-decoration: none;
        font-family: 'Inter', sans-serif; font-weight: 700;
        font-size: 13px; text-transform: uppercase; letter-spacing: .12em;
        text-align: center; transition: all .25s;
    }
    .cta-actions .btn-primary-light:hover { background: #fff; transform: translateY(-2px); }
    .cta-actions .btn-outline-light {
        background: transparent; color: #fff;
        border: 1.5px solid rgba(255,255,255,.6);
        padding: 16.5px 32px; text-decoration: none;
        font-family: 'Inter', sans-serif; font-weight: 600;
        font-size: 13px; text-transform: uppercase; letter-spacing: .12em;
        text-align: center; transition: all .25s;
    }
    .cta-actions .btn-outline-light:hover { background: rgba(255,255,255,.1); border-color: #fff; }

    /* ============================================================
       PARTENAIRES
    ============================================================ */
    .partners { background: #FAFAF7; padding: 80px 32px; border-top: 1px solid #ECECE7; }
    .partners-title {
        text-align: center; font-family: 'Inter', sans-serif;
        font-size: 12px; letter-spacing: .25em; text-transform: uppercase;
        color: #6B7280; font-weight: 600; margin-bottom: 40px;
    }
    .partners-row {
        display: flex; justify-content: center; align-items: center;
        gap: 40px; flex-wrap: wrap;
    }
    .partners-row .partner {
        display: flex; align-items: center; justify-content: center;
        padding: 16px 24px;
        border: 1px solid #E5E7EB;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 1px 4px rgba(0,0,0,.06);
        transition: box-shadow .2s, transform .2s;
    }
    .partners-row .partner:hover {
        box-shadow: 0 4px 16px rgba(0,0,0,.12);
        transform: translateY(-2px);
    }
    .partners-row .partner img {
        height: 56px; width: auto; max-width: 220px;
        object-fit: contain; display: block;
    }

    /* ============================================================
       FOOTER
    ============================================================ */
    .footer { background: #1A0408; color: #C9B8A8; padding: 70px 32px 24px; }
    .footer-grid {
        max-width: 1200px; margin: 0 auto;
        display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px;
        padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .footer-brand img { height: 56px; margin-bottom: 18px; }
    .footer-brand p { font-size: 14px; line-height: 1.7; color: rgba(232,213,196,.7); margin: 0; }
    .footer h5 {
        font-family: 'Inter', sans-serif; font-size: 12px;
        text-transform: uppercase; letter-spacing: .15em;
        color: #F4C7CF; font-weight: 700; margin: 0 0 20px;
    }
    .footer ul { list-style: none; padding: 0; margin: 0; }
    .footer ul li { margin-bottom: 10px; font-size: 14px; }
    .footer a { color: #C9B8A8; text-decoration: none; transition: color .2s; }
    .footer a:hover { color: #F4C7CF; }
    .footer-bottom {
        max-width: 1200px; margin: 24px auto 0;
        display: flex; justify-content: space-between; align-items: center;
        font-size: 12px; color: rgba(232,213,196,.5); font-family: 'Inter', sans-serif;
    }

    /* ============================================================
       REVEAL ANIMATIONS
    ============================================================ */
    .reveal { opacity: 0; transform: translateY(30px); transition: all .9s cubic-bezier(.2,.7,.2,1); }
    .reveal.in { opacity: 1; transform: none; }
    .reveal-d1 { transition-delay: .1s; }
    .reveal-d2 { transition-delay: .2s; }
    .reveal-d3 { transition-delay: .3s; }

    /* ============================================================
       MOBILE
    ============================================================ */
    @media (max-width: 980px) {
        .pub-nav { padding: 14px 18px; }
        .pub-nav-links { display: none; }
        .pub-nav-cta { font-size: 11px; padding: 9px 14px; }
        .pub-nav-name { font-size: 14px; }
        .pub-nav-sub { display: none; }
        .pub-nav-brand img { height: 42px; }

        .hero { min-height: 540px; }
        .hero-content { padding: 70px 22px 130px; }
        .hero-meta-inner { grid-template-columns: repeat(2, 1fr); gap: 18px; }
        .hero-meta-item .v { font-size: 24px; }

        .section { padding: 64px 22px; }
        .intro-grid, .permanence-grid, .engagement-header, .cta-inner { grid-template-columns: 1fr; gap: 40px; }
        .intro-image, .permanence-photo { height: 320px; }
        .mission-grid, .news-grid { grid-template-columns: 1fr; gap: 22px; }
        .quote-band { background-attachment: scroll; }
        .quote-content { padding: 60px 22px; }
        .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
        .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
        .partners-row { gap: 22px; }
        .partners-row .partner { font-size: 16px; }
    }

.pub-nav-login {
        margin-left: 12px;
        padding: 10px 18px;
        text-decoration: none;
        font-size: 13px;
        color: #2D0610;
        background: transparent;
        border: 1.5px solid #2D0610;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .06em;
        transition: all .25s;
    }
    .pub-nav-login:hover {
        background: #2D0610;
        color: #fff;
    }
