
html,
body,
body.page,
.site,
.site-main,
main,
.entry-content,
.wp-site-blocks {
    margin: 0 !important;
    padding: 0 !important;
    background: #07090d !important;
    color: #fff !important;
}

body.agency-entreprise-v2-active .entry-content > *,
body.agency-entreprise-v2-active .wp-block-post-content > *,
body.agency-entreprise-v2-active .site-main > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.agency-company-page,
.agency-company-page * {
    box-sizing: border-box;
}

.agency-company-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    color: #fff;
    background: #07090d;
    font-family: Arial, Helvetica, sans-serif;
}

.agency-company-shell {
    width: min(1450px, calc(100% - 80px));
    margin: 0 auto;
}

.agency-company-hero {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        url("https://agencyapparel.fr/wp-content/uploads/2026/07/caa49380-370e-4163-bb59-195b3de56830.png")
        center center / cover no-repeat;
}

.agency-company-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(6,8,12,.97) 0%,
            rgba(6,8,12,.92) 32%,
            rgba(6,8,12,.60) 60%,
            rgba(6,8,12,.16) 100%
        );
}

.agency-company-hero-inner {
    position: relative;
    z-index: 2;
}

.agency-company-hero-copy {
    max-width: 720px;
    padding: 90px 0 72px;
}

.agency-company-kicker,
.agency-company-label,
.agency-company-final-label {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    color: #3f9eff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}

.agency-company-kicker::before,
.agency-company-label::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #298cff;
    box-shadow: 0 0 16px rgba(41,140,255,.72);
}

.agency-company-hero h1 {
    max-width: 720px;
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(58px, 7vw, 88px);
    font-weight: 900;
    line-height: .94;
    letter-spacing: -4px;
}

.agency-company-hero p {
    max-width: 610px;
    margin: 30px 0 0 !important;
    color: rgba(255,255,255,.76) !important;
    font-size: 19px;
    line-height: 1.72;
}

.agency-company-approach,
.agency-company-vision,
.agency-company-process {
    position: relative;
    overflow: hidden;
}

.agency-company-approach {
    padding: 100px 0 82px;
    background: #07090d;
}

.agency-company-vision {
    padding: 105px 0 92px;
    background: #0b0e14;
}

.agency-company-process {
    padding: 92px 0 96px;
    background: #07090d;
}

.agency-company-glow {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(25,116,255,.13);
    filter: blur(110px);
    pointer-events: none;
}

.agency-company-glow-right {
    top: -210px;
    right: -170px;
}

.agency-company-glow-left {
    left: -200px;
    bottom: -250px;
}

.agency-company-split {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .78fr);
    gap: 100px;
}

.agency-company-split h2,
.agency-company-heading h2 {
    max-width: 800px;
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -2.8px;
}

.agency-company-copy {
    padding-top: 39px;
}

.agency-company-copy p {
    margin: 0 0 21px !important;
    color: rgba(255,255,255,.64) !important;
    font-size: 16px;
    line-height: 1.78;
}

.agency-company-copy .agency-company-lead {
    color: rgba(255,255,255,.92) !important;
    font-size: 19px;
    line-height: 1.65;
}

.agency-company-values {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 68px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255,255,255,.012);
    box-shadow: 0 25px 65px rgba(0,0,0,.18);
}

.agency-company-value {
    min-height: 285px;
    padding: 38px 36px;
    transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}

.agency-company-value:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,.10);
}

.agency-company-value:hover {
    position: relative;
    z-index: 2;
    transform: translateY(-5px);
    background:
        linear-gradient(180deg, rgba(41,140,255,.12), rgba(41,140,255,.035));
    box-shadow: 0 22px 46px rgba(0,0,0,.22);
}

.agency-company-value > span,
.agency-company-process-grid article > span {
    display: inline-block;
    margin-bottom: 42px;
    color: #298cff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
}

.agency-company-value h3,
.agency-company-process-grid h3 {
    margin: 0 0 14px !important;
    color: #fff !important;
    font-size: 24px;
    font-weight: 800;
}

.agency-company-value p,
.agency-company-process-grid p {
    max-width: 360px;
    margin: 0 !important;
    color: rgba(255,255,255,.60) !important;
    font-size: 14px;
    line-height: 1.68;
}

.agency-company-vision-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .72fr);
    gap: 110px;
}

.agency-company-statement {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin-top: 72px;
    padding-top: 38px;
    border-top: 1px solid rgba(255,255,255,.11);
}

.agency-company-statement > span {
    flex: 0 0 66px;
    height: 2px;
    margin-top: 15px;
    background: #318cff;
}

