/* =========================
   GSAP INIT - ENTREPRISE
========================= */

.entreprise-hero__eyebrow,
.entreprise-hero h1,
.entreprise-hero p,
.entreprise-presentation__image--main,
.entreprise-presentation__image--secondary,
.entreprise-history__year,
.entreprise-history__item h3,
.entreprise-history__item p,
.entreprise-team__visual,
.entreprise-team__eyebrow,
.entreprise-team h2,
.entreprise-team__content p,
.entreprise-numbers__item:first-child strong,
.entreprise-resources__eyebrow,
.entreprise-resources h2,
.entreprise-resources__heading p,
.entreprise-resources__card,
.entreprise-values__eyebrow,
.entreprise-values h2,
.entreprise-values__card,
.entreprise-values__actions
{
    opacity: 0;
}

/* =========================
   ENTREPRISE HERO
========================= */
.entreprise-hero {
    position: relative;
    width: 100%;
    min-height: calc(100svh - var(--top-bar-height) - var(--main-header-height) - var(--hero-bottom-white-band));
    display: flex;
    align-items: center;
    justify-content: center;
}

.entreprise-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(-1 * var(--hero-bottom-white-band));
    height: var(--hero-bottom-white-band);
    background: var(--color-white);
}

.entreprise-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(
                    rgba(0, 0, 0, 0.50),
                    rgba(0, 0, 0, 0.34)
            );
    z-index: 1;
}

.entreprise-hero__content {
    position: relative;
    max-width: 980px;
    padding: 0 clamp(24px, 6vw, 80px);
    text-align: center;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(18px, 2vw, 26px);
    z-index: 2;
}

.entreprise-hero__eyebrow {
    display: block;
    font-size: var(--font-size-section-eyebrow);
    font-weight: var(--font-weight-eyebrow);
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.entreprise-hero h1 {
    margin: 0;
    font-size: var(--font-size-hero-title);
    font-weight: var(--font-weight-title);
    letter-spacing: 0.02em;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.55);
}

.entreprise-hero p {
    max-width: 760px;
    margin: 0 auto;
    font-size: var(--font-size-hero-text);
    line-height: 1.75;
    font-weight: var(--font-weight-text);
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.55);
}

.entreprise-hero__media {
    position: absolute;
    inset: 0;
}

.entreprise-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================
   ENTREPRISE PRÉSENTATION
========================= */

.entreprise-presentation {
    position: relative;
    padding: clamp(90px, 9vw, 150px) clamp(24px, 6vw, 80px);
}

.entreprise-presentation__inner {
    width: min(1400px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    align-items: stretch;
    gap: clamp(60px, 7vw, 110px);
}

.entreprise-presentation__content {
    text-align: center;
}

.entreprise-presentation__eyebrow,
.entreprise-history__eyebrow,
.entreprise-team__eyebrow,
.entreprise-workshop__eyebrow,
.entreprise-numbers__eyebrow,
.entreprise-resources__eyebrow,
.entreprise-certifications__eyebrow,
.entreprise-values__eyebrow {
    display: block;
    margin-bottom: 14px;
    font-size: var(--font-size-section-eyebrow);
    font-weight: var(--font-weight-eyebrow);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-eyebrow);
}

.entreprise-presentation h2,
.entreprise-history h2,
.entreprise-team h2,
.entreprise-workshop h2,
.entreprise-numbers h2,
.entreprise-resources h2,
.entreprise-certifications h2,
.entreprise-values h2 {
    margin: 0 0 clamp(24px, 2.5vw, 36px);
    font-size: var(--font-size-section-title);
    font-weight: var(--font-weight-title);
    letter-spacing: 0.02em;
    color: var(--color-nav-link);
}

.entreprise-presentation__text {
    max-width: 650px;
    margin: 0 auto;
}

.entreprise-presentation__text p {
    margin: 0 0 18px;
    font-size: var(--font-size-section-text);
    line-height: 1.85;
    color: var(--color-nav-link);
}

.entreprise-presentation__visuals {
    position: relative;
    height: 100%;
    min-height: calc(100% + (clamp(90px, 9vw, 150px) * 2));
    margin-top: calc(-1 * clamp(90px, 9vw, 150px));
    margin-bottom: calc(-1 * clamp(90px, 9vw, 150px));
    overflow: hidden;
}

