
.vx-about-wrap {
    background: #faf8f6;
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
}

/* ── Header ── */
.vx-about-header {
    text-align: center;
    padding: 110px 24px 48px;
    background: #faf8f6;
    position: relative;
}

.vx-about-eyebrow {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--wine-light);
    margin-bottom: 12px;
}

.vx-about-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #800a18;
    letter-spacing: 0.08em;
    margin: 0;
}

.vx-about-header-line {
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--wine), transparent);
    margin: 20px auto 0;
    border-radius: 2px;
}

/* ── Historia ── */
.vx-about-story {
    padding: 48px 24px 80px;
    background: #faf8f6;
}

.vx-story-lead {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 400;
    line-height: 1.65;
    color: #1a0205;
    margin-bottom: 32px;
    letter-spacing: 0.01em;
    text-align: center;
}

.vx-story-lead em {
    font-style: italic;
    color: var(--wine);
}

.vx-story-body {
    font-size: 0.9rem;
    line-height: 1.9;
    color: #4a3035;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: justify;
}

.vx-story-rule {
    width: 32px;
    height: 1.5px;
    background: var(--wine);
    border-radius: 2px;
    margin: 36px 0 0;
    opacity: 0.4;
}

/* ── Sección TV ── */
.vx-tv-section {
    background: #faf8f6;
    padding: 40px 24px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vx-tv-outer {
    filter: drop-shadow(0 24px 48px rgba(0,0,0,0.22));
}

/* ── Cuerpo del televisor ── */
.vx-tv-body {
    width: min(420px, 90vw);
    background: #1a1008;
    border-radius: 20px 20px 16px 16px;
    border: 3px solid #2e2015;
    box-shadow:
        inset 0 2px 0 rgba(255,255,255,0.05),
        inset 0 -2px 0 rgba(0,0,0,0.4);
    overflow: hidden;
    cursor: default;
}

.vx-tv-top-bezel {
    height: 28px;
    background: #221508;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #2e2015;
}

.vx-tv-brand-plate {
    font-family: 'Courier New', monospace;
    font-size: 8px;
    letter-spacing: 0.3em;
    color: rgba(255,180,100,0.3);
    text-transform: uppercase;
}

/* ── Pantalla ── */
.vx-tv-screen-wrap {
    padding: 0 12px;
    background: #150e04;
}

.vx-tv-screen {
    position: relative;
    height: 320px;
    background: #050300;
    overflow: hidden;
    border: 1px solid #0a0700;
    box-shadow: inset 0 0 40px rgba(0,0,0,0.8);
}

/* Overlay CRT curvado */
.tv-crt-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 55%, rgba(0,0,0,0.65) 100%);
    pointer-events: none;
    z-index: 3;
}

/* Scanlines */
.tv-scanline {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        to bottom,
        transparent 0px,
        transparent 2px,
        rgba(0, 0, 0, 0.18) 2px,
        rgba(0, 0, 0, 0.18) 4px
    );
    pointer-events: none;
    z-index: 4;
    transition: opacity 0.05s;
}

/* Créditos */
.tv-credits {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    z-index: 2;
    will-change: transform;
}

.tv-line {
    display: block;
    line-height: 1;
    margin-bottom: 18px;
}

.tv-line--section {
    font-family: 'Courier New', monospace;
    font-size: 9px;
    letter-spacing: 0.25em;
    color: rgba(255, 180, 100, 0.5);
    text-transform: uppercase;
    margin-bottom: 22px;
    margin-top: 8px;
}

.tv-line--role {
    font-family: 'Courier New', monospace;
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 200, 150, 0.45);
    margin-bottom: 6px;
}

.tv-line--name {
    font-family: 'Courier New', monospace;
    font-size: 15px;
    letter-spacing: 0.12em;
    color: rgba(255, 230, 180, 0.9);
    text-shadow: 0 0 12px rgba(255, 180, 80, 0.5);
    margin-bottom: 20px;
}

.tv-line--body {
    font-family: 'Courier New', monospace;
    font-size: 10px;
    letter-spacing: 0.12em;
    color: rgba(255, 210, 160, 0.55);
    margin-bottom: 6px;
}

.tv-line--spacer {
    height: 16px;
    margin-bottom: 0;
}

.tv-line--finale {
    font-family: 'Courier New', monospace;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: rgba(255, 240, 200, 1);
    text-shadow:
        0 0 20px rgba(255, 180, 80, 0.8),
        0 0 40px rgba(255, 140, 40, 0.4);
    margin-bottom: 10px;
}

/* ── Bezel inferior con controles ── */
.vx-tv-bottom-bezel {
    height: 44px;
    background: #1c1108;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
    border-top: 1px solid #2e2015;
    gap: 10px;
}

.vx-tv-knobs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vx-tv-knob {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #3a2510, #1a0e04);
    border: 1px solid #4a3018;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.vx-tv-led {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #800a18;
    box-shadow: 0 0 6px rgba(128, 10, 24, 0.8);
    animation: ledBlink 2.5s ease-in-out infinite;
}

@keyframes ledBlink {
    0%, 90%, 100% { opacity: 1; }
    95% { opacity: 0.2; }
}

/* ── Redes sociales ── */
.vx-about-socials {
    margin-top: 52px;
    text-align: center;
}

.vx-about-socials-label {
    display: block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(26, 2, 5, 0.35);
    margin-bottom: 20px;
}

.vx-about-social-row {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.vx-about-social-item {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(128, 10, 24, 0.2);
    background: rgba(128, 10, 24, 0.04);
    color: #4a1520;
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.vx-about-social-item i {
    font-size: 15px;
    color: var(--wine);
    transition: color 0.3s ease;
}

.vx-about-social-item:hover {
    background: var(--wine);
    border-color: var(--wine);
    color: #fff;
    transform: translateY(-3px);
}

.vx-about-social-item:hover i {
    color: #fff;
}

@media (max-width: 480px) {
    .vx-about-social-item span { display: none; }
    .vx-about-social-item { padding: 12px; border-radius: 50%; }
    .vx-about-social-row  { gap: 12px; }
}