:root {
    --sa-black: #000000;
    --sa-ink: #171717;
    --sa-yellow: #fecc00;
    --sa-paper: #ffffff;
    --sa-soft: #f4f4f2;
    --sa-muted: #686868;
    --sa-line: #dededb;
}

body.soleil-apropos-page {
    background: var(--sa-paper);
}

.soleil-apropos-page .container.content_wrapper,
.soleil-apropos-page .container.main_wrapper {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
}

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

.sa-page {
    overflow: hidden;
    color: var(--sa-ink);
    background: var(--sa-paper);
    font-size: 17px;
    line-height: 1.55;
}

.sa-wrap {
    width: min(1380px, calc(100% - 96px));
    margin: 0 auto;
}

.sa-bleed {
    width: 100%;
}

.sa-section {
    padding: 112px 0;
}

.sa-eyebrow,
.sa-kicker {
    margin: 0 0 18px;
    color: var(--sa-yellow);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.8px;
    line-height: 1.2;
    text-transform: uppercase;
}

.sa-kicker {
    color: #8a7000;
}

.sa-page h1,
.sa-page h2,
.sa-page h3,
.sa-page p {
    margin-top: 0;
}

.sa-page h1,
.sa-page h2,
.sa-page h3 {
    color: inherit;
    font-family: inherit;
}

.sa-hero {
    position: relative;
    padding: 92px 0 88px;
    color: #ffffff;
    background: #000000;
}

.sa-hero::before {
    position: absolute;
    top: -190px;
    right: -170px;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(254, 204, 0, .18);
    border-radius: 50%;
    content: '';
}

.sa-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34%;
    height: 5px;
    background: var(--sa-yellow);
    content: '';
}

.sa-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(440px, .8fr);
    gap: 92px;
    align-items: center;
}

.sa-hero h1 {
    max-width: 820px;
    margin: 0 0 28px;
    color: #ffffff;
    font-size: clamp(48px, 4.5vw, 70px);
    font-weight: 800;
    letter-spacing: -3.6px;
    line-height: .98;
}

.sa-hero h1 span {
    color: var(--sa-yellow);
}

.sa-hero__intro {
    max-width: 690px;
    margin-bottom: 36px;
    color: #cfcfcf;
    font-size: 20px;
    line-height: 1.55;
}

.sa-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.sa-btn {
    display: inline-flex;
    min-height: 54px;
    padding: 0 27px;
    border: 2px solid transparent;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.sa-btn:hover {
    transform: translateY(-2px);
}

.sa-btn--yellow {
    color: #000000 !important;
    background: var(--sa-yellow);
    border-color: var(--sa-yellow);
}

.sa-btn--outline {
    color: #ffffff !important;
    background: transparent;
    border-color: #555555;
}

.sa-btn--outline:hover {
    color: #000000 !important;
    background: #ffffff;
    border-color: #ffffff;
}

.sa-map-card {
    position: relative;
    padding: 22px;
    border: 1px solid #333333;
    border-radius: 28px;
    background: #111111;
    box-shadow: 0 34px 80px rgba(0, 0, 0, .45);
    transform: rotate(1.5deg);
}

.sa-map-card > p {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.sa-map-card img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 260px;
    border-radius: 18px;
    object-fit: cover;
}

.sa-map-card__legend {
    display: flex;
    margin-top: 16px;
    color: #c9c9c9;
    align-items: center;
    gap: 9px;
    font-size: 13px;
}

.sa-map-card__legend span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--sa-yellow);
    box-shadow: 0 0 0 5px rgba(254, 204, 0, .16);
}

.sa-proof {
    color: #000000;
    background: var(--sa-yellow);
}

.sa-proof__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.sa-proof__grid > div {
    padding: 32px 38px;
    border-right: 1px solid rgba(0, 0, 0, .2);
}

.sa-proof__grid > div:first-child {
    padding-left: 0;
}

.sa-proof__grid > div:last-child {
    border: 0;
}