.entreprise-presentation__image {
    position: absolute;
    display: block;
    object-fit: cover;
}

.entreprise-presentation__image--main {
    top: clamp(50px, 5vw, 90px);
    right: 0;
    width: 82%;
    height: clamp(300px, 27vw, 430px);
    z-index: 1;
}

.entreprise-presentation__image--secondary {
    left: 0;
    bottom: clamp(95px, 8vw, 145px);
    width: 70%;
    height: clamp(210px, 18vw, 290px);
    z-index: 2;
}

/* =========================
   ENTREPRISE HISTOIRE
========================= */

.entreprise-history {
    position: relative;
    padding: clamp(90px, 9vw, 150px) clamp(24px, 6vw, 80px);
    background: var(--color-beige-brand);
}

.entreprise-history__inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.entreprise-history__heading {
    max-width: 760px;
    margin: 0 auto clamp(52px, 5vw, 78px);
    text-align: center;
}

.entreprise-history__heading p {
    margin: 0;
    font-size: var(--font-size-section-text);
    line-height: 1.85;
    color: var(--color-text);
    font-weight: var(--font-weight-text);
}

.entreprise-history__grid {
    position: relative;
    display: grid;
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(34px, 4vw, 70px);
    align-items: start;
}


.entreprise-history__item {
    position: relative;
    padding: 78px clamp(18px, 2vw, 26px) 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.entreprise-history__item:hover {
    transform: none;
}

.entreprise-history__year {
    display: block;
    margin-bottom: 18px;
    font-size: var(--font-size-timeline-year);
    font-weight: var(--font-weight-title);
    color: var(--color-title);
    line-height: 0.95;
}

.entreprise-history__item h3 {
    font-size: var(--font-size-card-title-sm);
    font-weight: var(--font-weight-title);
    color: var(--color-title);
}

.entreprise-history__item p {
    max-width: 300px;
    margin: 0 auto;
    font-size: var(--font-size-section-text);
    line-height: 1.75;
    color: var(--color-text);
    z-index: 1;
}

/* ===== SVG TIMELINE ===== */

.entreprise-history__svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
    z-index: 0;
}

.entreprise-history__path {
    stroke: rgba(78, 80, 86, 0.35);
    stroke-width: 1;
    fill: none;
}

/* ===== DOTS ===== */

.entreprise-history__dot {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translateX(-50%) scale(0);
    opacity: 0;
    border-radius: 50%;
    background: var(--color-black);
    box-shadow:
            0 0 0 10px var(--color-beige-brand),
            0 0 0 11px rgba(78, 80, 86, 0.35);
    z-index: 2;
}

/* =========================
   ENTREPRISE ÉQUIPE
========================= */

.entreprise-team {
    position: relative;
    padding: clamp(90px, 9vw, 150px) clamp(24px, 6vw, 80px);
    background: var(--color-white);
}

.entreprise-team__inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(44px, 5vw, 70px);
}

.entreprise-team__content {
    max-width: 760px;
    text-align: center;
}

.entreprise-team__content p {
    max-width: 650px;
    margin: 0 auto clamp(30px, 3vw, 44px);
    font-size: var(--font-size-section-text);
    line-height: 1.85;
    color: var(--color-text);
}

.entreprise-team__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 14px;
    max-width: 820px;
    margin: 0 auto;
}

.entreprise-team__role {
    position: relative;
    min-height: 58px;
    padding: 13px 28px;
    border: 1px solid var(--color-cta-border);
    color: var(--color-cta-text);
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition:
            background 0.25s ease,
            color 0.25s ease,
            min-height 0.3s ease;
}

.entreprise-team__role:hover {
    background: var(--color-grey-dark);
    color: var(--color-cta-hover-text);
}

