/*
 * AANRY Inclusive Mobile Hero
 * Default live-site visibility: mobile only. It remains visible inside Elementor for editing.
 */
.elementor-widget-aanry_inclusive_mobile_hero {
    display: none;
    width: 100%;
}

body.elementor-editor-active .elementor-widget-aanry_inclusive_mobile_hero,
.elementor-editor-preview .elementor-widget-aanry_inclusive_mobile_hero {
    display: block;
}

.aanry-inclusive-hero {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    isolation: isolate;
}

.aanry-inclusive-hero *,
.aanry-inclusive-hero *::before,
.aanry-inclusive-hero *::after {
    box-sizing: border-box;
}

.aanry-inclusive-hero__media {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.aanry-inclusive-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
}

.aanry-inclusive-hero__veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    pointer-events: none;
}

.aanry-inclusive-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.aanry-inclusive-hero__eyebrow {
    margin: 0 0 10px;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.aanry-inclusive-hero__title {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(42px, 12vw, 54px);
    font-weight: 600;
    line-height: 0.96;
    letter-spacing: -0.5px;
    overflow-wrap: normal;
    word-break: normal;
}

.aanry-inclusive-hero__description {
    margin-top: 18px;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.aanry-inclusive-hero__description p {
    margin: 0;
}

.aanry-inclusive-hero__button {
    display: inline-flex;
    width: auto;
    min-height: 52px;
    margin-top: 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none !important;
    transition: transform 180ms ease, filter 180ms ease;
}

.aanry-inclusive-hero__button:hover,
.aanry-inclusive-hero__button:focus-visible {
    transform: translateY(-1px);
    filter: brightness(0.94);
}

/* Split layout: readable heading panel plus a separate image area. */
.aanry-inclusive-hero--split {
    display: flex;
    flex-direction: column;
}

.aanry-inclusive-hero--split .aanry-inclusive-hero__content {
    order: 1;
}

.aanry-inclusive-hero--split .aanry-inclusive-hero__media {
    order: 2;
}

.aanry-inclusive-hero--split .aanry-inclusive-hero__veil {
    display: none;
}

/* Overlay layout: image fills the whole hero and editable panel sits above it. */
.aanry-inclusive-hero--overlay {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.aanry-inclusive-hero--overlay .aanry-inclusive-hero__media {
    position: absolute;
    inset: 0;
    height: 100%;
    z-index: 0;
}

.aanry-inclusive-hero--overlay .aanry-inclusive-hero__content {
    z-index: 2;
}

@media (max-width: 767px) {
    .elementor-widget-aanry_inclusive_mobile_hero {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-widget-aanry_inclusive_mobile_hero:has(.aanry-inclusive-hero--visibility-mobile-tablet),
    .elementor-widget-aanry_inclusive_mobile_hero:has(.aanry-inclusive-hero--visibility-all) {
        display: block;
    }
}

@media (min-width: 1025px) {
    .elementor-widget-aanry_inclusive_mobile_hero:has(.aanry-inclusive-hero--visibility-all) {
        display: block;
    }
}

/* Fallback for browsers without :has(): mobile remains guaranteed; editor remains editable. */
@supports not selector(:has(*)) {
    @media (min-width: 768px) {
        .elementor-widget-aanry_inclusive_mobile_hero {
            display: none;
        }
    }
}

@media (max-width: 390px) {
    .aanry-inclusive-hero__title {
        font-size: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .aanry-inclusive-hero__button {
        transition: none;
    }
}
