/* =====================================================
   À PROPOS DE NOUS — LBAM 2026
===================================================== */

.about-hero {
    position: relative;
    overflow: hidden;
    padding: 115px 0 95px;
    background:
        radial-gradient(circle at 12% 18%, rgba(199, 161, 90, .24), transparent 31%),
        radial-gradient(circle at 92% 14%, rgba(255, 255, 255, .86), transparent 28%),
        linear-gradient(135deg, #faf7f1 0%, #efe2cf 100%);
}

.about-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -160px;
    bottom: -230px;
    border: 1px solid rgba(23, 23, 23, .08);
    border-radius: 50%;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
    gap: 70px;
    align-items: center;
}

.about-hero-content {
    position: relative;
    z-index: 2;
}

.about-hero-content h1 {
    max-width: 760px;
    margin: 18px 0 24px;
    color: #171717;
    font-size: clamp(46px, 5.5vw, 78px);
    font-weight: 900;
    line-height: .99;
    letter-spacing: -3px;
}

.about-hero-lead {
    max-width: 670px;
    margin-bottom: 18px;
    color: #262626;
    font-size: clamp(19px, 2vw, 23px);
    font-weight: 700;
    line-height: 1.5;
}

.about-hero-content > p:not(.about-hero-lead) {
    max-width: 670px;
    color: #5b554c;
    font-size: 17px;
    line-height: 1.8;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.about-hero-actions .btn,
.about-final-actions .btn {
    min-height: 54px;
    padding: 15px 25px;
    border-radius: 999px;
    font-weight: 800;
}

.about-hero-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 44px;
    padding-top: 28px;
    border-top: 1px solid rgba(23, 23, 23, .12);
}

.about-hero-trust div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.about-hero-trust strong {
    color: #171717;
    font-size: 14px;
    font-weight: 900;
}

.about-hero-trust span {
    color: #766e62;
    font-size: 12px;
    line-height: 1.45;
}

.about-hero-visual {
    position: relative;
    min-height: 610px;
}

.about-hero-image-card {
    position: absolute;
    inset: 20px 18px 10px 45px;
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, .86);
    border-radius: 42px;
    background: #fff;
    box-shadow: 0 38px 90px rgba(39, 31, 21, .2);
    transform: rotate(2.5deg);
}

.about-hero-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 250px;
    padding: 15px 18px;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .13);
    backdrop-filter: blur(12px);
}

.about-floating-card-top {
    top: 0;
    right: -10px;
}

.about-floating-card-bottom {
    bottom: 15px;
    left: 0;
}

.about-floating-icon {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    border-radius: 14px;
    background: #f1e4d0;
    font-size: 22px;
}

.about-floating-card div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.about-floating-card strong {
    color: #171717;
    font-size: 14px;
    font-weight: 900;
}

.about-floating-card span:last-child {
    color: #786f63;
    font-size: 11px;
}


/* =====================================================
   GLOBAL ABOUT
===================================================== */

.about-heading-centered {
    max-width: 840px;
    margin-inline: auto;
    text-align: center;
}

.about-heading-centered p {
    margin-inline: auto;
}


/* =====================================================
   STORY
===================================================== */

.about-story {
    background: #fff;
}

.about-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 52px;
}

.about-story-card {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 35px 30px;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 28px;
    background: #faf8f4;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .06);
}

.about-story-card-featured {
    background: #171717;
    transform: translateY(-18px);
}

.about-step-number {
    position: absolute;
    top: 22px;
    right: 24px;
    color: rgba(23, 23, 23, .12);
    font-size: 62px;
    font-weight: 900;
    line-height: 1;
}

.about-story-card-featured .about-step-number {
    color: rgba(255, 255, 255, .12);
}

.about-story-icon {
    display: grid;
    width: 62px;
    height: 62px;
    margin-bottom: 30px;
    place-items: center;
    border-radius: 20px;
    background: #ead8bb;
    font-size: 27px;
}

.about-story-card h3 {
    margin-bottom: 14px;
    color: #171717;
    font-size: 23px;
    font-weight: 900;
}

