/* ═══════════════════════════════════════════════════════════
   LÍNEAS DE INVESTIGACIÓN — typography
   Título, numeral, categoría, nombre, panel expandido
═══════════════════════════════════════════════════════════ */

.lineas__title {
  font-family: 'Roboto Mono', monospace;
  font-weight: 700;
  font-size: clamp(28px, 3.8vw, 49.8px);
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 60px;
}

.linea-row__numeral {
  font-family: 'Consolas', 'Courier New', monospace;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  flex-shrink: 0;
  width: 72px;
  text-align: left;
  letter-spacing: -1px;
  opacity: 0.50;
  transition: opacity 0.3s ease;
}

.linea-row__cat {
  font-family: 'Consolas', 'Courier New', monospace;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.22);
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.3s ease;
}

.linea-row__name {
  font-family: 'Consolas', 'Courier New', monospace;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #6b7280;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.linea-desc__big-num {
  font-family: 'Consolas', 'Courier New', monospace;
  font-weight: 700;
  font-size: 72px;
  color: #fff;
  line-height: 1;
  text-shadow: 0 4px 8px rgba(0,0,0,0.15);
  letter-spacing: -2px;
}

.linea-desc__subtitle {
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.07;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.95);
  margin: 0;
}

.linea-desc__body {
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(255,255,255,0.95);
  margin: 0;
}
