@font-face {
    font-family: 'VG Cormorant Garamond';
    src: url('../assets/fonts/video-features/cormorant-garamond-500-latin-ext.woff2') format('woff2');
    font-weight: 500 600;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0100-02FF, U+1E00-1EFF, U+20A0-20AB;
}

@font-face {
    font-family: 'VG Cormorant Garamond';
    src: url('../assets/fonts/video-features/cormorant-garamond-500-latin.woff2') format('woff2');
    font-weight: 500 600;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122;
}

@font-face {
    font-family: 'VG Space Grotesk';
    src: url('../assets/fonts/video-features/space-grotesk-500-700-latin-ext.woff2') format('woff2');
    font-weight: 500 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0100-02FF, U+1E00-1EFF, U+20A0-20AB;
}

@font-face {
    font-family: 'VG Space Grotesk';
    src: url('../assets/fonts/video-features/space-grotesk-500-700-latin.woff2') format('woff2');
    font-weight: 500 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122;
}

@font-face {
    font-family: 'VG Bebas Neue';
    src: url('../assets/fonts/video-features/bebas-neue-400-latin-ext.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0100-02FF, U+1E00-1EFF, U+20A0-20AB;
}

@font-face {
    font-family: 'VG Bebas Neue';
    src: url('../assets/fonts/video-features/bebas-neue-400-latin.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122;
}

.video-feature-suite {
    --vgvf-bg: #fcfcfa;
    --vgvf-panel: #ffffff;
    --vgvf-surface: #f8f8f7;
    --vgvf-frame: #f3f2ee;
    --vgvf-ink: #1e1e1e;
    --vgvf-copy: #5a5a5a;
    --vgvf-hint: #b3b3b3;
    --vgvf-accent: var(--color-primary-light, #ffb14d);
    --vgvf-accent-dark: #b37821;
    --vgvf-border: rgba(0, 0, 0, 0.08);
    background: var(--vgvf-bg);
    color: var(--vgvf-ink);
    font-family: var(--font-primary, 'IBM Plex Sans', system-ui, sans-serif);
    overflow: clip;
}

.video-feature-suite *,
.video-feature-suite *::before,
.video-feature-suite *::after {
    box-sizing: border-box;
}

.video-feature-section {
    background: var(--vgvf-bg);
    border-top: 1px solid var(--vgvf-border);
    padding: 76px 0;
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 620ms ease, transform 720ms cubic-bezier(.3, 0, .2, 1);
}

.video-feature-effects {
    border-top: 0;
    padding-top: 84px;
}

.video-feature-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.video-feature-container {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 0 44px;
}

.video-feature-heading {
    max-width: 660px;
}

.video-feature-eyebrow,
.video-feature-suite .video-feature-eyebrow {
    margin: 0;
    color: var(--vgvf-accent-dark);
    font-family: var(--font-primary, 'IBM Plex Sans', system-ui, sans-serif);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .07em;
    line-height: 1.4;
    text-transform: uppercase;
}

.video-feature-heading h2 {
    margin: 12px 0 0;
    color: var(--vgvf-ink);
    font-family: var(--font-primary, 'IBM Plex Sans', system-ui, sans-serif);
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.14;
    text-wrap: pretty;
}

.video-feature-heading > p:last-child {
    max-width: 520px;
    margin: 12px 0 0;
    color: var(--vgvf-copy);
    font-family: var(--font-primary, 'IBM Plex Sans', system-ui, sans-serif);
    font-size: 14px;
    line-height: 1.6;
    text-wrap: pretty;
}

/* Special effects */
.video-effects-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: start;
    gap: 26px;
    margin-top: 30px;
}

.video-effects-controls {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.video-effect-option {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 11px;
    padding: 14px 15px;
    border: 1px solid var(--vgvf-border);
    border-radius: 16px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
    transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.video-effect-option:hover {
    background: rgba(255, 255, 255, .62);
    border-color: rgba(0, 0, 0, .14);
}

.video-effect-option.is-active {
    background: var(--vgvf-panel);
    border-color: rgba(255, 177, 77, .9);
    box-shadow: 0 10px 26px rgba(20, 15, 5, .09);
    transform: translateY(-1px);
}

.video-effect-option:focus-visible,
.video-brand-switcher button:focus-visible,
.video-language-option:focus-visible,
.video-voice-play:focus-visible,
.video-voice-waveform:focus-visible {
    outline: 3px solid rgba(255, 177, 77, .42);
    outline-offset: 2px;
}

.video-effect-option > span:last-child {
    min-width: 0;
    flex: 1;
}

.video-effect-option strong,
.video-effect-option small {
    display: block;
}

.video-effect-option strong {
    color: var(--vgvf-ink);
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.3;
}

.video-effect-option small {
    margin-top: 3px;
    color: var(--vgvf-copy);
    font-size: 12px;
    line-height: 1.45;
}

.video-effect-dot {
    width: 9px;
    height: 9px;
    flex: none;
    margin-top: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .14);
    transition: background 200ms ease, box-shadow 200ms ease;
}

.video-effect-dot svg {
    display: none;
}

.video-effect-option.is-active .video-effect-dot {
    background: var(--vgvf-accent);
    box-shadow: 0 0 0 4px rgba(255, 177, 77, .22);
}

.video-effects-more {
    padding: 13px 14px;
    border: 1px dashed rgba(0, 0, 0, .14);
    border-radius: 16px;
    color: var(--vgvf-hint);
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.4;
}

.video-effect-frame {
    position: relative;
    padding: 8px;
    border-radius: 24px;
    background: var(--vgvf-ink);
    box-shadow: 0 26px 60px rgba(20, 15, 5, .26);
}

.video-effect-viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 17px;
    background: var(--vgvf-ink);
}

.video-effect-layer {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 520ms ease;
}

.video-effect-layer.is-active {
    opacity: 1;
}

.video-effect-layer video,
.video-brand-media video,
.video-voice-preview video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-effect-badge {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(16, 15, 12, .55);
    color: #fff;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.3;
    backdrop-filter: blur(8px);
}

.video-effect-badge-top,
.video-effect-badge-clock {
    top: 18px;
    left: 18px;
}

.video-effect-badge-bottom {
    bottom: 28px;
    left: 18px;
}

.video-effect-clock {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1.6px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
}

.video-effect-clock i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.4px;
    height: 5px;
    margin-left: -.7px;
    background: var(--vgvf-accent);
    transform-origin: top center;
    animation: vgvf-clock 1.6s linear infinite;
}

.video-effect-progress {
    position: absolute;
    right: 16px;
    bottom: 12px;
    left: 16px;
    z-index: 3;
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .24);
    pointer-events: none;
}

