/* ── SECTION 4 : NOTRE MÉTHODE (ba-methode) ── */

#ba-methode {
    --bm-bg: #FAF7F2;
    --bm-bg2: #F4F0E8;
    --bm-or: #B89A5B;
    --bm-or-l: #D4B87A;
    --bm-or-bd: rgba(184, 154, 91, 0.2);
    --bm-or-pale: rgba(184, 154, 91, 0.07);
    --bm-drd: #645550;
    --bm-dark: #3E3230;
    --bm-ink: #2A1E1A;
    --bm-muted: rgba(62, 50, 48, 0.48);
    --bm-line: rgba(100, 85, 80, 0.11);
    --bm-ease: cubic-bezier(0.76, 0, 0.24, 1);

    position: relative;
    width: 100%;
    padding: 52px 0 52px;
    overflow: hidden;
    background: var(--bm-bg);
    font-family: 'DM Sans', var(--font-sans);
    color: var(--bm-ink);
    box-sizing: border-box;
}

#ba-methode *,
#ba-methode *::before,
#ba-methode *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Background */
#ba-methode .bm-atmo {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

#ba-methode .bm-atmo::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 500px;
    top: -100px;
    left: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184, 154, 91, 0.07) 0%, transparent 65%);
}

#ba-methode .bm-atmo::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 400px;
    bottom: -80px;
    right: -60px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184, 154, 91, 0.05) 0%, transparent 65%);
}

/* top & bottom hairlines */
#ba-methode .bm-div {
    position: absolute;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--bm-line), transparent);
    z-index: 2;
}

#ba-methode .bm-div-top {
    top: 0;
}

#ba-methode .bm-div-bot {
    bottom: 0;
}

/* Inner */
#ba-methode .bm-inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 5.5%;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

/* Header — centered */
#ba-methode .bm-hdr {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

#ba-methode .bm-eyebrow {
    font-size: 0.54rem;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: var(--bm-or);
    font-weight: 400;
    margin-bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    line-height: 1;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

#ba-methode .bm-eyebrow.bm-vis {
    opacity: 1;
    transform: translateY(0);
}

#ba-methode .bm-eyebrow::before,
#ba-methode .bm-eyebrow::after {
    content: '';
    display: block;
    width: 26px;
    height: 1px;
    background: var(--bm-or);
    opacity: 0.45;
    flex-shrink: 0;
}

#ba-methode .bm-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -0.5px;
    color: var(--bm-dark);
    margin-bottom: 0.9rem;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.9s ease 0.1s, transform 0.9s ease 0.1s;
}

#ba-methode .bm-title.bm-vis {
    opacity: 1;
    transform: translateY(0);
}

#ba-methode .bm-title em {
    font-style: italic;
    color: var(--bm-or);
    font-weight: 400;
}

#ba-methode .bm-lead {
    font-size: 0.82rem;
    font-weight: 300;
    line-height: 1.8;
    color: var(--bm-muted);
    max-width: 420px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.8s ease 0.22s, transform 0.8s ease 0.22s;
}

#ba-methode .bm-lead.bm-vis {
    opacity: 1;
    transform: translateY(0);
}

/* Orn */
#ba-methode .bm-orn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
    opacity: 0;
    transition: opacity 0.8s ease 0.32s;
}

#ba-methode .bm-orn.bm-vis {
    opacity: 1;
}

#ba-methode .bm-orn::before,
#ba-methode .bm-orn::after {
    content: '';
    flex: 1;
    max-width: 160px;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--bm-or-bd), transparent);
}

#ba-methode .bm-orn-d {
    width: 4px;
    height: 4px;
    background: var(--bm-or);
    transform: rotate(45deg);
    opacity: 0.5;
    flex-shrink: 0;
}

/* Steps — horizontal row */
#ba-methode .bm-steps-wrap {
    position: relative;
}

/* connecting line behind all circles */
#ba-methode .bm-timeline {
    position: absolute;
    top: 20px;
    left: calc(5% + 20px);
    right: calc(5% + 20px);
    height: 1px;
    background: var(--bm-line);
    z-index: 0;
    overflow: hidden;
}

#ba-methode .bm-timeline-fill {
    height: 100%;
    background: linear-gradient(to right, var(--bm-or), var(--bm-or-l));
    width: 0%;
    transition: width 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

#ba-methode .bm-timeline.bm-vis .bm-timeline-fill {
    width: 100%;
}

/* grid of 5 steps */
#ba-methode .bm-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
    z-index: 1;
}

/* single step */
#ba-methode .bm-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 0.6rem;
    cursor: default;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

#ba-methode .bm-step.bm-vis {
    opacity: 1;
    transform: translateY(0);
}

/* circle */
#ba-methode .bm-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid var(--bm-or-bd);
    background: var(--bm-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    transition: border-color 0.4s, background 0.4s, transform 0.35s;
    margin-bottom: 1.2rem;
}

#ba-methode .bm-step:hover .bm-circle {
    border-color: var(--bm-or);
    background: var(--bm-or);
    transform: scale(1.1);
}

#ba-methode .bm-circle-num {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--bm-or);
    line-height: 1;
    transition: color 0.35s;
    user-select: none;
}

#ba-methode .bm-step:hover .bm-circle-num {
    color: var(--bm-bg);
}

/* pulsing ring on hover */
#ba-methode .bm-circle::before {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 1px solid var(--bm-or);
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.4s, transform 0.4s;
}

#ba-methode .bm-step:hover .bm-circle::before {
    opacity: 0.3;
    transform: scale(1);
}

/* step tag */
#ba-methode .bm-stag {
    font-size: 0.48rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--bm-or);
    font-weight: 400;
    opacity: 0.65;
    margin-bottom: 0.4rem;
    display: block;
    transition: opacity 0.3s;
}

#ba-methode .bm-step:hover .bm-stag {
    opacity: 1;
}

/* step name */
#ba-methode .bm-sname {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(0.95rem, 1.4vw, 1.2rem);
    font-weight: 600;
    line-height: 1.25;
    color: var(--bm-dark);
    margin-bottom: 0.55rem;
    letter-spacing: -0.1px;
    transition: color 0.35s;
    position: relative;
}

#ba-methode .bm-step:hover .bm-sname {
    color: var(--bm-or);
}

/* underline sweep */
#ba-methode .bm-sname::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: var(--bm-or);
    margin: 0.4rem auto 0;
    transition: width 0.42s var(--bm-ease);
}

#ba-methode .bm-step:hover .bm-sname::after {
    width: 28px;
}

/* step desc */
#ba-methode .bm-sdesc {
    font-size: 0.72rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--bm-muted);
    max-width: 180px;
    transition: color 0.35s;
}

#ba-methode .bm-step:hover .bm-sdesc {
    color: rgba(62, 50, 48, 0.78);
}

/* Verdict strip */
#ba-methode .bm-verdict {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 2rem;
    border: 1px solid var(--bm-or-bd);
    background: rgba(184, 154, 91, 0.04);
    max-width: 620px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

#ba-methode .bm-verdict.bm-vis {
    opacity: 1;
    transform: translateY(0);
}

#ba-methode .bm-verdict-dot {
    width: 6px;
    height: 6px;
    background: var(--bm-or);
    border-radius: 50%;
    flex-shrink: 0;
    animation: bm-pulse 2.4s ease-in-out infinite;
}

@keyframes bm-pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.35;
        transform: scale(0.55);
    }
}

#ba-methode .bm-verdict-text {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--bm-drd);
    letter-spacing: 0.2px;
    line-height: 1.5;
    text-align: center;
}

/* Idle shimmer keyframes (reserved) */
@keyframes bm-shimmer {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(300%) rotate(45deg);
    }
}

