/* =========================================================
   LPROJECT WEB — SECTION VALEURS
========================================================= */

.lp-values {
    position: relative;
    overflow: hidden;

    padding: 115px 0 105px;

    background:
        radial-gradient(
            circle at 12% 40%,
            rgba(255, 106, 0, .08),
            transparent 24%
        ),
        linear-gradient(
            180deg,
            #101012 0%,
            #0b0b0d 100%
        );

    color: #fff;
}

.lp-values::before {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(255,255,255,.022) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.022) 1px,
            transparent 1px
        );

    background-size: 80px 80px;

    mask-image:
        linear-gradient(
            to bottom,
            transparent,
            black 15%,
            black 85%,
            transparent
        );
}


/* Grand L décoratif */

.lp-values-letter {
    position: absolute;

    left: -40px;
    top: 50%;

    transform:
        translateY(-50%)
        rotate(-8deg);

    font-size: clamp(500px, 48vw, 820px);
    line-height: .7;

    font-weight: 900;

    color: transparent;

    -webkit-text-stroke:
        1px rgba(255, 106, 0, .08);

    opacity: .85;

    pointer-events: none;

    user-select: none;
}


/* Contenu */

.lp-values-inner {
    position: relative;
    z-index: 2;

    width:
        min(1280px, calc(100% - 70px));

    margin: 0 auto;
}


/* Titre */

.lp-values-heading {
    max-width: 820px;

    margin-bottom: 55px;
}

.lp-section-label {
    display: flex;
    align-items: center;

    gap: 12px;

    margin-bottom: 25px;

    color: #ff7200;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: .22em;
}

.lp-section-label span {
    width: 35px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            #ff6500,
            transparent
        );
}

.lp-values-heading h2 {
    margin: 0;

    color: #fff;

    font-size:
        clamp(50px, 5.5vw, 85px);

    line-height: .98;

    letter-spacing: -.045em;

    font-weight: 650;
}

.lp-values-heading h2 span {
    color: #ff7200;
}

.lp-values-heading p {
    max-width: 620px;

    margin: 28px 0 0;

    color: #909096;

    font-size: 17px;
    line-height: 1.7;
}


/* Grille */

.lp-values-grid {
    display: grid;

    grid-template-columns:
        1.15fr .9fr 1.05fr;

    gap: 22px;

    align-items: start;
}


/* Cartes */

.lp-value-card {
position: relative;
    min-height: 410px;
    padding: 28px 38px 34px;

    display: flex;
    flex-direction: column;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,.075);
    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.042),
            rgba(255,255,255,.012)
        );

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    transition:
        transform .45s cubic-bezier(.2,.8,.2,1),
        border-color .35s ease,
        background .35s ease,
        box-shadow .35s ease;
}


/* Éléments graphiques internes aux cartes */

.lp-value-card::after {
content: "";
    position: absolute;
    inset: 92px 34px 118px;
    opacity: .18;
    pointer-events: none;
    z-index: 1;
}

.lp-value-card-01::after {
background:
        linear-gradient(rgba(255,106,0,.26) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,106,0,.26) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 82%, transparent 100%);
}

.lp-value-card-02::after {
inset: 108px 54px auto auto;
    width: 170px;
    height: 108px;
    opacity: .22;
    border-left: 1px solid rgba(255,106,0,.22);
    border-bottom: 1px solid rgba(255,106,0,.28);
    background:
        linear-gradient(to top, rgba(255,106,0,.34) 0 38%, transparent 38%) 18px 100% / 13px 72px no-repeat,
        linear-gradient(to top, rgba(255,106,0,.40) 0 55%, transparent 55%) 49px 100% / 13px 72px no-repeat,
        linear-gradient(to top, rgba(255,106,0,.48) 0 72%, transparent 72%) 80px 100% / 13px 72px no-repeat,
        linear-gradient(to top, rgba(255,106,0,.58) 0 90%, transparent 90%) 111px 100% / 13px 72px no-repeat,
        linear-gradient(135deg, transparent 47%, rgba(255,106,0,.42) 48% 51%, transparent 52%) 10px 12px / 145px 72px no-repeat;
    transform: none;
}