.video-effect-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: var(--vgvf-accent);
    animation: vgvf-progress 5.4s linear infinite;
}

.video-effect-progress span.is-restarting {
    animation: none;
}

/* Branded overlays */
.video-brand-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.video-brand-heading {
    max-width: 620px;
}

.video-brand-heading > p:last-child {
    max-width: 600px;
}

.video-brand-switcher {
    display: flex;
    flex: none;
    gap: 6px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 999px;
    background: var(--vgvf-frame);
}

.video-brand-switcher button {
    padding: 8px 16px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--vgvf-copy);
    cursor: pointer;
    font: inherit;
    font-size: 12.5px;
    font-weight: 600;
    white-space: nowrap;
    transition: background 180ms ease, color 180ms ease;
}

.video-brand-switcher button.is-active {
    background: var(--vgvf-ink);
    color: #fff;
}

.video-brand-panel {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: start;
    gap: 20px;
    margin-top: 22px;
}

.video-brand-panel[hidden] {
    display: none;
}

.video-brand-format p {
    margin: 8px 0 0;
    color: var(--vgvf-hint);
    font-family: var(--font-primary, 'IBM Plex Sans', system-ui, sans-serif);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.video-brand-media {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #141412;
    box-shadow: 0 16px 36px rgba(20, 15, 5, .18);
}

.video-brand-media-vertical {
    aspect-ratio: 9 / 16;
}

.video-brand-media-horizontal {
    aspect-ratio: 16 / 9;
}

.video-brand-shade,
.video-brand-border,
.video-brand-keyz-gradient {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.video-brand-shade {
    background: rgba(12, 10, 7, .42);
}

.video-brand-media-horizontal .video-brand-shade {
    background: rgba(12, 10, 7, .38);
}

.video-brand-border {
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, .55);
}

.video-brand-media-horizontal .video-brand-border {
    inset: 14px;
    border-color: rgba(255, 255, 255, .5);
}

.luxe-live,
.luxe-handle,
.luxe-title,
.luxe-address {
    position: absolute;
    right: 0;
    left: 0;
    color: #fff;
    text-align: center;
}

.luxe-live {
    top: 30px;
    color: rgba(255, 255, 255, .8);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .32em;
}

.video-brand-media-horizontal .luxe-live {
    top: 26px;
    color: rgba(255, 255, 255, .75);
    font-size: 9.5px;
    letter-spacing: .3em;
}

.luxe-title {
    top: 50%;
    display: flex;
    flex-direction: column;
    transform: translateY(-58%);
    font-family: 'VG Cormorant Garamond', 'Cormorant Garamond', Georgia, serif;
    font-size: 37px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: .98;
}

.luxe-title strong {
    font: inherit;
}

.luxe-title-wide {
    transform: translateY(-50%);
    font-size: 46px;
    letter-spacing: .04em;
    line-height: 1;
}

.luxe-address {
    top: 57%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: rgba(255, 255, 255, .85);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .24em;
    line-height: 1.35;
}

.luxe-address-wide {
    top: calc(50% + 42px);
    display: block;
    font-size: 10px;
    letter-spacing: .26em;
}

.luxe-handle {
    bottom: 26px;
    color: rgba(255, 255, 255, .8);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .26em;
}

.video-brand-media-horizontal .luxe-handle {
    bottom: 24px;
    color: rgba(255, 255, 255, .75);
    font-size: 9.5px;
}

.video-brand-nord {
    font-family: 'VG Space Grotesk', sans-serif;
}

.nord-mark {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 9px;
    background: #fff;
    color: #2b4bf2;
    font-size: 15px;
    font-weight: 700;
}

.video-brand-media-horizontal .nord-mark {
    top: 14px;
    right: 14px;
    padding: 5px 11px;
    font-size: 18px;
}

.nord-event,
.nord-property {
    position: absolute;
    left: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nord-event {
    top: 12px;
}

.nord-event strong {
    padding: 7px 11px;
    background: #fff;
    color: #0e0e0e;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.1;
}

.nord-event span {
    padding: 5px 11px;
    background: #2b4bf2;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.nord-property {
    right: 12px;
    bottom: 14px;
}

.nord-property span {
    padding: 5px 9px;
    background: #fff;
    color: #0e0e0e;
    font-size: 10.5px;
    font-weight: 500;
}

.nord-property strong {
    padding: 5px 9px;
    background: #2b4bf2;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.nord-event-wide {
    top: auto;
    bottom: 16px;
    left: 16px;
}

.nord-event-wide strong {
    padding: 9px 14px;
    font-size: 28px;
}

.nord-event-wide span {
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 500;
}

.video-brand-keyz {
    font-family: 'VG Bebas Neue', sans-serif;
}

.video-brand-keyz-gradient {
    background: linear-gradient(rgba(10, 8, 6, .18), transparent 34%, transparent 62%, rgba(10, 8, 6, .4));
}

.keyz-price {
    position: absolute;
    top: 34px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}

.keyz-price strong,
.keyz-price span,
.keyz-price del {
    line-height: 1;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .3);
}

.keyz-price strong {
    max-width: 92%;
    padding: 6px 16px 3px;
    border-radius: 9px;
    background: #fff;
    color: #ff2d55;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    transform: rotate(-5deg);
}

.keyz-price span {
    padding: 6px 13px 4px;
    border-radius: 8px;
    background: #ff2d55;
    color: #fff;
    font-size: 24px;
    white-space: nowrap;
    transform: rotate(3deg);
}

.keyz-price del {
    padding: 5px 11px 3px;
    border-radius: 7px;
    background: #fff;
    color: #0e0e0e;
    font-size: 14px;
    text-decoration: line-through;
    white-space: nowrap;
    transform: rotate(-2deg);
}

.keyz-footer {
    position: absolute;
    right: 0;
    bottom: 16px;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 7px;
}

.keyz-footer span:first-child,
.keyz-wide-handle {
    padding: 6px 12px 4px;
    border-radius: 999px;
    background: #0e0e0e;
    color: #fff;
    font-size: 13px;
    letter-spacing: .08em;
}

.keyz-footer span:last-child {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff;
    color: #0e0e0e;
    font-family: var(--font-primary, 'IBM Plex Sans', sans-serif);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .06em;
}

.keyz-price-wide {
    top: 50%;
    right: auto;
    left: 18px;
    align-items: flex-start;
    gap: 8px;
    transform: translateY(-50%);
}

.keyz-price-wide strong {
    padding: 7px 16px 3px;
    border-radius: 10px;
    font-size: 40px;
    transform: rotate(-4deg);
}

.keyz-price-wide span {
    padding: 6px 12px 3px;
    font-size: 22px;
    transform: rotate(2deg);
}

.keyz-wide-handle {
    position: absolute;
    right: 14px;
    bottom: 14px;
    font-size: 14px;
}

/* Voiceover */
.video-voice-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: stretch;
    gap: 24px;
    margin-top: 30px;
}

