@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600&family=Source+Serif+4:ital,opsz,wght@0,8..60,500;0,8..60,600&display=swap");

/* [video_section] — layout matched to the feature + side list. */

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

.vfs {
    --vfs-rule: #e4e4e4;
    --vfs-ink: #1c1c1c;
    --vfs-muted: #8f8f8f;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 318px);
    column-gap: 46px;
    align-items: stretch;
    width: 100%;
    color: var(--vfs-ink);
    font-family: Outfit, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

.vfs [hidden] {
    display: none !important;
}

.vfs.is-solo {
    grid-template-columns: 1fr;
}

.vfs__main {
    position: relative;
    min-width: 0;
    max-width: 100%;
    container-type: inline-size;
}

.vfs__stage {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    aspect-ratio: 16 / 10;
    max-height: 680px;
    background: #1a1d21;
    overflow: hidden;
}

.vfs__poster {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vfs__veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(to top, rgba(10, 14, 18, 0.84) 0%, rgba(10, 14, 18, 0.38) 36%, rgba(10, 14, 18, 0.12) 62%, rgba(10, 14, 18, 0.2) 100%);
}

.vfs .vfs__play {
    position: absolute;
    z-index: 3;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #1c1c1c !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    appearance: none !important;
    line-height: 0 !important;
    transition: transform 0.2s ease;
}

.vfs .vfs__play svg {
    display: block;
    margin-left: 3px;
}

.vfs .vfs__play:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.vfs .vfs__play:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}

.vfs__player {
    display: none;
}

.vfs__frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000;
    object-fit: contain;
}

.vfs__copy {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 6.5% 6%;
    color: #fff;
    text-align: left;
    pointer-events: none;
}

.vfs__copy a,
.vfs__copy button {
    pointer-events: auto;
}

.vfs p.vfs__kicker,
.vfs p.vfs__excerpt,
.vfs p.vfs__rail-title {
    margin: 0 !important;
    padding: 0;
}

.vfs p.vfs__kicker {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}

.vfs h2.vfs__title {
    max-width: 15em;
    margin: 10px 0 14px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #fff !important;
    font-family: "Source Serif 4", "Iowan Old Style", Palatino, "Palatino Linotype", Georgia, serif !important;
    font-size: clamp(30px, 2.7vw, 42px) !important;
    font-weight: 500 !important;
    font-style: normal !important;
    letter-spacing: -0.018em !important;
    line-height: 1.12 !important;
    text-transform: none !important;
}

.vfs p.vfs__excerpt {
    max-width: 58em;
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.65;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vfs a.vfs__watch,
.vfs a.vfs__all {
    text-decoration: none !important;
    box-shadow: none !important;
}

.vfs a.vfs__watch {
    display: inline-block;
    margin-top: 18px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1.3;
    text-transform: uppercase;
}

.vfs a.vfs__watch:hover,
.vfs a.vfs__all:hover {
    opacity: 0.72;
}

.vfs a.vfs__watch:focus-visible,
.vfs a.vfs__all:focus-visible,
.vfs .vfs__card:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.vfs__arrow {
    letter-spacing: 0;
    margin-left: 6px;
}

.vfs__sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.vfs.is-file a.vfs__watch {
    display: none !important;
}

.vfs.is-playing .vfs__poster,
.vfs.is-playing .vfs__play,
.vfs.is-playing .vfs__veil {
    display: none !important;
}

.vfs.is-playing .vfs__player {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 3;
    background: #000;
}

.vfs.is-playing .vfs__copy {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 14px 0 0;
    color: var(--vfs-ink);
    pointer-events: auto;
}

.vfs.is-playing.is-file .vfs__copy {
    display: none !important;
}

.vfs.is-playing .vfs__kicker,
.vfs.is-playing .vfs__title,
.vfs.is-playing .vfs__excerpt {
    display: none !important;
}

.vfs.is-playing a.vfs__watch {
    margin-top: 0;
    color: var(--vfs-ink) !important;
}

.vfs__rail {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    max-height: 680px;
}

.vfs p.vfs__rail-title {
    flex: 0 0 auto;
    padding: 2px 0 14px;
    border-bottom: 1px solid var(--vfs-rule);
    color: var(--vfs-muted) !important;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 1.3;
    text-transform: uppercase;
}

.vfs__list {
    flex: 0 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #d4d4d4 transparent;
}

.vfs__list::-webkit-scrollbar {
    width: 6px;
}

.vfs__list::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 99px;
}

.vfs button.vfs__card {
    display: grid !important;
    grid-template-columns: 84px minmax(0, 1fr);
    column-gap: 14px;
    align-items: center;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 15px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--vfs-rule) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
    cursor: pointer;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: 400 !important;
    letter-spacing: normal !important;
    line-height: inherit !important;
    text-align: left !important;
    text-transform: none !important;
    appearance: none !important;
}

.vfs button.vfs__card:hover {
    background: #fafafa !important;
}

.vfs__card-media {
    display: block;
    width: 84px;
    height: 64px;
    overflow: hidden;
    background: #ececec;
}

.vfs__card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vfs__card-body {
    display: block;
    min-width: 0;
}

.vfs__card-label,
.vfs__card-title,
.vfs__card-time {
    display: block;
}

.vfs__card-label {
    margin-bottom: 4px;
    color: var(--vfs-muted);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1.3;
    text-transform: uppercase;
}

.vfs__card-title {
    color: var(--vfs-ink);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.035em;
    line-height: 1.28;
    text-transform: uppercase;
    overflow-wrap: break-word;
}

.vfs__card-time {
    margin-top: 6px;
    color: var(--vfs-muted);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.vfs a.vfs__all {
    flex: 0 0 auto;
    display: inline-block;
    margin-top: 16px;
    color: var(--vfs-ink) !important;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1.3;
    text-transform: uppercase;
}

@media (max-width: 1040px) {
    .vfs {
        grid-template-columns: 1fr;
        row-gap: 26px;
    }

    .vfs__stage {
        aspect-ratio: 16 / 10;
        max-height: 520px;
    }

    .vfs .vfs__play {
        top: 34%;
    }

    .vfs__copy {
        padding: 0 22px 24px;
    }

    .vfs h2.vfs__title {
        max-width: none;
        font-size: 28px !important;
    }

    .vfs p.vfs__excerpt {
        -webkit-line-clamp: 3;
    }

    .vfs__rail {
        max-height: 480px;
    }
}

.vfs.is-stacked {
    grid-template-columns: 1fr;
    row-gap: 26px;
}

.vfs.is-stacked .vfs__rail {
    max-height: 480px;
}

@media (max-width: 560px) {
    .vfs__stage {
        aspect-ratio: 4 / 5;
        max-height: none;
    }

    .vfs .vfs__play {
        top: 28%;
    }
}

@container (max-width: 640px) {
    .vfs__stage {
        aspect-ratio: 4 / 5;
        max-height: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vfs .vfs__play {
        transition: none;
    }
}