body.awoh-services-page {
    background: #f4f2ed;
    color: #0b0b0b;
    font-family: "Montserrat", Arial, sans-serif;
}

.awoh-services-page .ms-main {
    overflow: hidden;
    background: #f4f2ed;
}

.awoh-services-page .awoh-services__container {
    width: min(calc(100% - 64px), 1180px);
    margin: 0 auto;
}

.awoh-services__hero {
    position: relative;
    display: flex;
    min-height: max(720px, 100svh);
    align-items: flex-end;
    background: #030303 url("../images/services/services-hero.webp") center / cover no-repeat;
    color: #fff;
}

.awoh-services__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.32) 44%, rgba(0, 0, 0, 0.03) 76%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.48) 0%, transparent 48%);
}

.awoh-services__hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: clamp(190px, 21vh, 245px) 0 clamp(88px, 9vh, 120px);
}

.awoh-services__kicker {
    margin: 0 0 clamp(22px, 2vw, 30px);
    color: #ff9700;
    font-size: clamp(17px, 1.5vw, 23px);
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
}

.awoh-services__hero-title {
    max-width: 760px;
    margin: 0 0 clamp(38px, 4vw, 58px);
    color: #fff;
    font-family: "GAFTON", Arial, sans-serif !important;
    font-size: clamp(88px, 9.4vw, 150px);
    font-weight: 400 !important;
    font-synthesis: none;
    letter-spacing: 0.005em;
    line-height: 0.84;
}

.awoh-services__hero-copy {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(18px, 1.55vw, 24px);
    font-weight: 430;
    letter-spacing: -0.02em;
    line-height: 1.55;
}

.awoh-services__catalog {
    padding: clamp(82px, 9vw, 138px) 0;
}

.awoh-services__catalog-heading {
    margin-bottom: clamp(58px, 7vw, 96px);
}

.awoh-services__catalog-title {
    margin: 0;
    font-family: "GAFTON", Arial, sans-serif !important;
    font-weight: 400 !important;
    font-synthesis: none;
    letter-spacing: 0.005em;
    line-height: 0.86;
    text-transform: uppercase;
}

.awoh-services__catalog-title span,
.awoh-services__catalog-title strong {
    display: block;
}

.awoh-services__catalog-title span {
    font-size: clamp(31px, 3.6vw, 56px);
}

.awoh-services__catalog-title strong {
    font-family: inherit;
    font-size: clamp(52px, 6vw, 94px);
    font-weight: 400;
}

.awoh-services__list {
    border-top: 1px solid rgba(11, 11, 11, 0.35);
}

.awoh-services__item {
    border-bottom: 1px solid rgba(11, 11, 11, 0.35);
}

.awoh-services__summary {
    display: grid;
    grid-template-columns: 72px minmax(220px, 0.72fr) minmax(320px, 1fr) 54px;
    gap: clamp(18px, 2.5vw, 40px);
    min-height: clamp(108px, 9vw, 138px);
    align-items: center;
    color: #0b0b0b;
    cursor: pointer;
    list-style: none;
}

.awoh-services__summary::-webkit-details-marker {
    display: none;
}

.awoh-services__number {
    color: #ff9700;
    font-size: clamp(18px, 1.65vw, 25px);
    font-weight: 800;
}

.awoh-services__name {
    font-family: "GAFTON", Arial, sans-serif;
    font-size: clamp(28px, 3vw, 45px);
    font-weight: 400;
    font-synthesis: none;
    letter-spacing: 0.005em;
    line-height: 0.94;
    text-transform: uppercase;
}

.awoh-services__tagline {
    max-width: 470px;
    color: #4d4b47;
    font-size: clamp(15px, 1.3vw, 19px);
    line-height: 1.42;
}

.awoh-services__arrow {
    justify-self: end;
    color: #ff7900;
    font-size: clamp(34px, 3.5vw, 50px);
    line-height: 1;
    transition: transform 220ms ease;
}

.awoh-services__item[open] .awoh-services__arrow {
    transform: rotate(90deg);
}

.awoh-services__panel {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1.15fr);
    gap: clamp(42px, 7vw, 105px);
    padding: 0 0 clamp(54px, 6vw, 84px) 72px;
}

.awoh-services__panel-content {
    padding-top: 12px;
}

.awoh-services__panel-copy {
    margin: 0 0 34px;
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.52;
}

.awoh-services__includes-label {
    display: block;
    margin-bottom: 12px;
    color: #ff7900;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.awoh-services__includes {
    margin: 0;
    color: #3f3d39;
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.55;
}