.agency-company-statement p {
    max-width: 980px;
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(28px, 3vw, 43px);
    font-weight: 650;
    line-height: 1.22;
    letter-spacing: -1.4px;
}

.agency-company-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 60px;
    margin-bottom: 34px;
}

.agency-company-heading > p {
    max-width: 430px;
    margin: 0 0 5px !important;
    color: rgba(255,255,255,.58) !important;
    font-size: 15px;
    line-height: 1.7;
}

.agency-company-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.agency-company-process-grid article {
    min-height: 245px;
    padding: 27px 24px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015));
    transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.agency-company-process-grid article:hover {
    transform: translateY(-5px);
    border-color: rgba(41,140,255,.50);
    background:
        linear-gradient(180deg, rgba(41,140,255,.10), rgba(255,255,255,.018));
}

.agency-company-final {
    position: relative;
    overflow: hidden;
    padding: 118px 40px;
    background:
        linear-gradient(135deg, #071018 0%, #0d1825 45%, #102946 100%);
}

.agency-company-final-glow {
    position: absolute;
    top: -270px;
    right: -160px;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: rgba(46,139,255,.16);
    filter: blur(120px);
}

.agency-company-final-inner {
    position: relative;
    z-index: 2;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.agency-company-final-label {
    justify-content: center;
}

.agency-company-final h2 {
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(46px, 6vw, 74px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -2.8px;
}

.agency-company-final p {
    max-width: 750px;
    margin: 28px auto 42px !important;
    color: rgba(255,255,255,.76) !important;
    font-size: 18px;
    line-height: 1.72;
}

.agency-company-final-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    min-width: 215px;
    min-height: 60px;
    padding: 0 28px;
    border: 1px solid rgba(255,255,255,.95);
    border-radius: 999px;
    color: #0c1724 !important;
    background: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 16px 40px rgba(0,0,0,.20);
    transition: transform .3s ease, color .3s ease, background .3s ease, box-shadow .3s ease;
}

.agency-company-final-button:hover {
    transform: translateY(-3px);
    color: #fff !important;
    background: #2f8fff;
    border-color: #2f8fff;
    box-shadow: 0 18px 42px rgba(47,143,255,.34);
}

@media (max-width: 1050px) {
    .agency-company-shell {
        width: min(100% - 56px, 1450px);
    }

    .agency-company-split,
    .agency-company-vision-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .agency-company-copy {
        max-width: 780px;
        padding-top: 0;
    }

    .agency-company-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .agency-company-hero {
        min-height: 610px;
        align-items: flex-end;
        background-position: 60% center;
    }

    .agency-company-hero-copy {
        padding: 84px 0 62px;
    }

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

    .agency-company-value {
        min-height: auto;
    }

    .agency-company-value:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.10);
    }

    .agency-company-heading {
        display: block;
    }

    .agency-company-heading > p {
        margin-top: 18px !important;
    }
}

@media (max-width: 620px) {
    .agency-company-shell {
        width: min(100% - 28px, 1450px);
    }

    .agency-company-hero {
        min-height: 570px;
        background-position: 64% center;
    }

    .agency-company-hero h1 {
        font-size: clamp(45px, 13vw, 62px);
        letter-spacing: -2.6px;
    }

    .agency-company-hero p {
        font-size: 16px;
    }

    .agency-company-approach,
    .agency-company-vision,
    .agency-company-process {
        padding: 70px 0;
    }

    .agency-company-split h2,
    .agency-company-heading h2 {
        font-size: 39px;
        line-height: 1.07;
        letter-spacing: -1.7px;
    }

    .agency-company-values {
        margin-top: 48px;
        border-radius: 17px;
    }

    .agency-company-value {
        padding: 32px 25px;
    }

    .agency-company-value > span,
    .agency-company-process-grid article > span {
        margin-bottom: 28px;
    }

    .agency-company-statement {
        flex-direction: column;
        gap: 18px;
        margin-top: 50px;
        padding-top: 31px;
    }

    .agency-company-statement > span {
        width: 52px;
        flex-basis: auto;
        margin-top: 0;
    }

    .agency-company-statement p {
        font-size: 28px;
    }

    .agency-company-process-grid {
        grid-template-columns: 1fr;
    }

    .agency-company-process-grid article {
        min-height: auto;
    }

    .agency-company-final {
        padding: 88px 22px;
    }

    .agency-company-final p {
        font-size: 16px;
        margin-bottom: 34px !important;
    }

    .agency-company-final-button {
        width: min(100%, 330px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .agency-company-value,
    .agency-company-process-grid article,
    .agency-company-final-button {
        transition: none !important;
    }
}