/* Responsive — ≤ 860px: 3+2 grid */
@media (max-width: 860px) {
    #ba-methode {
        padding: 44px 0;
    }

    #ba-methode .bm-inner {
        padding: 0 5%;
        gap: 28px;
    }

    #ba-methode .bm-timeline {
        display: none;
    }

    #ba-methode .bm-steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem 0.5rem;
    }

    /* last 2 center under first 3 */
    #ba-methode .bm-step:nth-child(4) {
        grid-column: 1;
        grid-row: 2;
    }

    #ba-methode .bm-step:nth-child(5) {
        grid-column: 3;
        grid-row: 2;
    }
}

/* Responsive — ≤ 560px: single column-ish */
@media (max-width: 560px) {
    #ba-methode {
        padding: 40px 0;
    }

    #ba-methode .bm-inner {
        padding: 0 4.5%;
        gap: 24px;
    }

    #ba-methode .bm-title {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

    #ba-methode .bm-steps {
        grid-template-columns: 1fr 1fr;
        gap: 1.8rem 1rem;
    }

    #ba-methode .bm-step:nth-child(4),
    #ba-methode .bm-step:nth-child(5) {
        grid-column: auto;
        grid-row: auto;
    }

    #ba-methode .bm-step:last-child {
        grid-column: 1 / -1;
    }

    #ba-methode .bm-sdesc {
        display: none;
    }

    #ba-methode .bm-circle {
        width: 36px;
        height: 36px;
        margin-bottom: 0.9rem;
    }

    #ba-methode .bm-verdict {
        padding: 0.9rem 1.2rem;
    }

    #ba-methode .bm-verdict-text {
        font-size: 0.82rem;
    }
}

@media (max-width: 380px) {
    #ba-methode .bm-steps {
        grid-template-columns: 1fr;
    }

    #ba-methode .bm-step:last-child {
        grid-column: 1;
    }

    #ba-methode .bm-sdesc {
        display: block;
    }
}

/* Styles spécifiques desktop/tablette pour Accueil */

.page-accueil {
    /* full-bleed horizontal section inside .container */
    max-width: none;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    /* remove gap between navbar and hero coming from .site-main padding */
    margin-top: -2.5rem;
    padding-top: 0;
    border-top: none;
}

/* ── HERO BISCART (adapté au projet PHP) ── */

#biscart-hero {
    --ba-ivoire: #F4F1EC;
    --ba-or: #B89A5B;
    --ba-or-light: #D4B87A;
    --ba-dorado: #645550;
    --ba-dorado-dark: #3E3230;
    --ba-olive: #688662;
    --ba-trans: 1.4s;
    --ba-zoom: 6s;

    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    overflow: hidden;
    background: var(--ba-dorado-dark);
    font-family: 'DM Sans', var(--font-sans);
    color: var(--ba-ivoire);
    box-sizing: border-box;
}

#biscart-hero *,
#biscart-hero *::before,
#biscart-hero *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Slides */
#biscart-hero .ba-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--ba-trans) ease-in-out,
        visibility var(--ba-trans);
    display: flex;
    align-items: center;
    z-index: 1;
}

#biscart-hero .ba-slide.ba-active {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

/* Photo */
#biscart-hero .ba-visual {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    background: var(--ba-dorado-dark);
}

#biscart-hero .ba-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.12);
    transition: transform var(--ba-zoom) ease-out;
    will-change: transform;
}

#biscart-hero .ba-slide.ba-active .ba-visual img {
    transform: scale(1);
}

/* Gradient overlays */
#biscart-hero .ba-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

/* Slide 1 — text RIGHT */
#biscart-hero .ba-s1 .ba-visual::after {
    background:
        radial-gradient(ellipse 72% 80% at 65% 50%,
            transparent 0%, rgba(62, 50, 48, 0.50) 55%, rgba(38, 26, 22, 0.88) 100%),
        linear-gradient(to right,
            rgba(38, 26, 22, 0.00) 0%,
            rgba(38, 26, 22, 0.00) 35%,
            rgba(38, 26, 22, 0.78) 60%,
            rgba(38, 26, 22, 0.97) 100%);
}

/* Slide 2 — text LEFT */
#biscart-hero .ba-s2 .ba-visual::after {
    background:
        radial-gradient(ellipse 72% 80% at 35% 50%,
            transparent 0%, rgba(62, 50, 48, 0.50) 55%, rgba(38, 26, 22, 0.88) 100%),
        linear-gradient(to left,
            rgba(38, 26, 22, 0.00) 0%,
            rgba(38, 26, 22, 0.00) 35%,
            rgba(38, 26, 22, 0.78) 60%,
            rgba(38, 26, 22, 0.97) 100%);
}

/* Content panel */
#biscart-hero .ba-content {
    position: relative;
    z-index: 15;
    display: flex;
    flex-direction: column;
    padding: 0 10%;
    width: 100%;
    transition: transform var(--ba-trans) cubic-bezier(0.2, 0.8, 0.2, 1);
}

#biscart-hero .ba-s1 .ba-content {
    align-items: flex-end;
    text-align: right;
    transform: translateX(30px);
}

#biscart-hero .ba-s2 .ba-content {
    align-items: flex-start;
    text-align: left;
    transform: translateX(-30px);
}

#biscart-hero .ba-slide.ba-active .ba-content {
    transform: translateX(0);
}

/* Stagger entrance */
#biscart-hero .ba-content>* {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

#biscart-hero .ba-slide.ba-active .ba-content>* {
    opacity: 1;
    transform: translateY(0);
}

/* Eyebrow */
#biscart-hero .ba-eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.62rem;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: var(--ba-or);
    font-weight: 400;
    margin-bottom: 1.4rem;
    transition-delay: 0.2s;
    display: flex;
    align-items: center;
    gap: 1rem;
    line-height: 1;
}

#biscart-hero .ba-eyebrow::before,
#biscart-hero .ba-eyebrow::after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--ba-or);
    opacity: 0.65;
    flex-shrink: 0;
}

#biscart-hero .ba-s1 .ba-eyebrow {
    flex-direction: row-reverse;
}

/* Title */
#biscart-hero .ba-title {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: clamp(4.5rem, 12vw, 6.5rem);
    line-height: 0.9;
    color: var(--ba-ivoire);
    font-weight: 700;
    letter-spacing: -1.5px;
    margin-bottom: 1rem;
    transition-delay: 0.38s;
}

#biscart-hero .ba-title em {
    font-style: normal;
    color: var(--ba-or-light);
}

/* Tagline */
#biscart-hero .ba-tagline {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-style: italic;
    font-size: clamp(1.1rem, 2.3vw, 1.55rem);
    color: var(--ba-olive);
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 1.4rem;
    transition-delay: 0.56s;
    max-width: 560px;
}

/* Divider */
#biscart-hero .ba-divider {
    width: 44px;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--ba-or), transparent);
    margin-bottom: 1.5rem;
    transition-delay: 0.7s;
}

/* Description */
#biscart-hero .ba-desc {
    max-width: 420px;
    font-size: 0.87rem;
    line-height: 1.9;
    font-weight: 300;
    color: rgba(244, 241, 236, 0.68);
    margin-bottom: 3rem;
    transition-delay: 0.84s;
}

#biscart-hero .ba-s1 .ba-desc {
    margin-left: auto;
}

/* Button group */
#biscart-hero .ba-btns {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    flex-wrap: wrap;
    transition-delay: 1.05s;
}

#biscart-hero .ba-s1 .ba-btns {
    justify-content: flex-end;
}

#biscart-hero .ba-s2 .ba-btns {
    justify-content: flex-start;
}



/* Dots */
#biscart-hero .ba-dots {
    position: absolute;
    bottom: 2.4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    gap: 9px;
    align-items: center;
}

#biscart-hero .ba-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    background: rgba(244, 241, 236, 0.28);
    cursor: pointer;
    padding: 0;
    transition: background 0.3s,
        width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        border-radius 0.4s;
}

#biscart-hero .ba-dot.ba-active {
    background: var(--ba-or);
    width: 30px;
    border-radius: 3px;
}

/* Progress bar */
#biscart-hero .ba-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(to right, var(--ba-or), var(--ba-or-light));
    width: 0%;
    z-index: 20;
    opacity: 0.6;
}