.about-story-card p {
    margin: 0;
    color: #625b51;
    font-size: 15.5px;
    line-height: 1.8;
}

.about-story-card-featured h3 {
    color: #fff;
}

.about-story-card-featured p {
    color: rgba(255, 255, 255, .73);
}

.about-origin {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center;
    margin-top: 100px;
}

.about-origin-quote {
    position: relative;
    padding: 58px 42px 42px;
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(197, 157, 95, .18), rgba(197, 157, 95, .05)),
        #f7f2e9;
}

.about-quote-mark {
    position: absolute;
    top: 12px;
    left: 28px;
    color: #c59d5f;
    font-family: Georgia, serif;
    font-size: 98px;
    line-height: 1;
}

.about-origin-quote blockquote {
    position: relative;
    margin: 0 0 22px;
    color: #171717;
    font-size: clamp(24px, 2.5vw, 34px);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -.8px;
}

.about-origin-quote p {
    margin: 0;
    color: #786f62;
    font-size: 13px;
    font-weight: 700;
}

.about-origin-content h2,
.about-quality-content h2,
.about-locations-content h2 {
    margin: 18px 0 22px;
    color: #171717;
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 900;
    line-height: 1.07;
    letter-spacing: -2px;
}

.about-origin-content p,
.about-locations-content p {
    color: #625b51;
    font-size: 16.5px;
    line-height: 1.85;
}


/* =====================================================
   MISSION
===================================================== */

.about-mission {
    padding-top: 20px;
    background: #fff;
}

.about-mission-panel {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center;
    padding: 70px;
    border-radius: 38px;
    background:
        radial-gradient(circle at 10% 0%, rgba(197, 157, 95, .2), transparent 35%),
        #171717;
    box-shadow: 0 35px 90px rgba(0, 0, 0, .2);
}

.section-badge-dark {
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
    color: #e7c992;
}

.about-mission-copy h2,
.about-numbers-heading h2,
.about-final-cta-panel h2 {
    margin: 18px 0 22px;
    color: #fff;
    font-size: clamp(36px, 4.3vw, 60px);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -2px;
}

.about-mission-copy p,
.about-numbers-heading p,
.about-final-cta-panel p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 17px;
    line-height: 1.8;
}

.about-mission-points {
    display: grid;
    gap: 16px;
}

.about-mission-point {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    align-items: start;
    padding: 23px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 22px;
    background: rgba(255, 255, 255, .055);
}

.about-mission-point > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    background: #c59d5f;
    color: #171717;
    font-size: 13px;
    font-weight: 900;
}

.about-mission-point strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.about-mission-point p {
    margin: 0;
    color: rgba(255, 255, 255, .64);
    font-size: 14px;
    line-height: 1.65;
}


/* =====================================================
   EXPERTISE
===================================================== */

.about-expertise {
    background: #f7f4ef;
}

.about-expertise-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.about-expertise-card {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .07);
}

.about-expertise-image {
    height: 340px;
    overflow: hidden;
}

.about-expertise-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.about-expertise-card:hover .about-expertise-image img {
    transform: scale(1.04);
}

.about-expertise-content {
    padding: 34px;
}

.about-card-label {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #efe2ce;
    color: #7b5b2f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-expertise-content h3 {
    margin-bottom: 16px;
    color: #171717;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
}

.about-expertise-content > p {
    color: #625b51;
    font-size: 15.5px;
    line-height: 1.8;
}

.about-check-list {
    display: grid;
    gap: 10px;
    margin: 22px 0 28px;
    padding: 0;
    list-style: none;
}

.about-check-list li {
    position: relative;
    padding-left: 29px;
    color: #3f3a34;
    font-size: 14px;
    font-weight: 700;
}

.about-check-list li::before {
    content: "✓";
    position: absolute;
    top: -1px;
    left: 0;
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    background: #e9d7ba;
    color: #6e4d20;
    font-size: 11px;
    font-weight: 900;
}

