.nvf-feature-story {
    width: 100%;
    overflow: clip;
    background: #e9e7e1;
    color: #151515;
}

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

.nvf-feature-story__inner {
    width: 100%;
    max-width: 1240px;
    margin-inline: auto;
}

.nvf-feature-story__layout {
    --nvf-feature-video-column: 38%;
    display: grid;
    grid-template-columns: minmax(280px, var(--nvf-feature-video-column)) minmax(0, 1fr);
    align-items: stretch;
    gap: 72px;
}

.nvf-feature-story--video-right .nvf-feature-story__media-column {
    order: 2;
    justify-self: end;
}

.nvf-feature-story--video-right .nvf-feature-story__content-column {
    order: 1;
}

.nvf-feature-story--video-left .nvf-feature-story__media-column {
    justify-self: start;
}

.nvf-feature-story__media-column {
    width: 100%;
    max-width: 440px;
    min-width: 0;
}

.nvf-feature-story__media {
    position: relative;
    isolation: isolate;
    width: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 20px;
    background: #0d1b2d;
}

.nvf-feature-story__media::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: rgba(13, 27, 45, .16);
    opacity: 1;
    transition: opacity 300ms ease;
}

.nvf-feature-story__media.is-playing::after {
    opacity: 0;
}

.nvf-feature-story__video,
.nvf-feature-story__embed,
.nvf-feature-story__embed iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.nvf-feature-story__video {
    position: absolute;
    inset: 0;
    z-index: 0;
    object-fit: cover;
    background: #0d1b2d;
}

.nvf-feature-story__embed {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.nvf-feature-story__embed iframe {
    border: 0;
}

.nvf-feature-story__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #b82d4b;
    color: #fff;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: background-color 250ms ease, transform 350ms cubic-bezier(.16, 1, .3, 1), opacity 220ms ease, visibility 220ms ease;
}

.nvf-feature-story__play svg {
    width: 34%;
    height: 34%;
    margin-left: 4%;
}

.nvf-feature-story__play:hover,
.nvf-feature-story__play:focus-visible {
    background: #17395f;
    transform: translate(-50%, -50%) scale(1.06);
}

.nvf-feature-story__play:focus-visible {
    outline: 3px solid rgba(184, 45, 75, .3);
    outline-offset: 4px;
}

.nvf-feature-story__media.is-playing .nvf-feature-story__play {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.nvf-feature-story__video-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    max-width: calc(100% - 36px);
    padding: 9px 13px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    color: #151515;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.nvf-feature-story__duration {
    position: relative;
    padding-left: 10px;
    opacity: .7;
}

.nvf-feature-story__duration::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
    transform: translateY(-50%);
}

.nvf-feature-story__placeholder {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.nvf-feature-story__content-column {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nvf-feature-story__content {
    width: 100%;
    max-width: 610px;
}

.nvf-feature-story__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
    padding: 9px 15px;
    border: 1px solid #b82d4b;
    border-radius: 999px;
    color: #b82d4b;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.nvf-feature-story__heading {
    margin: 0;
    color: #151515;
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.05em;
}

.nvf-feature-story__member {
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid rgba(21, 21, 21, .16);
}

.nvf-feature-story__member-name {
    color: #151515;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.nvf-feature-story__member-meta {
    margin-top: 6px;
    color: #77736d;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.nvf-feature-story__description {
    margin-top: 24px;
    color: #55524e;
    font-size: 16px;
    line-height: 1.75;
}

.nvf-feature-story__description > :first-child,
.nvf-feature-story__quote > :first-child {
    margin-top: 0;
}

.nvf-feature-story__description > :last-child,
.nvf-feature-story__quote > :last-child {
    margin-bottom: 0;
}

.nvf-feature-story__quote {
    margin: 30px 0 0;
    padding: 2px 0 2px 24px;
    border: 0;
    border-left: 2px solid #b82d4b;
    color: #151515;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -.02em;
}

.nvf-feature-story--video-only .nvf-feature-story__layout {
    display: flex;
    justify-content: center;
}

.nvf-feature-story--video-only .nvf-feature-story__media-column {
    justify-self: auto;
}

.nvf-feature-story.nvf-feature-story--reveal-ready [data-nvf-feature-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 700ms ease, transform 900ms cubic-bezier(.16, 1, .3, 1);
}

.nvf-feature-story.nvf-feature-story--reveal-ready [data-nvf-feature-reveal]:nth-child(2) {
    transition-delay: 90ms;
}

.nvf-feature-story.nvf-feature-story--reveal-ready.is-visible [data-nvf-feature-reveal],
.nvf-feature-story.nvf-feature-story--editor [data-nvf-feature-reveal] {
    opacity: 1;
    transform: none;
}

@media (max-width: 1024px) {
    .nvf-feature-story__layout {
        --nvf-feature-video-column: 42%;
        gap: 48px;
    }

    .nvf-feature-story__heading {
        font-size: clamp(34px, 4.6vw, 48px);
    }

    .nvf-feature-story__quote {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .nvf-feature-story__layout,
    .nvf-feature-story--video-only .nvf-feature-story__layout {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 36px;
    }

    .nvf-feature-story__media-column,
    .nvf-feature-story--video-right .nvf-feature-story__media-column,
    .nvf-feature-story--video-left .nvf-feature-story__media-column {
        order: 1;
        width: 100%;
        max-width: 420px;
        margin-inline: auto;
    }

    .nvf-feature-story__content-column,
    .nvf-feature-story--video-right .nvf-feature-story__content-column {
        order: 2;
    }

    .nvf-feature-story__heading {
        font-size: clamp(34px, 10.5vw, 46px);
    }

    .nvf-feature-story__description {
        font-size: 15px;
        line-height: 1.7;
    }

    .nvf-feature-story__quote {
        margin-top: 24px;
        padding-left: 18px;
        font-size: 17px;
    }

    .nvf-feature-story__play {
        width: 60px;
        height: 60px;
    }

    .nvf-feature-story__video-badge {
        top: 14px;
        left: 14px;
        max-width: calc(100% - 28px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .nvf-feature-story *,
    .nvf-feature-story *::before,
    .nvf-feature-story *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .nvf-feature-story [data-nvf-feature-reveal] {
        opacity: 1;
        transform: none;
    }
}