#biscart-hero .ba-progress.ba-run {
    animation: ba-pgbar 5s linear forwards;
}

@keyframes ba-pgbar {
    from {
        width: 0%
    }

    to {
        width: 100%
    }
}

/* Mobile adaptations for hero */
@media (max-width: 720px) {

    #biscart-hero .ba-s1 .ba-visual::after,
    #biscart-hero .ba-s2 .ba-visual::after {
        background:
            linear-gradient(to top,
                rgba(38, 26, 22, 0.97) 0%,
                rgba(38, 26, 22, 0.85) 38%,
                rgba(38, 26, 22, 0.20) 65%,
                transparent 100%);
    }

    #biscart-hero .ba-s1 .ba-content,
    #biscart-hero .ba-s2 .ba-content {
        align-items: center !important;
        text-align: center !important;
        justify-content: flex-end;
        height: 100%;
        padding-bottom: 10%;
        transform: translateY(20px) !important;
    }

    #biscart-hero .ba-s1.ba-active .ba-content,
    #biscart-hero .ba-s2.ba-active .ba-content {
        transform: translateY(0) !important;
    }

    #biscart-hero .ba-s1 .ba-eyebrow {
        flex-direction: row;
    }

    #biscart-hero .ba-s1 .ba-desc {
        margin-left: auto;
        margin-right: auto;
    }

    #biscart-hero .ba-title {
        font-size: clamp(3rem, 16vw, 4.5rem);
        margin-bottom: 0.6rem;
    }

    #biscart-hero .ba-tagline {
        font-size: 1rem;
        margin-bottom: 0.8rem;
    }

    #biscart-hero .ba-divider {
        margin-bottom: 0.8rem;
    }

    #biscart-hero .ba-desc {
        font-size: 0.8rem;
        line-height: 1.7;
        margin-bottom: 1.6rem;
    }

    #biscart-hero .ba-eyebrow {
        font-size: 0.55rem;
        letter-spacing: 5px;
        margin-bottom: 0.8rem;
    }

}

@media (max-width: 400px) {

    #biscart-hero .ba-eyebrow::before,
    #biscart-hero .ba-eyebrow::after {
        width: 12px;
    }

    #biscart-hero .ba-s1 .ba-btns,
    #biscart-hero .ba-s2 .ba-btns {
        flex-direction: column;
        max-width: 280px;
    }

}

/* ── SECTION 1 : POSITIONNEMENT (ba-pos) ── */

#ba-pos {
    --bg: #FDFAF6;
    --bg2: #F7F3EE;
    --or: #B89A5B;
    --or-l: #D4B87A;
    --or-pale: rgba(184, 154, 91, 0.08);
    --or-bd: rgba(184, 154, 91, 0.22);
    --drd: #645550;
    --drd-dk: #3E3230;
    --ink: #2A1E1A;
    --muted: rgba(42, 30, 26, 0.46);
    --line: rgba(100, 85, 80, 0.10);
    --ease: cubic-bezier(0.76, 0, 0.24, 1);

    position: relative;
    width: 100%;
    background: var(--bg);
    font-family: 'DM Sans', var(--font-sans);
    color: var(--ink);
    overflow: hidden;
    box-sizing: border-box;
}

#ba-pos *,
#ba-pos *::before,
#ba-pos *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Atmosphere */
#ba-pos .bp-atmo {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

#ba-pos .bp-atmo::before {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    top: -200px;
    left: -100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184, 154, 91, 0.10) 0%, transparent 65%);
}

#ba-pos .bp-atmo::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    bottom: -150px;
    right: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(104, 134, 98, 0.07) 0%, transparent 60%);
}

#ba-pos .bp-grain {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px;
}

/* Top gold line */
#ba-pos .bp-topline {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 4;
    background: linear-gradient(to right,
            transparent 0%, var(--or) 20%, var(--or) 80%, transparent 100%);
    opacity: 0.45;
}

/* Corner ornaments */
#ba-pos .bp-corner {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

#ba-pos .bp-corner-tl {
    top: 28px;
    left: 28px;
}

#ba-pos .bp-corner-br {
    bottom: 28px;
    right: 28px;
    transform: rotate(180deg);
}

#ba-pos .bp-corner svg {
    width: 52px;
    height: 52px;
    stroke: var(--or);
    fill: none;
    stroke-width: 0.65;
    opacity: 0.28;
}

/* Main inner */
#ba-pos .bp-inner {
    position: relative;
    z-index: 3;
    max-width: 1300px;
    margin: 0 auto;
    padding: 52px 7% 56px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Index row */
#ba-pos .bp-index {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 32px;
}

#ba-pos .bp-idx-num {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 0.72rem;
    letter-spacing: 5px;
    color: var(--or);
    font-weight: 400;
}

#ba-pos .bp-idx-line {
    width: 48px;
    height: 1px;
    background: linear-gradient(to right, var(--or), transparent);
    opacity: 0.45;
}

#ba-pos .bp-idx-label {
    font-size: 0.55rem;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: var(--or);
    font-weight: 300;
}

/* Headline block */
#ba-pos .bp-headline-wrap {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

#ba-pos .bp-giant {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.8rem, 5.8vw, 5.5rem);
    line-height: 0.95;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -2px;
    display: block;
}

#ba-pos .bp-giant-line2 {
    display: block;
    font-style: italic;
    font-weight: 300;
    color: var(--drd);
    letter-spacing: -0.5px;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
}

#ba-pos .bp-giant-line2::before {
    content: '—';
    font-style: normal;
    color: var(--or);
    font-size: 0.5em;
    margin-right: 0.4em;
    vertical-align: middle;
    opacity: 0.65;
}

#ba-pos .bp-orn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1.4rem auto 0;
    max-width: 280px;
}

#ba-pos .bp-orn::before,
#ba-pos .bp-orn::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--or-bd), transparent);
}

#ba-pos .bp-orn-d {
    width: 4px;
    height: 4px;
    background: var(--or);
    transform: rotate(45deg);
    opacity: 0.5;
    flex-shrink: 0;
}

/* Three-column content */
#ba-pos .bp-cols {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    gap: 0;
    border: 1px solid var(--line);
    background: var(--line);
}

/* Shared column */
#ba-pos .bp-col {
    background: var(--bg);
    padding: 2.2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

#ba-pos .bp-col+.bp-col {
    border-left: 1px solid var(--line);
}

/* Column label */
#ba-pos .bp-col-label {
    font-size: 0.52rem;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: var(--or);
    font-weight: 400;
    margin-bottom: 1.3rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

#ba-pos .bp-col-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--or-bd);
}

/* Col 1 body + pull quote */
#ba-pos .bp-body {
    font-size: 0.85rem;
    line-height: 1.85;
    font-weight: 300;
    color: var(--muted);
    margin-bottom: 1.6rem;
}

#ba-pos .bp-pull {
    position: relative;
    padding: 1.2rem 1.4rem 1.2rem 1.8rem;
    background: var(--bg2);
    border: 1px solid var(--or-bd);
    margin-top: auto;
}

#ba-pos .bp-pull::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background: linear-gradient(to bottom,
            transparent 5%, var(--or) 30%, var(--or) 70%, transparent 95%);
}

#ba-pos .bp-pull-q {
    display: block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 3rem;
    line-height: 0.4;
    color: var(--or);
    opacity: 0.15;
    margin-bottom: 0.5rem;
    pointer-events: none;
}

#ba-pos .bp-pull p {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--drd-dk);
    font-weight: 400;
}

#ba-pos .bp-pull p strong {
    font-style: normal;
    font-weight: 600;
    color: var(--drd);
}

/* Col 2 — audience list */
#ba-pos .bp-col-mid {
    background: var(--bg2);
    padding: 2.2rem 0 2rem;
    overflow: hidden;
}

#ba-pos .bp-col-mid .bp-col-label {
    padding: 0 2rem;
}