.entreprise-team__role strong {
    font-size: var(--font-size-cta);
    font-weight: var(--font-weight-cta);
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.entreprise-team__names {
    height: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: calc(var(--font-size-cta) * 0.9);
    font-weight: var(--font-weight-text);
    letter-spacing: 0.02em;
    line-height: 1.45;
    text-transform: none;
}

.entreprise-team__names em {
    font-style: normal;
}

.entreprise-team__role.is-active {
    min-height: 132px;
}

.entreprise-team__role.is-active .entreprise-team__names {
    margin-top: 12px;
}

.entreprise-team__visual {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--color-beige-brand);
    box-shadow:
            0 30px 80px rgba(0, 0, 0, 0.16),
            0 10px 24px rgba(0, 0, 0, 0.08),
            0 0 0 1px rgba(255, 255, 255, 0.55) inset;

    filter: contrast(1.04) saturate(1.04);
}

.entreprise-team__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* =========================
   ENTREPRISE LOCAUX & ATELIER
========================= */

.entreprise-workshop {
    position: relative;
    padding: clamp(90px, 9vw, 150px) clamp(24px, 6vw, 80px);
    background: var(--color-beige-brand);
}

.entreprise-workshop__heading {
    max-width: 760px;
    margin: 0 auto clamp(52px, 5vw, 78px);
    text-align: center;
}

.entreprise-workshop__heading p {
    margin: 0;
    font-size: var(--font-size-section-text);
    line-height: 1.85;
    color: var(--color-text);
    font-weight: var(--font-weight-text);
}

.entreprise-workshop__inner {
    width: min(1240px, 100%);
    margin: 0 auto;
}

.entreprise-workshop__gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    grid-template-rows: repeat(2, clamp(250px, 22vw, 330px));
    gap: clamp(18px, 2vw, 30px);
}

.entreprise-workshop__item {
    position: relative;
    margin: 0;
    overflow: hidden;
    min-height: 0;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.entreprise-workshop__item--large {
    grid-row: span 2;
}

.entreprise-workshop__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.entreprise-workshop__item:hover img {
    transform: scale(1.06);
}
.entreprise-workshop__item--static {
    cursor: default;
}
.entreprise-workshop__gallery figure.entreprise-workshop__item--static {
    cursor: default;
}

.entreprise-workshop__gallery figure.entreprise-workshop__item--static:hover img {
    transform: none;
}

.entreprise-workshop__gallery figure.entreprise-workshop__item--static::before {
    display: none;
}

.entreprise-workshop__item::before {
    content: "Voir la galerie";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: var(--font-size-cta);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0;
    z-index: 3;
    transition: opacity 0.3s ease;
}

.entreprise-workshop__item:hover::before {
    opacity: 1;
}

.entreprise-workshop__item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0.08)
    );
}

.entreprise-workshop__item figcaption {
    position: absolute;
    left: clamp(20px, 2vw, 30px);
    bottom: clamp(18px, 2vw, 28px);
    z-index: 2;
    color: var(--color-white);
    font-size: var(--font-size-workshop-caption);
    font-weight: var(--font-weight-title);
    text-shadow: 0 3px 12px rgba(0,0,0,0.45);
}

.entreprise-workshop__lightbox {
    position: fixed;
    inset: 0;
    z-index: 999;
    padding: clamp(24px, 5vw, 60px);
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}

.entreprise-workshop__lightbox.is-open {
    pointer-events: auto;
    opacity: 1;
}

.entreprise-workshop__lightbox-content {
    width: min(1100px, 100%);
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.entreprise-workshop__lightbox-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 16px;
}

.entreprise-workshop__lightbox-close,
.entreprise-workshop__lightbox-nav {
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.entreprise-workshop__lightbox-nav::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.entreprise-workshop__lightbox-close {
    font-size: 24px;
    line-height: 1;
}

.entreprise-workshop__lightbox-nav {
    font-size: 0;
}

.entreprise-workshop__lightbox-nav--prev::before {
    transform: rotate(-135deg);
    margin-left: 4px;
}

.entreprise-workshop__lightbox-nav--next::before {
    transform: rotate(45deg);
    margin-right: 4px;
}

.entreprise-workshop__lightbox-image {
    width: 100%;
    max-height: calc(100vh - 170px);
    object-fit: contain;
}

.entreprise-workshop__lightbox-caption {
    margin-top: 14px;
    color: var(--color-white);
    font-size: var(--font-size-section-text);
    text-align: center;
}

/* =========================
   ENTREPRISE CHIFFRES CLÉS
========================= */

.entreprise-numbers {
    position: relative;
    padding: clamp(90px, 9vw, 150px) clamp(24px, 6vw, 80px);
    background: var(--color-white);
}

.entreprise-numbers__inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.entreprise-numbers__heading {
    max-width: 760px;
    margin: 0 auto clamp(52px, 5vw, 78px);
    text-align: center;
}

.entreprise-numbers__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    border-top: 1px solid rgba(78, 80, 86, 0.34);
    border-left: 1px solid rgba(78, 80, 86, 0.34);

    box-shadow:
            0 30px 80px rgba(0, 0, 0, 0.12),
            0 10px 26px rgba(0, 0, 0, 0.06);
}

