/* Full-bleed support for boxed themes and Elementor containers. */
.elementor-widget-mova-home-intro,
.elementor-widget-mova-home-intro > .elementor-widget-container,
.mova-home-intro-fullbleed-widget,
.mova-home-intro-fullbleed-widget > .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
}

.mova-home-intro-fullbleed-ancestor {
    overflow: visible !important;
}

.mova-home-intro {
    --mova-accent: #4b530c;
    --mova-ink: #151515;
    --mova-muted: #66645f;
    --mova-line: #dedbd2;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: var(--mova-viewport-width, 100vw) !important;
    max-width: none !important;
    margin-left: calc((100% - var(--mova-viewport-width, 100vw)) / 2) !important;
    margin-right: calc((100% - var(--mova-viewport-width, 100vw)) / 2) !important;
    background: #ffffff;
    font-family: 'Slovier', 'Times New Roman', serif;
}

.mova-home-intro *,
.mova-home-intro *::before,
.mova-home-intro *::after {
    box-sizing: border-box;
}

.mova-home-intro__inner {
    width: 100%;
    margin-inline: auto;
}

.mova-home-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    align-items: center;
}

.mova-home-intro--image-right .mova-home-intro__media {
    order: 2;
}

.mova-home-intro--image-right .mova-home-intro__content {
    order: 1;
}

.mova-home-intro__media {
    position: relative;
    overflow: hidden;
    min-width: 0;
    background: #e8e4da;
}

.mova-home-intro__image {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .7s cubic-bezier(.2,.75,.25,1);
}

.mova-home-intro__media:hover .mova-home-intro__image {
    transform: scale(1.025);
}

.mova-home-intro__media-mark {
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: 72px;
    aspect-ratio: 1;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 50%;
    backdrop-filter: blur(8px);
}

.mova-home-intro__media-mark::before,
.mova-home-intro__media-mark::after {
    content: '';
    position: absolute;
    inset: 50% auto auto 50%;
    width: 24px;
    height: 1px;
    background: #fff;
    transform-origin: center;
}

.mova-home-intro__media-mark::before {
    transform: translate(-50%,-50%);
}

.mova-home-intro__media-mark::after {
    transform: translate(-50%,-50%) rotate(90deg);
}

.mova-home-intro__content {
    min-width: 0;
}

.mova-home-intro__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.mova-home-intro__eyebrow::before {
    content: '';
    width: 42px;
    height: 1px;
    background: currentColor;
}

.mova-home-intro__title {
    margin: 0;
    max-width: 14ch;
    font-family: 'Slovier', 'Times New Roman', serif;
    font-size: clamp(44px, 4.5vw, 78px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.04em;
}

.mova-home-intro__description {
    max-width: 620px;
    margin-top: 30px;
    font-family: 'Slovier', 'Times New Roman', serif;
    font-size: 17px;
    line-height: 1.8;
}

.mova-home-intro__description > :first-child {
    margin-top: 0;
}

.mova-home-intro__description > :last-child {
    margin-bottom: 0;
}

.mova-home-intro__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 36px;
}

.mova-home-intro__button,
.mova-home-intro__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-decoration: none;
    transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.mova-home-intro__button {
    min-width: 190px;
    background: var(--mova-accent);
    color: #fff;
    font-family: 'Slovier', 'Times New Roman', serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mova-home-intro__button:hover,
.mova-home-intro__button:focus {
    transform: translateY(-2px);
}

.mova-home-intro__secondary {
    color: var(--mova-ink);
    border-bottom: 1px solid currentColor;
    padding-block: 4px;
    font-family: 'Slovier', 'Times New Roman', serif;
    font-size: 14px;
    font-weight: 500;
}

.mova-home-intro__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 54px;
    padding-top: 28px;
    border-top: 1px solid var(--mova-line);
}

.mova-home-intro__feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
    padding-right: 18px;
}

.mova-home-intro__feature + .mova-home-intro__feature {
    padding-left: 18px;
    border-left: 1px solid var(--mova-line);
}

.mova-home-intro__feature-icon {
    flex: 0 0 auto;
    color: var(--mova-accent);
    font-size: 14px;
    line-height: 1;
    margin-top: 3px;
}

.mova-home-intro__feature-title {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

.mova-home-intro__feature-text {
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .mova-home-intro__grid {
        grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    }

    .mova-home-intro__features {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mova-home-intro__feature,
    .mova-home-intro__feature + .mova-home-intro__feature {
        padding: 0;
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .mova-home-intro__grid {
        grid-template-columns: 1fr;
    }

    .mova-home-intro--image-right .mova-home-intro__media,
    .mova-home-intro--image-right .mova-home-intro__content {
        order: initial;
    }

    .mova-home-intro__content {
        padding-top: 42px;
    }

    .mova-home-intro__title {
        max-width: none;
        font-size: clamp(38px, 12vw, 58px);
    }

    .mova-home-intro__description {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.7;
    }

    .mova-home-intro__actions {
        align-items: stretch;
        gap: 18px;
        margin-top: 30px;
    }

    .mova-home-intro__button {
        width: 100%;
    }

    .mova-home-intro__features {
        margin-top: 40px;
    }

    .mova-home-intro__media-mark {
        right: 18px;
        bottom: 18px;
        width: 58px;
    }
}

/* Elementor editor safety */
.elementor-editor-active .mova-home-intro {
    max-width: 100vw;
}