.about-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #171717;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.about-text-link span {
    transition: transform .2s ease;
}

.about-text-link:hover span {
    transform: translateX(4px);
}


/* =====================================================
   QUALITY
===================================================== */

.about-quality {
    background: #fff;
}

.about-quality-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-quality-lead {
    color: #27231f !important;
    font-size: 20px !important;
    font-weight: 800;
    line-height: 1.55 !important;
}

.about-quality-content > p {
    color: #625b51;
    font-size: 16px;
    line-height: 1.8;
}

.about-quality-list {
    display: grid;
    gap: 13px;
    margin-top: 28px;
}

.about-quality-list > div {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 15px;
    align-items: center;
    padding: 15px 17px;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 18px;
    background: #faf8f4;
}

.about-quality-list > div > span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px;
    background: #eee0ca;
    font-size: 20px;
}

.about-quality-list p {
    margin: 0;
    color: #5f584f;
    font-size: 14px;
    line-height: 1.55;
}

.about-quality-list strong {
    color: #171717;
}

.about-quality-visual {
    position: relative;
    min-height: 630px;
}

.about-quality-main {
    position: absolute;
    inset: 0 28px 38px 0;
    overflow: hidden;
    border-radius: 38px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, .16);
}

.about-quality-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-quality-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    max-width: 280px;
    flex-direction: column;
    gap: 5px;
    padding: 22px 25px;
    border-radius: 20px;
    background: #171717;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .22);
}

.about-quality-badge strong {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.about-quality-badge span {
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
}


/* =====================================================
   VALUES
===================================================== */

.about-values {
    background: #f7f4ef;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 48px;
}

.about-value-card {
    min-height: 250px;
    padding: 30px 26px;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(0, 0, 0, .055);
    transition: transform .25s ease, box-shadow .25s ease;
}

.about-value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .09);
}

.about-value-icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 16px;
    background: #ede0cc;
    color: #8c6936;
    font-size: 21px;
    font-weight: 900;
}

.about-value-card h3 {
    margin-bottom: 12px;
    color: #171717;
    font-size: 21px;
    font-weight: 900;
}

.about-value-card p {
    margin: 0;
    color: #655e54;
    font-size: 14.5px;
    line-height: 1.75;
}


/* =====================================================
   NUMBERS
===================================================== */

.about-numbers {
    background: #f7f4ef;
}

.about-numbers-panel {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 70px;
    align-items: center;
    padding: 70px;
    border-radius: 38px;
    background:
        radial-gradient(circle at 100% 0%, rgba(197, 157, 95, .22), transparent 32%),
        #171717;
}

.about-numbers-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.about-number-card {
    display: flex;
    min-height: 170px;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 24px;
    background: rgba(255, 255, 255, .055);
}

.about-number-card strong {
    margin-bottom: 5px;
    color: #e4bf80;
    font-size: clamp(40px, 4vw, 62px);
    font-weight: 900;
    line-height: 1;
}

.about-number-card span {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 700;
}


/* =====================================================
   LOCATIONS
===================================================== */

.about-locations {
    background: #fff;
}

.about-locations-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 80px;
    align-items: center;
}

.about-location-cards {
    display: grid;
    gap: 20px;
}

.about-location-card {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    align-items: center;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 24px;
    background: #faf8f4;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .055);
}

.about-location-pin {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 16px;
    background: #e9d6b8;
    color: #a67734;
    font-size: 13px;
}

.about-location-card h3 {
    margin: 0 0 5px;
    color: #171717;
    font-size: 22px;
    font-weight: 900;
}

.about-location-card p {
    margin: 0;
    color: #736b61;
    font-size: 13px;
}


/* =====================================================
   FINAL CTA
===================================================== */

.about-final-cta {
    padding-top: 20px;
    background: #fff;
}

.about-final-cta-panel {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
    padding: 64px 70px;
    border-radius: 38px;
    background:
        radial-gradient(circle at 0% 100%, rgba(197, 157, 95, .26), transparent 36%),
        #171717;
    box-shadow: 0 35px 80px rgba(0, 0, 0, .18);
}