.entreprise-numbers__grid::before {
    content: "";
    position: absolute;
    background: rgba(78, 80, 86, 0.08);
    border: 1px solid rgba(78, 80, 86, 0.12);
    z-index: -1;
}

.entreprise-numbers__item {
    min-height: 210px;
    min-width: 0;
    overflow: hidden;
    padding: clamp(28px, 3vw, 44px);
    border-right: 1px solid rgba(78, 80, 86, 0.34);
    border-bottom: 1px solid rgba(78, 80, 86, 0.34);
    background: rgba(255, 255, 255, 0.96);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition:
            background 0.25s ease,
            box-shadow 0.25s ease;
}

.entreprise-numbers__item:hover {
    background: var(--color-beige-brand);
    box-shadow: inset 0 0 0 1px rgba(78, 80, 86, 0.22);
}

.entreprise-numbers__item strong {
    display: block;
    min-height: var(--font-size-stat-number);
    margin-bottom: 14px;
    font-size: var(--font-size-stat-number);
    font-weight: var(--font-weight-title);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    color: var(--color-accent-warm-contrast);
    transform: translateY(0);
    transition:
            color 0.25s ease,
            transform 0.25s ease;
}

.entreprise-numbers__item:hover strong {
    color: var(--color-grey-dark);
    transform: translateY(-2px);
}
.entreprise-numbers__item span {
    font-size: var(--font-size-cta);
    font-weight: var(--font-weight-cta);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-title);
}

/* =========================
   ENTREPRISE MOYENS
========================= */

.entreprise-resources {
    position: relative;
    padding: clamp(90px, 9vw, 150px) clamp(24px, 6vw, 80px);
}

.entreprise-resources__inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.entreprise-resources__heading {
    max-width: 760px;
    margin: 0 auto clamp(52px, 5vw, 78px);
    text-align: center;
}

.entreprise-resources__heading h2,
.entreprise-resources__heading p,
.entreprise-resources__eyebrow {
    color: var(--color-white);
}

.entreprise-resources__heading p {
    margin: 0;
    font-size: var(--font-size-section-text);
    line-height: 1.85;
    color: var(--color-white);
    font-weight: var(--font-weight-text);
}

.entreprise-resources__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(18px, 2vw, 30px);
    perspective: 1400px;
}

.entreprise-resources__card {
    position: relative;
    min-height: 245px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform-style: preserve-3d;
    will-change: transform, opacity;
}

.entreprise-resources__card:hover {
    transform: none;
    background: transparent;
    box-shadow: none;
}

.entreprise-resources__card-inner {
    position: relative;
    width: 100%;
    min-height: 245px;
    height: 100%;
    transform-style: preserve-3d;
    will-change: transform;
}

.entreprise-resources__card-face {
    position: absolute;
    inset: 0;
    padding: clamp(30px, 3vw, 42px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
}

.entreprise-resources__card-face--front {
    background: var(--color-white);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.14);
}

.entreprise-resources__card-face--back {
    transform: rotateY(180deg);
    align-items: center;
    text-align: center;
    background: var(--color-grey-dark);
    border: 1px solid rgba(255, 255, 255, 0.46);
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.18);
}

.entreprise-resources__card h3 {
    margin: 0 0 18px;
    font-size: var(--font-size-card-title-sm);
    font-weight: var(--font-weight-title);
    line-height: 1.15;
    color: var(--color-title);
}