.awoh-services__visual {
    overflow: hidden;
    margin: 0;
    aspect-ratio: 1.45 / 1;
    border-radius: 12px;
    background: #111;
}

.awoh-services__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms ease;
}

.awoh-services__item[open] .awoh-services__visual img {
    transform: scale(1.02);
}

.awoh-services__clients {
    padding: clamp(78px, 9vw, 132px) 0 clamp(88px, 10vw, 148px);
    border-top: 1px solid rgba(11, 11, 11, 0.14);
    background: #f4f2ed;
}

.awoh-services__clients-heading {
    margin-bottom: clamp(48px, 6vw, 82px);
}

.awoh-services__clients-title {
    margin: 0;
    color: #0b0b0b;
    font-family: "GAFTON", Arial, sans-serif !important;
    font-weight: 400 !important;
    font-synthesis: none;
    letter-spacing: 0.005em;
    line-height: 0.84;
    text-transform: uppercase;
}

.awoh-services__clients-title span,
.awoh-services__clients-title strong {
    display: block;
    font-family: inherit;
    font-weight: inherit;
}

.awoh-services__clients-title span {
    font-size: clamp(30px, 3.5vw, 54px);
}

.awoh-services__clients-title strong {
    font-size: clamp(54px, 6.4vw, 98px);
}

.awoh-services__clients-grid {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(44px, 6vw, 88px);
    align-items: center;
    justify-content: space-between;
}

.awoh-services__client {
    display: flex;
    width: calc(25% - clamp(34px, 4.5vw, 66px));
    min-height: clamp(130px, 13vw, 180px);
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.awoh-services__client img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 130px;
    filter: grayscale(1);
    opacity: 0.46;
    transform: scale(0.96);
    transition: filter 260ms ease, opacity 260ms ease, transform 260ms ease;
}

.awoh-services__client:hover,
.awoh-services__client:focus,
.awoh-services__client:active {
    outline: none;
}

.awoh-services__client:hover img,
.awoh-services__client:focus img,
.awoh-services__client:active img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 900px) {
    .awoh-services-page .awoh-services__container {
        width: min(calc(100% - 48px), 760px);
    }

    .awoh-services__summary {
        grid-template-columns: 52px minmax(180px, 0.85fr) minmax(260px, 1fr) 42px;
        gap: 16px;
    }

    .awoh-services__panel {
        grid-template-columns: 1fr;
        padding-left: 52px;
    }

    .awoh-services__visual {
        max-width: 680px;
    }

    .awoh-services__clients-grid {
        gap: 48px 12%;
        justify-content: center;
    }

    .awoh-services__client {
        width: 38%;
    }
}

@media (max-width: 600px) {
    .awoh-services-page .awoh-services__container {
        width: min(calc(100% - 40px), 520px);
    }

    .awoh-services__hero {
        min-height: 700px;
        background-position: 57% center;
    }

    .awoh-services__hero-inner {
        padding: 155px 0 68px;
    }

    .awoh-services__hero-title {
        max-width: 100%;
        margin-bottom: 34px;
        font-size: clamp(62px, 19vw, 92px);
    }

    .awoh-services__hero-copy {
        max-width: 92%;
        font-size: 17px;
    }

    .awoh-services__catalog {
        padding: 68px 0 78px;
    }

    .awoh-services__catalog-title span {
        font-size: clamp(29px, 9vw, 40px);
    }

    .awoh-services__catalog-title strong {
        font-size: clamp(48px, 15vw, 68px);
    }

    .awoh-services__summary {
        grid-template-columns: 38px minmax(0, 1fr) 36px;
        gap: 12px;
        min-height: 92px;
    }

    .awoh-services__tagline {
        display: none;
    }

    .awoh-services__number {
        font-size: 16px;
    }

    .awoh-services__name {
        font-size: clamp(24px, 8vw, 34px);
    }

    .awoh-services__arrow {
        font-size: 34px;
    }

    .awoh-services__panel {
        gap: 32px;
        padding: 4px 0 48px 50px;
    }

    .awoh-services__visual {
        aspect-ratio: 1.2 / 1;
    }

    .awoh-services__clients {
        padding: 68px 0 78px;
    }

    .awoh-services__clients-heading {
        margin-bottom: 42px;
    }

    .awoh-services__clients-title span {
        font-size: clamp(28px, 9vw, 40px);
    }

    .awoh-services__clients-title strong {
        font-size: clamp(50px, 16vw, 70px);
    }

    .awoh-services__client {
        width: 42%;
        min-height: 115px;
    }

    .awoh-services__client img {
        max-height: 105px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .awoh-services__arrow,
    .awoh-services__visual img,
    .awoh-services__client img {
        transition: none;
    }
}