#ba-pos .bp-aud-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

#ba-pos .bp-aud {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1rem 2rem;
    border-bottom: 1px solid var(--line);
    cursor: default;
    position: relative;
    overflow: hidden;
    transition: background 0.38s var(--ease);
}

#ba-pos .bp-aud:first-child {
    border-top: 1px solid var(--line);
}

#ba-pos .bp-aud::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, var(--or-pale) 0%, transparent 80%);
    transform: translateX(-100%);
    transition: transform 0.45s var(--ease);
}

#ba-pos .bp-aud:hover::before {
    transform: translateX(0);
}

#ba-pos .bp-aud::after {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
    width: 2px;
    background: var(--or);
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.36s var(--ease);
}

#ba-pos .bp-aud:hover::after {
    transform: scaleY(1);
}

#ba-pos .bp-aud-n {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: rgba(184, 154, 91, 0.18);
    line-height: 1;
    flex-shrink: 0;
    min-width: 2rem;
    letter-spacing: -1px;
    position: relative;
    z-index: 1;
    transition: color 0.35s;
}

#ba-pos .bp-aud:hover .bp-aud-n {
    color: var(--or);
}

#ba-pos .bp-aud-body {
    flex: 1;
    position: relative;
    z-index: 1;
}

#ba-pos .bp-aud-name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--ink);
    display: block;
    line-height: 1.25;
    margin-bottom: 0.18rem;
    transition: color 0.3s;
}

#ba-pos .bp-aud:hover .bp-aud-name {
    color: var(--drd);
}

#ba-pos .bp-aud-sub {
    font-size: 0.66rem;
    color: var(--muted);
    font-weight: 300;
    letter-spacing: 0.3px;
    display: block;
}

#ba-pos .bp-aud-ico {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--or-bd);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: border-color 0.35s, background 0.35s;
}

#ba-pos .bp-aud:hover .bp-aud-ico {
    border-color: var(--or);
    background: var(--or-pale);
}

#ba-pos .bp-aud-ico svg {
    width: 15px;
    height: 15px;
    stroke: var(--or);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Col 3 — pillars */
#ba-pos .bp-pillars {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
}

#ba-pos .bp-pil {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--line);
    position: relative;
    cursor: default;
    transition: background 0.35s;
}

#ba-pos .bp-pil:first-child {
    padding-top: 0;
}

#ba-pos .bp-pil:last-child {
    border-bottom: none;
}

#ba-pos .bp-pil::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1.5px;
    background: linear-gradient(to right, var(--or), var(--or-l));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s var(--ease);
}

#ba-pos .bp-pil:first-child::before {
    display: none;
}

#ba-pos .bp-pil:hover::before {
    transform: scaleX(1);
}

#ba-pos .bp-pil-num {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    color: rgba(184, 154, 91, 0.16);
    flex-shrink: 0;
    min-width: 2.6rem;
    transition: color 0.38s;
}

#ba-pos .bp-pil:hover .bp-pil-num {
    color: var(--or);
}

#ba-pos .bp-pil-body {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-top: 0.18rem;
}

#ba-pos .bp-pil-label {
    font-size: 0.56rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 500;
    line-height: 1.5;
    transition: color 0.3s;
}

#ba-pos .bp-pil:hover .bp-pil-label {
    color: var(--drd-dk);
}

#ba-pos .bp-pil-desc {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 0.88rem;
    font-style: italic;
    color: rgba(42, 30, 26, 0.35);
    line-height: 1.4;
    transition: color 0.3s;
}

#ba-pos .bp-pil:hover .bp-pil-desc {
    color: var(--drd);
}

/* Scroll animations */
#ba-pos .bp-anim {
    opacity: 0;
    transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

#ba-pos .bp-up {
    transform: translateY(36px);
}

#ba-pos .bp-left {
    transform: translateX(-30px);
}

#ba-pos .bp-right {
    transform: translateX(30px);
}

#ba-pos .bp-fade {
    transform: none;
}

#ba-pos .bp-anim.bp-in {
    opacity: 1;
    transform: translate(0, 0);
}

#ba-pos [data-d="1"] {
    transition-delay: 0.00s;
}

#ba-pos [data-d="2"] {
    transition-delay: 0.10s;
}

#ba-pos [data-d="3"] {
    transition-delay: 0.18s;
}

#ba-pos [data-d="4"] {
    transition-delay: 0.26s;
}

#ba-pos [data-d="5"] {
    transition-delay: 0.34s;
}

#ba-pos [data-d="6"] {
    transition-delay: 0.42s;
}

#ba-pos [data-d="7"] {
    transition-delay: 0.50s;
}

#ba-pos [data-d="8"] {
    transition-delay: 0.58s;
}

#ba-pos [data-d="9"] {
    transition-delay: 0.66s;
}

#ba-pos [data-d="10"] {
    transition-delay: 0.74s;
}

/* Responsive for ba-pos */
@media (max-width: 960px) {
    #ba-pos .bp-inner {
        padding: 48px 6% 52px;
    }

    #ba-pos .bp-cols {
        grid-template-columns: 1fr;
        background: none;
        border: none;
        gap: 1px;
    }

    #ba-pos .bp-col {
        border: 1px solid var(--line);
    }

    #ba-pos .bp-col+.bp-col {
        border-left: 1px solid var(--line);
        border-top: none;
    }

    #ba-pos .bp-col-mid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 640px) {
    #ba-pos .bp-inner {
        padding: 40px 5% 44px;
    }

    #ba-pos .bp-index {
        margin-bottom: 24px;
    }

    #ba-pos .bp-giant {
        font-size: clamp(2.3rem, 11vw, 3.4rem);
        letter-spacing: -1px;
    }

    #ba-pos .bp-giant-line2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    #ba-pos .bp-headline-wrap {
        margin-bottom: 28px;
    }

    #ba-pos .bp-col {
        padding: 1.6rem 1.4rem;
    }

    #ba-pos .bp-col-mid {
        padding: 1.6rem 0 1.4rem;
    }

    #ba-pos .bp-col-mid .bp-col-label {
        padding: 0 1.4rem;
    }

    #ba-pos .bp-aud {
        padding: 0.9rem 1.4rem;
    }

    #ba-pos .bp-pil-num {
        font-size: 1.7rem;
        min-width: 2.2rem;
    }

    #ba-pos .bp-corner {
        display: none;
    }
}

@media (max-width: 400px) {
    #ba-pos .bp-giant {
        font-size: clamp(1.9rem, 11vw, 2.8rem);
    }

    #ba-pos .bp-inner {
        padding: 36px 5% 40px;
    }
}

/* ── SECTION 2 : NOS CRÉATIONS SIGNATURE (ba-cr) ── */

#ba-cr {
    --bg: #1A1210;
    --bg2: #221A18;
    --bg3: #2E2320;
    --or: #B89A5B;
    --or-l: #D4B87A;
    --or-pale: rgba(184, 154, 91, 0.08);
    --or-bd: rgba(184, 154, 91, 0.22);
    --drd: #645550;
    --drd-dk: #3E3230;
    --ivoire: #F4F1EC;
    --muted: rgba(244, 241, 236, 0.42);
    --line: rgba(184, 154, 91, 0.10);
    --ease: cubic-bezier(0.76, 0, 0.24, 1);
    --ease2: cubic-bezier(0.4, 0, 0.2, 1);

    position: relative;
    width: 100%;
    background: var(--bg);
    font-family: 'DM Sans', var(--font-sans);
    color: var(--ivoire);
    overflow: hidden;
    box-sizing: border-box;
}

#ba-cr *,
#ba-cr *::before,
#ba-cr *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Atmosphere */
#ba-cr .bc-atmo {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

#ba-cr .bc-atmo::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    top: -150px;
    right: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184, 154, 91, 0.07) 0%, transparent 65%);
}

#ba-cr .bc-atmo::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 400px;
    bottom: -100px;
    left: -60px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(100, 85, 80, 0.08) 0%, transparent 65%);
}