.sa-proof strong,
.sa-proof span {
    display: block;
}

.sa-proof strong {
    margin-bottom: 3px;
    font-size: 29px;
    font-weight: 850;
    letter-spacing: -.8px;
}

.sa-proof span {
    font-size: 14px;
    font-weight: 650;
}

.sa-intro__grid {
    display: grid;
    grid-template-columns: 1.05fr .8fr;
    gap: 120px;
    align-items: start;
}

.sa-intro h2,
.sa-heading h2 {
    margin: 0;
    font-size: clamp(40px, 4vw, 62px);
    font-weight: 820;
    letter-spacing: -2.5px;
    line-height: 1.04;
}

.sa-intro__copy {
    padding-top: 33px;
    color: var(--sa-muted);
    font-size: 18px;
}

.sa-intro__copy p {
    margin-bottom: 20px;
}

.sa-values {
    display: grid;
    margin-top: 76px;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.sa-values article {
    min-height: 245px;
    padding: 34px;
    border: 1px solid var(--sa-line);
    border-radius: 20px;
    background: #ffffff;
}

.sa-values article > span {
    display: block;
    margin-bottom: 56px;
    color: #9a9a94;
    font-size: 13px;
    font-weight: 800;
}

.sa-values h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 800;
}

.sa-values p {
    margin-bottom: 0;
    color: var(--sa-muted);
    font-size: 15px;
}

.sa-services {
    background: var(--sa-soft);
}

.sa-heading {
    display: grid;
    margin-bottom: 58px;
    grid-template-columns: 1fr 430px;
    gap: 90px;
    align-items: end;
}

.sa-heading > p {
    margin: 0 0 4px;
    color: var(--sa-muted);
    font-size: 17px;
}

.sa-services__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.sa-service {
    display: flex;
    min-height: 320px;
    padding: 28px;
    border: 1px solid #dededb;
    border-radius: 20px;
    color: var(--sa-ink) !important;
    background: #ffffff;
    flex-direction: column;
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.sa-service:nth-child(1),
.sa-service:nth-child(2) {
    grid-column: span 3;
}

.sa-service:nth-child(n+3) {
    grid-column: span 2;
}

.sa-service:hover {
    border-color: var(--sa-yellow);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
    transform: translateY(-5px);
}

.sa-service__number {
    margin-bottom: auto;
    color: #8c8c87;
    font-size: 13px;
    font-weight: 800;
}

.sa-service h3 {
    margin-bottom: 11px;
    font-size: 26px;
    font-weight: 820;
    letter-spacing: -.6px;
}

.sa-service p {
    margin-bottom: 25px;
    color: var(--sa-muted);
    font-size: 15px;
}

.sa-service__link {
    display: flex;
    color: #171717;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 800;
}

.sa-service__link b {
    color: #8a7000;
    font-size: 18px;
}

.sa-team {
    color: #ffffff;
    background: #000000;
}

.sa-heading--dark h2 {
    color: #ffffff;
}

.sa-heading--dark > p {
    color: #b7b7b7;
}

.sa-team__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #303030;
    border-left: 1px solid #303030;
}

.sa-person {
    min-height: 185px;
    padding: 25px;
    border-right: 1px solid #303030;
    border-bottom: 1px solid #303030;
    background: #0a0a0a;
}

.sa-person__avatar {
    display: inline-flex;
    width: 58px;
    height: 58px;
    margin-bottom: 27px;
    border: 1px solid #393939;
    border-radius: 15px;
    color: #8a8a8a;
    background: #1b1b1b;
    align-items: center;
    justify-content: center;
}

.sa-person__avatar svg {
    width: 38px;
    height: 38px;
}

.sa-person h3 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
}

.sa-person p {
    margin: 0;
    color: #a9a9a9;
    font-size: 13px;
    line-height: 1.4;
}

.sa-cta {
    padding: 72px 0;
    background: var(--sa-yellow);
}