.entreprise-resources__card p {
    margin: 0;
    font-size: var(--font-size-card-text);
    line-height: 1.7;
    color: var(--color-text);
}

.entreprise-resources__card-face--back strong {
    display: block;
    margin-bottom: 10px;
    font-size: clamp(34px, 3vw, 52px);
    font-weight: var(--font-weight-title);
    line-height: 1;
    color: var(--color-white);
}

.entreprise-resources__card-face--back span {
    display: block;
    margin-bottom: 14px;
    font-size: var(--font-size-cta);
    font-weight: var(--font-weight-cta);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-white);
}

.entreprise-resources__card-face--back p {
    max-width: 260px;
    line-height: 1.6;
    color: var(--color-white);
}

/* =========================
   ENTREPRISE CERTIFICATIONS
========================= */

.entreprise-certifications {
    position: relative;
    padding: clamp(90px, 9vw, 150px) clamp(24px, 6vw, 80px);
    background: var(--color-beige-brand);
}

.entreprise-certifications__inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(50px, 6vw, 90px);
    align-items: center;
}

.entreprise-certifications__heading {
    text-align: left;
}

.entreprise-certifications__heading p {
    max-width: 520px;
    margin: 0;
    font-size: var(--font-size-section-text);
    line-height: 1.85;
    color: var(--color-text);
}

.entreprise-certifications__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 28px);
    padding: clamp(22px, 2.4vw, 34px);
    background: rgba(255, 255, 255, 0.34);
    border: 1px solid rgba(78, 80, 86, 0.14);
}

.entreprise-certifications__card {
    min-height: 145px;
    padding: clamp(22px, 2.2vw, 30px);
    background: var(--color-white);
    border: 1px solid rgba(78, 80, 86, 0.16);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.entreprise-certifications__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.10);
}

.entreprise-certifications__card--logo {
    min-height: 125px;
}

.entreprise-certifications__card--logo img {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 74px;
    margin: 0 auto;
    object-fit: contain;
}

.entreprise-certifications__card--logo:first-child img {
    max-width: 115px;
    max-height: 78px;
}

.entreprise-certifications__card--logo:nth-child(2) img {
    max-width: 165px;
    max-height: 56px;
}

.entreprise-certifications__label {
    display: block;
    margin-bottom: 10px;
    font-size: var(--font-size-cta);
    font-weight: var(--font-weight-cta);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-title);
}

.entreprise-certifications__card strong {
    display: block;
    margin-bottom: 12px;
    font-size: var(--font-size-card-title-sm);
    font-weight: var(--font-weight-title);
    line-height: 1.1;
    color: var(--color-title);
}

.entreprise-certifications__card p {
    margin: 0;
    font-size: var(--font-size-card-text);
    line-height: 1.6;
    color: var(--color-text);
}

/* =========================
   ENTREPRISE VALEURS
========================= */

.entreprise-values {
    position: relative;
    padding: clamp(90px, 9vw, 150px) clamp(24px, 6vw, 80px);
    background: var(--color-white);
}

.entreprise-values__inner {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.entreprise-values__heading {
    max-width: 860px;
    margin: 0 auto clamp(56px, 5vw, 82px);
    text-align: center;
}

.entreprise-values__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: var(--color-white);
    border-top: 1px solid rgba(78, 80, 86, 0.22);
    border-left: 1px solid rgba(78, 80, 86, 0.22);
    box-shadow:
            0 28px 70px rgba(0, 0, 0, 0.10),
            0 10px 26px rgba(0, 0, 0, 0.06);
}

.entreprise-values__grid::before {
    content: "";
    position: absolute;
    inset: -26px;
    background: rgba(78, 80, 86, 0.14);
    border: 1px solid rgba(78, 80, 86, 0.14);
    box-shadow:
            0 28px 70px rgba(0, 0, 0, 0.10),
            0 10px 26px rgba(0, 0, 0, 0.06);
    z-index: -1;
}

.entreprise-values__card {
    position: relative;
    min-height: 240px;
    padding: clamp(34px, 3vw, 48px) clamp(18px, 2vw, 30px);
    border-right: 1px solid rgba(78, 80, 86, 0.22);
    border-bottom: 1px solid rgba(78, 80, 86, 0.22);
    background: var(--color-white);
    text-align: center;
    overflow: hidden;
    clip-path: inset(0 100% 0 0);
    transition:
            background 0.25s ease,
            box-shadow 0.25s ease;
}