.about-final-cta-panel h2 {
    max-width: 820px;
    font-size: clamp(34px, 4vw, 56px);
}

.about-final-cta-panel p {
    max-width: 780px;
}

.about-final-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 210px;
}

.about-final-actions .btn {
    width: 100%;
    text-align: center;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1100px) {
    .about-hero-grid,
    .about-origin,
    .about-mission-panel,
    .about-quality-grid,
    .about-numbers-panel,
    .about-locations-grid {
        gap: 45px;
    }

    .about-hero-grid {
        grid-template-columns: 1fr .9fr;
    }

    .about-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-final-cta-panel {
        grid-template-columns: 1fr;
    }

    .about-final-actions {
        flex-direction: row;
    }
}

@media (max-width: 900px) {
    .about-hero {
        padding: 90px 0 70px;
    }

    .about-hero-grid,
    .about-origin,
    .about-mission-panel,
    .about-quality-grid,
    .about-numbers-panel,
    .about-locations-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-content h1 {
        letter-spacing: -2px;
    }

    .about-hero-visual {
        min-height: 560px;
    }

    .about-story-grid {
        grid-template-columns: 1fr;
    }

    .about-story-card {
        min-height: auto;
    }

    .about-story-card-featured {
        transform: none;
    }

    .about-origin {
        margin-top: 65px;
    }

    .about-mission-panel,
    .about-numbers-panel,
    .about-final-cta-panel {
        padding: 48px 38px;
    }

    .about-expertise-grid {
        grid-template-columns: 1fr;
    }

    .about-quality-visual {
        min-height: 560px;
    }
}

@media (max-width: 640px) {
    .about-hero {
        padding: 72px 0 58px;
    }

    .about-hero-content h1 {
        font-size: 44px;
        letter-spacing: -1.8px;
    }

    .about-hero-actions {
        flex-direction: column;
    }

    .about-hero-actions .btn {
        width: 100%;
        text-align: center;
    }

    .about-hero-trust {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .about-hero-visual {
        min-height: 440px;
        margin-top: 20px;
    }

    .about-hero-image-card {
        inset: 18px 8px 20px 18px;
        border-width: 6px;
        border-radius: 28px;
    }

    .about-floating-card {
        min-width: 0;
        max-width: 235px;
        padding: 12px 14px;
    }

    .about-floating-card-top {
        right: 0;
    }

    .about-floating-card-bottom {
        left: 0;
        bottom: 0;
    }

    .about-floating-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .about-story-grid {
        margin-top: 34px;
    }

    .about-story-card,
    .about-expertise-content,
    .about-location-card {
        padding: 25px 22px;
    }

    .about-origin-quote {
        padding: 50px 25px 30px;
    }

    .about-mission-panel,
    .about-numbers-panel,
    .about-final-cta-panel {
        padding: 36px 22px;
        border-radius: 28px;
    }

    .about-mission-copy h2,
    .about-numbers-heading h2,
    .about-final-cta-panel h2,
    .about-origin-content h2,
    .about-quality-content h2,
    .about-locations-content h2 {
        font-size: 36px;
        letter-spacing: -1.4px;
    }

    .about-mission-point {
        grid-template-columns: 44px 1fr;
        padding: 18px;
    }

    .about-mission-point > span {
        width: 42px;
        height: 42px;
    }

    .about-expertise-image {
        height: 270px;
    }

    .about-expertise-content h3 {
        font-size: 24px;
    }

    .about-quality-visual {
        min-height: 430px;
    }

    .about-quality-main {
        inset: 0 12px 45px 0;
        border-radius: 28px;
    }

    .about-quality-badge {
        max-width: 240px;
        padding: 17px 19px;
    }

    .about-values-grid,
    .about-numbers-grid {
        grid-template-columns: 1fr;
    }

    .about-value-card {
        min-height: auto;
    }

    .about-number-card {
        min-height: 135px;
    }

    .about-final-actions {
        flex-direction: column;
        min-width: 0;
    }
}
