/* Video & Klipler — page-specific layout */

.video-hub {
    position: relative;
    overflow: hidden;
    padding: clamp(64px, 8vw, 110px) 0;
    color: #ffffff;
    text-align: left;
}

.video-hub::before {
    position: absolute;
    top: -180px;
    left: 50%;
    width: 760px;
    height: 520px;
    background: radial-gradient(circle, rgba(var(--page-accent-rgb), 0.13) 0%, rgba(var(--page-accent-rgb), 0) 72%);
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
}

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

.video-hub h2,
.video-hub h3,
.video-hub p {
    overflow-wrap: anywhere;
}

.video-hub__intro-row > [class*="col-"] {
    display: flex;
    margin-bottom: 30px;
    min-width: 0;
}

.video-status-panel,
.video-archive-visual {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(var(--page-accent-rgb), 0.25);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(26, 20, 33, 0.98), rgba(14, 10, 19, 0.96));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.video-status-panel {
    position: relative;
    z-index: 1;
    padding: clamp(28px, 4vw, 52px);
}

.video-status-panel::after {
    position: absolute;
    top: 26px;
    right: 28px;
    width: 78px;
    height: 78px;
    border: 1px solid rgba(var(--page-accent-rgb), 0.13);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.video-status-panel__meta {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 12px;
}

.video-eyebrow {
    display: inline-flex;
    align-items: center;
    color: var(--page-accent-2);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    gap: 8px;
}

.video-status {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border: 1px solid rgba(92, 216, 156, 0.28);
    border-radius: 999px;
    background: rgba(92, 216, 156, 0.08);
    color: #8de6b9;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
}

.video-status__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #68d69f;
    box-shadow: 0 0 0 4px rgba(104, 214, 159, 0.12);
}

.video-status-panel h2 {
    position: relative;
    z-index: 1;
    max-width: 670px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.7px;
    text-transform: none;
}

.video-status-panel > p {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0;
    color: #c9c6d0;
    font-size: 16px;
    line-height: 1.8;
}

.video-status-note {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    gap: 14px;
}

.video-status-note__icon {
    display: inline-flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: rgba(var(--page-accent-rgb), 0.12);
    color: var(--page-accent-2);
    font-size: 17px;
}

.video-status-note strong {
    display: block;
    margin: 1px 0 5px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
}

.video-status-note p {
    margin: 0;
    color: #aaa6b3;
    font-size: 14px;
    line-height: 1.7;
}

.video-archive-visual {
    position: relative;
    display: flex;
    min-height: 410px;
    padding: 34px;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(145deg, rgba(39, 29, 48, 0.98), rgba(13, 9, 17, 0.98));
    background-size: 28px 28px, 28px 28px, auto;
}

.video-archive-visual::before,
.video-archive-visual::after {
    position: absolute;
    border: 1px solid rgba(var(--page-accent-rgb), 0.18);
    border-radius: 50%;
    content: "";
}

.video-archive-visual::before {
    top: -84px;
    right: -66px;
    width: 230px;
    height: 230px;
}

.video-archive-visual::after {
    right: -12px;
    bottom: -82px;
    width: 175px;
    height: 175px;
}

.video-archive-visual__label {
    position: absolute;
    top: 25px;
    left: 28px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.video-archive-visual__frame {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 138px;
    height: 138px;
    margin: 8px auto 30px;
    border: 1px solid rgba(var(--page-accent-rgb), 0.34);
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(var(--page-accent-rgb), 0.18), rgba(var(--page-accent-rgb), 0.04));
    color: var(--page-accent-2);
    font-size: 51px;
    box-shadow: inset 0 0 36px rgba(var(--page-accent-rgb), 0.05), 0 18px 40px rgba(0, 0, 0, 0.25);
    transform: rotate(-3deg);
}

.video-archive-visual__timeline {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: min(100%, 300px);
    height: 34px;
    margin: 0 auto;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.2);
    gap: 7px;
}