.entreprise-values__card::before {
    content: "";
    position: absolute;
    top: clamp(22px, 2vw, 30px);
    left: 50%;
    width: 34px;
    height: 1px;
    background: rgba(78, 80, 86, 0.45);
    transform: translateX(-50%);
    transition:
            width 0.25s ease,
            background 0.25s ease;
}

.entreprise-values__card:hover {
    background: var(--color-beige-brand);
    box-shadow: inset 0 0 0 1px rgba(78, 80, 86, 0.18);
}

.entreprise-values__card:hover::before {
    width: 54px;
    background: var(--color-title);
}

.entreprise-values__card h3 {
    margin: clamp(18px, 2vw, 26px) 0 16px;
    font-size: clamp(20px, 1.55vw, 26px);
    font-weight: var(--font-weight-title);
    line-height: 1.15;
    color: var(--color-title);
    overflow-wrap: normal;
}

.entreprise-values__card p {
    max-width: 32ch;
    margin: 0 auto;
    font-size: var(--font-size-section-text);
    line-height: 1.7;
    color: var(--color-text);
}

.entreprise-values__actions {
    margin-top: clamp(42px, 4vw, 64px);
    display: flex;
    justify-content: center;
    gap: clamp(18px, 2vw, 28px);
    flex-wrap: wrap;
}

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

/*
   Tablette / petit desktop
   - ENTREPRISE PRÉSENTATION / CERTIFICATIONS :
     passe en une seule colonne
   - ENTREPRISE TEAM :
     limite la largeur du bloc et passe la liste en deux colonnes
   - ENTREPRISE HISTOIRE & MOYENS :
     passe en une colonne centrée
   - ENTREPRISE NUMBERS :
     passe les chiffres clés en deux colonnes
   - ENTREPRISE VALEURS :
     passe les cards en deux colonnes et réduit le socle arrière
   - ENTREPRISE WORKSHOP :
     passe la galerie en une colonne
   - ENTREPRISE PRÉSENTATION :
     adapte le système d’images superposées
*/
@media (max-width: 1024px) {

    .entreprise-presentation__inner,
    .entreprise-certifications__inner {
        grid-template-columns: 1fr;
        max-width: 760px;
    }

    .entreprise-team__inner {
        max-width: 760px;
    }

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

    .entreprise-history__grid,
    .entreprise-resources__grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin: 0 auto;
    }

    .entreprise-history__grid {
        gap: 44px;
    }

    .entreprise-history__item {
        margin-top: 20px;
        padding: 0 0 0 58px;
        text-align: left;
    }

    .entreprise-history__item p {
        margin: 0;
        max-width: none;
    }

    .entreprise-numbers__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .entreprise-values__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .entreprise-workshop__gallery {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .entreprise-workshop__item--large {
        grid-row: auto;
    }

    .entreprise-history__dot {
        top: 12px;
        left: 18px;
        transform: scale(0);
    }

    .entreprise-presentation__visuals {
        height: clamp(430px, 58vw, 560px);
        min-height: 0;
        margin-top: 0;
        margin-bottom: 0;
        overflow: hidden;
    }

    .entreprise-presentation__image {
        position: absolute;
        height: auto;
    }

    .entreprise-presentation__image--main {
        top: 0;
        right: 0;
        width: 78%;
        height: clamp(260px, 34vw, 380px);
    }

    .entreprise-presentation__image--secondary {
        left: 0;
        bottom: 0;
        width: 64%;
        height: clamp(190px, 25vw, 270px);
    }

    .entreprise-certifications__inner {
        grid-template-columns: 1fr;
        max-width: 760px;
        align-items: initial;
    }

    .entreprise-certifications__heading {
        text-align: center;
    }

    .entreprise-certifications__heading p {
        margin: 0 auto;
    }

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

    .entreprise-values__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .entreprise-values__grid::before {
        inset: -20px;
    }

    .entreprise-values__card h3 {
        font-size: clamp(22px, 2.4vw, 28px);
    }
}