.lp-value-card-03::after {
inset: 102px 54px auto auto;
    width: 218px;
    height: 126px;
    opacity: .24;
    border: 1px solid rgba(255,106,0,.34);
    border-radius: 10px;
    background:
        radial-gradient(circle, rgba(255,106,0,.62) 0 2px, transparent 3px) 12px 12px / 10px 10px no-repeat,
        radial-gradient(circle, rgba(255,106,0,.38) 0 2px, transparent 3px) 22px 12px / 10px 10px no-repeat,
        radial-gradient(circle, rgba(255,106,0,.28) 0 2px, transparent 3px) 32px 12px / 10px 10px no-repeat,
        linear-gradient(rgba(255,106,0,.20), rgba(255,106,0,.20)) 12px 34px / 86px 7px no-repeat,
        linear-gradient(rgba(255,106,0,.12), rgba(255,106,0,.12)) 12px 50px / 128px 5px no-repeat,
        linear-gradient(rgba(255,106,0,.10), rgba(255,106,0,.10)) 12px 62px / 110px 5px no-repeat,
        linear-gradient(rgba(255,106,0,.16), rgba(255,106,0,.16)) 12px 84px / 52px 24px no-repeat,
        linear-gradient(rgba(255,106,0,.10), rgba(255,106,0,.10)) 72px 84px / 52px 24px no-repeat;
    box-shadow: 0 18px 35px rgba(0,0,0,.18);
}

.lp-value-card-03 .lp-value-content::before {
content: "";
    position: absolute;
    width: 48px;
    height: 82px;
    right: 22px;
    top: -108px;
    border: 1px solid rgba(255,106,0,.50);
    border-radius: 8px;
    opacity: .42;
    background:
        linear-gradient(rgba(255,106,0,.28), rgba(255,106,0,.28)) 9px 17px / 28px 4px no-repeat,
        linear-gradient(rgba(255,106,0,.18), rgba(255,106,0,.18)) 9px 27px / 23px 3px no-repeat,
        linear-gradient(rgba(255,106,0,.14), rgba(255,106,0,.14)) 9px 36px / 26px 3px no-repeat,
        radial-gradient(circle, rgba(255,106,0,.55) 0 2px, transparent 3px) 50% 70px / 6px 6px no-repeat;
    box-shadow: 0 12px 25px rgba(0,0,0,.22);
    pointer-events: none;
}

.lp-value-content {
    position: relative;
    z-index: 2;
}

.lp-value-card::before {
    content: "";

    position: absolute;

    inset: 0;

    opacity: 0;

    background:
        radial-gradient(
            circle at 50% 100%,
            rgba(255,106,0,.13),
            transparent 45%
        );

    transition:
        opacity .4s ease;

    pointer-events: none;
}

.lp-value-card:hover {
    transform:
        translateY(-10px);

    border-color:
        rgba(255,106,0,.28);

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.055),
            rgba(255,106,0,.025)
        );

    box-shadow:
        0 30px 70px rgba(0,0,0,.30);
}

.lp-value-card:hover::before {
    opacity: 1;
}


/* Décalage volontaire */

.lp-value-card-02 {
    transform:
        translateY(28px);
}

.lp-value-card-02:hover {
    transform:
        translateY(17px);
}

.lp-value-card-03 {
    transform:
        translateY(-18px);
}

.lp-value-card-03:hover {
    transform:
        translateY(-26px);
}


/* Haut des cartes */

.lp-value-top {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.lp-value-number {
    color: #5b5b61;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: .2em;
}


/* Icône design */

.lp-value-icon {
    width: 54px;
    height: 54px;

    position: relative;

    display: grid;
    place-items: center;

    border:
        1px solid rgba(255,106,0,.18);

    border-radius: 14px;

    background:
        rgba(255,106,0,.06);
}

.lp-value-icon span {
    position: absolute;

    width: 23px;
    height: 23px;

    border:
        1px solid #ff7200;
}

.lp-value-icon span:nth-child(1) {
    transform:
        rotate(0deg);
}

.lp-value-icon span:nth-child(2) {
    transform:
        rotate(30deg);

    opacity: .55;
}

.lp-value-icon span:nth-child(3) {
    transform:
        rotate(60deg);

    opacity: .25;
}


/* Performance */

.lp-performance-icon {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: flex-end;
    justify-content: center;

    gap: 5px;

    padding-bottom: 12px;

    border:
        1px solid rgba(255,106,0,.18);

    border-radius: 14px;

    background:
        rgba(255,106,0,.06);
}

.lp-performance-icon i {
    display: block;

    width: 6px;

    border-radius:
        4px 4px 1px 1px;

    background:
        linear-gradient(
            #ff8b18,
            #ff5f00
        );
}

.lp-performance-icon i:nth-child(1) {
    height: 11px;
}

.lp-performance-icon i:nth-child(2) {
    height: 21px;
}

.lp-performance-icon i:nth-child(3) {
    height: 31px;
}


/* Responsive icon */

.lp-responsive-icon {
    width: 58px;
    height: 55px;

    position: relative;

    border:
        1px solid rgba(255,106,0,.18);

    border-radius: 14px;

    background:
        rgba(255,106,0,.06);
}

.lp-device-desktop {
    position: absolute;

    width: 30px;
    height: 21px;

    left: 10px;
    top: 13px;

    border:
        1px solid #ff7200;

    border-radius: 3px;
}

.lp-device-desktop::after {
    content: "";

    position: absolute;

    width: 12px;
    height: 1px;

    left: 8px;
    bottom: -5px;

    background: #ff7200;
}

.lp-device-mobile {
    position: absolute;

    width: 12px;
    height: 22px;

    right: 9px;
    bottom: 10px;

    border:
        1px solid #ff7200;

    border-radius: 3px;

    background: #111113;
}


/* Contenu carte */

.lp-value-content {
position: relative;
    z-index: 2;

    margin-top: auto;
    margin-bottom: 18px;
}

.lp-value-content h3 {
margin: 0 0 16px;

    color: #fff;

    font-size: clamp(30px, 2.5vw, 42px);
    line-height: 1;

    letter-spacing: -.035em;
    font-weight: 620;
}

.lp-value-content h3 span {
    color: #ff7200;
}

.lp-value-content p {
max-width: 330px;

    margin: 0;

    color: #85858c;

    font-size: 13px;
    line-height: 1.55;
}


/* Barre orange basse */

.lp-value-line {
position: absolute;

    bottom: 0;
    left: 38px;

    width: 0;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            #ff5e00,
            #ff9200
        );

    transition:
        width .45s ease;
}