#ba-cr .bc-grain {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px;
}

/* Dividers */
#ba-cr .bc-divider {
    position: absolute;
    left: 5%;
    right: 5%;
    height: 1px;
    z-index: 4;
    background: linear-gradient(to right, transparent, rgba(184, 154, 91, 0.25), transparent);
}

#ba-cr .bc-divider-top {
    top: 0;
}

#ba-cr .bc-divider-bot {
    bottom: 0;
}

/* Inner */
#ba-cr .bc-inner {
    position: relative;
    z-index: 3;
    max-width: 1320px;
    margin: 0 auto;
    padding: 48px 5.5% 48px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* Tag row */
#ba-cr .bc-tag-row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#ba-cr .bc-tag-num {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 0.7rem;
    letter-spacing: 5px;
    color: var(--or);
    font-weight: 400;
}

#ba-cr .bc-tag-line {
    width: 44px;
    height: 1px;
    background: linear-gradient(to right, var(--or), transparent);
    opacity: 0.5;
}

#ba-cr .bc-tag-lbl {
    font-size: 0.54rem;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: var(--or);
    font-weight: 300;
}

/* Header */
#ba-cr .bc-hdr {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 4%;
}

#ba-cr .bc-h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 0.97;
    font-weight: 700;
    color: var(--ivoire);
    letter-spacing: -1px;
    flex-shrink: 0;
}

#ba-cr .bc-h2 em {
    display: block;
    font-style: italic;
    font-weight: 300;
    color: var(--or-l);
    letter-spacing: -0.3px;
    font-size: 0.9em;
}

#ba-cr .bc-h2 em::before {
    content: '—';
    font-style: normal;
    color: var(--or);
    font-size: 0.5em;
    margin-right: 0.4em;
    vertical-align: middle;
    opacity: 0.6;
}

#ba-cr .bc-subtitle {
    font-size: 0.82rem;
    line-height: 1.8;
    font-weight: 300;
    color: var(--muted);
    max-width: 360px;
    text-align: right;
    align-self: flex-end;
}

/* Grid */
#ba-cr .bc-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.85fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 3px;
    height: 420px;
}

#ba-cr .bc-item-a {
    grid-column: 1;
    grid-row: 1 / 3;
}

#ba-cr .bc-item-b {
    grid-column: 2;
    grid-row: 1;
}

#ba-cr .bc-item-c {
    grid-column: 2;
    grid-row: 2;
}

#ba-cr .bc-item-d {
    grid-column: 3;
    grid-row: 1 / 3;
}

/* Item base */
#ba-cr .bc-item {
    position: relative;
    overflow: hidden;
    cursor: default;
    background: var(--bg3);
}

#ba-cr .bc-item-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.07);
    transition: transform 1s var(--ease);
    will-change: transform;
    display: block;
}

#ba-cr .bc-item:hover .bc-item-img {
    transform: scale(1.0);
}

#ba-cr .bc-item::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top,
            rgba(18, 10, 8, 0.92) 0%,
            rgba(18, 10, 8, 0.42) 45%,
            rgba(18, 10, 8, 0.08) 75%,
            transparent 100%);
    transition: background 0.5s var(--ease2);
}

#ba-cr .bc-item:hover::before {
    background: linear-gradient(to top,
            rgba(18, 10, 8, 0.95) 0%,
            rgba(18, 10, 8, 0.55) 50%,
            rgba(18, 10, 8, 0.15) 80%,
            transparent 100%);
}

#ba-cr .bc-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 3;
    background: linear-gradient(to right, var(--or), var(--or-l));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s var(--ease);
}

#ba-cr .bc-item:hover::after {
    transform: scaleX(1);
}

/* Ghost index */
#ba-cr .bc-item-idx {
    position: absolute;
    top: 1.2rem;
    right: 1.4rem;
    z-index: 2;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    color: rgba(255, 255, 255, 0.05);
    pointer-events: none;
    transition: color 0.4s;
}

#ba-cr .bc-item:hover .bc-item-idx {
    color: rgba(184, 154, 91, 0.12);
}

/* Item body */
#ba-cr .bc-item-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 1.6rem 1.5rem;
    transform: translateY(5px);
    transition: transform 0.45s var(--ease);
}

#ba-cr .bc-item:hover .bc-item-body {
    transform: translateY(0);
}

/* Tag */
#ba-cr .bc-itag {
    font-size: 0.5rem;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--or-l);
    font-weight: 400;
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

#ba-cr .bc-itag::before {
    content: '';
    width: 14px;
    height: 1px;
    background: var(--or);
    opacity: 0.7;
    flex-shrink: 0;
}

/* Title */
#ba-cr .bc-ititle {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.05;
    color: #fff;
    letter-spacing: -0.2px;
    transition: color 0.3s;
}

#ba-cr .bc-item-b .bc-ititle,
#ba-cr .bc-item-c .bc-ititle {
    font-size: 1.1rem;
}

#ba-cr .bc-item:hover .bc-ititle {
    color: var(--or-l);
}

/* Description */
#ba-cr .bc-idesc {
    font-size: 0.72rem;
    line-height: 1.65;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.45s var(--ease), opacity 0.38s var(--ease2), margin-top 0.38s;
}

#ba-cr .bc-item:hover .bc-idesc {
    max-height: 60px;
    opacity: 1;
    margin-top: 0.5rem;
}

/* Footer line */
#ba-cr .bc-ifoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.45s var(--ease), opacity 0.38s var(--ease2), margin-top 0.3s, padding-top 0.3s;
}

#ba-cr .bc-item:hover .bc-ifoot {
    max-height: 36px;
    opacity: 1;
    margin-top: 0.7rem;
    padding-top: 0.6rem;
}

#ba-cr .bc-ifoot-lbl {
    font-size: 0.5rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    font-weight: 300;
}

#ba-cr .bc-iarrow {
    color: var(--or);
    font-size: 0.72rem;
    transform: translateX(-6px);
    transition: transform 0.32s var(--ease);
}

#ba-cr .bc-item:hover .bc-iarrow {
    transform: translateX(0);
}

/* Compact variant for mid rows */
#ba-cr .bc-item-b .bc-item-body,
#ba-cr .bc-item-c .bc-item-body {
    padding: 0 1.2rem 1.1rem;
}

#ba-cr .bc-item-b .bc-itag,
#ba-cr .bc-item-c .bc-itag {
    display: none;
}

/* Strip row */
#ba-cr .bc-strip {
    position: relative;
    background: var(--bg2);
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.4rem 2.2rem;
    overflow: hidden;
    transition: background 0.38s;
}

#ba-cr .bc-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background: var(--or);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.4s var(--ease);
}

#ba-cr .bc-strip:hover {
    background: rgba(184, 154, 91, 0.05);
}

#ba-cr .bc-strip:hover::before {
    transform: scaleY(1);
}

#ba-cr .bc-strip-left {
    display: flex;
    align-items: center;
    gap: 1.4rem;
}

#ba-cr .bc-strip-num {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.5px;
    color: rgba(184, 154, 91, 0.18);
    transition: color 0.35s;
}

#ba-cr .bc-strip:hover .bc-strip-num {
    color: var(--or);
}

#ba-cr .bc-strip-name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--ivoire);
    display: block;
    transition: color 0.3s;
}

#ba-cr .bc-strip:hover .bc-strip-name {
    color: var(--or-l);
}

#ba-cr .bc-strip-sub {
    font-size: 0.66rem;
    color: var(--muted);
    font-weight: 300;
    letter-spacing: 0.3px;
    display: block;
}

#ba-cr .bc-strip-tag {
    font-size: 0.5rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(184, 154, 91, 0.45);
    font-weight: 400;
}

#ba-cr .bc-strip-arrow {
    color: var(--or);
    font-size: 0.8rem;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.3s, transform 0.35s var(--ease);
}

#ba-cr .bc-strip:hover .bc-strip-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* CTA */
#ba-cr .bc-cta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