.sa-cta__inner {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 62px;
    align-items: center;
}

.sa-cta .sa-kicker {
    color: #5c4a00;
    margin-bottom: 7px;
}

.sa-cta h2 {
    margin: 0;
    color: #000000;
    font-size: 48px;
    font-weight: 850;
    letter-spacing: -2px;
}

.sa-cta__inner > p {
    margin: 0;
    color: #332b08;
    font-size: 16px;
}

.sa-btn--black {
    color: #ffffff !important;
    background: #000000;
    border-color: #000000;
    white-space: nowrap;
}

@media (max-width: 1100px) {
    .sa-wrap {
        width: min(100% - 56px, 1380px);
    }

    .sa-hero__grid {
        grid-template-columns: 1fr 390px;
        gap: 45px;
    }

    .sa-hero h1 {
        font-size: 50px;
    }

    .sa-intro__grid {
        gap: 60px;
    }

    .sa-team__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 900px) {
    .sa-section {
        padding: 82px 0;
    }

    .sa-hero {
        padding: 68px 0 72px;
    }

    .sa-hero__grid,
    .sa-intro__grid,
    .sa-heading,
    .sa-cta__inner {
        grid-template-columns: 1fr;
    }

    .sa-hero__grid {
        gap: 58px;
    }

    .sa-hero__content {
        max-width: 720px;
    }

    .sa-map-card {
        max-width: 620px;
        transform: none;
    }

    .sa-intro__grid,
    .sa-heading,
    .sa-cta__inner {
        gap: 28px;
    }

    .sa-intro__copy {
        padding-top: 0;
    }

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

    .sa-values article {
        min-height: 0;
    }

    .sa-values article > span {
        margin-bottom: 32px;
    }

    .sa-heading > p {
        max-width: 650px;
    }

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

    .sa-cta__inner {
        justify-items: start;
    }
}

@media (max-width: 600px) {
    .sa-wrap {
        width: calc(100% - 36px);
    }

    .sa-page {
        font-size: 16px;
    }

    .sa-section {
        padding: 66px 0;
    }

    .sa-hero {
        padding: 54px 0 58px;
    }

    .sa-hero h1 {
        margin-bottom: 22px;
        font-size: 43px;
        letter-spacing: -2.3px;
        line-height: 1.01;
    }

    .sa-hero h1 br {
        display: none;
    }

    .sa-hero__intro {
        margin-bottom: 29px;
        font-size: 17px;
    }

    .sa-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .sa-btn {
        width: 100%;
    }

    .sa-map-card {
        padding: 15px;
        border-radius: 21px;
    }

    .sa-map-card img {
        min-height: 190px;
        border-radius: 14px;
    }

    .sa-map-card__legend {
        font-size: 11px;
    }

    .sa-proof__grid {
        grid-template-columns: 1fr;
    }

    .sa-proof__grid > div,
    .sa-proof__grid > div:first-child {
        padding: 24px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }

    .sa-proof strong {
        font-size: 25px;
    }

    .sa-intro h2,
    .sa-heading h2 {
        font-size: 37px;
        letter-spacing: -1.7px;
    }

    .sa-values {
        margin-top: 45px;
    }

    .sa-values article {
        padding: 26px;
    }

    .sa-services__grid {
        display: block;
    }

    .sa-service {
        min-height: 270px;
        margin-bottom: 15px;
        padding: 25px;
    }

    .sa-team__grid {
        grid-template-columns: 1fr;
    }

    .sa-person {
        display: flex;
        min-height: 0;
        padding: 20px;
        align-items: center;
        gap: 17px;
    }

    .sa-person__avatar {
        width: 49px;
        height: 49px;
        margin: 0;
        flex: 0 0 auto;
    }

    .sa-person__avatar svg {
        width: 32px;
        height: 32px;
    }

    .sa-cta {
        padding: 55px 0;
    }

    .sa-cta h2 {
        font-size: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sa-btn,
    .sa-service {
        transition: none;
    }
}