.video-archive-visual__timeline span {
    display: block;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.video-archive-visual__timeline span:nth-child(1) { width: 15%; }
.video-archive-visual__timeline span:nth-child(2) { width: 25%; background: var(--page-accent); }
.video-archive-visual__timeline span:nth-child(3) { width: 12%; }
.video-archive-visual__timeline span:nth-child(4) { width: 28%; }
.video-archive-visual__timeline span:nth-child(5) { width: 20%; }

.video-archive-visual > p {
    position: relative;
    z-index: 1;
    margin: 17px auto 0;
    color: #aaa6b3;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.35px;
    text-align: center;
}

.video-cta__copy > span {
    display: block;
    margin-bottom: 9px;
    color: var(--page-accent-2);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.video-submission__intro h2,
.video-cta h2 {
    margin: 0 0 13px;
    color: #ffffff;
    font-size: clamp(27px, 3.2vw, 39px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.45px;
    text-transform: none;
}

.video-submission__intro > p,
.video-cta__copy > p {
    margin: 0;
    color: #b8b4c0;
    font-size: 15px;
    line-height: 1.75;
}

.video-submission {
    margin-top: clamp(42px, 6vw, 76px);
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid rgba(var(--page-accent-rgb), 0.2);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(27, 20, 34, 0.96), rgba(14, 10, 19, 0.96));
}

.video-submission__intro {
    max-width: 440px;
    padding-right: 20px;
}

.video-submission__intro .video-eyebrow {
    margin-bottom: 15px;
}

.video-submit-steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.video-submit-steps li {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    padding: 0 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    gap: 15px;
}

.video-submit-steps li + li {
    padding-top: 22px;
}

.video-submit-steps li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.video-submit-steps__number {
    display: inline-flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(var(--page-accent-rgb), 0.28);
    border-radius: 11px;
    background: rgba(var(--page-accent-rgb), 0.08);
    color: var(--page-accent-2);
    font-size: 14px;
    font-weight: 800;
}

.video-submit-steps li > div {
    min-width: 0;
}

.video-submit-steps h3 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: none;
}

.video-submit-steps p {
    margin: 0;
    color: #aaa6b3;
    font-size: 14px;
    line-height: 1.7;
}

.video-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: clamp(52px, 7vw, 88px);
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid rgba(var(--page-accent-rgb), 0.27);
    border-radius: 22px;
    background:
        radial-gradient(circle at 90% 20%, rgba(var(--page-accent-rgb), 0.17), transparent 34%),
        #17111d;
    gap: 34px;
}

.video-cta__copy {
    max-width: 650px;
    min-width: 0;
}

.video-cta__actions {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    min-width: 226px;
    gap: 11px;
}

.video-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 11px 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
    gap: 9px;
}

.video-button:hover {
    transform: translateY(-2px);
}

.video-button:focus-visible {
    outline: 3px solid rgba(var(--page-accent-2-rgb), 0.45);
    outline-offset: 3px;
}

.video-button--primary {
    background: #5865f2;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(88, 101, 242, 0.22);
}

.video-button--primary:hover {
    background: #6672f4;
}

.video-button--primary img {
    width: 19px;
    height: 19px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.video-button--secondary {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff !important;
}

.video-button--secondary:hover {
    border-color: rgba(var(--page-accent-rgb), 0.45);
    background: rgba(var(--page-accent-rgb), 0.08);
}

@media (max-width: 991.98px) {
    .video-archive-visual {
        min-height: 330px;
    }

    .video-submission__intro {
        max-width: 720px;
        margin-bottom: 36px;
        padding-right: 0;
    }

    .video-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .video-cta__actions {
        width: 100%;
        max-width: 520px;
        min-width: 0;
        flex-direction: row;
    }

    .video-button {
        flex: 1 1 0;
    }
}

@media (max-width: 575.98px) {
    .video-hub {
        padding: 58px 0 68px;
    }

    .video-status-panel,
    .video-archive-visual,
    .video-submission,
    .video-cta {
        border-radius: 16px;
    }

    .video-status-panel {
        padding: 24px 20px;
    }

    .video-status-panel::after {
        display: none;
    }

    .video-status-panel__meta {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .video-status-panel h2 {
        font-size: clamp(28px, 9vw, 35px);
        letter-spacing: -0.35px;
    }

    .video-status-panel > p {
        font-size: 15px;
        line-height: 1.75;
    }

    .video-status-note {
        margin-top: 24px;
        padding-top: 20px;
    }

    .video-status-note__icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }

    .video-archive-visual {
        min-height: 275px;
        padding: 26px 20px;
    }

    .video-archive-visual__label {
        top: 19px;
        left: 20px;
    }

    .video-archive-visual__frame {
        width: 104px;
        height: 104px;
        margin-bottom: 24px;
        border-radius: 27px;
        font-size: 39px;
    }

    .video-submission__intro h2,
    .video-cta h2 {
        font-size: 27px;
    }

    .video-submission {
        margin-top: 34px;
        padding: 25px 20px;
    }

    .video-submit-steps li {
        gap: 12px;
    }

    .video-submit-steps__number {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }

    .video-cta {
        margin-top: 48px;
        padding: 26px 20px;
        gap: 25px;
    }

    .video-cta__actions {
        flex-direction: column;
    }

    .video-button {
        width: 100%;
        min-height: 48px;
    }
}

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

    .video-button:hover {
        transform: none;
    }
}