#ba-cr .bc-cta-dec {
    flex: 1;
    height: 1px;
    max-width: 180px;
    background: linear-gradient(to right, transparent, var(--or-bd));
}

#ba-cr .bc-cta-dec:last-child {
    background: linear-gradient(to left, transparent, var(--or-bd));
}


/* Scroll animations */
#ba-cr .bc-anim {
    opacity: 0;
    transition: opacity 0.9s var(--ease2), transform 0.9s var(--ease2);
}

#ba-cr .bc-up {
    transform: translateY(32px);
}

#ba-cr .bc-lft {
    transform: translateX(-28px);
}

#ba-cr .bc-rgt {
    transform: translateX(28px);
}

#ba-cr .bc-fade {
    transform: none;
}

#ba-cr .bc-anim.bc-in {
    opacity: 1;
    transform: translate(0, 0);
}

#ba-cr [data-d="1"] {
    transition-delay: 0.00s;
}

#ba-cr [data-d="2"] {
    transition-delay: 0.08s;
}

#ba-cr [data-d="3"] {
    transition-delay: 0.16s;
}

#ba-cr [data-d="4"] {
    transition-delay: 0.24s;
}

#ba-cr [data-d="5"] {
    transition-delay: 0.32s;
}

#ba-cr [data-d="6"] {
    transition-delay: 0.40s;
}

#ba-cr [data-d="7"] {
    transition-delay: 0.48s;
}

#ba-cr [data-d="8"] {
    transition-delay: 0.56s;
}

/* Responsive ba-cr */
@media (max-width: 1024px) {
    #ba-cr .bc-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 220px 220px;
        height: auto;
    }

    #ba-cr .bc-item-a {
        grid-column: 1;
        grid-row: 1 / 3;
    }

    #ba-cr .bc-item-b {
        grid-column: 2;
        grid-row: 1;
    }

    #ba-cr .bc-item-c {
        grid-column: 2;
        grid-row: 2;
    }

    #ba-cr .bc-item-d {
        grid-column: 1 / 3;
        grid-row: 3;
        height: 200px;
    }

    #ba-cr .bc-item-b .bc-itag,
    #ba-cr .bc-item-c .bc-itag {
        display: flex;
    }
}

@media (max-width: 760px) {
    #ba-cr .bc-inner {
        padding: 40px 5% 40px;
        gap: 24px;
    }

    #ba-cr .bc-hdr {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }

    #ba-cr .bc-subtitle {
        text-align: left;
        max-width: 100%;
    }

    #ba-cr .bc-h2 {
        font-size: clamp(1.8rem, 8vw, 3rem);
    }

    #ba-cr .bc-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 200px 180px 180px;
        height: auto;
    }

    #ba-cr .bc-item-a {
        grid-column: 1 / 3;
        grid-row: 1;
    }

    #ba-cr .bc-item-b {
        grid-column: 1;
        grid-row: 2;
    }

    #ba-cr .bc-item-c {
        grid-column: 2;
        grid-row: 2;
    }

    #ba-cr .bc-item-d {
        grid-column: 1 / 3;
        grid-row: 3;
        height: 180px;
    }

    #ba-cr .bc-idesc {
        max-height: 60px;
        opacity: 1;
        margin-top: 0.4rem;
    }

    #ba-cr .bc-ifoot {
        max-height: 36px;
        opacity: 1;
        margin-top: 0.6rem;
        padding-top: 0.5rem;
    }

    #ba-cr .bc-strip {
        padding: 1.1rem 1.4rem;
    }

    #ba-cr .bc-strip-num {
        font-size: 1.5rem;
    }

    #ba-cr .bc-cta-dec {
        display: none;
    }

}

/* ── SECTION 3 : SECTEURS D'EXCELLENCE (ba-secteurs) ── */

#ba-secteurs {
    --ba-ivoire: #F4F1EC;
    --ba-or: #B89A5B;
    --ba-or-light: #D4B87A;
    --ba-dorado: #645550;
    --ba-dorado-dark: #3E3230;
    --ba-deep: #221A18;
    --ba-olive: #688662;

    position: relative;
    width: 100%;
    padding: 6rem 0 6rem;
    overflow: hidden;
    background: var(--ba-deep);
    font-family: 'DM Sans', var(--font-sans);
    color: var(--ba-ivoire);
    box-sizing: border-box;
}

#ba-secteurs *,
#ba-secteurs *::before,
#ba-secteurs *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Ambient glow */
#ba-secteurs .ba-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 500px;
    background: radial-gradient(ellipse, rgba(184, 154, 91, 0.07) 0%, transparent 68%);
    pointer-events: none;
    z-index: 0;
}

/* Header */
#ba-secteurs .ba-hd {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 6%;
    margin-bottom: 4rem;
}

#ba-secteurs .ba-hd-ghost {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(5rem, 14vw, 10rem);
    font-weight: 700;
    color: rgba(184, 154, 91, 0.05);
    line-height: 1;
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    pointer-events: none;
    letter-spacing: -4px;
    user-select: none;
}

#ba-secteurs .ba-eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.58rem;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: var(--ba-or);
    font-weight: 400;
    margin-bottom: 1.2rem;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    line-height: 1;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

#ba-secteurs .ba-eyebrow::before,
#ba-secteurs .ba-eyebrow::after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--ba-or);
    opacity: 0.5;
    flex-shrink: 0;
}

#ba-secteurs .ba-eyebrow.ba-vis {
    opacity: 1;
    transform: translateY(0);
}

#ba-secteurs .ba-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.4rem, 5.5vw, 4.4rem);
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: -0.5px;
    color: var(--ba-ivoire);
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.9s ease 0.15s, transform 0.9s ease 0.15s;
}

#ba-secteurs .ba-title em {
    font-style: italic;
    color: var(--ba-or-light);
    font-weight: 400;
}

#ba-secteurs .ba-title.ba-vis {
    opacity: 1;
    transform: translateY(0);
}

#ba-secteurs .ba-subtitle {
    font-size: 0.82rem;
    font-weight: 300;
    color: rgba(244, 241, 236, 0.42);
    letter-spacing: 0.3px;
    margin-top: 1rem;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}

#ba-secteurs .ba-subtitle.ba-vis {
    opacity: 1;
    transform: translateY(0);
}

/* Cards grid */
#ba-secteurs .ba-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 4%;
    gap: 0;
}

/* Card base */
#ba-secteurs .ba-card {
    position: relative;
    padding: 3.5rem 3rem 3.5rem;
    border: 1px solid rgba(184, 154, 91, 0.1);
    overflow: hidden;
    opacity: 0;
    transform: translateY(36px);
    transition:
        opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.75s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.4s ease;
    cursor: default;
}

#ba-secteurs .ba-card:nth-child(2) {
    transition-delay: 0.1s;
}

#ba-secteurs .ba-card:nth-child(3) {
    transition-delay: 0.2s;
}

#ba-secteurs .ba-card.ba-vis {
    opacity: 1;
    transform: translateY(0);
}

#ba-secteurs .ba-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid var(--ba-or);
    opacity: 0;
    transition: opacity 0.45s ease;
    pointer-events: none;
    z-index: 3;
}

#ba-secteurs .ba-card:hover::before {
    opacity: 1;
}

#ba-secteurs .ba-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, rgba(184, 154, 91, 0.05) 0%, rgba(184, 154, 91, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.45s ease;
    z-index: 0;
}

#ba-secteurs .ba-card:hover::after {
    opacity: 1;
}

/* Featured card */
#ba-secteurs .ba-card.ba-feat {
    border-color: rgba(184, 154, 91, 0.2);
    background: rgba(184, 154, 91, 0.03);
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    transition-delay: 0.1s;
}

#ba-secteurs .ba-feat-badge {
    position: absolute;
    top: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.48rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--ba-or);
    background: rgba(184, 154, 91, 0.1);
    padding: 0.35rem 1rem;
    white-space: nowrap;
    z-index: 4;
}

