.nvf-about {
    background: #f4f1eb;
    box-sizing: border-box;
    color: #151515;
    overflow: hidden;
    width: 100%;
}

.nvf-about *,
.nvf-about *::before,
.nvf-about *::after {
    box-sizing: border-box;
}

.nvf-about__inner {
    align-items: stretch;
    display: flex;
    margin: 0 auto;
    width: 100%;
}

.nvf-about__media-col,
.nvf-about__content-col {
    min-width: 0;
}

.nvf-about__media-col {
    display: flex;
}

.nvf-about__content-col {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
}

.nvf-about__media {
    background: #ddd8cf;
    display: block;
    margin: 0;
    min-height: 720px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.nvf-about__media img {
    display: block;
    height: 100%;
    inset: 0;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.nvf-about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.nvf-about__label {
    align-self: flex-start;
    border: 1px solid #b12c46;
    border-radius: 999px;
    color: #b12c46;
    display: inline-flex;
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
    line-height: 1;
    margin: 0 0 18px;
    padding: 10px 20px 9px;
    text-transform: uppercase;
}

.nvf-about__title {
    color: #151515;
    font-family: inherit;
    font-size: clamp(30px, 2.6vw, 44px);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.05;
    margin: 0 0 20px;
    max-width: 12.5em;
}

.nvf-about__text {
    color: #202020;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
    max-width: 58em;
}

.nvf-about__text + .nvf-about__text {
    margin-top: 30px;
}

.nvf-about__cta {
    align-items: center;
    align-self: flex-start;
    color: #151515;
    display: inline-flex;
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    gap: 7px;
    letter-spacing: .12em;
    line-height: 1.1;
    margin-top: 30px;
    padding-bottom: 3px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 180ms ease;
}

.nvf-about__cta::after {
    background: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 220ms ease;
    width: 100%;
}

.nvf-about__cta:hover::after,
.nvf-about__cta:focus-visible::after {
    transform: scaleX(.82);
}

.nvf-about__cta:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 5px;
}

.nvf-about__cta-icon {
    display: inline-block;
    transform: translateY(-.02em);
    transition: transform 180ms ease;
}

.nvf-about__cta:hover .nvf-about__cta-icon,
.nvf-about__cta:focus-visible .nvf-about__cta-icon {
    transform: translate(3px, -.02em);
}

.nvf-about__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
}

.nvf-about__card {
    background: #fff;
    border-radius: 14px;
    min-width: 0;
    padding: 34px 30px;
    transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nvf-about__card:hover {
    transform: translateY(-2px);
}

.nvf-about__card-title {
    color: #151515;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.3;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.nvf-about__card-text {
    color: #202020;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 1180px) {
    .nvf-about__inner {
        flex-direction: column;
    }

    .nvf-about__media-col,
    .nvf-about__content-col {
        flex-basis: auto !important;
        width: 100%;
    }

    .nvf-about__content {
        max-width: none !important;
    }

    .nvf-about__cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .nvf-about__inner {
        flex-direction: column;
    }

    .nvf-about--mobile-content-first .nvf-about__media-col {
        order: 2;
    }

    .nvf-about--mobile-content-first .nvf-about__content-col {
        order: 1;
    }

    .nvf-about--mobile-image-first .nvf-about__media-col {
        order: 1;
    }

    .nvf-about--mobile-image-first .nvf-about__content-col {
        order: 2;
    }

    .nvf-about__label {
        font-size: 9px;
        margin-bottom: 16px;
        padding: 9px 16px 8px;
    }

    .nvf-about__title {
        font-size: clamp(28px, 8.6vw, 36px);
        margin-bottom: 18px;
    }

    .nvf-about__text {
        font-size: 15px;
        line-height: 1.65;
    }

    .nvf-about__text + .nvf-about__text {
        margin-top: 22px;
    }

    .nvf-about__cta {
        margin-top: 24px;
    }

    .nvf-about__cards {
        margin-top: 26px;
    }

    .nvf-about--mobile-slider .nvf-about__cards {
        display: flex;
        margin-left: -20px;
        margin-right: -20px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding: 0 20px 10px;
        scroll-padding-inline: 20px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        touch-action: pan-x pan-y;
    }

    .nvf-about--mobile-slider .nvf-about__cards::-webkit-scrollbar {
        display: none;
    }

    .nvf-about--mobile-slider .nvf-about__card {
        flex: 0 0 min(82vw, 340px);
        scroll-snap-align: start;
    }

    .nvf-about--mobile-stack .nvf-about__cards {
        grid-template-columns: 1fr;
    }

    .nvf-about__card {
        padding: 28px 24px;
    }
}

@media (max-width: 479px) {
    .nvf-about__media {
        min-height: 330px;
    }

    .nvf-about__card-title {
        margin-bottom: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nvf-about__card,
    .nvf-about__cta,
    .nvf-about__cta::after,
    .nvf-about__cta-icon {
        transition: none;
    }

    .nvf-about__card:hover {
        transform: none;
    }

    .nvf-about--mobile-slider .nvf-about__cards {
        scroll-behavior: auto;
    }
}