/*
   Mobile
   - ENTREPRISE HERO :
     réduit la hauteur pour éviter un scroll trop long
   - SECTIONS :
     réduit les paddings globaux
   - ENTREPRISE PRÉSENTATION :
     empile les images au lieu de les superposer
   - ENTREPRISE TEAM :
     passe la liste en une colonne et adapte les rôles actifs
   - ENTREPRISE NUMBERS :
     passe les chiffres clés en une colonne et réduit la hauteur des items
   - ENTREPRISE VALEURS :
     passe les cards en une colonne, réduit le socle arrière et adapte les textes
   - ENTREPRISE WORKSHOP :
     harmonise les formats d’images
   - ENTREPRISE CERTIFICATIONS :
     passe les cartes en une colonne et réduit les hauteurs
*/
@media (max-width: 640px) {
    .entreprise-hero {
        min-height: calc(100svh - 76px - var(--hero-bottom-white-band));
        background-size: cover;
        background-position: center;
    }

    .entreprise-hero__content {
        gap: 24px;
    }

    .entreprise-presentation,
    .entreprise-history,
    .entreprise-team,
    .entreprise-workshop,
    .entreprise-numbers,
    .entreprise-resources,
    .entreprise-certifications,
    .entreprise-values {
        padding: clamp(70px, 14vw, 95px) clamp(20px, 6vw, 28px);
    }

    .entreprise-presentation__visuals {
        display: grid;
        gap: 18px;
        height: auto;
        min-height: 0;
        margin-top: 0;
        margin-bottom: 0;
        overflow: hidden;
    }

    .entreprise-presentation__image {
        position: relative;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .entreprise-team__image {
        width: 100%;
        height: auto;
    }

    .entreprise-presentation__image--main,
    .entreprise-presentation__image--secondary {
        inset: auto;
        width: 100%;
        height: auto;
    }

    .entreprise-presentation__visuals:hover .entreprise-presentation__image--main,
    .entreprise-presentation__visuals:hover .entreprise-presentation__image--secondary {
        transform: none;
    }

    .entreprise-team__list,
    .entreprise-numbers__grid,
    .entreprise-values__grid {
        grid-template-columns: 1fr;
    }

    .entreprise-team__visual {
        min-height: auto;
        aspect-ratio: auto;
    }

    .entreprise-workshop__item {
        min-height: auto;
        aspect-ratio: 4 / 3;
    }

    .entreprise-numbers__item {
        min-height: 170px;
    }

    .entreprise-values__actions {
        flex-direction: column;
        align-items: center;
    }

    .entreprise-values__actions .site-cta {
        width: 100%;
        max-width: 320px;
    }

    .entreprise-team__inner {
        gap: 40px;
    }

    .entreprise-team__list {
        width: 100%;
    }

    .entreprise-team__role {
        width: 100%;
        padding: 13px 22px;
    }

    .entreprise-team__role.is-active {
        min-height: auto;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .entreprise-certifications__grid {
        grid-template-columns: 1fr;
        padding: clamp(16px, 5vw, 22px);
    }

    .entreprise-certifications__card {
        min-height: 135px;
    }

    .entreprise-certifications__card--logo {
        min-height: 115px;
    }

    .entreprise-values__grid {
        grid-template-columns: 1fr;
    }

    .entreprise-values__grid::before {
        inset: -14px;
    }

    .entreprise-values__card {
        min-height: auto;
        padding: clamp(34px, 9vw, 46px) clamp(22px, 7vw, 30px);
    }

    .entreprise-values__card h3 {
        font-size: clamp(24px, 7vw, 30px);
    }

    .entreprise-values__card p {
        max-width: 34ch;
    }
}

/*
   Mobile paysage / écrans bas
   - ENTREPRISE HERO : utilise presque toute la hauteur disponible
   - ENTREPRISE HERO : évite de voir trop tôt la section suivante
   - ENTREPRISE HERO : réduit la bande blanche basse
*/
@media (max-height: 500px) and (orientation: landscape) {
    html {
        --hero-bottom-white-band: 12px;
    }

    .entreprise-hero {
        min-height: calc(100svh - 76px);
    }
}