.video-voice-preview {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    border-radius: 24px;
    background: var(--vgvf-ink);
    box-shadow: 0 26px 60px rgba(20, 15, 5, .26);
}

.video-voice-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 44%, rgba(12, 9, 4, .8));
    pointer-events: none;
}

.video-voice-badges {
    position: absolute;
    top: 18px;
    left: 18px;
    display: flex;
    gap: 7px;
}

.video-voice-badges span {
    padding: 5px 11px;
    border-radius: 999px;
    background: rgba(16, 15, 12, .55);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    backdrop-filter: blur(8px);
}

.video-voice-badges span:last-child {
    background: var(--vgvf-accent);
    color: #241300;
}

.video-voice-caption {
    position: absolute;
    right: 24px;
    bottom: 26px;
    left: 24px;
    text-align: center;
}

.video-voice-caption span {
    display: inline-block;
    max-width: 86%;
    padding: 9px 15px;
    border-radius: 12px;
    background: rgba(16, 15, 12, .6);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.4;
    backdrop-filter: blur(8px);
}

.video-voice-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.video-voice-player {
    padding: 14px 15px 13px;
    border: 1px solid var(--vgvf-border);
    border-radius: 18px;
    background: var(--vgvf-panel);
    box-shadow: 0 10px 26px rgba(20, 15, 5, .07);
}

