    /* ── HERO CARRERA (fondo específico de Diseño Gráfico) ── */
    .carrera-hero {
        --hero-bg: url('https://images.unsplash.com/photo-1561070791-2526d30994b5?w=1400&q=80');
    }

    /* ── IMÁGENES DE LA GALERÍA ── */
    .img-carrera-diseno {
        border-radius: 20px;
        object-fit: contain;
        max-height: 250px;
        box-shadow: 0 20px 60px rgba(88, 6, 6, 0.15), 0 0 0 3px rgba(184, 26, 25, 0.25);
    }