/* Ghost number */
#ba-secteurs .ba-num {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(5rem, 7vw, 7.5rem);
    font-weight: 700;
    line-height: 1;
    color: rgba(184, 154, 91, 0.07);
    position: absolute;
    top: 1.8rem;
    right: 1.8rem;
    letter-spacing: -3px;
    pointer-events: none;
    z-index: 1;
    transition: color 0.4s ease, transform 0.4s ease;
    user-select: none;
}

#ba-secteurs .ba-card:hover .ba-num {
    color: rgba(184, 154, 91, 0.13);
    transform: scale(1.06) translateY(-4px);
}

/* Icon row */
#ba-secteurs .ba-icon-row {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

#ba-secteurs .ba-icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(184, 154, 91, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    transition: border-color 0.4s;
}

#ba-secteurs .ba-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--ba-or);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

#ba-secteurs .ba-card:hover .ba-icon::before {
    transform: scaleY(1);
}

#ba-secteurs .ba-icon svg {
    width: 18px;
    height: 18px;
    stroke: var(--ba-or);
    fill: none;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    position: relative;
    z-index: 1;
    transition: stroke 0.38s;
}

#ba-secteurs .ba-card:hover .ba-icon svg {
    stroke: var(--ba-deep);
}

#ba-secteurs .ba-tag {
    font-size: 0.54rem;
    letter-spacing: 5.5px;
    text-transform: uppercase;
    color: var(--ba-or);
    font-weight: 400;
    opacity: 0.75;
}

/* Card title */
#ba-secteurs .ba-ctitle {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.55rem, 2.4vw, 2.1rem);
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.3px;
    color: var(--ba-ivoire);
    position: relative;
    z-index: 2;
    margin-bottom: 1.4rem;
    transition: color 0.35s;
}

#ba-secteurs .ba-card:hover .ba-ctitle {
    color: #ffffff;
}

#ba-secteurs .ba-ctitle::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: var(--ba-or);
    margin-top: 0.75rem;
    transition: width 0.48s cubic-bezier(0.4, 0, 0.2, 1);
}

#ba-secteurs .ba-card:hover .ba-ctitle::after {
    width: 40px;
}

/* Services list */
#ba-secteurs .ba-list {
    position: relative;
    z-index: 2;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.62rem;
    margin-bottom: 2.2rem;
}

#ba-secteurs .ba-list li {
    font-size: 0.81rem;
    font-weight: 300;
    color: rgba(244, 241, 236, 0.52);
    line-height: 1.65;
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    transition: color 0.35s;
}

#ba-secteurs .ba-card:hover .ba-list li {
    color: rgba(244, 241, 236, 0.78);
}

#ba-secteurs .ba-list li::before {
    content: '';
    display: block;
    width: 12px;
    height: 1px;
    background: var(--ba-or);
    flex-shrink: 0;
    margin-top: 0.72em;
    opacity: 0.45;
    transition: width 0.38s, opacity 0.38s;
}

#ba-secteurs .ba-card:hover .ba-list li::before {
    width: 20px;
    opacity: 1;
}

/* Card link */
#ba-secteurs .ba-clink {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.57rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--ba-or);
    text-decoration: none !important;
    font-weight: 500;
    transition: gap 0.3s ease, color 0.3s;
}

#ba-secteurs .ba-clink:hover {
    gap: 1rem;
    color: var(--ba-or-light);
}

#ba-secteurs .ba-clink .ba-arr {
    font-style: normal;
    display: inline-block;
    transition: transform 0.3s ease;
}

#ba-secteurs .ba-clink:hover .ba-arr {
    transform: translateX(5px);
}

/* Footer ornament + CTA */
#ba-secteurs .ba-foot {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 4rem 6% 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

#ba-secteurs .ba-foot.ba-vis {
    opacity: 1;
    transform: translateY(0);
}

#ba-secteurs .ba-orn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    margin-bottom: 2.2rem;
}

#ba-secteurs .ba-orn::before,
#ba-secteurs .ba-orn::after {
    content: '';
    flex: 1;
    max-width: 180px;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(184, 154, 91, 0.28), transparent);
}

#ba-secteurs .ba-diamond {
    width: 5px;
    height: 5px;
    background: var(--ba-or);
    transform: rotate(45deg);
    opacity: 0.55;
    flex-shrink: 0;
}


/* Responsive ba-secteurs */
@media (max-width: 1023px) {
    #ba-secteurs {
        padding: 5rem 0 5rem;
    }

    #ba-secteurs .ba-grid {
        grid-template-columns: 1fr;
        padding: 0 5%;
        gap: 0;
    }

    #ba-secteurs .ba-card.ba-feat {
        margin: 0;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    #ba-secteurs .ba-feat-badge {
        top: 1.4rem;
    }

    #ba-secteurs .ba-hd {
        margin-bottom: 3rem;
    }

    #ba-secteurs .ba-num {
        font-size: 5rem;
    }
}

@media (max-width: 640px) {
    #ba-secteurs {
        padding: 4rem 0 4rem;
    }

    #ba-secteurs .ba-hd {
        padding: 0 5%;
        margin-bottom: 2.5rem;
    }

    #ba-secteurs .ba-hd-ghost {
        display: none;
    }

    #ba-secteurs .ba-title {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

    #ba-secteurs .ba-grid {
        padding: 0 4%;
    }

    #ba-secteurs .ba-card {
        padding: 2.8rem 2rem 2.8rem;
    }

    #ba-secteurs .ba-card.ba-feat {
        padding: 2.8rem 2rem 2.8rem;
    }

    #ba-secteurs .ba-ctitle {
        font-size: clamp(1.4rem, 6vw, 1.8rem);
    }

    #ba-secteurs .ba-num {
        font-size: 4rem;
        top: 1.4rem;
        right: 1.4rem;
    }

    #ba-secteurs .ba-list li {
        font-size: 0.79rem;
    }

    #ba-secteurs .ba-foot {
        padding: 3rem 5% 0;
    }

}

@media (max-width: 380px) {
    #ba-secteurs .ba-card {
        padding: 2.2rem 1.6rem;
    }

    #ba-secteurs .ba-eyebrow {
        font-size: 0.52rem;
        letter-spacing: 6px;
    }

    #ba-secteurs .ba-eyebrow::before,
    #ba-secteurs .ba-eyebrow::after {
        width: 14px;
    }
}

@media (max-width: 480px) {
    #ba-cr .bc-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 200px);
        height: auto;
    }

    #ba-cr .bc-item-a,
    #ba-cr .bc-item-b,
    #ba-cr .bc-item-c,
    #ba-cr .bc-item-d {
        grid-column: 1;
    }

    #ba-cr .bc-item-a {
        grid-row: 1;
    }

    #ba-cr .bc-item-b {
        grid-row: 2;
    }

    #ba-cr .bc-item-c {
        grid-row: 3;
    }

    #ba-cr .bc-item-d {
        grid-row: 4;
        height: 200px;
    }

    #ba-cr .bc-h2 {
        font-size: clamp(1.7rem, 10vw, 2.4rem);
    }

    #ba-cr .bc-inner {
        padding: 36px 4.5% 36px;
        gap: 20px;
    }
}

/* ── SECTION 5 : ENGAGEMENTS (ba-engagements) ── */

#ba-engagements {
    --be-ivoire: #F4F1EC;
    --be-or: #B89A5B;
    --be-or-light: #D4B87A;
    --be-dorado: #645550;
    --be-dorado-dark: #3E3230;
    --be-deep: #1A1210;
    --be-deep2: #221A18;
    --be-line: rgba(184, 154, 91, 0.12);

    position: relative;
    width: 100%;
    padding: 5.5rem 0;
    overflow: hidden;
    background: var(--be-deep);
    font-family: 'DM Sans', var(--font-sans);
    color: var(--be-ivoire);
    box-sizing: border-box;
}

#ba-engagements *,
#ba-engagements *::before,
#ba-engagements *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Background layers */
#ba-engagements .be-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