.video-voice-player-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.video-voice-play {
    position: relative;
    display: grid;
    width: 38px;
    height: 38px;
    flex: none;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--vgvf-accent);
    box-shadow: 0 6px 16px rgba(255, 177, 77, .4);
    cursor: pointer;
}

.video-voice-play span {
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 12px solid #241300;
}

.video-voice-play.is-playing span {
    width: 11px;
    height: 13px;
    margin-left: 0;
    border: 0;
    border-right: 3.5px solid #241300;
    border-left: 3.5px solid #241300;
}

.video-voice-track-name {
    min-width: 0;
}

.video-voice-track-name strong,
.video-voice-track-name small {
    display: block;
}

.video-voice-track-name strong {
    overflow: hidden;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-voice-track-name small {
    margin-top: 2px;
    color: var(--vgvf-hint);
    font-size: 11px;
    font-weight: 600;
}

.video-voice-time {
    margin-left: auto;
    color: var(--vgvf-copy);
    font-size: 11.5px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.video-voice-waveform {
    position: relative;
    height: 34px;
    margin-top: 10px;
    cursor: pointer;
}

.video-voice-wave,
.video-voice-wave-fill {
    position: absolute;
    inset: 0;
}

.video-voice-wave {
    display: flex;
    align-items: center;
    gap: 2px;
    color: rgba(0, 0, 0, .14);
    pointer-events: none;
}

.video-voice-wave span {
    min-width: 0;
    flex: 1;
    border-radius: 2px;
    background: currentColor;
}

.video-voice-wave-fill {
    overflow: hidden;
    clip-path: inset(0 100% 0 0);
    pointer-events: none;
}

.video-voice-wave-fill .video-voice-wave {
    color: var(--vgvf-accent);
}

.video-voice-languages {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.video-language-option {
    display: block;
    width: 100%;
    height: 98px;
    padding: 15px 16px;
    border: 1px solid var(--vgvf-border);
    border-radius: 18px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
    transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.video-language-option.is-active {
    border-color: rgba(255, 177, 77, .9);
    background: var(--vgvf-panel);
    box-shadow: 0 10px 26px rgba(20, 15, 5, .09);
}

.video-language-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.video-language-heading strong {
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: -.01em;
}

.video-language-check {
    display: grid;
    width: 22px;
    height: 22px;
    flex: none;
    place-items: center;
    border: 1.5px solid rgba(0, 0, 0, .14);
    border-radius: 50%;
    color: #241300;
    transition: background 180ms ease, border-color 180ms ease;
}

.video-language-check svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    opacity: 0;
}

.video-language-option.is-active .video-language-check {
    border-color: var(--vgvf-accent);
    background: var(--vgvf-accent);
}

.video-language-option.is-active .video-language-check svg {
    opacity: 1;
}

.video-language-voice,
.video-language-snippet {
    display: block;
}

.video-language-voice {
    margin-top: 4px;
    color: var(--vgvf-copy);
    font-size: 12px;
}

.video-language-snippet {
    margin-top: 7px;
    color: var(--vgvf-hint);
    font-size: 11.5px;
    line-height: 1.5;
}

.video-voice-more {
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 16px;
    background: var(--vgvf-surface);
}

.video-voice-more > strong {
    display: block;
    color: var(--vgvf-ink);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.video-voice-more > div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 9px;
}

.video-voice-more span {
    padding: 4px 10px;
    border: 1px solid var(--vgvf-border);
    border-radius: 999px;
    background: var(--vgvf-panel);
    color: var(--vgvf-copy);
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
}

@keyframes vgvf-progress {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes vgvf-clock {
    from { transform: rotate(0); }
    to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
    .video-feature-container {
        padding: 0 28px;
    }

    .video-effects-layout {
        grid-template-columns: 1fr;
    }

    .video-effects-controls {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .video-effects-more {
        grid-column: 1 / -1;
    }

    .video-brand-heading-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .video-brand-panel {
        grid-template-columns: 200px minmax(0, 1fr);
    }

    .video-voice-layout {
        grid-template-columns: 1fr;
    }

    .video-voice-controls {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .video-voice-player,
    .video-voice-more {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .video-feature-section,
    .video-feature-effects {
        padding: 60px 0;
    }

    .video-feature-container {
        padding: 0 24px;
    }

    .video-feature-heading h2 {
        font-size: 28px;
        line-height: 1.16;
    }

    .video-feature-heading > p:last-child {
        font-size: 14px;
    }

    .video-effects-layout {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .video-effect-frame {
        width: 100%;
        align-self: stretch;
        box-sizing: border-box;
        order: 1;
    }

    .video-effects-controls {
        display: grid;
        width: 100%;
        align-self: stretch;
        box-sizing: border-box;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        order: 2;
    }

    .video-effect-option {
        box-sizing: border-box;
        min-height: 66px;
        align-items: center;
        gap: 9px;
        padding: 10px 11px;
        border-radius: 14px;
    }

    .video-effect-option small {
        display: none;
    }

    .video-effect-option strong {
        font-size: 12px;
        line-height: 1.2;
    }

    .video-effect-dot {
        display: inline-grid;
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        margin-top: 0;
        place-items: center;
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 9px;
        background: var(--vgvf-frame);
        color: var(--vgvf-copy);
        font-family: var(--font-primary, 'IBM Plex Sans', system-ui, sans-serif);
        font-size: 15px;
        font-weight: 700;
    }

    .video-effect-dot svg {
        display: block;
        width: 17px;
        height: 17px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .video-effect-option.is-active .video-effect-dot {
        background: var(--vgvf-accent);
        color: #2a1800;
        box-shadow: none;
    }

    .video-effects-more {
        display: none;
    }

    .video-effect-frame {
        padding: 6px;
        border-radius: 20px;
        box-shadow: 0 18px 42px rgba(20, 15, 5, .2);
    }

    .video-effect-viewport {
        aspect-ratio: 4 / 3;
        border-radius: 15px;
    }

    .video-brand-switcher {
        width: 100%;
    }

    .video-brand-switcher button {
        min-width: 0;
        flex: 1;
        padding: 8px 9px;
        font-size: 11.5px;
    }

    .video-brand-panel {
        grid-template-columns: minmax(92px, .44fr) minmax(0, 1fr);
        gap: 12px;
    }

    .video-brand-media {
        border-radius: 13px;
        box-shadow: 0 12px 28px rgba(20, 15, 5, .16);
    }

    .video-brand-border {
        inset: 7px;
    }

    .video-brand-media-horizontal .video-brand-border {
        inset: 8px;
    }

    .luxe-live,
    .video-brand-media-horizontal .luxe-live {
        top: 13px;
        font-size: 6px;
    }

    .luxe-title {
        font-size: clamp(17px, 5.2vw, 22px);
    }

    .luxe-title-wide {
        font-size: clamp(20px, 6.2vw, 30px);
    }

    .luxe-address {
        top: 59%;
        padding: 0 5px;
        font-size: 5.5px;
        letter-spacing: .15em;
    }

    .luxe-address-wide {
        top: calc(50% + 30px);
        font-size: 6px;
    }

    .luxe-handle,
    .video-brand-media-horizontal .luxe-handle {
        bottom: 12px;
        font-size: 6px;
    }

    .nord-mark,
    .video-brand-media-horizontal .nord-mark {
        top: 7px;
        right: 7px;
        padding: 3px 6px;
        font-size: 9px;
    }

    .nord-event,
    .nord-property {
        left: 7px;
    }

    .nord-event {
        top: 7px;
    }

    .nord-event strong {
        padding: 4px 6px;
        font-size: clamp(9px, 3vw, 14px);
    }

    .nord-event span,
    .nord-property strong {
        padding: 3px 6px;
        font-size: 7px;
    }

    .nord-property {
        right: 7px;
        bottom: 8px;
    }

    .nord-property span {
        padding: 3px 5px;
        font-size: 6px;
    }

    .nord-event-wide {
        top: auto;
        bottom: 8px;
        left: 8px;
    }

    .nord-event-wide strong {
        padding: 5px 8px;
        font-size: clamp(10px, 4vw, 18px);
    }

    .nord-event-wide span {
        max-width: 90%;
        padding: 4px 8px;
        font-size: 7px;
    }

    .keyz-price {
        top: 17px;
        gap: 5px;
    }

    .keyz-price strong {
        padding: 4px 8px 2px;
        font-size: clamp(17px, 6.5vw, 26px);
    }

    .keyz-price span {
        padding: 4px 7px 2px;
        font-size: clamp(12px, 4.5vw, 18px);
    }

    .keyz-price del {
        padding: 3px 6px 2px;
        font-size: 8px;
    }

    .keyz-footer {
        bottom: 8px;
        gap: 4px;
    }

    .keyz-footer span:first-child,
    .keyz-wide-handle {
        padding: 4px 7px 2px;
        font-size: 7px;
    }

    .keyz-footer span:last-child {
        padding: 4px 6px;
        font-size: 5px;
    }

    .keyz-price-wide {
        top: 50%;
        left: 9px;
    }

    .keyz-price-wide strong {
        font-size: clamp(18px, 7vw, 30px);
    }

    .keyz-price-wide span {
        font-size: clamp(12px, 5vw, 20px);
    }

    .keyz-wide-handle {
        right: 8px;
        bottom: 8px;
    }

    .video-voice-preview {
        min-height: 290px;
        border-radius: 20px;
        box-shadow: 0 18px 42px rgba(20, 15, 5, .2);
    }

    .video-voice-caption {
        right: 14px;
        bottom: 18px;
        left: 14px;
    }

    .video-voice-caption span {
        max-width: 100%;
        font-size: 13px;
    }

    .video-voice-controls {
        display: flex;
    }
}

@media (prefers-reduced-motion: reduce) {
    .video-feature-section {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .video-effect-clock i,
    .video-effect-progress span {
        animation: none;
    }

    .video-effect-progress span {
        width: 100%;
    }
}
