/* ── AgileFlex Image Reveal Menu ── 140c6584 ── */

.arm-140c6584-wrap {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    background: #0a1a03;
}

/* Background layers */
.arm-140c6584-bg-layers {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.arm-140c6584-bg-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1.04);
    will-change: opacity, transform;
}

.arm-140c6584-bg-layer.is-active {
    opacity: 1;
    transform: scale(1);
}

/* Overlay */
.arm-140c6584-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

/* Layout */
.arm-140c6584-layout {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 100vh;
    align-items: stretch;
}

/* ── Sidebar ── */
.arm-140c6584-sidebar {
    width: 340px;
    min-width: 260px;
    max-width: 380px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 40px 60px 48px;
    border-right: 2px solid #1F4606;
    background: rgba(10, 26, 3, 0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.arm-140c6584-tagline {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #7ED321;
    margin: 0 0 40px;
    opacity: 0.9;
}

/* Nav */
.arm-140c6584-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.arm-140c6584-item {
    display: flex;
    align-items: baseline;
    gap: 12px;
    cursor: pointer;
}

.arm-140c6584-counter {
    font-size: 11px;
    font-weight: 700;
    color: #1F4606;
    letter-spacing: 0.08em;
    min-width: 22px;
    transition: color 0.3s;
}

.arm-140c6584-item a {
    display: inline-block;
    font-size: clamp(20px, 2.4vw, 32px);
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: -0.01em;
    line-height: 1.2;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    transition:
        color 0.3s ease,
        border-bottom-color 0.3s ease,
        transform 0.3s ease;
}

.arm-140c6584-item a:hover,
.arm-140c6584-item.is-active a {
    color: #7ED321;
    border-bottom-color: #7ED321;
    transform: translateX(6px);
}

.arm-140c6584-item.is-active .arm-140c6584-counter {
    color: #7ED321;
}

/* Brand footer */
.arm-140c6584-brand {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.arm-140c6584-brand-name {
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.arm-140c6584-brand-sub {
    font-size: 10px;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* ── Content Panel ── */
.arm-140c6584-content {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 60px 64px;
    position: relative;
}

.arm-140c6584-panel {
    position: absolute;
    top: 50%;
    left: 64px;
    right: 64px;
    transform: translateY(-50%) translateX(30px);
    opacity: 0;
    pointer-events: none;
    transition:
        opacity 0.55s ease,
        transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.arm-140c6584-panel.is-active {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
    pointer-events: auto;
}

.arm-140c6584-panel-title {
    font-size: clamp(28px, 4vw, 56px);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.arm-140c6584-subtitle {
    font-size: clamp(14px, 1.4vw, 18px);
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    max-width: 520px;
    margin: 0 0 32px;
}

/* Video thumbnail */
.arm-140c6584-video-thumb {
    display: inline-block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    max-width: 380px;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.arm-140c6584-video-thumb:hover {
    transform: scale(1.03);
    box-shadow: 0 28px 80px rgba(0,0,0,0.65);
}

.arm-140c6584-video-link {
    display: block;
    position: relative;
}

.arm-140c6584-video-thumb img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.arm-140c6584-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1F4606;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    transition: background 0.3s ease, transform 0.3s ease;
}

.arm-140c6584-video-link:hover .arm-140c6584-play-btn {
    background: #7ED321;
    transform: translate(-50%, -50%) scale(1.12);
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .arm-140c6584-layout {
        flex-direction: column;
    }
    .arm-140c6584-sidebar {
        width: 100%;
        max-width: 100%;
        border-right: none;
        border-bottom: 2px solid #1F4606;
        padding: 40px 28px 32px;
    }
    .arm-140c6584-content {
        padding: 40px 28px;
        min-height: 340px;
    }
    .arm-140c6584-panel {
        left: 28px;
        right: 28px;
    }
}

@media (max-width: 480px) {
    .arm-140c6584-item a {
        font-size: 22px;
    }
    .arm-140c6584-panel-title {
        font-size: 26px;
    }
}
