@media (min-width: 1024px) {
    .aat-services-menu,
    .editorial-header-services-wrap,
    .shared-site-header__services {
        position: relative;
        z-index: 80;
    }

    .aat-services-menu > button,
    .editorial-header-services-wrap > button,
    .shared-site-header__services > button {
        cursor: pointer;
    }

    .aat-services-menu > button:focus-visible,
    .editorial-header-services-wrap > button:focus-visible,
    .shared-site-header__services > button:focus-visible {
        outline: 1px solid #11120f;
        outline-offset: 4px;
    }

    .aat-services-menu > .aat-services-menu__popover,
    .editorial-header-services,
    .shared-site-header__services > div {
        position: absolute !important;
        top: calc(100% - 1px) !important;
        left: 50% !important;
        width: auto !important;
        padding-top: 12px !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none;
        transform: translate(-50%, 12px) !important;
        transition: opacity 180ms ease, visibility 180ms ease, transform 220ms cubic-bezier(.2,.75,.25,1) !important;
    }

    .aat-services-menu > .aat-services-menu__popover > .aat-services-menu__panel,
    .editorial-header-services > div,
    .shared-site-header__services > div > div {
        width: 354px !important;
        overflow: hidden !important;
        border: 1px solid #11120f !important;
        border-radius: 0 !important;
        background: #fbfaf6 !important;
        box-shadow: 12px 12px 0 #c8ff34 !important;
        backdrop-filter: none !important;
    }

    .aat-services-menu > .aat-services-menu__popover a,
    .editorial-header-services a,
    .shared-site-header__services > div a {
        min-height: 52px;
        padding: 0 18px !important;
        display: flex !important;
        position: relative;
        color: #11120f !important;
        background: transparent !important;
        align-items: center;
        justify-content: space-between;
        gap: 22px;
        font-family: "Manrope", Arial, sans-serif;
        font-size: 13px !important;
        font-weight: 650 !important;
        letter-spacing: -0.015em;
        line-height: 1.25;
        text-align: left;
        transition: padding-left 180ms ease, background 180ms ease !important;
    }

    .aat-services-menu > .aat-services-menu__popover a + a,
    .editorial-header-services a + a,
    .shared-site-header__services > div a + a {
        border-top: 1px solid rgba(17, 18, 15, 0.2) !important;
    }

    .aat-services-menu > .aat-services-menu__popover a::after,
    .editorial-header-services a::after,
    .shared-site-header__services > div a::after {
        content: "↗" !important;
        width: auto !important;
        height: auto !important;
        position: static !important;
        inset: auto !important;
        color: #11120f;
        background: transparent !important;
        font-size: 15px;
        font-weight: 500;
        opacity: 0.38 !important;
        transform: translate(-4px, 4px);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .aat-services-menu > .aat-services-menu__popover a:hover,
    .aat-services-menu > .aat-services-menu__popover a:focus-visible,
    .editorial-header-services a:hover,
    .editorial-header-services a:focus-visible,
    .shared-site-header__services > div a:hover,
    .shared-site-header__services > div a:focus-visible {
        padding-left: 24px !important;
        color: #11120f !important;
        background: #c8ff34 !important;
        outline: 0;
    }

    .aat-services-menu > .aat-services-menu__popover a:hover::after,
    .aat-services-menu > .aat-services-menu__popover a:focus-visible::after,
    .editorial-header-services a:hover::after,
    .editorial-header-services a:focus-visible::after,
    .shared-site-header__services > div a:hover::after,
    .shared-site-header__services > div a:focus-visible::after {
        opacity: 1 !important;
        transform: none;
    }

    .aat-services-menu:hover > .aat-services-menu__popover,
    .aat-services-menu:focus-within > .aat-services-menu__popover,
    .editorial-header-services-wrap:hover > .editorial-header-services,
    .editorial-header-services-wrap:focus-within > .editorial-header-services,
    .editorial-header-services-wrap.is-open > .editorial-header-services,
    .shared-site-header__services:hover > div,
    .shared-site-header__services:focus-within > div {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
        transform: translate(-50%, 0) !important;
    }

    .aat-services-menu:hover > button svg,
    .aat-services-menu:focus-within > button svg,
    .editorial-header-services-wrap:hover > button svg,
    .editorial-header-services-wrap:focus-within > button svg,
    .editorial-header-services-wrap.is-open > button svg {
        transform: rotate(180deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .aat-services-menu *,
    .editorial-header-services-wrap *,
    .shared-site-header__services * {
        transition-duration: 0.01ms !important;
    }
}