/* Diagonal gold band */
#ba-engagements .be-bg::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 55%;
    height: 200%;
    background: linear-gradient(135deg,
            transparent 0%,
            rgba(184, 154, 91, 0.025) 40%,
            rgba(184, 154, 91, 0.045) 50%,
            rgba(184, 154, 91, 0.025) 60%,
            transparent 100%);
    transform: skewX(-12deg);
}

/* Radial glow bottom-left */
#ba-engagements .be-bg::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -5%;
    width: 500px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(184, 154, 91, 0.06) 0%, transparent 65%);
}

/* Top / bottom dividers */
#ba-engagements .be-divider {
    position: absolute;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(184, 154, 91, 0.18), transparent);
    z-index: 2;
}

#ba-engagements .be-divider-top {
    top: 0;
}

#ba-engagements .be-divider-bot {
    bottom: 0;
}

/* Inner layout */
#ba-engagements .be-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 6%;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 4rem;
    align-items: center;
}

/* Left — header */
#ba-engagements .be-left {
    position: relative;
}

#ba-engagements .be-ghost {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(5rem, 10vw, 8.5rem);
    font-weight: 700;
    color: rgba(184, 154, 91, 0.05);
    line-height: 1;
    letter-spacing: -4px;
    user-select: none;
    pointer-events: none;
    position: absolute;
    bottom: -1rem;
    left: -0.5rem;
}

#ba-engagements .be-eyebrow {
    font-size: 0.56rem;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: var(--be-or);
    font-weight: 400;
    margin-bottom: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    line-height: 1;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

#ba-engagements .be-eyebrow.be-vis {
    opacity: 1;
    transform: translateY(0);
}

#ba-engagements .be-eyebrow::before {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--be-or);
    opacity: 0.5;
    flex-shrink: 0;
}

#ba-engagements .be-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: var(--be-ivoire);
    margin-bottom: 1.2rem;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.85s ease 0.1s, transform 0.85s ease 0.1s;
}

#ba-engagements .be-title.be-vis {
    opacity: 1;
    transform: translateY(0);
}

#ba-engagements .be-title em {
    font-style: italic;
    color: var(--be-or-light);
    font-weight: 400;
}

#ba-engagements .be-sub {
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(244, 241, 236, 0.38);
    max-width: 280px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.75s ease 0.22s, transform 0.75s ease 0.22s;
}

#ba-engagements .be-sub.be-vis {
    opacity: 1;
    transform: translateY(0);
}

/* Counter strip */
#ba-engagements .be-counter {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    margin-top: 2rem;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.75s ease 0.35s, transform 0.75s ease 0.35s;
}

#ba-engagements .be-counter.be-vis {
    opacity: 1;
    transform: translateY(0);
}

#ba-engagements .be-count-item {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(184, 154, 91, 0.1);
}

#ba-engagements .be-count-item:first-child {
    border-top: 1px solid rgba(184, 154, 91, 0.1);
}

#ba-engagements .be-count-num {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--be-or);
    line-height: 1;
    letter-spacing: -1px;
}

#ba-engagements .be-count-label {
    font-size: 0.68rem;
    font-weight: 300;
    color: rgba(244, 241, 236, 0.4);
    letter-spacing: 0.2px;
}

/* Right — engagement items */
#ba-engagements .be-right {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Single engagement item */
#ba-engagements .be-item {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    gap: 0 1.4rem;
    padding: 1.35rem 0;
    border-bottom: 1px solid rgba(184, 154, 91, 0.08);
    cursor: default;
    overflow: hidden;
    opacity: 0;
    transform: translateX(20px);
    transition:
        opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

#ba-engagements .be-item:first-child {
    border-top: 1px solid rgba(184, 154, 91, 0.08);
}

#ba-engagements .be-item.be-vis {
    opacity: 1;
    transform: translateX(0);
}

/* fill sweep on hover */
#ba-engagements .be-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(184, 154, 91, 0.04) 0%,
            rgba(184, 154, 91, 0.07) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

#ba-engagements .be-item:hover::before {
    transform: scaleX(1);
}

/* left gold bar reveal */
#ba-engagements .be-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 20%;
    width: 2px;
    background: var(--be-or);
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    border-radius: 1px;
}

#ba-engagements .be-item:hover::after {
    transform: scaleY(1);
}

/* Item icon */
#ba-engagements .be-icon {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(184, 154, 91, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-color 0.35s, background 0.35s;
}

#ba-engagements .be-item:hover .be-icon {
    border-color: rgba(184, 154, 91, 0.5);
    background: rgba(184, 154, 91, 0.08);
}

#ba-engagements .be-icon svg {
    width: 16px;
    height: 16px;
    stroke: rgba(184, 154, 91, 0.6);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.35s;
}

#ba-engagements .be-item:hover .be-icon svg {
    stroke: var(--be-or);
}

/* Item text */
#ba-engagements .be-text {
    position: relative;
    z-index: 1;
}

#ba-engagements .be-name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    font-weight: 600;
    color: var(--be-ivoire);
    line-height: 1.2;
    letter-spacing: -0.1px;
    margin-bottom: 0.25rem;
    transition: color 0.35s;
}

#ba-engagements .be-item:hover .be-name {
    color: #ffffff;
}

#ba-engagements .be-desc {
    font-size: 0.76rem;
    font-weight: 300;
    color: rgba(244, 241, 236, 0.38);
    line-height: 1.6;
    transition: color 0.35s;
    max-width: 420px;
}

#ba-engagements .be-item:hover .be-desc {
    color: rgba(244, 241, 236, 0.65);
}

/* Item arrow */
#ba-engagements .be-arr {
    position: relative;
    z-index: 1;
    font-style: normal;
    font-size: 0.85rem;
    color: rgba(184, 154, 91, 0.25);
    flex-shrink: 0;
    transition: color 0.3s, transform 0.3s;
}

#ba-engagements .be-item:hover .be-arr {
    color: var(--be-or);
    transform: translateX(4px);
}

/* Responsive — tablet ≤ 860px */
@media (max-width: 860px) {
    #ba-engagements {
        padding: 4.5rem 0;
    }

    #ba-engagements .be-inner {
        grid-template-columns: 1fr;
        gap: 2.8rem;
        padding: 0 5%;
    }

    #ba-engagements .be-left {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.2rem;
        align-items: start;
    }

    #ba-engagements .be-ghost {
        display: none;
    }

    #ba-engagements .be-sub {
        max-width: 100%;
    }

    #ba-engagements .be-counter {
        margin-top: 0;
    }
}

/* Responsive — mobile ≤ 560px */
@media (max-width: 560px) {
    #ba-engagements {
        padding: 4rem 0;
    }

    #ba-engagements .be-inner {
        padding: 0 4%;
        gap: 2.2rem;
    }

    #ba-engagements .be-left {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    #ba-engagements .be-title {
        font-size: clamp(1.9rem, 8.5vw, 2.6rem);
    }

    #ba-engagements .be-item {
        grid-template-columns: 38px 1fr auto;
        gap: 0 1rem;
        padding: 1.1rem 0;
    }

    #ba-engagements .be-icon {
        width: 34px;
        height: 34px;
    }

    #ba-engagements .be-icon svg {
        width: 14px;
        height: 14px;
    }

    #ba-engagements .be-name {
        font-size: clamp(0.98rem, 4.5vw, 1.15rem);
    }

    #ba-engagements .be-desc {
        font-size: 0.73rem;
    }

    #ba-engagements .be-arr {
        font-size: 0.75rem;
    }

    #ba-engagements .be-count-num {
        font-size: 1.4rem;
    }

    #ba-engagements .be-count-label {
        font-size: 0.62rem;
    }
}

@media (max-width: 380px) {
    #ba-engagements .be-inner {
        padding: 0 4.5%;
    }

    #ba-engagements .be-eyebrow {
        font-size: 0.5rem;
        letter-spacing: 6px;
    }
}