.lp-value-card:hover .lp-value-line {
width:
        calc(100% - 76px);
}


/* Bas section */

.lp-values-bottom {
    display: grid;

    grid-template-columns:
        1fr auto auto;

    gap: 28px;

    align-items: center;

    margin-top: 85px;
}

.lp-values-bottom-line {
    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.1),
            rgba(255,255,255,.02)
        );
}

.lp-values-bottom p {
    margin: 0;

    color: #77777e;

    font-size: 12px;
}

.lp-values-bottom p strong {
    color: #ccc;

    font-weight: 600;
}

.lp-values-bottom-mark {
    color: #ff7200;

    font-size: 22px;
    font-weight: 800;
}


/* =========================================================
   ANIMATIONS AU SCROLL
========================================================= */

.lp-reveal {
    opacity: 0;

    transform:
        translateY(28px);

    transition:
        opacity .85s cubic-bezier(.2,.8,.2,1),
        transform .85s cubic-bezier(.2,.8,.2,1);
}

.lp-reveal.lp-visible {
    opacity: 1;

    transform:
        translateY(0);
}


/* On conserve les offsets des cartes */

.lp-value-card-02.lp-reveal {
    transform:
        translateY(63px);
}

.lp-value-card-02.lp-visible {
    transform:
        translateY(28px);
}

.lp-value-card-03.lp-reveal {
    transform:
        translateY(17px);
}

.lp-value-card-03.lp-visible {
    transform:
        translateY(-18px);
}


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

@media (max-width: 1000px) {

    .lp-values {
        padding:
            110px 0 90px;
    }

    .lp-values-grid {
        grid-template-columns:
            1fr 1fr;
    }

    .lp-value-card-03 {
        grid-column:
            1 / -1;

        transform: none;
    }

    .lp-value-card-03.lp-visible {
        transform: none;
    }

}


@media (max-width: 700px) {

    .lp-values {
        padding:
            85px 0 75px;
    }

    .lp-values-inner {
        width:
            calc(100% - 34px);
    }

    .lp-values-heading {
        margin-bottom: 55px;
    }

    .lp-values-heading h2 {
        font-size:
            clamp(46px, 13vw, 65px);
    }

    .lp-values-grid {
        grid-template-columns:
            1fr;

        gap: 16px;
    }

    .lp-value-card,
    .lp-value-card-02,
    .lp-value-card-03 {
        min-height: 340px;

        transform: none;
    }

    .lp-value-card-02.lp-visible,
    .lp-value-card-03.lp-visible {
        transform: none;
    }

    .lp-value-content h3 {
        margin-top: 35px;
    }

    .lp-values-bottom {
        grid-template-columns:
            1fr auto;

        margin-top: 55px;
    }

    .lp-values-bottom p {
        display: none;
    }

    .lp-values-letter {
        left: -100px;

        opacity: .55;
    }

}

@media (max-width: 900px) {
    .lp-value-card-02::after {
        right: 34px;
        width: 145px;
        opacity: .18;
    }

    .lp-value-card-03::after {
        right: 34px;
        width: 185px;
        opacity: .20;
    }

    .lp-value-card-03 .lp-value-content::before {
        opacity: .32;
    }
}
